Skip to content

Commit d3c37ea

Browse files
authored
Add missing translation (#2714)
* Add missing translation * More translation fixes
1 parent 159e400 commit d3c37ea

29 files changed

+34
-29
lines changed

.changeset/ten-grapes-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Add missing translation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Benvingut a Roo",
2+
"greeting": "Benvingut a Roo Code",
33
"task": {
44
"title": "Tasca",
55
"seeMore": "Veure més",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Hola, sóc en Roo!",
2+
"greeting": "Hola, sóc Roo!",
33
"introduction": "<strong>Roo Code és el principal agent de codificació autònom.</strong> Prepara't per arquitectar, codificar, depurar i augmentar la teva productivitat com mai abans. Per continuar, Roo Code necessita una clau API.",
44
"notice": "Per començar, aquesta extensió necessita un proveïdor d'API.",
55
"start": "Som-hi!",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Willkommen in Roo",
2+
"greeting": "Willkommen bei Roo Code",
33
"task": {
44
"title": "Aufgabe",
55
"seeMore": "Mehr anzeigen",

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Welcome to Roo",
2+
"greeting": "Welcome to Roo Code",
33
"task": {
44
"title": "Task",
55
"seeMore": "See more",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "¿Qué puede hacer Roo por ti?",
2+
"greeting": "Bienvenido a Roo Code",
33
"task": {
44
"title": "Tarea",
55
"seeMore": "Ver más",
@@ -65,7 +65,7 @@
6565
"tooltip": "Cancelar la operación actual"
6666
},
6767
"scrollToBottom": "Desplazarse al final del chat",
68-
"onboarding": "",
68+
"onboarding": "<strong>Tu lista de tareas en este espacio de trabajo está vacía.</strong> Comienza escribiendo una tarea abajo. ¿No estás seguro cómo empezar? Lee más sobre lo que Roo puede hacer por ti en <DocsLink>la documentación</DocsLink>.",
6969
"selectMode": "Seleccionar modo de interacción",
7070
"selectApiConfig": "Seleccionar configuración de API",
7171
"enhancePrompt": "Mejorar el mensaje con contexto adicional",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Bienvenido a Roo",
2+
"greeting": "¡Hola, soy Roo!",
33
"introduction": "<strong>Roo Code es el principal agente de codificación autónomo.</strong> Prepárate para arquitectar, codificar, depurar y aumentar tu productividad como nunca antes. Para continuar, Roo Code requiere una clave API.",
44
"notice": "Para comenzar, esta extensión necesita un proveedor de API.",
55
"start": "¡Vamos!",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Que peut faire Roo pour vous ?",
2+
"greeting": "Bienvenue sur Roo Code",
33
"task": {
44
"title": "Tâche",
55
"seeMore": "Voir plus",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Bienvenue à Roo",
2+
"greeting": "Salut, je suis Roo !",
33
"introduction": "<strong>Roo Code est l'agent de codage autonome de premier plan.</strong> Prépare-toi à architecturer, coder, déboguer et à augmenter ta productivité comme jamais auparavant. Pour continuer, Roo Code nécessite une clé API.",
44
"notice": "Pour commencer, cette extension a besoin d'un fournisseur d'API.",
55
"start": "C'est parti !",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"greeting": "Roo आपके लिए क्या कर सकता है?",
2+
"greeting": "Roo Code में आपका स्वागत है",
33
"task": {
44
"title": "कार्य",
55
"seeMore": "अधिक देखें",

0 commit comments

Comments
 (0)