diff --git a/docutranslate/static/i18nData.json b/docutranslate/static/i18nData.json index f4bdc13..7776e21 100644 --- a/docutranslate/static/i18nData.json +++ b/docutranslate/static/i18nData.json @@ -49,6 +49,9 @@ "jsonPathHelp": "采用jsonpath-ng的路径选择语法,每一行表示一个json路径。 将翻译路径匹配对象内的所有字符串", "parsingSettingsTitleText": "解析配置", "parsingEngineLabel": "解析引擎", + "engineOptionIdentity": "已经是markdown格式", + "engineOptionMineru": "Mineru (推荐)", + "engineOptionDocling": "Docling (本地解析)", "parsingEngineHelp": "如果上传的文件本身是.md格式,此项可不选。", "getMineruTokenTitle": "获取Mineru Token", "mineruTokenPlaceholder": "使用Mineru引擎时需要", @@ -62,6 +65,7 @@ "skipTranslationLabel": "跳过翻译", "platformLabel": "选择平台", "platformCustom": "自定义接口", + "apiHrefInfo302ai": "👈 通过此链接注册可享1美元免费额度", "baseUrlLabel": "API 地址 (Base URL)", "baseUrlPlaceholder": "OpenAi兼容地址", "getApiKeyTitle": "获取API Key", @@ -81,9 +85,9 @@ "customPromptLabel": "自定义Prompt", "customPromptPlaceholder": "可选,如“人名保持原文不翻译”", "chunkSizeLabel": "分块大小", + "resetBtn": "重置", "concurrentLabel": "并发数", "retryLabel": "重试次数", - "resetBtn": "重置", "glossaryGenTitle": "术语表", "glossaryLabel": "术语表 (可选)", "glossaryHelp": "选择一个或多个CSV文件。文件需包含'src'和'dst'两列标题,分别代表原文和译文。", @@ -106,7 +110,7 @@ "taskCardIdPlaceholder": "等待提交...", "taskCardFileDrop": "点击或拖拽文件到此处", "taskCardFileSelected": "文件已选择", - "taskCardFilenameLabel": "文件名: ", + "taskCardFilenameLabel": "文件名:", "taskCardLogLabel": "日志", "copyLogsTooltip": "复制日志", "taskCardStatusWaiting": "等待上传文件...", @@ -120,6 +124,7 @@ "previewTitle": "预览", "previewBilingualBtn": "双语", "previewTranslatedOnlyBtn": "仅译文", + "syncScrollTooltip": "联动滑动", "previewOriginal": "原文", "previewTranslated": "译文", "closeBtn": "关闭", @@ -138,47 +143,43 @@ "glossaryModalTitle": "当前术语表", "glossaryTableSource": "原文 (src)", "glossaryTableDestination": "译文 (dst)", + "glossaryEmpty": "术语表为空。", "init_i18n_failed_alert": "加载界面翻译资源失败,请检查网络连接或联系管理员。", "init_failed_alert": "初始化失败,无法连接到后端服务。请检查服务是否运行或刷新页面。", - "glossaryEmpty": "术语表为空", - "apiHrefInfo302ai": "👈 通过该链接注册即享1美金免费额度", - "engineOptionIdentity": "已经是markdown格式", - "engineOptionMineru": "Mineru (推荐)", - "engineOptionDocling": "Docling (本地解析)", "status_selectFileFirst": "请先选择文件", "status_fillRequired": "请填写所有必填项", - "btn_initializing": "初始化中", - "status_encodingAndSubmitting": "文件编码和提交中...", + "btn_initializing": "初始化中...", + "status_encodingAndSubmitting": "正在编码并提交请求...", "status_requestOk": "请求成功,任务已开始", "btn_cancelTranslation": "取消翻译", "status_requestFail": "请求失败", "status_initFail": "初始化失败", - "status_cancelling": "取消中...", - "status_cancelSent": "取消请求已发送", + "status_cancelling": "正在取消...", + "status_cancelSent": "已发送取消请求", "status_cancelFail": "取消失败", - "status_gettingStatus": "获取状态中...", + "status_gettingStatus": "正在获取状态...", "btn_reTranslate": "重新翻译", "status_updateError": "状态更新出错", - "preview_loading": "加载预览中...", - "preview_cantReadOriginal": "无法读取原文内容", + "preview_loading": "

正在加载预览...

