mediawiki-extensions-Templa.../i18n/ja.json
Translation updater bot ba1b4be8de Localisation updates from https://translatewiki.net.
Change-Id: Ib4628bbc7d74c10ff43bf6d045e406dc49eb5248
2024-04-15 09:28:54 +02:00

41 lines
3.2 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": [
"Afaz",
"Kkairri",
"Marine-Blue",
"Omotecho",
"Otokoume",
"Shirayuki",
"Waki285"
]
},
"templatestyles-desc": "テンプレートごとにスタイルシートを適用します",
"templatestyles-missing-src": "TemplateStylesの<code>src</code>属性は空にできません。",
"templatestyles-invalid-src": "TemplateStylesの<code>src</code>属性に対するtitleが無効です。",
"templatestyles-invalid-wrapper": "TemplateStylesの<code>wrapper</code>属性に対する値が無効です。",
"templatestyles-bad-src-missing": "[[:$1|$2]]ページに内容がありません。",
"templatestyles-bad-src": "[[:$1|$2]]ページにはTemplateStylesに対応するコンテンツモデルとして「{{int:content-model-sanitized-css}}」が必須です(現状のモデルは「$3」。",
"templatestyles-errorcomment": "スタイルシート[[:$1]] (rev $2) の処理でエラーが発生しました:$3",
"templatestyles-size-exceeded": "スタイルシートが上限値$2を超過しています。",
"templatestyles-end-tag-injection": "提供されたスタイルシートに使用できない<code>&lt;/style</code>が含まれています。",
"content-model-sanitized-css": "サニタイズCSS",
"templatestyles-stylesheet-error-category": "エラーを含むTemplateStyles スタイルシート",
"templatestyles-stylesheet-error-category-desc": "TemplateStyles スタイルシートにエラーがあります。",
"templatestyles-page-error-category": "TemplateStylesのエラーを含むページ",
"templatestyles-page-error-category-desc": "ページで<code><nowiki><templatestyles/></nowiki></code>タグを処理中にエラーが発生しました。",
"templatestyles-error-at-rule-block-not-allowed": "<code>@$3</code>の$1行目$2文字目のブロックは許可されません。",
"templatestyles-error-at-rule-block-required": "<code>@$3</code>の$1行目$2文字目でブロックが必要です。",
"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-qualified-rule": "$1行目$2文字目にスタイル規則が必要です。",
"templatestyles-error-expected-stylesheet": "$1行目$2文字目にスタイルシートが必要です。"
}