mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I3e0001b83d88f7749d9b9d1edb7fb42bff8256d8
This commit is contained in:
parent
8995dd71aa
commit
8feaaacffb
|
@ -9,7 +9,6 @@
|
|||
"scribunto-ignore-errors": "לאפשר שמירת קוד עם שגיאות",
|
||||
"scribunto-line": "בשורה $1",
|
||||
"scribunto-module-line": "ביחידה $1 בשורה $2",
|
||||
"scribunto-parser-error": "שגיאה בתסריט",
|
||||
"scribunto-parser-dialog-title": "שגיאה בתסריט",
|
||||
"scribunto-error-short": "שגיאה בתסריט: $1",
|
||||
"scribunto-error-long": "שגיאות בתסריט:\n\n$1",
|
||||
|
@ -32,6 +31,7 @@
|
|||
"scribunto-common-timeout": "הזמן שהוקצה להרצת תסריטים פג.",
|
||||
"scribunto-common-oom": "הזיכרון שהוקצה להרצת תסריטים אזל.",
|
||||
"scribunto-common-backtrace": "מחסנית קריאות:",
|
||||
"scribunto-common-no-details": "פרטים נוספים אינם זמינים.",
|
||||
"scribunto-lua-in-function": "בפונקציה \"$1\"",
|
||||
"scribunto-lua-in-main": "בגוש העיקרי",
|
||||
"scribunto-lua-in-function-at": "בפונקציה $1 בשורה $2",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Chrisportelli"
|
||||
"Chrisportelli",
|
||||
"Leli Forte"
|
||||
]
|
||||
},
|
||||
"scribunto-ignore-errors": "Ħalli li żżomm il-paġna bl-iżbalji"
|
||||
"scribunto-ignore-errors": "Ħalli li żżomm il-paġna bl-iżbalji",
|
||||
"scribunto-common-no-details": "M'hemmx dettalji oħra disponibbli."
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"scribunto-ignore-errors": "允许保存有错误的代码",
|
||||
"scribunto-line": "第$1行",
|
||||
"scribunto-module-line": "$1的第$2行",
|
||||
"scribunto-parser-error": "脚本错误",
|
||||
"scribunto-parser-dialog-title": "脚本错误",
|
||||
"scribunto-error-short": "脚本错误:$1",
|
||||
"scribunto-error-long": "脚本错误:\n\n$1",
|
||||
|
@ -34,6 +33,7 @@
|
|||
"scribunto-common-timeout": "为运行的脚本分配的时间已耗尽。",
|
||||
"scribunto-common-oom": "运行的脚本超出允许的内存用量。",
|
||||
"scribunto-common-backtrace": "回溯:",
|
||||
"scribunto-common-no-details": "没有可用的进一步细节。",
|
||||
"scribunto-lua-in-function": "在函数“$1”中",
|
||||
"scribunto-lua-in-main": "在主块中",
|
||||
"scribunto-lua-in-function-at": "在函数 $1:$2 中",
|
||||
|
|
Loading…
Reference in a new issue