", + "preview_cantReadOriginal": "无法读取原始文件内容。", "preview_cantPreviewType": "无法预览此文件类型", - "preview_noOriginalCache": "无原文缓存,请重新上传", - "preview_loadFailed": "预览加载失败", + "preview_noOriginalCache": "没有缓存的原始文件用于预览。", + "preview_loadFailed": "

加载预览失败

", "pdf_preparing": "正在准备PDF,请稍候...", - "pdf_print_failed": "调用打印失败,请尝试手动保存为PDF。", - "pdf_fetch_failed": "获取译文内容失败,无法生成PDF。", + "pdf_print_failed": "启动打印失败。请尝试手动右键点击预览内容并选择打印。", + "pdf_fetch_failed": "获取翻译内容失败,无法生成PDF。", "preview_bilingual": "双语预览", "preview_translatedOnly": "仅译文预览", - "admin_tasklist_failed": "管理员模式:获取任务列表失败。", - "configImportSuccess": "配置导入成功!", - "configImportError": "配置导入失败,文件格式错误。" + "admin_tasklist_failed": "管理员模式:加载任务列表失败。", + "configImportSuccess": "配置导入成功!界面已刷新。", + "configImportError": "导入失败,请检查配置文件是否为有效的JSON格式。" }, "en": { "pageTitle": "DocuTranslate - Interactive Document Translation", "tutorialBtn": "Tutorial", "projectContributeBtn": "Contribute", "workflowTitle": "Select Workflow", - "workflowOptionMarkdown": "Markdown-based Translation (.pdf/.md/.png, etc.)", + "workflowOptionMarkdown": "To Markdown then Translate (.pdf/.md/.png, etc.)", "workflowOptionTxt": "Plain Text Translation (.txt)", "workflowOptionEpub": "EPUB Translation (.epub)", "workflowOptionDocx": "DOCX Translation (.docx)", @@ -187,59 +188,63 @@ "workflowOptionAss": "ASS Subtitle Translation (.ass)", "workflowOptionJson": "JSON Translation (.json)", "workflowOptionHtml": "HTML Translation (.html)", - "autoWorkflowLabel": "Auto-select Workflow", + "autoWorkflowLabel": "Auto-select workflow", "txtSettingsTitleText": "TXT Translation Options", "insertModeLabel": "Insert Mode", - "insertModeReplace": "Replace Original", - "insertModeAppend": "Append to Original", - "insertModePrepend": "Prepend to Original", + "insertModeReplace": "Replace", + "insertModeAppend": "Append", + "insertModePrepend": "Prepend", "insertModeHelpTxt": "Choose how to insert the translated text.", "separatorLabel": "Separator", "separatorPlaceholderSimple": "e.g., \\n---\\n", - "separatorHelp": "Separator for 'Append' or 'Prepend' mode. \\n represents a newline.", + "separatorHelp": "Characters to separate original and translated text in append/prepend mode. \\n for newline.", "docxSettingsTitleText": "DOCX Translation Options", "insertModeHelpDocx": "Choose how to insert the translated text.", "separatorPlaceholderStructured": "e.g., ---", - "separatorHelpDocx": "In append mode, the translation starts a new paragraph. This adds content between original and translated paragraphs. \\n can be used for newlines within the separator.", + "separatorHelpDocx": "In append mode, translation starts in a new paragraph. This adds extra content between paragraphs. \\n for internal newlines.", "xlsxSettingsTitleText": "XLSX Translation Options", "insertModeHelpXlsx": "Choose how to insert the translated text into cells.", "xlsxTranslateRegionsLabel": "Translate Regions (Optional)", - "xlsxTranslateRegionsPlaceholder": "One region per line, e.g., Sheet1!A1:B10 (applies to all sheets if sheet name is omitted)", + "xlsxTranslateRegionsPlaceholder": "One region per line, e.g., Sheet1!A1:B10 (applies to all sheets if name is omitted)", "srtSettingsTitleText": "SRT Translation Options", "insertModeHelpSrt": "Choose how to insert the translated text.", "epubSettingsTitleText": "EPUB Translation Options", "insertModeHelpEpub": "Choose how to insert the translated text.", - "separatorHelpEpub": "In append mode, the translation starts a new block. This adds content between original and translated blocks. \\n can be used for newlines within the separator.", + "separatorHelpEpub": "In append mode, translation starts in a new block. This adds extra content between blocks. \\n for internal newlines.", "htmlSettingsTitleText": "HTML Translation Options", "insertModeHelpHtml": "Choose how to insert the translated text.", - "separatorHelpHtml": "In append mode, the translation starts a new block. This adds content between original and translated blocks. \\n can be used for newlines within the separator.", + "separatorHelpHtml": "In append mode, translation starts in a new block. This adds extra content between blocks. \\n for internal newlines.", "assSettingsTitleText": "ASS Translation Options", "insertModeHelpAss": "Choose how to insert the translated text.", "separatorPlaceholderAss": "e.g., \\N (newline)", - "separatorHelpAss": "Separator for 'Append' or 'Prepend' mode. \\N is the newline character in ASS format.", + "separatorHelpAss": "Characters to separate original and translated text in append/prepend mode. \\N is the newline for ASS format.", "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 a JSON path. All strings within matching objects will be translated.", + "jsonPathPlaceholder": "One path per line, e.g.,\n$.name\n$.*", + "jsonPathHelp": "Uses jsonpath-ng syntax. One JSON path per line. Translates all strings within matching objects.", "parsingSettingsTitleText": "Parsing Configuration", "parsingEngineLabel": "Parsing Engine", + "engineOptionIdentity": "Already in Markdown format", + "engineOptionMineru": "Mineru (Recommended)", + "engineOptionDocling": "Docling (Local Parsing)", "parsingEngineHelp": "Not required if the uploaded file is already in .md format.", "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 model in beta.", + "modelVersionHelp": "Mineru VLM is a newer, internal test model.", "formulaOcrLabel": "Formula Recognition", "codeOcrLabel": "Code Recognition", "aiSettingsTitleText": "Translation Model", "skipTranslationLabel": "Skip Translation", "platformLabel": "Select Platform", "platformCustom": "Custom Endpoint", - "baseUrlLabel": "API Address (Base URL)", - "baseUrlPlaceholder": "OpenAI-compatible address", + "apiHrefInfo302ai": "👈 Register through this link to enjoy a $1 free credit", + "baseUrlLabel": "API Base URL", + "baseUrlPlaceholder": "OpenAI-compatible URL", "getApiKeyTitle": "Get API Key", - "apiKeyPlaceholder": "Please enter your API Key", + "apiKeyPlaceholder": "Enter your API Key", "modelIdLabel": "Model ID", "modelIdPlaceholder": "e.g., gpt-4o, glm-4", "systemProxyLabel": "Enable System Proxy", @@ -248,81 +253,78 @@ "targetLanguageCustom": "Other (Custom)", "customLangPlaceholder": "Enter target language, e.g., Italian", "thinkingModeLabel": "Thinking Mode", - "thinkingModeTooltip": "Configure whether the hybrid inference model should 'think'. Supported by Zhipu glm4.5 series, Volcengine seed1.6 series, SiliconFlow, Google Gemini series, 302AI (partial). Disabling is recommended.", + "thinkingModeTooltip": "Configure whether the hybrid reasoning model should 'think'. Supported by Zhipu's glm4.5 series, Volcengine's seed1.6 series, SiliconFlow, Google's Gemini series, and some 302AI models. Disabling is recommended.", "thinkingModeEnable": "Enable", "thinkingModeDisable": "Disable (Recommended)", "thinkingModeDefault": "Default", "customPromptLabel": "Custom Prompt", - "customPromptPlaceholder": "Optional, e.g., 'Do not translate personal names'", + "customPromptPlaceholder": "Optional, e.g., 'Keep proper names in the original language'", "chunkSizeLabel": "Chunk Size", + "resetBtn": "Reset", "concurrentLabel": "Concurrency", "retryLabel": "Retries", - "resetBtn": "Reset", "glossaryGenTitle": "Glossary", "glossaryLabel": "Glossary (Optional)", - "glossaryHelp": "Select one or more CSV files. Files must contain 'src' and 'dst' columns for source and destination text.", + "glossaryHelp": "Select one or more CSV files. Files must have 'src' and 'dst' columns for source and destination terms.", "viewGlossaryBtn": "View Glossary", "clearGlossaryBtn": "Clear", "glossaryGenEnableLabel": "Auto-generate Glossary", "glossaryCustomPromptLabel": "Custom Prompt", "glossaryCustomPromptPlaceholder": "Prompt for glossary generation", "glossaryGenConfigLabel": "Glossary Generation Config", - "glossaryGenConfigSame": "Same as Translation Config", + "glossaryGenConfigSame": "Same as Translation", "glossaryGenConfigCustom": "Custom", "importConfigBtn": "Import Config", "exportConfigBtn": "Export Config", - "githubInfo": "GitHub Homepage (Stars are welcome❤):
https://github.com/xunbu/docutranslate", + "githubInfo": "GitHub Homepage (Star us ❤):
https://github.com/xunbu/docutranslate", "qqGroupInfo": "QQ Group: 1047781902", "taskListTitle": "Task List", "newTaskBtn": "New Task", "noTaskPlaceholder": "No tasks yet. Click 'New Task' to get started!", "taskCardIdLabel": "Task ID", - "taskCardIdPlaceholder": "Waiting for submission...", + "taskCardIdPlaceholder": "Awaiting submission...", "taskCardFileDrop": "Click or drag file here", "taskCardFileSelected": "File selected", - "taskCardFilenameLabel": "Filename: ", + "taskCardFilenameLabel": "Filename:", "taskCardLogLabel": "Logs", - "copyLogsTooltip": "Copy Logs", + "copyLogsTooltip": "Copy logs", "taskCardStatusWaiting": "Waiting for file upload...", "taskCardPreviewBtn": "Preview", "taskCardDownloadBtn": "Download", "taskCardAttachmentBtn": "Attachments", "taskCardStartBtn": "Start Translation", - "downloadMdEmbedded": "Markdown (Embedded)", - "downloadMdZip": "Markdown (Zip)", + "downloadMdEmbedded": "Markdown (Embedded Img)", + "downloadMdZip": "Markdown ZIP", "downloadAss": "ASS", "previewTitle": "Preview", "previewBilingualBtn": "Bilingual", "previewTranslatedOnlyBtn": "Translated Only", + "syncScrollTooltip": "Sync Scrolling", "previewOriginal": "Original", - "previewTranslated": "Translation", + "previewTranslated": "Translated", "closeBtn": "Close", "downloadBtn": "Download", - "tutorialModalTitle": "Tutorial", - "tutorialModalBody": "

