Skip to content

Commit 6c6df2f

Browse files
committed
feat: add translations for "Open In This Tab" command
Added translations for the new "Open In This Tab" command string to all supported languages: - Catalan (ca) - German (de) - Spanish (es) - French (fr) - Hindi (hi) - Indonesian (id) - Italian (it) - Japanese (ja) - Korean (ko) - Dutch (nl) - Polish (pl) - Portuguese Brazil (pt-BR) - Russian (ru) - Turkish (tr) - Vietnamese (vi) - Simplified Chinese (zh-CN) - Traditional Chinese (zh-TW)
1 parent b31aac1 commit 6c6df2f

17 files changed

+17
-0
lines changed

src/package.nls.ca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "Millorar Codi",
88
"command.addToContext.title": "Afegir al Context",
99
"command.openInNewTab.title": "Obrir en una Nova Pestanya",
10+
"command.openInThisTab.title": "Obrir en Aquesta Pestanya",
1011
"command.focusInput.title": "Enfocar Camp d'Entrada",
1112
"command.setCustomStoragePath.title": "Establir Ruta d'Emmagatzematge Personalitzada",
1213
"command.importSettings.title": "Importar Configuració",

src/package.nls.de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "Code Verbessern",
88
"command.addToContext.title": "Zum Kontext Hinzufügen",
99
"command.openInNewTab.title": "In Neuem Tab Öffnen",
10+
"command.openInThisTab.title": "In Diesem Tab Öffnen",
1011
"command.focusInput.title": "Eingabefeld Fokussieren",
1112
"command.setCustomStoragePath.title": "Benutzerdefinierten Speicherpfad Festlegen",
1213
"command.importSettings.title": "Einstellungen Importieren",

src/package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "Mejorar Código",
88
"command.addToContext.title": "Añadir al Contexto",
99
"command.openInNewTab.title": "Abrir en Nueva Pestaña",
10+
"command.openInThisTab.title": "Abrir en Esta Pestaña",
1011
"command.focusInput.title": "Enfocar Campo de Entrada",
1112
"command.setCustomStoragePath.title": "Establecer Ruta de Almacenamiento Personalizada",
1213
"command.importSettings.title": "Importar Configuración",

src/package.nls.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "Améliorer le Code",
88
"command.addToContext.title": "Ajouter au Contexte",
99
"command.openInNewTab.title": "Ouvrir dans un Nouvel Onglet",
10+
"command.openInThisTab.title": "Ouvrir dans Cet Onglet",
1011
"command.focusInput.title": "Focus sur le Champ de Saisie",
1112
"command.setCustomStoragePath.title": "Définir le Chemin de Stockage Personnalisé",
1213
"command.importSettings.title": "Importer les Paramètres",

src/package.nls.hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "कोड सुधारें",
88
"command.addToContext.title": "संदर्भ में जोड़ें",
99
"command.openInNewTab.title": "नए टैब में खोलें",
10+
"command.openInThisTab.title": "इस टैब में खोलें",
1011
"command.focusInput.title": "इनपुट फ़ील्ड पर फोकस करें",
1112
"command.setCustomStoragePath.title": "कस्टम स्टोरेज पाथ सेट करें",
1213
"command.importSettings.title": "सेटिंग्स इम्पोर्ट करें",

src/package.nls.id.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"command.settings.title": "Pengaturan",
1616
"command.documentation.title": "Dokumentasi",
1717
"command.openInNewTab.title": "Buka di Tab Baru",
18+
"command.openInThisTab.title": "Buka di Tab Ini",
1819
"command.explainCode.title": "Jelaskan Kode",
1920
"command.fixCode.title": "Perbaiki Kode",
2021
"command.improveCode.title": "Tingkatkan Kode",

src/package.nls.it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "Migliora Codice",
88
"command.addToContext.title": "Aggiungi al Contesto",
99
"command.openInNewTab.title": "Apri in Nuova Scheda",
10+
"command.openInThisTab.title": "Apri in Questa Scheda",
1011
"command.focusInput.title": "Focalizza Campo di Input",
1112
"command.setCustomStoragePath.title": "Imposta Percorso di Archiviazione Personalizzato",
1213
"command.importSettings.title": "Importa Impostazioni",

src/package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"command.settings.title": "設定",
1616
"command.documentation.title": "ドキュメント",
1717
"command.openInNewTab.title": "新しいタブで開く",
18+
"command.openInThisTab.title": "このタブで開く",
1819
"command.explainCode.title": "コードの説明",
1920
"command.fixCode.title": "コードの修正",
2021
"command.improveCode.title": "コードの改善",

src/package.nls.ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"command.improveCode.title": "코드 개선",
88
"command.addToContext.title": "컨텍스트에 추가",
99
"command.openInNewTab.title": "새 탭에서 열기",
10+
"command.openInThisTab.title": "이 탭에서 열기",
1011
"command.focusInput.title": "입력 필드 포커스",
1112
"command.setCustomStoragePath.title": "사용자 지정 저장소 경로 설정",
1213
"command.importSettings.title": "설정 가져오기",

src/package.nls.nl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"command.settings.title": "Instellingen",
1616
"command.documentation.title": "Documentatie",
1717
"command.openInNewTab.title": "Openen in Nieuw Tabblad",
18+
"command.openInThisTab.title": "Openen in Dit Tabblad",
1819
"command.explainCode.title": "Leg Code Uit",
1920
"command.fixCode.title": "Repareer Code",
2021
"command.improveCode.title": "Verbeter Code",

0 commit comments

Comments
 (0)