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

convert to markdown for web/{demos, events, exslt} zh-CN #7031

Merged
merged 3 commits into from
Jul 21, 2022

Conversation

yin1999
Copy link
Member

@yin1999 yin1999 commented Jul 21, 2022

No description provided.

@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jul 21, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 21, 2022

Preview URLs

Flaws

Note! 1 document with no flaws that don't need to be listed. 🎉

URL: /zh-CN/docs/Web/Events
Title: 事件参考
on GitHub
Flaw count: 375

  • macros:
    • /zh-CN/docs/Web/API/AudioProcessingEvent does not exist but fell back to /en-US/docs/Web/API/AudioProcessingEvent
    • This macro has been deprecated, and should be removed.
    • This macro has been deprecated, and should be removed.
    • This macro has been deprecated, and should be removed.
    • /zh-CN/docs/Web/API/TimeEvent does not exist but fell back to /en-US/docs/Web/API/TimeEvent
    • and 84 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement
    • Can use the English (en-US) link as a fallback
    • and 281 more flaws omitted

URL: /zh-CN/docs/Web/Events/Detecting_device_orientation
Title: 检测设备方向
on GitHub
Flaw count: 10

  • broken_links:
    • Can't resolve /en-US/DOM/Orientation_and_motion_data_explained
    • Can't resolve /en-US/docs/Web/Guide/DOM/Events/Orientation_and_motion_data_explained
    • Can't resolve /en-US/docs/Web/API/DeviceMotionEvent.acceleration
    • Can't resolve /en-US/docs/Web/API/DeviceMotionEvent.accelerationIncludingGravity
    • Can't resolve /en-US/docs/Web/API/DeviceMotionEvent.rotationRate
    • and 4 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/Events/Orientation_and_motion_data_explained
Title: Orientation 和 motion 数据解释
on GitHub
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/Events/Creating_and_triggering_events
Title: 创建和触发 events
on GitHub
Flaw count: 3

  • broken_links:
    • Can't resolve /zh/docs/Web/API/Event
    • Anchor not lowercase
    • Can't resolve /samples/domref/dispatchEvent.html

URL: /zh-CN/docs/Web/Demos
Title: 开源 Web 技术示例
on GitHub
Flaw count: 10

  • broken_links:
    • Can't resolve /en-US/docs/Web/Demos_of_open_web_technologies
    • Can't resolve /samples/raycaster/RayCaster.html
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 5 more flaws omitted

URL: /zh-CN/docs/Web/EXSLT
Title: EXSLT
on GitHub
Flaw count: 5

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase

External URLs

URL: /zh-CN/docs/Web/Events
Title: 事件参考
on GitHub


URL: /zh-CN/docs/Web/Events/Detecting_device_orientation
Title: 检测设备方向
on GitHub


URL: /zh-CN/docs/Web/Events/Orientation_and_motion_data_explained
Title: Orientation 和 motion 数据解释
on GitHub

No new external URLs


URL: /zh-CN/docs/Web/Events/Creating_and_triggering_events
Title: 创建和触发 events
on GitHub

No new external URLs


URL: /zh-CN/docs/Web/Demos
Title: 开源 Web 技术示例
on GitHub


URL: /zh-CN/docs/Web/EXSLT
Title: EXSLT
on GitHub


URL: /zh-CN/docs/Web/EXSLT/regexp/match
Title: match
on GitHub

(this comment was updated 2022-07-21 01:06:54.115753)

@yin1999 yin1999 marked this pull request as ready for review July 21, 2022 04:59
@yin1999 yin1999 requested a review from a team as a code owner July 21, 2022 04:59
@yin1999 yin1999 requested review from t7yang and removed request for a team July 21, 2022 04:59
Copy link
Contributor

@linlinzzo linlinzzo left a comment

Choose a reason for hiding this comment

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

这些需要改过来吗?


## 参见

- [CustomEvent()](/en-US/docs/Web/API/CustomEvent/CustomEvent)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- [CustomEvent()](/en-US/docs/Web/API/CustomEvent/CustomEvent)
- [CustomEvent()](/zh-CN/docs/Web/API/CustomEvent/CustomEvent)


### 相关值解释

{{ domxref("DeviceMotionEvent") }}对象提供给 web 开发者设备在位置和方向上的改变速度的相关信息。这些变化信息是通过三个轴来体现的。([Orientation and motion data explained](/en-US/docs/Web/Guide/DOM/Events/Orientation_and_motion_data_explained)有更详细的说明。)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{{ domxref("DeviceMotionEvent") }}对象提供给 web 开发者设备在位置和方向上的改变速度的相关信息。这些变化信息是通过三个轴来体现的。([Orientation and motion data explained](/en-US/docs/Web/Guide/DOM/Events/Orientation_and_motion_data_explained)有更详细的说明。)
{{ domxref("DeviceMotionEvent") }}对象提供给 web 开发者设备在位置和方向上的改变速度的相关信息。这些变化信息是通过三个轴来体现的。([Orientation and motion data explained](/zh-CN/docs/Web/Guide/DOM/Events/Orientation_and_motion_data_explained)有更详细的说明。)

@yin1999
Copy link
Member Author

yin1999 commented Jul 21, 2022

这些需要改过来吗?

批量转换中不再做相关的工作,仅仅修改链接的 locale 也并不一定正确(链接可能已经失效,或需要重定向)。建议更新整个文档而非仅更新的 locale 链接。

@yin1999 yin1999 merged commit 10b3751 into mdn:main Jul 21, 2022
@yin1999 yin1999 deleted the to-md-cn-web branch July 21, 2022 23:34
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