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

21 lines
606 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' => '刪除貨幣',
'order_exist' => '該貨幣有訂單正在使用,無法删除!',
];