Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]: create the translation of tabs.MutedInfoReason type #21831

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

tianyeeT
Copy link
Contributor

Description

Motivation

Additional details

Related issues and pull requests

@tianyeeT tianyeeT requested a review from a team as a code owner June 22, 2024 02:30
@tianyeeT tianyeeT requested review from irvin and removed request for a team June 22, 2024 02:30
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jun 22, 2024
Copy link
Contributor

github-actions bot commented Jun 22, 2024

Preview URLs

Flaws (13)

URL: /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfoReason
Title: tabs.MutedInfoReason
Flaw count: 13

  • macros:
    • /zh-CN/docs/Mozilla/Add-ons/WebExtensions/Background_scripts does not exist but fell back to /en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts
    • /zh-CN/docs/Mozilla/Add-ons/WebExtensions/Working_with_files does not exist but fell back to /en-US/docs/Mozilla/Add-ons/WebExtensions/Working_with_files
    • /zh-CN/docs/Mozilla/Add-ons/WebExtensions/Differences_between_API_implementations does not exist but fell back to /en-US/docs/Mozilla/Add-ons/WebExtensions/Differences_between_API_implementations
    • /zh-CN/docs/Mozilla/Add-ons/WebExtensions/user_interface/Sidebars does not exist but fell back to /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Sidebars
    • /zh-CN/docs/Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items does not exist but fell back to /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items
    • and 8 more flaws omitted
External URLs (2)

URL: /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfoReason
Title: tabs.MutedInfoReason

(comment last updated: 2024-07-03 01:27:09)


此类型的值是字符串,表示标签页被静音或取消静音的原因。可能的取值包括:

- “capture”
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

和其他的 PR 一样,这里就用半角引号吧


- “capture”
- : 开始标签页捕获,强制更改静音状态。
- “extension”
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

- : 开始标签页捕获,强制更改静音状态。
- “extension”
- : 扩展程序设置了静音状态。如果原因是扩展程序设置的,{{WebExtAPIRef("tabs.mutedInfo")}} 中的 `extensionId` 属性将包含负责的扩展程序的 ID。
- “user”
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Co-authored-by: A1lo <yin199909@aliyun.com>
@tianyeeT tianyeeT requested a review from yin1999 July 3, 2024 01:26
Copy link
Member

@yin1999 yin1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yin1999 yin1999 merged commit e0074ef into mdn:main Jul 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
2 participants