Video tutorials can be found by searching for docutranslate on Bilibili.

Welcome to DocuTranslate! Please follow these steps to translate your documents:

  1. Step 1: Select Workflow

    At the top of the left settings panel, first choose the processing flow that best suits your file type.

    Tip: 'Auto-select Workflow' is enabled by default. Simply upload your file, and the system will automatically match the appropriate workflow for you.

  2. Step 2: Configure Parameters

    After selecting a workflow, the relevant configuration options will appear below. Please configure them in order (all settings are automatically saved in your browser):

    A. Workflow-Specific Options (Appear based on your selection in Step 1):

    B. General Options (Apply to all workflows):

  3. Step 3: Upload File

    In the task list on the right, click or drag your document into the file upload area.

  4. Step 4: 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.

  5. Step 5: View & Download

    After the translation is complete, action buttons will appear on the task card:

Important Note: All your settings are automatically saved locally in your browser for future use. You can also use the new 'Export Config' and 'Import Config' buttons to back up and restore your settings.
", - "tutorialUnderstandBtn": "I Understand", + "tutorialModalTitle": "User Guide", + "tutorialModalBody": "

Video tutorials are available on Bilibili by searching for docutranslate.

Welcome to DocuTranslate! Follow these steps to translate your documents:

  1. Step 1: Select Workflow

    At the top of the left settings panel, choose the processing flow that best suits your file type.

    Tip: 'Auto-select workflow' is enabled by default. Simply upload your file, and the system will automatically match the appropriate workflow for you.

  2. Step 2: Configure Parameters

    After selecting a workflow, relevant options will appear below. Configure them sequentially (all settings are saved automatically in your browser):

    A. Workflow-Specific Options (Appear based on your Step 1 choice):

    B. General Options (Apply to all workflows):

  3. Step 3: Upload File

    In the task list on the right, click or drag your document into the file upload area.

  4. Step 4: Start Translation

    Once the file is selected, click the Start Translation button on the task card. The process will begin, and you can monitor real-time progress in the log area.

  5. Step 5: View and Download

    After translation is complete, action buttons will appear on the task card:

