mediawiki-extensions-Linter/i18n/ja.json

36 lines
2.1 KiB
JSON
Raw Normal View History

{
"@metadata": {
"authors": [
"Otokoume",
"Shirayuki",
"Yusuke1109"
]
},
"linterrors": "Lintエラー",
"linterrors-subpage": "Lintエラー: $1",
"linter-desc": "外部サービスからlintエラーを追跡し、ユーザーに表示する",
"linter-form-namespace": "名前空間:",
"linter-pager-title": "ページ名",
"linter-pager-obsolete-tag-details": "廃止されたHTMLタグ",
"linter-pager-missing-end-tag-details": "不足している終了タグ",
"linter-pager-self-closed-tag-details": "自己終了タグ",
"linter-pager-deletable-table-tag-details": "削除する必要があるTableタグ",
"linter-pager-misnested-tag-details": "適切に入れ子にされるべきである誤ったタグ",
"linter-pager-pwrap-bug-workaround-details": "段落折り返しバグの回避策",
"linter-pager-tidy-whitespace-bug-details": "きちんとした空白のバグ",
"linter-pager-multiple-unclosed-formatting-tags-details": "ページ上に閉じられていない複数の書式設定タグ",
"linter-pager-unclosed-quotes-in-heading-details": "目次から漏れた閉じられていない引用",
"linter-category-obsolete-tag": "廃止されたHTMLタグ",
"linter-category-obsolete-tag-desc": "これらのページでは、廃止されたHTMLタグが使用されています。",
"linter-category-missing-end-tag": "終了タグの不足",
"linter-category-missing-end-tag-desc": "これらのページでは終了タグが不足しています。",
"linter-category-self-closed-tag": "自己終了タグ",
"linter-category-self-closed-tag-desc": "これらのページには自己終了タグがあります。",
"linter-category-multiple-unclosed-formatting-tags": "複数の閉じられていない書式設定タグ",
"linter-category-multiple-unclosed-formatting-tags-desc": "これらのページには複数の閉じられていないタグがあります",
"linter-numerrors": "($1 {{PLURAL:$1|件のエラー}})",
"linter-page-edit": "編集",
"linter-page-history": "履歴",
"apihelp-record-lint-param-page": "ページ名"
}