From a1711eaef7357451a07140b41bb970bc3c0e0ccb Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 27 Apr 2021 00:11:20 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 3 ++ files/ja/_wikihistory.json | 36 +++++++-------- .../web/api/deviceproximityevent/max/index.html | 52 ++++++++++++++++++++++ .../web/api/deviceproximityevent/min/index.html | 52 ++++++++++++++++++++++ .../web/api/deviceproximityevent/value/index.html | 52 ++++++++++++++++++++++ .../ja/web/api/deviceproximityevent/max/index.html | 51 --------------------- .../ja/web/api/deviceproximityevent/min/index.html | 51 --------------------- .../web/api/deviceproximityevent/value/index.html | 51 --------------------- 8 files changed, 177 insertions(+), 171 deletions(-) create mode 100644 files/ja/orphaned/web/api/deviceproximityevent/max/index.html create mode 100644 files/ja/orphaned/web/api/deviceproximityevent/min/index.html create mode 100644 files/ja/orphaned/web/api/deviceproximityevent/value/index.html delete mode 100644 files/ja/web/api/deviceproximityevent/max/index.html delete mode 100644 files/ja/web/api/deviceproximityevent/min/index.html delete mode 100644 files/ja/web/api/deviceproximityevent/value/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 7c9273da6e..29ba1458ca 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3745,6 +3745,9 @@ /ja/docs/Web/API/Detecting_device_orientation /ja/docs/orphaned/Web/API/Detecting_device_orientation /ja/docs/Web/API/DeviceAcceleration /ja/docs/Web/API/DeviceMotionEventAcceleration /ja/docs/Web/API/DeviceLightEvent.value /ja/docs/Web/API/DeviceLightEvent/value +/ja/docs/Web/API/DeviceProximityEvent/max /ja/docs/orphaned/Web/API/DeviceProximityEvent/max +/ja/docs/Web/API/DeviceProximityEvent/min /ja/docs/orphaned/Web/API/DeviceProximityEvent/min +/ja/docs/Web/API/DeviceProximityEvent/value /ja/docs/orphaned/Web/API/DeviceProximityEvent/value /ja/docs/Web/API/Document.domConfig /ja/docs/Web/API/Document /ja/docs/Web/API/Document/async /ja/docs/Web/API/XMLDocument/async /ja/docs/Web/API/Document/defaultView/storage_event /ja/docs/Web/API/Window/storage_event diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 0a54926ffe..a0aa7393e8 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -11457,24 +11457,6 @@ "YuichiNukiyama" ] }, - "Web/API/DeviceProximityEvent/max": { - "modified": "2019-03-23T22:15:32.868Z", - "contributors": [ - "YuichiNukiyama" - ] - }, - "Web/API/DeviceProximityEvent/min": { - "modified": "2019-03-23T22:15:40.764Z", - "contributors": [ - "YuichiNukiyama" - ] - }, - "Web/API/DeviceProximityEvent/value": { - "modified": "2019-03-23T22:15:41.294Z", - "contributors": [ - "YuichiNukiyama" - ] - }, "Web/API/Device_Memory_API": { "modified": "2020-10-15T22:28:37.534Z", "contributors": [ @@ -53496,5 +53478,23 @@ "contributors": [ "superyusuke" ] + }, + "orphaned/Web/API/DeviceProximityEvent/max": { + "modified": "2019-03-23T22:15:32.868Z", + "contributors": [ + "YuichiNukiyama" + ] + }, + "orphaned/Web/API/DeviceProximityEvent/min": { + "modified": "2019-03-23T22:15:40.764Z", + "contributors": [ + "YuichiNukiyama" + ] + }, + "orphaned/Web/API/DeviceProximityEvent/value": { + "modified": "2019-03-23T22:15:41.294Z", + "contributors": [ + "YuichiNukiyama" + ] } } \ No newline at end of file diff --git a/files/ja/orphaned/web/api/deviceproximityevent/max/index.html b/files/ja/orphaned/web/api/deviceproximityevent/max/index.html new file mode 100644 index 0000000000..4a262f2362 --- /dev/null +++ b/files/ja/orphaned/web/api/deviceproximityevent/max/index.html @@ -0,0 +1,52 @@ +--- +title: DeviceProximityEvent.max +slug: orphaned/Web/API/DeviceProximityEvent/max +tags: + - API + - DevicProximitiy Event + - Experimenatal + - Property + - Reference +translation_of: Web/API/DeviceProximityEvent/max +original_slug: Web/API/DeviceProximityEvent/max +--- +

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

+ +

max プロパティは、センサーが報告可能なセンチメートル単位の最大検知距離をで提供します。

+ +

構文

+ +
var value = instanceOfDeviceProximityEvent.max;
+ +

+ +

