wyyl/resources/lang/ja/admin/currency.php

20 lines
542 B
PHP

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'decimal_point' => '.',
'thousand_point' => ',',
'currencies_index' => '通貨リスト',
'currencies_create' => '通貨の作成',
'currencies_show' => '通貨の詳細',
'currencies_update' => '通貨の更新',
'currencies_delete' => '通貨を削除',
];