Skip to content

Commit 4a8c77f

Browse files
author
Eric Wheeler
committed
lang: add missing frontend translations
This change adds missing translations for the frontend UI. The missing translations were identified by the find-missing-translations.js script. The new translations are for the 'upgrade' and 'history' sections of the UI. Signed-off-by: Eric Wheeler <[email protected]>
1 parent 233e398 commit 4a8c77f

34 files changed

+459
-34
lines changed

webview-ui/src/i18n/locales/ca/common.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
"copyError": "Error copiant la imatge"
4040
}
4141
},
42+
"upgrade": {
43+
"title": "Actualització de l'índex de l'historial de tasques",
44+
"description": "Cal una actualització per continuar. Aquest procés migrarà els índexs de l'historial de tasques a un format més ràpid i eficient en memòria. Les versions anteriors de Roo encara podran accedir a l'antic format.",
45+
"clickToStart": "Feu clic al botó de sota per començar el procés d'actualització.",
46+
"startButton": "Comença l'actualització",
47+
"inProgress": "Actualització en curs...",
48+
"logs": "Registres d'actualització:",
49+
"waitingForLogs": "Esperant que comenci l'actualització...",
50+
"noLogs": "No hi ha registres disponibles.",
51+
"complete": "Actualització completada"
52+
},
4253
"file": {
4354
"errors": {
4455
"invalidDataUri": "Format d'URI de dades no vàlid",

webview-ui/src/i18n/locales/ca/history.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
"workspace": {
3939
"prefix": "Espai de treball:",
4040
"current": "Actual",
41-
"all": "Tots"
41+
"all": "Tots",
42+
"unknown": "Desconegut",
43+
"available": "Espais de treball disponibles",
44+
"recent": "Espais de treball recents",
45+
"filterPlaceholder": "Filtra els espais de treball..."
4246
},
4347
"sort": {
4448
"prefix": "Ordenar:",
@@ -48,5 +52,15 @@
4852
"mostTokens": "Més tokens",
4953
"mostRelevant": "Més rellevants"
5054
},
51-
"viewAllHistory": "Veure totes les tasques"
55+
"viewAllHistory": "Veure totes les tasques",
56+
"limit": {
57+
"prefix": "Límit:",
58+
"50": "50",
59+
"100": "100",
60+
"200": "200",
61+
"500": "500",
62+
"1000": "1000",
63+
"all": "Tots"
64+
},
65+
"noItemsFound": "No s'han trobat elements"
5266
}

webview-ui/src/i18n/locales/de/common.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
"copyError": "Fehler beim Kopieren des Bildes"
4040
}
4141
},
42+
"upgrade": {
43+
"title": "Task-Verlauf Index-Upgrade",
44+
"description": "Ein Upgrade ist erforderlich, um fortzufahren. Dieser Prozess migriert deine Task-Verlaufs-Indizes in ein schnelleres und speichereffizienteres Format. Ältere Versionen von Roo können weiterhin auf das alte Format zugreifen.",
45+
"clickToStart": "Klicke auf die Schaltfläche unten, um den Upgrade-Prozess zu starten.",
46+
"startButton": "Upgrade starten",
47+
"inProgress": "Upgrade wird durchgeführt...",
48+
"logs": "Upgrade-Protokolle:",
49+
"waitingForLogs": "Warte auf den Start des Upgrades...",
50+
"noLogs": "Keine Protokolle verfügbar.",
51+
"complete": "Upgrade abgeschlossen"
52+
},
4253
"file": {
4354
"errors": {
4455
"invalidDataUri": "Ungültiges Daten-URI-Format",

webview-ui/src/i18n/locales/de/history.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
"workspace": {
3939
"prefix": "Arbeitsbereich:",
4040
"current": "Aktuell",
41-
"all": "Alle"
41+
"all": "Alle",
42+
"unknown": "Unbekannt",
43+
"available": "Verfügbare Arbeitsbereiche",
44+
"recent": "Letzte Arbeitsbereiche",
45+
"filterPlaceholder": "Arbeitsbereiche filtern..."
4246
},
4347
"sort": {
4448
"prefix": "Sortieren:",
@@ -48,5 +52,15 @@
4852
"mostTokens": "Meiste Tokens",
4953
"mostRelevant": "Relevanteste"
5054
},
51-
"viewAllHistory": "Gesamten Verlauf anzeigen"
55+
"viewAllHistory": "Gesamten Verlauf anzeigen",
56+
"limit": {
57+
"prefix": "Limit:",
58+
"50": "50",
59+
"100": "100",
60+
"200": "200",
61+
"500": "500",
62+
"1000": "1000",
63+
"all": "Alle"
64+
},
65+
"noItemsFound": "Keine Artikel gefunden"
5266
}

webview-ui/src/i18n/locales/es/common.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
"copyError": "Error copiando la imagen"
4040
}
4141
},
42+
"upgrade": {
43+
"title": "Actualización del índice del historial de tareas",
44+
"description": "Se requiere una actualización para continuar. Este proceso migrará los índices de tu historial de tareas a un formato más rápido y eficiente en memoria. Las versiones anteriores de Roo aún podrán acceder al formato antiguo.",
45+
"clickToStart": "Haz clic en el botón de abajo para comenzar el proceso de actualización.",
46+
"startButton": "Iniciar actualización",
47+
"inProgress": "Actualización en curso...",
48+
"logs": "Registros de actualización:",
49+
"waitingForLogs": "Esperando a que comience la actualización...",
50+
"noLogs": "No hay registros disponibles.",
51+
"complete": "Actualización completada"
52+
},
4253
"file": {
4354
"errors": {
4455
"invalidDataUri": "Formato de URI de datos inválido",

webview-ui/src/i18n/locales/es/history.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
"workspace": {
3939
"prefix": "Espacio de trabajo:",
4040
"current": "Actual",
41-
"all": "Todos"
41+
"all": "Todos",
42+
"unknown": "Desconocido",
43+
"available": "Espacios de trabajo disponibles",
44+
"recent": "Espacios de trabajo recientes",
45+
"filterPlaceholder": "Filtrar espacios de trabajo..."
4246
},
4347
"sort": {
4448
"prefix": "Ordenar:",
@@ -48,5 +52,15 @@
4852
"mostTokens": "Más tokens",
4953
"mostRelevant": "Más relevantes"
5054
},
51-
"viewAllHistory": "Ver todo el historial"
55+
"viewAllHistory": "Ver todo el historial",
56+
"limit": {
57+
"prefix": "Límite:",
58+
"50": "50",
59+
"100": "100",
60+
"200": "200",
61+
"500": "500",
62+
"1000": "1000",
63+
"all": "Todos"
64+
},
65+
"noItemsFound": "No se encontraron artículos"
5266
}

webview-ui/src/i18n/locales/fr/common.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
"copyError": "Erreur lors de la copie de l'image"
4040
}
4141
},
42+
"upgrade": {
43+
"title": "Mise à niveau de l'index de l'historique des tâches",
44+
"description": "Une mise à niveau est nécessaire pour continuer. Ce processus migrera vos index d'historique de tâches vers un format plus rapide et plus efficace en mémoire. Les anciennes versions de Roo pourront toujours accéder à l'ancien format.",
45+
"clickToStart": "Cliquez sur le bouton ci-dessous pour commencer le processus de mise à niveau.",
46+
"startButton": "Démarrer la mise à niveau",
47+
"inProgress": "Mise à niveau en cours...",
48+
"logs": "Journaux de mise à niveau :",
49+
"waitingForLogs": "En attente du démarrage de la mise à niveau...",
50+
"noLogs": "Aucun journal disponible.",
51+
"complete": "Mise à niveau terminée"
52+
},
4253
"file": {
4354
"errors": {
4455
"invalidDataUri": "Format d'URI de données invalide",

webview-ui/src/i18n/locales/fr/history.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
"workspace": {
3939
"prefix": "Espace de travail :",
4040
"current": "Actuel",
41-
"all": "Tous"
41+
"all": "Tous",
42+
"unknown": "Inconnu",
43+
"available": "Espaces de travail disponibles",
44+
"recent": "Espaces de travail récents",
45+
"filterPlaceholder": "Filtrer les espaces de travail..."
4246
},
4347
"sort": {
4448
"prefix": "Trier :",
@@ -48,5 +52,15 @@
4852
"mostTokens": "Plus de tokens",
4953
"mostRelevant": "Plus pertinentes"
5054
},
51-
"viewAllHistory": "Voir tout l'historique"
55+
"viewAllHistory": "Voir tout l'historique",
56+
"limit": {
57+
"prefix": "Limite :",
58+
"50": "50",
59+
"100": "100",
60+
"200": "200",
61+
"500": "500",
62+
"1000": "1000",
63+
"all": "Tous"
64+
},
65+
"noItemsFound": "Aucun élément trouvé"
5266
}

webview-ui/src/i18n/locales/hi/common.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
"copyError": "इमेज कॉपी करने में त्रुटि"
4040
}
4141
},
42+
"upgrade": {
43+
"title": "कार्य इतिहास इंडेक्स अपग्रेड",
44+
"description": "जारी रखने के लिए एक अपग्रेड आवश्यक है। यह प्रक्रिया आपके कार्य इतिहास इंडेक्स को एक तेज़ और अधिक मेमोरी-कुशल प्रारूप में माइग्रेट करेगी। रू के पुराने संस्करण अभी भी पुराने प्रारूप तक पहुंच सकते हैं।",
45+
"clickToStart": "अपग्रेड प्रक्रिया शुरू करने के लिए नीचे दिए गए बटन पर क्लिक करें।",
46+
"startButton": "अपग्रेड शुरू करें",
47+
"inProgress": "अपग्रेड प्रगति पर है...",
48+
"logs": "अपग्रेड लॉग:",
49+
"waitingForLogs": "अपग्रेड शुरू होने की प्रतीक्षा की जा रही है...",
50+
"noLogs": "कोई लॉग उपलब्ध नहीं है।",
51+
"complete": "अपग्रेड पूरा हुआ"
52+
},
4253
"file": {
4354
"errors": {
4455
"invalidDataUri": "अमान्य डेटा URI फॉर्मेट",

webview-ui/src/i18n/locales/hi/history.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
"workspace": {
3232
"prefix": "कार्यस्थान:",
3333
"current": "वर्तमान",
34-
"all": "सभी"
34+
"all": "सभी",
35+
"unknown": "अज्ञात",
36+
"available": "उपलब्ध कार्यक्षेत्र",
37+
"recent": "हाल के कार्यक्षेत्र",
38+
"filterPlaceholder": "कार्यक्षेत्र फ़िल्टर करें..."
3539
},
3640
"sort": {
3741
"prefix": "क्रमबद्ध करें:",
@@ -41,5 +45,15 @@
4145
"mostTokens": "सबसे अधिक टोकन",
4246
"mostRelevant": "सबसे प्रासंगिक"
4347
},
44-
"viewAllHistory": "सभी कार्य देखें"
48+
"viewAllHistory": "सभी कार्य देखें",
49+
"limit": {
50+
"prefix": "सीमा:",
51+
"50": "50",
52+
"100": "100",
53+
"200": "200",
54+
"500": "500",
55+
"1000": "1000",
56+
"all": "सभी"
57+
},
58+
"noItemsFound": "कोई आइटम नहीं मिला"
4559
}

0 commit comments

Comments
 (0)