diff --git a/src/livecodes/i18n/locales/ar/language-info.lokalise.json b/src/livecodes/i18n/locales/ar/language-info.lokalise.json
index 4b572acc34..7b5634a8e7 100644
--- a/src/livecodes/i18n/locales/ar/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/ar/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "مترجم Go يعمل على WebAssembly، باستخدام Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "اذهب إلى الموقع الرسمي يايجي تعلم X في دقائق Y، حيث X = اذهب وثائق LiveCodes تحميل قالب البداية تحميل قالب البداية "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "مترجم Haml لقوالب العرض في جافا سكريبت على جانب العميل باستخدام clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/ar/language-info.ts b/src/livecodes/i18n/locales/ar/language-info.ts
index 706f696c6c..2326716de7 100644
--- a/src/livecodes/i18n/locales/ar/language-info.ts
+++ b/src/livecodes/i18n/locales/ar/language-info.ts
@@ -125,6 +125,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>موقع جو2>1> <3><4>وثائق جو4>3> <5> <6>مستودع GopherJS6> 5> <7> <8>تعلم X في Y دقيقة، حيث X=Go8> 7> <9><10>تحميل قالب البداية10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'مترجم Go يعمل على WebAssembly، باستخدام Yaegi',
+ link: '<1><2>اذهب إلى الموقع الرسمي2>1> <3><4>يايجي4>3> <5> <6>تعلم X في دقائق Y، حيث X = اذهب6> 5> <7> <8>وثائق LiveCodes8> 7> <9> <10>تحميل قالب البداية تحميل قالب البداية10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'مترجم Haml لقوالب العرض في جافا سكريبت على جانب العميل باستخدام clientside-haml-js.',
link: '<1><2>الموقع الرسمي لـ Haml2>1> <3> <4>وثائق Haml4> 3> <5> <6>مستودع GitHub لـ clientside-haml-js6> 5> <7> <8>تعلم X في Y دقيقة، حيث X=haml8> 7> <9> <10>وثائق LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/ar/translation.lokalise.json b/src/livecodes/i18n/locales/ar/translation.lokalise.json
index 0145456d6a..b2887000d5 100644
--- a/src/livecodes/i18n/locales/ar/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/ar/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "قالب C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "قالب C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "قالب daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "قالب Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "قالب Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "قوالب البداية"
},
diff --git a/src/livecodes/i18n/locales/ar/translation.ts b/src/livecodes/i18n/locales/ar/translation.ts
index 4d6465c08b..fc62be86ff 100644
--- a/src/livecodes/i18n/locales/ar/translation.ts
+++ b/src/livecodes/i18n/locales/ar/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'قالب CoffeeScript',
commonlisp: 'قالب Common Lisp',
cpp: 'قالب C++',
+ 'cpp-wasm': 'قالب C++ (Wasm)',
daisyui: 'قالب daisyUI',
diagrams: 'قالب الرسوم البيانية',
fennel: 'قالب Fennel',
gleam: 'قالب Gleam',
go: 'قالب Go',
+ 'go-wasm': 'قالب Go (Wasm)',
heading: 'قوالب البداية',
imba: 'قالب Imba',
java: 'قالب Java',
diff --git a/src/livecodes/i18n/locales/de/language-info.lokalise.json b/src/livecodes/i18n/locales/de/language-info.lokalise.json
index 955b04645a..b9160550d2 100644
--- a/src/livecodes/i18n/locales/de/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/de/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Go-Interpreter, der auf WebAssembly läuft, unter Verwendung von Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Go offizielle Website Yaegi Lerne X in Y Minuten, wobei X=Go LiveCodes Dokumentationen Lade Startvorlage "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Haml-Compiler für clientseitige JavaScript-View-Templates unter Verwendung von clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/de/language-info.ts b/src/livecodes/i18n/locales/de/language-info.ts
index 65309a94da..6e1402c08a 100644
--- a/src/livecodes/i18n/locales/de/language-info.ts
+++ b/src/livecodes/i18n/locales/de/language-info.ts
@@ -128,6 +128,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Go Website2>1> <3><4>Go Dokumentation4>3> <5> <6>GopherJS Repository6> 5> <7> <8>Lerne X in Y Minuten, wobei X=Go8> 7> <9><10>Starter-Vorlage laden10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Go-Interpreter, der auf WebAssembly läuft, unter Verwendung von Yaegi',
+ link: '<1><2>Go offizielle Website2>1> <3><4>Yaegi4>3> <5> <6>Lerne X in Y Minuten, wobei X=Go6> 5> <7> <8>LiveCodes Dokumentationen8> 7> <9> <10>Lade Startvorlage10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Haml-Compiler für clientseitige JavaScript-View-Templates unter Verwendung von clientside-haml-js.',
link: '<1><2>Haml offizielle Website2>1> <3> <4>Haml Dokumentation4> 3> <5> <6>clientside-haml-js GitHub Repository6> 5> <7> <8>Lerne X in Y Minuten, wobei X=haml8> 7> <9> <10>LiveCodes Dokumentation10> 9>',
diff --git a/src/livecodes/i18n/locales/de/translation.lokalise.json b/src/livecodes/i18n/locales/de/translation.lokalise.json
index 2832c23d75..1d05f2540e 100644
--- a/src/livecodes/i18n/locales/de/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/de/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "C++-Starter"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "C++ (Wasm)-Starter"
+ },
"templates.starter.daisyui": {
"translation": "daisyUI-Starter"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Go-Starter"
},
+ "templates.starter.go-wasm": {
+ "translation": "Go (Wasm)-Starter"
+ },
"templates.starter.heading": {
"translation": "Starter-Vorlagen"
},
diff --git a/src/livecodes/i18n/locales/de/translation.ts b/src/livecodes/i18n/locales/de/translation.ts
index c12c3da4be..c8e50df7d8 100644
--- a/src/livecodes/i18n/locales/de/translation.ts
+++ b/src/livecodes/i18n/locales/de/translation.ts
@@ -991,11 +991,13 @@ const translation: I18nTranslation = {
coffeescript: 'CoffeeScript-Starter',
commonlisp: 'Common Lisp-Starter',
cpp: 'C++-Starter',
+ 'cpp-wasm': 'C++ (Wasm)-Starter',
daisyui: 'daisyUI-Starter',
diagrams: 'Diagramm-Starter',
fennel: 'Fennel-Starter',
gleam: 'Gleam-Starter',
go: 'Go-Starter',
+ 'go-wasm': 'Go (Wasm)-Starter',
heading: 'Starter-Vorlagen',
imba: 'Imba-Starter',
java: 'Java-Starter',
diff --git a/src/livecodes/i18n/locales/es/language-info.lokalise.json b/src/livecodes/i18n/locales/es/language-info.lokalise.json
index fdd413f099..53dec063ad 100644
--- a/src/livecodes/i18n/locales/es/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/es/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Intérprete Go ejecutándose en WebAssembly, usando Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Go sitio web oficial Yaegi Aprenda X en Y minutos, donde X=Go LiveCodes Documentations Cargar plantilla de inicio "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Compilador Haml para plantillas de vista JavaScript del lado del cliente usando clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/es/language-info.ts b/src/livecodes/i18n/locales/es/language-info.ts
index 1914077a67..79238313ca 100644
--- a/src/livecodes/i18n/locales/es/language-info.ts
+++ b/src/livecodes/i18n/locales/es/language-info.ts
@@ -128,6 +128,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Sitio web de Go2>1> <3><4>Documentación de Go4>3> <5> <6>Repositorio de GopherJS6> 5> <7> <8>Aprende X en Y minutos, donde X=Go8> 7> <9><10>Cargar plantilla inicial10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Intérprete Go ejecutándose en WebAssembly, usando Yaegi',
+ link: '<1><2>Go sitio web oficial2>1> <3><4>Yaegi4>3> <5> <6>Aprenda X en Y minutos, donde X=Go6> 5> <7> <8>LiveCodes Documentations8> 7> <9> <10>Cargar plantilla de inicio10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Compilador Haml para plantillas de vista JavaScript del lado del cliente usando clientside-haml-js.',
link: '<1><2>Sitio web oficial de Haml2>1> <3> <4>Documentación de Haml4> 3> <5> <6>Repositorio GitHub de clientside-haml-js6> 5> <7> <8>Aprende X en Y minutos, donde X=haml8> 7> <9> <10>Documentación de LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/es/translation.lokalise.json b/src/livecodes/i18n/locales/es/translation.lokalise.json
index 8ad355d08a..fcff96d645 100644
--- a/src/livecodes/i18n/locales/es/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/es/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "Inicio C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "Inicio C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "Inicio daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Inicio Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "Inicio Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "Plantillas de Inicio"
},
diff --git a/src/livecodes/i18n/locales/es/translation.ts b/src/livecodes/i18n/locales/es/translation.ts
index ec6f69b986..4530743f01 100644
--- a/src/livecodes/i18n/locales/es/translation.ts
+++ b/src/livecodes/i18n/locales/es/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'Inicio CoffeeScript',
commonlisp: 'Inicio Common Lisp',
cpp: 'Inicio C++',
+ 'cpp-wasm': 'Inicio C++ (Wasm)',
daisyui: 'Inicio daisyUI',
diagrams: 'Inicio Diagramas',
fennel: 'Inicio Fennel',
gleam: 'Inicio Gleam',
go: 'Inicio Go',
+ 'go-wasm': 'Inicio Go (Wasm)',
heading: 'Plantillas de Inicio',
imba: 'Inicio Imba',
java: 'Inicio Java',
diff --git a/src/livecodes/i18n/locales/fa/language-info.lokalise.json b/src/livecodes/i18n/locales/fa/language-info.lokalise.json
index 565b396ff4..6adf3cc2f7 100644
--- a/src/livecodes/i18n/locales/fa/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/fa/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Go interpreter در حال اجرا در WebAssembly، با استفاده از Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "برو وب سایت رسمی یاگی X را در دقیقه Y یاد بگیرید، جایی که X=Go مستندات LiveCodes قالب استارت را بارگذاری کنید "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "کامپایلر Haml برای قالبهای نما جاوااسکریپت سمت کلاینت با استفاده از clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/fa/language-info.ts b/src/livecodes/i18n/locales/fa/language-info.ts
index 7aecddd0d2..a298caa32f 100644
--- a/src/livecodes/i18n/locales/fa/language-info.ts
+++ b/src/livecodes/i18n/locales/fa/language-info.ts
@@ -127,6 +127,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>وبسایت Go2>1> <3><4>مستندات Go4>3> <5> <6>مخزن GopherJS6> 5> <7> <8>یادگیری X در Y دقیقه، جایی که X=Go8> 7> <9> <10>بارگذاری قالب شروع کننده10> 9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Go interpreter در حال اجرا در WebAssembly، با استفاده از Yaegi',
+ link: '<1><2>برو وب سایت رسمی2>1> <3><4>یاگی4>3> <5> <6>X را در دقیقه Y یاد بگیرید، جایی که X=Go6> 5> <7> <8>مستندات LiveCodes8> 7> <9> <10>قالب استارت را بارگذاری کنید10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'کامپایلر Haml برای قالبهای نما جاوااسکریپت سمت کلاینت با استفاده از clientside-haml-js.',
link: '<1><2>وبسایت رسمی Haml2>1> <3> <4>مستندات Haml4> 3> <5> <6>مخزن GitHub clientside-haml-js6> 5> <7> <8>یادگیری X در Y دقیقه، جایی که X=haml8> 7> <9> <10>مستندات LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/fa/translation.lokalise.json b/src/livecodes/i18n/locales/fa/translation.lokalise.json
index 6914086373..d869534f47 100644
--- a/src/livecodes/i18n/locales/fa/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/fa/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "شروع کننده C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "شروع کننده Go (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "شروع کننده daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "شروع کننده Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "شروع کننده Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "قالبهای شروع کننده"
},
diff --git a/src/livecodes/i18n/locales/fa/translation.ts b/src/livecodes/i18n/locales/fa/translation.ts
index f8bba0f514..a5d0c93cc8 100644
--- a/src/livecodes/i18n/locales/fa/translation.ts
+++ b/src/livecodes/i18n/locales/fa/translation.ts
@@ -990,11 +990,13 @@ const translation: I18nTranslation = {
coffeescript: 'شروع کننده CoffeeScript',
commonlisp: 'شروع کننده Common Lisp',
cpp: 'شروع کننده C++',
+ 'cpp-wasm': 'شروع کننده Go (Wasm)',
daisyui: 'شروع کننده daisyUI',
diagrams: 'شروع کننده نمودارها',
fennel: 'شروع کننده Fennel',
gleam: 'شروع کننده Gleam',
go: 'شروع کننده Go',
+ 'go-wasm': 'شروع کننده Go (Wasm)',
heading: 'قالبهای شروع کننده',
imba: 'شروع کننده Imba',
java: 'شروع کننده جاوا',
diff --git a/src/livecodes/i18n/locales/fr/language-info.lokalise.json b/src/livecodes/i18n/locales/fr/language-info.lokalise.json
index 8784f5634b..487be6ec2d 100644
--- a/src/livecodes/i18n/locales/fr/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/fr/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Interpréteur Go fonctionnant sur WebAssembly, utilisant Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Site officiel de Go Yaegi Apprendre X en Y minutes, où X=Go LiveCodes Documentations Charger un modèle de démarrage "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Compilateur Haml pour les modèles de vue JavaScript côté client utilisant clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/fr/language-info.ts b/src/livecodes/i18n/locales/fr/language-info.ts
index 64c5cf3187..85f55ccc73 100644
--- a/src/livecodes/i18n/locales/fr/language-info.ts
+++ b/src/livecodes/i18n/locales/fr/language-info.ts
@@ -128,6 +128,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Site web de Go2>1> <3><4>Documentation de Go4>3> <5> <6>Dépôt GopherJS6> 5> <7> <8>Apprenez X en Y minutes, où X=Go8> 7> <9><10>Charger le modèle de démarrage10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Interpréteur Go fonctionnant sur WebAssembly, utilisant Yaegi',
+ link: '<1><2>Site officiel de Go2>1> <3><4>Yaegi4>3> <5> <6>Apprendre X en Y minutes, où X=Go6> 5> <7> <8>LiveCodes Documentations8> 7> <9> <10>Charger un modèle de démarrage10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Compilateur Haml pour les modèles de vue JavaScript côté client utilisant clientside-haml-js.',
link: '<1><2>Site officiel de Haml2>1> <3> <4>Documentation de Haml4> 3> <5> <6>Dépôt GitHub de clientside-haml-js6> 5> <7> <8>Apprenez X en Y minutes, où X=haml8> 7> <9> <10>Documentation LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/fr/translation.lokalise.json b/src/livecodes/i18n/locales/fr/translation.lokalise.json
index c9930fcf5f..448c55ba22 100644
--- a/src/livecodes/i18n/locales/fr/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/fr/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "Démarrage C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "Démarrage C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "Démarrage daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Démarrage Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "Démarrage Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "Modèles de Démarrage"
},
diff --git a/src/livecodes/i18n/locales/fr/translation.ts b/src/livecodes/i18n/locales/fr/translation.ts
index bf8b5614fb..4b02dcc1aa 100644
--- a/src/livecodes/i18n/locales/fr/translation.ts
+++ b/src/livecodes/i18n/locales/fr/translation.ts
@@ -991,11 +991,13 @@ const translation: I18nTranslation = {
coffeescript: 'Démarrage CoffeeScript',
commonlisp: 'Démarrage Common Lisp',
cpp: 'Démarrage C++',
+ 'cpp-wasm': 'Démarrage C++ (Wasm)',
daisyui: 'Démarrage daisyUI',
diagrams: 'Démarrage Diagrammes',
fennel: 'Démarrage Fennel',
gleam: 'Démarrage Gleam',
go: 'Démarrage Go',
+ 'go-wasm': 'Démarrage Go (Wasm)',
heading: 'Modèles de Démarrage',
imba: 'Démarrage Imba',
java: 'Démarrage Java',
diff --git a/src/livecodes/i18n/locales/hi/language-info.lokalise.json b/src/livecodes/i18n/locales/hi/language-info.lokalise.json
index 06b89ff54e..5c4b26c454 100644
--- a/src/livecodes/i18n/locales/hi/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/hi/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Yaegi का उपयोग करके WebAssembly पर चलने वाले दुभाषिया पर जाएं"
+ },
+ "goWasm.link": {
+ "translation": "आधिकारिक वेबसाइट पर जाएं यागी Y मिनट में X जानें, जहां X=Go लाइवकोड्स दस्तावेज़ीकरण स्टार्टर टेम्पलेट लोड करें "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "क्लाइंटसाइड-haml-js का उपयोग करके क्लाइंट साइड जावास्क्रिप्ट व्यू टेम्प्लेट्स के लिए Haml कंपाइलर।"
},
diff --git a/src/livecodes/i18n/locales/hi/language-info.ts b/src/livecodes/i18n/locales/hi/language-info.ts
index 457d5f91e1..f829ebf33b 100644
--- a/src/livecodes/i18n/locales/hi/language-info.ts
+++ b/src/livecodes/i18n/locales/hi/language-info.ts
@@ -127,6 +127,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Go वेबसाइट2>1> <3><4>Go दस्तावेज़ीकरण4>3> <5> <6>GopherJS रेपो6> 5> <7> <8>X को Y मिनटों में सीखें, जहां X=Go8> 7> <9><10>स्टार्टर टेम्पलेट लोड करें10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Yaegi का उपयोग करके WebAssembly पर चलने वाले दुभाषिया पर जाएं',
+ link: '<1><2>आधिकारिक वेबसाइट पर जाएं2>1> <3><4>यागी4>3> <5> <6>Y मिनट में X जानें, जहां X=Go6> 5> <7> <8>लाइवकोड्स दस्तावेज़ीकरण8> 7> <9> <10>स्टार्टर टेम्पलेट लोड करें10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'क्लाइंटसाइड-haml-js का उपयोग करके क्लाइंट साइड जावास्क्रिप्ट व्यू टेम्प्लेट्स के लिए Haml कंपाइलर।',
link: '<1><2>Haml आधिकारिक वेबसाइट2>1> <3> <4>Haml दस्तावेज़ीकरण4> 3> <5> <6>clientside-haml-js GitHub रेपो6> 5> <7> <8>X को Y मिनटों में सीखें, जहां X=haml8> 7> <9> <10>LiveCodes दस्तावेज़ीकरण10> 9>',
diff --git a/src/livecodes/i18n/locales/hi/translation.lokalise.json b/src/livecodes/i18n/locales/hi/translation.lokalise.json
index 721c9a91ca..5903fb36b4 100644
--- a/src/livecodes/i18n/locales/hi/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/hi/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "C++ स्टार्टर"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "C++ (Wasm) स्टार्टर"
+ },
"templates.starter.daisyui": {
"translation": "daisyUI स्टार्टर"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Go स्टार्टर"
},
+ "templates.starter.go-wasm": {
+ "translation": "Go (Wasm) स्टार्टर"
+ },
"templates.starter.heading": {
"translation": "स्टार्टर टेम्पलेट्स"
},
diff --git a/src/livecodes/i18n/locales/hi/translation.ts b/src/livecodes/i18n/locales/hi/translation.ts
index 9411c5ed16..9da6a3082f 100644
--- a/src/livecodes/i18n/locales/hi/translation.ts
+++ b/src/livecodes/i18n/locales/hi/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'CoffeeScript स्टार्टर',
commonlisp: 'Common Lisp स्टार्टर',
cpp: 'C++ स्टार्टर',
+ 'cpp-wasm': 'C++ (Wasm) स्टार्टर',
daisyui: 'daisyUI स्टार्टर',
diagrams: 'आरेख स्टार्टर',
fennel: 'Fennel स्टार्टर',
gleam: 'Gleam स्टार्टर',
go: 'Go स्टार्टर',
+ 'go-wasm': 'Go (Wasm) स्टार्टर',
heading: 'स्टार्टर टेम्पलेट्स',
imba: 'Imba स्टार्टर',
java: 'Java स्टार्टर',
diff --git a/src/livecodes/i18n/locales/it/language-info.lokalise.json b/src/livecodes/i18n/locales/it/language-info.lokalise.json
index 940742e123..3dbf79b54c 100644
--- a/src/livecodes/i18n/locales/it/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/it/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Interprete Go in esecuzione su WebAssembly, utilizzando Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Sito ufficiale di Go Yaegi Imparare X in Y minuti, dove X=Go LiveCodes Documentations Caricare il modello di partenza "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Compilatore Haml per template di vista JavaScript lato client utilizzando clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/it/language-info.ts b/src/livecodes/i18n/locales/it/language-info.ts
index cd6bb68c34..a174242cdb 100644
--- a/src/livecodes/i18n/locales/it/language-info.ts
+++ b/src/livecodes/i18n/locales/it/language-info.ts
@@ -127,6 +127,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Sito web di Go2>1> <3><4>Documentazione di Go4>3> <5> <6>Repo di GopherJS6> 5> <7> <8>Impara X in Y minuti, dove X=Go8> 7> <9><10>Carica modello di partenza10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Interprete Go in esecuzione su WebAssembly, utilizzando Yaegi',
+ link: '<1><2>Sito ufficiale di Go2>1> <3><4>Yaegi4>3> <5> <6>Imparare X in Y minuti, dove X=Go6> 5> <7> <8>LiveCodes Documentations8> 7> <9> <10>Caricare il modello di partenza10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Compilatore Haml per template di vista JavaScript lato client utilizzando clientside-haml-js.',
link: '<1><2>Sito ufficiale di Haml2>1> <3> <4>Documentazione di Haml4> 3> <5> <6>Repository GitHub di clientside-haml-js6> 5> <7> <8>Impara X in Y minuti, dove X=haml8> 7> <9> <10>Documentazione LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/it/translation.lokalise.json b/src/livecodes/i18n/locales/it/translation.lokalise.json
index 657f112407..aa2447dab8 100644
--- a/src/livecodes/i18n/locales/it/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/it/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "Starter C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "Starter C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "Starter daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Starter Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "Starter Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "Modelli di Partenza"
},
diff --git a/src/livecodes/i18n/locales/it/translation.ts b/src/livecodes/i18n/locales/it/translation.ts
index e6af58b806..e114e0149f 100644
--- a/src/livecodes/i18n/locales/it/translation.ts
+++ b/src/livecodes/i18n/locales/it/translation.ts
@@ -990,11 +990,13 @@ const translation: I18nTranslation = {
coffeescript: 'Starter CoffeeScript',
commonlisp: 'Starter Common Lisp',
cpp: 'Starter C++',
+ 'cpp-wasm': 'Starter C++ (Wasm)',
daisyui: 'Starter daisyUI',
diagrams: 'Starter Diagrammi',
fennel: 'Starter Fennel',
gleam: 'Starter Gleam',
go: 'Starter Go',
+ 'go-wasm': 'Starter Go (Wasm)',
heading: 'Modelli di Partenza',
imba: 'Starter Imba',
java: 'Starter Java',
diff --git a/src/livecodes/i18n/locales/ja/language-info.lokalise.json b/src/livecodes/i18n/locales/ja/language-info.lokalise.json
index 66b7e00bd9..ecc5203a35 100644
--- a/src/livecodes/i18n/locales/ja/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/ja/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "WebAssembly上で動作するGoインタプリタ、Yaegiを使用"
+ },
+ "goWasm.link": {
+ "translation": "囲碁公式サイト 八重垣 XをY分で学ぶ、X=囲碁 LiveCodesドキュメンテーション スターターテンプレートの読み込み "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "clientside-haml-js を使用したクライアントサイド JavaScript ビューテンプレート用の Haml コンパイラ。"
},
diff --git a/src/livecodes/i18n/locales/ja/language-info.ts b/src/livecodes/i18n/locales/ja/language-info.ts
index d593748fc6..a2c7af56b1 100644
--- a/src/livecodes/i18n/locales/ja/language-info.ts
+++ b/src/livecodes/i18n/locales/ja/language-info.ts
@@ -127,6 +127,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Go ウェブサイト2>1> <3><4>Go ドキュメント4>3> <5> <6>GopherJS リポジトリ6> 5> <7> <8>X分でYを学ぶ、X=Go8> 7> <9><10>スターターテンプレートを読み込む10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'WebAssembly上で動作するGoインタプリタ、Yaegiを使用',
+ link: '<1><2>囲碁公式サイト2>1> <3><4>八重垣4>3> <5> <6>XをY分で学ぶ、X=囲碁6> 5> <7> <8>LiveCodesドキュメンテーション8> 7> <9> <10>スターターテンプレートの読み込み10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'clientside-haml-js を使用したクライアントサイド JavaScript ビューテンプレート用の Haml コンパイラ。',
link: '<1><2>Haml 公式ウェブサイト2>1> <3> <4>Haml ドキュメント4> 3> <5> <6>clientside-haml-js GitHub リポジトリ6> 5> <7> <8>X分でYを学ぶ、X=haml8> 7> <9> <10>LiveCodes ドキュメント10> 9>',
diff --git a/src/livecodes/i18n/locales/ja/translation.lokalise.json b/src/livecodes/i18n/locales/ja/translation.lokalise.json
index e6b88f2abf..af16dd574e 100644
--- a/src/livecodes/i18n/locales/ja/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/ja/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "C++スターター"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "C++(Wasm)スターター"
+ },
"templates.starter.daisyui": {
"translation": "daisyUIスターター"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Goスターター"
},
+ "templates.starter.go-wasm": {
+ "translation": "Go(Wasm)スターター"
+ },
"templates.starter.heading": {
"translation": "スターターテンプレート"
},
diff --git a/src/livecodes/i18n/locales/ja/translation.ts b/src/livecodes/i18n/locales/ja/translation.ts
index 2ad602c9ab..2b90d5ba45 100644
--- a/src/livecodes/i18n/locales/ja/translation.ts
+++ b/src/livecodes/i18n/locales/ja/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'CoffeeScriptスターター',
commonlisp: 'Common Lispスターター',
cpp: 'C++スターター',
+ 'cpp-wasm': 'C++(Wasm)スターター',
daisyui: 'daisyUIスターター',
diagrams: 'ダイアグラムスターター',
fennel: 'Fennelスターター',
gleam: 'Gleamスターター',
go: 'Goスターター',
+ 'go-wasm': 'Go(Wasm)スターター',
heading: 'スターターテンプレート',
imba: 'Imbaスターター',
java: 'Javaスターター',
diff --git a/src/livecodes/i18n/locales/pt/language-info.lokalise.json b/src/livecodes/i18n/locales/pt/language-info.lokalise.json
index 41d7a05153..1d9ef54339 100644
--- a/src/livecodes/i18n/locales/pt/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/pt/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Intérprete Go em execução no WebAssembly, usando Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Sítio Web oficial do Go Yaegi Aprender X em Y minutos, em que X=Go Documentações LiveCodes Carregar modelo inicial "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Compilador Haml para modelos de visualização JavaScript do lado do cliente usando clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/pt/language-info.ts b/src/livecodes/i18n/locales/pt/language-info.ts
index 1170313707..465969e0f3 100644
--- a/src/livecodes/i18n/locales/pt/language-info.ts
+++ b/src/livecodes/i18n/locales/pt/language-info.ts
@@ -127,6 +127,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Site do Go2>1> <3><4>Documentação do Go4>3> <5> <6>Repositório do GopherJS6> 5> <7> <8>Aprenda X em Y minutos, onde X=Go8> 7> <9><10>Carregar modelo inicial10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Intérprete Go em execução no WebAssembly, usando Yaegi',
+ link: '<1><2>Sítio Web oficial do Go2>1> <3><4>Yaegi4>3> <5> <6>Aprender X em Y minutos, em que X=Go6> 5> <7> <8>Documentações LiveCodes8> 7> <9> <10>Carregar modelo inicial10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Compilador Haml para modelos de visualização JavaScript do lado do cliente usando clientside-haml-js.',
link: '<1><2>Site oficial do Haml2>1> <3> <4>Documentação do Haml4> 3> <5> <6>Repositório GitHub do clientside-haml-js6> 5> <7> <8>Aprenda X em Y minutos, onde X=haml8> 7> <9> <10>Documentação do LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/pt/translation.lokalise.json b/src/livecodes/i18n/locales/pt/translation.lokalise.json
index 1be85db133..851a549b21 100644
--- a/src/livecodes/i18n/locales/pt/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/pt/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "Iniciante C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "Iniciante C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "Iniciante daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Iniciante Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "Iniciante Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "Modelos Iniciantes"
},
diff --git a/src/livecodes/i18n/locales/pt/translation.ts b/src/livecodes/i18n/locales/pt/translation.ts
index 7260f4e3c3..ded4a0be2f 100644
--- a/src/livecodes/i18n/locales/pt/translation.ts
+++ b/src/livecodes/i18n/locales/pt/translation.ts
@@ -990,11 +990,13 @@ const translation: I18nTranslation = {
coffeescript: 'Iniciante CoffeeScript',
commonlisp: 'Iniciante Common Lisp',
cpp: 'Iniciante C++',
+ 'cpp-wasm': 'Iniciante C++ (Wasm)',
daisyui: 'Iniciante daisyUI',
diagrams: 'Iniciante Diagrams',
fennel: 'Iniciante Fennel',
gleam: 'Iniciante Gleam',
go: 'Iniciante Go',
+ 'go-wasm': 'Iniciante Go (Wasm)',
heading: 'Modelos Iniciantes',
imba: 'Iniciante Imba',
java: 'Iniciante Java',
diff --git a/src/livecodes/i18n/locales/ru/language-info.lokalise.json b/src/livecodes/i18n/locales/ru/language-info.lokalise.json
index a3852feaa0..c4786bc7d4 100644
--- a/src/livecodes/i18n/locales/ru/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/ru/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "Интерпретатор Go, работающий на WebAssembly, с использованием Yaegi"
+ },
+ "goWasm.link": {
+ "translation": "Официальный сайт Go Yaegi Узнайте X за Y минут, где X=Go Документация LiveCodes Загрузите стартовый шаблон "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "Компилятор Haml для клиентских шаблонов JavaScript с использованием clientside-haml-js."
},
diff --git a/src/livecodes/i18n/locales/ru/language-info.ts b/src/livecodes/i18n/locales/ru/language-info.ts
index 3554d0a592..c25e54afcb 100644
--- a/src/livecodes/i18n/locales/ru/language-info.ts
+++ b/src/livecodes/i18n/locales/ru/language-info.ts
@@ -129,6 +129,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Сайт Go2>1> <3><4>Документация Go4>3> <5> <6>Репозиторий GopherJS6> 5> <7> <8>Изучите X за Y минут, где X=Go8> 7> <9><10>Загрузить стартовый шаблон10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: 'Интерпретатор Go, работающий на WebAssembly, с использованием Yaegi',
+ link: '<1><2>Официальный сайт Go2>1> <3><4>Yaegi4>3> <5> <6>Узнайте X за Y минут, где X=Go6> 5> <7> <8>Документация LiveCodes8> 7> <9> <10>Загрузите стартовый шаблон10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'Компилятор Haml для клиентских шаблонов JavaScript с использованием clientside-haml-js.',
link: '<1><2>Официальный сайт Haml2>1> <3> <4>Документация Haml4> 3> <5> <6>GitHub-репозиторий clientside-haml-js6> 5> <7> <8>Изучите X за Y минут, где X=haml8> 7> <9> <10>Документация LiveCodes10> 9>',
diff --git a/src/livecodes/i18n/locales/ru/translation.lokalise.json b/src/livecodes/i18n/locales/ru/translation.lokalise.json
index dece03eb6f..97c0d3a820 100644
--- a/src/livecodes/i18n/locales/ru/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/ru/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "Стартер C++"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "Стартер C++ (Wasm)"
+ },
"templates.starter.daisyui": {
"translation": "Стартер daisyUI"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Стартер Go"
},
+ "templates.starter.go-wasm": {
+ "translation": "Стартер Go (Wasm)"
+ },
"templates.starter.heading": {
"translation": "Стартовые шаблоны"
},
diff --git a/src/livecodes/i18n/locales/ru/translation.ts b/src/livecodes/i18n/locales/ru/translation.ts
index b631cf88f0..ee01115053 100644
--- a/src/livecodes/i18n/locales/ru/translation.ts
+++ b/src/livecodes/i18n/locales/ru/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'Стартер CoffeeScript',
commonlisp: 'Стартер Common Lisp',
cpp: 'Стартер C++',
+ 'cpp-wasm': 'Стартер C++ (Wasm)',
daisyui: 'Стартер daisyUI',
diagrams: 'Стартер диаграмм',
fennel: 'Стартер Fennel',
gleam: 'Стартер Gleam',
go: 'Стартер Go',
+ 'go-wasm': 'Стартер Go (Wasm)',
heading: 'Стартовые шаблоны',
imba: 'Стартер Imba',
java: 'Стартер Java',
diff --git a/src/livecodes/i18n/locales/ur/language-info.lokalise.json b/src/livecodes/i18n/locales/ur/language-info.lokalise.json
index 3126f5aa1b..08222d5590 100644
--- a/src/livecodes/i18n/locales/ur/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/ur/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "گو"
},
+ "goWasm.desc": {
+ "translation": "Yaegi کا استعمال کرتے ہوئے WebAssembly پر چلنے والے مترجم پر جائیں۔"
+ },
+ "goWasm.link": {
+ "translation": "سرکاری ویب سائٹ پر جائیں یگی Y منٹ میں X سیکھیں ، جہاں X = Go لائیو کوڈز دستاویزات لوڈ اسٹارٹر سانچہ "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "کلائنٹ سائیڈ جاوا اسکرپٹ ویو ٹیمپلیٹس کے لیے کلائنٹ سائیڈ-ہیمل-جے ایس کا استعمال کرتے ہوئے ہیمل کمپائلر۔"
},
diff --git a/src/livecodes/i18n/locales/ur/language-info.ts b/src/livecodes/i18n/locales/ur/language-info.ts
index 9dc26e5bb9..d8d9f66514 100644
--- a/src/livecodes/i18n/locales/ur/language-info.ts
+++ b/src/livecodes/i18n/locales/ur/language-info.ts
@@ -128,6 +128,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>گو ویب سائٹ2>1> <3><4>گو دستاویزات4>3> <5> <6>گوفر جے ایس ریپو6> 5> <7> <8>X کو Y منٹ میں سیکھیں، جہاں X=گو8> 7> <9><10>ابتدائی سانچہ لوڈ کریں10>9>',
name: 'گو',
},
+ goWasm: {
+ desc: 'Yaegi کا استعمال کرتے ہوئے WebAssembly پر چلنے والے مترجم پر جائیں۔',
+ link: '<1><2>سرکاری ویب سائٹ پر جائیں2>1> <3><4>یگی4>3> <5> <6>Y منٹ میں X سیکھیں ، جہاں X = Go6> 5> <7> <8>لائیو کوڈز دستاویزات8> 7> <9> <10>لوڈ اسٹارٹر سانچہ10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: 'کلائنٹ سائیڈ جاوا اسکرپٹ ویو ٹیمپلیٹس کے لیے کلائنٹ سائیڈ-ہیمل-جے ایس کا استعمال کرتے ہوئے ہیمل کمپائلر۔',
link: '<1><2>ہیمل کی سرکاری ویب سائٹ2>1> <3> <4>ہیمل دستاویزات4> 3> <5> <6>کلائنٹ سائیڈ-ہیمل-جے ایس گٹ ہب ریپو6> 5> <7> <8>X کو Y منٹ میں سیکھیں، جہاں X=ہیمل8> 7> <9> <10>لائیو کوڈز دستاویزات10> 9>',
diff --git a/src/livecodes/i18n/locales/ur/translation.lokalise.json b/src/livecodes/i18n/locales/ur/translation.lokalise.json
index f72e40283a..c3c5d43461 100644
--- a/src/livecodes/i18n/locales/ur/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/ur/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "سی++ شروعاتی"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "سی++ (واسم) شروعاتی"
+ },
"templates.starter.daisyui": {
"translation": "daisyUI شروعاتی"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "گو شروعاتی"
},
+ "templates.starter.go-wasm": {
+ "translation": "گو (واسم) شروعاتی"
+ },
"templates.starter.heading": {
"translation": "شروعاتی سانچے"
},
diff --git a/src/livecodes/i18n/locales/ur/translation.ts b/src/livecodes/i18n/locales/ur/translation.ts
index 27a451cd4f..24aa686bdd 100644
--- a/src/livecodes/i18n/locales/ur/translation.ts
+++ b/src/livecodes/i18n/locales/ur/translation.ts
@@ -989,11 +989,13 @@ const translation: I18nTranslation = {
coffeescript: 'کافی اسکرپٹ شروعاتی',
commonlisp: 'کامن لسپ شروعاتی',
cpp: 'سی++ شروعاتی',
+ 'cpp-wasm': 'سی++ (واسم) شروعاتی',
daisyui: 'daisyUI شروعاتی',
diagrams: 'ڈایاگرامز شروعاتی',
fennel: 'فینل شروعاتی',
gleam: 'گلیم شروعاتی',
go: 'گو شروعاتی',
+ 'go-wasm': 'گو (واسم) شروعاتی',
heading: 'شروعاتی سانچے',
imba: 'امبا شروعاتی',
java: 'جاوا شروعاتی',
diff --git a/src/livecodes/i18n/locales/zh-CN/language-info.lokalise.json b/src/livecodes/i18n/locales/zh-CN/language-info.lokalise.json
index e53ce3c702..3f1399c9d7 100644
--- a/src/livecodes/i18n/locales/zh-CN/language-info.lokalise.json
+++ b/src/livecodes/i18n/locales/zh-CN/language-info.lokalise.json
@@ -222,6 +222,15 @@
"go.name": {
"translation": "Go"
},
+ "goWasm.desc": {
+ "translation": "使用 Yaegi 在 WebAssembly 上运行 Go 解释器"
+ },
+ "goWasm.link": {
+ "translation": "围棋官方网站 Yaegi 在 Y 分钟内学会 X,其中 X=Go LiveCodes 文档 加载启动模板 "
+ },
+ "goWasm.name": {
+ "translation": "Go (Wasm)"
+ },
"haml.desc": {
"translation": "使用 clientside-haml-js 的 Haml 编译器,用于编写客户端侧 JavaScript 视图模板。"
},
diff --git a/src/livecodes/i18n/locales/zh-CN/language-info.ts b/src/livecodes/i18n/locales/zh-CN/language-info.ts
index c06b638aa9..a01bb4731e 100644
--- a/src/livecodes/i18n/locales/zh-CN/language-info.ts
+++ b/src/livecodes/i18n/locales/zh-CN/language-info.ts
@@ -124,6 +124,11 @@ const languageInfo: I18nLangInfoTranslation = {
link: '<1><2>Go 官方网站2>1> <3><4>Go 文档4>3> <5> <6>GopherJS 仓库6> 5> <7> <8>在 Y 分钟内学习 X,其中 X=Go8> 7> <9><10>加载启动模板10>9>',
name: 'Go',
},
+ goWasm: {
+ desc: '使用 Yaegi 在 WebAssembly 上运行 Go 解释器',
+ link: '<1><2>围棋官方网站2>1> <3><4>Yaegi4>3> <5> <6>在 Y 分钟内学会 X,其中 X=Go6> 5> <7> <8>LiveCodes 文档8> 7> <9> <10>加载启动模板10> 9>',
+ name: 'Go (Wasm)',
+ },
haml: {
desc: '使用 clientside-haml-js 的 Haml 编译器,用于编写客户端侧 JavaScript 视图模板。',
link: '<1><2>Haml 官网2>1> <3> <4>Haml 文档4> 3> <5> <6>clientside-haml-js GitHub 仓库6> 5> <7> <8>在 Y 分钟内学习 X,其中 X=haml8> 7> <9> <10>LiveCodes 文档10> 9>',
diff --git a/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json b/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json
index 34d128b18c..b2e410b40f 100644
--- a/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json
+++ b/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json
@@ -1950,6 +1950,9 @@
"templates.starter.cpp": {
"translation": "C++ 启动模板"
},
+ "templates.starter.cpp-wasm": {
+ "translation": "C++(WASM)启动模板"
+ },
"templates.starter.daisyui": {
"translation": "daisyUI 启动模板"
},
@@ -1965,6 +1968,9 @@
"templates.starter.go": {
"translation": "Go 启动模板"
},
+ "templates.starter.go-wasm": {
+ "translation": "Go(WASM)启动模板"
+ },
"templates.starter.heading": {
"translation": "启动模板"
},
diff --git a/src/livecodes/i18n/locales/zh-CN/translation.ts b/src/livecodes/i18n/locales/zh-CN/translation.ts
index e5b541584e..1185d6da5d 100644
--- a/src/livecodes/i18n/locales/zh-CN/translation.ts
+++ b/src/livecodes/i18n/locales/zh-CN/translation.ts
@@ -987,11 +987,13 @@ const translation: I18nTranslation = {
coffeescript: 'CoffeeScript 启动模板',
commonlisp: 'Common Lisp 启动模板',
cpp: 'C++ 启动模板',
+ 'cpp-wasm': 'C++(WASM)启动模板',
daisyui: 'daisyUI 启动模板',
diagrams: '图表启动模板',
fennel: 'Fennel 启动模板',
gleam: 'Gleam 启动模板',
go: 'Go 启动模板',
+ 'go-wasm': 'Go(WASM)启动模板',
heading: '启动模板',
imba: 'Imba 启动模板',
java: 'Java 启动模板',