updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -12,11 +12,16 @@ return [
'quantity' => 'Količina',
'price' => 'Cijena',
'sub_total' => 'Podzbroj',
'discount' => 'Popust',
'tax_total' => 'Porez Ukupno',
'total' => 'Ukupno',
'item_name' => 'Naziv stavke|Nazivi stavaka',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'Dospijeća plaćanja',
'amount_due' => 'Dospjeli iznos',
'paid' => 'Plaćeno',

View File

@@ -26,6 +26,7 @@ return [
'companies' => 'Tvrtka|Tvrtke',
'profits' => 'Dobit|Dobiti',
'taxes' => 'Porez|Porezi',
'logos' => 'Logo|Logos',
'pictures' => 'Slika|Slike',
'types' => 'Tip|Tipovi',
'payment_methods' => 'Način plaćanja|Načini plaćanja',
@@ -36,6 +37,7 @@ return [
'updates' => 'Ažuriranje|Ažuriranja',
'numbers' => 'Broj|Brojevi',
'statuses' => 'Status|Statusi',
'others' => 'Other|Others',
'dashboard' => 'Nadzorna ploča',
'banking' => 'Bankarstvo',
@@ -93,11 +95,11 @@ return [
'id' => 'ID',
'more_actions' => 'Više radnji',
'duplicate' => 'Dupliciraj',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'unpaid' => 'Neplaćeno',
'paid' => 'Plaćeno',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',
'partially' => 'Djelomično',
'partially_paid' => 'Djelomično plaćeno',
'title' => [
'new' => 'Novo - :type',

View File

@@ -12,11 +12,16 @@ return [
'quantity' => 'Količina',
'price' => 'Cijena',
'sub_total' => 'Podzbroj',
'discount' => 'Popust',
'tax_total' => 'Porez Ukupno',
'total' => 'Ukupno',
'item_name' => 'Ime stavke|Imena stavaka',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'Dospijeća plaćanja',
'paid' => 'Plaćeno',
'histories' => 'Povijesti',

View File

@@ -10,10 +10,12 @@ return [
'imported' => ':type uvezen!',
],
'error' => [
'payment_add' => 'Pogreška: Nije moguće dodati plaćanje! Trebali bi provjeriti dodani iznos.',
'over_payment' => 'Error: Payment not added! Amount passes the total.',
'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.',
'customer' => 'Error: User not created! :name already uses this email address.',
'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
'last_category' => 'Error: Can not delete the last :type category!',
'invalid_token' => 'Error: The token entered is invalid!',
],
'warning' => [
'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.',

View File

@@ -8,6 +8,7 @@ return [
'new' => 'Novo',
'top_free' => 'Najbolje besplatno',
'free' => 'BESPLATNO',
'search' => 'Search',
'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.',

View File

@@ -0,0 +1,20 @@
<?php
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Dnevno',
'weekly' => 'Tjedno',
'monthly' => 'Mjesečno',
'yearly' => 'Godišnje',
'custom' => 'Custom',
'days' => 'Dan(a)',
'weeks' => 'Tjedan(a)',
'months' => 'Mjesec(i)',
'years' => 'Godine(a)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];

View File

@@ -7,11 +7,24 @@ return [
'this_quarter' => 'Ovaj kvartal',
'previous_quarter' => 'Prethodni kvartal',
'last_12_months' => 'Zadnjih 12 mjeseci',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'summary' => [
'income' => 'Sažetak prihoda',
'expense' => 'Sažetak troškova',
'income_expense' => 'Prihodi nasuprot troškovima',
'tax' => 'Tax Summary',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
],
];

View File

@@ -21,6 +21,11 @@ return [
'space' => 'Razmak ( )',
],
'timezone' => 'Vremenska zona',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Ispred broja',
'after' => 'Nakon broja',
],
],
'invoice' => [
'tab' => 'Faktura',