diff --git a/i18n/eu.json b/i18n/eu.json index 3b81fd14..bb50932b 100644 --- a/i18n/eu.json +++ b/i18n/eu.json @@ -6,6 +6,7 @@ "Sator" ] }, + "scribunto-doc-page-name": "Modulu:$1/dok", "scribunto-console-clear": "Garbitu", "scribunto-lua-error-location": "Luanda errorea $1:$2.", "scribunto-lua-error": "Lua errorea:$2.", diff --git a/i18n/nb.json b/i18n/nb.json index a6e9d521..9ebd4295 100644 --- a/i18n/nb.json +++ b/i18n/nb.json @@ -29,7 +29,7 @@ "scribunto-common-nofunction": "Skriptfeil: Du må angi en funksjon som skal kalles.", "scribunto-common-nosuchfunction": "Skriptfeil: Funksjonen «$2» eksisterer ikke.", "scribunto-common-notafunction": "Skriptfeil: «$2» er ikke en funksjon.", - "scribunto-common-timeout": "Tiden som er avstatt til å kjøre skript har løpt ut.", + "scribunto-common-timeout": "Tiden som er avsatt til å kjøre skript har løpt ut.", "scribunto-common-oom": "Mengden minne tillatt for å kjøre skript er overskredet.", "scribunto-common-backtrace": "Tilbakesporing:", "scribunto-common-no-details": "Ingen flere detaljer er tilgjengelig.", diff --git a/i18n/rue.json b/i18n/rue.json new file mode 100644 index 00000000..be828c03 --- /dev/null +++ b/i18n/rue.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "KHMELNYTSKYIA" + ] + }, + "scribunto-lua-error": "Помилка Lua: $2." +}