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

Commit 264f180

Browse files
Import l10n. (#2340)
1 parent 936342c commit 264f180

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">Debug-Protokollierung aktivieren</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">UI-Hardwarebeschleunigung aktivieren</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">Servo aktivieren</string>
353359

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">Attiva i log di debug</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">Attiva l’accelerazione hardware dell’interfaccia utente</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">Abilita Servo</string>
353359

app/src/main/res/values-nb-rNO/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@
349349
-->
350350
<string name="developer_options_debug_logging">Aktiver feilsøking</string>
351351

352+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
353+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
354+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
355+
-->
356+
<string name="hardware_acceleration_switch">Aktiver UI-maskinvareakselerasjon</string>
357+
352358
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
353359
<string name="developer_options_servo">Slå på Servo</string>
354360

app/src/main/res/values-sv-rSE/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">Aktivera felsökning</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">Aktivera UI-maskinvaruacceleration</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">Aktivera Servo</string>
353359

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">启用调试日志</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">启用 UI 硬件加速</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">启用 Servo</string>
353359

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">開啟除錯紀錄</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">開啟 UI 硬體加速</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">啟用 Servo</string>
353359

0 commit comments

Comments
 (0)