From c615916be11613272999aec38dd6c214e94bb50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 09:18:26 +0100 Subject: [PATCH 1/4] title page translated to english --- app/login/page.tsx | 22 +++++++++++----------- app/ui/PageFooter.tsx | 2 +- app/ui/PageHeader.tsx | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index 175d48e..431beb5 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -39,12 +39,12 @@ const Page:FC = async () => { return (

- Što je pristiglo? - Što je plaćeno? - Koliki su mi troškovi? + Which bills are due? + Which are payed? + How much are my expenses?

-

To su pitanja na koje ova jednostavna i besplatna aplikacija daje odgovore ...

-

... isprobajte je i koristite potpuno besplatno!

+

These are the questions this simple and free app will help you with ...

+

... try it & use it completly free!

{ Object.values(providers).map((provider) => ( @@ -57,18 +57,18 @@ const Page:FC = async () => { -

Automatsko prenošenje stavaka u idući mjesec

-

Sve vaše nekretnine i popis računa se automatski prenosi u novi mjesec ... što znači da ne morate svaki puta sve kreirati iz početka!

+

Easy copy of expenditures

+

All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.

-

Boja označava status računa

-

Jednim pogledom možete vidjeti na koji račun je zakačen PDF dokument i koji od računa je plaćen...

+

Color signals status

+

Each of trhe utility bills is color coded - at a glance you can see which bill was received and which one is payed.

Boje označavaju status računa -

Prikaz 2D koda za plaćanje

-

Ako PDF dokument sadrži 2D kod uz plaćanje, on će automatski biti prikazan na stranici računa. Tako ga možete skenirati bez da otvarate PDF dokument...

+

Extraction of 2D bar code

+

If the attached dokument contains a 2D bar code, it is automatically extracted and shown on the page, so you can scan it without opening the PDF document.

diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index 1ddbc3f..415cb2e 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -8,7 +8,7 @@ export const PageFooter: React.FC = () =>
logo -
Moje Režije
+
Režije

Web aplikacija za vođenje evidencije o pristiglim i plaćenim režijskim troškovima

Home diff --git a/app/ui/PageHeader.tsx b/app/ui/PageHeader.tsx index b304382..45867ce 100644 --- a/app/ui/PageHeader.tsx +++ b/app/ui/PageHeader.tsx @@ -3,5 +3,5 @@ import Link from "next/link"; export const PageHeader = () =>
- logo Moje Režije + logo Režije
\ No newline at end of file From 37e1c8df0ea52fc60b9d0bcd849e330b119feba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 09:22:22 +0100 Subject: [PATCH 2/4] translation to english --- app/ui/AddMonthButton.tsx | 2 +- app/ui/PageFooter.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index af8e0f9..d42ca99 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -10,7 +10,7 @@ export interface AddMonthButtonProps { export const AddMonthButton:React.FC = ({ yearMonth }) =>
- + diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index 415cb2e..62e47b5 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -10,7 +10,7 @@ export const PageFooter: React.FC = () => logo
Režije
-

Web aplikacija za vođenje evidencije o pristiglim i plaćenim režijskim troškovima

+

App for keeping track of your utility bills.

Home Privacy Policy Terms of Service From a55f90972c4fac185b61a620a528dd0fb58af4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 09:34:06 +0100 Subject: [PATCH 3/4] added labels to buttons --- app/ui/AddLocationButton.tsx | 5 +++-- app/ui/AddMonthButton.tsx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/ui/AddLocationButton.tsx b/app/ui/AddLocationButton.tsx index f0a7ff2..becd871 100644 --- a/app/ui/AddLocationButton.tsx +++ b/app/ui/AddLocationButton.tsx @@ -11,10 +11,11 @@ export interface AddLocationButtonProps { export const AddLocationButton:React.FC = ({yearMonth}) =>
- - + + + Add now
realestate
; \ No newline at end of file diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index d42ca99..204df8c 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -10,10 +10,11 @@ export interface AddMonthButtonProps { export const AddMonthButton:React.FC = ({ yearMonth }) =>
- - + + + Add next
month
; From eb82df387d420a9f4e79fcb9684b83078536dbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 09:34:13 +0100 Subject: [PATCH 4/4] translating to english --- app/ui/PageFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index 62e47b5..0e0cbf4 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -10,7 +10,7 @@ export const PageFooter: React.FC = () => logo
Režije
-

App for keeping track of your utility bills.

+

App for helping you keeping track of your utility bills.

Home Privacy Policy Terms of Service