You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/packages/frontend/i18n/de_DE.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
"command.generic.build.title": "Kompiliere das Dokument.{br}Um das automatische Kompilieren beim Speichern ein- oder auszuschalten, klicke den 'Kompiliere beim Speichern' Button oder Menüeintrag.",
"command.generic.force_build.title": "Das gesamte Dokument wird komplett neu kompiliert.",
18
+
"i18n.localization.lang.chinese": "Chinesisch",
19
+
"i18n.localization.lang.english": "Englisch",
20
+
"i18n.localization.lang.german": "Deutsch",
21
+
"i18n.localization.lang.spanish": "Spanisch",
18
22
"jupyter.select_kernel.footer": "<strong>Hinweis:</strong> Sie können den ausgewählten Kernel später im Kernel-Menü oder durch einen Klick auf das Kernel-Status-Logo oben links jederzeit ändern.",
Copy file name to clipboardExpand all lines: src/packages/frontend/i18n/es_ES.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
"command.generic.build.title": "",
16
16
"command.generic.force_build.label": "",
17
17
"command.generic.force_build.title": "",
18
+
"i18n.localization.lang.chinese": "Chino",
19
+
"i18n.localization.lang.english": "Inglés",
20
+
"i18n.localization.lang.german": "Alemán",
21
+
"i18n.localization.lang.spanish": "Español",
18
22
"jupyter.select_kernel.footer": "<strong>Nota:</strong> Siempre puedes cambiar el kernel seleccionado más tarde en el menú Kernel o haciendo clic en el logotipo de estado del kernel en la parte superior izquierda.",
19
23
"labels.acconut.password": "Contraseña",
20
24
"labels.acconut.password.change": "Cambiar la contraseña",
Copy file name to clipboardExpand all lines: src/packages/frontend/i18n/extracted.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,18 @@
53
53
"command.generic.force_build.title": {
54
54
"defaultMessage": "Force rebuild entire project."
55
55
},
56
+
"i18n.localization.lang.chinese": {
57
+
"defaultMessage": "Chinese"
58
+
},
59
+
"i18n.localization.lang.english": {
60
+
"defaultMessage": "English"
61
+
},
62
+
"i18n.localization.lang.german": {
63
+
"defaultMessage": "German"
64
+
},
65
+
"i18n.localization.lang.spanish": {
66
+
"defaultMessage": "Spanish"
67
+
},
56
68
"jupyter.select_kernel.footer": {
57
69
"defaultMessage": "<strong>Note:</strong> You can always change the selected kernel later in the Kernel menu or by clicking on the kernel status logo in the top left.",
0 commit comments