mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ib367524cf8c9ec3c9448da182ac40f56a491e514
This commit is contained in:
parent
1af638f8db
commit
b899a69cf4
|
@ -1,13 +1,16 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Hannarosendeloitte",
|
||||
"Lokal Profil",
|
||||
"WikiPhoenix"
|
||||
]
|
||||
},
|
||||
"apihelp-scribunto-console-description": "Intern modul för att betjäna XHR-förfrågningar från Scribunto-konsolen.",
|
||||
"apihelp-scribunto-console-summary": "Intern modul för att betjäna XHR-förfrågningar från Scribunto-konsolen.",
|
||||
"apihelp-scribunto-console-param-title": "Titeln på modulen som ska testas.",
|
||||
"apihelp-scribunto-console-param-content": "Modulens nya innehåll.",
|
||||
"apihelp-scribunto-console-param-session": "Sessionsnyckel.",
|
||||
"apihelp-scribunto-console-param-question": "Nästa rad att utvärdera som ett skript."
|
||||
"apihelp-scribunto-console-param-question": "Nästa rad att utvärdera som ett skript.",
|
||||
"apihelp-scribunto-console-param-clear": "Ställ in för att rensa den aktuella sessionen."
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Chase me ladies, I'm the Cavalry"
|
||||
]
|
||||
},
|
||||
"scribunto-lua-error": "Lua error: $2."
|
||||
}
|
|
@ -39,6 +39,7 @@
|
|||
"scribunto-lua-error-location": "שגיאת לואה $1: $2.",
|
||||
"scribunto-lua-error": "שגיאת לואה: $2.",
|
||||
"scribunto-lua-notarrayreturn": "שגיאת תסריט: היחידה החזירה ערך $2. היא אמורה להחזיר טבלת שמות מיוצאים.",
|
||||
"scribunto-lua-warning": "אזהרת תסריט: $1",
|
||||
"scribunto-luastandalone-proc-error": "שגיאת לואה: לא ניתן ליצור תהליך.",
|
||||
"scribunto-luastandalone-proc-error-msg": "שגיאת לואה: לא ניתן ליצור תהליך: $2",
|
||||
"scribunto-luastandalone-proc-error-proc-open": "שגיאת לואה: לא ניתן ליצור תהליך: הפונקציה proc_open אינה זמינה. נא לבדוק את ההגדרה \"disable_functions\" של PHP.",
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"MinecraftAustralia"
|
||||
]
|
||||
},
|
||||
"scribunto-lua-error": "Lua probl'm: $2"
|
||||
}
|
|
@ -12,6 +12,7 @@
|
|||
"Lemondoge",
|
||||
"MaxBioHazard",
|
||||
"Movses",
|
||||
"NR Deblocked",
|
||||
"Okras",
|
||||
"Ole Yves",
|
||||
"Patrick Star",
|
||||
|
@ -50,6 +51,7 @@
|
|||
"scribunto-lua-error-location": "Ошибка Lua $1: $2.",
|
||||
"scribunto-lua-error": "Ошибка Lua: $2.",
|
||||
"scribunto-lua-notarrayreturn": "Ошибка скрипта: Модуль вернул значение $2. Ожидается, что модуль вернёт таблицу экспорта.",
|
||||
"scribunto-lua-warning": "Ошибка скрипта: $1",
|
||||
"scribunto-luastandalone-proc-error": "Ошибка Lua: Не удалось создать процесс.",
|
||||
"scribunto-luastandalone-proc-error-msg": "Ошибка Lua: не удаётся создать процесс: $2",
|
||||
"scribunto-luastandalone-proc-error-proc-open": "Ошибка Lua: не удаётся создать процесс: proc_open не доступен. Проверьте директиву конфигурации PHP «disable_functions».",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Ainali",
|
||||
"GameOn",
|
||||
"Hangsna",
|
||||
"Hannarosendeloitte",
|
||||
"Jopparn",
|
||||
"Lokal Profil",
|
||||
"Magol",
|
||||
|
@ -58,8 +59,11 @@
|
|||
"scribunto-limitreport-timeusage": "Lua - tidsanvändning",
|
||||
"scribunto-limitreport-timeusage-value": "$1/$2 sekunder",
|
||||
"scribunto-limitreport-virtmemusage": "Lua - virtuell storlek",
|
||||
"scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|byte}}",
|
||||
"scribunto-limitreport-estmemusage": "Lua - uppskattad minnesanvändning",
|
||||
"scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|byte}}",
|
||||
"scribunto-limitreport-memusage": "Lua - minnesanvändning",
|
||||
"scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|byte}}",
|
||||
"scribunto-limitreport-profile": "Lua-profil",
|
||||
"scribunto-limitreport-profile-ms": "$1 ms",
|
||||
"scribunto-limitreport-logs": "Lua-loggar",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"authors": [
|
||||
"Arthur2e5",
|
||||
"Duolaimi",
|
||||
"GuoPC",
|
||||
"Lakejason0",
|
||||
"Liangent",
|
||||
"Liuxinyu970226",
|
||||
|
@ -43,6 +44,7 @@
|
|||
"scribunto-lua-error-location": "Lua错误 $1:$2",
|
||||
"scribunto-lua-error": "Lua错误:$2。",
|
||||
"scribunto-lua-notarrayreturn": "脚本错误:该模块返回了一个 $2 值。它应该返回一个导出表。",
|
||||
"scribunto-lua-warning": "脚本警告:$1",
|
||||
"scribunto-luastandalone-proc-error": "Lua错误:无法创建进程。",
|
||||
"scribunto-luastandalone-proc-error-msg": "Lua错误:无法创建进程:$2",
|
||||
"scribunto-luastandalone-proc-error-proc-open": "Lua错误:无法创建进程:proc_open不可用。请检查PHP的指令配置“disable_functions”。",
|
||||
|
|
Loading…
Reference in a new issue