mediawiki-extensions-Scribunto/i18n/zh-hans.json

82 lines
4.6 KiB
JSON
Raw Permalink Normal View History

{
"@metadata": {
"authors": [
"Anterdc99",
"Arthur2e5",
"Duolaimi",
"GuoPC",
"Lakejason0",
"Liangent",
"LittlePaw365",
"Liuxinyu970226",
"SolidBlock",
"Winston Sung",
"Xiaomingyan",
"Yfdyh000",
"沈澄心"
]
},
"content-model-scribunto": "Scribunto模块",
"scribunto-desc": "用于在MediaWiki页面内嵌入脚本语言的框架",
"scribunto-line": "第$1行",
"scribunto-module-line": "$1第$2行",
"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()显示。显示表格请使用mw.logObject()。\n* 在模块代码中使用mw.log()和mw.logObject()来向控制台发送消息。",
"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-error-category-desc": "处理页面嵌入的模块时出错。",
"scribunto-common-nosuchmodule": "脚本错误:没有“$2”这个模块。",
"scribunto-common-nofunction": "脚本错误:您必须指定要调用的函数。",
"scribunto-common-nosuchfunction": "脚本错误:函数“$2”不存在。",
"scribunto-common-notafunction": "脚本错误:“$2”不是函数。",
"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内",
"scribunto-lua-backtrace-line": "$1$2",
"scribunto-lua-error-location": "$1Lua错误$2",
"scribunto-lua-error": "Lua错误$2。",
"scribunto-lua-notarrayreturn": "脚本错误:模块返回了$2值。它应该返回导出表。",
"scribunto-lua-warning": "脚本警告:$1",
"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-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-virtmemusage-value": "$1/$2{{PLURAL:$2|字节}}",
"scribunto-limitreport-estmemusage": "Lua估计的内存使用情况",
"scribunto-limitreport-estmemusage-value": "$1{{PLURAL:$1|字节}}",
"scribunto-limitreport-memusage": "Lua内存使用情况",
"scribunto-limitreport-memusage-value": "$1/$2{{PLURAL:$2|字节}}",
"scribunto-limitreport-profile": "Lua属性",
"scribunto-limitreport-profile-ms": "$1毫秒",
"scribunto-limitreport-profile-percent": "$1%",
"scribunto-limitreport-logs": "Lua日志",
"nstab-module": "模块",
"tooltip-ca-nstab-module": "查看模块页面",
"namespaceinfo-description-ns828": "可从wiki页面调用的Lua代码模块及其文档的命名空间",
"namespaceinfo-description-ns829": "模块及其文档的讨论页面"
}