更新i18n

This commit is contained in:
xunbu
2025-09-24 11:52:43 +08:00
parent cad7c47458
commit 95cf369034
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 QinHan # SPDX-FileCopyrightText: 2025 QinHan
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
__version__="1.4.5" __version__="1.4.5.b2"

View File

@@ -159,7 +159,8 @@
"pdf_print_failed": "调用打印功能失败。请尝试手动右键点击预览内容并选择打印。", "pdf_print_failed": "调用打印功能失败。请尝试手动右键点击预览内容并选择打印。",
"pdf_fetch_failed": "获取预览内容失败无法生成PDF。", "pdf_fetch_failed": "获取预览内容失败无法生成PDF。",
"preview_bilingual": "双语对照预览", "preview_bilingual": "双语对照预览",
"preview_translatedOnly": "仅译文预览" "preview_translatedOnly": "仅译文预览",
"systemProxyLabel": "启用系统代理"
}, },
"en": { "en": {
"pageTitle": "DocuTranslate - Interactive Document Translation", "pageTitle": "DocuTranslate - Interactive Document Translation",
@@ -321,6 +322,7 @@
"pdf_print_failed": "Failed to invoke print function. Please try right-clicking the preview content and selecting 'Print'.", "pdf_print_failed": "Failed to invoke print function. Please try right-clicking the preview content and selecting 'Print'.",
"pdf_fetch_failed": "Failed to fetch preview content, cannot generate PDF.", "pdf_fetch_failed": "Failed to fetch preview content, cannot generate PDF.",
"preview_bilingual": "Bilingual Preview", "preview_bilingual": "Bilingual Preview",
"preview_translatedOnly": "Translated-Only Preview" "preview_translatedOnly": "Translated-Only Preview",
"systemProxyLabel": "Enable System Proxy"
} }
} }

File diff suppressed because one or more lines are too long