Skip to content

Commit aae6fc0

Browse files
Updates terminal.zshOhMy description (#3125)
Updates settings description - Updates setting terminal.zshOhMY.description to mention need to restart IDE to apply the changes
1 parent e483f9b commit aae6fc0

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Habilita la integració Oh My Zsh",
347-
"description": "Quan està habilitat, estableix ITERM_SHELL_INTEGRATION_INSTALLED=Yes per habilitar les característiques d'integració del shell Oh My Zsh. (experimental)"
347+
"description": "Quan està habilitat, estableix ITERM_SHELL_INTEGRATION_INSTALLED=Yes per habilitar les característiques d'integració del shell Oh My Zsh. Aplicar aquesta configuració pot requerir reiniciar l'IDE. (experimental)"
348348
},
349349
"zshP10k": {
350350
"label": "Habilita la integració Powerlevel10k",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Oh My Zsh-Integration aktivieren",
347-
"description": "Wenn aktiviert, wird ITERM_SHELL_INTEGRATION_INSTALLED=Yes gesetzt, um die Shell-Integrationsfunktionen von Oh My Zsh zu aktivieren. (experimentell)"
347+
"description": "Wenn aktiviert, wird ITERM_SHELL_INTEGRATION_INSTALLED=Yes gesetzt, um die Shell-Integrationsfunktionen von Oh My Zsh zu aktivieren. Das Anwenden dieser Einstellung erfordert möglicherweise einen Neustart der IDE. (experimentell)"
348348
},
349349
"zshP10k": {
350350
"label": "Powerlevel10k-Integration aktivieren",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
},
341341
"zshOhMy": {
342342
"label": "Enable Oh My Zsh integration",
343-
"description": "When enabled, sets ITERM_SHELL_INTEGRATION_INSTALLED=Yes to enable Oh My Zsh shell integration features. (experimental)"
343+
"description": "When enabled, sets ITERM_SHELL_INTEGRATION_INSTALLED=Yes to enable Oh My Zsh shell integration features. Applying this setting might require restarting the IDE. (experimental)"
344344
},
345345
"zshP10k": {
346346
"label": "Enable Powerlevel10k integration",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Habilitar integración Oh My Zsh",
347-
"description": "Cuando está habilitado, establece ITERM_SHELL_INTEGRATION_INSTALLED=Yes para habilitar las características de integración del shell Oh My Zsh. (experimental)"
347+
"description": "Cuando está habilitado, establece ITERM_SHELL_INTEGRATION_INSTALLED=Yes para habilitar las características de integración del shell Oh My Zsh. Aplicar esta configuración puede requerir reiniciar el IDE. (experimental)"
348348
},
349349
"zshP10k": {
350350
"label": "Habilitar integración Powerlevel10k",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Activer l'intégration Oh My Zsh",
347-
"description": "Lorsqu'activé, définit ITERM_SHELL_INTEGRATION_INSTALLED=Yes pour activer les fonctionnalités d'intégration du shell Oh My Zsh. (expérimental)"
347+
"description": "Lorsqu'activé, définit ITERM_SHELL_INTEGRATION_INSTALLED=Yes pour activer les fonctionnalités d'intégration du shell Oh My Zsh. L'application de ce paramètre peut nécessiter le redémarrage de l'IDE. (expérimental)"
348348
},
349349
"zshP10k": {
350350
"label": "Activer l'intégration Powerlevel10k",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Oh My Zsh एकीकरण सक्षम करें",
347-
"description": "सक्षम होने पर, Oh My Zsh शेल एकीकरण सुविधाओं को सक्षम करने के लिए ITERM_SHELL_INTEGRATION_INSTALLED=Yes सेट करता है। (प्रयोगात्मक)"
347+
"description": "सक्षम होने पर, Oh My Zsh शेल एकीकरण सुविधाओं को सक्षम करने के लिए ITERM_SHELL_INTEGRATION_INSTALLED=Yes सेट करता है। इस सेटिंग को लागू करने के लिए IDE को पुनरारंभ करने की आवश्यकता हो सकती है। (प्रयोगात्मक)"
348348
},
349349
"zshP10k": {
350350
"label": "Powerlevel10k एकीकरण सक्षम करें",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Abilita integrazione Oh My Zsh",
347-
"description": "Quando abilitato, imposta ITERM_SHELL_INTEGRATION_INSTALLED=Yes per abilitare le funzionalità di integrazione della shell Oh My Zsh. (sperimentale)"
347+
"description": "Quando abilitato, imposta ITERM_SHELL_INTEGRATION_INSTALLED=Yes per abilitare le funzionalità di integrazione della shell Oh My Zsh. L'applicazione di questa impostazione potrebbe richiedere il riavvio dell'IDE. (sperimentale)"
348348
},
349349
"zshP10k": {
350350
"label": "Abilita integrazione Powerlevel10k",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Oh My Zsh 統合を有効化",
347-
"description": "有効にすると、ITERM_SHELL_INTEGRATION_INSTALLED=Yes を設定して Oh My Zsh シェル統合機能を有効にします。(実験的)"
347+
"description": "有効にすると、ITERM_SHELL_INTEGRATION_INSTALLED=Yes を設定して Oh My Zsh シェル統合機能を有効にします。この設定を適用するには、IDEの再起動が必要な場合があります。(実験的)"
348348
},
349349
"zshP10k": {
350350
"label": "Powerlevel10k 統合を有効化",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Oh My Zsh 통합 활성화",
347-
"description": "활성화하면 ITERM_SHELL_INTEGRATION_INSTALLED=Yes를 설정하여 Oh My Zsh 셸 통합 기능을 활성화합니다. (실험적)"
347+
"description": "활성화하면 ITERM_SHELL_INTEGRATION_INSTALLED=Yes를 설정하여 Oh My Zsh 셸 통합 기능을 활성화합니다. 이 설정을 적용하려면 IDE를 다시 시작해야 할 수 있습니다. (실험적)"
348348
},
349349
"zshP10k": {
350350
"label": "Powerlevel10k 통합 활성화",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
"zshOhMy": {
346346
"label": "Włącz integrację Oh My Zsh",
347-
"description": "Po włączeniu ustawia ITERM_SHELL_INTEGRATION_INSTALLED=Yes, aby włączyć funkcje integracji powłoki Oh My Zsh. (eksperymentalne)"
347+
"description": "Po włączeniu ustawia ITERM_SHELL_INTEGRATION_INSTALLED=Yes, aby włączyć funkcje integracji powłoki Oh My Zsh. Zastosowanie tego ustawienia może wymagać ponownego uruchomienia IDE. (eksperymentalne)"
348348
},
349349
"zshP10k": {
350350
"label": "Włącz integrację Powerlevel10k",

0 commit comments

Comments
 (0)