updated translations

This commit is contained in:
denisdulici
2020-04-18 18:59:36 +03:00
parent 69bbc9e1d6
commit 8bbdb2e110
58 changed files with 355 additions and 178 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',
],
];