mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-14 20:52:08 +02:00
translationsNew (#5015)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -317,6 +317,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "首选项"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "工作区",
|
||||
"people": "成员",
|
||||
"teams": "团队"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "配置",
|
||||
"systemSettings": "系统设置",
|
||||
"features": "功能",
|
||||
"endpoints": "端点",
|
||||
"database": "数据库",
|
||||
"advanced": "高级"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "安全与认证",
|
||||
"security": "安全",
|
||||
"connections": "连接"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "许可与分析",
|
||||
"plan": "套餐",
|
||||
"audit": "审计",
|
||||
"usageAnalytics": "使用分析"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "策略与隐私",
|
||||
"legal": "法律",
|
||||
"privacy": "隐私"
|
||||
},
|
||||
"developer": {
|
||||
"title": "开发者",
|
||||
"apiKeys": "API 密钥"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "请先启用登录模式",
|
||||
"requiresEnterprise": "需要企业版许可证"
|
||||
},
|
||||
"connection": {
|
||||
"title": "连接模式",
|
||||
"mode": {
|
||||
@@ -373,7 +413,13 @@
|
||||
"hideUnavailableConversionsDescription": "在“转换”工具中移除已禁用的转换选项,而非灰显显示。"
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "键盘快捷键",
|
||||
"description": "自定义键盘快捷键以快速访问工具。点击 \"更改快捷键\",然后按下新的按键组合。按 Esc 取消。",
|
||||
"errorConflict": "快捷键已被 {{tool}} 使用。",
|
||||
"errorModifier": {
|
||||
"mac": "请在快捷键中包含 ⌘(Command)、⌥(Option)或其他修饰键。",
|
||||
"windows": "请在快捷键中包含 Ctrl、Alt 或其他修饰键。"
|
||||
},
|
||||
"searchPlaceholder": "搜索工具...",
|
||||
"none": "未分配",
|
||||
"customBadge": "自定义",
|
||||
@@ -4036,7 +4082,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "可用语言",
|
||||
"description": "用户可选择的语言(留空启用所有语言)"
|
||||
"description": "用户可选择的语言(留空启用所有语言)",
|
||||
"placeholder": "选择语言"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "自定义元数据",
|
||||
@@ -4061,7 +4108,9 @@
|
||||
"label": "徽标样式",
|
||||
"description": "在现代极简徽标与经典S图标之间选择",
|
||||
"classic": "经典",
|
||||
"modern": "现代"
|
||||
"classicAlt": "经典 Logo",
|
||||
"modern": "现代",
|
||||
"modernAlt": "现代 Logo"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "自定义路径",
|
||||
@@ -4968,7 +5017,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "应用配置",
|
||||
"description": "当前应用设置与配置信息。"
|
||||
"description": "当前应用设置与配置信息。",
|
||||
"loading": "正在加载配置...",
|
||||
"error": "错误",
|
||||
"warning": "配置警告",
|
||||
"sections": {
|
||||
"basic": "基础配置",
|
||||
"security": "安全配置",
|
||||
"system": "系统配置",
|
||||
"integration": "集成配置"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5342,6 +5400,7 @@
|
||||
"description": "管理团队并组织工作区成员",
|
||||
"loading": "正在加载团队...",
|
||||
"loadingDetails": "正在加载团队详情...",
|
||||
"loadError": "加载团队详情失败",
|
||||
"createNewTeam": "创建新团队",
|
||||
"teamName": "团队名称",
|
||||
"totalMembers": "成员总数",
|
||||
@@ -5544,6 +5603,7 @@
|
||||
},
|
||||
"payment": {
|
||||
"preparing": "正在准备结账...",
|
||||
"redirecting": "正在跳转到安全结账...",
|
||||
"upgradeTitle": "升级到 {{planName}}",
|
||||
"success": "支付成功!",
|
||||
"successMessage": "您的订阅已成功激活。您将很快收到确认邮件。",
|
||||
@@ -5840,7 +5900,7 @@
|
||||
"placeholder": "输入用户名"
|
||||
},
|
||||
"email": {
|
||||
"label": "Email",
|
||||
"label": "邮箱",
|
||||
"placeholder": "输入 Email"
|
||||
},
|
||||
"password": {
|
||||
|
||||
Reference in New Issue
Block a user