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

Commit fb72e3a

Browse files
Import l10n. (#3025)
1 parent 63dd26c commit fb72e3a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/src/main/res/values-ja/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

0 commit comments

Comments
 (0)