デバイスの近接度センサーが報告可能なセンチメートル単位の最大検知距離を表す正の数値です。

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様ステータスコメント
{{ SpecName('Proximity Events', '', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
+ +

ブラウザー実装状況

+ +

{{Compat("api.DeviceProximityEvent.max")}}

+ +

関連項目

+ + diff --git a/files/ja/orphaned/web/api/deviceproximityevent/min/index.html b/files/ja/orphaned/web/api/deviceproximityevent/min/index.html new file mode 100644 index 0000000000..acceaea8fa --- /dev/null +++ b/files/ja/orphaned/web/api/deviceproximityevent/min/index.html @@ -0,0 +1,52 @@ +--- +title: DeviceProximityEvent.min +slug: orphaned/Web/API/DeviceProximityEvent/min +tags: + - API + - DeviceProximity Event + - Experimental + - Property + - Reference +translation_of: Web/API/DeviceProximityEvent/min +original_slug: Web/API/DeviceProximityEvent/min +--- +

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

+ +

min プロパティは、センチメートル単位でセンサーが報告可能な距離を提供します。

+ +

構文

+ +
var value = instanceOfDeviceProximityEvent.min;
+ +

+ +

デバイスの近接度センサーが報告可能なセンチメートル単位の最小距離を表す正の数値です。

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
+ +

ブラウザー実装状況

+ +

{{Compat("api.DeviceProximityEvent.min")}}

+ +

関連項目

+ + diff --git a/files/ja/orphaned/web/api/deviceproximityevent/value/index.html b/files/ja/orphaned/web/api/deviceproximityevent/value/index.html new file mode 100644 index 0000000000..3ae8090e6a --- /dev/null +++ b/files/ja/orphaned/web/api/deviceproximityevent/value/index.html @@ -0,0 +1,52 @@ +--- +title: DeviceProximityEvent.value +slug: orphaned/Web/API/DeviceProximityEvent/value +tags: + - API + - DeviceProximity Event + - Experimental + - Property + - Reference +translation_of: Web/API/DeviceProximityEvent/value +original_slug: Web/API/DeviceProximityEvent/value +--- +

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

+ +

{{domxref("DeviceProximityEvent")}} オブジェクトの value プロパティは、デバイスと検出したオブジェクトの間の現在の距離をセンチメートル単位で提供します。

+ +

構文

+ +
var distance = instanceOfDeviceProximityEvent.value;
+ +

+ +

デバイスの近接センサーと検出したオブジェクトの間の現在の距離をセンチメートル単位で表した正の数値です。

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
+ +

ブラウザー実装状況

+ +

{{Compat("api.DeviceProximityEvent.value")}}

+ +

関連項目

+ + diff --git a/files/ja/web/api/deviceproximityevent/max/index.html b/files/ja/web/api/deviceproximityevent/max/index.html deleted file mode 100644 index e11285a7df..0000000000 --- a/files/ja/web/api/deviceproximityevent/max/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: DeviceProximityEvent.max -slug: Web/API/DeviceProximityEvent/max -tags: - - API - - DevicProximitiy Event - - Experimenatal - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/max ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

max プロパティは、センサーが報告可能なセンチメートル単位の最大検知距離をで提供します。

- -

構文

- -
var value = instanceOfDeviceProximityEvent.max;
- -

- -

デバイスの近接度センサーが報告可能なセンチメートル単位の最大検知距離を表す正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.max")}}

- -

関連項目

- - diff --git a/files/ja/web/api/deviceproximityevent/min/index.html b/files/ja/web/api/deviceproximityevent/min/index.html deleted file mode 100644 index 96e4cae76c..0000000000 --- a/files/ja/web/api/deviceproximityevent/min/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: DeviceProximityEvent.min -slug: Web/API/DeviceProximityEvent/min -tags: - - API - - DeviceProximity Event - - Experimental - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/min ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

min プロパティは、センチメートル単位でセンサーが報告可能な距離を提供します。

- -

構文

- -
var value = instanceOfDeviceProximityEvent.min;
- -

- -

デバイスの近接度センサーが報告可能なセンチメートル単位の最小距離を表す正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.min")}}

- -

関連項目

- - diff --git a/files/ja/web/api/deviceproximityevent/value/index.html b/files/ja/web/api/deviceproximityevent/value/index.html deleted file mode 100644 index 3cb3bf0123..0000000000 --- a/files/ja/web/api/deviceproximityevent/value/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: DeviceProximityEvent.value -slug: Web/API/DeviceProximityEvent/value -tags: - - API - - DeviceProximity Event - - Experimental - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/value ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

{{domxref("DeviceProximityEvent")}} オブジェクトの value プロパティは、デバイスと検出したオブジェクトの間の現在の距離をセンチメートル単位で提供します。

- -

構文

- -
var distance = instanceOfDeviceProximityEvent.value;
- -

- -

デバイスの近接センサーと検出したオブジェクトの間の現在の距離をセンチメートル単位で表した正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.value")}}

- -

関連項目

- - -- cgit v1.2.3-54-g00ecf