Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions webview-ui/src/components/common/TelemetryBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@ const TelemetryBanner = () => {
return (
<BannerContainer>
<div>
<strong>{t("common:telemetryTitle")}</strong>
<strong>{t("welcome:telemetry.title")}</strong>
<div className="mt-1">
{t("common:anonymousTelemetry")}
{t("welcome:telemetry.anonymousTelemetry")}
<div className="mt-1">
{t("common:changeSettings")}{" "}
{t("welcome:telemetry.changeSettings")}{" "}
<VSCodeLink href="#" onClick={handleOpenSettings}>
{t("common:settings")}
{t("welcome:telemetry.settings")}
</VSCodeLink>
.
</div>
</div>
</div>
<ButtonContainer>
<VSCodeButton appearance="primary" onClick={handleAllow} disabled={hasChosen}>
{t("common:allow")}
{t("welcome:telemetry.allow")}
</VSCodeButton>
<VSCodeButton appearance="secondary" onClick={handleDeny} disabled={hasChosen}>
{t("common:deny")}
{t("welcome:telemetry.deny")}
</VSCodeButton>
</ButtonContainer>
</BannerContainer>
Expand Down
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/ar/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "ساعد في تحسين Roo Code",
"anonymousTelemetry": "إرسال بيانات الاستخدام والأخطاء المجهولة للمساعدة في إصلاح الأخطاء وتحسين الامتداد. لا يتم إرسال أي كود أو نصوص أو معلومات شخصية.",
"changeSettings": "يمكنك دائمًا تغيير هذا في أسفل الإعدادات",
"settings": "الإعدادات",
"allow": "السماح",
"deny": "رفض"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/ar/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "مرحبًا، أنا رو!",
"introduction": "يمكنني القيام بجميع أنواع المهام بفضل أحدث التطورات في قدرات الترميز الذكية والوصول إلى الأدوات التي تتيح لي إنشاء وتحرير الملفات واستكشاف المشاريع المعقدة واستخدام المتصفح وتنفيذ أوامر الطرفية (بإذنك، بالطبع). يمكنني حتى استخدام MCP لإنشاء أدوات جديدة وتوسيع قدراتي الخاصة.",
"notice": "للبدء، يحتاج هذا الامتداد إلى موفر API.",
"start": "لنبدأ!"
"start": "لنبدأ!",
"telemetry": {
"title": "ساعد في تحسين Roo Code",
"anonymousTelemetry": "إرسال بيانات الاستخدام والأخطاء المجهولة للمساعدة في إصلاح الأخطاء وتحسين الامتداد. لا يتم إرسال أي كود أو نصوص أو معلومات شخصية.",
"changeSettings": "يمكنك دائمًا تغيير هذا في أسفل الإعدادات",
"settings": "الإعدادات",
"allow": "السماح",
"deny": "رفض"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/ca/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Ajuda a millorar Roo Code",
"anonymousTelemetry": "Envia dades d'ús i errors anònims per ajudar-nos a corregir errors i millorar l'extensió. No s'envia mai cap codi, text o informació personal.",
"changeSettings": "Sempre pots canviar això a la part inferior de la configuració",
"settings": "configuració",
"allow": "Permetre",
"deny": "Denegar"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/ca/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Hola, sóc en Roo!",
"introduction": "Puc fer tot tipus de tasques gràcies als últims avenços en capacitats de codificació agent i accés a eines que em permeten crear i editar fitxers, explorar projectes complexos, utilitzar el navegador i executar ordres de terminal (amb el teu permís, és clar). Fins i tot puc utilitzar MCP per crear noves eines i ampliar les meves pròpies capacitats.",
"notice": "Per començar, aquesta extensió necessita un proveïdor d'API.",
"start": "Som-hi!"
"start": "Som-hi!",
"telemetry": {
"title": "Ajuda a millorar Roo Code",
"anonymousTelemetry": "Envia dades d'ús i errors anònims per ajudar-nos a corregir errors i millorar l'extensió. No s'envia mai cap codi, text o informació personal.",
"changeSettings": "Sempre pots canviar això a la part inferior de la configuració",
"settings": "configuració",
"allow": "Permetre",
"deny": "Denegar"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/cs/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Pomozte vylepšit Roo Code",
"anonymousTelemetry": "Odesílejte anonymní data o chybách a používání, abychom mohli opravovat chyby a vylepšovat rozšíření. Nikdy nejsou odesílány žádné kódy, výzvy ani osobní údaje.",
"changeSettings": "Toto nastavení můžete vždy změnit v dolní části nastavení",
"settings": "nastavení",
"allow": "Povolit",
"deny": "Zakázat"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/cs/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Ahoj, já jsem Roo!",
"introduction": "Díky nejnovějším průlomům v agentních kódovacích schopnostech a přístupu k nástrojům, které mi umožňují vytvářet a upravovat soubory, prozkoumávat složité projekty, používat prohlížeč a spouštět terminálové příkazy (s vaším svolením, samozřejmě), mohu dělat všechny druhy úkolů. Dokonce mohu použít MCP k vytváření nových nástrojů a rozšiřování svých vlastních schopností.",
"notice": "Pro začátek toto rozšíření potřebuje poskytovatele API.",
"start": "Jdeme na to!"
"start": "Jdeme na to!",
"telemetry": {
"title": "Pomozte vylepšit Roo Code",
"anonymousTelemetry": "Odesílejte anonymní data o chybách a používání, abychom mohli opravovat chyby a vylepšovat rozšíření. Nikdy nejsou odesílány žádné kódy, výzvy ani osobní údaje.",
"changeSettings": "Toto nastavení můžete vždy změnit v dolní části nastavení",
"settings": "nastavení",
"allow": "Povolit",
"deny": "Zakázat"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/de/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Helfen Sie, Roo Code zu verbessern",
"anonymousTelemetry": "Senden Sie anonyme Fehler- und Nutzungsdaten, um uns bei der Fehlerbehebung und Verbesserung der Erweiterung zu helfen. Es werden niemals Code, Texte oder persönliche Informationen gesendet.",
"changeSettings": "Sie können dies jederzeit unten in den Einstellungen ändern",
"settings": "Einstellungen",
"allow": "Erlauben",
"deny": "Ablehnen"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/de/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Hallo, ich bin Roo!",
"introduction": "Ich kann alle Arten von Aufgaben erledigen, dank der neuesten Durchbrüche in agentenbasierten Codierungsfähigkeiten und dem Zugang zu Tools, die es mir ermöglichen, Dateien zu erstellen und zu bearbeiten, komplexe Projekte zu erkunden, den Browser zu verwenden und Terminalbefehle auszuführen (natürlich mit Ihrer Erlaubnis). Ich kann sogar MCP verwenden, um neue Tools zu erstellen und meine eigenen Fähigkeiten zu erweitern.",
"notice": "Um loszulegen, benötigt diese Erweiterung einen API-Anbieter.",
"start": "Los geht's!"
"start": "Los geht's!",
"telemetry": {
"title": "Helfen Sie, Roo Code zu verbessern",
"anonymousTelemetry": "Senden Sie anonyme Fehler- und Nutzungsdaten, um uns bei der Fehlerbehebung und Verbesserung der Erweiterung zu helfen. Es werden niemals Code, Texte oder persönliche Informationen gesendet.",
"changeSettings": "Sie können dies jederzeit unten in den Einstellungen ändern",
"settings": "Einstellungen",
"allow": "Erlauben",
"deny": "Ablehnen"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Help Improve Roo Code",
"anonymousTelemetry": "Send anonymous error and usage data to help us fix bugs and improve the extension. No code, prompts, or personal information is ever sent.",
"changeSettings": "You can always change this at the bottom of the settings",
"settings": "settings",
"allow": "Allow",
"deny": "Deny"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/en/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Hi, I'm Roo!",
"introduction": "I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and access to tools that let me create & edit files, explore complex projects, use the browser, and execute terminal commands (with your permission, of course). I can even use MCP to create new tools and extend my own capabilities.",
"notice": "To get started, this extension needs an API provider.",
"start": "Let's go!"
"start": "Let's go!",
"telemetry": {
"title": "Help Improve Roo Code",
"anonymousTelemetry": "Send anonymous error and usage data to help us fix bugs and improve the extension. No code, prompts, or personal information is ever sent.",
"changeSettings": "You can always change this at the bottom of the settings",
"settings": "settings",
"allow": "Allow",
"deny": "Deny"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/es/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Ayuda a mejorar Roo Code",
"anonymousTelemetry": "Envía datos de uso y errores anónimos para ayudarnos a corregir errores y mejorar la extensión. Nunca se envía código, texto o información personal.",
"changeSettings": "Siempre puedes cambiar esto en la parte inferior de la configuración",
"settings": "configuración",
"allow": "Permitir",
"deny": "Denegar"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/es/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "¡Hola, soy Roo!",
"introduction": "Puedo realizar todo tipo de tareas gracias a los últimos avances en capacidades de codificación agentica y acceso a herramientas que me permiten crear y editar archivos, explorar proyectos complejos, usar el navegador y ejecutar comandos de terminal (con tu permiso, por supuesto). Incluso puedo usar MCP para crear nuevas herramientas y ampliar mis propias capacidades.",
"notice": "Para comenzar, esta extensión necesita un proveedor de API.",
"start": "¡Vamos!"
"start": "¡Vamos!",
"telemetry": {
"title": "Ayuda a mejorar Roo Code",
"anonymousTelemetry": "Envía datos de uso y errores anónimos para ayudarnos a corregir errores y mejorar la extensión. Nunca se envía código, texto o información personal.",
"changeSettings": "Siempre puedes cambiar esto en la parte inferior de la configuración",
"settings": "configuración",
"allow": "Permitir",
"deny": "Denegar"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/fr/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Aidez à améliorer Roo Code",
"anonymousTelemetry": "Envoyez des données d'utilisation et d'erreurs anonymes pour nous aider à corriger les bugs et améliorer l'extension. Aucun code, texte ou information personnelle n'est jamais envoyé.",
"changeSettings": "Vous pouvez toujours modifier cela en bas des paramètres",
"settings": "paramètres",
"allow": "Autoriser",
"deny": "Refuser"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/fr/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Salut, je suis Roo !",
"introduction": "Je peux effectuer toutes sortes de tâches grâce aux dernières avancées en matière de capacités de codage agentique et à l'accès à des outils qui me permettent de créer et de modifier des fichiers, d'explorer des projets complexes, d'utiliser le navigateur et d'exécuter des commandes terminal (avec votre permission, bien sûr). Je peux même utiliser MCP pour créer de nouveaux outils et étendre mes propres capacités.",
"notice": "Pour commencer, cette extension a besoin d'un fournisseur d'API.",
"start": "C'est parti !"
"start": "C'est parti !",
"telemetry": {
"title": "Aidez à améliorer Roo Code",
"anonymousTelemetry": "Envoyez des données d'utilisation et d'erreurs anonymes pour nous aider à corriger les bugs et améliorer l'extension. Aucun code, texte ou information personnelle n'est jamais envoyé.",
"changeSettings": "Vous pouvez toujours modifier cela en bas des paramètres",
"settings": "paramètres",
"allow": "Autoriser",
"deny": "Refuser"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/hi/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Roo Code को बेहतर बनाने में मदद करें",
"anonymousTelemetry": "बग ठीक करने और एक्सटेंशन को बेहतर बनाने में हमारी मदद करने के लिए गुमनाम त्रुटि और उपयोग डेटा भेजें। कोड, संकेत या व्यक्तिगत जानकारी कभी नहीं भेजी जाती है।",
"changeSettings": "आप इसे हमेशा सेटिंग्स के निचले भाग में बदल सकते हैं",
"settings": "सेटिंग्स",
"allow": "अनुमति दें",
"deny": "अस्वीकार करें"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/hi/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "नमस्ते, मैं रू हूँ!",
"introduction": "मैं सभी प्रकार के कार्य कर सकता हूँ, एजेंटिक कोडिंग क्षमताओं में नवीनतम सफलताओं और उन टूल्स तक पहुंच के लिए धन्यवाद जो मुझे फाइलें बनाने और संपादित करने, जटिल परियोजनाओं का पता लगाने, ब्राउज़र का उपयोग करने और टर्मिनल कमांड निष्पादित करने की अनुमति देते हैं (आपकी अनुमति से, बिल्कुल)। मैं MCP का उपयोग करके नए टूल बना सकता हूँ और अपनी क्षमताओं का विस्तार कर सकता हूँ।",
"notice": "शुरू करने के लिए, इस एक्सटेंशन को एक API प्रदाता की आवश्यकता है।",
"start": "चलो शुरू करें!"
"start": "चलो शुरू करें!",
"telemetry": {
"title": "Roo Code को बेहतर बनाने में मदद करें",
"anonymousTelemetry": "बग ठीक करने और एक्सटेंशन को बेहतर बनाने में हमारी मदद करने के लिए गुमनाम त्रुटि और उपयोग डेटा भेजें। कोड, संकेत या व्यक्तिगत जानकारी कभी नहीं भेजी जाती है।",
"changeSettings": "आप इसे हमेशा सेटिंग्स के निचले भाग में बदल सकते हैं",
"settings": "सेटिंग्स",
"allow": "अनुमति दें",
"deny": "अस्वीकार करें"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/hu/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Segítsd fejleszteni a Roo Code-ot",
"anonymousTelemetry": "Küldj névtelen hibákat és használati adatokat, hogy segíts nekünk hibákat javítani és a bővítményt fejleszteni. Soha nem küldünk kódot, szöveget vagy személyes adatokat.",
"changeSettings": "Ezt bármikor megváltoztathatod a beállítások alján",
"settings": "beállítások",
"allow": "Engedélyez",
"deny": "Elutasít"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/hu/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Szia, én Roo vagyok!",
"introduction": "Mindenféle feladatot el tudok látni az ügynök-alapú kódolási képességek legújabb áttöréseinek és az eszközökhez való hozzáférésnek köszönhetően, amelyek lehetővé teszik számomra fájlok létrehozását és szerkesztését, összetett projektek felfedezését, böngésző használatát és terminálparancsok végrehajtását (természetesen az Ön engedélyével). Még az MCP-t is használhatom új eszközök létrehozására és saját képességeim bővítésére.",
"notice": "A kezdéshez ez a bővítmény egy API szolgáltatót igényel.",
"start": "Gyerünk!"
"start": "Gyerünk!",
"telemetry": {
"title": "Segítsd fejleszteni a Roo Code-ot",
"anonymousTelemetry": "Küldj névtelen hibákat és használati adatokat, hogy segíts nekünk hibákat javítani és a bővítményt fejleszteni. Soha nem küldünk kódot, szöveget vagy személyes adatokat.",
"changeSettings": "Ezt bármikor megváltoztathatod a beállítások alján",
"settings": "beállítások",
"allow": "Engedélyez",
"deny": "Elutasít"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/it/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Aiuta a migliorare Roo Code",
"anonymousTelemetry": "Invia dati di utilizzo ed errori anonimi per aiutarci a correggere bug e migliorare l'estensione. Non viene mai inviato codice, testo o informazioni personali.",
"changeSettings": "Puoi sempre cambiare questo in fondo alle impostazioni",
"settings": "impostazioni",
"allow": "Consenti",
"deny": "Nega"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/it/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "Ciao, sono Roo!",
"introduction": "Posso svolgere tutti i tipi di attività grazie ai più recenti progressi nelle capacità di codifica agentica e all'accesso a strumenti che mi permettono di creare e modificare file, esplorare progetti complessi, utilizzare il browser ed eseguire comandi terminal (con il tuo permesso, ovviamente). Posso persino utilizzare MCP per creare nuovi strumenti ed estendere le mie capacità.",
"notice": "Per iniziare, questa estensione necessita di un fornitore di API.",
"start": "Andiamo!"
"start": "Andiamo!",
"telemetry": {
"title": "Aiuta a migliorare Roo Code",
"anonymousTelemetry": "Invia dati di utilizzo ed errori anonimi per aiutarci a correggere bug e migliorare l'estensione. Non viene mai inviato codice, testo o informazioni personali.",
"changeSettings": "Puoi sempre cambiare questo in fondo alle impostazioni",
"settings": "impostazioni",
"allow": "Consenti",
"deny": "Nega"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/ja/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Roo Codeの改善にご協力ください",
"anonymousTelemetry": "バグの修正と拡張機能の改善のため、匿名のエラーと使用データを送信してください。コード、プロンプト、個人情報は一切送信されません。",
"changeSettings": "設定の下部でいつでも変更できます",
"settings": "設定",
"allow": "許可",
"deny": "拒否"
}
{}
10 changes: 9 additions & 1 deletion webview-ui/src/i18n/locales/ja/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"greeting": "こんにちは、私はルーです!",
"introduction": "エージェント型コーディング能力の最新の進歩と、ファイルの作成・編集、複雑なプロジェクトの探索、ブラウザの使用、ターミナルコマンドの実行(もちろんあなたの許可を得て)を可能にするツールへのアクセスにより、あらゆる種類のタスクを実行できます。MCPを使用して新しいツールを作成し、自分の能力を拡張することもできます。",
"notice": "開始するには、この拡張機能にはAPIプロバイダーが必要です。",
"start": "さあ、始めましょう!"
"start": "さあ、始めましょう!",
"telemetry": {
"title": "Roo Codeの改善にご協力ください",
"anonymousTelemetry": "バグの修正と拡張機能の改善のため、匿名のエラーと使用データを送信してください。コード、プロンプト、個人情報は一切送信されません。",
"changeSettings": "設定の下部でいつでも変更できます",
"settings": "設定",
"allow": "許可",
"deny": "拒否"
}
}
9 changes: 1 addition & 8 deletions webview-ui/src/i18n/locales/ko/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"title": "Roo Code 개선에 도움 주세요",
"anonymousTelemetry": "버그 수정 및 확장 기능 개선을 위해 익명의 오류 및 사용 데이터를 보내주세요. 코드, 프롬프트 또는 개인 정보는 절대 전송되지 않습니다.",
"changeSettings": "설정 하단에서 언제든지 변경할 수 있습니다",
"settings": "설정",
"allow": "허용",
"deny": "거부"
}
{}
Loading