mediawiki-extensions-Echo/i18n/api/zh-hans.json
Translation updater bot 293ea5b579 Localisation updates from https://translatewiki.net.
Change-Id: Ic495cf332d142edd9bd1e78cc975aa3472c058c1
2024-05-22 09:20:23 +02:00

94 lines
8.1 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": [
"LittlePaw365",
"Liuxinyu970226",
"Shizhao",
"SkyEye FAST",
"Tr jason",
"Yfdyh000",
"忒有钱"
]
},
"apihelp-echocreateevent-summary": "手动触发给用户的通知",
"apihelp-echocreateevent-example": "发送通知",
"apihelp-echocreateevent-param-user": "要发送通知的用户",
"apihelp-echocreateevent-param-header": "通知标题的内容",
"apihelp-echocreateevent-param-content": "通知正文的内容",
"apihelp-echocreateevent-param-page": "要在通知内链接的页面",
"apihelp-echocreateevent-param-section": "通知要送达的分组",
"apihelp-echocreateevent-param-email": "是否同时发送电子邮件",
"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-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-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-param-topic": "要发送通知的APNS主题app bundle ID。",
"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-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-param-notifiertypes": "要返回通知的类型。",
"apihelp-query+notifications-example-1": "列出网页通知",
"apihelp-query+notifications-example-2": "列出网页通知,按分组组合,有计数",
"apihelp-query+notifications-example-3": "列出电子邮件通知",
"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": "该提供商的主题字段必填。"
}