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

init translation of Tonechange_event #13787

Merged
merged 3 commits into from
Jun 18, 2023

Conversation

hanyujie2002
Copy link
Contributor

No description provided.

@hanyujie2002 hanyujie2002 requested a review from a team as a code owner June 16, 2023 13:57
@hanyujie2002 hanyujie2002 requested review from jasonren0403 and removed request for a team June 16, 2023 13:57
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jun 16, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 16, 2023

Preview URLs

Flaws (6)

URL: /zh-CN/docs/Web/API/RTCDTMFSender/tonechange_event
Title: RTCDTMFSender:tonechange 事件
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/RTCDTMFSender does not exist but fell back to /en-US/docs/Web/API/RTCDTMFSender
    • /zh-CN/docs/Web/API/RTCDTMFSender/insertDTMF does not exist but fell back to /en-US/docs/Web/API/RTCDTMFSender/insertDTMF
    • /zh-CN/docs/Glossary/DTMF does not exist but fell back to /en-US/docs/Glossary/DTMF
    • /zh-CN/docs/Web/API/RTCDTMFToneChangeEvent/tone does not exist but fell back to /en-US/docs/Web/API/RTCDTMFToneChangeEvent/tone
    • /zh-CN/docs/Web/API/RTCDTMFToneChangeEvent does not exist but fell back to /en-US/docs/Web/API/RTCDTMFToneChangeEvent
    • and 1 more flaws omitted

(comment last updated: 2023-06-17 04:19:12)

Copy link
Contributor

@jasonren0403 jasonren0403 left a comment

Choose a reason for hiding this comment

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

some suggestions


{{APIRef("WebRTC")}}

**`tonechange`** 事件会被 [WebRTC API](/zh-CN/docs/Web/API/WebRTC_API) 发送给 {{domxref("RTCDTMFSender")}},以指示先前排队等待发送的 {{Glossary("DTMF")}} 音调(通过调用 {{domxref("RTCDTMFSender.insertDTMF()")}})何时开始和结束。
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
**`tonechange`** 事件会被 [WebRTC API](/zh-CN/docs/Web/API/WebRTC_API) 发送给 {{domxref("RTCDTMFSender")}},以指示先前排队等待发送的 {{Glossary("DTMF")}} 音调(通过调用 {{domxref("RTCDTMFSender.insertDTMF()")}})何时开始和结束
**`tonechange`** 事件会被 [WebRTC API](/zh-CN/docs/Web/API/WebRTC_API) 发送给 {{domxref("RTCDTMFSender")}},以指示先前(通过调用 {{domxref("RTCDTMFSender.insertDTMF()")}})排队等待发送的 {{Glossary("DTMF")}} 音调何时开始和结束


## 语法

在像 {{domxref("EventTarget.addEventListener", "addEventListener()")}} 这样的方法中使用事件名称,或设置事件处理程序属性。
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("EventTarget.addEventListener", "addEventListener()")}} 这样的方法中使用事件名称,或设置事件处理程序属性
在像 {{domxref("EventTarget.addEventListener", "addEventListener()")}} 这样的方法中使用事件名称,或设置事件处理器属性

@@ -0,0 +1,77 @@
---
title: "RTCDTMFSender: tonechange 事件"
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
title: "RTCDTMFSender: tonechange 事件"
title: RTCDTMFSendertonechange 事件

Copy link
Contributor

@jasonren0403 jasonren0403 left a comment

Choose a reason for hiding this comment

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

👍 Thanks!

@jasonren0403 jasonren0403 merged commit 000c368 into mdn:main Jun 18, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants