diff --git a/i18n/io.json b/i18n/io.json index 3591dccb..efe37166 100644 --- a/i18n/io.json +++ b/i18n/io.json @@ -14,5 +14,6 @@ "scribunto-lua-error": "Lua eroro: $2", "scribunto-luastandalone-proc-error": "Lua eroro: Ne povas krear procedo.", "scribunto-luastandalone-proc-error-msg": "Eroro 'Lua': Ne povas kreesar procedo: $2", - "scribunto-luastandalone-gone": "Lua eroro: Interna eroro: L'interpretanto ja finabis." + "scribunto-luastandalone-gone": "Lua eroro: Interna eroro: L'interpretanto ja finabis.", + "scribunto-limitreport-timeusage-value": "$1/$2 sekundi" } diff --git a/i18n/sli.json b/i18n/sli.json new file mode 100644 index 00000000..1811c8cb --- /dev/null +++ b/i18n/sli.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Äberlausitzer" + ] + }, + "scribunto-lua-error": "Lua-Fehler: $2" +}