初始化
This commit is contained in:
25
addons/webman/lang/zh-CN/currency.php
Normal file
25
addons/webman/lang/zh-CN/currency.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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' => '马币',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user