updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -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',
],
];