14 lines
338 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
'accounts_cash' => '現金',
'categories_deposit' => '預金',
'categories_sales' => '売上高',
'currencies_usd' => '米ドル',
'currencies_eur' => 'ユーロ',
'currencies_gbp' => '英国ポンド',
'currencies_try' => 'トルコのリラ',
];