mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-28 01:30:05 +00:00
53e94320fe
Change-Id: I19212ce514e7c067fc5e5b8bd7415c5c6703546d
61 lines
3.4 KiB
JSON
61 lines
3.4 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Cwlin0416",
|
||
"Liuxinyu970226",
|
||
"A2093064",
|
||
"Kanashimi",
|
||
"LNDDYL"
|
||
]
|
||
},
|
||
"linterrors": "Lint 錯誤",
|
||
"linterrors-subpage": "Lint 錯誤:$1",
|
||
"linter-desc": "自外部服務追蹤 lint 錯誤,並且對使用者顯示",
|
||
"linter-form-namespace": "命名空間:",
|
||
"linter-pager-title": "頁面標題",
|
||
"linter-pager-template": "通過模板?",
|
||
"linter-pager-bogus-image-options-details": "有問題的檔案選項",
|
||
"linter-pager-missing-end-tag-details": "缺少結束標籤",
|
||
"linter-category-fostered": "表格中不合法內容",
|
||
"linter-category-fostered-desc": "這些頁面的表格中含有不合法內容。",
|
||
"linter-category-obsolete-tag": "過時的HTML標籤",
|
||
"linter-category-bogus-image-options": "有問題的檔案選項",
|
||
"linter-category-bogus-image-options-desc": "這些頁面有些圖片或檔案含有錯誤的選項。",
|
||
"linter-category-missing-end-tag": "缺少結束標籤",
|
||
"linter-category-multi-colon-escape": "多餘的冒號",
|
||
"linter-category-stripped-tag": "被忽略的標籤",
|
||
"linter-category-self-closed-tag": "自封閉標籤",
|
||
"linter-category-deletable-table-tag": "應被刪除的表格標籤",
|
||
"linter-category-deletable-table-tag-desc": "這些頁面擁有應被刪除的表格標籤。",
|
||
"linter-category-misnested-tag": "未嵌套標籤",
|
||
"linter-category-tidy-whitespace-bug": "Tidy空格錯誤",
|
||
"linter-category-html5-misnesting": "在HTML5和HTML4中對錯誤嵌套的標籤有不同的渲染",
|
||
"linter-category-tidy-font-bug": "涉及字體標籤包裹連結的Tidy錯誤",
|
||
"linter-category-multiple-unclosed-formatting-tags": "多處未閉合格式化標籤",
|
||
"linter-category-multiple-unclosed-formatting-tags-desc": "這些頁面有多處未閉合的格式化標籤",
|
||
"linter-category-unclosed-quotes-in-heading": "標題中未閉合引用",
|
||
"linter-category-multiline-html-table-in-list": "清單裡多行表格",
|
||
"linter-category-misc-tidy-replacement-issues": "其他Tidy替換問題",
|
||
"linter-category-misc-tidy-replacement-issues-desc": "這些頁面有當Tidy被替換時會影響到渲染的問題",
|
||
"linter-numerrors": "($1個{{PLURAL:$1|錯誤}})",
|
||
"linter-page-edit": "編輯",
|
||
"linter-page-history": "歷史",
|
||
"linter-heading-high-priority": "高優先級",
|
||
"linter-heading-medium-priority": "中優先級",
|
||
"linter-heading-low-priority": "低優先級",
|
||
"pageinfo-linter": "Lint 錯誤",
|
||
"apihelp-query+linterrors-description": "取得 lint 錯誤的清單",
|
||
"apihelp-query+linterrors-summary": "取得 lint 錯誤的清單",
|
||
"apihelp-query+linterrors-param-categories": "lint 錯誤的分類",
|
||
"apihelp-query+linterrors-param-namespace": "僅包括來自指定命名空間的 lint 錯誤",
|
||
"apihelp-query+linterrors-param-pageid": "僅包括來自指定頁面 ID 的 lint 錯誤",
|
||
"apihelp-query+linterrors-example-1": "取得所有過時標籤分類的 lint 錯誤",
|
||
"apihelp-record-lint-description": "在資料庫內記錄 lint 錯誤",
|
||
"apihelp-record-lint-summary": "在資料庫內記錄 lint 錯誤",
|
||
"apihelp-record-lint-param-page": "頁面標題",
|
||
"apihelp-query+linterstats-description": "取得每個分類內的 lint 錯誤量",
|
||
"apihelp-query+linterstats-summary": "取得每個分類內的 lint 錯誤量",
|
||
"apihelp-query+linterstats-example-1": "取得每個分類內的 lint 錯誤量",
|
||
"apierror-linter-invalid-ip": "您的 IP 位址尚未被列為白名單,故不能回報 lint 錯誤"
|
||
}
|