Skip to content

Commit 50d235c

Browse files
authored
fix: i18n (#4898)
1 parent 9838593 commit 50d235c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/web/i18n/en/dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"chunk_size": "Block size",
2020
"chunk_trigger": "Blocking conditions",
2121
"chunk_trigger_force_chunk": "Forced chunking",
22-
"chunk_trigger_max_size": "The original text length is less than the maximum context 70% of the file processing model",
22+
"chunk_trigger_max_size": "The original text length is greater than the maximum context of the file processing model 70%",
2323
"chunk_trigger_min_size": "The original text is greater than",
2424
"chunk_trigger_tips": "Block storage is triggered when certain conditions are met, otherwise the original text will be stored in full directly",
2525
"close_auto_sync": "Are you sure you want to turn off automatic sync?",

packages/web/i18n/zh-CN/dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"chunk_size": "分块大小",
2020
"chunk_trigger": "分块条件",
2121
"chunk_trigger_force_chunk": "强制分块",
22-
"chunk_trigger_max_size": "原文长度小于文件处理模型最大上下文70%",
22+
"chunk_trigger_max_size": "原文长度大于文件处理模型最大上下文70%",
2323
"chunk_trigger_min_size": "原文长度大于",
2424
"chunk_trigger_tips": "当满足一定条件时才触发分块存储,否则会直接完整存储原文",
2525
"close_auto_sync": "确认关闭自动同步功能?",

packages/web/i18n/zh-Hant/dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"chunk_size": "分塊大小",
1919
"chunk_trigger": "分塊條件",
2020
"chunk_trigger_force_chunk": "強制分塊",
21-
"chunk_trigger_max_size": "原文長度小於文件處理模型最大上下文 70%",
21+
"chunk_trigger_max_size": "原文長度大於文件處理模型最大上下文70%",
2222
"chunk_trigger_min_size": "原文長度大於",
2323
"close_auto_sync": "確認關閉自動同步功能?",
2424
"collection.Create update time": "建立/更新時間",

0 commit comments

Comments
 (0)