Skip to content

Commit

Permalink
[zh-cn] sync translated content (#13594)
Browse files Browse the repository at this point in the history
* zh-cn: sync translated content

* RTCStatsReport - make this the center of statistics docs

ref: mdn/content#27028

---------

Co-authored-by: allo <[email protected]>
  • Loading branch information
mdn-bot and yin1999 authored Jun 6, 2023
1 parent b629abc commit 6f44269
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 81 deletions.
2 changes: 2 additions & 0 deletions files/zh-cn/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,8 @@
/zh-CN/docs/Web/API/RTCPeerConnection/ondatachannel /zh-CN/docs/Web/API/RTCPeerConnection/datachannel_event
/zh-CN/docs/Web/API/RTCPeerConnection/onicecandidate /zh-CN/docs/Web/API/RTCPeerConnection/icecandidate_event
/zh-CN/docs/Web/API/RTCPeerConnection/ontrack /zh-CN/docs/Web/API/RTCPeerConnection/track_event
/zh-CN/docs/Web/API/RTCStats /zh-CN/docs/Web/API/RTCStatsReport
/zh-CN/docs/Web/API/RTCStats/id /zh-CN/docs/Web/API/RTCStatsReport
/zh-CN/docs/Web/API/RandomSource/getRandomValues /zh-CN/docs/Web/API/Crypto/getRandomValues
/zh-CN/docs/Web/API/Resource_Timing_API /zh-CN/docs/Web/API/Performance_API/Resource_timing
/zh-CN/docs/Web/API/Resource_Timing_API/Using_the_Resource_Timing_API /zh-CN/docs/Web/API/Performance_API/Resource_timing
Expand Down
8 changes: 0 additions & 8 deletions files/zh-cn/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -13218,14 +13218,6 @@
"modified": "2019-09-10T06:45:22.765Z",
"contributors": ["IsolatedTraveler", "SolitudeRA"]
},
"Web/API/RTCStats": {
"modified": "2020-10-15T22:31:33.896Z",
"contributors": ["Sheppy"]
},
"Web/API/RTCStats/id": {
"modified": "2020-10-15T22:31:33.589Z",
"contributors": ["alexwen.cn"]
},
"Web/API/RTCStatsReport": {
"modified": "2020-10-15T22:31:34.788Z",
"contributors": ["alexwen.cn"]
Expand Down
28 changes: 0 additions & 28 deletions files/zh-cn/web/api/rtcstats/id/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions files/zh-cn/web/api/rtcstats/index.md

This file was deleted.

4 changes: 2 additions & 2 deletions files/zh-cn/web/api/rtcstatsreport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ slug: Web/API/RTCStatsReport

### 所有统计类别共有的属性

所有 WebRTC 统计对象都基于 {{domxref("RTCStats")}} 字典,该字典提供了最基本的信息:时间戳、统计类型字符串和唯一标识数据源的 ID。
所有 WebRTC 统计对象都基于 `RTCStats` 字典,该字典提供了最基本的信息:时间戳、统计类型字符串和唯一标识数据源的 ID。

### 统计类别

{{domxref("RTCStats.type", "type")}} 给出了对象所代表的统计类别的名称。以及如何查找你需要的特定数据的类型。
`type` 值给出了对象所代表的统计类别的名称。以及如何查找你需要的特定数据的类型。

## 规范

Expand Down

0 comments on commit 6f44269

Please sign in to comment.