mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-28 02:00:20 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I7eac73a455ac7dca7fca50e076718d3c5d4b76c9
This commit is contained in:
parent
435e06e2f5
commit
df29ffa093
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Liuxinyu970226"
|
||||
"Liuxinyu970226",
|
||||
"A2093064",
|
||||
"Shizhao"
|
||||
]
|
||||
},
|
||||
"templatestyles": "模板样式",
|
||||
"templatestyles-desc": "实施按名字空间的样式表",
|
||||
"templatestyles-desc": "实施基于模板的样式表",
|
||||
"templatestyles-missing-src": "模板样式的<code>src</code>属性不得为空。",
|
||||
"templatestyles-invalid-src": "用于模板样式<code>src</code>属性的标题无效。",
|
||||
"templatestyles-bad-src-missing": "页面[[:$1|$2]]没有内容。",
|
||||
|
@ -13,7 +15,7 @@
|
|||
"templatestyles-errorcomment": "解析样式表[[:$1]](修订版本$2)时出错:$3",
|
||||
"templatestyles-size-exceeded": "样式表超过最高大小$2。",
|
||||
"templatestyles-end-tag-injection": "提供的样式表包含<code></style</code>,这是不允许的。",
|
||||
"content-model-sanitized-css": "纯CSS",
|
||||
"content-model-sanitized-css": "Sanitized CSS",
|
||||
"templatestyles-stylesheet-error-category": "有错误的模板样式表",
|
||||
"templatestyles-stylesheet-error-category-desc": "模板样式表存在错误。",
|
||||
"templatestyles-page-error-category": "有模板样式错误的页面",
|
||||
|
@ -62,7 +64,7 @@
|
|||
"templatestyles-error-unexpected-eof-in-block": "在第$1行字符$2的代码块中存在意外的样式表结尾。",
|
||||
"templatestyles-error-unexpected-eof-in-function": "在第$1行字符$2的函数中存在意外的样式表结尾。",
|
||||
"templatestyles-error-unexpected-eof-in-rule": "在第$1行字符$2的规则中存在意外的样式表结尾。",
|
||||
"templatestyles-error-unexpected-token-in-declaration-list": "在第$1行字符$2的声明列表中存在意外令牌。",
|
||||
"templatestyles-error-unexpected-token-in-declaration-list": "在第$1行字符$2的声明列表中存在意外符号。",
|
||||
"templatestyles-error-unrecognized-property": "在第$1行字符$2中有不被认可或不受支持的属性。",
|
||||
"templatestyles-error-unrecognized-rule": "在第$1行字符$2中有不被认可或不受支持的规则。"
|
||||
}
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Kly"
|
||||
"Kly",
|
||||
"A2093064"
|
||||
]
|
||||
},
|
||||
"templatestyles": "模板樣式",
|
||||
"templatestyles-desc": "實行各模板樣式單",
|
||||
"templatestyles-missing-src": "TemplateStyles 的 <code>src</code> 屬性不可為空。",
|
||||
"templatestyles-invalid-src": "用於 TemplateStyles 的 <code>src</code> 屬性之無效標題。",
|
||||
"templatestyles-desc": "實現基於模板的樣式表",
|
||||
"templatestyles-missing-src": "模板樣式的<code>src</code>屬性不可為空。",
|
||||
"templatestyles-invalid-src": "模板樣式的<code>src</code>屬性的標題是無效的。",
|
||||
"templatestyles-bad-src-missing": "頁面[[:$1|$2]]沒有內容。",
|
||||
"templatestyles-bad-src": "頁面[[:$1|$2]]必須要包含用於 TemplateStyles 的模組「{{int:content-model-sanitized-css}}」(目前的模組是「$3」)。",
|
||||
"templatestyles-errorcomment": "處理樣式表 [[:$1]](修訂版號 $2)錯誤:\n$3",
|
||||
"templatestyles-size-exceeded": "樣式表超出最大大小 $2。",
|
||||
"templatestyles-end-tag-injection": "不允許提供的樣式表裡包含有 <code></style</code>。",
|
||||
"content-model-sanitized-css": "純 CSS",
|
||||
"templatestyles-stylesheet-error-category": "錯誤的 TemplateStyles 樣式表",
|
||||
"templatestyles-stylesheet-error-category-desc": "TemplateStyles 樣式表含有錯誤。",
|
||||
"templatestyles-page-error-category": "帶有 TemplateStyles 錯誤的頁面。",
|
||||
"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>。",
|
||||
|
@ -62,7 +63,7 @@
|
|||
"templatestyles-error-unexpected-eof-in-block": "在第 $1 行裡字元 $2 的區塊中有非預期樣式表結尾。",
|
||||
"templatestyles-error-unexpected-eof-in-function": "在第 $1 行裡字元 $2 的函式有非預期樣式表結尾。",
|
||||
"templatestyles-error-unexpected-eof-in-rule": "在第 $1 行裡字元 $2 的規則有非預期樣式表結尾。",
|
||||
"templatestyles-error-unexpected-token-in-declaration-list": "在第 $1 行裡字元 $2 的聲明有非預期 Token。",
|
||||
"templatestyles-error-unexpected-token-in-declaration-list": "在第 $1 行裡字元 $2 的聲明列表有非預期符號。",
|
||||
"templatestyles-error-unrecognized-property": "在第 $1 行裡字元 $2 有未認定或不支援的屬性。",
|
||||
"templatestyles-error-unrecognized-rule": "在第 $1 行裡字元 $2 有未認定或不支援的規則。"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue