Files
dafuweng/addons/webman/lang/zh-CN/currency.php
2026-03-02 13:44:38 +08:00

26 lines
616 B
PHP

<?php
return [
'title' => '货币管理',
'normal'=>'正常',
'disable'=>'禁用',
'currency'=>'货币',
'game_coins'=>'游戏点',
'currency_has_exists'=>'该货币已存在配置',
'fields' => [
'id' => '货币ID',
'name' => '货币名称',
'identifying' => '货币标识',
'ratio' => '1货币价格',
'status' => '状态',
'create_at' => '创建时间',
],
'currency_name' => [
'CYN' => '人民币',
'TWD' => '新台币',
'USD' => '美元',
'JPY' => '日元',
'RM' => '马币',
],
];