Просмотр исходного кода

Merge pull request #18004 from ShirasawaSama/i18n/improve-chinese-translation

i18n: improve Chinese translation
Tim Jaeryang Baek 5 дней назад
Родитель
Сommit
5fe588b480

+ 3 - 0
src/lib/i18n/locales/zh-CN/translation.json

@@ -65,6 +65,7 @@
 	"Add User Group": "添加权限组",
 	"Additional Config": "额外配置项",
 	"Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Datalab Marker 的额外配置项,可以填写一个包含键值对的 JSON 字符串。例如:{\"key\": \"value\"}。支持的键包括:disable_links、keep_pageheader_in_output、keep_pagefooter_in_output、filter_blank_pages、drop_repeated_text、layout_coverage_threshold、merge_threshold、height_tolerance、gap_threshold、image_threshold、min_line_length、level_count 和 default_level。",
+	"Additional Parameters": "额外参数",
 	"Adjusting these settings will apply changes universally to all users.": "调整这些设置将会对所有用户生效",
 	"admin": "管理员",
 	"Admin": "管理员",
@@ -523,6 +524,7 @@
 	"Enter a detail about yourself for your LLMs to recall": "输入关于您的详细信息,以便大语言模型记住这些内容。",
 	"Enter a title for the pending user info overlay. Leave empty for default.": "输入用户待激活界面的标题。留空使用默认",
 	"Enter a watermark for the response. Leave empty for none.": "输入复制水印。留空则不添加",
+	"Enter additional parameters": "输入额外参数",
 	"Enter api auth string (e.g. username:password)": "输入 API 鉴权路径(例如:用户名:密码)",
 	"Enter Application DN": "输入 Application DN",
 	"Enter Application DN Password": "输入 Application DN 密码",
@@ -876,6 +878,7 @@
 	"Invalid file format.": "文件格式无效",
 	"Invalid JSON file": "JSON 文件格式无效",
 	"Invalid JSON format for ComfyUI Workflow.": "ComfyUI 工作流中的 JSON 格式无效",
+	"Invalid JSON format for Parameters": "额外参数中的 JSON 格式无效",
 	"Invalid JSON format in Additional Config": "额外配置项中的 JSON 格式无效",
 	"Invalid Tag": "无效标签",
 	"is typing...": "输入中...",

+ 3 - 0
src/lib/i18n/locales/zh-TW/translation.json

@@ -65,6 +65,7 @@
 	"Add User Group": "新增使用者群組",
 	"Additional Config": "額外設定",
 	"Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Datalab Marker 的額外設定選項,可以填寫一個包含鍵值對的 JSON 字串。例如:{\"key\": \"value\"}。支援的鍵包括:disable_links、keep_pageheader_in_output、keep_pagefooter_in_output、filter_blank_pages、drop_repeated_text、layout_coverage_threshold、merge_threshold、height_tolerance、gap_threshold、image_threshold、min_line_length、level_count 和 default_level。",
+	"Additional Parameters": "額外參數",
 	"Adjusting these settings will apply changes universally to all users.": "調整這些設定將會影響所有使用者。",
 	"admin": "管理員",
 	"Admin": "管理員",
@@ -523,6 +524,7 @@
 	"Enter a detail about yourself for your LLMs to recall": "輸入有關您的詳細資訊,讓您的大型語言模型可以回想起來",
 	"Enter a title for the pending user info overlay. Leave empty for default.": "為待處理的使用者訊息覆蓋層輸入標題。留空以使用預設值。",
 	"Enter a watermark for the response. Leave empty for none.": "請輸入回應浮水印內容,留空表示不使用浮水印。",
+	"Enter additional parameters": "輸入額外參數",
 	"Enter api auth string (e.g. username:password)": "輸入 API 驗證字串(例如:username:password)",
 	"Enter Application DN": "輸入應用程式 DN",
 	"Enter Application DN Password": "輸入應用程式 DN 密碼",
@@ -876,6 +878,7 @@
 	"Invalid file format.": "檔案格式無效。",
 	"Invalid JSON file": "JSON 檔案無效",
 	"Invalid JSON format for ComfyUI Workflow.": "ComfyUI 工作流程的 JSON 格式無效",
+	"Invalid JSON format for Parameters": "額外參數中的 JSON 格式無效",
 	"Invalid JSON format in Additional Config": "額外設定中的 JSON 格式無效",
 	"Invalid Tag": "無效標籤",
 	"is typing...": "正在輸入...",