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": "搜索图标",