forked from akaunting/akaunting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request akaunting#1651 from akaunting/translations
New Crowdin translations
- Loading branch information
Showing
220 changed files
with
4,499 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'account_name' => 'Naziv računa', | ||
'number' => 'Broj', | ||
'opening_balance' => 'Početni saldo', | ||
'current_balance' => 'Trenutni saldo', | ||
'bank_name' => 'Naziv banke', | ||
'bank_phone' => 'Telefon banke', | ||
'bank_address' => 'Adresa banke', | ||
'default_account' => 'Zadani račun', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'profile' => 'Profil', | ||
'logout' => 'Odjava', | ||
'login' => 'Prijava', | ||
'login_to' => 'Prijavite se da biste otpočeli sesiju', | ||
'remember_me' => 'Zapamti me', | ||
'forgot_password' => 'Zaboravio/la sam lozinku', | ||
'reset_password' => 'Resetiraj lozinku', | ||
'enter_email' => 'Unesite svoju adresu e-pošte', | ||
'current_email' => 'Vaš email', | ||
'reset' => 'Poništi', | ||
'never' => 'nikada', | ||
'landing_page' => 'Odredišna stranica', | ||
|
||
'password' => [ | ||
'current' => 'Lozinka', | ||
'current_confirm' => 'Potvrda lozinke', | ||
'new' => 'Nova lozinka', | ||
'new_confirm' => 'Potvrda lozinke', | ||
], | ||
|
||
'error' => [ | ||
'self_delete' => 'Greška: Ne možete izbrisati sami sebe!', | ||
'self_disable' => 'Greška: Ne možete sami sebe onemogućiti!', | ||
'no_company' => 'Greška: Nijedna firma nije dodjeljena Vašem računu. Molimo Vas da kontaktirate sistem administratora.', | ||
], | ||
|
||
'failed' => 'Uneseni podaci ne odgovaraju onima u našoj bazi.', | ||
'disabled' => 'Račun je onemogućen. Molimo Vas kontaktirajte sistemskog administratora.', | ||
'throttle' => 'Previše pogrešnih unosa. Molimo pokušajte ponovo nakon :seconds sekundi.', | ||
|
||
'notification' => [ | ||
'message_1' => 'Zaprimili ste ovaj email zato što ste tražili poništavanje lozinke za Vaš račun.', | ||
'message_2' => 'Ukoliko lično Vi niste zatražili poništavanje lozinke, nije potreban niti jedan dodatni korak.', | ||
'button' => 'Poništi lozinku', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'bill_number' => 'Broj računa', | ||
'bill_date' => 'Datum računa', | ||
'total_price' => 'Ukupna cijena', | ||
'due_date' => 'Datum dospijeća', | ||
'order_number' => 'Broj narudžbe', | ||
'bill_from' => 'Račun od', | ||
|
||
'quantity' => 'Količina', | ||
'price' => 'Cijena', | ||
'sub_total' => 'Međuzbir', | ||
'discount' => 'Popust', | ||
'item_discount' => 'Popust', | ||
'tax_total' => 'Porez Ukupno', | ||
'total' => 'Ukupno', | ||
|
||
'item_name' => 'Naziv stavke|Nazivi stavaka', | ||
|
||
'show_discount' => ':discount% popusta', | ||
'add_discount' => 'Dodaj popust', | ||
'discount_desc' => 'od podzbroja', | ||
|
||
'payment_due' => 'Dospijeća plaćanja', | ||
'amount_due' => 'Dospjeli iznos', | ||
'paid' => 'Plaćeno', | ||
'histories' => 'Povijesti', | ||
'payments' => 'Plaćanja', | ||
'add_payment' => 'Dodaj plaćanje', | ||
'mark_paid' => 'Označi kao plaćeno', | ||
'mark_received' => 'Označi kao primljeno', | ||
'mark_cancelled' => 'Označi kao plaćeno', | ||
'download_pdf' => 'Preuzmite PDF', | ||
'send_mail' => 'Pošalji e-mail', | ||
'create_bill' => 'Kreiraj fakturu', | ||
'receive_bill' => 'Primiti račun', | ||
'make_payment' => 'Kreiraj uplatu', | ||
|
||
'statuses' => [ | ||
'draft' => 'Skica', | ||
'received' => 'Primljeno', | ||
'partial' => 'Djelomično', | ||
'paid' => 'Plaćeno', | ||
'overdue' => 'Dospjelo', | ||
'unpaid' => 'Neplaćeno', | ||
'cancelled' => 'Otkazano', | ||
], | ||
|
||
'messages' => [ | ||
'draft' => 'Ovo je <b>SKICA</b> računa i odrazit će se na grafikone nakon što se zaprimi.', | ||
|
||
'status' => [ | ||
'created' => 'Kreirano :date', | ||
'receive' => [ | ||
'draft' => 'Nije poslano', | ||
'received' => 'Zaprimljeno :date', | ||
], | ||
'paid' => [ | ||
'await' => 'Čeka plaćanje', | ||
], | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'bulk_actions' => 'Skupna akcija|Skupne akcije', | ||
'selected' => 'odabrano', | ||
'no_action' => 'Ni jedna opcija nije dostupna', | ||
|
||
'message' => [ | ||
'duplicate' => 'Jeste li sigurni da želite <b>duplicirati </b> odabrani zapis?', | ||
'delete' => 'Jeste li sigurni da želite <b>izbrisati </b> odabrani zapis?|Jeste li sigurni da želite<b> izbrisati </b> odabrane zapise?', | ||
'export' => 'Jeste li sigurni da želite <b>izvesti </b> odabrani zapis?|Jeste li sigurni da želite <b>izvesti</b> odabrane zapise?', | ||
'enable' => 'Jeste li sigurni da želite <b>omogućiti </b> odabrani zapis?|Jeste li sigurni da želite <b>omogućiti </b> odabrane zapise?', | ||
'disable' => 'Jeste li sigurni da želite <b>onemogućiti </b> odabrani zapis?|Jeste li sigurni da želite <b>onemogućiti </b> odabrane zapise?', | ||
'paid' => 'Jeste li sigurni da odabranu fakturu želite označiti kao <b>plaćenu </b>?|Jeste li sigurni da odabrane račune želite označiti kao <b>plaćene </b>?', | ||
'sent' => 'Jeste li sigurni da odabranu fakturu želite označiti kao <b> poslanu </b>?|Jeste li sigurni da odabrane račune želite označiti kao <b> poslane </b>?', | ||
'received' => 'Jeste li sigurni da odabrani račun želite označiti kao <b> primljeni </b>?|Jeste li sigurni da odabrane račune želite označiti kao <b> primljene </b>?', | ||
'cancelled' => 'Jeste li sigurni da želite <b> otkazati</b> odabrani zapis?|Jeste li sigurni da želite <b> otkazati </b> odabrane zapise?', | ||
'reconcile' => 'Jeste li sigurni da želite <b>omogućiti</b> odabrani zapis?|Jeste li sigurni da želite<b> omogućiti </b> odabrane zapise?', | ||
'unreconcile' => 'Jeste li sigurni da želite <b>nepodmiriti</b> odabrani zapis?|Jeste li sigurni da želite<b> nepodmiriti </b> odabrane zapise?', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'domain' => 'Domena', | ||
'logo' => 'Logo', | ||
|
||
'error' => [ | ||
'not_user_company' => 'Pogreška: Nije vam dopušteno mijenjati ovu kompaniju!', | ||
'delete_active' => 'Pogreška: Aktivno poduzeće nije moguće izbrisati. Molimo da najprije prijeđete na sljedeću!', | ||
'disable_active' => 'Pogreška: Ne može se onemogućiti aktivna kompanija. Molimo da je najprije promijenite!', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'code' => 'Kod', | ||
'rate' => 'Stopa', | ||
'default' => 'Zadana valuta', | ||
'decimal_mark' => 'Decimalna oznaka', | ||
'thousands_separator' => 'Separator hiljada', | ||
'precision' => 'Preciznost', | ||
'symbol' => [ | ||
'symbol' => 'Simbol', | ||
'position' => 'Položaj simbola', | ||
'before' => 'Prije iznosa', | ||
'after' => 'Nakon iznosa', | ||
] | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'can_login' => 'Možete li se prijaviti?', | ||
'user_created' => 'Korisnik kreiran', | ||
|
||
'error' => [ | ||
'email' => 'E-mail je već zauzet.', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'error' => [ | ||
'not_user_dashboard' => 'Pogreška: Nije vam dopušteno mijenjati ovu nadzornu ploču!', | ||
'delete_last' => 'Pogreška: Ne može se izbrisati zadnja nadzorna ploča. Prvo stvorite novu!', | ||
'disable_last' => 'Pogreška: Ne može se izbrisati zadnja nadzorna ploča. Prvo stvorite novu!', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'accounts' => [ | ||
'cash' => 'Gotovina', | ||
], | ||
|
||
'categories' => [ | ||
'deposit' => 'Depozit', | ||
'sales' => 'Prodaje', | ||
], | ||
|
||
'currencies' => [ | ||
'usd' => 'Američki dollar', | ||
'eur' => 'Euro', | ||
'gbp' => 'Britanska funta', | ||
'try' => 'Turska lira', | ||
], | ||
|
||
'offline_payments' => [ | ||
'cash' => 'Gotovina', | ||
'bank' => 'Bankovna doznaka', | ||
], | ||
|
||
'reports' => [ | ||
'income' => 'Mjesečni sažetak prihoda po kategorijama.', | ||
'expense' => 'Mjesečni sažetak troškova po kategorijama.', | ||
'income_expense' => 'Mjesečni prihod prema izdacima po kategorijama.', | ||
'tax' => 'Tromjesečni porezni rezime.', | ||
'profit_loss' => 'Tromjesečni dobitak i gubitak po kategorijama.', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'invoice_new_customer' => [ | ||
'subject' => '{invoice_number} faktura je kreirana', | ||
'body' => 'Poštovani, {customer_name}, <br /> <br /> Za vas smo pripremili slijedeću fakturu: <strong>{invoice_number}</strong>. <br /> <br /> Možete vidjeti detalje računa i nastaviti s plaćanje sa slijedeće veze: <a href="{invoice_guest_link}"> {invoice_number} </a>. <br /> <br /> Slobodno nas kontaktirajte po bilo kojem pitanju. <br /> <br /> Srdačan pozdrav, <br /> {company_name}', | ||
], | ||
|
||
'invoice_remind_customer' => [ | ||
'subject' => '{invoice_number} obavijest o zakašnjenju računa', | ||
'body' => 'Poštovani, {customer_name}, <br /><br /> Ovo je zakašnjelo upozorenje za fakturu <strong> {invoice_number} </strong>. <br /> <br /> Ukupni račun fakture je {invoice_total} i dospio je <strong> {invoice_due_date} </strong>. <br /><br />Pojedinosti o računu možete vidjeti i nastaviti s plaćanjem sa sljedeće veze: <a href="{invoice_guest_link}"> {invoice_number} </a>. <br /><br /> Srdačan pozdrav,<br />{company_name}', | ||
], | ||
|
||
'invoice_remind_admin' => [ | ||
'subject' => '{invoice_number} obavijest o neplaćanju fakture', | ||
'body' => 'Poštovani, {customer_name}, <br /><br /> zaprimio je zakašnjelo upozorenje za <strong>{invoice_number}</strong> fakture. <br /><br /> Ukupni račun fakture je {invoice_total} i dospio je <strong> {invoice_due_date} </strong>. <br /><br />Pojedinosti o računu možete vidjeti na <a href="{invoice_guest_link}"> {invoice_number} </a>. <br /><br /> Srdačan pozdrav, <br />{company_name}', | ||
], | ||
|
||
'invoice_recur_customer' => [ | ||
'subject' => '{invoice_number} ponavljajuća faktura je kreirana', | ||
'body' => 'Poštovani, {customer_name}, <br /> <br /> Za vas smo pripremili slijedeću fakturu: <strong> {invoice_number} </strong>. <br /> <br /> Možete vidjeti detalje računa i nastaviti s plaćanjem putem: <a href="{invoice_guest_link}"> {invoice_number} </a>. <br /> <br /> Slobodno nas kontaktirajte po bilo kojem pitanju. <br /> <br /> Srdačan pozdrav, <br /> {company_name}', | ||
], | ||
|
||
'invoice_recur_admin' => [ | ||
'subject' => '{invoice_number} faktura je kreirana', | ||
'body' => 'Pozdrav, <br /> <br /> Na temelju {customer_name} pretplate, <strong> {invoice_number} </strong> faktura je automatski stvorena. <br /> <br /> Pojedinosti računa možete vidjeti poutem: <a href="{invoice_admin_link}"> {invoice_number} </a>. <br /> <br /> Srdačan pozdrav, <br /> {company_name}', | ||
], | ||
|
||
'invoice_payment_customer' => [ | ||
'subject' => 'Naplata izvršena za {invoice_number} fakturu', | ||
'body' => 'Poštovani {customer_name},<br /><br />Hvala na uplati. Pojedinosti o plaćanju potražite u nastavku:<br /><br />-------------------------------------------------<br />Iznos: <strong>{transaction_total}</strong><br />Datum: <strong>{transaction_paid_date}</strong><br />Broj fakture: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />Pojedinosti računa uvijek možete vidjeti na sljedećoj poveznici: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br /> | ||
Slobodno nas kontaktirajte za svako pitanje.<br /><br />Lijep Pozdrav,<br />{company_name}', | ||
], | ||
|
||
'invoice_payment_admin' => [ | ||
'subject' => 'Naplata izvršena za {invoice_number} račun', | ||
'body' => 'Pozdrav, <br /><br /> Na temelju pretplate korisnika {customer_name}, faktura <strong> {invoice_number} </strong> je automatski kreirana. <br /><br />Pojedinosti iste možete vidjeti kliknuvši na slijedeću vezu: <a href="{invoice_admin_link}"> {invoice_number} </a>. <br /> <br /> Srdačan pozdrav, <br /> {company_name}', | ||
], | ||
|
||
'bill_remind_admin' => [ | ||
'subject' => '{bill_number} obavijest o računu', | ||
'body' => 'Pozdrav,<br /><br />Ovo je podsjetnik za račun br: <strong>{bill_number}</strong> od {vendor_name}.<br /><br />Ukupna vrijednost računa je {bill_total} i dospijeva<strong>{bill_due_date}</strong>.<br /><br />Pojedinosti o računu možete vidjeti kliknuvši na slijedeću vezu: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Lijep pozdrav,<br />{company_name}', | ||
], | ||
|
||
'bill_recur_admin' => [ | ||
'subject' => '{bill_number} kreiran ponavljajući račun', | ||
'body' => 'Pozdrav, <br /><br /> Na temelju {vendor_name} ponavljajuće pretplate, <strong> {bill_number} </strong> račun je automatski kreiran. <br /> <br /> Pojedinosti računa možete vidjeti kliknuvši na slijedeću vezu: <a href="{bill_admin_link}"> {bill_number} </a>. <br /> <br /> Srdačan pozdrav, <br /> {company_name}', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'title' => [ | ||
'403' => 'Uuups! Zabranjen pristup', | ||
'404' => 'Stranica nije pronađena', | ||
'500' => 'Ops ... nešto je pošlo po zlu', | ||
], | ||
|
||
'header' => [ | ||
'403' => '403 Zabranjeno', | ||
'404' => '404 Stranica nije pronađena', | ||
'500' => '500 Interna greška na serveru', | ||
], | ||
|
||
'message' => [ | ||
'403' => 'Ne možete pristupiti ovoj stranici', | ||
'404' => 'Ne možemo pronaći stranicu koju ste zatražili.', | ||
'500' => 'Poradićemo na tome čim prije.', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'version' => 'Verzija', | ||
'powered' => 'Omogućeno od Akaunting', | ||
'link' => 'https://akaunting.com', | ||
'software' => 'Besplatan web finansijski softver', | ||
|
||
]; |
Oops, something went wrong.