mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ic0cda88bebcd69372ba8715902e48b18eeba733c
This commit is contained in:
parent
e9fe95b451
commit
dd30fa97ee
|
@ -24,9 +24,9 @@
|
|||
"scribunto-console-cleared-session-lost": "Llimpióse l'estáu de la consola porque perdieronse los datos de la sesión.",
|
||||
"scribunto-common-error-category": "Páxines con errores de script",
|
||||
"scribunto-common-error-category-desc": "Hebo un error al procesar los módulos incluíos na páxina.",
|
||||
"scribunto-common-nosuchmodule": "Error de script: Nun esiste esi módulu.",
|
||||
"scribunto-common-nosuchmodule": "Error de script: Nun esiste'l módulu «$2».",
|
||||
"scribunto-common-nofunction": "Error de script: Tien d'especificar una función a la que llamar.",
|
||||
"scribunto-common-nosuchfunction": "Error de script: La función qu'especificó nun esiste.",
|
||||
"scribunto-common-nosuchfunction": "Error de script: Nun esiste la función «$2».",
|
||||
"scribunto-common-timeout": "Acabó'l tiempu acutáu pa executar scripts.",
|
||||
"scribunto-common-oom": "Superóse la cantidá de memoria permitida pa executar scripts.",
|
||||
"scribunto-common-backtrace": "Trazáu inversu (backtrace):",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"scribunto-error-short": "שגיאה בתסריט: $1",
|
||||
"scribunto-error-long": "שגיאות בתסריט:\n\n$1",
|
||||
"scribunto-doc-page-name": "יחידה:$1/תיעוד",
|
||||
"scribunto-doc-page-does-not-exist": "ניתן למצוא תיעוד על היחידה הזאת בדף [[$1]]",
|
||||
"scribunto-doc-page-does-not-exist": "ניתן ליצור תיעוד על היחידה הזאת בדף [[$1]]",
|
||||
"scribunto-doc-page-header": "זהו דף התיעוד עבור [[$1]]",
|
||||
"scribunto-console-intro": "* השמות המיוצאים מיחידה זמינים במשתנה \"p\", כולל שינויים שלא נשמרו.\n* כדי לחשב את השורה כביטוי יש להתחיל אותה בסימן \"=\" או להשתמש ב־print().\n* כדי לשלוח הודעות למסוף הזה, יש להשתמש ב־mw.log().",
|
||||
"scribunto-console-title": "מסוף לבדיקת קוד",
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Anakmalaysia"
|
||||
"Anakmalaysia",
|
||||
"Aurora"
|
||||
]
|
||||
},
|
||||
"scribunto-desc": "Kerangka pembenaman bahasa skrip dalam halaman MediaWiki",
|
||||
|
@ -22,7 +23,7 @@
|
|||
"scribunto-console-clear": "Padamkan",
|
||||
"scribunto-console-cleared": "Keadaan konsol dipadamkan kerana modul dikemaskinikan.",
|
||||
"scribunto-console-cleared-session-lost": "Keadaan konsol dipadamkan kerana kehilangan data sesi.",
|
||||
"scribunto-common-error-category": "Halaman yang ada ralat skrip",
|
||||
"scribunto-common-error-category": "Laman yang ada ralat skrip",
|
||||
"scribunto-common-nosuchmodule": "Ralat skrip: Modul ini tidak wujud.",
|
||||
"scribunto-common-nofunction": "Ralat skrip: Anda mesti menyatakan fungsi yang hendak diseru.",
|
||||
"scribunto-common-nosuchfunction": "Ralat skrip: Fungsi yang anda nyatakan itu tidak wujud.",
|
||||
|
@ -45,5 +46,6 @@
|
|||
"scribunto-luastandalone-read-error": "Ralat Lua: Ralat dalaman: Ralat ketika membaca dari paip.",
|
||||
"scribunto-luastandalone-gone": "Ralat Lua: Ralat dalaman: Pentafsir sudah keluar.",
|
||||
"scribunto-luastandalone-signal": "Ralat Lua: Ralat dalaman: Pentafsir sudah berhenti dengan isyarat \"$2\".",
|
||||
"scribunto-luastandalone-exited": "Ralat Lua: Ralat dalaman: Pentafsir sudah berhenti dengan status \"$2\"."
|
||||
"scribunto-luastandalone-exited": "Ralat Lua: Ralat dalaman: Pentafsir sudah berhenti dengan status \"$2\".",
|
||||
"scribunto-module-with-errors-category": "Modul Scribunto dengan ralat"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue