it0/it0-web-admin/src/i18n/locales/zh/settings.json

80 lines
2.4 KiB
JSON
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.

{
"title": "设置",
"subtitle": "应用偏好和配置。",
"sections": {
"general": "通用",
"notifications": "通知",
"apikeys": "API 密钥",
"theme": "主题",
"account": "账户"
},
"general": {
"title": "通用设置",
"platformName": "平台名称",
"platformNamePlaceholder": "我智能体平台",
"defaultTimezone": "默认时区",
"defaultLanguage": "默认语言",
"uiLanguage": "界面语言",
"uiLanguageHint": "更改当前浏览器的显示语言。",
"autoApproveThreshold": "自动审批阈值(风险等级 0-3",
"autoApproveHint": "低于或等于此风险等级的操作将被自动批准。",
"saved": "设置已保存。"
},
"notifications": {
"title": "通知设置",
"email": "邮件通知",
"sms": "短信通知",
"push": "推送通知",
"escalationPolicy": "默认升级策略",
"saved": "通知设置已保存。"
},
"apikeys": {
"title": "API 密钥",
"namePlaceholder": "密钥名称(例如 CI/CD 流水线)",
"generate": "生成新密钥",
"generatedWarning": "新 API 密钥已生成。请立即复制 ——之后将无法再次查看。",
"copyToClipboard": "复制到剪贴板",
"dismiss": "关闭",
"headerName": "名称",
"headerKey": "密钥",
"headerCreated": "创建时间",
"headerLastUsed": "最后使用",
"headerActions": "操作",
"revoke": "吊销",
"noKeys": "暂无 API 密钥。在上方生成一个。"
},
"theme": {
"title": "主题",
"appearance": "外观",
"light": "浅色",
"dark": "深色",
"primaryColor": "主题色",
"customColor": "自定义颜色",
"selected": "已选:{{color}}",
"saveTheme": "保存主题",
"saved": "主题设置已保存。"
},
"account": {
"profileTitle": "账户资料",
"displayName": "显示名称",
"email": "邮箱",
"emailHint": "邮箱无法在此处修改。",
"saveProfile": "保存资料",
"profileSaved": "资料已更新。",
"changePassword": "修改密码",
"currentPassword": "当前密码",
"newPassword": "新密码",
"confirmPassword": "确认新密码",
"passwordChanged": "密码修改成功。",
"changing": "修改中..."
},
"languages": {
"en": "English",
"zh": "中文",
"ko": "한국어",
"ja": "日本語",
"de": "Deutsch",
"fr": "Français"
}
}