",
- "preview_cantReadOriginal": "无法读取原文内容。",
- "preview_cantPreviewType": "无法直接预览此文件类型",
- "preview_noOriginalCache": "未找到原文文件缓存。",
- "preview_bilingual": "双语预览",
- "preview_translatedOnly": "译文预览",
- "pdf_preparing": "PDF准备中,请稍后...",
- "pdf_print_failed": "自动打印失败,请在预览中手动打印。",
- "pdf_fetch_failed": "获取HTML内容失败,无法生成PDF。",
"init_i18n_failed_alert": "加载界面翻译资源失败,请检查网络连接或联系管理员。",
"init_failed_alert": "初始化失败,无法连接到后端服务。请检查服务是否运行或刷新页面。",
- "admin_tasklist_failed": "无法从服务器加载任务列表,请检查后台连接。",
- "btn_startTranslation": "开始翻译",
- "btn_initializing": "初始化...",
+ "status_selectFileFirst": "请先选择一个文件。",
+ "status_invalidWorkflow": "选择的工作流无效。",
+ "status_fillRequired": "请填写所有必填项。",
+ "status_releasingOldTask": "正在释放旧任务...",
+ "btn_initializing": "初始化中",
+ "status_encodingAndSubmitting": "正在编码和提交文件...",
+ "status_requestOk": "请求成功,任务已开始处理。",
"btn_cancelTranslation": "取消翻译",
- "btn_reTranslate": "重新翻译"
+ "status_requestFail": "请求失败",
+ "status_initFail": "初始化失败",
+ "status_cancelling": "取消中...",
+ "status_cancelSent": "已发送取消请求。",
+ "status_cancelFail": "取消请求失败",
+ "status_gettingStatus": "正在获取状态...",
+ "btn_reTranslate": "重新翻译",
+ "status_updateError": "状态更新失败。",
+ "preview_loading": "正在加载预览...",
+ "preview_cantReadOriginal": "无法读取原始文件内容。",
+ "preview_cantPreviewType": "无法预览此文件类型",
+ "preview_noOriginalCache": "无原始文件缓存可供预览。",
+ "preview_loadFailed": "加载预览失败。",
+ "pdf_preparing": "正在准备PDF以便打印...",
+ "pdf_print_failed": "调用打印功能失败。请检查浏览器设置或手动打印。",
+ "pdf_fetch_failed": "获取翻译内容失败,无法生成PDF。",
+ "preview_bilingual": "双语对照预览",
+ "preview_translatedOnly": "仅译文预览",
+ "admin_tasklist_failed": "管理员模式:加载任务列表失败"
},
"en": {
"pageTitle": "DocuTranslate - Interactive Document Translation",
"tutorialBtn": "Tutorial",
"projectContributeBtn": "Contribute",
"workflowTitle": "1. Select Workflow",
- "workflowTitleText": "Select Workflow",
- "workflowOptionMarkdown": "Markdown-based (.pdf/.md/.png, etc.)",
- "workflowOptionTxt": "Plain Text (.txt)",
- "workflowOptionJson": "JSON (.json)",
- "workflowOptionDocx": "DOCX (.docx)",
- "workflowOptionXlsx": "XLSX (.xlsx)",
- "workflowOptionSrt": "SRT Subtitle (.srt)",
- "workflowOptionEpub": "EPUB (.epub)",
- "workflowOptionHtml": "HTML (.html)",
+ "workflowOptionMarkdown": "To Markdown then Translate (.pdf/.md/.png, etc.)",
+ "workflowOptionTxt": "Plain Text Translation (.txt)",
+ "workflowOptionJson": "JSON Translation (.json)",
+ "workflowOptionDocx": "DOCX Translation (.docx)",
+ "workflowOptionXlsx": "XLSX Translation (.xlsx/.csv)",
+ "workflowOptionSrt": "SRT Subtitle Translation (.srt)",
+ "workflowOptionEpub": "EPUB Translation (.epub)",
+ "workflowOptionHtml": "HTML Translation (.html)",
"autoWorkflowLabel": "Auto-select workflow",
"docxSettingsTitleText": "DOCX Translation Options",
- "insertModeLabel": "Insert Mode",
- "insertModeReplace": "Replace original",
- "insertModeAppend": "Append after original",
- "insertModePrepend": "Prepend before original",
- "insertModeHelpDocx": "Choose how to insert the translated text.",
- "separatorLabel": "Separator",
- "separatorPlaceholder": "e.g., \\n---translation---\\n",
- "separatorPlaceholderSimple": "e.g., \\n---\\n",
- "separatorHelp": "Characters to separate original and translated text in append/prepend modes. \\n for new line.",
"xlsxSettingsTitleText": "XLSX Translation Options",
- "insertModeHelpXlsx": "Choose how to insert translated text into cells.",
- "xlsxTranslateRegionsLabel": "Translation area (optional)",
- "xlsxTranslateRegionsPlaceholder": "One area per line, for example: Sheet1!A1:B10 (if no sheet name is specified, it applies to all sheets)",
"srtSettingsTitleText": "SRT Translation Options",
- "insertModeHelpSrt": "Choose how to insert the translated text.",
"epubSettingsTitleText": "EPUB Translation Options",
- "insertModeHelpEpub": "Choose how to insert the translated text.",
"htmlSettingsTitleText": "HTML Translation Options",
- "insertModeHelpHtml": "Choose how to insert the translated text.",
"jsonSettingsTitleText": "JSON Path Configuration",
- "jsonPathLabel": "JSON paths to translate",
- "jsonPathPlaceholder": "One path per line, e.g.:\n$.name\n$.*",
- "jsonPathHelp": "Uses jsonpath-ng syntax. Each line represents one JSON path.",
"parsingSettingsTitleText": "Parsing Configuration",
+ "aiSettingsTitleText": "Translation Model",
+ "translationSettingsTitleText": "Translation Configuration",
+ "advancedSettingsTitleText": "Advanced Parameters",
+ "insertModeLabel": "Insert Mode",
+ "insertModeReplace": "Replace original text",
+ "insertModeAppend": "Append after original text",
+ "insertModePrepend": "Prepend before original text",
+ "insertModeHelpDocx": "Choose how to insert the translated text.",
+ "insertModeHelpXlsx": "Choose how to insert the translated text into cells.",
+ "insertModeHelpSrt": "Choose how to insert the translated text.",
+ "insertModeHelpEpub": "Choose how to insert the translated text.",
+ "insertModeHelpHtml": "Choose how to insert the translated text.",
+ "separatorLabel": "Separator",
+ "separatorPlaceholder": "e.g., \\n---translated---\\n",
+ "separatorPlaceholderSimple": "e.g., \\n---\\n",
+ "separatorHelp": "Characters to separate original and translated text in 'append' or 'prepend' mode. \\n represents a new line.",
+ "xlsxTranslateRegionsLabel": "Translate Regions (Optional)",
+ "xlsxTranslateRegionsPlaceholder": "One region per line, e.g., Sheet1!A1:B10 (applies to all sheets if sheet name is omitted)",
+ "jsonPathLabel": "JSON Paths to Translate",
+ "jsonPathPlaceholder": "One path per line, e.g.:\n$.name\n$.*",
+ "jsonPathHelp": "Uses jsonpath-ng syntax. Each line represents a JSON path to translate.",
"parsingEngineLabel": "Parsing Engine",
- "parsingEngineHelp": "Optional if your file is already in .md format.",
- "engineOptionIdentity": "No engine (source is MD)",
- "engineOptionMineru": "minerU (Cloud, Recommended)",
- "engineOptionDocling": "Docling (Local)",
+ "parsingEngineHelp": "Not required if you are uploading a .md file directly.",
+ "engineOptionIdentity": "No parsing (for .md files)",
+ "engineOptionMineru": "Mineru (Recommended for PDF/Image)",
+ "engineOptionDocling": "DocLing (Alternative for PDF)",
"getMineruTokenTitle": "Get Mineru Token",
- "mineruTokenPlaceholder": "Required for Mineru engine",
+ "mineruTokenPlaceholder": "Required when using Mineru engine",
"modelVersionLabel": "Mineru Model Version",
"modelVersionVlm": "VLM",
"modelVersionPipline": "Pipeline",
- "modelVersionHelp": "Mineru VLM is a newer internal beta model.",
+ "modelVersionHelp": "Mineru VLM is a newer, internal test model.",
"formulaOcrLabel": "Formula Recognition",
"codeOcrLabel": "Code Recognition",
- "aiSettingsTitleText": "Translation Model",
"platformLabel": "Select Platform",
"platformCustom": "Custom Endpoint",
"baseUrlLabel": "API Base URL",
"baseUrlPlaceholder": "OpenAI-compatible URL",
"getApiKeyTitle": "Get API Key",
- "apiKeyPlaceholder": "Enter your API Key",
+ "apiKeyPlaceholder": "Please enter your API Key",
"modelIdLabel": "Model ID",
"modelIdPlaceholder": "e.g., gpt-4o, glm-4",
- "translationSettingsTitleText": "Translation Configuration",
"targetLanguageLabel": "Target Language",
"targetLanguageCustom": "Other (Custom)",
"customLangPlaceholder": "Enter target language, e.g., Italian",
"thinkingModeLabel": "Thinking Mode",
- "thinkingModeTooltip": "Set the thinking mode for mixed-inference models. Currently supports Zhipu's glm-4.5 series, Alibaba Cloud's qwen3 series, VolcEngine's Doubao-Seed-1.6 series, etc.",
+ "thinkingModeTooltip": "Sets the thinking mode for hybrid inference models, currently supporting Zhipu's glm-4.5 series, Alibaba Cloud's qwen3 series, Volcengine's Doubao-Seed-1.6 series, etc.",
"thinkingModeEnable": "Enable",
"thinkingModeDisable": "Disable",
"thinkingModeDefault": "Default",
"customPromptLabel": "Custom Prompt",
- "customPromptPlaceholder": "Optional, e.g., 'Do not translate proper names'",
- "advancedSettingsTitleText": "Advanced Parameters",
+ "customPromptPlaceholder": "Optional, e.g., 'Do not translate proper names.'",
"chunkSizeLabel": "Chunk Size",
"concurrentLabel": "Concurrency",
"resetBtn": "Reset",
- "githubInfo": "GitHub (star us ❤): https://github.com/xunbu/docutranslate",
- "qqGroupInfo": "QQ Group for discussions: 1047781902",
+ "githubInfo": "GitHub Page (stars❤ welcome): https://github.com/xunbu/docutranslate",
+ "qqGroupInfo": "QQ Group for discussion: 1047781902",
"taskListTitle": "Task List",
"newTaskBtn": "New Task",
- "noTaskPlaceholder": "No tasks yet. Click 'New Task' to start!",
+ "noTaskPlaceholder": "No tasks yet. Click 'New Task' to get started!",
"taskCardIdLabel": "Task ID",
"taskCardIdPlaceholder": "Waiting for submission...",
"taskCardFileDrop": "Click or drag file here",
"taskCardFileSelected": "File selected",
- "taskCardFilenameLabel": "Filename:",
- "taskCardLogLabel": "Logs",
+ "taskCardFilenameLabel": "Filename: ",
+ "taskCardLogLabel": "Log",
"taskCardStatusWaiting": "Waiting for file upload...",
"taskCardPreviewBtn": "Preview",
"taskCardDownloadBtn": "Download",
"taskCardStartBtn": "Start Translation",
"downloadMdEmbedded": "Markdown (Embedded Img)",
- "downloadMdZip": "Markdown (.zip)",
- "downloadTxt": "TXT",
- "downloadJson": "JSON",
- "downloadDocx": "DOCX",
- "downloadXlsx": "XLSX",
- "downloadSrt": "SRT",
- "downloadEpub": "EPUB",
- "downloadHtml": "HTML",
- "downloadPdf": "PDF",
+ "downloadMdZip": "Markdown ZIP",
"previewTitle": "Preview",
"previewBilingualBtn": "Bilingual",
"previewTranslatedOnlyBtn": "Translated Only",
@@ -259,46 +240,45 @@
"previewTranslated": "Translation",
"closeBtn": "Close",
"downloadBtn": "Download",
- "tutorialModalTitle": "Tutorial",
- "tutorialModalBody": "
Video tutorials can be found by searching docutranslate on Bilibili.
Welcome to DocuTranslate! Follow these steps to translate your documents:
Select Workflow
First, choose the translation process you need from the top of the settings panel. Different workflows are for different file types:
Markdown-based: For translating PDF, markdown, images, etc.
Plain Text: For translating .txt and other plain text files.
JSON: For translating specific fields in .json files.
DOCX: For translating .docx files.
XLSX: For translating .xlsx spreadsheet files.
SRT Subtitle: For translating .srt subtitle files.
EPUB: For translating .epub ebook files.
HTML: For translating .html files.
New Feature: \"Auto-select workflow\" is on by default. Just upload your file, and the system will automatically pick the right workflow for you, simplifying the process.
Configure Parameters
Based on your chosen workflow, complete the necessary settings. All settings are automatically saved in your browser.
Parsing Configuration (Only for \"Markdown-based\" workflow):
Parsing Engine: Choose an engine to convert your file (like a PDF) into a translation-friendly Markdown format. Not needed if your file is already Markdown.
Mineru Token: If you select the minerU engine, you need to enter your token here.
DOCX/XLSX/SRT/EPUB/HTML Options (For their respective workflows):
Insert Mode: Define how the translation is placed in the document. You can \"Replace\" the original, \"Append\" after it, or \"Prepend\" before it.
Separator: When using \"Append\" or \"Prepend\", this is used to separate the original and translated text.
JSON Path Configuration (Only for \"JSON\" workflow):
JSON paths to translate: Enter one JSONPath expression per line to specify which fields to translate.
E.g., $..description translates all values with the key 'description'. $.items[0].name translates the name of the first item.
Translation Model:
Platform/API Base URL/API Key/Model ID: Configure the AI translation service you want to use.
Refer to the platform's documentation for Model IDs. It's recommended to use non-inference models or mixed-inference models (with thinking turned off).
Translation Configuration:
Target Language/Custom Prompt: Specify the target language and any additional instructions.
Thinking Mode: Sets whether a mixed-inference model should 'think'. Supported for Zhipu's glm4.5 series, Alibaba's qwen3 series, VolcEngine's seed1.6 series, etc. Disabling is recommended.
Advanced Parameters:
Chunk Size/Concurrency/Temperature: The size of text chunks sent to the AI, number of concurrent requests, and creativity level. Default values usually work fine.
Upload File
In the task list on the right, click or drag your document into the file drop area.
Start Translation
Once the file is selected, click the Start Translation button on the task card. The system will start processing, and you can see real-time progress in the log area.
Review & Download
After translation is complete, action buttons will appear on the task card:
Preview: Opens a side panel for a side-by-side preview of the original and translation (for reference only).
Download: Download the translation in various formats, including PDF, DOCX, XLSX, HTML, and Markdown.
Tip: All your settings are automatically saved in your browser's local storage for your next visit.
Video tutorials can be found by searching for docutranslate on Bilibili.
Welcome to DocuTranslate! Follow these steps to translate your documents:
Select Workflow
First, choose the appropriate translation process from the top of the settings panel. Different workflows are suited for different file types:
To Markdown then Translate: For translating PDFs, markdown, images, etc.
Plain Text Translation: For translating .txt and other plain text files.
JSON Translation: For translating specific fields within .json files.
DOCX Translation: For translating .docx files.
XLSX Translation: For translating .xlsx spreadsheets and .csv files.
SRT Subtitle Translation: For translating .srt subtitle files.
EPUB Translation: For translating .epub e-book files.
HTML Translation: For translating .html files.
New Feature: The \"Auto-select workflow\" switch is now on by default. Simply upload your file, and the system will automatically match it to the correct workflow, simplifying the process.
Configure Parameters
Based on your chosen workflow, complete the necessary configurations. All settings are automatically saved in your browser.
Parsing Configuration (Only shown for 'To Markdown' workflow):
Parsing Engine: Select an engine to convert your file (like a PDF) into a translation-friendly Markdown format. This is not needed if your file is already in Markdown format.
Mineru Token: If you choose the minerU engine, you must enter your token here.
DOCX/XLSX/SRT/EPUB/HTML Options (Shown for corresponding workflows):
Insert Mode: Define how the translation result is placed in the document. You can 'Replace' the original, 'Append' it after, or 'Prepend' it before.
Separator: When using 'Append' or 'Prepend' mode, this is used to insert a separator between the original and translated text.
JSON Path Configuration (Only shown for 'JSON' workflow):
JSON Paths to Translate: Enter one JSONPath expression per line to specify which fields to translate.
For example: $..description translates all values with the key 'description'. $.items[0].name translates the 'name' of the first item.
Translation Model:
Platform/API Base URL/API Key/Model ID: Configure the AI translation service you wish to use.
Refer to the platform's documentation for Model IDs. It is recommended to use non-inference or hybrid models (with thinking disabled).
Translation Configuration:
Target Language/Custom Prompt: Specify the target language and any additional instructions.
Thinking Mode: Set whether the hybrid inference model should 'think'. This is supported by models like Zhipu's glm4.5 series, Alibaba's qwen3 series, and Volcengine's seed1.6 series. Disabling thinking is recommended.
Advanced Parameters:
Chunk Size/Concurrency/Temperature: The size of text chunks sent to the AI, the number of concurrent requests, and the temperature. Default values are usually fine.
Upload File
In the task list on the right, click or drag your document into the file upload area.
Start Translation
Once the file is selected, click the Start Translation button on the task card. The system will begin processing, and you can monitor the real-time progress in the log area.
View & Download
After the translation is complete, action buttons will appear on the task card:
Preview: Compare the original and translated text side-by-side in a slide-out panel (for reference only).
Download: Download the translated document in various formats, including PDF, DOCX, XLSX, HTML, and Markdown.
Tip: All your configurations are saved locally in your browser for future use.
",
+ "tutorialUnderstandBtn": "I Understand",
"contributorsModalTitle": "Thanks for Contributing",
- "contributorsPara1": "DocuTranslate is an open-source project! The community's needs and usage are what drive its progress.",
- "contributorsPara2": "A huge thank you to everyone who has sponsored the project, submitted code, provided valuable feedback, and starred the repository!",
- "contributorsWelcome": "You can contribute in the following ways:",
+ "contributorsPara1": "DocuTranslate is an open-source project! The community's needs and usage are the driving force behind its progress.",
+ "contributorsPara2": "A heartfelt thank you to all friends who have sponsored the project, submitted code, provided valuable suggestions, and starred the project!",
+ "contributorsWelcome": "You are welcome to contribute in the following ways:",
"contributorsGithub": "GitHub Page",
"contributorsPR": "Submit a Pull Request",
"contributorsIssue": "Report an Issue",
"contributorsQQ": "Or contact the author via QQ Group: 1047781902",
+ "init_i18n_failed_alert": "Failed to load interface translations. Please check your network connection or contact an administrator.",
+ "init_failed_alert": "Initialization failed, could not connect to the backend service. Please ensure the service is running and refresh the page.",
"status_selectFileFirst": "Please select a file first.",
- "status_invalidWorkflow": "Invalid workflow type.",
- "status_fillRequired": "Please fill in all required settings.",
- "status_releasingOldTask": "Re-translating. Releasing resources for the old task.",
- "status_encodingAndSubmitting": "Encoding file and submitting task...",
- "status_requestOk": "Task started, now processing...",
+ "status_invalidWorkflow": "The selected workflow is invalid.",
+ "status_fillRequired": "Please fill in all required fields.",
+ "status_releasingOldTask": "Releasing old task...",
+ "btn_initializing": "Initializing",
+ "status_encodingAndSubmitting": "Encoding and submitting file...",
+ "status_requestOk": "Request successful, task processing has started.",
+ "btn_cancelTranslation": "Cancel",
"status_requestFail": "Request failed",
"status_initFail": "Initialization failed",
"status_cancelling": "Cancelling...",
"status_cancelSent": "Cancellation request sent.",
- "status_cancelFail": "Failed to cancel",
- "status_updateError": "Error updating status.",
+ "status_cancelFail": "Cancellation failed",
"status_gettingStatus": "Getting status...",
- "preview_loading": "
Loading translation...
",
- "preview_loadFailed": "
Failed to load translation
",
+ "btn_reTranslate": "Re-translate",
+ "status_updateError": "Status update failed.",
+ "preview_loading": "Loading preview...",
"preview_cantReadOriginal": "Could not read original file content.",
- "preview_cantPreviewType": "Cannot preview this file type directly",
- "preview_noOriginalCache": "Original file cache not found.",
+ "preview_cantPreviewType": "Cannot preview this file type",
+ "preview_noOriginalCache": "No original file cached for preview.",
+ "preview_loadFailed": "Failed to load preview.",
+ "pdf_preparing": "Preparing PDF for printing...",
+ "pdf_print_failed": "Failed to invoke print function. Please check browser settings or print manually.",
+ "pdf_fetch_failed": "Failed to fetch translated content, cannot generate PDF.",
"preview_bilingual": "Bilingual Preview",
"preview_translatedOnly": "Translated Only Preview",
- "pdf_preparing": "Preparing PDF, please wait...",
- "pdf_print_failed": "Automatic printing failed. Please print manually from the preview.",
- "pdf_fetch_failed": "Failed to fetch HTML content, cannot generate PDF.",
- "init_i18n_failed_alert": "Failed to load interface translations. Please check your network connection or contact an administrator.",
- "init_failed_alert": "Initialization failed, could not connect to the backend service. Please ensure the service is running and refresh the page.",
- "admin_tasklist_failed": "Could not load task list from server. Please check backend connection.",
- "btn_startTranslation": "Start Translation",
- "btn_initializing": "Initializing...",
- "btn_cancelTranslation": "Cancel Translation",
- "btn_reTranslate": "Re-translate"
+ "admin_tasklist_failed": "Admin Mode: Failed to load task list."
}
}
\ No newline at end of file
diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html
index 15cfd8e..674472e 100644
--- a/docutranslate/static/index.html
+++ b/docutranslate/static/index.html
@@ -1 +1 @@
-
DocuTranslate - 交互式文档翻译