From 947ce0c16a649b94c51d87dc82ce588b44a4e19e Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 14 Jul 2021 00:33:11 +0000 Subject: [CRON] sync translated content --- files/de/_redirects.txt | 1 + files/de/_wikihistory.json | 12 +++---- .../orphaned/web/api/fullscreenoptions/index.html | 42 ++++++++++++++++++++++ files/de/web/api/fullscreenoptions/index.html | 41 --------------------- files/pt-br/_redirects.txt | 1 + files/pt-br/_wikihistory.json | 12 +++---- .../orphaned/web/api/fullscreenoptions/index.html | 30 ++++++++++++++++ files/pt-br/web/api/fullscreenoptions/index.html | 29 --------------- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 12 +++---- .../orphaned/web/api/fullscreenoptions/index.html | 28 +++++++++++++++ files/zh-cn/web/api/fullscreenoptions/index.html | 27 -------------- 12 files changed, 121 insertions(+), 115 deletions(-) create mode 100644 files/de/orphaned/web/api/fullscreenoptions/index.html delete mode 100644 files/de/web/api/fullscreenoptions/index.html create mode 100644 files/pt-br/orphaned/web/api/fullscreenoptions/index.html delete mode 100644 files/pt-br/web/api/fullscreenoptions/index.html create mode 100644 files/zh-cn/orphaned/web/api/fullscreenoptions/index.html delete mode 100644 files/zh-cn/web/api/fullscreenoptions/index.html diff --git a/files/de/_redirects.txt b/files/de/_redirects.txt index 6b8e4dcfa8..6f4cd7eae5 100644 --- a/files/de/_redirects.txt +++ b/files/de/_redirects.txt @@ -454,6 +454,7 @@ /de/docs/Web/API/Element.querySelector /de/docs/Web/API/Element/querySelector /de/docs/Web/API/File/Typ /de/docs/Web/API/File/type /de/docs/Web/API/File/Zugriff_auf_Dateien_von_Webapplikationen /de/docs/Web/API/File/Using_files_from_web_applications +/de/docs/Web/API/FullscreenOptions /de/docs/orphaned/Web/API/FullscreenOptions /de/docs/Web/API/IndexedDB_API/IndexedDB_verwenden /de/docs/Web/API/IndexedDB_API/Using_IndexedDB /de/docs/Web/API/MozMobileConnection.selectNetworkAutomatically /de/docs/Web/API/MozMobileConnection/selectNetworkAutomatically /de/docs/Web/API/Navigator/registerProtocolHandler/Webbasierte_protokoll-handler /de/docs/Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers diff --git a/files/de/_wikihistory.json b/files/de/_wikihistory.json index 4a9a904a8c..b4e2fe004b 100644 --- a/files/de/_wikihistory.json +++ b/files/de/_wikihistory.json @@ -3355,12 +3355,6 @@ "marjot" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:20:23.450Z", - "contributors": [ - "Gerak842" - ] - }, "Web/API/Fullscreen_API": { "modified": "2019-07-07T13:00:37.918Z", "contributors": [ @@ -14535,6 +14529,12 @@ "sv3m0r" ] }, + "orphaned/Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:20:23.450Z", + "contributors": [ + "Gerak842" + ] + }, "orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { "modified": "2020-01-13T04:47:55.526Z", "contributors": [ diff --git a/files/de/orphaned/web/api/fullscreenoptions/index.html b/files/de/orphaned/web/api/fullscreenoptions/index.html new file mode 100644 index 0000000000..fea452b75d --- /dev/null +++ b/files/de/orphaned/web/api/fullscreenoptions/index.html @@ -0,0 +1,42 @@ +--- +title: FullscreenOptions +slug: orphaned/Web/API/FullscreenOptions +tags: + - API + - Aufbau + - Bildschirm + - Einstellungen + - Full-screen + - Fullscreen API + - FullscreenOptionen + - Navigation + - Optionen + - Referenz + - UI + - Wörterbuch + - fullscreen +translation_of: Web/API/FullscreenOptions +original_slug: Web/API/FullscreenOptions +--- +

{{APIRef("Fullscreen API")}}

+ +

Das FullscreenOptions-Wörterbuch wird verwendet, um Konfigurationsoptionen bereitzustellen, wenn {{DOMxRef ("Element.requestFullscreen", "requestFullscreen ()")}} für ein Element aufgerufen wird, um dieses Element in den Vollbildmodus zu versetzen.

+ +

Eigenschaften

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
Eine Zeichenfolge, mit der gesteuert wird, ob die Elemente der Browser-Benutzeroberfläche im Vollbildmodus angezeigt werden sollen. Mit der Standardeinstellung "auto" kann der Browser diese Entscheidung treffen.
+
+ +

Browser-Kompatibilität

+ +

{{Compat("api.FullscreenOptions")}}

+ +

Siehe auch

+ + diff --git a/files/de/web/api/fullscreenoptions/index.html b/files/de/web/api/fullscreenoptions/index.html deleted file mode 100644 index c6a9aed585..0000000000 --- a/files/de/web/api/fullscreenoptions/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: FullscreenOptions -slug: Web/API/FullscreenOptions -tags: - - API - - Aufbau - - Bildschirm - - Einstellungen - - Full-screen - - Fullscreen API - - FullscreenOptionen - - Navigation - - Optionen - - Referenz - - UI - - Wörterbuch - - fullscreen -translation_of: Web/API/FullscreenOptions ---- -

{{APIRef("Fullscreen API")}}

- -

Das FullscreenOptions-Wörterbuch wird verwendet, um Konfigurationsoptionen bereitzustellen, wenn {{DOMxRef ("Element.requestFullscreen", "requestFullscreen ()")}} für ein Element aufgerufen wird, um dieses Element in den Vollbildmodus zu versetzen.

- -

Eigenschaften

- -
-
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
-
Eine Zeichenfolge, mit der gesteuert wird, ob die Elemente der Browser-Benutzeroberfläche im Vollbildmodus angezeigt werden sollen. Mit der Standardeinstellung "auto" kann der Browser diese Entscheidung treffen.
-
- -

Browser-Kompatibilität

- -

{{Compat("api.FullscreenOptions")}}

- -

Siehe auch

- - diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index bc88655535..5a35fcaf0f 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -507,6 +507,7 @@ /pt-BR/docs/Web/API/Element/addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener /pt-BR/docs/Web/API/Event/Comparativo_entre_Event_Targets /pt-BR/docs/Web/API/Event/Comparison_of_Event_Targets /pt-BR/docs/Web/API/Fetch_API/Uso_de_busca_Cross-global /pt-BR/docs/Web/API/Fetch_API/Cross-global_fetch_usage +/pt-BR/docs/Web/API/FullscreenOptions /pt-BR/docs/orphaned/Web/API/FullscreenOptions /pt-BR/docs/Web/API/HTMLContentElement/Seletor /pt-BR/docs/Web/API/HTMLContentElement/select /pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Example /pt-BR/docs/Web/API/IndexedDB_API/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Using_IndexedDB diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index e82678edc5..86063b2a99 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -5265,12 +5265,6 @@ "welingtonms" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:15:52.238Z", - "contributors": [ - "TecladistaProd" - ] - }, "Web/API/Gamepad_API": { "modified": "2020-10-15T22:23:34.951Z", "contributors": [ @@ -16925,6 +16919,12 @@ "bermarques" ] }, + "orphaned/Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:15:52.238Z", + "contributors": [ + "TecladistaProd" + ] + }, "orphaned/Web/API/HTMLOrForeignElement/blur": { "modified": "2020-10-15T22:12:54.970Z", "contributors": [ diff --git a/files/pt-br/orphaned/web/api/fullscreenoptions/index.html b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html new file mode 100644 index 0000000000..165dd5a5be --- /dev/null +++ b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html @@ -0,0 +1,30 @@ +--- +title: FullscreenOptions +slug: orphaned/Web/API/FullscreenOptions +translation_of: Web/API/FullscreenOptions +original_slug: Web/API/FullscreenOptions +--- +

{{APIRef("Fullscreen API")}}

+ +

O dicionário FullscreenOptions é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).

+ +

Propriedades

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, "auto", deixa que o navegador faça esta decisão.
+
+ +

Compatibilidade dos Navegadores

+ + + +

{{Compat("api.FullscreenOptions")}}

+ +

Veja Também

+ + diff --git a/files/pt-br/web/api/fullscreenoptions/index.html b/files/pt-br/web/api/fullscreenoptions/index.html deleted file mode 100644 index 9a85830521..0000000000 --- a/files/pt-br/web/api/fullscreenoptions/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: FullscreenOptions -slug: Web/API/FullscreenOptions -translation_of: Web/API/FullscreenOptions ---- -

{{APIRef("Fullscreen API")}}

- -

O dicionário FullscreenOptions é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).

