Skip to content

Commit

Permalink
ja: fix url locales
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored and mfuji09 committed Sep 8, 2023
1 parent e82553c commit 6dea831
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions files/ja/web/api/navigator/getgamepads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ window.addEventListener("gamepadconnected", (e) => {

## 関連情報

- [ゲームパッド API の使用](/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API)
- [ゲームパッド API](/en-US/docs/Web/API/Gamepad_API)
- [ゲームパッド API の使用](/ja/docs/Web/API/Gamepad_API/Using_the_Gamepad_API)
- [ゲームパッド API](/ja/docs/Web/API/Gamepad_API)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ l10n:

##

文字列で、コンテナーの [`id`](/en-US/docs/Web/HTML/Global_attributes/id) 属性が入ります。
文字列で、コンテナーの [`id`](/ja/docs/Web/HTML/Global_attributes/id) 属性が入ります。

## 仕様書

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The signaling process involves this exchange of messages among a number of point

Imagine that Naomi and Priya are engaged in a discussion using the chat software, and Naomi decides to open a video call between the two. Here's the expected sequence of events:

[![Diagram of the signaling process](webrtc_-_signaling_diagram.svg)](/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling/webrtc_-_signaling_diagram.svg)
[![Diagram of the signaling process](webrtc_-_signaling_diagram.svg)](/ja/docs/Web/API/WebRTC_API/Signaling_and_video_calling/webrtc_-_signaling_diagram.svg)

We'll see this detailed more over the course of this article.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (mediaQueryList.matches) {

## クエリーの通知の受信

クエリの評価結果の変更を継続的に認識する必要がある場合、クエリーの結果をポーリングするよりも、[リスナー](/ja-US/docs/Web/API/EventTarget/addEventListener)を登録する方が効率的です。これを行うには、{{domxref("MediaQueryList")}} オブジェクトの `addEventListener()` メソッドを呼び出し、メディアクエリーのステータスが変化したとき(例えば、メディアクエリーのテストが `true` から `false` になったとき)に呼び出すコールバック関数を指定します。
クエリの評価結果の変更を継続的に認識する必要がある場合、クエリーの結果をポーリングするよりも、[リスナー](/ja/docs/Web/API/EventTarget/addEventListener)を登録する方が効率的です。これを行うには、{{domxref("MediaQueryList")}} オブジェクトの `addEventListener()` メソッドを呼び出し、メディアクエリーのステータスが変化したとき(例えば、メディアクエリーのテストが `true` から `false` になったとき)に呼び出すコールバック関数を指定します。

```js
// クエリーリストを作成する。
Expand Down
4 changes: 2 additions & 2 deletions files/ja/web/css/transform-function/rotate3d/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rotate3d(x, y, z, a)
<th scope="col">ℝ^3 のデカルト座標</th>
<td>
<a
href="/en-US/docs/Web/CSS/transform-function/rotate3d()/transform-functions-rotate3d_cart.png"
href="/ja/docs/Web/CSS/transform-function/rotate3d/transform-functions-rotate3d_cart.png"
><img src="transform-functions-rotate3d_cart.png" /></a
><math>
<mfenced
Expand Down Expand Up @@ -231,7 +231,7 @@ rotate3d(x, y, z, a)
<th scope="col">ℝℙ^3 の同次座標</th>
<td>
<a
href="/en-US/docs/Web/CSS/transform-function/rotate3d()/transform-functions-rotate3d_hom4.png"
href="/ja/docs/Web/CSS/transform-function/rotate3d/transform-functions-rotate3d_hom4.png"
><img src="transform-functions-rotate3d_hom4.png"
/></a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ console.log(str.search(reDot)); // ドット記号 '.' が見つからないの
- [JavaScript の正規表現の使用](/ja/docs/Web/JavaScript/Guide/Regular_expressions)
- {{jsxref("String.prototype.match()")}}
- {{jsxref("RegExp.prototype.exec()")}}
- [`RegExp.prototype[@@search]()`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/@@search)
- [`RegExp.prototype[@@search]()`](/ja/docs/Web/JavaScript/Reference/Global_Objects/RegExp/@@search)

0 comments on commit 6dea831

Please sign in to comment.