|
359 | 359 | "selectedFile": "Selected file: {name}", |
360 | 360 | "selectFileHint": "Select a file to start import", |
361 | 361 | "importing": "Importing…", |
362 | | - "startImport": "Start Import" |
| 362 | + "startImport": "Start Import", |
| 363 | + "progressBatches": "progress Batches" |
363 | 364 | }, |
364 | 365 | "createMemory": "Create Memory", |
365 | 366 | "import": "Import", |
|
394 | 395 | "save": "Save", |
395 | 396 | "cancel": "Cancel" |
396 | 397 | }, |
| 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 | + }, |
397 | 445 | "loadFailed": "Failed to load translation memories", |
398 | 446 | "deleteFailed": "Failed to delete translation memory", |
399 | 447 | "deleteSuccess": "Translation memory deleted successfully", |
|
0 commit comments