1
0
Fork 0

Import strings from android-l10n

State: mozilla-l10n/android-l10n@1a1047c59e
master
Axel Hecht 2019-06-24 18:05:17 +02:00 committed by Sebastian Kaspari
parent 7b9f24edfe
commit 9e9c2c65c8
2 changed files with 5 additions and 3 deletions

View File

@ -574,6 +574,8 @@
<string name="url_copied">URL をコピーしました</string>
<!-- Sample text for accessiblity font size -->
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</string>
<!-- Summary for Accessiblity Text Size Scaling Preference -->
<string name="preference_accessibility_text_size_summary">ウェブサイト上のテキストを拡大または縮小します</string>
<!-- Title for Accessiblity Text Size Scaling Preference -->

View File

@ -161,7 +161,7 @@
<!-- Label indicating that sync is in progress -->
<string name="sync_syncing_in_progress">正在同步…</string>
<!-- Label summary indicating that sync failed. The first parameter is the date stamp showing last time it succeeded -->
<string name="sync_failed_summary">同步失败。上次成功:s</string>
<string name="sync_failed_summary">同步失败。上次成功:%s</string>
<!-- Label summary showing never synced -->
<string name="sync_failed_never_synced_summary">同步失败。上次同步:从未</string>
<!-- Label summary the date we last synced. The first parameter is date stamp showing last time synced -->
@ -296,7 +296,7 @@
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">打开的标签页</string>
<string name="tab_header_label">标签页</string>
<!-- Title for the list of tabs in the current private session -->
<string name="tabs_header_private_title">隐私浏览阶段</string>
<!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed -->
@ -330,7 +330,7 @@
<!-- Text for the menu button to rename a collection -->
<string name="collection_rename">重命名收藏集</string>
<!-- Text for the button to open tabs of the selected collection -->
<string name="collection_open_tabs">打开标签页</string>
<string name="collection_open_tabs">打开标签页</string>
<!-- Text for the button to delete a single session -->
<string name="session_item_delete">删除</string>