Skip to content

Commit a8711a4

Browse files
hannesrudolphdaniel-lxs
authored andcommitted
fix(i18n): correct claude code provider translations
1 parent 1020c62 commit a8711a4

File tree

19 files changed

+108
-27
lines changed

19 files changed

+108
-27
lines changed

src/i18n/locales/en/common.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,5 @@
108108
"organization_mismatch": "You must be authenticated with your organization's Roo Code Cloud account.",
109109
"verification_failed": "Unable to verify organization authentication."
110110
}
111-
},
112-
"settings": {
113-
"providers": {
114-
"claudeCode": {
115-
"pathLabel": "Claude Code Path",
116-
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
117-
"placeholder": "Default: claude"
118-
}
119-
}
120111
}
121112
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Mitjà",
304304
"low": "Baix"
305305
},
306-
"setReasoningLevel": "Activa l'esforç de raonament"
306+
"setReasoningLevel": "Activa l'esforç de raonament",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Mittel",
304304
"low": "Niedrig"
305305
},
306-
"setReasoningLevel": "Denkaufwand aktivieren"
306+
"setReasoningLevel": "Denkaufwand aktivieren",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Medium",
304304
"low": "Low"
305305
},
306-
"setReasoningLevel": "Enable Reasoning Effort"
306+
"setReasoningLevel": "Enable Reasoning Effort",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Medio",
304304
"low": "Bajo"
305305
},
306-
"setReasoningLevel": "Habilitar esfuerzo de razonamiento"
306+
"setReasoningLevel": "Habilitar esfuerzo de razonamiento",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Moyen",
304304
"low": "Faible"
305305
},
306-
"setReasoningLevel": "Activer l'effort de raisonnement"
306+
"setReasoningLevel": "Activer l'effort de raisonnement",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "मध्यम",
304304
"low": "निम्न"
305305
},
306-
"setReasoningLevel": "तर्क प्रयास सक्षम करें"
306+
"setReasoningLevel": "तर्क प्रयास सक्षम करें",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,12 @@
307307
"medium": "Sedang",
308308
"low": "Rendah"
309309
},
310-
"setReasoningLevel": "Aktifkan Upaya Reasoning"
310+
"setReasoningLevel": "Aktifkan Upaya Reasoning",
311+
"claudeCode": {
312+
"pathLabel": "Claude Code Path",
313+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
314+
"placeholder": "Default: claude"
315+
}
311316
},
312317
"browser": {
313318
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "Medio",
304304
"low": "Basso"
305305
},
306-
"setReasoningLevel": "Abilita sforzo di ragionamento"
306+
"setReasoningLevel": "Abilita sforzo di ragionamento",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,12 @@
303303
"medium": "",
304304
"low": ""
305305
},
306-
"setReasoningLevel": "推論労力を有効にする"
306+
"setReasoningLevel": "推論労力を有効にする",
307+
"claudeCode": {
308+
"pathLabel": "Claude Code Path",
309+
"description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.",
310+
"placeholder": "Default: claude"
311+
}
307312
},
308313
"browser": {
309314
"enable": {

0 commit comments

Comments
 (0)