补齐头部用户下拉功能
This commit is contained in:
@@ -2685,7 +2685,36 @@
|
||||
"user": {
|
||||
"greeting": "你好 {name}",
|
||||
"not_logged_in": "未登录",
|
||||
"logout": "注销"
|
||||
"logout": "注销",
|
||||
"api_debug": "API调试",
|
||||
"change_password": "修改密码",
|
||||
"reload_menu": "重新加载菜单",
|
||||
"product_authorization": "产品授权",
|
||||
"original_password": "原密码",
|
||||
"new_password": "新密码",
|
||||
"confirm_password": "确认密码",
|
||||
"placeholder_original_password": "请输入原密码",
|
||||
"placeholder_new_password": "请输入新密码",
|
||||
"placeholder_confirm_password": "请输入确认密码",
|
||||
"old_password_required": "请输入原密码",
|
||||
"new_password_required": "请输入新密码",
|
||||
"confirm_password_required": "请输入确认密码",
|
||||
"length_6_to_64": "长度在 6 到 64 个字符",
|
||||
"password_same_error": "原密码不能与新密码相同",
|
||||
"password_not_match": "两次输入的新密码不一致",
|
||||
"password_change_success": "密码修改成功,请重新登录",
|
||||
"menu_permission_reloaded": "菜单权限已重新载入",
|
||||
"authorization_validity_period": "授权有效期",
|
||||
"drag_upload_hint": "将 license 文件拖到此处,或",
|
||||
"click_upload": "点击上传",
|
||||
"upload_file_tip": "只能上传 .license 授权文件",
|
||||
"please_upload_license": "请上传 license 文件",
|
||||
"authorization_update_success": "授权有效期更新成功:{time}",
|
||||
"authorization_expired_message": "产品授权时间:{time},授权已过期,接口将无法使用。请重新验证授权序列号!",
|
||||
"authorization_near_message": "产品授权即将到期,授权过期时,数据接口将无法使用。{message}",
|
||||
"prompt": "提示",
|
||||
"cancel": "取消",
|
||||
"confirm": "确定"
|
||||
},
|
||||
"fullscreen": {
|
||||
"enter": "全屏",
|
||||
|
||||
Reference in New Issue
Block a user