fix: Remove duplicate icons from Topic Search guide i18n texts
- Remove emoji icons (鉁?and 馃殌) from i18n translation strings - Icons are already displayed in the Vue template, preventing duplication - Update all language files: EN, ZH-Hans, ZH-Hant, DEpull/870/head
parent
0291f3c681
commit
61faff2658
|
|
@ -47,8 +47,8 @@ export const de: Partial<IIBI18nMap> = {
|
|||
topicSearchGuideStep1: 'Wählen Sie die Ordner (Bereich) zur Analyse aus (Mehrfachauswahl)',
|
||||
topicSearchGuideStep2: 'Klicken Sie auf „Aktualisieren", um Themenkarten zu erzeugen (inkrementelle Vektorisierung)',
|
||||
topicSearchGuideStep3: 'Geben Sie einen Satz ein, um zu suchen; ähnliche Bilder werden abgerufen und die Ergebnisse geöffnet',
|
||||
topicSearchGuideAdvantage1: '✨ Automatische Gruppierung nach semantischer Ähnlichkeit: KI entdeckt automatisch ähnliche Themen ohne manuelle Kategorisierung',
|
||||
topicSearchGuideAdvantage2: '🚀 Natürliche Sprachsemantiksuche: Schnelles Finden verwandter Bilder mit einem Satz, ähnlich der RAG-Suche',
|
||||
topicSearchGuideAdvantage1: 'Automatische Gruppierung nach semantischer Ähnlichkeit: KI entdeckt automatisch ähnliche Themen ohne manuelle Kategorisierung',
|
||||
topicSearchGuideAdvantage2: 'Natürliche Sprachsemantiksuche: Schnelles Finden verwandter Bilder mit einem Satz, ähnlich der RAG-Suche',
|
||||
topicSearchGuideEmptyReasonNoScope: 'Leer, weil: kein Bereich ausgewählt (standardmäßig deaktiviert). Klicken Sie auf „Bereich“, um Ordner zu wählen.',
|
||||
topicSearchGuideEmptyReasonNoTopics: 'Leer, weil: für diesen Bereich noch keine Themen erzeugt wurden (Aktualisieren oder Min. Cluster/Schwelle senken).',
|
||||
topicSearchRequirementsTitle: 'Voraussetzungen',
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ export const en: IIBI18nMap = {
|
|||
topicSearchGuideStep1: 'Select the scope folders to analyze (multi-select)',
|
||||
topicSearchGuideStep2: 'Click Refresh to generate topic cards (incremental vectorization)',
|
||||
topicSearchGuideStep3: 'Type a sentence to search; it will retrieve similar images and open the result page',
|
||||
topicSearchGuideAdvantage1: '✨ Auto-grouping by semantic similarity: AI automatically discovers similar themes without manual categorization',
|
||||
topicSearchGuideAdvantage2: '🚀 Natural language semantic search: Quickly find related images with a sentence, similar to RAG retrieval',
|
||||
topicSearchGuideAdvantage1: 'Auto-grouping by semantic similarity: AI automatically discovers similar themes without manual categorization',
|
||||
topicSearchGuideAdvantage2: 'Natural language semantic search: Quickly find related images with a sentence, similar to RAG retrieval',
|
||||
topicSearchGuideEmptyReasonNoScope: 'Empty because: no scope selected (disabled by default). Click “Scope” to choose folders.',
|
||||
topicSearchGuideEmptyReasonNoTopics: 'Empty because: no topics generated yet for this scope (try Refresh or lower Min cluster/Threshold).',
|
||||
topicSearchRequirementsTitle: 'Requirements',
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ export const zhHans = {
|
|||
topicSearchGuideStep1: '选择要分析的文件夹范围(可多选)',
|
||||
topicSearchGuideStep2: '点击刷新,生成主题卡片(会增量向量化)',
|
||||
topicSearchGuideStep3: '输入一句话搜索,会召回相似图片并打开结果页',
|
||||
topicSearchGuideAdvantage1: '✨ 基于语义相似度自动分组:AI自动发现相似主题,无需手动分类',
|
||||
topicSearchGuideAdvantage2: '🚀 自然语言语义检索:用一句话快速找到相关图片,类似RAG检索',
|
||||
topicSearchGuideAdvantage1: '基于语义相似度自动分组:AI自动发现相似主题,无需手动分类',
|
||||
topicSearchGuideAdvantage2: '自然语言语义检索:用一句话快速找到相关图片,类似RAG检索',
|
||||
topicSearchGuideEmptyReasonNoScope: '当前为空:未选择范围(已默认关闭),请先点“范围”选择文件夹',
|
||||
topicSearchGuideEmptyReasonNoTopics: '当前为空:该范围内还未生成主题(可点刷新,或调低最小组/阈值)',
|
||||
topicSearchRequirementsTitle: '使用前置条件',
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ export const zhHant: Partial<IIBI18nMap> = {
|
|||
topicSearchGuideStep1: '選擇要分析的資料夾範圍(可多選)',
|
||||
topicSearchGuideStep2: '點擊刷新,生成主題卡片(會增量向量化)',
|
||||
topicSearchGuideStep3: '輸入一句話搜尋,召回相似圖片並打開結果頁',
|
||||
topicSearchGuideAdvantage1: '✨ 基於語義相似度自動分組:AI自動發現相似主題,無需手動分類',
|
||||
topicSearchGuideAdvantage2: '🚀 自然語言語義檢索:用一句話快速找到相關圖片,類似RAG檢索',
|
||||
topicSearchGuideAdvantage1: '基於語義相似度自動分組:AI自動發現相似主題,無需手動分類',
|
||||
topicSearchGuideAdvantage2: '自然語言語義檢索:用一句話快速找到相關圖片,類似RAG檢索',
|
||||
topicSearchGuideEmptyReasonNoScope: '目前為空:尚未選擇範圍(預設關閉),請先點「範圍」選擇資料夾',
|
||||
topicSearchGuideEmptyReasonNoTopics: '目前為空:此範圍尚未生成主題(可點刷新,或調低最小組/閾值)',
|
||||
topicSearchRequirementsTitle: '使用前置條件',
|
||||
|
|
|
|||
Loading…
Reference in New Issue