Files
webman-buildadmin/app/common/lang/en/admin_rule_title.php

104 lines
3.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
/**
* 后台 admin_rule.title 中文(及少数英文占位)→ 英文展示。
* 新增菜单时若标题为中文,请在此补充映射,或在库中直接使用英文标题。
*/
return [
// 通用按钮
'查看' => 'View',
'添加' => 'Add',
'编辑' => 'Edit',
'删除' => 'Delete',
'保存' => 'Save',
'快速排序' => 'Quick sort',
'还原' => 'Restore',
'回滚' => 'Rollback',
'查看详情' => 'View details',
'生成' => 'Generate',
'安装' => 'Install',
'调整状态' => 'Change state',
'卸载' => 'Uninstall',
'更新' => 'Update',
'审核通过' => 'Approve',
'审核驳回' => 'Reject',
// 安装包默认菜单
'控制台' => 'Dashboard',
'权限管理' => 'Permission management',
'角色组管理' => 'Role groups',
'管理员管理' => 'Administrators',
'菜单规则管理' => 'Menu rules',
'管理员日志管理' => 'Admin logs',
'常规管理' => 'Routine',
'系统配置' => 'System configuration',
'附件管理' => 'Attachments',
'个人资料' => 'Profile',
'数据安全管理' => 'Data security',
'数据回收站' => 'Data recycle bin',
'敏感数据修改记录' => 'Sensitive data change log',
'数据回收规则管理' => 'Data recycle rules',
'敏感字段规则管理' => 'Sensitive field rules',
'模块市场' => 'Module store',
'CRUD代码生成' => 'CRUD generator',
// 会员端 user_rule若出现在后台接口中
'我的账户' => 'My account',
'账户概览' => 'Overview',
'积分记录' => 'Score log',
'余额记录' => 'Balance log',
// 业务扩展菜单
'用户管理' => 'User management',
'用户列表' => 'User list',
'订单管理' => 'Order management',
'游戏管理' => 'Game management',
'配置管理' => 'Configuration',
'游戏配置' => 'Game configuration',
'常规配置' => 'General settings',
'记录管理' => 'Records',
'游戏对局' => 'Game rounds',
'游戏对局记录' => 'Game records',
'游戏实时对局' => 'Game live',
'压注订单' => 'Bet orders',
'充值订单' => 'Deposit orders',
'提现订单' => 'Withdraw orders',
'用户钱包流水' => 'User wallet transactions',
'36字花字典' => '36 Zihua dictionary',
'代理与结算' => 'Agents & settlement',
'代理结算周期' => 'Agent settlement periods',
'代理佣金记录' => 'Agent commission records',
'运营' => 'Operations',
'运营公告' => 'Operation notices',
'用户阅读记录' => 'User read log',
'充值档位' => 'Deposit tiers',
'连胜奖励' => 'Win streak rewards',
'连胜降低档位' => 'Streak reduction tiers',
'钱包加减点' => 'Wallet adjust',
'测试' => 'Test',
'推送-对局公共频道' => 'Push: public game period',
'推送-公告广播频道' => 'Push: operation notices',
'推送-用户私有频道' => 'Push: user private',
'渠道管理' => 'Channel management',
// 演示/运营公告标题(若入库为菜单展示)
'系统维护通知(演示)' => 'Maintenance notice (demo)',
'提现风控升级提醒(演示)' => 'Withdraw risk notice (demo)',
'活动奖励发放说明(演示)' => 'Promotion notice (demo)',
// 部分按钮 title 为动作名game/live 等迁移写入)
'index' => 'View',
'snapshot' => 'Snapshot',
'pushConfig' => 'Push config',
'recordSettings' => 'Period settings',
'createNextManual' => 'Create next period manually',
'periodSettings' => 'Period settings',
'manualSettle' => 'Manual settle',
// 其它中文按钮文案
'期号开关' => 'Period toggle',
'手动创建下一期' => 'Create next period manually',
];