Skip to content

Commit d0a8568

Browse files
committed
l10n: add translations
1 parent 4743b99 commit d0a8568

File tree

15 files changed

+120
-0
lines changed

15 files changed

+120
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Notificacions",
2727
"contextManagement": "Gestió de context",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Diversos",
2930
"advanced": "Avançat",
3031
"experimental": "Funcions experimentals",
3132
"language": "Idioma",
@@ -336,6 +337,13 @@
336337
"description": "Quan està habilitat, estableix POWERLEVEL9K_TERM_SHELL_INTEGRATION=true per habilitar les característiques d'integració del shell Powerlevel10k. (experimental)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Configuracions diverses que no encaixen en altres categories.",
342+
"stickyModes": {
343+
"label": "Activa els modes persistents",
344+
"description": "Quan està activat, Roo recordarà l'últim model utilitzat per a cada mode i el seleccionarà automàticament en tornar a aquest mode."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Habilitar edició mitjançant diffs",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Benachrichtigungen",
2727
"contextManagement": "Kontext-Management",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Verschiedenes",
2930
"advanced": "Erweitert",
3031
"experimental": "Experimentelle Funktionen",
3132
"language": "Sprache",
@@ -336,6 +337,13 @@
336337
"description": "Wenn aktiviert, wird POWERLEVEL9K_TERM_SHELL_INTEGRATION=true gesetzt, um die Shell-Integrationsfunktionen von Powerlevel10k zu aktivieren. (experimentell)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Verschiedene Einstellungen, die nicht in andere Kategorien passen.",
342+
"stickyModes": {
343+
"label": "Sticky Modes aktivieren",
344+
"description": "Wenn aktiviert, merkt sich Roo das zuletzt verwendete Modell für jeden Modus und wählt es automatisch aus, wenn du zu diesem Modus zurückkehrst."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Bearbeitung durch Diffs aktivieren",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Notifications",
2727
"contextManagement": "Context Management",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Miscellaneous",
2930
"advanced": "Advanced",
3031
"experimental": "Experimental Features",
3132
"language": "Language",
@@ -336,6 +337,13 @@
336337
"description": "When enabled, creates a temporary directory for ZDOTDIR to handle zsh shell integration properly. This ensures VSCode shell integration works correctly with zsh while preserving your zsh configuration. (experimental)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Various settings that don't fit into other categories.",
342+
"stickyModes": {
343+
"label": "Enable sticky modes",
344+
"description": "When enabled, Roo will remember the last used model for each mode and automatically select it when switching back to that mode."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Enable editing through diffs",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Notificaciones",
2727
"contextManagement": "Gestión de contexto",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Varios",
2930
"advanced": "Avanzado",
3031
"experimental": "Funciones experimentales",
3132
"language": "Idioma",
@@ -336,6 +337,13 @@
336337
"description": "Cuando está habilitado, establece POWERLEVEL9K_TERM_SHELL_INTEGRATION=true para habilitar las características de integración del shell Powerlevel10k. (experimental)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Configuraciones varias que no encajan en otras categorías.",
342+
"stickyModes": {
343+
"label": "Habilitar modos persistentes",
344+
"description": "Cuando está habilitado, Roo recordará el último modelo utilizado para cada modo y lo seleccionará automáticamente al volver a ese modo."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Habilitar edición a través de diffs",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Notifications",
2727
"contextManagement": "Gestion du contexte",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Divers",
2930
"advanced": "Avancé",
3031
"experimental": "Fonctionnalités expérimentales",
3132
"language": "Langue",
@@ -336,6 +337,13 @@
336337
"description": "Lorsqu'activé, définit POWERLEVEL9K_TERM_SHELL_INTEGRATION=true pour activer les fonctionnalités d'intégration du shell Powerlevel10k. (expérimental)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Paramètres divers qui ne rentrent pas dans d'autres catégories.",
342+
"stickyModes": {
343+
"label": "Activer les modes persistants",
344+
"description": "Lorsque cette option est activée, Roo se souviendra du dernier modèle utilisé pour chaque mode et le sélectionnera automatiquement lors du retour à ce mode."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Activer l'édition via des diffs",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "सूचनाएँ",
2727
"contextManagement": "संदर्भ प्रबंधन",
2828
"terminal": "टर्मिनल",
29+
"miscellaneous": "विविध",
2930
"advanced": "उन्नत",
3031
"experimental": "प्रायोगिक सुविधाएँ",
3132
"language": "भाषा",
@@ -336,6 +337,13 @@
336337
"description": "सक्षम होने पर, Powerlevel10k शेल एकीकरण सुविधाओं को सक्षम करने के लिए POWERLEVEL9K_TERM_SHELL_INTEGRATION=true सेट करता है। (प्रयोगात्मक)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "ऐसे विभिन्न सेटिंग्स जो अन्य श्रेणियों में फिट नहीं होती हैं।",
342+
"stickyModes": {
343+
"label": "स्टिकी मोड सक्षम करें",
344+
"description": "सक्षम होने पर, Roo प्रत्येक मोड के लिए अंतिम उपयोग किए गए मॉडल को याद रखेगा और उस मोड पर वापस स्विच करते समय स्वचालित रूप से इसे चुनेगा।"
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "diffs के माध्यम से संपादन सक्षम करें",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Notifiche",
2727
"contextManagement": "Gestione del contesto",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Varie",
2930
"advanced": "Avanzate",
3031
"experimental": "Funzionalità sperimentali",
3132
"language": "Lingua",
@@ -336,6 +337,13 @@
336337
"description": "Quando abilitato, imposta POWERLEVEL9K_TERM_SHELL_INTEGRATION=true per abilitare le funzionalità di integrazione della shell Powerlevel10k. (sperimentale)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Impostazioni varie che non rientrano in altre categorie.",
342+
"stickyModes": {
343+
"label": "Abilita modalità sticky",
344+
"description": "Quando abilitato, Roo ricorderà l'ultimo modello usato per ogni modalità e lo selezionerà automaticamente quando si torna a quella modalità."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Abilita modifica tramite diff",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "通知",
2727
"contextManagement": "コンテキスト管理",
2828
"terminal": "ターミナル",
29+
"miscellaneous": "その他",
2930
"advanced": "詳細設定",
3031
"experimental": "実験的機能",
3132
"language": "言語",
@@ -336,6 +337,13 @@
336337
"description": "有効にすると、POWERLEVEL9K_TERM_SHELL_INTEGRATION=true を設定して Powerlevel10k シェル統合機能を有効にします。(実験的)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "その他のカテゴリに該当しないさまざまな設定。",
342+
"stickyModes": {
343+
"label": "スティッキーモードを有効にする",
344+
"description": "有効にすると、Rooは各モードで最後に使用したモデルを記憶し、そのモードに戻ったときに自動的に選択します。"
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "diff経由の編集を有効化",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "알림",
2727
"contextManagement": "컨텍스트 관리",
2828
"terminal": "터미널",
29+
"miscellaneous": "기타",
2930
"advanced": "고급",
3031
"experimental": "실험적 기능",
3132
"language": "언어",
@@ -336,6 +337,13 @@
336337
"description": "활성화하면 POWERLEVEL9K_TERM_SHELL_INTEGRATION=true를 설정하여 Powerlevel10k 셸 통합 기능을 활성화합니다. (실험적)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "다른 카테고리에 속하지 않는 다양한 설정입니다.",
342+
"stickyModes": {
343+
"label": "스티키 모드 활성화",
344+
"description": "활성화하면 Roo가 각 모드에서 마지막으로 사용한 모델을 기억하고 해당 모드로 다시 전환할 때 자동으로 선택합니다."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "diff를 통한 편집 활성화",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"notifications": "Powiadomienia",
2727
"contextManagement": "Zarządzanie kontekstem",
2828
"terminal": "Terminal",
29+
"miscellaneous": "Różne",
2930
"advanced": "Zaawansowane",
3031
"experimental": "Funkcje eksperymentalne",
3132
"language": "Język",
@@ -336,6 +337,13 @@
336337
"description": "Po włączeniu ustawia POWERLEVEL9K_TERM_SHELL_INTEGRATION=true, aby włączyć funkcje integracji powłoki Powerlevel10k. (eksperymentalne)"
337338
}
338339
},
340+
"miscellaneous": {
341+
"description": "Różne ustawienia, które nie pasują do innych kategorii.",
342+
"stickyModes": {
343+
"label": "Włącz tryby przyklejone",
344+
"description": "Po włączeniu Roo zapamięta ostatnio używany model dla każdego trybu i automatycznie go wybierze po powrocie do tego trybu."
345+
}
346+
},
339347
"advanced": {
340348
"diff": {
341349
"label": "Włącz edycję przez różnice",

0 commit comments

Comments
 (0)