feat: Add new translation keys and backward-compatible aliases for web source settings
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions
This commit is contained in:
parent
3f9fa06fbd
commit
bc6c08b6ea
8 changed files with 238 additions and 1 deletions
|
|
@ -132,6 +132,34 @@
|
|||
"settings.error.select_mapping": "请选择要编辑的映射",
|
||||
"settings.error.select_profile_load": "请选择要加载的档案",
|
||||
"settings.error.select_profile_delete": "请选择要删除的档案",
|
||||
"settings.web_source.url_label": "Web 应用 URL:",
|
||||
"settings.web_source.open_btn": "打开",
|
||||
"settings.web_source.url_mappings_label": "URL 映射(Azure Blob Storage → 本地路径):",
|
||||
"settings.web_source.col_url_prefix": "URL 前缀",
|
||||
"settings.web_source.col_local_path": "本地路径",
|
||||
"settings.web_source.add_mapping_btn": "添加映射",
|
||||
"settings.web_source.edit_mapping_btn": "编辑所选",
|
||||
"settings.web_source.remove_mapping_btn": "删除所选",
|
||||
"settings.web_source.add_mapping_title": "添加 URL 映射",
|
||||
"settings.web_source.add_mapping_url_prompt": "输入 Azure Blob Storage URL 前缀:\n(例如: https://myblob.blob.core.windows.net/container/)",
|
||||
"settings.web_source.add_mapping_path_prompt": "输入本地文件系统路径:\n(例如: C:\\Share 或 /mnt/share)",
|
||||
"settings.web_source.edit_mapping_title": "编辑 URL 映射",
|
||||
"settings.web_source.edit_mapping_url_prompt": "输入 Azure Blob Storage URL 前缀:",
|
||||
"settings.web_source.edit_mapping_path_prompt": "输入本地文件系统路径:",
|
||||
"settings.web_source.select_mapping_to_edit": "请选择要编辑的映射",
|
||||
"settings.logging.level_label": "日志级别:",
|
||||
"settings.logging.file_label": "日志文件(可选):",
|
||||
"settings.logging.browse_btn": "浏览...",
|
||||
"settings.logging.select_file_title": "选择日志文件",
|
||||
"settings.paths.select_dir_title": "选择允许目录",
|
||||
"settings.urls.add_title": "添加 URL",
|
||||
"settings.urls.add_prompt": "输入 URL 模式(例如: http://example.com 或 http://*.example.com):",
|
||||
"settings.profiles.save_title": "保存档案",
|
||||
"settings.profiles.save_prompt": "输入配置档案名称(例如: 工作, 个人):",
|
||||
"settings.profiles.select_to_load": "请选择要加载的档案",
|
||||
"settings.profiles.select_to_delete": "请选择要删除的档案",
|
||||
"settings.profiles.export_title": "导出配置",
|
||||
"settings.profiles.import_title": "导入配置",
|
||||
|
||||
"update.checking.title": "检查更新",
|
||||
"update.checking.label": "正在检查更新...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue