mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-24 16:26:05 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I7632edeb8e0009e498726062771cbbf9217efa9e
This commit is contained in:
parent
c46f814b61
commit
3600ef7d1b
|
@ -5,5 +5,6 @@
|
|||
]
|
||||
},
|
||||
"templatestyles-bad-src-missing": "Säit [[:$1|$2]] huet keen Inhalt.",
|
||||
"content-model-sanitized-css": "Gebotzten CSS"
|
||||
"content-model-sanitized-css": "Gebotzten CSS",
|
||||
"templatestyles-page-error-category": "Säite mat TemplateStyles Feeler"
|
||||
}
|
||||
|
|
10
i18n/sv.json
Normal file
10
i18n/sv.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"WikiPhoenix"
|
||||
]
|
||||
},
|
||||
"templatestyles-stylesheet-error-category": "TemplateStyles-stilmallar med fel",
|
||||
"templatestyles-stylesheet-error-category-desc": "TemplateStyles-stilmallen har ett fel.",
|
||||
"templatestyles-page-error-category": "Sidor med TemplateStyles-fel"
|
||||
}
|
|
@ -14,6 +14,10 @@
|
|||
"templatestyles-size-exceeded": "样式表超过最高大小$2。",
|
||||
"templatestyles-end-tag-injection": "提供的样式表包含<code></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中有无效字符。",
|
||||
|
|
Loading…
Reference in a new issue