Skip to content

Commit c2fee94

Browse files
[WebIDL][websockets][XHR][console] Meta: link Simplified Chinese translation
[WebIDL] whatwg/webidl@e192f01 [websockets] whatwg/websockets@1b3525c [XHR] whatwg/xhr@f284317 [console] whatwg/console@82661b7
1 parent f61914d commit c2fee94

4 files changed

Lines changed: 41 additions & 34 deletions

File tree

WebIDL-ja.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
●●options
486486

487487
spec_title:Web IDL Standard
488-
spec_date:2025-07-10
488+
spec_date:2025-07-14
489489
trans_update:2025-07-11
490490
source_checked:231227
491491
original_url:https://webidl.spec.whatwg.org/
@@ -2278,14 +2278,15 @@
22782278

22792279
Commits
22802280
<a href="https://github.com/whatwg/webidl/commits">GitHub whatwg/webidl/commits</a>
2281-
<a href="https://webidl.spec.whatwg.org/commit-snapshots/d5cc64ce81542d58e2df5357513a72561be28b53/" id="commit-snapshot-link">Snapshot as of this commit</a>
2281+
<a href="https://webidl.spec.whatwg.org/commit-snapshots/e192f0132c140223da773313ba624b402248e584/" id="commit-snapshot-link">Snapshot as of this commit</a>
22822282
<a href="https://twitter.com/webidl">@webidl</a>
22832283

22842284
Tests
22852285
<a href="https://github.com/web-platform-tests/wpt/tree/master/webidl">web-platform-tests webidl/</a> (<a href="https://github.com/web-platform-tests/wpt/labels/webidl">ongoing work</a>)
22862286

22872287
各国語翻訳(非規範的)
22882288
日本語(このページ)
2289+
<a href="https://htmlspecs.com/webidl/" hreflang="zh-hans" lang="zh-hans" rel="alternate">简体中文</a>
22892290

22902291
</script>
22912292
</head>

WebSocket-ja.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
●●options
118118

119-
spec_date:2023-09-27
119+
spec_date:2025-07-14
120120
trans_update:2023-05-13
121121
source_checked:230510
122122
spec_status:LS
@@ -147,6 +147,7 @@
147147
U:span
148148
cn:span
149149
i:i
150+
em:em
150151
cite:cite
151152

152153
●●mdn_urls
@@ -620,13 +621,14 @@
620621

621622
Commits:
622623
<a href="https://github.com/whatwg/websockets/commits">GitHub whatwg/websockets/commits</a>
623-
<a href="https://websockets.spec.whatwg.org/commit-snapshots/76b79e8fad87879ee9d6bfc9c355e78f1b2a9998/" id="commit-snapshot-link">Snapshot as of this commit</a>
624+
<a href="https://websockets.spec.whatwg.org/commit-snapshots/1b3525cb24f58240581b06b7681ba46849dae182/" id="commit-snapshot-link">Snapshot as of this commit</a>
624625
<a href="https://twitter.com/whatsockets">@whatsockets</a>
625626
Tests:
626627
<a href="https://github.com/web-platform-tests/wpt/tree/master/websockets">web-platform-tests websockets/</a> (<a href="https://github.com/web-platform-tests/wpt/labels/websockets">ongoing work</a>)
627628

628629
各国語翻訳(非規範的)
629630
日本語(このページ)
631+
<a href="https://htmlspecs.com/websockets/" hreflang="zh-hans" lang="zh-hans" rel="alternate">简体中文</a>
630632

631633
</script>
632634

