updated translations
This commit is contained in:
@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Račun označen kao uspješno primljen!',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => 'E-mail je već zauzet.'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer je uplatio :amount za fakturu broj :invoice_number.',
|
||||
'button' => 'Prikaži',
|
||||
],
|
||||
];
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => 'Verzija',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Slobodan računovodstveni softver',
|
||||
|
||||
];
|
||||
|
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'Broj|Brojevi',
|
||||
'statuses' => 'Status|Statusi',
|
||||
'others' => 'Ostalo|Ostali',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Nadzorna ploča',
|
||||
'banking' => 'Bankarstvo',
|
||||
@ -61,10 +65,10 @@ return [
|
||||
'delete' => 'Izbriši',
|
||||
'send' => 'Pošalji',
|
||||
'download' => 'Preuzmi',
|
||||
'delete_confirm' => 'Potvrda brisanja :name: tipa?',
|
||||
'delete_confirm' => 'Potvrda brisanja :name: :type?',
|
||||
'name' => 'Naziv',
|
||||
'email' => 'E-mail',
|
||||
'tax_number' => 'Porezni broj',
|
||||
'tax_number' => 'OIB',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adresa',
|
||||
'website' => 'Web stranica',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => 'Boja',
|
||||
'save' => 'Spremi',
|
||||
'cancel' => 'Otkaži',
|
||||
'loading' => 'Učitavanje...',
|
||||
'from' => 'Od',
|
||||
'to' => 'Za',
|
||||
'print' => 'Ispis',
|
||||
@ -101,21 +106,43 @@ return [
|
||||
'partially' => 'Djelomično',
|
||||
'partially_paid' => 'Djelomično plaćeno',
|
||||
'export' => 'Izvoz',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Preskoči',
|
||||
'enable' => 'Omogući',
|
||||
'disable' => 'Onemogući',
|
||||
'select_all' => 'Označi Sve',
|
||||
'unselect_all' => 'Unselect All',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Datum kreiranja',
|
||||
'period' => 'Razdoblje',
|
||||
'start' => 'Početak',
|
||||
'end' => 'Kraj',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Novo - :type',
|
||||
'edit' => 'Uređivanje - :type',
|
||||
'create' => 'Kreiraj :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Unos - :type',
|
||||
'select' => [
|
||||
'field' => '-Odaberite :field -',
|
||||
'field' => '- :field odabir -',
|
||||
'file' => 'Odaberite datoteku',
|
||||
],
|
||||
'no_file_selected' => 'Datoteka nije odabrana...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :count stavka ponestaje zaliha|[2,*] :count stavke ponestaje zaliha',
|
||||
'view_all' => 'Vidi sve'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Uvezi',
|
||||
'title' => 'Uvoz :type',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'message' => 'Dopušteni tipovi datoteka: XLS, XLSX. Molimo,, <a target="_blank" href=":link"><strong>preuzmite</strong></a> primjer datoteke.',
|
||||
|
||||
];
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'Sljedeći',
|
||||
'next' => 'Dalje',
|
||||
'refresh' => 'Osvježi',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Please, ask your hosting provider to fix the errors!',
|
||||
'requirements' => 'Molimo da zatražite svog davatelja hosting usluge da ispravi pogreške!',
|
||||
'language' => 'Korak 1/3: Odabir jezika',
|
||||
'database' => 'Korak 2/3: Postavka baze podataka',
|
||||
'settings' => 'Korak 3/3: Tvrtka i admin detalji',
|
||||
@ -19,12 +19,12 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ':feature mora biti omogućeno!',
|
||||
'disabled' => ':feature mora biti onemogućeno!',
|
||||
'extension' => ':extension extension needs to be installed and loaded!',
|
||||
'extension' => ':extension proširenje mora biti instalirano i učitano!',
|
||||
'directory' => ':directory direktorij mora biti omogućen za zapisivanje!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'Naziv hosta',
|
||||
'hostname' => 'Server',
|
||||
'username' => 'Korisničko ime',
|
||||
'password' => 'Lozinka',
|
||||
'name' => 'Baza podataka',
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'Označi kao poslano',
|
||||
'download_pdf' => 'Preuzmite PDF',
|
||||
'send_mail' => 'Pošalji e-mail',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Skica',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => 'E-mail računa je uspješno poslan!',
|
||||
'marked_sent' => 'Račun je uspješno označen kao poslan!',
|
||||
'email_required' => 'Nema e-mail adrese za ovog kupca!',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Kreirano :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@ -8,7 +8,10 @@ return [
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Primili ste ovaj e-mail jer ponestaje zaliha za :name.',
|
||||
'message' => [
|
||||
'reminder' => 'Primili ste ovaj e-mail jer je preostalo samo :quantity :name.',
|
||||
'out_of_stock' => 'Primili ste ovaj e-mail jer ponestaje zaliha za :name.',
|
||||
],
|
||||
'button' => 'Pogledaj sada',
|
||||
],
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type dodan!',
|
||||
'added' => ':type dodano!',
|
||||
'updated' => ':type ažuriran!',
|
||||
'deleted' => ':type izbrisan!',
|
||||
'duplicated' => ':type dupliciran!',
|
||||
@ -12,7 +12,7 @@ return [
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Pogreška: Plaćanje nije dodano! Iznos prelazi ukupan iznos.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Pogreška: Nije vam dozvoljeno upravljanje ovom tvrtkom!',
|
||||
'customer' => 'Pogreška: Korisnik nije kreiran! :name već koristi ovu e-mail adresu.',
|
||||
'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
|
||||
|
@ -16,6 +16,8 @@ return [
|
||||
'no_apps' => 'U ovoj kategoriji još nema aplikacija.',
|
||||
'developer' => 'Jeste li programer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Ovdje</a> možete naučiti kako kreirati aplikaciju i početi prodavati!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'O aplikaciji',
|
||||
|
||||
'added' => 'Dodano',
|
||||
@ -32,15 +34,28 @@ return [
|
||||
'installation' => 'Instalacija',
|
||||
'faq' => 'ČPP',
|
||||
'changelog' => 'Popis promjena',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Instalacija aplikacije',
|
||||
'download' => 'Preuzimanje :module datoteke.',
|
||||
'unzip' => 'Raspakiravanje :module datoteka.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'Instalacija :module datoteka.',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Instalirano',
|
||||
],
|
||||
@ -55,4 +70,11 @@ return [
|
||||
'purchased' => 'Kupljeno',
|
||||
'installed' => 'Instalirano',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
14
resources/lang/hr-HR/reconciliations.php
Normal file
14
resources/lang/hr-HR/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => 'Reconcile',
|
||||
'reconciled' => 'Reconciled',
|
||||
'closing_balance' => 'Closing Balance',
|
||||
'unreconciled' => 'Unreconciled',
|
||||
'list_transactions' => 'List Transactions',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
|
||||
];
|
@ -33,6 +33,16 @@ return [
|
||||
'digit' => 'Broj znamenki',
|
||||
'next' => 'Sljedeći broj',
|
||||
'logo' => 'Logo',
|
||||
'custom' => 'Custom',
|
||||
'item_name' => 'Ime stavke',
|
||||
'item' => 'Stavke',
|
||||
'product' => 'Proizvodi',
|
||||
'service' => 'Usluge',
|
||||
'price_name' => 'Price Name',
|
||||
'price' => 'Cijena',
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => 'Quantity Name',
|
||||
'quantity' => 'Količina',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Zadano',
|
||||
@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => 'Slanje prije datuma dospijeća',
|
||||
'cron_command' => 'Cron naredba',
|
||||
'schedule_time' => 'Vrijeme pokretanja',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Izgled',
|
||||
|
@ -102,6 +102,7 @@ return [
|
||||
'rule-name' => 'prilagođena-poruka',
|
||||
],
|
||||
'invalid_currency' => 'The :attribute code is invalid.',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user