hr-HR
This commit is contained in:
parent
f2f636c5dd
commit
f9d9d8314e
@ -115,7 +115,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'fa-IR', 'fr-FR', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'hr-HR', 'fa-IR', 'fr-FR', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
14
resources/lang/hr-HR/accounts.php
Normal file
14
resources/lang/hr-HR/accounts.php
Normal file
@ -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',
|
||||
|
||||
];
|
30
resources/lang/hr-HR/auth.php
Normal file
30
resources/lang/hr-HR/auth.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'Profil',
|
||||
'logout' => 'Odjava',
|
||||
'login' => 'Prijava',
|
||||
'login_to' => 'Prijava za pokretanje sesije',
|
||||
'remember_me' => 'Zapamti me',
|
||||
'forgot_password' => 'Zaboravio sam lozinku',
|
||||
'reset_password' => 'Resetiranje lozinke',
|
||||
'enter_email' => 'Upišite svoju e-mail adresu',
|
||||
'current_email' => 'Trenutni E-mail',
|
||||
'reset' => 'Resetiranje',
|
||||
'never' => 'nikad',
|
||||
'password' => [
|
||||
'current' => 'Lozinka',
|
||||
'current_confirm' => 'Potvrda lozinke',
|
||||
'new' => 'Nova lozinka',
|
||||
'new_confirm' => 'Potvrda nove lozinke',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!'
|
||||
],
|
||||
|
||||
'failed' => 'Ove vjerodajnice ne odgovaraju našim zapisima.',
|
||||
'disabled' => 'Ovaj račun je onemogućen. Molimo vas da se obratite administratoru sustava.',
|
||||
'throttle' => 'Previše pokušaja prijave. Molim Vas pokušajte ponovno za :seconds sekundi.',
|
||||
|
||||
];
|
41
resources/lang/hr-HR/bills.php
Normal file
41
resources/lang/hr-HR/bills.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?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' => 'Podzbroj',
|
||||
'tax_total' => 'Porez Ukupno',
|
||||
'total' => 'Ukupno',
|
||||
|
||||
'item_name' => 'Naziv stavke|Nazivi stavaka',
|
||||
|
||||
'payment_due' => 'Dospijeća plaćanja',
|
||||
'amount_due' => 'Dospjeli iznos',
|
||||
'paid' => 'Plaćeno',
|
||||
'histories' => 'Povijesti',
|
||||
'payments' => 'Plaćanja',
|
||||
'add_payment' => 'Dodaj plaćanje',
|
||||
'mark_received' => 'Označi kao primljeno',
|
||||
'download_pdf' => 'Preuzmite PDF',
|
||||
'send_mail' => 'Pošalji e-mail',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Skica',
|
||||
'received' => 'Primljeno',
|
||||
'partial' => 'Djelomično',
|
||||
'paid' => 'Plaćeno',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Račun označen kao uspješno primljen!',
|
||||
],
|
||||
|
||||
];
|
13
resources/lang/hr-HR/companies.php
Normal file
13
resources/lang/hr-HR/companies.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'Domena',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Upravljanje tvrtkama',
|
||||
'all' => 'Sve tvrtke',
|
||||
'error' => [
|
||||
'delete_active' => 'Pogreška: Nije moguće izbrisati aktivnu tvrtku, molimo da je prvo promijenite!',
|
||||
],
|
||||
|
||||
];
|
18
resources/lang/hr-HR/currencies.php
Normal file
18
resources/lang/hr-HR/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Stopa',
|
||||
'default' => 'Zadana valuta',
|
||||
'decimal_mark' => 'Decimalna oznaka',
|
||||
'thousands_separator' => 'Separator tisućica',
|
||||
'precision' => 'Preciznost',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simbol',
|
||||
'position' => 'Položaj simbola',
|
||||
'before' => 'Prije iznosa',
|
||||
'after' => 'Nakon iznosa',
|
||||
]
|
||||
|
||||
];
|
11
resources/lang/hr-HR/customers.php
Normal file
11
resources/lang/hr-HR/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Omogućiti prijavu?',
|
||||
'user_created' => 'Korisnik kreiran',
|
||||
|
||||
'error' => [
|
||||
'email' => 'E-mail je već zauzet.'
|
||||
]
|
||||
];
|
24
resources/lang/hr-HR/dashboard.php
Normal file
24
resources/lang/hr-HR/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Ukupni prihodi',
|
||||
'receivables' => 'Potraživanja',
|
||||
'open_invoices' => 'Otvorene fakture',
|
||||
'overdue_invoices' => 'Dospjele fakture',
|
||||
'total_expenses' => 'Ukupni troškovi',
|
||||
'payables' => 'Dugovanja',
|
||||
'open_bills' => 'Otvoreni računi',
|
||||
'overdue_bills' => 'Neplaćeni računi',
|
||||
'total_profit' => 'Ukupna dobit',
|
||||
'open_profit' => 'Otvorena dobit',
|
||||
'overdue_profit' => 'Dospjela dobit',
|
||||
'cash_flow' => 'Novčani tok',
|
||||
'no_profit_loss' => 'Nema gubitka dobiti',
|
||||
'incomes_by_category' => 'Prihodi po kategorijama',
|
||||
'expenses_by_category' => 'Troškovi po kategorijama',
|
||||
'account_balance' => 'Stanje računa',
|
||||
'latest_incomes' => 'Najnoviji prihodi',
|
||||
'latest_expenses' => 'Najnoviji troškovi',
|
||||
|
||||
];
|
17
resources/lang/hr-HR/demo.php
Normal file
17
resources/lang/hr-HR/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Gotovina',
|
||||
'categories_uncat' => 'Nekategorizirano',
|
||||
'categories_deposit' => 'Depozit',
|
||||
'categories_sales' => 'Prodaje',
|
||||
'currencies_usd' => 'Američki dolar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britanska funta',
|
||||
'currencies_try' => 'Turska lira',
|
||||
'taxes_exempt' => 'Izuzeto od poreza',
|
||||
'taxes_normal' => 'Normalan porez',
|
||||
'taxes_sales' => 'Porez prodaje',
|
||||
|
||||
];
|
9
resources/lang/hr-HR/footer.php
Normal file
9
resources/lang/hr-HR/footer.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Verzija',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'software' => 'Slobodan računovodstveni softver',
|
||||
|
||||
];
|
110
resources/lang/hr-HR/general.php
Normal file
110
resources/lang/hr-HR/general.php
Normal file
@ -0,0 +1,110 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'Stavka|Stavke',
|
||||
'incomes' => 'Prihod|Prihodi',
|
||||
'invoices' => 'Faktura|Fakture',
|
||||
'revenues' => 'Prihod|Prihodi',
|
||||
'customers' => 'Kupac|Kupci',
|
||||
'expenses' => 'Trošak|Troškovi',
|
||||
'bills' => 'Račun|Računi',
|
||||
'payments' => 'Plaćanje|Plaćanja',
|
||||
'vendors' => 'Dobavljač|Dobavljači',
|
||||
'accounts' => 'Račun|Računi',
|
||||
'transfers' => 'Prijenos|Prijenosi',
|
||||
'transactions' => 'Transakcija|Transakcije',
|
||||
'reports' => 'Izvještaj|Izvještaji',
|
||||
'settings' => 'Postavka|Postavke',
|
||||
'categories' => 'Kategorija|Kategorije',
|
||||
'currencies' => 'Valuta|Valute',
|
||||
'tax_rates' => 'Porezna stopa|Porezne stope',
|
||||
'users' => 'Korisnik|Korisnici',
|
||||
'roles' => 'Uloga|Uloge',
|
||||
'permissions' => 'Dozvola|Dozvole',
|
||||
'modules' => 'Aplikacija|Aplikacije',
|
||||
'companies' => 'Tvrtka|Tvrtke',
|
||||
'profits' => 'Dobit|Dobiti',
|
||||
'taxes' => 'Porez|Porezi',
|
||||
'pictures' => 'Slika|Slike',
|
||||
'types' => 'Tip|Tipovi',
|
||||
'payment_methods' => 'Način plaćanja|Načini plaćanja',
|
||||
'compares' => 'Prihod nasuprot trošku|Prihodi nasuprot troškovima',
|
||||
'notes' => 'Bilješka|Bilješke',
|
||||
'totals' => 'Ukupno|Ukupno',
|
||||
'languages' => 'Jezik|Jezici',
|
||||
'updates' => 'Ažuriranje|Ažuriranja',
|
||||
'numbers' => 'Broj|Brojevi',
|
||||
'statuses' => 'Status|Statusi',
|
||||
|
||||
'dashboard' => 'Nadzorna ploča',
|
||||
'banking' => 'Bankarstvo',
|
||||
'general' => 'Općenito',
|
||||
'no_records' => 'Nema zapisa.',
|
||||
'date' => 'Datum',
|
||||
'amount' => 'Iznos',
|
||||
'enabled' => 'Omogućeno',
|
||||
'disabled' => 'Onemogućeno',
|
||||
'yes' => 'Da',
|
||||
'no' => 'Ne',
|
||||
'na' => 'N/A',
|
||||
'daily' => 'Dnevno',
|
||||
'monthly' => 'Mjesečno',
|
||||
'quarterly' => 'Kvartalno',
|
||||
'yearly' => 'Godišnje',
|
||||
'add' => 'Dodaj',
|
||||
'add_new' => 'Dodaj novo',
|
||||
'show' => 'Prikaži',
|
||||
'edit' => 'Uredi',
|
||||
'delete' => 'Izbriši',
|
||||
'send' => 'Pošalji',
|
||||
'download' => 'Preuzmi',
|
||||
'delete_confirm' => 'Potvrda brisanja :name: tipa?',
|
||||
'name' => 'Naziv',
|
||||
'email' => 'E-mail',
|
||||
'tax_number' => 'Porezni broj',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adresa',
|
||||
'website' => 'Web stranica',
|
||||
'actions' => 'Radnje',
|
||||
'description' => 'Opis',
|
||||
'manage' => 'Upravljanje',
|
||||
'code' => 'Kod',
|
||||
'alias' => 'Alias',
|
||||
'balance' => 'Saldo',
|
||||
'reference' => 'Referenca',
|
||||
'attachment' => 'Privitak',
|
||||
'change' => 'Promijeni',
|
||||
'switch' => 'Prebaci',
|
||||
'color' => 'Boja',
|
||||
'save' => 'Spremi',
|
||||
'cancel' => 'Otkaži',
|
||||
'from' => 'Od',
|
||||
'to' => 'Za',
|
||||
'print' => 'Ispis',
|
||||
'search' => 'Pretraživanje',
|
||||
'search_placeholder' => 'Upiši za traženje..',
|
||||
'filter' => 'Filter',
|
||||
'help' => 'Pomoć',
|
||||
'all' => 'Sve',
|
||||
'all_type' => 'Sve :type',
|
||||
'upcoming' => 'Nadolazeće',
|
||||
'created' => 'Kreirano',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'Više radnji',
|
||||
'duplicate' => 'Dupliciraj',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Novo - :type',
|
||||
'edit' => 'Uređivanje - :type',
|
||||
],
|
||||
'form' => [
|
||||
'enter' => 'Unos - :type',
|
||||
'select' => [
|
||||
'field' => '-Odaberite :field -',
|
||||
'file' => 'Odaberite datoteku',
|
||||
],
|
||||
'no_file_selected' => 'Datoteka nije odabrana...',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/hr-HR/header.php
Normal file
15
resources/lang/hr-HR/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'Promjena jezika',
|
||||
'last_login' => 'Zadnja prijava :time',
|
||||
'notifications' => [
|
||||
'counter' => '{0} Nemate obavijesti|{1} Imate :count obavijest | [2,*] Imate :count obavijesti',
|
||||
'overdue_invoices' => '{1} :count dospjela faktura|[2,*] :count dospjelih faktura',
|
||||
'upcoming_bills' => '{1} :count nadolazeći račun|[2,*] :count nadolazećih računa',
|
||||
'items_stock' => '{1} :count stavka ponestaje zaliha|[2,*] :count stavke ponestaje zaliha',
|
||||
'view_all' => 'Vidi sve'
|
||||
],
|
||||
|
||||
];
|
9
resources/lang/hr-HR/import.php
Normal file
9
resources/lang/hr-HR/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Uvezi',
|
||||
'title' => 'Uvoz :type',
|
||||
'message' => 'Dopušteni tipovi datoteka: CSV, XLS. Molimo, <a target="_blank" href=":link"><strong>preuzmite</strong></a> primjer datoteke.',
|
||||
|
||||
];
|
45
resources/lang/hr-HR/install.php
Normal file
45
resources/lang/hr-HR/install.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'Sljedeći',
|
||||
'refresh' => 'Osvježi',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Molimo da zadovoljite sljedeće uvjete!',
|
||||
'language' => 'Korak 1/3: Odabir jezika',
|
||||
'database' => 'Korak 2/3: Postavka baze podataka',
|
||||
'settings' => 'Korak 3/3: Tvrtka i admin detalji',
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'select' => 'Odaberite jezik',
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'php_version' => 'Potrebno je koristiti PHP 5.6.4 ili višu verziju!',
|
||||
'enabled' => ':feature mora biti omogućeno!',
|
||||
'disabled' => ':feature mora biti onemogućeno!',
|
||||
'extension' => ':extension proširenje treba biti učitano!',
|
||||
'directory' => ':directory direktorij mora biti omogućen za zapisivanje!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'Naziv hosta',
|
||||
'username' => 'Korisničko ime',
|
||||
'password' => 'Lozinka',
|
||||
'name' => 'Baza podataka',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'company_name' => 'Naziv tvrtke',
|
||||
'company_email' => 'E-mail tvrtke',
|
||||
'admin_email' => 'Admin e-mail',
|
||||
'admin_password' => 'Admin lozinka',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'connection' => 'Pogreška: Nije moguće povezati se na bazu podataka! Provjerite jesu li podaci ispravni.',
|
||||
],
|
||||
|
||||
];
|
49
resources/lang/hr-HR/invoices.php
Normal file
49
resources/lang/hr-HR/invoices.php
Normal file
@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'Broj fakture',
|
||||
'invoice_date' => 'Datum fakture',
|
||||
'total_price' => 'Ukupna cijena',
|
||||
'due_date' => 'Datum dospijeća',
|
||||
'order_number' => 'Broj narudžbe',
|
||||
'bill_to' => 'Naplatiti',
|
||||
|
||||
'quantity' => 'Količina',
|
||||
'price' => 'Cijena',
|
||||
'sub_total' => 'Podzbroj',
|
||||
'tax_total' => 'Porez Ukupno',
|
||||
'total' => 'Ukupno',
|
||||
|
||||
'item_name' => 'Ime stavke|Imena stavaka',
|
||||
|
||||
'payment_due' => 'Dospijeća plaćanja',
|
||||
'paid' => 'Plaćeno',
|
||||
'histories' => 'Povijesti',
|
||||
'payments' => 'Plaćanja',
|
||||
'add_payment' => 'Dodaj plaćanje',
|
||||
'mark_paid' => 'Označi kao plaćeno',
|
||||
'mark_sent' => 'Označi kao poslano',
|
||||
'download_pdf' => 'Preuzmite PDF',
|
||||
'send_mail' => 'Pošalji e-mail',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Skica',
|
||||
'sent' => 'Poslano',
|
||||
'viewed' => 'Pogledano',
|
||||
'approved' => 'Odobreno',
|
||||
'partial' => 'Djelomično',
|
||||
'paid' => 'Plaćeno',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'E-mail računa je uspješno poslan!',
|
||||
'marked_sent' => 'Račun je uspješno označen kao poslan!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Primili ste ovaj e-mail jer imate nadolazeću :amount fakturu za :customer.',
|
||||
'button' => 'Platite sada',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/hr-HR/items.php
Normal file
15
resources/lang/hr-HR/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Količina|Količine',
|
||||
'sales_price' => 'Prodajna cijena',
|
||||
'purchase_price' => 'Nabavna cijena',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Primili ste ovaj e-mail jer ponestaje zaliha za :name.',
|
||||
'button' => 'Pogledaj sada',
|
||||
],
|
||||
|
||||
];
|
23
resources/lang/hr-HR/messages.php
Normal file
23
resources/lang/hr-HR/messages.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type dodan!',
|
||||
'updated' => ':type ažuriran!',
|
||||
'deleted' => ':type izbrisan!',
|
||||
'duplicated' => ':type dupliciran!',
|
||||
'imported' => ':type uvezen!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Pogreška: Nije moguće dodati plaćanje! Trebali bi provjeriti dodani iznos.',
|
||||
'not_user_company' => 'Pogreška: Nije vam dozvoljeno upravljanje ovom tvrtkom!',
|
||||
'customer' => 'Pogreška: Nije moguće kreirati korisnika! :name koristite ovu e-mail adresu.',
|
||||
'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.',
|
||||
'disabled' => 'Upozorenje: Nije vam dozvoljeno onemogućiti <b>:name</b> jer postoji poveznica s :text.',
|
||||
],
|
||||
|
||||
];
|
47
resources/lang/hr-HR/modules.php
Normal file
47
resources/lang/hr-HR/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Najbolje plaćeni',
|
||||
'new' => 'Novo',
|
||||
'top_free' => 'Najbolje besplatno',
|
||||
'free' => 'BESPLATNO',
|
||||
'install' => 'Instaliraj',
|
||||
'buy_now' => 'Kupi odmah',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliknite ovdje</a> da biste dobili svoj API token.',
|
||||
'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!',
|
||||
|
||||
'about' => 'O aplikaciji',
|
||||
|
||||
'added' => 'Dodano',
|
||||
'updated' => 'Ažurirano',
|
||||
'compatibility' => 'Kompatibilnost',
|
||||
|
||||
'installed' => ':module instalirana',
|
||||
'uninstalled' => ':module deinstalirana',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module omogućena',
|
||||
'disabled' => ':module onemogućena',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Instalacija',
|
||||
'faq' => 'ČPP',
|
||||
'changelog' => 'Popis promjena',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Instalacija aplikacije',
|
||||
'download' => 'Preuzimanje :module datoteke.',
|
||||
'unzip' => 'Raspakiravanje :module datoteka.',
|
||||
'install' => 'Instalacija :module datoteka.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Deinstaliraj',
|
||||
'disable' => 'Onemogući',
|
||||
'enable' => 'Omogući',
|
||||
],
|
||||
];
|
9
resources/lang/hr-HR/pagination.php
Normal file
9
resources/lang/hr-HR/pagination.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Prethodna',
|
||||
'next' => 'Sljedeća »',
|
||||
'showing' => 'Prikazivanje :first do :last od :total :type',
|
||||
|
||||
];
|
22
resources/lang/hr-HR/passwords.php
Normal file
22
resources/lang/hr-HR/passwords.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Lozinke moraju biti duge barem 6 znakova i moraju odgovarati potvrdi.',
|
||||
'reset' => 'Vaša lozinka je resetirana!',
|
||||
'sent' => 'Link za resetiranje lozinke je poslan na e-mail!',
|
||||
'token' => 'Token za resetiranje lozinke nije važeći.',
|
||||
'user' => "Ne možemo pronaći korisnika s tom e-mail adresom.",
|
||||
|
||||
];
|
17
resources/lang/hr-HR/reports.php
Normal file
17
resources/lang/hr-HR/reports.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Tekuća godina',
|
||||
'previous_year' => 'Prethodna godina',
|
||||
'this_quarter' => 'Ovaj kvartal',
|
||||
'previous_quarter' => 'Prethodni kvartal',
|
||||
'last_12_months' => 'Zadnjih 12 mjeseci',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Sažetak prihoda',
|
||||
'expense' => 'Sažetak troškova',
|
||||
'income_expense' => 'Prihodi nasuprot troškovima',
|
||||
],
|
||||
|
||||
];
|
85
resources/lang/hr-HR/settings.php
Normal file
85
resources/lang/hr-HR/settings.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'name' => 'Naziv',
|
||||
'email' => 'E-mail',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adresa',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'localisation' => [
|
||||
'tab' => 'Lokalizacija',
|
||||
'date' => [
|
||||
'format' => 'Format datuma',
|
||||
'separator' => 'Separator datuma',
|
||||
'dash' => 'Crtica (-)',
|
||||
'dot' => 'Točka (.)',
|
||||
'comma' => 'Zarez (,)',
|
||||
'slash' => 'Kosa crta (/)',
|
||||
'space' => 'Razmak ( )',
|
||||
],
|
||||
'timezone' => 'Vremenska zona',
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faktura',
|
||||
'prefix' => 'Prefiks proja',
|
||||
'digit' => 'Broj znamenki',
|
||||
'next' => 'Sljedeći broj',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Zadano',
|
||||
'account' => 'Zadani račun',
|
||||
'currency' => 'Zadana valuta',
|
||||
'tax' => 'Zadana stopa poreza',
|
||||
'payment' => 'Zadani način plaćanja',
|
||||
'language' => 'Zadani jezik',
|
||||
],
|
||||
'email' => [
|
||||
'protocol' => 'Protokol',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
'name' => 'SMTP',
|
||||
'host' => 'SMTP Host',
|
||||
'port' => 'SMTP Port',
|
||||
'username' => 'SMTP Korisničko Ime',
|
||||
'password' => 'SMTP Lozinka',
|
||||
'encryption' => 'SMTP sigurnost',
|
||||
'none' => 'Ništa',
|
||||
],
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail putanja',
|
||||
'log' => 'E-mail evidentiranje',
|
||||
],
|
||||
'scheduling' => [
|
||||
'tab' => 'Zakazivanje',
|
||||
'send_invoice' => 'Slanje podsjetnika faktura',
|
||||
'invoice_days' => 'Slanje prije datuma dospijeća',
|
||||
'send_bill' => 'Slanje podsjetnika računa',
|
||||
'bill_days' => 'Slanje prije datuma dospijeća',
|
||||
'cron_command' => 'Cron naredba',
|
||||
'schedule_time' => 'Vrijeme pokretanja',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Izgled',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Svjetlo',
|
||||
'dark' => 'Tamno',
|
||||
'list_limit' => 'Zapisa po stranici',
|
||||
'use_gravatar' => 'Koristi Gravatar',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'Sustav',
|
||||
'session' => [
|
||||
'lifetime' => 'Životni vijek sesije (Minute)',
|
||||
'handler' => 'Rukovatelj sesije',
|
||||
'file' => 'Datoteka',
|
||||
'database' => 'Baza podataka',
|
||||
],
|
||||
'file_size' => 'Max veličina datoteke (MB)',
|
||||
'file_types' => 'Dopuštena vrsta datoteka',
|
||||
],
|
||||
|
||||
];
|
8
resources/lang/hr-HR/taxes.php
Normal file
8
resources/lang/hr-HR/taxes.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'rate' => 'Stopa',
|
||||
'rate_percent' => 'Stopa (%)',
|
||||
|
||||
];
|
8
resources/lang/hr-HR/transfers.php
Normal file
8
resources/lang/hr-HR/transfers.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'S računa',
|
||||
'to_account' => 'Na račun',
|
||||
|
||||
];
|
15
resources/lang/hr-HR/updates.php
Normal file
15
resources/lang/hr-HR/updates.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'installed_version' => 'Instalirana verzija',
|
||||
'latest_version' => 'Posljednja verzija',
|
||||
'update' => 'Ažuriraj Akaunting na :version verziju',
|
||||
'changelog' => 'Popis promjena',
|
||||
'check' => 'Provjera',
|
||||
'new_core' => 'Dostupna je ažurirana Akaunting verzija.',
|
||||
'latest_core' => 'Čestitamo! Imate najnoviju Akaunting verziju. Buduća sigurnosna ažuriranja primjenjivat će se automatski.',
|
||||
'success' => 'Proces ažuriranja uspješno završen.',
|
||||
'error' => 'Proces ažuriranja nije uspio, molimo pokušajte ponovno.',
|
||||
|
||||
];
|
119
resources/lang/hr-HR/validation.php
Normal file
119
resources/lang/hr-HR/validation.php
Normal file
@ -0,0 +1,119 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute mora biti prihvaćeno.',
|
||||
'active_url' => ':attribute nije važeći URL.',
|
||||
'after' => ':attribute mora biti datum nakon :date.',
|
||||
'after_or_equal' => ':attribute mora biti datum nakon ili isti kao :date.',
|
||||
'alpha' => ':attribute može sadržavati samo slova.',
|
||||
'alpha_dash' => ':attribute može sadržavati samo slova, brojeve i crtice.',
|
||||
'alpha_num' => ':attribute može sadržavati samo slova i brojeve.',
|
||||
'array' => ':attribute mora biti polje.',
|
||||
'before' => ':attribute mora biti datum prije :date.',
|
||||
'before_or_equal' => ':attribute mora biti datum prije ili isti kao :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute mora biti između :min i :max.',
|
||||
'file' => ':attribute mora biti između :min i :max kilobajta.',
|
||||
'string' => ':attribute mora biti između :min i :max znakova.',
|
||||
'array' => ':attribute mora imati između :min i :max stavki.',
|
||||
],
|
||||
'boolean' => 'Polje :attribute mora biti true ili false.',
|
||||
'confirmed' => ':attribute potvrda se ne podudara.',
|
||||
'date' => ':attribute nije važeći datum.',
|
||||
'date_format' => ':attribute ne odgovara formatu :format.',
|
||||
'different' => ':attribute i :other moraju biti različiti.',
|
||||
'digits' => ':attribute mora sadržavati :digits znamenki.',
|
||||
'digits_between' => ':attribute mora biti između :min i :max znamenki.',
|
||||
'dimensions' => ':attribute ima nevažeće dimenzije slike.',
|
||||
'distinct' => 'Polje :attribute ima dvostruku vrijednost.',
|
||||
'email' => ':attribute mora biti važeća e-mail adresa.',
|
||||
'exists' => 'Odabrano :attribute nije važeće.',
|
||||
'file' => ':attribute mora biti datoteka.',
|
||||
'filled' => 'Polje :attribute mora imati vrijednost.',
|
||||
'image' => ':attribute mora biti slika.',
|
||||
'in' => 'Odabrano :attribute nije valjano.',
|
||||
'in_array' => 'Polje :attribute ne postoji u :other.',
|
||||
'integer' => ':attribute mora biti cijeli broj.',
|
||||
'ip' => ':attribute mora biti važeća IP adresa.',
|
||||
'json' => ':attribute mora biti valjani JSON niz.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute ne može biti veće od :max.',
|
||||
'file' => ':attribute ne može biti veće od :max kilobajta.',
|
||||
'string' => ':attribute ne može biti više od :max znakova.',
|
||||
'array' => ':attribute ne može imati više od :max stavki.',
|
||||
],
|
||||
'mimes' => ':attribute mora biti datoteka tipa: :values.',
|
||||
'mimetypes' => ':attribute mora biti datoteka tipa: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute mora biti barem :min.',
|
||||
'file' => ':attribute mora biti barem :min kilobajta.',
|
||||
'string' => ':attribute mora sadržavati barem :min znakova.',
|
||||
'array' => ':attribute mora sadržavati barem :min stavki.',
|
||||
],
|
||||
'not_in' => 'Odabrano :attribute nije valjano.',
|
||||
'numeric' => ':attribute mora biti broj.',
|
||||
'present' => 'Polje :attribute mora biti prisutno.',
|
||||
'regex' => ':attribute format nije valjan.',
|
||||
'required' => 'Polje :attribute je obavezno.',
|
||||
'required_if' => 'Polje :attribute je obavezno kada je :other :value.',
|
||||
'required_unless' => 'Polje :attribute je obavezno osim ako je :other u :values.',
|
||||
'required_with' => 'Polje :attribute je obavezno kada postoje polja :values.',
|
||||
'required_with_all' => 'Polje :attribute je obavezno kada postoje polja :values.',
|
||||
'required_without' => 'Polje :attribute je obavezno kada ne postoji polje :values.',
|
||||
'required_without_all' => 'Polje :attribute je obavezno kada nijedno od polja :values ne postoji.',
|
||||
'same' => ':attribute i :other se moraju podudarati.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute mora biti :size.',
|
||||
'file' => ':attribute mora biti :size kilobajta.',
|
||||
'string' => ':attribute mora biti :size znakova.',
|
||||
'array' => ':attribute mora sadržavati :size stavki.',
|
||||
],
|
||||
'string' => ':attribute mora biti niz.',
|
||||
'timezone' => ':attribute mora biti važeća vremenska zona.',
|
||||
'unique' => ':attribute već postoji.',
|
||||
'uploaded' => ':attribute nije uspješno učitan.',
|
||||
'url' => ':attribute nije ispravnog formata.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'prilagođena-poruka',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user