mediawiki-extensions-Echo/i18n/api/zh-hans.json
Translation updater bot ef3347fc49 Localisation updates from https://translatewiki.net.
Change-Id: Id3ce4b877b2be5294e98f532214fa9f2ca3f6754
2021-08-20 08:24:05 +02:00

87 lines
7.8 KiB
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": [
"Liuxinyu970226",
"Shizhao",
"SkyEye FAST",
"Yfdyh000",
"忒有钱"
]
},
"apihelp-echomarkread-description": "对当前用户标记通知为已读。",
"apihelp-echomarkread-summary": "对当前用户标记通知为已读。",
"apihelp-echomarkread-param-list": "要标记已读的通知ID列表。",
"apihelp-echomarkread-param-unreadlist": "要标记未读的通知ID列表。",
"apihelp-echomarkread-param-all": "如果设置,标记一位用户的所有通知为已读。",
"apihelp-echomarkread-param-sections": "要标记为已读的部分列表。",
"apihelp-echomarkread-param-wikis": "将通知标记为已读的wiki列表默认为仅当前wiki。",
"apihelp-echomarkread-example-1": "标记通知8为已读",
"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-echomute-description": "将来自某些用户或页面的通知静音或取消静音。",
"apihelp-echomute-summary": "将来自某些用户或页面的通知静音或取消静音。",
"apihelp-echomute-param-type": "要添加或移除的静音列表",
"apihelp-echomute-param-mute": "要添加到屏蔽列表的页面或用户",
"apihelp-echomute-param-unmute": "要从静音列表中移除的页面或用户",
"apihelp-echopushsubscriptions-summary": "管理当前用户的推送订阅。",
"apihelp-echopushsubscriptions-param-command": "要执行的操作。",
"apihelp-echopushsubscriptions+create-summary": "为当前用户注册推送订阅。",
"apihelp-echopushsubscriptions+create-param-provider": "为其注册令牌的推送服务提供者。",
"apihelp-echopushsubscriptions+create-param-providertoken": "要注册的令牌。",
"apihelp-echopushsubscriptions+create-example": "为当前用户注册推送订阅。",
"apihelp-echopushsubscriptions+delete-summary": "取消注册当前用户或其他指定用户的推送订阅。",
"apihelp-echopushsubscriptions+delete-param-providertoken": "与取消注册的推送订阅关联的令牌。",
"apihelp-echopushsubscriptions+delete-param-centraluserid": "与取消注册订阅相关联的中央用户ID。",
"apihelp-echopushsubscriptions+delete-example": "取消注册当前用户的推送订阅。",
"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-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>用于原始数据",
"apihelp-query+notifications-paramvalue-format-html": "<span class=\"apihelp-deprecated\">已弃用</span>。使用<kbd>$1format=model</kbd>用于原始数据",
"apihelp-query+notifications-param-limit": "返回通知的最大数量。",
"apihelp-query+notifications-param-wikis": "要检索通知表单的wiki列表默认仅当前wiki。",
"apihelp-query+notifications-param-crosswikisummary": "设置为真以启用外来wiki上通知的摘要通知。",
"apihelp-query+notifications-param-alertcontinue": "当更多提醒结果可用时,使用这个继续。",
"apihelp-query+notifications-param-unreadfirst": "是否首先显示未读通知只当groupbysection未设置时使用。",
"apihelp-query+notifications-param-alertunreadfirst": "是否首先显示未读的消息通知只当groupbysection已设置时使用。",
"apihelp-query+notifications-param-messagecontinue": "当更多消息结果可用时,使用这个继续。",
"apihelp-query+notifications-param-messageunreadfirst": "是否首先显示未读的提醒通知只当groupbysection已设置时使用。",
"apihelp-query+notifications-param-titles": "只返回这些页面的通知。要获取未分配给任何页面的通知,使用[]作为标题。",
"apihelp-query+notifications-param-bundle": "是否根据通知类型捆绑规则,显示兼容捆绑的未读通知。",
"apihelp-query+notifications-example-1": "列举网络通知",
"apihelp-query+notifications-example-2": "列出网络通知,按节分组,带有数量",
"apihelp-query+notifications-example-3": "列举电子邮件通知",
"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。",
"apihelp-query+unreadnotificationpages-example-1": "列举有(对应数量)未读通知的页面",
"apihelp-echoarticlereminder-summary": "请求今后有关特定条目的提醒",
"apihelp-echoarticlereminder-param-pageid": "要提醒用户的有关条目ID",
"apihelp-echoarticlereminder-param-title": "要提醒用户的有关条目标题",
"apihelp-echoarticlereminder-param-timestamp": "提醒用户的时间戳",
"apihelp-echoarticlereminder-param-comment": "包含在提醒中的可选用户注释",
"apihelp-echoarticlereminder-example-1": "为明天创建带注释的条目提醒通知",
"apihelp-echoarticlereminder-example-2": "为明天创建没有注释的条目提醒通知",
"apiwarn-echo-deprecation-timestampformat": "MW时间戳输出格式在此处已弃用。今后输出的时间戳格式将总是使用ISO 8601格式。请调整您的客户端并设置<var>timestampFormat</var>为<kbd>ISO_8601</kbd>",
"apiwarn-echo-deprecation-flyout": "<kbd>notformat=flyout</kbd>已弃用,并将很快被移除。请使用<kbd>notformat=model</kbd>以获取原始数据,或使用<kbd>notformat=special</kbd>以获取预渲染HTML。",
"apiwarn-echo-deprecation-html": "<kbd>notformat=html</kbd>已弃用,并将很快被移除。请改用<kbd>notformat=special</kbd>。",
"apierror-echo-event-creation-failed": "无法创建Echo活动",
"apierror-echo-push-token-exists": "提供的令牌已存在于数据库中。",
"apierror-echo-push-token-not-found": "在数据库中找不到提供的令牌。",
"apierror-echo-push-too-many-subscriptions": "当前用户已经注册了最大允许数量的推送订阅 ($1)。",
"apierror-echo-push-topic-required": "此提供程序需要主题字段。"
}