Important: All settings are automatically saved in your browser for future use. You can also use the new 'Export Config' and 'Import Config' buttons to back up and restore your settings.
", + "tutorialUnderstandBtn": "I understand", "contributorsModalTitle": "Thanks for Contributing", - "contributorsPara1": "DocuTranslate is an open-source project! The community's needs and usage are the driving force behind its progress.", - "contributorsPara2": "Thanks to everyone who has funded the project, submitted code, provided valuable suggestions, and starred the project!", + "contributorsPara1": "DocuTranslate is an open-source project! Your needs and usage drive its progress.", + "contributorsPara2": "A heartfelt thank you to everyone who has sponsored the project, submitted code, provided valuable suggestions, or starred the repository!", "contributorsWelcome": "You are welcome to contribute in the following ways:", - "contributorsGithub": "GitHub Homepage", + "contributorsGithub": "GitHub Home", "contributorsPR": "Submit a Pull Request", "contributorsIssue": "Report an Issue", - "contributorsQQ": "Or contact the author via QQ group: 1047781902", + "contributorsQQ": "Or contact the author via QQ Group: 1047781902", "glossaryModalTitle": "Current Glossary", "glossaryTableSource": "Source (src)", "glossaryTableDestination": "Destination (dst)", + "glossaryEmpty": "The glossary is empty.", "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.", - "glossaryEmpty": "Glossary is empty", - "apiHrefInfo302ai": "👈 Register through this link to enjoy a $1 free credit", - "engineOptionIdentity": "Already in markdown format", - "engineOptionMineru": "Mineru (Recommended)", - "engineOptionDocling": "Docling (Local Parsing)", "status_selectFileFirst": "Please select a file first", "status_fillRequired": "Please fill in all required fields", - "btn_initializing": "Initializing", - "status_encodingAndSubmitting": "Encoding and submitting file...", + "btn_initializing": "Initializing...", + "status_encodingAndSubmitting": "Encoding and submitting request...", "status_requestOk": "Request successful, task started", "btn_cancelTranslation": "Cancel Translation", "status_requestFail": "Request failed", @@ -333,18 +335,18 @@ "status_gettingStatus": "Getting status...", "btn_reTranslate": "Re-translate", "status_updateError": "Error updating status", - "preview_loading": "Loading preview...", - "preview_cantReadOriginal": "Cannot read original content", + "preview_loading": "

