Skip to content

Commit e21fbb9

Browse files
committed
更新国际化文本,添加扫描状态提示内容,确保用户在扫描过程中获得清晰反馈。增强多语言支持的准确性和一致性。
1 parent 9e8ddd7 commit e21fbb9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/messages/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@
775775
"close": "Close",
776776
"noResult": "No results yet, please submit a question first",
777777
"error": "Processing error, please try again",
778+
"scanningInProgress": "Scanning is in progress, please wait for the scan to complete before vectorizing",
779+
"waitForScan": "Wait for scan",
780+
"scanningTip": "You can enter your prompt now, but you'll need to wait for the scan to complete before vectorizing",
778781
"enableContentMatching": "Enable precise Mode (may increase processing time) @Deprecated",
779782
"copyPrompt": "Copy Prompt",
780783
"resultCopied": "Vectorization result copied to clipboard!",

src/messages/zh.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@
775775
"close": "关闭",
776776
"noResult": "暂无结果,请先提交问题",
777777
"error": "处理出错,请重试",
778+
"scanningInProgress": "扫描正在进行中,请等待扫描完成后再进行向量化",
779+
"waitForScan": "等待扫描完成",
780+
"scanningTip": "您可以先输入提示词,但需要等待扫描完成后才能进行向量化",
778781
"enableContentMatching": "启用精准模式(可能会增加处理时间) @Deprecated",
779782
"copyPrompt": "复制Prompt",
780783
"resultCopied": "向量化结果已复制到剪贴板!",

0 commit comments

Comments
 (0)