14 lines
338 B
PHP
14 lines
338 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'accounts_cash' => '現金',
|
||
|
'categories_deposit' => '預金',
|
||
|
'categories_sales' => '売上高',
|
||
|
'currencies_usd' => '米ドル',
|
||
|
'currencies_eur' => 'ユーロ',
|
||
|
'currencies_gbp' => '英国ポンド',
|
||
|
'currencies_try' => 'トルコのリラ',
|
||
|
|
||
|
];
|