mediawiki-skins-Insurgency/i18n/zh-hans.json
Jon Robson 47a97282aa Make sure MonoBook retains classic labels
We are updating the default menu labels inside core. This has
implications on several messages which are updated here:

// History rather than View history
// Undelete rather than Undelete x edit(s)
// Add topic rather than +

Bug: T301203
Change-Id: I854a0fdaaa53791955b156b7861ea108e1b6c224
2022-02-11 01:52:35 +00:00

26 lines
960 B
JSON
Raw 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": [
"Cwek",
"FakeGreenHand",
"Liuxinyu970226",
"TsuyaMarisa",
"Xiaomingyan"
]
},
"skinname-monobook": "MonoBook",
"monobook-desc": "始于2004年的经典MediaWiki皮肤名字源于作为某本书页面背景的一张黑白照片",
"monobook.css": "/* 这里的任何CSS将为使用MonoBook皮肤的用户加载 */",
"monobook.js": "/* 这里的任何JavaScript将为使用MonoBook皮肤的用户加载 */",
"monobook-jumptotop": "返回顶部",
"monobook-jumptopersonal": "用户工具",
"monobook-jumptonavigation": "跳到导航",
"monobook-jumptosearch": "跳到搜索",
"monobook-more-actions": "更多",
"cactions-mobile": "页面操作",
"monobook-cactions-label": "页面操作",
"monobook-notifications-link": "通知($1",
"monobook-notifications-link-none": "通知",
"monobook-view-history": "历史",
"monobook-action-undelete": "还原{{PLURAL:$1|一次编辑|$1次编辑}}"
}