akaunting 3.0 (the last dance)
This commit is contained in:
@ -10,9 +10,5 @@ return [
|
||||
'bank_phone' => 'Telefon banke',
|
||||
'bank_address' => 'Adresa banke',
|
||||
'default_account' => 'Zadani račun',
|
||||
'incoming' => 'Dolazni',
|
||||
'outgoing' => 'Odlazni',
|
||||
'see_performance' => 'Vidi Performanse',
|
||||
'create_report' => 'Ako želite vidjeti performanse računa. Morate kreirati instancu izvješće o prihodima i rashodima.',
|
||||
|
||||
];
|
||||
|
@ -24,7 +24,7 @@ return [
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!',
|
||||
'self_disable' => 'Pogreška: Ne možete sebe onemogućiti!',
|
||||
'self_disable' => 'Pogreška: Ne možete se onemogućiti!',
|
||||
'no_company' => 'Pogleška: Nema dodijeljene tvrtke za vaš račun. Obratite se administratoru sustava.',
|
||||
],
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Prodajna cijena',
|
||||
'sale_price' => 'Prodajna cijena',
|
||||
'purchase_price' => 'Nabavna cijena',
|
||||
|
||||
];
|
||||
|
@ -2,29 +2,26 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Tekuća godina',
|
||||
'previous_year' => 'Prethodna godina',
|
||||
'this_quarter' => 'Ovaj kvartal',
|
||||
'previous_quarter' => 'Prethodni kvartal',
|
||||
'last_12_months' => 'Zadnjih 12 mjeseci',
|
||||
'profit_loss' => 'Dobit i gubitak',
|
||||
'gross_profit' => 'Bruto dobit',
|
||||
'net_profit' => 'Neto dobit',
|
||||
'total_expenses' => 'Ukupni troškovi',
|
||||
'net' => 'Neto',
|
||||
'income_expense' => 'Prihod i rashod',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Sažetak prihoda',
|
||||
'expense' => 'Sažetak troškova',
|
||||
'income_expense' => 'Prihodi nasuprot troškovima',
|
||||
'tax' => 'Sažetak poreza',
|
||||
],
|
||||
'this_year' => 'Tekuća godina',
|
||||
'previous_year' => 'Prethodna godina',
|
||||
'this_quarter' => 'Ovaj kvartal',
|
||||
'previous_quarter' => 'Prethodni kvartal',
|
||||
'last_12_months' => 'Zadnjih 12 mjeseci',
|
||||
'profit_loss' => 'Dobit i gubitak',
|
||||
'gross_profit' => 'Bruto dobit',
|
||||
'net_profit' => 'Neto dobit',
|
||||
'total_expenses' => 'Ukupni troškovi',
|
||||
'net' => 'Neto',
|
||||
'income_expense' => 'Prihod i rashod',
|
||||
'income_summary' => 'Sažetak prihoda',
|
||||
'expense_summary' => 'Sažetak troškova',
|
||||
'income_expense_summary' => 'Prihodi nasuprot troškovima',
|
||||
'tax_summary' => 'Sažetak poreza',
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Crta',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Pita',
|
||||
'line' => 'Crta',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Pita',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user