Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 8f2ba51

Browse files
Import l10n. (#2969)
1 parent 1205a25 commit 8f2ba51

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

app/src/main/res/values-ko/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,16 @@
348348
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
349349
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
350350
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
351-
-->
351+
-->
352352
<string name="hardware_acceleration_switch">UI 하드웨어 가속 사용</string>
353353

354+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
355+
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
356+
the browser cache. This feature is used by web developers when they want to always view
357+
the most recent version of a web site.
358+
-->
359+
<string name="bypass_cache_on_reload_switch">새로 고침시 캐시 무시 활성화</string>
360+
354361
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
355362
<string name="developer_options_servo">서보 활성화</string>
356363

app/src/main/res/values-nl/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,16 @@
349349
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
350350
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
351351
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
352-
-->
352+
-->
353353
<string name="hardware_acceleration_switch">UI-hardwareversnelling inschakelen</string>
354354

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

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,16 @@
348348
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
349349
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
350350
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
351-
-->
351+
-->
352352
<string name="hardware_acceleration_switch">启用 UI 硬件加速</string>
353353

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

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,16 @@
348348
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
349349
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
350350
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
351-
-->
351+
-->
352352
<string name="hardware_acceleration_switch">開啟 UI 硬體加速</string>
353353

354+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
355+
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
356+
the browser cache. This feature is used by web developers when they want to always view
357+
the most recent version of a web site.
358+
-->
359+
<string name="bypass_cache_on_reload_switch">開啟 Cache Bypass On Reload</string>
360+
354361
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
355362
<string name="developer_options_servo">啟用 Servo</string>
356363

0 commit comments

Comments
 (0)