mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I76346aacc6cb42cae123bc0afe511cb5d6707476
This commit is contained in:
parent
ef502ed0ef
commit
171c863a48
|
@ -91,6 +91,7 @@
|
|||
"echo-email-batch-body-default": "Imate novo obaveštenje.",
|
||||
"echo-email-footer-default": "$2\n\nDa bi ste promenili koje poruke primate od nas idite u podešavanja:\n{{canonicalurl:{{#special:Preferences}}#mw-prefsection-echo}}\n\n$1",
|
||||
"echo-email-footer-default-html": "Da bi ste promenili koje poruke primate od nas idite u <a href=\"$2\" style=\"text-decoration:none; color: #3868B0;\">podešavanja</a>.<br />\n$1",
|
||||
"echo-notification-message-text-only": "Poruke",
|
||||
"echo-overlay-link": "Sva obaveštenja",
|
||||
"echo-overlay-title": "<b>Obaveštenja</b>",
|
||||
"echo-overlay-title-overflow": "<b>{{PLURAL:$1|Obaveštenja}}</b> (prikaz $1 od $2 nepročitanih)",
|
||||
|
|
|
@ -147,5 +147,14 @@
|
|||
"apihelp-query+notifications-description": "获取当前用户等待的通知。",
|
||||
"apihelp-query+notifications-param-prop": "请求的细节。",
|
||||
"apihelp-query+notifications-param-sections": "要查询的通知部分。",
|
||||
"apihelp-query+notifications-example-1": "通知列表"
|
||||
"apihelp-query+notifications-param-groupbysection": "是否按章节分组结果。如果设置,将分别获取每个章节。",
|
||||
"apihelp-query+notifications-param-format": "如果指定,通知将以此格式返回。",
|
||||
"apihelp-query+notifications-param-limit": "返回通知的最大数量。",
|
||||
"apihelp-query+notifications-param-index": "如果指定,将返回一个按顺序的通知ID列表。",
|
||||
"apihelp-query+notifications-param-alertcontinue": "当有更多警告结果可用时,使用这个继续。",
|
||||
"apihelp-query+notifications-param-alertunreadfirst": "是否首先显示未读的消息通知。",
|
||||
"apihelp-query+notifications-param-messagecontinue": "当有更多消息结果可用时,使用这个继续。",
|
||||
"apihelp-query+notifications-param-messageunreadfirst": "是否首先显示未读的警告通知。",
|
||||
"apihelp-query+notifications-example-1": "通知列表",
|
||||
"apihelp-query+notifications-example-2": "列出通知,按节分组,带有数量"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue