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

Commit f8c2a47

Browse files
Pikephilip-lamb
authored andcommittedMay 29, 2019
Import strings from android-l10n (#1277)
Status: mozilla-l10n/android-l10n@88589a1
1 parent 622ecb7 commit f8c2a47

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

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

+26-26
Original file line numberDiff line numberDiff line change
@@ -56,43 +56,43 @@
5656
<!-- This string will be displayed in a dialog box presented to the user
5757
when the application needs to request permission to access the device's camera.
5858
'%1$s' will be replaced at runtime with the website's domain name. -->
59-
<string name="permission_camera">您是否要允许%1$s使用您的摄像头?</string>
59+
<string name="permission_camera">您是否要允许 %1$s 使用您的摄像头?</string>
6060

6161
<!-- This string will be displayed in a dialog box presented to the user
6262
when the application needs to request permission to access the device's microphone.
6363
'%1$s' will be replaced at runtime with the website's domain name. -->
64-
<string name="permission_microphone">您是否要允许%1$s使用您的麦克风?</string>
64+
<string name="permission_microphone">您是否要允许 %1$s 使用您的麦克风?</string>
6565

6666
<!-- This string will be displayed in a dialog box presented to the user
6767
when the application needs to request permission to access the device's camera and microphone.
6868
'%1$s' will be replaced at runtime with the website's domain name. -->
69-
<string name="permission_camera_and_microphone">您是否要允许%1$s使用您的摄像头和麦克风?</string>
69+
<string name="permission_camera_and_microphone">您是否要允许 %1$s 使用您的摄像头和麦克风?</string>
7070

7171
<!-- This string will be displayed in a dialog box presented to the user
7272
when the application needs to request permission to access the device's geographic location.
7373
'%1$s' will be replaced at runtime with the website's domain name. -->
74-
<string name="permission_location">您是否要允许%1$s获取您的位置?</string>
74+
<string name="permission_location">您是否要允许 %1$s 获取您的位置?</string>
7575

7676
<!-- This string will be displayed in a dialog box presented to the user
7777
when the application needs to request permission to send browser-level
7878
push notifications from a particular website (i.e., same origin).
7979
'%1$s' will be replaced at runtime with the website's domain name. -->
80-
<string name="permission_notification">您是否要允许%1$s向您发送通知?</string>
80+
<string name="permission_notification">您是否要允许 %1$s 向您发送通知?</string>
8181

8282
<!-- This string will be displayed in a dialog box presented to the user when the application
8383
needs to request permission to access the device's external storage such as the
8484
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
85-
<string name="permission_read_external_storage">您是否要允许%1$s读取您的外部存储?</string>
85+
<string name="permission_read_external_storage">您是否要允许 %1$s 读取您的外部存储?</string>
8686

8787
<!-- This string will be displayed in a dialog box presented to the user when the application
8888
needs to request permission to access the device's external storage such as the
8989
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
90-
<string name="permission_persistent_storage">您是否要允许%1$s在持久存储中存储数据?</string>
90+
<string name="permission_persistent_storage">您是否要允许 %1$s 在持久存储中存储数据?</string>
9191

9292
<!-- This string is displayed in the Settings dialog box and how
9393
the user can know which version of the application they are currently running.
9494
'%1$s' will be replaced at runtime with the application version number. -->
95-
<string name="settings_version">版本%1$s</string>
95+
<string name="settings_version">版本 %1$s</string>
9696

9797
<!-- This string is displayed in the Settings dialog box and is used to label an
9898
On/Off switch which toggles whether an application crash is reported without first
@@ -188,7 +188,7 @@
188188

189189
<!-- This string is used in place of the 'settings_version' string (e.g., `version 1.1`) when the user is running
190190
a developer-build version of the app. -->
191-
<string name="settings_version_developer">开发者构建</string>
191+
<string name="settings_version_developer">开发者版本</string>
192192

193193
<!-- This string is the title of a dialog box shown to the user when a settings
194194
change requires the application to restart. -->
@@ -216,7 +216,7 @@
216216

217217
<!-- This string labels an On/Off switch in the 'Developer Options' dialog
218218
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
219-
<string name="developer_options_show_console">将控制台重定向到Logcat</string>
219+
<string name="developer_options_show_console">将控制台重定向至 Logcat</string>
220220

221221
<!-- This string labels an On/Off switch in the developer options dialog
222222
and is used to customize background environments of the app. -->
@@ -230,7 +230,7 @@
230230
<string name="developer_options_multiprocess">启用多进程</string>
231231

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

235235
<!-- This string is used to label a numerical-entry field where the user may set a new value to
236236
use for the display density. -->
@@ -256,15 +256,15 @@
256256

257257
<!-- This string is used to label a numerical entry field where the user may enter a new value
258258
for the virtual displays Dots Per Inch (DPI). -->
259-
<string name="developer_options_display_dpi">显示DPI:</string>
259+
<string name="developer_options_display_dpi">显示密度(DPI):</string>
260260

261261
<!-- This string is used to label two integer entry fields that will allow the user to adjust
262262
the maximum window size in the X and Y dimensions. -->
263263
<string name="developer_options_max_window_size">最大窗口:</string>
264264

265265
<!-- This string is used to label radio buttons for setting Multi-Sample Anti-Aliasing (MSAA) in
266266
VR Immersive Mode. -->
267-
<string name="developer_options_msaa">MSAA</string>
267+
<string name="developer_options_msaa">多重采样抗锯齿(MSAA</string>
268268

269269
<!-- This string is used to label the MSAA radio button that disables MSAA in Immersive Mode. -->
270270
<string name="developer_options_msaa_disabled">已禁用</string>
@@ -417,15 +417,15 @@
417417

418418
<!-- This string is displayed in the voice-search dialog box that is shown to the user when they press the
419419
button used to initiate Voice Search. -->
420-
<string name="voice_search_example">例如:请说“360视频、天气、新闻…”</string>
420+
<string name="voice_search_example">例如:请说“360° 视频、天气、新闻…”</string>
421421

422422
<!-- This string is displayed in a dialog box show to the user while the Voice Search is being
423423
performed. It indicates that the search query is running and they should wait for the result. -->
424424
<string name="voice_search_decoding">正在搜索…</string>
425425

426426
<!-- This string is displayed in a dialog box show to the user while the Voice Search is being
427427
performed. It indicates that the search query is running and they should wait for the result. -->
428-
<string name="voice_search_error">抱歉!我没有听懂。</string>
428+
<string name="voice_search_error">抱歉我没有听懂。</string>
429429

430430
<!-- This string is displayed in a dialog box after a failed Voice Search and the system is prompting the
431431
user to try the Voice Search again. -->
@@ -488,22 +488,22 @@
488488
<string name="video_mode_tooltip">视频投影</string>
489489

490490
<!-- This string is displayed when selecting a video playback mode. -->
491-
<string name="video_mode_3d_side">3D并排</string>
491+
<string name="video_mode_3d_side">3D 并排</string>
492492

493493
<!-- This string is displayed when selecting a video playback mode. -->
494-
<string name="video_mode_360">360</string>
494+
<string name="video_mode_360">360°</string>
495495

496496
<!-- This string is displayed when selecting a video playback mode. -->
497-
<string name="video_mode_360_stereo">360立体声</string>
497+
<string name="video_mode_360_stereo">360° 立体</string>
498498

499499
<!-- This string is displayed when selecting a video playback mode. -->
500-
<string name="video_mode_180">180</string>
500+
<string name="video_mode_180">180°</string>
501501

502502
<!-- This string is displayed when selecting a video playback mode. -->
503-
<string name="video_mode_180_left_right">立体声180(左到右)</string>
503+
<string name="video_mode_180_left_right">180° 立体(左到右)</string>
504504

505505
<!-- This string is displayed when selecting a video playback mode. -->
506-
<string name="video_mode_180_top_bottom">立体声180(上到下)</string>
506+
<string name="video_mode_180_top_bottom">180° 立体(上到下)</string>
507507

508508
<!-- This string is displayed when selecting a video playback mode. -->
509509
<string name="video_mode_2d">2D</string>
@@ -518,22 +518,22 @@
518518
<string name="video_controls_mute">静音</string>
519519

520520
<!-- This string is displayed in a tooltip in the video controls UI. -->
521-
<string name="video_controls_unmute">恢复声音</string>
521+
<string name="video_controls_unmute">取消静音</string>
522522

523523
<!-- This string is displayed in a tooltip below the video controls UI. -->
524524
<string name="video_controls_volume">音量</string>
525525

526526
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
527527
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
528-
<string name="video_controls_seek_forward">寻求+%1$s秒</string>
528+
<string name="video_controls_seek_forward">快进 %1$s 秒</string>
529529

530530
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek -15 seconds').
531531
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '15'). -->
532-
<string name="video_controls_seek_backward">寻求-%1$s秒</string>
532+
<string name="video_controls_seek_backward">后退 %1$s 秒</string>
533533

534534
<!-- This string is displayed in the video control seekbar when the media is not seekable
535535
(e.g., a live video stream). Prefer a short text because it affects the width of the seek bar. -->
536-
<string name="video_controls_live">LIVE</string>
536+
<string name="video_controls_live">直播</string>
537537

538538
<!-- This string is displayed as the title of the Bookmarks List, which contains the user's bookmarked websites. -->
539539
<string name="bookmarks_title">书签</string>
@@ -653,7 +653,7 @@
653653
<ul class="two-column">
654654
<li>访问过的页面</li>
655655
<li>搜索记录</li>
656-
<li>cookie</li>
656+
<li>Cookie</li>
657657
<li>临时文件</li>
658658
</ul>
659659
<p>隐私浏览<strong>不会使您</strong>在互联网上匿名。您的雇主和电信运营商仍然可以知道您访问了什么页面。</p>

0 commit comments

Comments
 (0)
This repository has been archived.