Loading preview...

", + "preview_cantReadOriginal": "Could not read original file content.", "preview_cantPreviewType": "Cannot preview this file type", - "preview_noOriginalCache": "No original file cached, please re-upload", - "preview_loadFailed": "Failed to load preview", + "preview_noOriginalCache": "No cached original file to preview.", + "preview_loadFailed": "

Failed to load preview

", "pdf_preparing": "Preparing PDF, please wait...", - "pdf_print_failed": "Print failed. Please try saving as PDF manually.", + "pdf_print_failed": "Failed to initiate print. Please try right-clicking the preview and selecting 'Print'.", "pdf_fetch_failed": "Failed to fetch translated content, cannot generate PDF.", "preview_bilingual": "Bilingual Preview", - "preview_translatedOnly": "Translated Only Preview", - "admin_tasklist_failed": "Admin mode: Failed to get task list.", - "configImportSuccess": "Configuration imported successfully!", - "configImportError": "Configuration import failed, incorrect file format." + "preview_translatedOnly": "Translated-Only Preview", + "admin_tasklist_failed": "Admin mode: Failed to load task list.", + "configImportSuccess": "Configuration imported successfully! The interface has been updated.", + "configImportError": "Import failed. Please check if the configuration file is a valid JSON format." } } \ No newline at end of file diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html index 8848afc..4563daf 100644 --- a/docutranslate/static/index.html +++ b/docutranslate/static/index.html @@ -1 +1 @@ - DocuTranslate - 交互式文档翻译

DocuTranslate

如果上传的文件本身是.md格式,此项可不选。
mineru VLM是更新的内测模型。

Base URL:

选择一个或多个CSV文件。文件需包含'src'和'dst'两列标题,分别代表原文和译文。

GitHub主页(欢迎star❤):
https://github.com/xunbu/docutranslate

交流QQ群: 1047781902

version:

任务列表

LOGO

当前没有任务,点击“新建任务”开始吧!

预览
原文
译文
\ No newline at end of file + DocuTranslate - 交互式文档翻译

DocuTranslate

如果上传的文件本身是.md格式,此项可不选。
mineru VLM是更新的内测模型。

Base URL:

选择一个或多个CSV文件。文件需包含'src'和'dst'两列标题,分别代表原文和译文。

GitHub主页(欢迎star❤):
https://github.com/xunbu/docutranslate

交流QQ群: 1047781902

version:

任务列表

LOGO

当前没有任务,点击“新建任务”开始吧!

预览
原文
译文
\ No newline at end of file diff --git a/docutranslate/template/txt.html b/docutranslate/template/txt.html index 8a5076b..8ba1c4f 100644 --- a/docutranslate/template/txt.html +++ b/docutranslate/template/txt.html @@ -4,21 +4,29 @@ {{ title }}