diff --git a/docutranslate/static/i18nData.json b/docutranslate/static/i18nData.json index 15adb13..6868b46 100644 --- a/docutranslate/static/i18nData.json +++ b/docutranslate/static/i18nData.json @@ -167,7 +167,8 @@ "preview_bilingual": "双语预览", "preview_translatedOnly": "仅译文预览", "configImportSuccess": "配置导入成功!", - "configImportError": "配置文件解析失败,请检查文件格式。" + "configImportError": "配置文件解析失败,请检查文件格式。", + "providerLabel": "接口供应商" }, "en": { "pageTitle": "DocuTranslate - Interactive Document Translation", @@ -337,6 +338,7 @@ "preview_bilingual": "Bilingual Preview", "preview_translatedOnly": "Translation Only Preview", "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" } } \ No newline at end of file diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html index 1721231..44d2972 100644 --- a/docutranslate/static/index.html +++ b/docutranslate/static/index.html @@ -1 +1 @@ -
GitHub主页(欢迎star❤):
https://github.com/xunbu/docutranslate
交流QQ群: 1047781902
version:{{ version ? 'v' + version : '' }}
{{ t('noTaskPlaceholder') }}
{{ task.backendId || t('taskCardIdPlaceholder') }}
{{ t('taskCardFileDrop') }}
{{ t('taskCardFileSelected') }}
GitHub主页(欢迎star❤):
https://github.com/xunbu/docutranslate
交流QQ群: 1047781902
version:{{ version ? 'v' + version : '' }}
{{ t('noTaskPlaceholder') }}
{{ task.backendId || t('taskCardIdPlaceholder') }}
{{ t('taskCardFileDrop') }}
{{ t('taskCardFileSelected') }}