- -

Propriedades

- -
-
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
-
Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, "auto", deixa que o navegador faça esta decisão.
-
- -

Compatibilidade dos Navegadores

- - - -

{{Compat("api.FullscreenOptions")}}

- -

Veja Também

- - diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 2f520065d0..6c0d49bcf5 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1592,6 +1592,7 @@ /zh-CN/docs/Web/API/File.name /zh-CN/docs/Web/API/File/name /zh-CN/docs/Web/API/FileReader/中止事件(abort) /zh-CN/docs/Web/API/FileReader/abort_event /zh-CN/docs/Web/API/FormData/删除 /zh-CN/docs/Web/API/FormData/delete +/zh-CN/docs/Web/API/FullscreenOptions /zh-CN/docs/orphaned/Web/API/FullscreenOptions /zh-CN/docs/Web/API/Fullscreen_API/指南 /zh-CN/docs/Web/API/Fullscreen_API/Guide /zh-CN/docs/Web/API/Geolocation/Using_geolocation /zh-CN/docs/Web/API/Geolocation_API /zh-CN/docs/Web/API/GeolocationPosition/获取该位置时的时间戳 /zh-CN/docs/Web/API/GeolocationPosition/timestamp diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index a7bda394d5..211897a137 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -13895,12 +13895,6 @@ "peakclown" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:20:05.430Z", - "contributors": [ - "xiaoxingchi" - ] - }, "Web/API/Fullscreen_API": { "modified": "2020-12-01T00:44:56.235Z", "contributors": [ @@ -49675,6 +49669,12 @@ "wuCrio" ] }, + "orphaned/Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:20:05.430Z", + "contributors": [ + "xiaoxingchi" + ] + }, "orphaned/Web/API/HTMLElement/forceSpellCheck": { "modified": "2019-03-18T21:38:32.415Z", "contributors": [ diff --git a/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html b/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html new file mode 100644 index 0000000000..c3328c99b2 --- /dev/null +++ b/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html @@ -0,0 +1,28 @@ +--- +title: FullscreenOptions +slug: orphaned/Web/API/FullscreenOptions +translation_of: Web/API/FullscreenOptions +original_slug: Web/API/FullscreenOptions +--- +

