mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve filament trans + user profile actions
This commit is contained in:
@@ -11,5 +11,47 @@ return [
|
||||
'exams_list' => '考核',
|
||||
'medals_list' => '勋章',
|
||||
'settings' => '设置',
|
||||
'users_medal' => '用户勋章',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
'check_modal_btn' => '检测',
|
||||
'check_modal_header' => '检测客户端是否被允许',
|
||||
'check_pass_msg' => '恭喜,此客户端被规则 :id 通过!',
|
||||
],
|
||||
'user' => [
|
||||
'actions' => [
|
||||
'enable_modal_btn' => '启用',
|
||||
'enable_modal_title' => '启用用户',
|
||||
'enable_disable_reason' => '原因',
|
||||
'enable_disable_reason_placeholder' => '可选',
|
||||
'disable_modal_btn' => '禁用',
|
||||
'disable_modal_title' => '禁用用户',
|
||||
'disable_two_step_authentication' => '取消两步登录验证',
|
||||
'change_bonus_etc_btn' => '修改上传量等',
|
||||
'change_bonus_etc_action_increment' => '增加',
|
||||
'change_bonus_etc_action_decrement' => '减少',
|
||||
'change_bonus_etc_field_label' => '类别',
|
||||
'change_bonus_etc_action_label' => '动作',
|
||||
'change_bonus_etc_value_label' => '数量',
|
||||
'change_bonus_etc_value_help' => '如果类别是上传量/下载量,单位为:GB',
|
||||
'change_bonus_etc_reason_label' => '原因',
|
||||
'reset_password_btn' => '重置密码',
|
||||
'reset_password_label' => '新密码',
|
||||
'reset_password_confirmation_label' => '确认新密码',
|
||||
'assign_exam_btn' => '分配考核',
|
||||
'assign_exam_exam_label' => '选择考核',
|
||||
'assign_exam_begin_label' => '开始时间',
|
||||
'assign_exam_end_label' => '结束时间',
|
||||
'assign_exam_end_help' => '如果不指定开始/结束时间,将使用考核本身设定的时间范围',
|
||||
'grant_medal_btn' => '授予勋章',
|
||||
'grant_medal_medal_label' => '选择勋章',
|
||||
'grant_medal_duration_label' => '有效时长',
|
||||
'grant_medal_duration_help' => '单位:天。如果留空,用户永久拥有',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
'bulk_action_avoid_label' => '批量免除',
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user