mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I32c15c6bfd9f83d9d42b5f3b03e78df1bc880cb1
This commit is contained in:
parent
f77197953b
commit
4be7adb597
|
@ -6,6 +6,7 @@
|
|||
]
|
||||
},
|
||||
"apihelp-echomarkread-description": "对当前用户标记通知为已读。",
|
||||
"apihelp-echomarkread-summary": "对当前用户标记通知为已读。",
|
||||
"apihelp-echomarkread-param-list": "要标记已读的通知ID列表。",
|
||||
"apihelp-echomarkread-param-unreadlist": "要标记未读的通知ID列表。",
|
||||
"apihelp-echomarkread-param-all": "如果设置,标记一位用户的所有通知为已读。",
|
||||
|
@ -14,16 +15,17 @@
|
|||
"apihelp-echomarkread-example-2": "标记所有通知为已读",
|
||||
"apihelp-echomarkread-example-3": "标记通知1为未读",
|
||||
"apihelp-echomarkseen-description": "对当前用户标记通知为已读。",
|
||||
"apihelp-echomarkseen-summary": "对当前用户标记通知为已读。",
|
||||
"apihelp-echomarkseen-example-1": "标记所有类型的通知为已读",
|
||||
"apihelp-echomarkseen-param-type": "要标记为已读的通知类型:“alert”、“message”或“all”。",
|
||||
"apihelp-echomarkseen-param-timestampFormat": "用于输出的时间戳格式,“ISO_8601”或“MW”。“MW”在此被弃用,因此所有客户端应切换为“ISO_8601”。此参数将被移除,且“ISO_8601”将成为唯一的输出格式。",
|
||||
"apihelp-query+notifications-description": "获取当前用户等待的通知。",
|
||||
"apihelp-query+notifications-summary": "获取当前用户等待的通知。",
|
||||
"apihelp-query+notifications-param-prop": "请求的细节。",
|
||||
"apihelp-query+notifications-param-sections": "要查询的通知部分(也就是说“alert”和“message”的一些结合)。",
|
||||
"apihelp-query+notifications-param-groupbysection": "是否按章节分组结果。如果设置,将分别获取每个章节。",
|
||||
"apihelp-query+notifications-param-filter": "过滤返回的通知。",
|
||||
"apihelp-query+notifications-param-format": "如果指定,通知将以此格式返回。",
|
||||
"apihelp-query+notifications-paramvalue-format-text": "纯文本格式",
|
||||
"apihelp-query+notifications-paramvalue-format-model": "原始通知数据",
|
||||
"apihelp-query+notifications-paramvalue-format-special": "格式化用于Special:Notifications页面(并仅限于此!)不要依赖HTML,这可能在任何指定的时间更改。",
|
||||
"apihelp-query+notifications-paramvalue-format-flyout": "<span class=\"apihelp-deprecated\">已弃用</span>。使用<kbd>$1format=model</kbd>用于原始数据",
|
||||
|
@ -41,6 +43,7 @@
|
|||
"apihelp-query+notifications-example-1": "列举通知",
|
||||
"apihelp-query+notifications-example-2": "列出通知,按节分组,带有数量",
|
||||
"apihelp-query+unreadnotificationpages-description": "获取当前用户未读通知的相关页面。",
|
||||
"apihelp-query+unreadnotificationpages-summary": "获取当前用户未读通知的相关页面。",
|
||||
"apihelp-query+unreadnotificationpages-param-grouppages": "将讨论页与它们的主题页面一起分组,并将未分配给某一页面的通知与当前用户的用户页一起分组。",
|
||||
"apihelp-query+unreadnotificationpages-param-limit": "返回页面的最大数量。",
|
||||
"apihelp-query+unreadnotificationpages-param-wikis": "要取得来自未读通知页面的wiki列表(默认仅当前wiki)。",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
},
|
||||
"prefs-echo": "ការជូនដំណឹង",
|
||||
"prefs-emailsettings": "ជម្រើសទាក់ទិននឹងអ៊ីមែល",
|
||||
"prefs-echosubscriptions": "ជូនដំណឹងដល់ខ្ញុំពីព្រឹត្តិការណ៍ខាងក្រោមនេះ",
|
||||
"echo-pref-send-me": "ផ្ញើមកខ្ញុំនូវ៖",
|
||||
"echo-pref-send-to": "ផ្ញើទៅកាន់៖",
|
||||
"echo-pref-email-format": "ទម្រង់អ៊ីមែល៖",
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
"authors": [
|
||||
"VASANTH S.N.",
|
||||
"Vishwanatha Badikana",
|
||||
"BHARATHESHA ALASANDEMAJALU"
|
||||
"BHARATHESHA ALASANDEMAJALU",
|
||||
"Kiranpoojary"
|
||||
]
|
||||
},
|
||||
"prefs-echo": "ಸೂಚನೆಲು",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|ಈರೆನ}}ಎಚ್ಚರಿಕೆ",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-existing-users-legend": "ಅಸ್ತಿತ್ವೋಡು ಉಪ್ಪಿ ಗಳಸುನಾರ್",
|
||||
"echo-notification-markasread-tooltip": "ಓದುತೆಂದು ಗುರ್ತ ಪಾಡ್ಲೆ",
|
||||
|
|
Loading…
Reference in a new issue