diff --git a/i18n/be.json b/i18n/be.json index 22733058..d116ace4 100644 --- a/i18n/be.json +++ b/i18n/be.json @@ -1,7 +1,8 @@ { "@metadata": { "authors": [ - "Wizardist" + "Wizardist", + "Чаховіч Уладзіслаў" ] }, "scribunto-desc": "Фрэймворк для выкарыстання скрыптавых моў на старонках MediaWiki", @@ -22,5 +23,6 @@ "scribunto-lua-in-function": "у функцыі «$1»", "scribunto-lua-in-main": "у асноўнай частцы коду", "scribunto-lua-in-function-at": "у функцыі $1:$2", - "scribunto-lua-error-location": "Памылка Lua $1: $2." + "scribunto-lua-error-location": "Памылка Lua $1: $2.", + "scribunto-lua-error": "Памылка Lua: $2." } diff --git a/i18n/mt.json b/i18n/mt.json index 608a08ab..ee7e620b 100644 --- a/i18n/mt.json +++ b/i18n/mt.json @@ -5,5 +5,6 @@ "Leli Forte" ] }, - "scribunto-common-no-details": "M'hemmx dettalji oħra disponibbli." + "scribunto-common-no-details": "M'hemmx dettalji oħra disponibbli.", + "scribunto-lua-error": "Żball ta' Lua: $2." } diff --git a/i18n/nds-nl.json b/i18n/nds-nl.json new file mode 100644 index 00000000..96c615a2 --- /dev/null +++ b/i18n/nds-nl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Servien" + ] + }, + "scribunto-lua-error": "Lua-fout: $2" +} diff --git a/i18n/xmf.json b/i18n/xmf.json new file mode 100644 index 00000000..0d3b1abe --- /dev/null +++ b/i18n/xmf.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Silovan" + ] + }, + "scribunto-lua-error": "ჩილათა Lua: $2" +}