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

72 lines
4.3 KiB
JSON
Raw Normal View History

{
"@metadata": {
"authors": [
"Liuxinyu970226"
]
},
"linterrors": "Lint错误",
"linterrors-subpage": "Lint错误$1",
"linter-desc": "从外部服务追踪lint错误并向用户显示",
"linter-form-namespace": "名字空间:",
"linter-pager-title": "页面标题",
"linter-pager-template": "通过模板?",
"linter-pager-obsolete-tag-details": "废弃的HTML标签",
"linter-pager-bogus-image-options-details": "伪造的文件选项",
"linter-pager-missing-end-tag-details": "缺少结束标签",
"linter-pager-multi-colon-escape-details": "多括号溢出",
"linter-pager-stripped-tag-details": "剥去的标签",
"linter-pager-self-closed-tag-details": "自封闭标签",
"linter-pager-deletable-table-tag-details": "应被删除的表格标签",
"linter-pager-misnested-tag-details": "应当正确嵌套却未嵌套的标签",
"linter-pager-pwrap-bug-workaround-details": "段落包裹错误解决",
"linter-pager-tidy-whitespace-bug-details": "整理空格错误",
"linter-pager-html5-nesting": "HTML5中的错误嵌套但不在Tidy中",
"linter-category-fostered": "培养的内容",
"linter-category-fostered-desc": "这些页面有培养的内容。",
"linter-category-obsolete-tag": "废弃的HTML标签",
"linter-category-obsolete-tag-desc": "这些页面使用废弃的HTML标签。",
"linter-category-bogus-image-options": "伪造的文件选项",
"linter-category-bogus-image-options-desc": "这些页面有伪造选项的文件。",
"linter-category-missing-end-tag": "缺少结束标签",
"linter-category-missing-end-tag-desc": "这些页面缺少结束标签。",
"linter-category-multi-colon-escape": "多括号溢出",
"linter-category-multi-colon-escape-desc": "这些页面的链接使用多个括号作为前缀。",
"linter-category-stripped-tag": "剥去的标签",
"linter-category-stripped-tag-desc": "这些页面有剥去的标签。",
"linter-category-self-closed-tag": "自封闭标签",
"linter-category-self-closed-tag-desc": "这些页面有自封闭标签。",
"linter-category-deletable-table-tag": "应被删除的表格标签",
"linter-category-deletable-table-tag-desc": "这些页面拥有应被删除的表格标签。",
"linter-category-misnested-tag": "未嵌套标签",
"linter-category-misnested-tag-desc": "这些页面存在可以修复的未嵌套标签。",
"linter-category-pwrap-bug-workaround": "段落包裹错误解决",
"linter-category-pwrap-bug-workaround-desc": "这些页面有可以解决的段落包裹错误。",
"linter-category-tidy-whitespace-bug": "整理空格错误",
"linter-category-tidy-whitespace-bug-desc": "这些页面触发了应处理的整理空格错误。",
"linter-category-html5-misnesting": "在HTML5和HTML4中对错误嵌套的标签有不同的渲染",
"linter-category-html5-misnesting-desc": "与HTML4相比这些错误嵌套标签在HTML5中将有不同表现。",
"linter-numerrors": "$1个{{PLURAL:$1|错误}}",
"linker-page-edit": "编辑",
"linker-page-history": "历史",
"linter-heading-high-priority": "高优先级",
"linter-heading-medium-priority": "中优先级",
"linter-heading-low-priority": "低优先级",
"multi-part-template-block": "输出并非来自一个模板",
"pageinfo-linter": "Lint错误",
"apihelp-query+linterrors-description": "获取lint错误的列表",
"apihelp-query+linterrors-summary": "获取lint错误的列表",
"apihelp-query+linterrors-param-categories": "lint错误的分类",
"apihelp-query+linterrors-param-limit": "要查询的结果数",
"apihelp-query+linterrors-param-from": "查询的起始Lint ID",
"apihelp-query+linterrors-param-namespace": "只包含来自指定名字空间的lint错误",
"apihelp-query+linterrors-example-1": "获取所有废弃标签分类的lint错误",
"apihelp-record-lint-description": "在数据库中记录lint错误",
"apihelp-record-lint-summary": "在数据库中记录lint错误",
"apihelp-record-lint-param-data": "有关错误的JSON编码数据",
"apihelp-record-lint-param-page": "页面标题",
"apihelp-record-lint-param-revision": "找到错误的修订版本ID",
"apihelp-query+linterstats-description": "获取每个分类中的lint错误数",
"apihelp-query+linterstats-summary": "获取每个分类中的lint错误数",
"apihelp-query+linterstats-example-1": "获取每个分类中的lint错误数"
}