Localisation updates from https://translatewiki.net.

Change-Id: I8601eb41de1ca1d28ca2a1021e7c221627ae11e7
This commit is contained in:
Translation updater bot 2019-04-17 22:13:17 +02:00
parent d7f4812022
commit 42ee9b78cd

View file

@ -10,16 +10,16 @@
"SolidBlock"
]
},
"scribunto-desc": "嵌入脚本语言到MediaWiki页面中的框架",
"scribunto-line": "第$1行",
"scribunto-module-line": "$1的第$2行",
"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-intro": "* 此模块的返回的值存于控制台变量“p”中包括没有保存的变更。\n* 在一行的前面加上“=”可以将其作为表达式来计算或使用print()显示显示表格请使用mw.logObject()。\n* 在模块代码中使用mw.log()和mw.logObject()来向控制台发送消息。",
"scribunto-console-title": "调试控制台",
"scribunto-console-too-large": "此控制台会话太大。请清除控制台历史记录或减少模块的大小。",
"scribunto-console-current-src": "控制台输入",