lv-LV translation
This commit is contained in:
30
resources/lang/lv-LV/reports.php
Normal file
30
resources/lang/lv-LV/reports.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Šogad',
|
||||
'previous_year' => 'Iepriekšējais gads',
|
||||
'this_quarter' => 'Šis ceturksnis',
|
||||
'previous_quarter' => 'Iepriekšējais ceturksnis',
|
||||
'last_12_months' => 'Iepriekšējie 12 mēneši',
|
||||
'profit_loss' => 'Peļņa un zaudējumi',
|
||||
'gross_profit' => 'Bruto peļņa',
|
||||
'net_profit' => 'Neto peļņa',
|
||||
'total_expenses' => 'Kopējie izdevumi',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Ieņēmumu kopsavilkums',
|
||||
'expense' => 'Izdevumu kopsavilkums',
|
||||
'income_expense' => 'Ieņēmumi pret izdevumiem',
|
||||
'tax' => 'Nodokļu kopsavilkums',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Okt-Dec',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user