id-ID
This commit is contained in:
17
resources/lang/id-ID/reports.php
Normal file
17
resources/lang/id-ID/reports.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Tahun ini',
|
||||
'previous_year' => 'Tahun sebelumnya',
|
||||
'this_quarter' => 'Kuartal ini',
|
||||
'previous_quarter' => 'Kuartal sebelumnya',
|
||||
'last_12_months' => '12 Bulan terakhir',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Ringkasan Pendapatan',
|
||||
'expense' => 'Ringkasan Pengeluaran',
|
||||
'income_expense' => 'Pendapatan berbanding Pengeluaran',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user