mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I8df1f405056de627ac961f8354a471eb083ca37b
This commit is contained in:
parent
3e753c03bd
commit
3383441a39
|
@ -11,80 +11,80 @@
|
|||
]
|
||||
},
|
||||
"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-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-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-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-summary": "屏蔽或取消屏蔽来自特定用户或页面的通知。",
|
||||
"apihelp-echomute-param-type": "要执行操作的屏蔽列表",
|
||||
"apihelp-echomute-param-mute": "要添加到屏蔽列表的页面或用户",
|
||||
"apihelp-echomute-param-unmute": "要从静音列表中移除的页面或用户",
|
||||
"apihelp-echomute-param-unmute": "要从屏蔽列表移除的页面或用户",
|
||||
"apihelp-echopushsubscriptions-summary": "管理当前用户的推送订阅。",
|
||||
"apihelp-echopushsubscriptions-param-command": "要执行的操作。",
|
||||
"apihelp-echopushsubscriptions+create-summary": "为当前用户注册推送订阅。",
|
||||
"apihelp-echopushsubscriptions+create-param-provider": "为其注册令牌的推送服务提供者。",
|
||||
"apihelp-echopushsubscriptions+create-param-provider": "要注册令牌的推送服务提供商。",
|
||||
"apihelp-echopushsubscriptions+create-param-providertoken": "要注册的令牌。",
|
||||
"apihelp-echopushsubscriptions+create-param-topic": "要发送通知的 APNS 主题(应用程序包 ID)。",
|
||||
"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-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-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-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-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-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+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-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活动",
|
||||
"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": "此提供程序需要主题字段。"
|
||||
"apierror-echo-push-too-many-subscriptions": "当前用户已注册了最大允许数量的推送订阅($1)。",
|
||||
"apierror-echo-push-topic-required": "该提供商的主题字段必填。"
|
||||
}
|
||||
|
|
76
i18n/cv.json
76
i18n/cv.json
|
@ -5,13 +5,36 @@
|
|||
"Astahar"
|
||||
]
|
||||
},
|
||||
"echo-pref-send-me": "Мана ярса памалла:",
|
||||
"echo-pref-send-to": "Ҫак адреспа ямалла:",
|
||||
"echo-pref-email-format": "Ҫырусен формачӗ:",
|
||||
"echo-pref-web": "Веб",
|
||||
"echo-pref-email": "Эл. почта",
|
||||
"echo-pref-push": "Приложенисем",
|
||||
"echo-pref-email-frequency-never": "Систерӳсене ман пата эл. почтӑпа ямалла мар",
|
||||
"echo-pref-email-frequency-immediately": "Пухӑннӑ май хӑш-пӗр уйрӑм систерӳсене",
|
||||
"echo-pref-email-frequency-daily": "Кун хушшинче пухӑннӑ систерӳсене",
|
||||
"echo-pref-email-frequency-weekly": "Эрне хушшинче пухӑннӑ систерӳсене",
|
||||
"echo-pref-email-format-html": "HTML",
|
||||
"echo-pref-email-format-plain-text": "Ахаль текст",
|
||||
"echo-pref-cross-wiki-notifications": "Ытти викисенчи систерӳсене кӑтартмалла",
|
||||
"echo-learn-more": "Ытларах пӗл",
|
||||
"echo-log": "Пурте куракан журнал",
|
||||
"echo-new-messages": "Ҫӗнӗ сообщенисем",
|
||||
"echo-category-title-edit-user-talk": "Манӑн сӳтсе яву страницинчи {{PLURAL:$1|тӳрлетӳ|тӳрлетӳсем}}",
|
||||
"echo-category-title-article-linked": "{{PLURAL:$1|1=Страницӑри каҫӑ|Страницӑри каҫӑсем}}",
|
||||
"echo-category-title-reverted": "Тӳрлетӳсене {{PLURAL:$1|1=пӑрахӑҫлани|пӑрахӑҫланисем}}",
|
||||
"echo-category-title-mention": "{{PLURAL:$1|1=Асӑнни|Асӑннисем}}",
|
||||
"echo-category-title-mention-failure": "{{PLURAL:$1|Ӑнӑҫсӑр асӑнни|Ӑнӑҫсӑр асӑннисем}}",
|
||||
"echo-category-title-mention-success": "{{PLURAL:$1|Ӑнӑҫлӑ асӑнни|Ӑнӑҫлӑ асӑннисем}}",
|
||||
"echo-category-title-other": "{{PLURAL:$1|Ытти}}",
|
||||
"echo-category-title-system": "{{PLURAL:$1|Системӑри}}",
|
||||
"echo-category-title-system-noemail": "{{PLURAL:$1|Системӑри}}",
|
||||
"echo-category-title-system-emailonly": "{{PLURAL:$1|Системӑри}}",
|
||||
"echo-category-title-user-rights": "Хутшӑнаканӑн {{PLURAL:$1|правине|прависене}} улӑштарни",
|
||||
"echo-category-title-emailuser": "{{PLURAL:$1|Тепӗр хутшӑнаканран|Ытти хутшӑнакансенчен}} килнӗ электронлӑ почта",
|
||||
"echo-category-title-article-reminder": "{{PLURAL:$1|Аса илтерекен}} страница",
|
||||
"echo-category-title-thank-you-edit": "Тӳрлетӳсенчи {{PLURAL:$1|тапхӑр|тапхӑрсем}}",
|
||||
"echo-category-title-watchlist": "Сӑнакан страницӑри тӳрлетӳсем",
|
||||
"echo-category-title-minor-watchlist": "Сӑнакан страницӑри пӗчӗк тӳрлетӳ",
|
||||
"echo-pref-tooltip-edit-user-talk": "Ман сӳтсе яву страницине кам та пулин тӳрлетсен мана пӗлтермелле",
|
||||
|
@ -27,13 +50,47 @@
|
|||
"echo-pref-tooltip-watchlist": "Эпӗ сӑнакан страницӑсенче кам та пулин тӳрлетӳ (пӗчӗкки мар) тӑвать пулсан мана систермелле.",
|
||||
"echo-pref-tooltip-minor-watchlist": "Эпӗ сӑнакан страницӑсенче кам та пулин пӗчӗк тӳрлетӳ тӑвать пулсан мана систермелле.",
|
||||
"notifications": "Систерӳсем",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|Сирӗн}} систерӳсем",
|
||||
"tooltip-pt-notifications-notice": "{{GENDER:|Сире}} систермеллисем",
|
||||
"echo-displaynotificationsconfiguration": "Систерӳсен ӗнерлевне кӑтарт",
|
||||
"echo-displaynotificationsconfiguration-summary": "Кунта эсир ҫак вики-сайтри систерӳсене ӗнерлемелли майсене куратӑр.",
|
||||
"echo-displaynotificationsconfiguration-notifications-by-category-header": "Систерӳсем категорисемпе",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-header": "Тӗссемпе сортлани",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-legend": "Кашни систерӳ тӗсӗ мӗнле пайсене сортлани",
|
||||
"echo-displaynotificationsconfiguration-available-notification-methods-header": "Ирӗк панӑ систерӳ мелӗсем",
|
||||
"echo-displaynotificationsconfiguration-available-notification-methods-by-category-legend": "Кашни категорире мӗнле систерӳсемпе усӑ курма май пурри",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-header": "Ахаль чухне ӗҫлет",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-existing-users-legend": "Вырнаҫӑннӑ хутшӑнакансем",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-new-users-legend": "Ҫӗнӗ хутшӑнакансем",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-header": "Кирлӗ систерӳ мелӗсем",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-by-category-legend": "Кашни категорире мӗнле систерӳсемпе усӑ курмаллах",
|
||||
"echo-specialpage": "Систерӳсем",
|
||||
"echo-specialpage-section-markread": "Ушкӑна паллашнӑ пек палӑрт",
|
||||
"echo-specialpage-markasread": "Систерӳ: паллашнӑ пек палӑрт",
|
||||
"echo-specialpage-markasread-invalid-id": "Пулӑмӑн йӑнӑш идентификаторӗ",
|
||||
"echo-specialpage-pagefilterwidget-aria-label": "Википе тата страница ячӗпе фильтраласси",
|
||||
"echo-specialpage-special-help-menu-widget-aria-label": "Хушма опцисемпе систерӳсен ӗнерлевӗсем",
|
||||
"echo-specialpage-pagination-numnotifications": "$1 {{PLURAL:$1|систерӳ}}",
|
||||
"echo-specialpage-pagefilters-title": "Хальтерехри ӗҫсем",
|
||||
"echo-specialpage-pagefilters-subtitle": "Паллашман систерӳсемлӗ страницӑсем",
|
||||
"notificationsmarkread-legend": "Систерӗве паллашнӑ пек палӑрт",
|
||||
"echo-none": "Сире нимӗн енчен те систермен.",
|
||||
"echo-api-failure": "Систерӳсене илме май килмерӗ.",
|
||||
"echo-api-failure-cross-wiki": "Тулашри домен ҫыхӑнма ирӗк памарӗ.",
|
||||
"echo-notification-placeholder": "Систерӳсем ҫук.",
|
||||
"echo-notification-placeholder-filters": "Палӑртнӑ критерисене тивӗҫтерекен систерӳсем ҫук.",
|
||||
"echo-notification-loginrequired": "Систерӳсемпе паллашмашкӑн сирӗн малтан системӑна кӗмелле.",
|
||||
"echo-notification-popup-loginrequired": "Систерӳсемпе паллашас тесен, тархасшӑн, системӑна кӗрӗр.",
|
||||
"echo-notification-markasread": "Вуланӑ пек палӑрт",
|
||||
"echo-notification-markasunread": "Вуламан пек палӑрт",
|
||||
"echo-notification-markasread-tooltip": "Вуланӑ пек палӑрт",
|
||||
"echo-notification-more-options-tooltip": "Анлӑрах опцисем",
|
||||
"notification-dynamic-actions-mute-page-linked": "«$1» ҫинчи каҫӑ пирки систернисене {{GENDER:$2|шута илмелле мар}}",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation": "«$1» страница валли «страницӑри каҫӑ» систерӳсем малашне ӗҫлемӗҫ",
|
||||
"notification-link-text-expand-all": "Сар",
|
||||
"notification-link-text-expand-alert-count": " {{PLURAL:$1|$1 пӗлтерӳ}} кӑтарт",
|
||||
"notification-link-text-expand-notice-count": "{{PLURAL:$1|$1 сообщени}} кӑтарт",
|
||||
"notification-link-text-expand-all-count": "{{PLURAL:$1|$1 систерӳ}} кӑтарт",
|
||||
"notification-link-text-collapse-all": "Хуп",
|
||||
"notification-link-text-view-message": "Сообщенипе паллаш",
|
||||
"notification-link-text-view-mention": "Асӑннипе паллаш",
|
||||
|
@ -52,5 +109,22 @@
|
|||
"notification-timestamp-yesterday": "Ӗнер",
|
||||
"notification-inbox-filter-read": "Вуланисем",
|
||||
"notification-inbox-filter-unread": "Вуаманнисем",
|
||||
"notification-inbox-filter-all": "Пурте"
|
||||
"notification-inbox-filter-all": "Пурте",
|
||||
"echo-notification-alert-text-only": "Пӗлтерӳсем",
|
||||
"echo-notification-notice-text-only": "Систерӳсем",
|
||||
"echo-overlay-link": "Мӗнпур систерӳ",
|
||||
"echo-overlay-title": "<b>Систерӳсем</b>",
|
||||
"echo-mark-all-as-read-confirmation": "$1 {{PLURAL:$1|систерӗве паллашнӑ пек палӑртнӑ}}",
|
||||
"echo-displaysnippet-title": "Ҫӗнӗ систерӳ",
|
||||
"echo-date-today": "Паян",
|
||||
"echo-date-yesterday": "Ӗнер",
|
||||
"notification-bundle-header-edit-user-talk-v2": "{{GENDER:$3|Сирӗн}} хутшӑнакан страницинче $1 {{PLURAL:$1|ҫӗнӗ сообщени|100=99+ ҫӗнӗ сообщени}} пур.",
|
||||
"echo-email-batch-subject-daily": "«{{SITENAME}}» проектра сире {{PLURAL:$2|$2 ҫӗнӗ пӗлтерӳ|1=ҫӗнӗ пӗлтерӳ}} ҫитерсе панӑ",
|
||||
"echo-email-batch-subject-weekly": "«{{SITENAME}}» проектра эсир ку эрнере {{PLURAL:$2|$2 ҫӗнӗ систерӳ|1=ҫӗнӗ систерӳ}} илнӗ",
|
||||
"echo-email-batch-body-intro-daily": "Салам, $1!\n{{SITENAME}} ҫинче паян ҫакӑн пек ӗҫсем пулса иртнӗ.",
|
||||
"echo-email-batch-body-intro-weekly": "Салам, $1!\n{{SITENAME}} ҫинче эрне хушшинче ҫакӑн пек ӗҫсем пулса иртнӗ.",
|
||||
"echo-email-batch-link-text-view-all-notifications": "Мӗнпур систерӳсемпе паллаш",
|
||||
"notification-header-foreign-alert": "{{PLURAL:$5|Тепӗр викирен|$5 ытти викирен}} ытларах пӗлтерӳ ил",
|
||||
"notification-header-foreign-notice": "{{PLURAL:$5|Тепӗр викирен|$5 ытти викирен}} ытларах систерӳ ил",
|
||||
"notification-header-foreign-all": "{{PLURAL:$5|Тепӗр викирен|$5 ытти викирен}} ытларах систерӳ ил"
|
||||
}
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
"notification-inbox-filter-all": "Барысы да",
|
||||
"echo-specialmute-label-mute-notifications": "Бу {{GENDER:$1|хайырланыучудан}} келген хапарландырыуланы тауушсуз эт",
|
||||
"echo-email-plain-footer": "Къайсы электрон мектубланы {{GENDER:$1|сизге}} джибергенибизни контроль этер ючюн {{GENDER:$1|сизни}} джарашдырыуларыгъызны контроль этигиз.",
|
||||
"echo-email-html-footer-preference-link-text": "{{GENDER:$1|Джарашдырыуларыгъызны}} контроль этигзи",
|
||||
"echo-email-html-footer-preference-link-text": "{{GENDER:$1|Джарашдырыуларыгъызны}} контроль этигиз",
|
||||
"echo-email-html-footer-with-link": "{{GENDER:$2|Сизге}} къайсы электрон мектубланы джибергенибизни контроль этер ючюн $1.",
|
||||
"echo-notification-alert": "{{PLURAL:$1|Билдириу ($1)|Билдириуле ($1)|100=Билдириуле (99+)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|Хапарландырыу ($1)|Хапарландырыула ($1)|100=Хапарландырыула (99+)}}",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"Satdeep gill",
|
||||
"Tow",
|
||||
"ਪ੍ਰਚਾਰਕ",
|
||||
"Kuldeepburjbhalaike"
|
||||
"Kuldeepburjbhalaike",
|
||||
"Cabal"
|
||||
]
|
||||
},
|
||||
"echo-desc": "ਘਟਨਾਵਾਂ ਅਤੇ ਸੰਦੇਸ਼ਾਂ ਬਾਰੇ ਵਰਤੋਂਕਾਰਾਂ ਨੂੰ ਸੂਚਿਤ ਕਰਨ ਲਈ ਪ੍ਰਣਾਲੀ",
|
||||
|
@ -136,7 +137,7 @@
|
|||
"notification-timestamp-yesterday": "ਬੀਤਿਆ ਕੱਲ੍ਹ",
|
||||
"notification-inbox-filter-read": "ਪੜ੍ਹੇ ਹੋਏ",
|
||||
"notification-inbox-filter-unread": "ਅਣ-ਪੜ੍ਹਿਆ",
|
||||
"notification-inbox-filter-all": "ਸਭ",
|
||||
"notification-inbox-filter-all": "ਸਾਰੇ",
|
||||
"echo-email-html-footer-preference-link-text": "{{GENDER:$1|ਤੁਹਾਡੀਆਂ}} ਤਰਜੀਹਾਂ ਜਾਂਚੋ",
|
||||
"echo-notification-alert": "{{PLURAL:$1|ਚੌਕਸੀ ($1)|ਚੌਕਸੀਆਂ ($1)|100=ਚੌਕਸੀਆਂ (99+)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|ਨੋਟਿਸ ($1)|100=ਨੋਟਿਸ (99+)}}",
|
||||
|
|
|
@ -66,26 +66,26 @@
|
|||
"Aaron Liu"
|
||||
]
|
||||
},
|
||||
"echo-desc": "用于通知用户有关活动和消息的系统",
|
||||
"echo-desc": "用于通知用户事件和留言的系统",
|
||||
"prefs-echo": "通知",
|
||||
"prefs-description-echo": "选择{{GENDER:|您}}想接收哪些通知以及如何接收它们。",
|
||||
"prefs-description-echo": "选择{{GENDER:|您}}想获取的通知类别以及接收方法。",
|
||||
"prefs-emailsettings": "电子邮件选项",
|
||||
"prefs-echosubscriptions": "通知我这些事件",
|
||||
"prefs-echocrosswiki": "跨wiki通知",
|
||||
"prefs-blocknotificationslist": "屏蔽用户",
|
||||
"prefs-mutedpageslist": "屏蔽来自页面的通知",
|
||||
"prefs-blocknotificationslist": "屏蔽的用户",
|
||||
"prefs-mutedpageslist": "屏蔽页面链接通知的页面",
|
||||
"prefs-echopollupdates": "实时通知",
|
||||
"echo-mobile-notifications-filter-title": "过滤通知",
|
||||
"echo-pref-show-poll-updates": "实时显示新通知",
|
||||
"echo-pref-show-poll-updates-help": "在标题栏显示未读通知的数量,当通知到达时立即显示每一条通知的片段。",
|
||||
"echo-mobile-notifications-filter-title": "筛选通知",
|
||||
"echo-pref-show-poll-updates": "实时显示新收到的通知",
|
||||
"echo-pref-show-poll-updates-help": "在标题栏显示未读通知的数量,并在每条通知到达时立即显示其片段。",
|
||||
"echo-pref-send-me": "给我发送:",
|
||||
"echo-pref-send-to": "发送至:",
|
||||
"echo-pref-email-format": "电子邮件格式:",
|
||||
"echo-pref-web": "网页",
|
||||
"echo-pref-email": "电子邮件",
|
||||
"echo-pref-push": "应用程序",
|
||||
"echo-pref-push": "应用",
|
||||
"echo-pref-email-frequency-never": "不要给我发送任何电子邮件通知",
|
||||
"echo-pref-email-frequency-immediately": "收到的每个通知的电子邮件",
|
||||
"echo-pref-email-frequency-immediately": "每个事件的单独通知",
|
||||
"echo-pref-email-frequency-daily": "每日一次通知摘要",
|
||||
"echo-pref-email-frequency-weekly": "每周一次通知摘要",
|
||||
"echo-pref-email-format-html": "HTML",
|
||||
|
@ -93,161 +93,161 @@
|
|||
"echo-pref-cross-wiki-notifications": "显示来自其他wiki的通知",
|
||||
"echo-pref-notifications-blacklist": "不显示来自这些用户的通知([[mw:Special:MyLanguage/Help:Notifications#mute|了解更多]])",
|
||||
"echo-pref-notifications-page-linked-title-muted-list": "不显示来自这些页面的链接提醒。([[mw:Special:MyLanguage/Help:Notifications#mute|了解更多]])",
|
||||
"echo-pref-dont-email-read-notifications": "不要在通知摘要邮件中包含已读通知",
|
||||
"echo-learn-more": "了解详情",
|
||||
"echo-log": "日志",
|
||||
"echo-new-messages": "您有新的讨论页消息",
|
||||
"echo-pref-dont-email-read-notifications": "不在通知摘要邮件里包括已读通知",
|
||||
"echo-learn-more": "了解更多",
|
||||
"echo-log": "公开日志",
|
||||
"echo-new-messages": "您有新讨论页留言",
|
||||
"echo-category-title-edit-user-talk": "讨论页{{PLURAL:$1|编辑}}",
|
||||
"echo-category-title-article-linked": "页面{{PLURAL:$1|链接}}",
|
||||
"echo-category-title-reverted": "编辑{{PLURAL:$1|还原}}",
|
||||
"echo-category-title-reverted": "编辑{{PLURAL:$1|复原}}",
|
||||
"echo-category-title-mention": "{{PLURAL:$1|提及}}",
|
||||
"echo-category-title-mention-failure": "失败{{PLURAL:$1|提及}}",
|
||||
"echo-category-title-mention-success": "成功{{PLURAL:$1|提及}}",
|
||||
"echo-category-title-mention-failure": "{{PLURAL:$1|提及}}他人失败",
|
||||
"echo-category-title-mention-success": "{{PLURAL:$1|提及}}他人成功",
|
||||
"echo-category-title-other": "{{PLURAL:$1|其他}}",
|
||||
"echo-category-title-system": "{{PLURAL:$1|系统}}",
|
||||
"echo-category-title-system-noemail": "{{PLURAL:$1|系统}}",
|
||||
"echo-category-title-system-emailonly": "{{PLURAL:$1|系统}}",
|
||||
"echo-category-title-user-rights": "{{PLURAL:$1|用户权限更改}}",
|
||||
"echo-category-title-emailuser": "{{PLURAL:$1|来自其他用户的电子邮件}}",
|
||||
"echo-category-title-article-reminder": "页面{{PLURAL:$1|提示}}",
|
||||
"echo-category-title-emailuser": "{{PLURAL:$1|其他用户邮件联系}}",
|
||||
"echo-category-title-article-reminder": "页面{{PLURAL:$1|提醒}}",
|
||||
"echo-category-title-thank-you-edit": "编辑{{PLURAL:$1|里程碑}}",
|
||||
"echo-category-title-watchlist": "监视列表的页面编辑",
|
||||
"echo-category-title-minor-watchlist": "监视列表的页面小编辑",
|
||||
"echo-category-title-watchlist": "监视的页面的编辑",
|
||||
"echo-category-title-minor-watchlist": "监视的页面的小编辑",
|
||||
"echo-pref-tooltip-edit-user-talk": "当有人编辑我的用户讨论页时通知我。",
|
||||
"echo-pref-tooltip-article-linked": "当有人在其他页面链接我创建的页面时通知我。",
|
||||
"echo-pref-tooltip-reverted": "当有人用撤销或回退工具来还原我的编辑时通知我。",
|
||||
"echo-pref-tooltip-reverted": "当有人用撤销或回退工具把我的编辑复原为旧版本时通知我。",
|
||||
"echo-pref-tooltip-mention": "当有人链接我的用户页时通知我。",
|
||||
"echo-pref-tooltip-mention-failure": "当我不能向某人发送提及时通知我。",
|
||||
"echo-pref-tooltip-mention-success": "当我向某人发送提及时通知我。",
|
||||
"echo-pref-tooltip-user-rights": "当有人更新我的用户权限时通知我。",
|
||||
"echo-pref-tooltip-emailuser": "当有人向我发送电子邮件时通知我。",
|
||||
"echo-pref-tooltip-article-reminder": "当我请求时,通知我有关该页面的消息。",
|
||||
"echo-pref-tooltip-thank-you-edit": "当我达成第1、10、100次等编辑时通知我。",
|
||||
"echo-pref-tooltip-watchlist": "当有人对我的监视列表里的页面做出(非小)编辑时通知我。",
|
||||
"echo-pref-tooltip-minor-watchlist": "当有人对我的监视列表里的页面做出小编辑时通知我。",
|
||||
"echo-pref-tooltip-mention-failure": "当我无法给某人发送提及时通知我。",
|
||||
"echo-pref-tooltip-mention-success": "当我成功给某人发送提及时通知我。",
|
||||
"echo-pref-tooltip-user-rights": "当有人更改我的用户权限时通知我。",
|
||||
"echo-pref-tooltip-emailuser": "当有人用电子邮件联系我时通知我。",
|
||||
"echo-pref-tooltip-article-reminder": "按我的要求通知我查看该页面。",
|
||||
"echo-pref-tooltip-thank-you-edit": "当我达成第1、10、100等次编辑时通知我。",
|
||||
"echo-pref-tooltip-watchlist": "当有人对我监视列表内的页面作出(非小)编辑时通知我。",
|
||||
"echo-pref-tooltip-minor-watchlist": "当有人对我监视列表内的页面作出小编辑时通知我。",
|
||||
"notifications": "通知",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|您的}}提醒",
|
||||
"tooltip-pt-notifications-notice": "{{GENDER:|您的}}一般通知",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|您的}}重要通知",
|
||||
"tooltip-pt-notifications-notice": "{{GENDER:|您的}}常规通知",
|
||||
"echo-displaynotificationsconfiguration": "显示通知配置",
|
||||
"echo-displaynotificationsconfiguration-summary": "这是此wiki上通知配置情况的概述。",
|
||||
"echo-displaynotificationsconfiguration-notifications-by-category-header": "按分类通知",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-header": "排序类型",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-legend": "每种通知类型分为哪几部分",
|
||||
"echo-displaynotificationsconfiguration-summary": "这是此wiki的通知配置情况的总览。",
|
||||
"echo-displaynotificationsconfiguration-notifications-by-category-header": "通知类别",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-header": "类别分组",
|
||||
"echo-displaynotificationsconfiguration-sorting-by-section-legend": "每种通知类别划分为的分组",
|
||||
"echo-displaynotificationsconfiguration-available-notification-methods-header": "允许的通知方法",
|
||||
"echo-displaynotificationsconfiguration-available-notification-methods-by-category-legend": "每种分类支持的通知方法",
|
||||
"echo-displaynotificationsconfiguration-available-notification-methods-by-category-legend": "每种通知类别支持的通知方法",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-header": "默认启用",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-existing-users-legend": "现有用户",
|
||||
"echo-displaynotificationsconfiguration-enabled-default-new-users-legend": "新用户",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-header": "需要通知方法",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-by-category-legend": "每个分类强制使用的通知方法",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-header": "必选的通知方法",
|
||||
"echo-displaynotificationsconfiguration-mandatory-notification-methods-by-category-legend": "每种通知类别强制使用的通知方法",
|
||||
"echo-specialpage": "通知",
|
||||
"echo-specialpage-section-markread": "将组标记为已读",
|
||||
"echo-specialpage-section-markread": "标记该组为已读",
|
||||
"echo-specialpage-markasread": "通知:标记为已读",
|
||||
"echo-specialpage-markasread-invalid-id": "无效的活动ID",
|
||||
"echo-specialpage-markasread-invalid-id": "事件ID无效",
|
||||
"echo-specialpage-pagefilterwidget-aria-label": "按wiki和页面标题筛选",
|
||||
"echo-specialpage-special-help-menu-widget-aria-label": "附加设置和消息通知偏好",
|
||||
"echo-specialpage-special-help-menu-widget-aria-label": "其他选项和通知偏好设置。",
|
||||
"echo-specialpage-pagination-numnotifications": "$1条{{PLURAL:$1|通知}}",
|
||||
"echo-specialpage-pagination-range": "$1 - $2",
|
||||
"echo-specialpage-pagefilters-title": "最近活动",
|
||||
"echo-specialpage-pagefilters-title": "近期活动",
|
||||
"echo-specialpage-pagefilters-subtitle": "有未读通知的页面",
|
||||
"notificationsmarkread-legend": "标记通知为已读",
|
||||
"echo-none": "您目前没有通知。",
|
||||
"echo-api-failure": "检索通知失败。",
|
||||
"echo-api-failure-cross-wiki": "对远程域名的访问已拒绝。",
|
||||
"echo-notification-placeholder": "这里没有通知。",
|
||||
"echo-notification-placeholder-filters": "没有通知匹配这些标准。",
|
||||
"echo-none": "您没有收到通知。",
|
||||
"echo-api-failure": "获取通知失败。",
|
||||
"echo-api-failure-cross-wiki": "对远程域的访问被拒绝。",
|
||||
"echo-notification-placeholder": "没有收到通知。",
|
||||
"echo-notification-placeholder-filters": "没有符合这些筛选条件的通知。",
|
||||
"echo-notification-loginrequired": "您必须登录才能查看您的通知。",
|
||||
"echo-notification-popup-loginrequired": "请登录来查看您的通知。",
|
||||
"echo-notification-popup-loginrequired": "请登录以查看您的通知。",
|
||||
"echo-notification-markasread": "标记为已读",
|
||||
"echo-notification-markasunread": "标记为未读",
|
||||
"echo-notification-markasread-tooltip": "标记为已读",
|
||||
"echo-notification-more-options-tooltip": "更多选项",
|
||||
"notification-dynamic-actions-mute-page-linked": "{{GENDER:$2|停止}}在“$1”的链接通知",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation": "现在页面“$1”的链接通知已停用",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation-description": "{{GENDER:$2|您}}可以随时在[$1 您的参数设置]里管理停用通知的页面。",
|
||||
"notification-dynamic-actions-unmute-page-linked": "{{GENDER:$2|启用}}在“$1”的链接通知",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation": "现在页面“$1”的链接通知已启用",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation-description": "{{GENDER:$2|您}}可以随时在[$1 您的参数设置]里管理停用通知的页面。",
|
||||
"notification-dynamic-actions-unwatch": "{{GENDER:$3|停止}}关注“$1”上的新活动",
|
||||
"notification-dynamic-actions-mute-page-linked": "{{GENDER:$2|屏蔽}}“$1”页面的链接通知",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation": "已停用“$1”页面的“页面链接”通知",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation-description": "{{GENDER:$2|您}}可以随时在[$1 您的参数设置]管理屏蔽的页面。",
|
||||
"notification-dynamic-actions-unmute-page-linked": "{{GENDER:$2|取消屏蔽}}“$1”页面的链接通知",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation": "已启用“$1”页面的“页面链接”通知",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation-description": "{{GENDER:$2|您}}可以随时在[$1 您的参数设置]管理屏蔽的页面。",
|
||||
"notification-dynamic-actions-unwatch": "{{GENDER:$3|停止}}监视“$1”页面的新活动",
|
||||
"notification-dynamic-actions-unwatch-confirmation": "{{GENDER:$3|您}}已不再监视页面“$1”",
|
||||
"notification-dynamic-actions-unwatch-confirmation-description": "{{GENDER:$3|您}}可以随时监视[$2 此页面]。",
|
||||
"notification-dynamic-actions-watch": "{{GENDER:$3|跟踪}}“$1”上的新活动",
|
||||
"notification-dynamic-actions-watch-confirmation": "{{GENDER:$3|您}}现已监视页面“$1”",
|
||||
"notification-dynamic-actions-watch-confirmation-description": "{{GENDER:$3|您}}可以随时停止监视[$2 此页面]。",
|
||||
"notification-dynamic-actions-unwatch-confirmation-description": "{{GENDER:$3|您}}可以随时监视[$2 该页面]。",
|
||||
"notification-dynamic-actions-watch": "{{GENDER:$3|追踪}}“$1”页面的新活动",
|
||||
"notification-dynamic-actions-watch-confirmation": "{{GENDER:$3|您}}已开始监视页面“$1”",
|
||||
"notification-dynamic-actions-watch-confirmation-description": "{{GENDER:$3|您}}可以随时停止监视[$2 该页面]。",
|
||||
"notification-link-text-expand-all": "展开",
|
||||
"notification-link-text-expand-alert-count": "查看{{PLURAL:$1|$1条提醒}}",
|
||||
"notification-link-text-expand-notice-count": "查看{{PLURAL:$1|$1条一般通知}}",
|
||||
"notification-link-text-expand-all-count": "查看{{PLURAL:$1|$1次通知}}",
|
||||
"notification-link-text-expand-alert-count": "查看{{PLURAL:$1|$1条重要通知}}",
|
||||
"notification-link-text-expand-notice-count": "查看{{PLURAL:$1|$1条常规通知}}",
|
||||
"notification-link-text-expand-all-count": "查看{{PLURAL:$1|$1条通知}}",
|
||||
"notification-link-text-collapse-all": "折叠",
|
||||
"notification-link-text-view-message": "查看消息",
|
||||
"notification-link-text-view-message": "查看留言",
|
||||
"notification-link-text-view-mention": "查看提及",
|
||||
"notification-link-text-view-mention-failure": "{{PLURAL:$1|查看提及}}",
|
||||
"notification-link-text-view-mention-failure": "{{PLURAL:$1|查看提及他人}}",
|
||||
"notification-link-text-view-changes": "{{GENDER:$1|查看}}更改",
|
||||
"notification-link-text-view-page": "查看页面",
|
||||
"notification-header-edit-user-talk": "$1在<strong>{{GENDER:$3|您}}的讨论页</strong>{{GENDER:$2|留言}}了。",
|
||||
"notification-header-edit-user-talk-with-section": "$1在<strong>{{GENDER:$3|您}}的讨论页</strong>的“<strong>$4</strong>”段落{{GENDER:$2|留言}}了。",
|
||||
"notification-compact-header-edit-user-talk": "$1向{{GENDER:$3|您}}{{GENDER:$2|留下}}了一条消息。",
|
||||
"notification-compact-header-edit-user-talk-with-section": "$1在“<strong>$4</strong>”向{{GENDER:$3|您}}{{GENDER:$2|留下}}了一条消息。",
|
||||
"notification-header-edit-user-talk": "$1在<strong>{{GENDER:$3|您的}}讨论页</strong>{{GENDER:$2|留}}了言。",
|
||||
"notification-header-edit-user-talk-with-section": "$1在<strong>{{GENDER:$3|您的}}讨论页</strong>的“<strong>$4</strong>”章节{{GENDER:$2|留}}了言。",
|
||||
"notification-compact-header-edit-user-talk": "$1给{{GENDER:$3|您}}{{GENDER:$2|留}}了言。",
|
||||
"notification-compact-header-edit-user-talk-with-section": "$1在“<strong>$4</strong>”章节给{{GENDER:$3|您}}{{GENDER:$2|留}}了言。",
|
||||
"notification-body-edit-user-talk-with-section": "$1",
|
||||
"notification-header-page-linked": "有人在<strong>$4</strong>中加入了<strong>$3</strong>的链接。",
|
||||
"notification-compact-header-page-linked": "链接自<strong>$1</strong>。",
|
||||
"notification-bundle-header-page-linked": "有人在{{PLURAL:$5||$5个页面|100=超过99个页面}}中加入了指向<strong>$3</strong>的链接。",
|
||||
"notification-header-article-reminder": "{{GENDER:$2|您}}请求提醒的页面位于<strong>$3</strong>",
|
||||
"notification-link-text-what-links-here": "指向本页的链接",
|
||||
"notification-header-mention-other": "$1在<strong>$4</strong>中的“<strong>$5</strong>”{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-other-nosection": "$1在<strong>$4</strong>{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-user-talkpage-v2": "$1在<strong>$4{{GENDER:$5|的}}用户讨论页</strong>的“<strong>$6</strong>”中{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-user-talkpage-nosection": "$1在<strong>$4{{GENDER:$5|的}}用户讨论页</strong>{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-agent-talkpage": "$1在<strong>{{GENDER:$2|其}}讨论页</strong>的“<strong>$4</strong>”里{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-agent-talkpage-nosection": "$1在<strong>{{GENDER:$2|其}}讨论页</strong>{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-article-talkpage": "$1在<strong>$4</strong>的讨论页的“<strong>$5</strong>”段落{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-article-talkpage-nosection": "$1在<strong>$4</strong>的讨论页{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-failure-user-unknown": "{{GENDER:$2|您}}对<strong>$3</strong>的提及未被发送,因为找不到用户。",
|
||||
"notification-header-mention-failure-user-anonymous": "{{GENDER:$2|您}}对<strong>$3</strong>的提及未被发送,因为用户为匿名用户。",
|
||||
"notification-header-mention-failure-too-many": "{{GENDER:$2|您}}尝试提及了超过$3个{{PLURAL:$3|用户}}。上述所有超限的提及未发送。",
|
||||
"notification-header-mention-failure-bundle": "{{GENDER:$2|您}}在<strong>$4</strong>讨论页做出的{{PLURAL:$3|$3次提及}}不能被发送。",
|
||||
"notification-header-page-linked": "您创建的<strong>$3</strong>页面在<strong>$4</strong>页面被人链接。",
|
||||
"notification-compact-header-page-linked": "在<strong>$1</strong>被人链接。",
|
||||
"notification-bundle-header-page-linked": "您创建的<strong>$3</strong>页面在{{PLURAL:$5||$5个页面|100=99+个页面}}被人链接。",
|
||||
"notification-header-article-reminder": "按{{GENDER:$2|您}}的要求提醒您查看<strong>$3</strong>页面",
|
||||
"notification-link-text-what-links-here": "查看链入页面",
|
||||
"notification-header-mention-other": "$1在<strong>$4</strong>页面的“<strong>$5</strong>”章节{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-other-nosection": "$1在<strong>$4</strong>页面{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-user-talkpage-v2": "$1在<strong>$4{{GENDER:$5|的}}用户讨论页</strong>的“<strong>$6</strong>”章节{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-user-talkpage-nosection": "$1在<strong>$4{{GENDER:$5|的}}用户讨论页</strong>{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-agent-talkpage": "$1在<strong>{{GENDER:$2|他的}}讨论页</strong>的“<strong>$4</strong>”章节{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-agent-talkpage-nosection": "$1在<strong>{{GENDER:$2|他的}}讨论页</strong>{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-article-talkpage": "$1在<strong>$4</strong>的讨论页的“<strong>$5</strong>”章节{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-article-talkpage-nosection": "$1在<strong>$4</strong>的讨论页{{GENDER:$2|提及}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-mention-failure-user-unknown": "{{GENDER:$2|您}}对<strong>$3</strong>的提及因找不到该用户而未发送。",
|
||||
"notification-header-mention-failure-user-anonymous": "{{GENDER:$2|您}}对<strong>$3</strong>的提及因该用户匿名而未发送。",
|
||||
"notification-header-mention-failure-too-many": "{{GENDER:$2|您}}试图提及超过$3个{{PLURAL:$3|用户}}。所有超过该限制的提及均未发送。",
|
||||
"notification-header-mention-failure-bundle": "{{GENDER:$2|您}}在<strong>$4</strong>讨论页的{{PLURAL:$3|$3个提及}}无法发送。",
|
||||
"notification-compact-header-mention-failure-user-unknown": "<strong>用户名不存在:</strong>$1",
|
||||
"notification-compact-header-mention-failure-user-anonymous": "<strong>不能提及IP:</strong>$1",
|
||||
"notification-compact-header-mention-failure-user-anonymous": "<strong>无法提及IP地址:</strong>$1",
|
||||
"notification-header-mention-success": "{{GENDER:$2|您}}对<strong>$3</strong>的提及已发送。",
|
||||
"notification-header-mention-success-bundle": "{{GENDER:$2|您}}在<strong>$4</strong>讨论页做出的{{PLURAL:$3|$3次提及}}已发送。",
|
||||
"notification-compact-header-mention-success": "<strong>{{GENDER:$2|您提及了}}:</strong>$3",
|
||||
"notification-header-mention-status-bundle": "{{PLURAL:$3|$3条}}有关{{GENDER:$2|您}}在<strong>$4</strong>讨论页做出提及的通知:{{PLURAL:$5|$5条未发送}},{{PLURAL:$6|$6条已发送}}。",
|
||||
"notification-header-user-rights-add-only": "{{GENDER:$4|您}}的用户权限已{{GENDER:$1|更改}}。您已被添加至:$2。",
|
||||
"notification-header-user-rights-remove-only": "{{GENDER:$4|您}}的用户权限已{{GENDER:$1|更改}}。您不再属于以下用户组的成员:$2。",
|
||||
"notification-header-user-rights-add-and-remove": "{{GENDER:$6|您}}的用户权限已{{GENDER:$1|更改}}。您已被添加至:$2。您不再属于以下用户组的成员:$4。",
|
||||
"notification-header-user-rights-expiry-change": "{{GENDER:$4|您}}的以下{{PLURAL:$3|用户组}}的成员逾期时间已被{{GENDER:$1|更改}}:$2。",
|
||||
"notification-header-welcome": "{{GENDER:$2|欢迎}}来到{{SITENAME}},$1!我们很高兴{{GENDER:$2|您}}来到这里。",
|
||||
"notification-header-mention-summary": "$1在<strong>$4</strong>的编辑摘要中{{GENDER:$2|提到}}了{{GENDER:$3|您}}。",
|
||||
"notification-header-watchlist-changed": "$1 {{GENDER:$2|编辑了}}{{GENDER:$4|您的}}监视列表里的页面 <strong>$3</strong>{{PLURAL:$5|| $5次}}。",
|
||||
"notification-header-watchlist-created": "$1 {{GENDER:$2|创建了}}{{GENDER:$4|您的}}监视列表里的页面 <strong>$3</strong>{{PLURAL:$5|| $5次}}。",
|
||||
"notification-header-watchlist-deleted": "$1 {{GENDER:$2|删除了}}{{GENDER:$4|您的}}监视列表里的页面 <strong>$3</strong>{{PLURAL:$5|| $5次}}。",
|
||||
"notification-header-watchlist-moved": "$1 {{GENDER:$2|移动了}}{{GENDER:$4|您的}}监视列表里的页面 <strong>$3</strong> {{PLURAL:$5|$5次}}。",
|
||||
"notification-header-watchlist-restored": "$1 {{GENDER:$2|恢复了}}{{GENDER:$4|您的}}监视列表里的页面 <strong>$3</strong>{{PLURAL:$5|| $5次}}。",
|
||||
"notification-header-watchlist-multiuser-changed": "{{GENDER:$2|您的}}监视列表里的页面 <strong>$1</strong> 被修改了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-created": "{{GENDER:$2|您的}}监视列表里的页面 <strong>$1</strong> 被创建了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-deleted": "{{GENDER:$2|您的}}监视列表里的页面 <strong>$1</strong> 被删除了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-moved": "{{GENDER:$2|您的}}监视列表里的页面 <strong>$1</strong> 被移动了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-restored": "{{GENDER:$2|您的}}监视列表里的页面 <strong>$1</strong> 被恢复了$3{{PLURAL:$3|次}}。",
|
||||
"notification-body-watchlist-once": "如果有进一步的活动,除非您在登录的状态下{{GENDER:$1|访问}}这个页面,否则您将不会收到其他电子邮件通知。",
|
||||
"notification-header-mention-success-bundle": "{{GENDER:$2|您}}在<strong>$4</strong>讨论页的{{PLURAL:$3|$3个提及}}已发送。",
|
||||
"notification-compact-header-mention-success": "<strong>{{GENDER:$2|您成功提及}}:</strong>$3",
|
||||
"notification-header-mention-status-bundle": "{{GENDER:$2|您}}在<strong>$4</strong>讨论页的{{PLURAL:$3|$3个提及}}:{{PLURAL:$5|$5个未发送}},{{PLURAL:$6|$6个已发送}}。",
|
||||
"notification-header-user-rights-add-only": "{{GENDER:$4|您的}}用户权限已{{GENDER:$1|更改}}。您已被添加至:$2。",
|
||||
"notification-header-user-rights-remove-only": "{{GENDER:$4|您的}}用户权限已{{GENDER:$1|更改}}。您不再属于用户组:$2。",
|
||||
"notification-header-user-rights-add-and-remove": "{{GENDER:$6|您的}}用户权限已{{GENDER:$1|更改}}。您已被添加至:$2。您不再属于用户组:$4。",
|
||||
"notification-header-user-rights-expiry-change": "{{GENDER:$4|您}}在以下{{PLURAL:$3|用户组}}的成员身份到期时间已{{GENDER:$1|更改}}:$2。",
|
||||
"notification-header-welcome": "{{GENDER:$2|欢迎}}来到{{SITENAME}},$1!我们很高兴{{GENDER:$2|您}}能来这里。",
|
||||
"notification-header-mention-summary": "$1在<strong>$4</strong>的编辑摘要{{GENDER:$2|提及了}}{{GENDER:$3|您}}。",
|
||||
"notification-header-watchlist-changed": "$1{{GENDER:$2|更改了}}{{GENDER:$4|您}}监视列表内的<strong>$3</strong>页面{{PLURAL:$5||$5次}}。",
|
||||
"notification-header-watchlist-created": "$1{{GENDER:$2|创建了}}{{GENDER:$4|您}}监视列表内的<strong>$3</strong>页面{{PLURAL:$5||$5次}}。",
|
||||
"notification-header-watchlist-deleted": "$1{{GENDER:$2|删除了}}{{GENDER:$4|您}}监视列表内的<strong>$3</strong>页面{{PLURAL:$5||$5次}}。",
|
||||
"notification-header-watchlist-moved": "$1{{GENDER:$2|移动了}}{{GENDER:$4|您}}监视列表内的<strong>$3</strong>页面{{PLURAL:$5||$5次}}。",
|
||||
"notification-header-watchlist-restored": "$1{{GENDER:$2|还原了}}{{GENDER:$4|您}}监视列表内的<strong>$3</strong>页面{{PLURAL:$5||$5次}}。",
|
||||
"notification-header-watchlist-multiuser-changed": "{{GENDER:$2|您}}监视列表内的<strong>$1</strong>页面被更改了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-created": "{{GENDER:$2|您}}监视列表内的<strong>$1</strong>页面被创建了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-deleted": "{{GENDER:$2|您}}监视列表内的<strong>$1</strong>页面被删除了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-moved": "{{GENDER:$2|您}}监视列表内的<strong>$1</strong>页面被移动了$3{{PLURAL:$3|次}}。",
|
||||
"notification-header-watchlist-multiuser-restored": "{{GENDER:$2|您}}监视列表内的<strong>$1</strong>页面被还原了$3{{PLURAL:$3|次}}。",
|
||||
"notification-body-watchlist-once": "除非您以登录状态{{GENDER:$1|访问}}该页面,否则您不再会收到该页面未来活动的电子邮件通知。",
|
||||
"notification-welcome-linktext": "欢迎",
|
||||
"notification-header-thank-you-1-edit": "{{GENDER:$2|您}}刚刚进行了第1次编辑。感谢,欢迎{{GENDER:$2|您}}参与编辑!",
|
||||
"notification-header-thank-you-10-edit": "{{GENDER:$2|您}}刚刚进行了第10次编辑。感谢,请继续参与编辑!",
|
||||
"notification-header-thank-you-100-edit": "{{GENDER:$2|您}}刚刚进行了第100次编辑。非常感谢{{GENDER:$2|您}}的编辑!",
|
||||
"notification-header-thank-you-1000-edit": "{{GENDER:$2|您}}刚刚进行了第1000次编辑。感谢{{GENDER:$2|您}},伟大的贡献者!",
|
||||
"notification-header-thank-you-10000-edit": "{{GENDER:$2|您}}刚刚进行了第10000次编辑。我们不胜感激!",
|
||||
"notification-header-thank-you-100000-edit": "{{GENDER:$2|您}}刚刚进行了第十万次编辑。感谢{{GENDER:$2|您}}的惊人贡献!",
|
||||
"notification-header-thank-you-1000000-edit": "{{GENDER:$2|您}}刚刚进行了第一百万次编辑。感谢{{GENDER:$2|您}}非常惊人的贡献!",
|
||||
"notification-header-thank-you-10000000-edit": "{{GENDER:$2|您}}刚刚进行了第一千万次编辑。感谢{{GENDER:$2|您}}的辉煌奉献!",
|
||||
"notification-link-thank-you-edit": "{{GENDER:$1|您}}的编辑",
|
||||
"notification-header-thank-you-10000-edit": "{{GENDER:$2|您}}刚刚进行了第1万次编辑。我们不胜感激!",
|
||||
"notification-header-thank-you-100000-edit": "{{GENDER:$2|您}}刚刚进行了第10万次编辑。感谢{{GENDER:$2|您}}的惊人贡献!",
|
||||
"notification-header-thank-you-1000000-edit": "{{GENDER:$2|您}}刚刚进行了第100万次编辑。感谢{{GENDER:$2|您}}异常惊人的贡献!",
|
||||
"notification-header-thank-you-10000000-edit": "{{GENDER:$2|您}}刚刚进行了第1000万次编辑。感谢{{GENDER:$2|您}}的辉煌奉献!",
|
||||
"notification-link-thank-you-edit": "{{GENDER:$1|您的}}编辑",
|
||||
"notification-link-text-view-edit": "查看编辑",
|
||||
"notification-link-article-reminder": "查看页面",
|
||||
"notification-header-reverted": "有人{{GENDER:$2|回退}}了您{{PLURAL:$4|对<strong>$3</strong>所作出的编辑}}。",
|
||||
"notification-header-emailuser": "$1向您{{GENDER:$2|发送}}了电子邮件。",
|
||||
"notification-edit-talk-page-email-subject2": "$1在{{SITENAME}}给您{{GENDER:$2|留言}}了",
|
||||
"notification-page-linked-email-subject": "{{GENDER:$3|您}}创建的一个页面在{{SITENAME}}上被链接",
|
||||
"notification-reverted-email-subject2": "有人{{GENDER:$2|还原了}}您在{{SITENAME}}上的{{PLURAL:$4|编辑}}",
|
||||
"notification-mention-email-subject": "$1在{{SITENAME}}上{{GENDER:$2|提到了}}{{GENDER:$3|您}}",
|
||||
"notification-user-rights-email-subject": "{{GENDER:$3|您}}在{{SITENAME}}上的用户权限已被更改",
|
||||
"notification-header-reverted": "您{{PLURAL:$4|对<strong>$3</strong>的编辑}}被{{GENDER:$2|复原为}}了旧版本。",
|
||||
"notification-header-emailuser": "$1给您{{GENDER:$2|发送}}了电子邮件。",
|
||||
"notification-edit-talk-page-email-subject2": "$1在{{SITENAME}}给{{GENDER:$3|您}}{{GENDER:$2|留}}了言",
|
||||
"notification-page-linked-email-subject": "{{GENDER:$3|您}}在{{SITENAME}}创建的页面被人链接",
|
||||
"notification-reverted-email-subject2": "{{GENDER:$3|您}}在{{SITENAME}}的{{PLURAL:$4|编辑}}被{{GENDER:$2|复原为了}}旧版本",
|
||||
"notification-mention-email-subject": "$1在{{SITENAME}}{{GENDER:$2|提及了}}{{GENDER:$3|您}}",
|
||||
"notification-user-rights-email-subject": "{{GENDER:$3|您}}在{{SITENAME}}的用户权限已更改",
|
||||
"notification-timestamp-ago-seconds": "{{PLURAL:$1|$1秒}}",
|
||||
"notification-timestamp-ago-minutes": "{{PLURAL:$1|$1分钟}}",
|
||||
"notification-timestamp-ago-hours": "{{PLURAL:$1|$1小时}}",
|
||||
|
@ -259,14 +259,14 @@
|
|||
"notification-inbox-filter-read": "已读",
|
||||
"notification-inbox-filter-unread": "未读",
|
||||
"notification-inbox-filter-all": "全部",
|
||||
"echo-specialmute-label-mute-notifications": "屏蔽该{{GENDER:$1|用户}}的通知",
|
||||
"echo-email-plain-footer": "要控制我们向{{GENDER:$1|您}}发送的电子邮件,请检查{{GENDER:$1|您}}的参数设置:",
|
||||
"echo-specialmute-label-mute-notifications": "屏蔽来自该{{GENDER:$1|用户}}的通知",
|
||||
"echo-email-plain-footer": "要管理我们给{{GENDER:$1|您}}发送的邮件的类别,请检查{{GENDER:$1|您的}}参数设置:",
|
||||
"echo-email-html-footer-preference-link-text": "检查{{GENDER:$1|您}}的参数设置",
|
||||
"echo-email-html-footer-with-link": "要控制我们给{{GENDER:$2|您}}发送的电子邮件,请$1。",
|
||||
"echo-notification-alert": "{{PLURAL:$1|提醒 ($1条)|100=提醒 (99+条)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|一般通知 ($1条)|100=一般通知 (99+条)}}",
|
||||
"echo-notification-alert-text-only": "提醒",
|
||||
"echo-notification-notice-text-only": "一般通知",
|
||||
"echo-email-html-footer-with-link": "要管理我们给{{GENDER:$2|您}}发送的邮件的类别,请$1。",
|
||||
"echo-notification-alert": "{{PLURAL:$1|重要通知($1)|100=重要通知(99+)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|常规通知($1)|100=常规通知(99+)}}",
|
||||
"echo-notification-alert-text-only": "重要通知",
|
||||
"echo-notification-notice-text-only": "常规通知",
|
||||
"echo-overlay-link": "所有通知",
|
||||
"echo-overlay-title": "<b>通知</b>",
|
||||
"echo-mark-all-as-read": "标记所有为已读",
|
||||
|
@ -275,21 +275,21 @@
|
|||
"echo-displaysnippet-title": "新通知",
|
||||
"echo-date-today": "今天",
|
||||
"echo-date-yesterday": "昨天",
|
||||
"notification-bundle-header-edit-user-talk-v2": "<strong>{{GENDER:$3|您}}的讨论页</strong>上有{{PLURAL:$1|$1条|100=超过99条}}新消息。",
|
||||
"notification-bundle-header-edit-user-talk-v2": "<strong>{{GENDER:$3|您的}}讨论页</strong>有{{PLURAL:$1|$1条新留言|100=99+条新留言}}。",
|
||||
"echo-email-batch-bullet": "•",
|
||||
"echo-email-batch-subject-daily": "您在{{SITENAME}}有{{PLURAL:$2|新通知}}",
|
||||
"echo-email-batch-subject-weekly": "您本周在{{SITENAME}}有{{PLURAL:$2|新通知}}",
|
||||
"echo-email-batch-body-intro-daily": "您好,$1\n这是今天您在{{SITENAME}}的通知摘要。",
|
||||
"echo-email-batch-body-intro-weekly": "您好,$1\n这是本周您在{{SITENAME}}的通知摘要。",
|
||||
"echo-email-batch-body-intro-daily": "您好,$1!\n以下是您今天在{{SITENAME}}的通知摘要。",
|
||||
"echo-email-batch-body-intro-weekly": "您好,$1!\n以下是您本周在{{SITENAME}}的通知摘要。",
|
||||
"echo-email-batch-link-text-view-all-notifications": "查看所有通知",
|
||||
"notification-header-foreign-alert": "来自{{PLURAL:$5|另一个wiki|另外$5个wiki}}上的更多提醒",
|
||||
"notification-header-foreign-notice": "来自{{PLURAL:$5|另一个wiki|另外$5个wiki}}上的更多一般通知",
|
||||
"notification-header-foreign-all": "来自{{PLURAL:$5|其他wiki|$5个其他wiki}}的更多通知",
|
||||
"notification-header-foreign-alert": "来自{{PLURAL:$5|另外$5个wiki}}的更多重要通知",
|
||||
"notification-header-foreign-notice": "来自{{PLURAL:$5|另外$5个wiki}}的更多常规通知",
|
||||
"notification-header-foreign-all": "来自{{PLURAL:$5|另外$5个wiki}}的更多通知",
|
||||
"echo-foreign-wiki-lang": "$1 - $2",
|
||||
"echo-badge-count": "{{PLURAL:$1|$1|100={{formatnum:99}}+}}",
|
||||
"right-manage-all-push-subscriptions": "管理所有推送订阅",
|
||||
"action-manage-all-push-subscriptions": "管理所有推送订阅",
|
||||
"group-push-subscription-manager": "推送订阅管理",
|
||||
"group-push-subscription-manager-member": "{{GENDER:$1|推送订阅管理}}",
|
||||
"grouppage-push-subscription-manager": "{{ns:project}}:推送订阅管理"
|
||||
"group-push-subscription-manager": "推送订阅管理员",
|
||||
"group-push-subscription-manager-member": "{{GENDER:$1|推送订阅管理员}}",
|
||||
"grouppage-push-subscription-manager": "{{ns:project}}:推送订阅管理员"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue