Skip to content

Commit 34cdba4

Browse files
authored
Merge pull request #20 from osoulmate/main
update
2 parents 90baceb + 1b53ceb commit 34cdba4

2 files changed

Lines changed: 98 additions & 2 deletions

File tree

src/i18n/en.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@
359359
"selectedFile": "Selected file: {name}",
360360
"selectFileHint": "Select a file to start import",
361361
"importing": "Importing…",
362-
"startImport": "Start Import"
362+
"startImport": "Start Import",
363+
"progressBatches": "progress Batches"
363364
},
364365
"createMemory": "Create Memory",
365366
"import": "Import",
@@ -394,6 +395,53 @@
394395
"save": "Save",
395396
"cancel": "Cancel"
396397
},
398+
"SearchConfig": {
399+
"searchConfig": "Search Configuration",
400+
"keyword": "Keyword",
401+
"vector": "Vector",
402+
"maxXItems": "Maximum Items",
403+
"threshold": "Threshold",
404+
"searchMode": "Search Mode",
405+
"hybrid": "Hybrid Mode",
406+
"vectorAndKeyword": "Vector and Keyword",
407+
"semanticSimilarity": "Semantic Similarity",
408+
"keywordMatching": "Keyword Matching",
409+
"similarityThreshold": "Similarity Threshold",
410+
"relaxed": "Relaxed",
411+
"strict": "Strict",
412+
"maxResults": "Maximum Results",
413+
"keywordMatchingType": "Keyword Matching Type",
414+
"containsMatch": "Contains Match",
415+
"flexibleMatch": "Flexible Match",
416+
"exactMatch": "Exact Match",
417+
"exactMatchDescription": "Exactly identical strings, such as user ID lookup",
418+
"phraseMatch": "Phrase Match",
419+
"continuousMatch": "Word order must be consistent, allowing other words in between",
420+
"fuzzyMatch": "Fuzzy Match",
421+
"tolerantMatch": "Match based on similarity",
422+
"weightedSum": "Weighted Sum",
423+
"weightedSumDescription": "Weighted summation of scores from multiple queries, suitable for weight allocation of different search conditions",
424+
"rankFusion": "Rank Fusion",
425+
"rankFusionDescription": "General term for rank fusion",
426+
"fusionStrategy": "Fusion Strategy",
427+
"reciprocalRankFusion": "Reciprocal Rank Fusion",
428+
"reciprocalRankFusionDescription": "Summation of reciprocal ranks for each document across different lists, particularly suitable for multi-vector or multimodal searches",
429+
"weightConfig": "Weight Configuration",
430+
"vectorSearchWeight": "Vector Search Weight",
431+
"keywordSearchWeight": "Keyword Search Weight",
432+
"autoAdjusted": "Auto-adjusted",
433+
"rrfParameter": "Reciprocal Rank Fusion Parameter",
434+
"kValueLabel": "K Value Label",
435+
"kValueHint": "K Value Hint"
436+
},
437+
"SearchResult": {
438+
"search": "search",
439+
"sourceText": "source Text",
440+
"targetText": "target Text",
441+
"highRelevance": "high Relevance",
442+
"similarityDetails": "similarity Details",
443+
"overallScore": "overall Score"
444+
},
397445
"loadFailed": "Failed to load translation memories",
398446
"deleteFailed": "Failed to delete translation memory",
399447
"deleteSuccess": "Translation memory deleted successfully",

src/i18n/zh.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@
365365
"selectedFile": "已选择文件:{name}",
366366
"selectFileHint": "请选择文件后开始导入",
367367
"importing": "导入中…",
368-
"startImport": "开始导入"
368+
"startImport": "开始导入",
369+
"progressBatches": "批处理进度"
369370
},
370371
"createMemory": "创建记忆库",
371372
"import": "导入",
@@ -400,6 +401,53 @@
400401
"save": "保存",
401402
"cancel": "取消"
402403
},
404+
"SearchConfig": {
405+
"searchConfig": "搜索设置",
406+
"keyword": "关键字",
407+
"vector": "向量",
408+
"maxXItems": "最大条目数",
409+
"threshold": "阈值",
410+
"searchMode": "搜索模式",
411+
"hybrid": "混合模式",
412+
"vectorAndKeyword": "向量和关键字",
413+
"semanticSimilarity": "语义相似度",
414+
"keywordMatching": "关键字匹配",
415+
"similarityThreshold": "相似度阈值",
416+
"relaxed": "宽松",
417+
"strict": "严格",
418+
"maxResults": "最大结果数",
419+
"keywordMatchingType": "关键字匹配类型",
420+
"containsMatch": "包含匹配",
421+
"flexibleMatch": "只要包含即匹配",
422+
"exactMatch": "精确匹配",
423+
"exactMatchDescription": "完全相同的字符串,如用户ID查找",
424+
"phraseMatch": "短语匹配",
425+
"continuousMatch": "词语顺序必须一致,允许中间有其他词",
426+
"fuzzyMatch": "模糊匹配",
427+
"tolerantMatch": "根据相似度匹配",
428+
"weightedSum": "加权求和",
429+
"weightedSumDescription": "对多个查询的分数进行加权求和,适用于不同搜索条件的权重分配",
430+
"rankFusion": "排名融合",
431+
"rankFusionDescription": "排名融合的统称",
432+
"fusionStrategy": "融合策略",
433+
"reciprocalRankFusion": "倒数排名融合",
434+
"reciprocalRankFusionDescription": "对每个文档在不同列表中的排名取倒数求和,特别适用于多向量或多模态搜索",
435+
"weightConfig": "权重配置",
436+
"vectorSearchWeight": "向量搜索权重",
437+
"keywordSearchWeight": "关键字搜索权重",
438+
"autoAdjusted": "自动调整",
439+
"rrfParameter": "倒数排名融合参数",
440+
"kValueLabel": "K值标签",
441+
"kValueHint": "K值提示"
442+
},
443+
"SearchResult": {
444+
"search": "搜索",
445+
"sourceText": "源文本",
446+
"targetText": "目标文本",
447+
"highRelevance": "高相关性",
448+
"similarityDetails": "相似度详情",
449+
"overallScore": "总体分数"
450+
},
403451
"loadFailed": "加载翻译记忆库失败",
404452
"deleteFailed": "删除翻译记忆库失败",
405453
"deleteSuccess": "翻译记忆库删除成功",

0 commit comments

Comments
 (0)