Skip to content

Commit 3b985d1

Browse files
author
Eric Wheeler
committed
lang: add translations for task history reindexing
Add translations for task history reindexing features across all supported languages: - Add backend translations for history reindex success/failure messages - Add frontend translations for the history index tools UI - Update settings and common translation files for all locales Signed-off-by: Eric Wheeler <[email protected]>
1 parent a8353c7 commit 3b985d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1890
-135
lines changed

src/i18n/locales/ca/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"stoppedWithReason": "Claude Code s'ha aturat per la raó: {{reason}}",
8585
"apiKeyModelPlanMismatch": "Les claus API i els plans de subscripció permeten models diferents. Assegura't que el model seleccionat estigui inclòs al teu pla."
8686
},
87-
"mode_import_failed": "Ha fallat la importació del mode: {{error}}"
87+
"mode_import_failed": "Ha fallat la importació del mode: {{error}}",
88+
"history_reindex_failed": "La reindexació de l'historial de tasques ha fallat: {{error}}."
8889
},
8990
"warnings": {
9091
"no_terminal_content": "No s'ha seleccionat contingut de terminal",
@@ -105,7 +106,8 @@
105106
"organization_share_link_copied": "Enllaç de compartició d'organització copiat al porta-retalls!",
106107
"public_share_link_copied": "Enllaç de compartició pública copiat al porta-retalls!",
107108
"mode_exported": "Mode '{{mode}}' exportat correctament",
108-
"mode_imported": "Mode importat correctament"
109+
"mode_imported": "Mode importat correctament",
110+
"history_reindexed": "L'historial de tasques s'ha reindexat correctament."
109111
},
110112
"answers": {
111113
"yes": "",

src/i18n/locales/de/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Claude Code Prozess wurde mit Code {{exitCode}} beendet. Fehlerausgabe: {{output}}",
8181
"stoppedWithReason": "Claude Code wurde mit Grund gestoppt: {{reason}}",
8282
"apiKeyModelPlanMismatch": "API-Schlüssel und Abonnement-Pläne erlauben verschiedene Modelle. Stelle sicher, dass das ausgewählte Modell in deinem Plan enthalten ist."
83-
}
83+
},
84+
"history_reindex_failed": "Die Neuindizierung des Aufgabenverlaufs ist fehlgeschlagen: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "Kein Terminal-Inhalt ausgewählt",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "Organisations-Freigabelink in die Zwischenablage kopiert!",
102103
"public_share_link_copied": "Öffentlicher Freigabelink in die Zwischenablage kopiert!",
103104
"mode_exported": "Modus '{{mode}}' erfolgreich exportiert",
104-
"mode_imported": "Modus erfolgreich importiert"
105+
"mode_imported": "Modus erfolgreich importiert",
106+
"history_reindexed": "Der Aufgabenverlauf wurde erfolgreich neu indiziert."
105107
},
106108
"answers": {
107109
"yes": "Ja",

src/i18n/locales/es/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "El proceso de Claude Code terminó con código {{exitCode}}. Salida de error: {{output}}",
8181
"stoppedWithReason": "Claude Code se detuvo por la razón: {{reason}}",
8282
"apiKeyModelPlanMismatch": "Las claves API y los planes de suscripción permiten diferentes modelos. Asegúrate de que el modelo seleccionado esté incluido en tu plan."
83-
}
83+
},
84+
"history_reindex_failed": "La reindexación del historial de tareas falló: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "No hay contenido de terminal seleccionado",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "¡Enlace de compartición de organización copiado al portapapeles!",
102103
"public_share_link_copied": "¡Enlace de compartición pública copiado al portapapeles!",
103104
"mode_exported": "Modo '{{mode}}' exportado correctamente",
104-
"mode_imported": "Modo importado correctamente"
105+
"mode_imported": "Modo importado correctamente",
106+
"history_reindexed": "Historial de tareas reindexado correctamente."
105107
},
106108
"answers": {
107109
"yes": "",

src/i18n/locales/fr/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Le processus Claude Code s'est terminé avec le code {{exitCode}}. Sortie d'erreur : {{output}}",
8181
"stoppedWithReason": "Claude Code s'est arrêté pour la raison : {{reason}}",
8282
"apiKeyModelPlanMismatch": "Les clés API et les plans d'abonnement permettent différents modèles. Assurez-vous que le modèle sélectionné est inclus dans votre plan."
83-
}
83+
},
84+
"history_reindex_failed": "La réindexation de l'historique des tâches a échoué : {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "Aucun contenu de terminal sélectionné",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "Lien de partage d'organisation copié dans le presse-papiers !",
102103
"public_share_link_copied": "Lien de partage public copié dans le presse-papiers !",
103104
"mode_exported": "Mode '{{mode}}' exporté avec succès",
104-
"mode_imported": "Mode importé avec succès"
105+
"mode_imported": "Mode importé avec succès",
106+
"history_reindexed": "L'historique des tâches a été réindexé avec succès."
105107
},
106108
"answers": {
107109
"yes": "Oui",

src/i18n/locales/hi/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Claude Code प्रक्रिया कोड {{exitCode}} के साथ समाप्त हुई। त्रुटि आउटपुट: {{output}}",
8181
"stoppedWithReason": "Claude Code इस कारण से रुका: {{reason}}",
8282
"apiKeyModelPlanMismatch": "API कुंजी और सब्सक्रिप्शन प्लान अलग-अलग मॉडल की अनुमति देते हैं। सुनिश्चित करें कि चयनित मॉडल आपकी योजना में शामिल है।"
83-
}
83+
},
84+
"history_reindex_failed": "टास्क हिस्ट्री री-इंडेक्सिंग विफल: {{error}}।"
8485
},
8586
"warnings": {
8687
"no_terminal_content": "कोई टर्मिनल सामग्री चयनित नहीं",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "संगठन साझाकरण लिंक क्लिपबोर्ड में कॉपी किया गया!",
102103
"public_share_link_copied": "सार्वजनिक साझाकरण लिंक क्लिपबोर्ड में कॉपी किया गया!",
103104
"mode_exported": "मोड '{{mode}}' सफलतापूर्वक निर्यात किया गया",
104-
"mode_imported": "मोड सफलतापूर्वक आयात किया गया"
105+
"mode_imported": "मोड सफलतापूर्वक आयात किया गया",
106+
"history_reindexed": "टास्क हिस्ट्री सफलतापूर्वक री-इंडेक्स हो गई।"
105107
},
106108
"answers": {
107109
"yes": "हां",

src/i18n/locales/id/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Proses Claude Code keluar dengan kode {{exitCode}}. Output error: {{output}}",
8181
"stoppedWithReason": "Claude Code berhenti karena alasan: {{reason}}",
8282
"apiKeyModelPlanMismatch": "Kunci API dan paket berlangganan memungkinkan model yang berbeda. Pastikan model yang dipilih termasuk dalam paket Anda."
83-
}
83+
},
84+
"history_reindex_failed": "Pengindeksan ulang riwayat tugas gagal: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "Tidak ada konten terminal yang dipilih",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "Tautan berbagi organisasi disalin ke clipboard!",
102103
"public_share_link_copied": "Tautan berbagi publik disalin ke clipboard!",
103104
"mode_exported": "Mode '{{mode}}' berhasil diekspor",
104-
"mode_imported": "Mode berhasil diimpor"
105+
"mode_imported": "Mode berhasil diimpor",
106+
"history_reindexed": "Riwayat tugas berhasil diindeks ulang."
105107
},
106108
"answers": {
107109
"yes": "Ya",

src/i18n/locales/it/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Il processo Claude Code è terminato con codice {{exitCode}}. Output di errore: {{output}}",
8181
"stoppedWithReason": "Claude Code si è fermato per il motivo: {{reason}}",
8282
"apiKeyModelPlanMismatch": "Le chiavi API e i piani di abbonamento consentono modelli diversi. Assicurati che il modello selezionato sia incluso nel tuo piano."
83-
}
83+
},
84+
"history_reindex_failed": "Reindicizzazione della cronologia delle attività fallita: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "Nessun contenuto del terminale selezionato",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "Link di condivisione organizzazione copiato negli appunti!",
102103
"public_share_link_copied": "Link di condivisione pubblica copiato negli appunti!",
103104
"mode_exported": "Modalità '{{mode}}' esportata con successo",
104-
"mode_imported": "Modalità importata con successo"
105+
"mode_imported": "Modalità importata con successo",
106+
"history_reindexed": "Cronologia delle attività reindicizzata con successo."
105107
},
106108
"answers": {
107109
"yes": "",

src/i18n/locales/ja/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Claude Code プロセスがコード {{exitCode}} で終了しました。エラー出力:{{output}}",
8181
"stoppedWithReason": "Claude Code が理由により停止しました:{{reason}}",
8282
"apiKeyModelPlanMismatch": "API キーとサブスクリプションプランでは異なるモデルが利用可能です。選択したモデルがプランに含まれていることを確認してください。"
83-
}
83+
},
84+
"history_reindex_failed": "タスク履歴の再インデックスに失敗しました: {{error}}。"
8485
},
8586
"warnings": {
8687
"no_terminal_content": "選択されたターミナルコンテンツがありません",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "組織共有リンクがクリップボードにコピーされました!",
102103
"public_share_link_copied": "公開共有リンクがクリップボードにコピーされました!",
103104
"mode_exported": "モード「{{mode}}」が正常にエクスポートされました",
104-
"mode_imported": "モードが正常にインポートされました"
105+
"mode_imported": "モードが正常にインポートされました",
106+
"history_reindexed": "タスク履歴の再インデックスに成功しました。"
105107
},
106108
"answers": {
107109
"yes": "はい",

src/i18n/locales/ko/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Claude Code 프로세스가 코드 {{exitCode}}로 종료되었습니다. 오류 출력: {{output}}",
8181
"stoppedWithReason": "Claude Code가 다음 이유로 중지되었습니다: {{reason}}",
8282
"apiKeyModelPlanMismatch": "API 키와 구독 플랜에서 다른 모델을 허용합니다. 선택한 모델이 플랜에 포함되어 있는지 확인하세요."
83-
}
83+
},
84+
"history_reindex_failed": "작업 기록 재색인 실패: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "선택된 터미널 내용이 없습니다",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "조직 공유 링크가 클립보드에 복사되었습니다!",
102103
"public_share_link_copied": "공개 공유 링크가 클립보드에 복사되었습니다!",
103104
"mode_exported": "'{{mode}}' 모드가 성공적으로 내보내졌습니다",
104-
"mode_imported": "모드를 성공적으로 가져왔습니다"
105+
"mode_imported": "모드를 성공적으로 가져왔습니다",
106+
"history_reindexed": "작업 기록이 성공적으로 재색인되었습니다."
105107
},
106108
"answers": {
107109
"yes": "",

src/i18n/locales/nl/common.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"processExitedWithError": "Claude Code proces beëindigd met code {{exitCode}}. Foutuitvoer: {{output}}",
8181
"stoppedWithReason": "Claude Code gestopt om reden: {{reason}}",
8282
"apiKeyModelPlanMismatch": "API-sleutels en abonnementsplannen staan verschillende modellen toe. Zorg ervoor dat het geselecteerde model is opgenomen in je plan."
83-
}
83+
},
84+
"history_reindex_failed": "Taakgeschiedenis opnieuw indexeren mislukt: {{error}}."
8485
},
8586
"warnings": {
8687
"no_terminal_content": "Geen terminalinhoud geselecteerd",
@@ -101,7 +102,8 @@
101102
"organization_share_link_copied": "Organisatie deel-link gekopieerd naar klembord!",
102103
"public_share_link_copied": "Openbare deel-link gekopieerd naar klembord!",
103104
"mode_exported": "Modus '{{mode}}' succesvol geëxporteerd",
104-
"mode_imported": "Modus succesvol geïmporteerd"
105+
"mode_imported": "Modus succesvol geïmporteerd",
106+
"history_reindexed": "Taakgeschiedenis opnieuw geïndexeerd."
105107
},
106108
"answers": {
107109
"yes": "Ja",

0 commit comments

Comments
 (0)