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

20 lines
522 B
PHP

<?php
/**
* currency.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author TL <mengwb@opencart.cn>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'decimal_point' => '.',
'thousand_point' => ',',
'currencies_index' => '货币列表',
'currencies_create' => '创建货币',
'currencies_edit' => '货币详情',
'currencies_update' => '更新货币',
'currencies_delete' => '删除货币',
];