From bf746200512e591ac38b51d0e81341f0422c53b8 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sat, 22 Nov 2025 14:05:43 +0800 Subject: [PATCH] i18n: add deeplink config preview translations Add missing translation keys for config file preview feature. - Add configSource, configEmbedded, configRemote labels - Add configDetails and configUrl display strings - Support both Chinese and English versions --- src/i18n/locales/en.json | 7 ++++++- src/i18n/locales/zh.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index b18b3dc..389bccf 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -753,7 +753,12 @@ "parseError": "Failed to parse deep link", "importSuccess": "Import successful", "importSuccessDescription": "Provider \"{{name}}\" has been successfully imported", - "importError": "Failed to import" + "importError": "Failed to import", + "configSource": "Config Source", + "configEmbedded": "Embedded Config", + "configRemote": "Remote Config", + "configDetails": "Config Details", + "configUrl": "Config File URL" }, "iconPicker": { "search": "Search Icons", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 23fe2dc..95d56dd 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -753,7 +753,12 @@ "parseError": "深链接解析失败", "importSuccess": "导入成功", "importSuccessDescription": "供应商 \"{{name}}\" 已成功导入", - "importError": "导入失败" + "importError": "导入失败", + "configSource": "配置来源", + "configEmbedded": "内嵌配置", + "configRemote": "远程配置", + "configDetails": "配置详情", + "configUrl": "配置文件 URL" }, "iconPicker": { "search": "搜索图标",