diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json index c8655172..0142eb2f 100644 --- a/i18n/zh-hant.json +++ b/i18n/zh-hant.json @@ -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」指令配置。",