mediawiki-extensions-Scribunto/i18n/zh-hans.json
Translation updater bot ee4f9b3346 Localisation updates from https://translatewiki.net.
Change-Id: I4d3e42c9f52ae6f5e5bfd4d3f517604202879f6d
2014-04-13 19:17:22 +00:00

63 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Liangent",
"Liuxinyu970226",
"Xiaomingyan",
"Yfdyh000"
]
},
"scribunto-desc": "嵌入脚本语言到MediaWiki页面中的框架",
"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",
"scribunto-doc-page-name": "Module:$1/doc",
"scribunto-doc-page-does-not-exist": "''此模块的文档可以在[[$1]]创建''",
"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": "控制台输入",
"scribunto-console-clear": "清除",
"scribunto-console-cleared": "控制台状态已清除,因为模块已更新。",
"scribunto-console-cleared-session-lost": "控制台状态已清除,因为会话数据已丢失。",
"scribunto-common-error-category": "有脚本错误的页面",
"scribunto-common-nosuchmodule": "脚本错误:没有这个模块。",
"scribunto-common-nofunction": "脚本错误:您必须指定要调用的函数。",
"scribunto-common-nosuchfunction": "脚本错误:您指定的函数不存在。",
"scribunto-common-timeout": "为运行的脚本分配的时间已耗尽。",
"scribunto-common-oom": "运行的脚本超出允许的内存用量。",
"scribunto-common-backtrace": "回溯:",
"scribunto-lua-in-function": "在函数“$1”中",
"scribunto-lua-in-main": "在主块中",
"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-msg": "Lua错误无法创建进程$2",
"scribunto-luastandalone-proc-error-proc-open": "Lua错误无法创建进程proc_open不可用。请检查PHP的指令配置“disable_functions”。",
"scribunto-luastandalone-proc-error-safe-mode": "Lua错误无法创建进程。另请注意PHP已废弃的指令“safe_mode”已启用。",
"scribunto-luastandalone-decode-error": "Lua错误内部错误无法解码消息。",
"scribunto-luastandalone-write-error": "Lua错误内部错误写入管道时出错。",
"scribunto-luastandalone-read-error": "Lua错误内部错误从管道读取时出错。",
"scribunto-luastandalone-gone": "Lua错误内部错误解释器已退出。",
"scribunto-luastandalone-signal": "Lua错误内部错误解释器因收到信号“$2”而终止。",
"scribunto-luastandalone-exited": "Lua错误内部错误解释器已退出状态为$2。",
"scribunto-module-with-errors-category": "有错误的Scribunto模块",
"scribunto-module-with-errors-category-desc": "该模块有错误。",
"scribunto-limitreport-timeusage": "Lua使用时间",
"scribunto-limitreport-timeusage-value": "$1/$2秒",
"scribunto-limitreport-virtmemusage": "Lua虚拟尺寸",
"scribunto-limitreport-estmemusage": "Lua估计的内存使用情况",
"scribunto-limitreport-memusage": "Lua内存使用情况",
"scribunto-limitreport-profile": "Lua属性",
"scribunto-limitreport-profile-ms": "$1毫秒",
"scribunto-limitreport-profile-percent": "$1%"
}