{{APIRef("Fullscreen API")}}

+ +

当调用{{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} 元素以将该元素置于全屏模式时,使用 FullscreenOptions 字典提供配置选项。

+ +

属性

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
在元素处于全屏模式时,控制是否保持浏览器用户界面元素可见的字符串。默认的“auto”让浏览器做出这个决定。
+
+ +

浏览器兼容性

+ +

{{Compat("api.FullscreenOptions")}}

+ +

另请参阅

+ + diff --git a/files/zh-cn/web/api/fullscreenoptions/index.html b/files/zh-cn/web/api/fullscreenoptions/index.html deleted file mode 100644 index 2df37297c5..0000000000 --- a/files/zh-cn/web/api/fullscreenoptions/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: FullscreenOptions -slug: Web/API/FullscreenOptions -translation_of: Web/API/FullscreenOptions ---- -

{{APIRef("Fullscreen API")}}

- -

当调用{{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} 元素以将该元素置于全屏模式时,使用 FullscreenOptions 字典提供配置选项。

- -

属性

- -
-
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
-
在元素处于全屏模式时,控制是否保持浏览器用户界面元素可见的字符串。默认的“auto”让浏览器做出这个决定。
-
- -

浏览器兼容性

- -

{{Compat("api.FullscreenOptions")}}

- -

另请参阅

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