updated translations
This commit is contained in:
@ -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' => '四半期ごとのカテゴリごとの損益。',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user