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/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 af8e0f9..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
; diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index 1ddbc3f..0e0cbf4 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -8,9 +8,9 @@ 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

+

App for helping you keeping track of your utility bills.

Home Privacy Policy Terms of Service 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