akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@@ -2,29 +2,26 @@
return [
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '過去 12 個月',
'profit_loss' => '損益',
'gross_profit' => '毛利',
'net_profit' => '初始利潤',
'total_expenses' => '總費用',
'net' => '初始',
'income_expense' => '收入 及 支出',
'summary' => [
'income' => '收入概要',
'expense' => '支出概要',
'income_expense' => '收入 vs 支出',
'tax' => '稅務概要',
],
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '過去 12 個月',
'profit_loss' => '損益',
'gross_profit' => '毛利',
'net_profit' => '初始利潤',
'total_expenses' => '總費用',
'net' => '初始',
'income_expense' => '收入 及 支出',
'income_summary' => '收入概要',
'expense_summary' => '支出概要',
'income_expense_summary' => '收入 vs 支出',
'tax_summary' => '稅務概要',
'charts' => [
'line' => '綠狀',
'bar' => '條狀',
'pie' => '餅狀',
'line' => '綠狀',
'bar' => '條狀',
'pie' => '餅狀',
],
];