updated translations

This commit is contained in:
denisdulici
2020-02-23 23:12:14 +03:00
parent 7441a31cc4
commit d9566a6546
62 changed files with 679 additions and 324 deletions

View File

@ -2,12 +2,33 @@
return [
'accounts_cash' => '現金',
'categories_deposit' => '金',
'categories_sales' => '売上高',
'currencies_usd' => '米ドル',
'currencies_eur' => 'ユーロ',
'currencies_gbp' => '英国ポンド',
'currencies_try' => 'トルコのリラ',
'accounts' => [
'cash' => '金',
],
'categories' => [
'deposit' => '預金',
'sales' => '売上高',
],
'currencies' => [
'usd' => '米ドル',
'eur' => 'ユーロ',
'gbp' => '英国ポンド',
'try' => 'トルコのリラ',
],
'offline_payments' => [
'cash' => '現金',
'bank' => '銀行振込',
],
'reports' => [
'income' => 'カテゴリー別の月間収入サマリー。',
'expense' => 'カテゴリ別の月間経費の概要。',
'income_expense' => 'カテゴリ別の月収と費用。',
'tax' => '四半期の税の概要。',
'profit_loss' => '四半期ごとのカテゴリごとの損益。',
],
];