@@ -1407,7 +1409,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
14071409
<li>
14081410
%基底~URL ~LET コレに`関連な設定群~obj$の`~API用~基底~URL$enV
14091411
1410-
Let baseURL be this's relevant settings object's API base URL.
1412+
Let baseURL be thiss relevant settings objects API base URL.
14111413
</li>
14121414
<li>
14131415
%~URL~record ~LET `~URL構文解析する$( %url, %基底~URL )
@@ -1485,12 +1487,12 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
14851487
<li>
14861488
コレの`~URL$wS ~SET %~URL~record
14871489
1488-
Set this's url to urlRecord.
1490+
Set thiss url to urlRecord.
14891491
</li>
14901492
<li>
14911493
%~client ~LET コレに`関連な設定群~obj$
14921494
1493-
Let client be this's relevant settings object.
1495+
Let client be thiss relevant settings object.
14941496
</li>
14951497
<li>
14961498
<p>
@@ -1528,7 +1530,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
15281530
15291531
~RET `~URLを直列化する$( コレの`~URL$wS )
15301532
1531-
The url getter steps are to return this's url, serialized.
1533+
The url getter steps are to return thiss url, serialized.
15321534
</div>
15331535

15341536
<div class="algo">
@@ -1537,7 +1539,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
15371539
15381540
~RET コレの`準備y状態$wS
15391541
1540-
The readyState getter steps are to return this's ready state.
1542+
The readyState getter steps are to return thiss ready state.
15411543
</div>
15421544

15431545
<p>
@@ -1618,7 +1620,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
16181620
16191621
Run the first matching steps from the following list:
16201622
1621-
If this's ready state is CLOSING (2) or CLOSED (3)
1623+
If thiss ready state is CLOSING (2) or CLOSED (3)
16221624
• Do nothing.
16231625
</p>
16241626

@@ -1641,7 +1643,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
16411643
コレの`準備y状態$wS ~SET `CLOSING$m
16421644
16431645
If the WebSocket connection is not yet established [WSP]
1644-
• Fail the WebSocket connection and set this's ready state to CLOSING (2). [WSP]
1646+
• Fail the WebSocket connection and set thiss ready state to CLOSING (2). [WSP]
16451647
</p>
16461648

16471649
<p class="note">注記:
@@ -1670,7 +1672,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
16701672
`~WebSocket~closing~handshakeを開始する$ws:
16711673
16721674
Start the WebSocket closing handshake\
1673-
↓and set this's ready state to CLOSING (2). [WSP]
1675+
↓and set thiss ready state to CLOSING (2). [WSP]
16741676
</p>
16751677
<ul>
16761678
<li>
@@ -1688,7 +1690,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
16881690

16891691
<p class="note">注記:
16901692
`WSP$r は、[
1691-
`~WebSocket~closing~handshakeを開始する$ws~algoに状態s~codeが要求される
1693+
`~WebSocket~closing~handshakeを開始する$ws~algoに状態s~codeが`要求される^em
16921694
]ものと,誤って言明している。
16931695
16941696
The WebSocket Protocol erroneously states that the status code is required for the start the WebSocket closing handshake algorithm.
@@ -1744,7 +1746,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
17441746
コレの`準備y状態$wS ~SET `CLOSING$m
17451747
17461748
Otherwise
1747-
• Set this's ready state to CLOSING (2).
1749+
• Set thiss ready state to CLOSING (2).
17481750
</p>
17491751

17501752
<p class="note">注記:
@@ -1835,7 +1837,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
18351837
18361838
~RET コレの`~binary種別$wS
18371839
1838-
The binaryType getter steps are to return this's binary type.
1840+
The binaryType getter steps are to return thiss binary type.
18391841
</div>
18401842

18411843
<div class="algo">
@@ -1844,7 +1846,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
18441846
18451847
コレの`~binary種別$wS ~SET 所与の値
18461848
1847-
The binaryType setter steps are to set this's binary type to the given value.
1849+
The binaryType setter steps are to set thiss binary type to the given value.
18481850
</div>
18491851

18501852
<p class="note">注記:
@@ -1883,7 +1885,7 @@ <h3 title="Interface definition">3.1. ~interface定義</h3>
18831885
18841886
~THROW `InvalidStateError^E
18851887
1886-
If this's ready state is CONNECTING, then throw an "InvalidStateError" DOMException.
1888+
If thiss ready state is CONNECTING, then throw an "InvalidStateError" DOMException.
18871889
</li>
18881890
<li>
18891891
<p>
@@ -2125,7 +2127,7 @@ <h2 title="Feedback from the protocol">4. ~protocolからの~feedback</h2>
21252127
`origin$m 属性 ~SET `生成元を直列化する$【!`~URLを直列化する$】( %O の`~URL$wSの`生成元$url ),
21262128
`data$m 属性 ~SET %~event用の~data
21272129
2128-
Fire an event named message at the WebSocket object, using MessageEvent, with the origin attribute initialized to the serialization of the WebSocket object’s url's origin, and the data attribute initialized to dataForEvent.
2130+
Fire an event named message at the WebSocket object, using MessageEvent, with the origin attribute initialized to the serialization of the WebSocket object’s urls origin, and the data attribute initialized to dataForEvent.
21292131
</li>
21302132
</ol>
21312133

XHR-ja.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
●●options
113113

114114
spec_title:XMLHttpRequest
115-
spec_date:2025-03-11
115+
spec_date:2025-07-14
116116
trans_update:2025-03-14
117117
source_checked:230927
118118
original_url:https://xhr.spec.whatwg.org/
@@ -778,14 +778,15 @@
778778
779779
Commits:
780780
https://github.com/whatwg/xhr/commits
781-
<a href="https://xhr.spec.whatwg.org/commit-snapshots/4a6401c65333d504235fee794f63ed1aa40a3b41/" id="commit-snapshot-link">Snapshot as of this commit</a>
781+
<a href="https://xhr.spec.whatwg.org/commit-snapshots/f284317e1f2611b0f43fe3ce68cbf645f0b0d5b2/" id="commit-snapshot-link">Snapshot as of this commit</a>
782782
<a href="https://twitter.com/xhrstandard">@xhrstandard</a>
783783

784784
Tests:
785785
<a href="https://github.com/web-platform-tests/wpt/tree/master/xhr">web-platform-tests xhr/</a> (<a href="https://github.com/web-platform-tests/wpt/labels/xhr">ongoing work</a>)
786786

787787
各国語翻訳(非規範的)
788788
日本語(このページ)
789+
<a href="https://htmlspecs.com/xhr/" hreflang="zh-hans" lang="zh-hans" rel="alternate">简体中文</a>
789790

790791
</script>
791792

console-ja.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
●●options
9696

97-
spec_date:2024-12-16
97+
spec_date:2025-07-14
9898
trans_update:2024-11-01
9999
source_checked:241216
100100
spec_status:LS
@@ -148,33 +148,35 @@
148148
warn:API/Console/warn
149149

150150
●●original_id_map
151+
152+
id
151153
console-namespace:console-interface
152-
assert:assert-condition-data
153154
assert:dom-console-assert
155+
assert:assert-condition-data
154156
clear:dom-console-clear
155-
debug:debug-data
156157
debug:dom-console-debug
157-
error:error-data
158+
debug:debug-data
158159
error:dom-console-error
159-
info:info-data
160+
error:error-data
160161
info:dom-console-info
161-
log:log-data
162+
info:info-data
162163
log:dom-console-log
163-
table:table-tabulardata-properties
164+
log:log-data
164165
table:dom-console-table
165-
trace:trace-data
166+
table:table-tabulardata-properties
166167
trace:dom-console-trace
167-
warn:warn-data
168+
trace:trace-data
168169
warn:dom-console-warn
169-
count:count-label
170+
warn:warn-data
170171
count:dom-console-count
171-
group:group-data
172+
count:count-label
172173
group:dom-console-group
173-
groupcollapsed:groupcollapsed-data
174+
group:group-data
174175
groupcollapsed:dom-console-groupcollapsed
176+
groupcollapsed:groupcollapsed-data
175177
groupend:dom-console-groupend
176-
time:time-label
177178
time:dom-console-time
179+
time:time-label
178180
timeend:dom-console-timeend
179181

180182
●●link_map
@@ -473,14 +475,15 @@
473475
Commits:
474476
https://github.com/whatwg/console/commits
475477

476-
<a href="https://console.spec.whatwg.org/commit-snapshots/6960f44889f8dc9346e5a0e8981af22d5104df24/" id="commit-snapshot-link">Snapshot as of this commit</a>
478+
<a href="https://console.spec.whatwg.org/commit-snapshots/82661b7ffa749ba3ed768b4b06116b43940e74a9/" id="commit-snapshot-link">Snapshot as of this commit</a>
477479
<a href="https://twitter.com/consolelog">@consolelog</a>
478480

479481
Tests:
480482
<a href="https://github.com/web-platform-tests/wpt/tree/master/console">web-platform-tests console/</a> (<a href="https://github.com/web-platform-tests/wpt/labels/console">ongoing work</a>)
481483

482484
各国語翻訳(非規範的)
483485
日本語(このページ)
486+
<a href="https://htmlspecs.com/console/" hreflang="zh-hans" lang="zh-hans" rel="alternate">简体中文</a>
484487

485488
</script>
486489

0 commit comments

Comments
 (0)