Skip to content

Commit 0f174f9

Browse files
committed
i18n: showGreeting
1 parent 22a3028 commit 0f174f9

File tree

16 files changed

+121
-16
lines changed

16 files changed

+121
-16
lines changed

webview-ui/src/components/settings/InterfaceSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const InterfaceSettings = ({ showGreeting, setCachedStateField, ...props
2828
<VSCodeCheckbox
2929
checked={showGreeting}
3030
onChange={(e: any) => setCachedStateField("showGreeting", e.target.checked)}>
31-
<span className="font-medium">{t("settings:interface.showgreeting")}</span>
31+
<span className="font-medium">{t("settings:interface.showgreeting.label")}</span>
3232
</VSCodeCheckbox>
3333
<div className="text-vscode-descriptionForeground text-sm mt-1">
3434
{t("settings:interface.showgreeting.description")}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Avançat",
3030
"experimental": "Funcions experimentals",
3131
"language": "Idioma",
32-
"about": "Sobre Roo Code"
32+
"about": "Sobre Roo Code",
33+
"interface": "Interfície"
3334
},
3435
"autoApprove": {
3536
"description": "Permet que Roo realitzi operacions automàticament sense requerir aprovació. Activeu aquesta configuració només si confieu plenament en la IA i enteneu els riscos de seguretat associats.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "ARN personalitzat",
472473
"useCustomArn": "Utilitza ARN personalitzat..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "Mostrar missatge de benvinguda",
478+
"description": "Quan està activat, Roo mostrarà un missatge de benvinguda i introducció."
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Erweitert",
3030
"experimental": "Experimentelle Funktionen",
3131
"language": "Sprache",
32-
"about": "Über Roo Code"
32+
"about": "Über Roo Code",
33+
"interface": "Oberfläche"
3334
},
3435
"autoApprove": {
3536
"description": "Erlaubt Roo, Operationen automatisch ohne Genehmigung durchzuführen. Aktiviere diese Einstellungen nur, wenn du der KI vollständig vertraust und die damit verbundenen Sicherheitsrisiken verstehst.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "Benutzerdefinierte ARN",
472473
"useCustomArn": "Benutzerdefinierte ARN verwenden..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "Begrüßungsnachricht anzeigen",
478+
"description": "Wenn aktiviert, zeigt Roo eine Willkommensnachricht und Einführung an."
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Advanced",
3030
"experimental": "Experimental Features",
3131
"language": "Language",
32-
"about": "About Roo Code"
32+
"about": "About Roo Code",
33+
"interface": "Interface"
3334
},
3435
"autoApprove": {
3536
"description": "Allow Roo to automatically perform operations without requiring approval. Enable these settings only if you fully trust the AI and understand the associated security risks.",
@@ -469,5 +470,11 @@
469470
"labels": {
470471
"customArn": "Custom ARN",
471472
"useCustomArn": "Use custom ARN..."
473+
},
474+
"interface": {
475+
"showgreeting": {
476+
"label": "Show greeting message",
477+
"description": "When enabled, Roo will display a welcome message and introduction."
478+
}
472479
}
473480
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Avanzado",
3030
"experimental": "Funciones experimentales",
3131
"language": "Idioma",
32-
"about": "Acerca de Roo Code"
32+
"about": "Acerca de Roo Code",
33+
"interface": "Interfaz"
3334
},
3435
"autoApprove": {
3536
"description": "Permitir que Roo realice operaciones automáticamente sin requerir aprobación. Habilite esta configuración solo si confía plenamente en la IA y comprende los riesgos de seguridad asociados.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "ARN personalizado",
472473
"useCustomArn": "Usar ARN personalizado..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "Mostrar mensaje de bienvenida",
478+
"description": "Cuando está habilitado, Roo mostrará un mensaje de bienvenida e introducción."
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Avancé",
3030
"experimental": "Fonctionnalités expérimentales",
3131
"language": "Langue",
32-
"about": "À propos de Roo Code"
32+
"about": "À propos de Roo Code",
33+
"interface": "Interface"
3334
},
3435
"autoApprove": {
3536
"description": "Permettre à Roo d'effectuer automatiquement des opérations sans requérir d'approbation. Activez ces paramètres uniquement si vous faites entièrement confiance à l'IA et que vous comprenez les risques de sécurité associés.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "ARN personnalisé",
472473
"useCustomArn": "Utiliser un ARN personnalisé..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "Afficher le message de bienvenue",
478+
"description": "Lorsque cette option est activée, Roo affichera un message de bienvenue et une introduction."
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "उन्नत",
3030
"experimental": "प्रायोगिक सुविधाएँ",
3131
"language": "भाषा",
32-
"about": "Roo Code के बारे में"
32+
"about": "Roo Code के बारे में",
33+
"interface": "इंटरफ़ेस"
3334
},
3435
"autoApprove": {
3536
"description": "Roo को अनुमोदन की आवश्यकता के बिना स्वचालित रूप से ऑपरेशन करने की अनुमति दें। इन सेटिंग्स को केवल तभी सक्षम करें जब आप AI पर पूरी तरह से भरोसा करते हों और संबंधित सुरक्षा जोखिमों को समझते हों।",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "कस्टम ARN",
472473
"useCustomArn": "कस्टम ARN का उपयोग करें..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "स्वागत संदेश दिखाएँ",
478+
"description": "जब सक्षम किया जाता है, तो Roo एक स्वागत संदेश और परिचय प्रदर्शित करेगा।"
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "Avanzate",
3030
"experimental": "Funzionalità sperimentali",
3131
"language": "Lingua",
32-
"about": "Informazioni su Roo Code"
32+
"about": "Informazioni su Roo Code",
33+
"interface": "Interfaccia"
3334
},
3435
"autoApprove": {
3536
"description": "Permetti a Roo di eseguire automaticamente operazioni senza richiedere approvazione. Abilita queste impostazioni solo se ti fidi completamente dell'IA e comprendi i rischi di sicurezza associati.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "ARN personalizzato",
472473
"useCustomArn": "Usa ARN personalizzato..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "Mostra messaggio di benvenuto",
478+
"description": "Quando abilitato, Roo mostrerà un messaggio di benvenuto e un'introduzione."
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "詳細設定",
3030
"experimental": "実験的機能",
3131
"language": "言語",
32-
"about": "Roo Codeについて"
32+
"about": "Roo Codeについて",
33+
"interface": "インターフェース"
3334
},
3435
"autoApprove": {
3536
"description": "Rooが承認なしで自動的に操作を実行できるようにします。AIを完全に信頼し、関連するセキュリティリスクを理解している場合にのみ、これらの設定を有効にしてください。",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "カスタム ARN",
472473
"useCustomArn": "カスタム ARN を使用..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "ようこそメッセージを表示",
478+
"description": "有効にすると、Rooはようこそメッセージと紹介を表示します。"
479+
}
473480
}
474481
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"advanced": "고급",
3030
"experimental": "실험적 기능",
3131
"language": "언어",
32-
"about": "Roo Code 정보"
32+
"about": "Roo Code 정보",
33+
"interface": "인터페이스"
3334
},
3435
"autoApprove": {
3536
"description": "Roo가 승인 없이 자동으로 작업을 수행할 수 있도록 허용합니다. AI를 완전히 신뢰하고 관련 보안 위험을 이해하는 경우에만 이러한 설정을 활성화하세요.",
@@ -470,5 +471,11 @@
470471
"labels": {
471472
"customArn": "사용자 지정 ARN",
472473
"useCustomArn": "사용자 지정 ARN 사용..."
474+
},
475+
"interface": {
476+
"showgreeting": {
477+
"label": "환영 메시지 표시",
478+
"description": "활성화하면 Roo가 환영 메시지와 소개를 표시합니다."
479+
}
473480
}
474481
}

0 commit comments

Comments
 (0)