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: revise translation of automated testing #23353

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

hanyujie2002
Copy link
Contributor

Related to #19921

@hanyujie2002 hanyujie2002 requested a review from a team as a code owner September 1, 2024 15:36
@hanyujie2002 hanyujie2002 requested review from t7yang and removed request for a team September 1, 2024 15:36
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Sep 1, 2024
@hanyujie2002 hanyujie2002 changed the title revise translation of automated testing zh-cn: revise translation of automated testing Sep 1, 2024
Copy link
Contributor

github-actions bot commented Sep 1, 2024

Preview URLs

Flaws (15)

URL: /zh-CN/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing
Title: 自动化测试简介
Flaw count: 15

  • macros:
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started
    • and 10 more flaws omitted
External URLs (22)

URL: /zh-CN/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing
Title: 自动化测试简介

(comment last updated: 2024-09-05 08:30:06)

hanyujie2002 and others added 2 commits September 1, 2024 23:38
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cb();
};
```

这需要我们先前安装的 `gulp` 模块,然后导出一个默认的任务,除了向终端打印一条信息外,什么都不做——这对让我们知道 Gulp 正在工作很有用。每个 Gulp 任务都以相同的基本格式导出(`exports.taskName = taskFunction`)。每个函数都有一个参数,是当任务完成时要运行的回调函数。
这需要我们先前安装的 `gulp` 模块,然后导出一个默认的任务,除了向终端打印一条信息外,什么都不做——这对让我们知道 Gulp 正在工作很有用。每个 Gulp 任务都以相同的基本格式导出(`exports.任务名称 = 任务函数`)。每个函数都有一个参数,是当任务完成时要运行的回调函数。
Copy link
Member

Choose a reason for hiding this comment

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

这里是否有必要进行本地化

@yin1999 yin1999 merged commit 94fd156 into mdn:main Sep 5, 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.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants