hr-HR
This commit is contained in:
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',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user