chore: stage changes before history rewrite
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
"nav.invites": "邀请码管理",
|
||||
"nav.logout": "退出",
|
||||
"nav.api_docs": "API 文档",
|
||||
"nav.showcase": "展示页",
|
||||
"nav.admin": "系统管理",
|
||||
"admin.title": "系统管理",
|
||||
"admin.tab_invites": "邀请码管理",
|
||||
"admin.tab_config": "系统设置",
|
||||
"admin.config_title": "系统设置",
|
||||
"admin.copyright_label": "Copyright 文本",
|
||||
"admin.copyright_hint": "将显示在所有页面底部,留空则不显示。",
|
||||
"admin.save_config": "保存设置",
|
||||
"login.title": "登录",
|
||||
"login.username": "用户名",
|
||||
"login.password": "密码",
|
||||
@@ -245,5 +254,23 @@
|
||||
"api_docs.ep.key_name_hint": "string(可选)— Key 的备注名称",
|
||||
"api_docs.ep.country_hint": "两个大写字母,如 JP",
|
||||
"api_docs.ep.date_hint": "格式 YYYY-MM-DD 或 YYYY-MM-DDTHH:MM",
|
||||
"apikey.permissions": "权限范围",
|
||||
"apikey.perm.profiles_read": "读取 Profile",
|
||||
"apikey.perm.profiles_write": "写入 Profile",
|
||||
"apikey.perm.postcards_read": "读取明信片",
|
||||
"apikey.perm.postcards_write": "写入明信片",
|
||||
"apikey.perm.images_upload": "上传图片",
|
||||
"apikey.perm.hint": "不勾选任何权限 = 完全访问(兼容旧 Key)。勾选后该 Key 仅拥有所选权限。",
|
||||
"apikey.perm_full_access": "完全访问",
|
||||
"apikey.edit": "编辑",
|
||||
"apikey.save": "保存",
|
||||
"apikey.cancel": "取消",
|
||||
"api_docs.permissions": "权限系统",
|
||||
"api_docs.permissions_desc": "每个 API Key 可以配置细粒度的权限范围。不配置权限时(旧 Key),默认完全访问。配置后仅拥有所选权限。",
|
||||
"api_docs.scope": "权限 Scope",
|
||||
"api_docs.scope_desc": "说明",
|
||||
"api_docs.scope_endpoints": "对应端点",
|
||||
"api_docs.permissions_note": "403 响应表示缺少所需权限。",
|
||||
"api_docs.permissions_keys_note": "API Key 管理端点(GET/POST/DELETE /keys)仅需有效 Key 鉴权,不需要特定权限。",
|
||||
"misc.required": " *"
|
||||
}
|
||||
Reference in New Issue
Block a user