Localisation updates from https://translatewiki.net.

Change-Id: I1a021ae3c2d80d9b121008b46dd7fc222fedd5ef
This commit is contained in:
Translation updater bot 2014-07-27 22:23:06 +02:00
parent 46d36fa9e7
commit 1677aec38e

View file

@ -3,7 +3,8 @@
"authors": [
"Liuxinyu970226",
"Yfdyh000",
"Spring Roll Conan"
"Spring Roll Conan",
"LNDDYL"
]
},
"scribunto-desc": "用於在MediaWiki頁面中嵌入腳本語言的框架",
@ -14,8 +15,8 @@
"scribunto-error-short": "腳本錯誤:$1",
"scribunto-error-long": "腳本錯誤:\n\n$1",
"scribunto-doc-page-name": "Module:$1/doc",
"scribunto-doc-page-header": "'''本頁乃用於[[$1]]之文頁面'''",
"scribunto-console-intro": "* 此模塊的導出表存於變量“p”中包括沒有保存的變更。\n* 在一行的前面加上“=”可以將其作為表達式來計算或使用print()。\n* 在模塊代碼中使用mw.log()來向控制台發送消息。",
"scribunto-doc-page-header": "'''本頁乃用於[[$1]]之文頁面'''",
"scribunto-console-intro": "* 此模塊的匯出表存於變量“p”中包括沒有儲存的變更。\n* 在一行的前面加上“=”可以將其作為表達式來計算或使用print()。\n* 在模塊代碼中使用mw.log()來向控制台傳送訊息。",
"scribunto-console-title": "調試控制台",
"scribunto-console-too-large": "此控制台會話太大。請清除控制台歷史記錄或減少模塊的大小。",
"scribunto-console-current-src": "控制台輸入",
@ -32,7 +33,6 @@
"scribunto-lua-in-function-at": "在函數 $1:$2 中",
"scribunto-lua-error-location": "Lua錯誤 $1$2",
"scribunto-lua-error": "Lua錯誤$2。",
"scribunto-lua-noreturn": "腳本錯誤:該模塊未返回一個值,它應該返回導出表。",
"scribunto-lua-notarrayreturn": "腳本錯誤:該模塊返回的不是表,它應該返回導出表。",
"scribunto-luastandalone-proc-error": "Lua錯誤無法創建進程。",
"scribunto-luastandalone-proc-error-proc-open": "Lua錯誤無法創建進程proc_open無法使用。檢查PHP的「disable_functions」指令配置。",