This commit is contained in:
Cüneyt Şentürk
2020-04-22 14:50:30 +03:00
parent 5ed4cd2da9
commit 5b1306cab4
86 changed files with 1244 additions and 614 deletions

View File

@@ -12,7 +12,7 @@ return [
'net_profit' => 'Laba Bersih',
'total_expenses' => 'Total Pengeluaran',
'net' => 'Laba Bersih',
'income-expense' => 'Income & Expense',
'income_expense' => 'Pendapatan & Pengeluaran',
'summary' => [
'income' => 'Ringkasan Pendapatan',
@@ -22,9 +22,9 @@ return [
],
'charts' => [
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
'line' => 'Baris',
'bar' => 'Batang',
'pie' => 'Lingkaran',
],
];