更新i18n

This commit is contained in:
xunbu
2025-12-28 18:23:01 +08:00
parent b44ca99585
commit cf4f66f186
2 changed files with 5 additions and 3 deletions

View File

@@ -167,7 +167,8 @@
"preview_bilingual": "双语预览", "preview_bilingual": "双语预览",
"preview_translatedOnly": "仅译文预览", "preview_translatedOnly": "仅译文预览",
"configImportSuccess": "配置导入成功!", "configImportSuccess": "配置导入成功!",
"configImportError": "配置文件解析失败,请检查文件格式。" "configImportError": "配置文件解析失败,请检查文件格式。",
"providerLabel": "接口供应商"
}, },
"en": { "en": {
"pageTitle": "DocuTranslate - Interactive Document Translation", "pageTitle": "DocuTranslate - Interactive Document Translation",
@@ -337,6 +338,7 @@
"preview_bilingual": "Bilingual Preview", "preview_bilingual": "Bilingual Preview",
"preview_translatedOnly": "Translation Only Preview", "preview_translatedOnly": "Translation Only Preview",
"configImportSuccess": "Configuration imported successfully!", "configImportSuccess": "Configuration imported successfully!",
"configImportError": "Failed to parse config file, please check the file format." "configImportError": "Failed to parse config file, please check the file format.",
"providerLabel": "Provider"
} }
} }

File diff suppressed because one or more lines are too long