diff --git a/i18n/as.json b/i18n/as.json new file mode 100644 index 00000000..c8973b6f --- /dev/null +++ b/i18n/as.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "IKHazarika" + ] + }, + "scribunto-lua-error": "লুআ ত্ৰুতি: $2" +} diff --git a/i18n/bho.json b/i18n/bho.json new file mode 100644 index 00000000..02590c3d --- /dev/null +++ b/i18n/bho.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Nepaboy" + ] + }, + "apihelp-scribunto-console-param-title": "मॉड्यूल के शीर्षक के परीक्षण खातिर।" +} diff --git a/i18n/es.json b/i18n/es.json index 846b339a..d43ef712 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -6,7 +6,8 @@ "Maor X", "Peter Bowman", "Fitoschido", - "Vfrico" + "Vfrico", + "Macofe" ] }, "scribunto-desc": "Marco para la incorporación de lenguajes de script en páginas de MediaWiki", @@ -52,5 +53,6 @@ "scribunto-limitreport-memusage": "Uso de memoria de Lua", "scribunto-limitreport-profile": "Perfil de Lua", "scribunto-limitreport-profile-ms": "$1 ms", - "scribunto-limitreport-logs": "Registros de Lua" + "scribunto-limitreport-logs": "Registros de Lua", + "apihelp-scribunto-console-param-title": "El título del módulo que probar." } diff --git a/i18n/pt.json b/i18n/pt.json index 2ce0d9d1..9a670c73 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -59,5 +59,6 @@ "scribunto-limitreport-memusage": "Uso de memória em Lua", "scribunto-limitreport-profile": "Perfil em Lua", "scribunto-limitreport-profile-ms": "$1 ms", - "scribunto-limitreport-logs": "Registos Lua" + "scribunto-limitreport-logs": "Registos Lua", + "apihelp-scribunto-console-param-title": "O título do módulo para teste." }