mediawiki-extensions-Templa.../i18n/zh-hans.json
Translation updater bot 0b7d08d303 Localisation updates from https://translatewiki.net.
Change-Id: Iba39f1a540018736190e9e14f73b62a296a08079
2024-05-24 09:44:21 +02:00

77 lines
6.5 KiB
JSON
Raw Permalink 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": [
"A2093064",
"LittlePaw365",
"Liuxinyu970226",
"Shizhao",
"Stang",
"Winston Sung",
"Xiplus",
"Yfdyh000"
]
},
"templatestyles": "模板样式TemplateStyles",
"templatestyles-desc": "实现单个模板样式表",
"templatestyles-missing-src": "模板样式的<code>src</code>属性不得为空。",
"templatestyles-invalid-src": "用于模板样式<code>src</code>属性的标题无效。",
"templatestyles-invalid-wrapper": "模板样式的<code>wrapper</code>属性值无效。",
"templatestyles-bad-src-missing": "页面[[:$1|$2]]没有内容。",
"templatestyles-bad-src": "页面[[:$1|$2]]必须具有内容模型“{{int:content-model-sanitized-css}}”用于模板样式(目前的内容模型是“$3”。",
"templatestyles-errorcomment": "解析样式表[[:$1]](修订版本$2时出错$3",
"templatestyles-size-exceeded": "样式表超过最高大小$2。",
"templatestyles-end-tag-injection": "提供的样式表包含<code>&lt;/style</code>,这是不允许的。",
"content-model-sanitized-css": "已过滤的CSS",
"templatestyles-stylesheet-error-category": "有错误的模板样式表",
"templatestyles-stylesheet-error-category-desc": "模板样式表存在错误。",
"templatestyles-page-error-category": "有模板样式错误的页面",
"templatestyles-page-error-category-desc": "处理页面上的<code><nowiki><templatestyles/></nowiki></code>时出现错误。",
"templatestyles-error-at-rule-block-not-allowed": "在第$1行字符$2中不允许将代码块用于<code>@$3</code>。",
"templatestyles-error-at-rule-block-required": "在第$1行字符$2中<code>@$3</code>需要代码块。",
"templatestyles-error-bad-character-in-url": "在第$1行字符$2的URL中有无效字符。",
"templatestyles-error-bad-escape": "在第$1行字符$2的有无效转义字符。",
"templatestyles-error-bad-value-for-property": "在第$1行字符$2中用于属性<code>$3</code>的值无效或不受支持。",
"templatestyles-error-expected-at-rule": "在第$1行字符$2中应有<code>@$3</code>。",
"templatestyles-error-expected-colon": "在第$1行字符$2中应有冒号。",
"templatestyles-error-expected-declaration": "在第$1行字符$2中应有声明。",
"templatestyles-error-expected-declaration-list": "在第$1行字符$2中应有声明列表。",
"templatestyles-error-expected-eof": "在第$1行字符$2中应有样式表结尾。",
"templatestyles-error-expected-ident": "在第$1行字符$2中应有标识符。",
"templatestyles-error-expected-page-margin-at-rule": "在第$1行字符$2中应有<code>@page</code>边界规则。",
"templatestyles-error-expected-qualified-rule": "在第$1行字符$2中应有样式规则。",
"templatestyles-error-expected-stylesheet": "在第$1行字符$2中应有样式表。",
"templatestyles-error-invalid-font-face-at-rule": "在第$1行字符$2中代码块之前不允许任何形式的<code>@font-face</code>。",
"templatestyles-error-invalid-font-feature-value": "在第$1行字符$2中代码块之前不允许任何形式的<code>@$3</code>。",
"templatestyles-error-invalid-font-feature-value-declaration": "在第$1行字符$2中用于字体功能值属性的值无效。",
"templatestyles-error-invalid-font-feature-values-font-list": "在第$1行字符$2中用于<code>@font-feature-values</code>的字体列表无效。",
"templatestyles-error-invalid-import-value": "在第$1行字符$2中用于<code>@import</code>的值无效。",
"templatestyles-error-invalid-keyframe-name": "第$1行第$2个字符处有无效关键帧名。",
"templatestyles-error-invalid-media-query": "在第$1行字符$2中有无效媒体查询。",
"templatestyles-error-invalid-namespace-value": "在第$1行字符$2中用于<code>@namespace</code>的值无效。",
"templatestyles-error-invalid-page-margin-at-rule": "在第$1行字符$2中代码块之前不允许任何形式的<code>@$3</code>。",
"templatestyles-error-invalid-page-rule-content": "在第$1行字符$2中用于<code>@page</code>的内容无效。",
"templatestyles-error-invalid-page-selector": "在第$1行字符$2中有无效的页面选择器。",
"templatestyles-error-invalid-selector-list": "在第$1行字符$2中有无效的选择器列表。",
"templatestyles-error-invalid-supports-condition": "在第$1行字符$2中用于<code>@supports</code>的条件无效。",
"templatestyles-error-misordered-rule": "在第$1行字符$2中存在混乱规则。",
"templatestyles-error-missing-font-feature-values-font-list": "在第$1行字符$2中缺少用于<code>@font-feature-values</code>的字体。",
"templatestyles-error-missing-import-source": "在第$1行字符$2中缺少用于<code>@import</code>的来源。",
"templatestyles-error-missing-keyframe-name": "在第$1行字符$2中缺少用于<code>@keyframes</code>的名称。",
"templatestyles-error-missing-namespace-value": "在第$1行字符$2中缺少用于<code>@namespace</code>的值。",
"templatestyles-error-missing-selector-list": "在第$1行字符$2中缺少选择器列表。",
"templatestyles-error-missing-supports-condition": "在第$1行字符$2中缺少用于<code>@supports</code>的条件。",
"templatestyles-error-missing-value-for-property": "在第$1行字符$2中缺少用于属性<code>$3</code>的值。",
"templatestyles-error-newline-in-string": "在第$1行字符$2的字符串中存在无效换行符。",
"templatestyles-error-recursion-depth-exceeded": "在第$1行字符$2中有太多的嵌套代码块和/或函数。",
"templatestyles-error-unclosed-comment": "第$1行字符$2开始有未闭合的注释。",
"templatestyles-error-unclosed-string": "第$1行字符$2开始有未闭合的字符串。",
"templatestyles-error-unclosed-url": "在第$1行字符$2中有未闭合的URL。",
"templatestyles-error-unexpected-eof": "样式表在第$1行第$2列意外结束。",
"templatestyles-error-unexpected-eof-in-block": "在第$1行字符$2的代码块中存在意外的样式表结尾。",
"templatestyles-error-unexpected-eof-in-function": "在第$1行字符$2的函数中存在意外的样式表结尾。",
"templatestyles-error-unexpected-eof-in-rule": "在第$1行字符$2的规则中存在意外的样式表结尾。",
"templatestyles-error-unexpected-token-in-declaration-list": "在第$1行字符$2的声明列表中存在意外符号。",
"templatestyles-error-unrecognized-property": "在第$1行字符$2中有不被认可或不受支持的属性。",
"templatestyles-error-unrecognized-rule": "在第$1行字符$2中有不被认可或不受支持的规则。"
}