Skip to content

Commit

Permalink
Import l10n. (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Mar 17, 2020
1 parent 1205a25 commit 8f2ba51
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion app/src/main/res/values-ko/strings.xml
Expand Up @@ -348,9 +348,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">UI 하드웨어 가속 사용</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">새로 고침시 캐시 무시 활성화</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">서보 활성화</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-nl/strings.xml
Expand Up @@ -349,9 +349,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">UI-hardwareversnelling inschakelen</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">Omzeilen van buffer bij opnieuw laden inschakelen</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">Servo inschakelen</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Expand Up @@ -348,9 +348,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">启用 UI 硬件加速</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">启用“强制刷新”</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">启用 Servo</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Expand Up @@ -348,9 +348,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">開啟 UI 硬體加速</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">開啟 Cache Bypass On Reload</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">啟用 Servo</string>

Expand Down

0 comments on commit 8f2ba51

Please sign in to comment.