Skip to content

Commit 5a66643

Browse files
committed
Add missing translations
1 parent 335cb67 commit 5a66643

File tree

17 files changed

+98
-23
lines changed

17 files changed

+98
-23
lines changed

.roomodes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"customModes": [
33
{
4-
"slug": "test",
4+
"slug": "🧪 test",
55
"name": "Test",
66
"roleDefinition": "You are Roo, a Jest testing specialist with deep expertise in:\n- Writing and maintaining Jest test suites\n- Test-driven development (TDD) practices\n- Mocking and stubbing with Jest\n- Integration testing strategies\n- TypeScript testing patterns\n- Code coverage analysis\n- Test performance optimization\n\nYour focus is on maintaining high test quality and coverage across the codebase, working primarily with:\n- Test files in __tests__ directories\n- Mock implementations in __mocks__\n- Test utilities and helpers\n- Jest configuration and setup\n\nYou ensure tests are:\n- Well-structured and maintainable\n- Following Jest best practices\n- Properly typed with TypeScript\n- Providing meaningful coverage\n- Using appropriate mocking strategies",
77
"groups": [
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"slug": "translate",
23-
"name": "Translate",
23+
"name": "🌐 Translate",
2424
"roleDefinition": "You are Roo, a linguistic specialist focused on translating and managing localization files. Your responsibility is to help maintain and update translation files for the application, ensuring consistency and accuracy across all language resources.",
2525
"groups": [
2626
"read",

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "ADVERTÈNCIA: S'ha activat una substitució personalitzada d'instruccions del sistema. Això pot trencar greument la funcionalitat i causar un comportament impredictible.",
236-
"selectApiConfig": "Seleccioneu la configuració de l'API"
236+
"selectApiConfig": "Seleccioneu la configuració de l'API",
237+
"shellIntegration": {
238+
"title": "Integració de Shell no disponible",
239+
"description": "La teva ordre s'està executant sense la integració de shell de VSCode. Pots tornar a activar la integració de shell a la secció <strong>Terminal</strong> de la <settingsLink>configuració de Roo Code</settingsLink>.",
240+
"troubleshooting": "Fes clic aquí per a la documentació d'integració de shell."
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "WARNUNG: Benutzerdefinierte Systemaufforderung aktiv. Dies kann die Funktionalität erheblich beeinträchtigen und zu unvorhersehbarem Verhalten führen.",
236-
"selectApiConfig": "API-Konfiguration auswählen"
236+
"selectApiConfig": "API-Konfiguration auswählen",
237+
"shellIntegration": {
238+
"title": "Shell-Integration nicht verfügbar",
239+
"description": "Dein Befehl wird ohne VSCode-Shell-Integration ausgeführt. Du kannst die Shell-Integration im Bereich <strong>Terminal</strong> in den <settingsLink>Roo Code Einstellungen</settingsLink> wieder aktivieren.",
240+
"troubleshooting": "Klicke hier für die Shell-Integrations-Dokumentation."
241+
}
237242
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@
186186
"title": "Edit Unsuccessful"
187187
},
188188
"troubleMessage": "Roo is having trouble...",
189-
"shellIntegration": {
190-
"title": "Shell Integration Unavailable",
191-
"description": "Your command is being executed without VSCode shell integration. You can re-enable shell integration in the <strong>Terminal</strong> section of the <settingsLink>Roo Code settings</settingsLink>.",
192-
"troubleshooting": "Click here for shell integration documentation."
193-
},
194189
"powershell": {
195190
"issues": "It seems like you're having Windows PowerShell issues, please see this"
196191
},
@@ -238,5 +233,10 @@
238233
"close": "Close browser"
239234
}
240235
},
241-
"systemPromptWarning": "WARNING: Custom system prompt override active. This can severely break functionality and cause unpredictable behavior."
236+
"systemPromptWarning": "WARNING: Custom system prompt override active. This can severely break functionality and cause unpredictable behavior.",
237+
"shellIntegration": {
238+
"title": "Shell Integration Unavailable",
239+
"description": "Your command is being executed without VSCode shell integration. You can re-enable shell integration in the <strong>Terminal</strong> section of the <settingsLink>Roo Code settings</settingsLink>.",
240+
"troubleshooting": "Click here for shell integration documentation."
241+
}
242242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "ADVERTENCIA: Anulación de instrucciones del sistema personalizada activa. Esto puede romper gravemente la funcionalidad y causar un comportamiento impredecible.",
236-
"selectApiConfig": "Seleccionar configuración de API"
236+
"selectApiConfig": "Seleccionar configuración de API",
237+
"shellIntegration": {
238+
"title": "Integración de Shell no disponible",
239+
"description": "Tu comando se está ejecutando sin la integración de shell de VSCode. Puedes reactivar la integración de shell en la sección <strong>Terminal</strong> de la <settingsLink>configuración de Roo Code</settingsLink>.",
240+
"troubleshooting": "Haz clic aquí para ver la documentación de integración de shell."
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "AVERTISSEMENT : Remplacement d'instructions système personnalisées actif. Cela peut gravement perturber la fonctionnalité et provoquer un comportement imprévisible.",
236-
"selectApiConfig": "Sélectionner la configuration de l’API"
236+
"selectApiConfig": "Sélectionner la configuration de l'API",
237+
"shellIntegration": {
238+
"title": "Intégration Shell non disponible",
239+
"description": "Votre commande est exécutée sans l'intégration shell de VSCode. Vous pouvez réactiver l'intégration shell dans la section <strong>Terminal</strong> des <settingsLink>paramètres de Roo Code</settingsLink>.",
240+
"troubleshooting": "Cliquez ici pour la documentation d'intégration shell."
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "चेतावनी: कस्टम सिस्टम प्रॉम्प्ट ओवरराइड सक्रिय है। यह कार्यक्षमता को गंभीर रूप से बाधित कर सकता है और अनियमित व्यवहार का कारण बन सकता है.",
236-
"selectApiConfig": "एपीआई कॉन्फ़िगरेशन का चयन करें"
236+
"selectApiConfig": "एपीआई कॉन्फ़िगरेशन का चयन करें",
237+
"shellIntegration": {
238+
"title": "शेल इंटीग्रेशन अनुपलब्ध",
239+
"description": "आपका कमांड VSCode शेल इंटीग्रेशन के बिना निष्पादित हो रहा है। आप <settingsLink>Roo Code सेटिंग्स</settingsLink> के <strong>टर्मिनल</strong> अनुभाग में शेल इंटीग्रेशन को पुनः सक्षम कर सकते हैं।",
240+
"troubleshooting": "शेल इंटीग्रेशन दस्तावेज़ के लिए यहां क्लिक करें।"
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "ATTENZIONE: Sovrascrittura personalizzata delle istruzioni di sistema attiva. Questo può compromettere gravemente le funzionalità e causare comportamenti imprevedibili.",
236-
"selectApiConfig": "Seleziona la configurazione API"
236+
"selectApiConfig": "Seleziona la configurazione API",
237+
"shellIntegration": {
238+
"title": "Integrazione Shell non disponibile",
239+
"description": "Il tuo comando viene eseguito senza l'integrazione shell di VSCode. Puoi riattivare l'integrazione shell nella sezione <strong>Terminal</strong> delle <settingsLink>impostazioni di Roo Code</settingsLink>.",
240+
"troubleshooting": "Clicca qui per la documentazione sull'integrazione shell."
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "警告:カスタムシステムプロンプトの上書きが有効です。これにより機能が深刻に損なわれ、予測不可能な動作が発生する可能性があります。",
236-
"selectApiConfig": "API構成を選択"
236+
"selectApiConfig": "API構成を選択",
237+
"shellIntegration": {
238+
"title": "シェル統合が利用できません",
239+
"description": "コマンドはVSCodeシェル統合なしで実行されています。<settingsLink>Roo Code設定</settingsLink>の<strong>ターミナル</strong>セクションでシェル統合を再有効化できます。",
240+
"troubleshooting": "シェル統合のドキュメントはこちらをクリック"
241+
}
237242
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
}
234234
},
235235
"systemPromptWarning": "경고: 사용자 정의 시스템 프롬프트 재정의가 활성화되었습니다. 이로 인해 기능이 심각하게 손상되고 예측할 수 없는 동작이 발생할 수 있습니다.",
236-
"selectApiConfig": "API 구성 선택"
236+
"selectApiConfig": "API 구성 선택",
237+
"shellIntegration": {
238+
"title": "Shell 통합 사용 불가",
239+
"description": "명령이 VSCode shell 통합 없이 실행되고 있습니다. <settingsLink>Roo Code 설정</settingsLink>의 <strong>터미널</strong> 섹션에서 shell 통합을 다시 활성화할 수 있습니다.",
240+
"troubleshooting": "shell 통합 문서를 보려면 여기를 클릭하세요."
241+
}
237242
}

0 commit comments

Comments
 (0)