This commit is contained in:
xunbu
2025-12-17 22:54:24 +08:00
parent c5658afcd9
commit 55de372eba
2 changed files with 10 additions and 4 deletions

View File

@@ -65,8 +65,8 @@
"mineruDeployLangListLabel": "语言列表 (Pipeline模式)",
"mineruDeployServerUrlLabel": "Server URL",
"mineruDeployServerUrlPlaceholder": "例如: http://127.0.0.1:30000",
"mineruDeployStartPageLabel": "起始页",
"mineruDeployEndPageLabel": "结束页",
"mineruDeployStartPageLabel": "起始页",
"mineruDeployEndPageLabel": "结束页",
"mineruDeployFormulaEnableLabel": "启用公式解析",
"formulaOcrLabel": "公式识别",
"codeOcrLabel": "代码识别",
@@ -97,6 +97,9 @@
"resetBtn": "重置",
"concurrentLabel": "并发数",
"retryLabel": "重试次数",
"rpmLabel": "每分钟请求数",
"tpmLabel": "每分钟Token数(估算)",
"unlimitedPlaceholder": "留空为无限制",
"glossaryGenTitle": "术语表",
"glossaryLabel": "术语表 (可选)",
"glossaryHelp": "选择一个或多个CSV文件。文件需包含'src'和'dst'两列标题,分别代表原文和译文。",
@@ -226,7 +229,7 @@
"modelVersionVlm": "VLM",
"modelVersionPipline": "Pipeline",
"modelVersionHelp": "Mineru VLM is a newer internal test model.",
"mineruDeployBaseUrlLabel": "Service Address (Base URL)",
"mineruDeployBaseUrlLabel": "Service URL (Base URL)",
"mineruDeployBaseUrlPlaceholder": "e.g., http://127.0.0.1:8000",
"mineruDeployBackendLabel": "Backend Type",
"mineruDeployLangListLabel": "Language List (Pipeline Mode)",
@@ -264,6 +267,9 @@
"resetBtn": "Reset",
"concurrentLabel": "Concurrency",
"retryLabel": "Retries",
"rpmLabel": "Requests Per Minute",
"tpmLabel": "Tokens Per Minute(Estimated)",
"unlimitedPlaceholder": "Leave empty for unlimited",
"glossaryGenTitle": "Glossary",
"glossaryLabel": "Glossary (Optional)",
"glossaryHelp": "Select one or more CSV files. Files must contain 'src' and 'dst' headers, representing source and destination terms.",

File diff suppressed because one or more lines are too long