Skip to content

Commit a496669

Browse files
author
Eric Wheeler
committed
lang: complete missing translations for upgrade and workspace features
Added missing translations across all 17 supported locales: - upgrade.* keys in common.json for task history index upgrade UI - workspace.unknown, workspace.available, workspace.recent, workspace.filterPlaceholder in history.json - limit.* keys and noItemsFound in history.json for pagination controls All translations now complete with proper localization for: - Catalan, German, Spanish, French, Hindi, Indonesian, Italian - Japanese, Korean, Dutch, Polish, Portuguese (Brazil) - Russian, Turkish, Vietnamese, Chinese (Simplified/Traditional) Fixes missing UI text that would appear in English fallback Signed-off-by: Eric Wheeler <[email protected]>
1 parent 5494896 commit a496669

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
@@ -51,5 +51,16 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de dades de la imatge copiada al porta-retalls"
5353
}
54+
},
55+
"upgrade": {
56+
"title": "Actualització de l'índex de l'historial de tasques",
57+
"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.",
58+
"clickToStart": "Feu clic al botó de sota per començar el procés d'actualització.",
59+
"startButton": "Inicia l'actualització",
60+
"inProgress": "Actualització en curs...",
61+
"logs": "Registres d'actualització:",
62+
"waitingForLogs": "Esperant que comenci l'actualització...",
63+
"noLogs": "No hi ha registres disponibles.",
64+
"complete": "Actualització completada"
5465
}
5566
}

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:",
@@ -47,5 +51,15 @@
4751
"mostExpensive": "Més cares",
4852
"mostTokens": "Més tokens",
4953
"mostRelevant": "Més rellevants"
50-
}
54+
},
55+
"limit": {
56+
"prefix": "Límit:",
57+
"50": "50",
58+
"100": "100",
59+
"200": "200",
60+
"500": "500",
61+
"1000": "1000",
62+
"all": "Tots"
63+
},
64+
"noItemsFound": "No s'han trobat elements"
5165
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@
5151
"success": {
5252
"imageDataUriCopied": "Bild-Daten-URI in die Zwischenablage kopiert"
5353
}
54+
},
55+
"upgrade": {
56+
"title": "Upgrade des Aufgabenverlaufs-Index",
57+
"description": "Ein Upgrade ist erforderlich, um fortzufahren. Dieser Prozess migriert deine Aufgabenverlaufs-Indizes in ein schnelleres und speichereffizienteres Format. Ältere Versionen von Roo können weiterhin auf das alte Format zugreifen.",
58+
"clickToStart": "Klicke auf die Schaltfläche unten, um den Upgrade-Prozess zu starten.",
59+
"startButton": "Upgrade starten",
60+
"inProgress": "Upgrade wird durchgeführt...",
61+
"logs": "Upgrade-Protokolle:",
62+
"waitingForLogs": "Warte auf den Start des Upgrades...",
63+
"noLogs": "Keine Protokolle verfügbar.",
64+
"complete": "Upgrade abgeschlossen"
5465
}
5566
}

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:",
@@ -47,5 +51,15 @@
4751
"mostExpensive": "Teuerste",
4852
"mostTokens": "Meiste Tokens",
4953
"mostRelevant": "Relevanteste"
50-
}
54+
},
55+
"limit": {
56+
"prefix": "Limit:",
57+
"50": "50",
58+
"100": "100",
59+
"200": "200",
60+
"500": "500",
61+
"1000": "1000",
62+
"all": "Alle"
63+
},
64+
"noItemsFound": "Keine Elemente gefunden"
5165
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de datos de imagen copiada al portapapeles"
5353
}
54+
},
55+
"upgrade": {
56+
"title": "Actualización del índice del historial de tareas",
57+
"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 con un uso de memoria más eficiente. Las versiones anteriores de Roo podrán seguir accediendo al formato antiguo.",
58+
"clickToStart": "Haz clic en el botón de abajo para iniciar el proceso de actualización.",
59+
"startButton": "Iniciar actualización",
60+
"inProgress": "Actualización en curso...",
61+
"logs": "Registros de actualización:",
62+
"waitingForLogs": "Esperando a que se inicie la actualización...",
63+
"noLogs": "No hay registros disponibles.",
64+
"complete": "Actualización completada"
5465
}
5566
}

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:",
@@ -47,5 +51,15 @@
4751
"mostExpensive": "Más costosas",
4852
"mostTokens": "Más tokens",
4953
"mostRelevant": "Más relevantes"
50-
}
54+
},
55+
"limit": {
56+
"prefix": "Límite:",
57+
"50": "50",
58+
"100": "100",
59+
"200": "200",
60+
"500": "500",
61+
"1000": "1000",
62+
"all": "Todos"
63+
},
64+
"noItemsFound": "No se encontraron elementos"
5165
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de données d'image copiée dans le presse-papiers"
5353
}
54+
},
55+
"upgrade": {
56+
"title": "Mise à niveau de l'index de l'historique des tâches",
57+
"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.",
58+
"clickToStart": "Cliquez sur le bouton ci-dessous pour lancer le processus de mise à niveau.",
59+
"startButton": "Démarrer la mise à niveau",
60+
"inProgress": "Mise à niveau en cours...",
61+
"logs": "Journaux de mise à niveau :",
62+
"waitingForLogs": "En attente du démarrage de la mise à niveau...",
63+
"noLogs": "Aucun journal disponible.",
64+
"complete": "Mise à niveau terminée"
5465
}
5566
}

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 :",
@@ -47,5 +51,15 @@
4751
"mostExpensive": "Plus coûteuses",
4852
"mostTokens": "Plus de tokens",
4953
"mostRelevant": "Plus pertinentes"
50-
}
54+
},
55+
"limit": {
56+
"prefix": "Limite:",
57+
"50": "50",
58+
"100": "100",
59+
"200": "200",
60+
"500": "500",
61+
"1000": "1000",
62+
"all": "Tous"
63+
},
64+
"noItemsFound": "Aucun élément trouvé"
5165
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@
5151
"success": {
5252
"imageDataUriCopied": "इमेज डेटा URI क्लिपबोर्ड में कॉपी हो गया"
5353
}
54+
},
55+
"upgrade": {
56+
"title": "कार्य इतिहास इंडेक्स अपग्रेड",
57+
"description": "जारी रखने के लिए एक अपग्रेड आवश्यक है। यह प्रक्रिया आपके कार्य इतिहास इंडेक्स को एक तेज़ और अधिक मेमोरी-कुशल प्रारूप में माइग्रेट करेगी। रू के पुराने संस्करण अभी भी पुराने प्रारूप तक पहुंच सकते हैं।",
58+
"clickToStart": "अपग्रेड प्रक्रिया शुरू करने के लिए नीचे दिए गए बटन पर क्लिक करें।",
59+
"startButton": "अपग्रेड शुरू करें",
60+
"inProgress": "अपग्रेड प्रगति पर है...",
61+
"logs": "अपग्रेड लॉग:",
62+
"waitingForLogs": "अपग्रेड शुरू होने की प्रतीक्षा है...",
63+
"noLogs": "कोई लॉग उपलब्ध नहीं है।",
64+
"complete": "अपग्रेड पूरा हुआ"
5465
}
5566
}

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": "क्रमबद्ध करें:",
@@ -40,5 +44,15 @@
4044
"mostExpensive": "सबसे महंगा",
4145
"mostTokens": "सबसे अधिक टोकन",
4246
"mostRelevant": "सबसे प्रासंगिक"
43-
}
47+
},
48+
"limit": {
49+
"prefix": "सीमा:",
50+
"50": "50",
51+
"100": "100",
52+
"200": "200",
53+
"500": "500",
54+
"1000": "1000",
55+
"all": "सभी"
56+
},
57+
"noItemsFound": "कोई आइटम नहीं मिला"
4458
}

0 commit comments

Comments
 (0)