Import l10n.
[gecko.git] / mobile / android / focus-android / app / src / main / res / values-zh-rCN / strings.xml
blobd5573d59fece24edc673f990dcc2240a94d3379a
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:moz="http://mozac.org/tools" xmlns:tools="http://schemas.android.com/tools">
3     <!-- ####################################################################################### -->
4     <!-- ## Put only strings into this file that should be translated. Move all other strings ## -->
5     <!-- ## into a separate file like strings_references.xml                                  ## -->
6     <!-- ####################################################################################### -->
8     <!-- Label used for buttons, e.g. in dialogs -->
9     <string name="action_cancel">取消</string>
10     <!-- Label used for buttons, e.g. in dialogs -->
11     <string name="action_ok">确定</string>
13     <string name="action_save">保存</string>
15     <!-- This text is shown in the URL bar when it's empty -->
16     <string name="urlbar_hint">搜索或输入网址</string>
18     <string name="teaser">全自动的私密浏览。\n无痕浏览,不必劳心。</string>
20     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session -->
21     <string name="feedback_erase">您的浏览记录已清除。</string>
22     <string name="feedback_erase2">浏览历史已清除</string>
24     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session -->
25     <string name="feedback_erase_custom_tab">已清除标签页浏览记录。</string>
27     <!-- This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search -->
28     <string name="search_hint">搜索 %1$s</string>
30     <!-- Menu item: Share the currently visible page -->
31     <string name="menu_share">分享…</string>
33     <!-- Menu item: Report an issue on the current site -->
34     <string name="menu_report_site_issue">反馈网站问题</string>
36     <!-- Menu item: Switch to another browser to open the currently visible page. %1$s will be
37       replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some
38       links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" -->
39     <string name="menu_open_with_default_browser2">用 %1$s 打开</string>
41     <!-- Menu item: Switch to another browser to open the currently visible page. This menu item
42       will be shown if there are multiple browsers and we do not know which one is the default
43       browser or in case Focus is actually the default browser. Clicking this menu item will show
44       a screen with multiple browsers (or other apps that can open the current URL) to choose from. -->
45     <string name="menu_open_with_a_browser2">打开于…</string>
47     <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). -->
48     <string name="menu_add_to_home_screen">添加到主屏幕</string>
50     <!-- Menu item: Add the current site as a shortcut on the Home screen -->
51     <string name="menu_add_to_shortcuts">添加快捷方式</string>
52     <!-- Menu item: Remove the current site as a shortcut from the Home screen -->
53     <string name="menu_remove_from_shortcuts">移除快捷方式</string>
55     <!-- Menu item: Shows information about features and changes that are new to this version -->
56     <string name="menu_whats_new">新版变化</string>
57     <string name="menu_settings">设置</string>
58     <string name="menu_about">关于</string>
59     <string name="menu_help">帮助</string>
60     <string name="menu_rights">您的权利</string>
62     <!-- Menu item: This is the label for a menu entry that shows how many trackers have been blocked
63          for the currently loaded website. The number of blocked trackers is shown below this label.
64          Next to this label is a switch that allows the user to temporarily enable / disable the
65          blocking of trackers for the current browsing session - for example if the current website
66          doesn't work correctly with blocked content. -->
67     <string name="menu_trackers_blocked_title">已屏蔽跟踪器</string>
69     <!-- Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many
70     trackers have been blocked for the currently loaded website.  -->
71     <string name="menu_trackers_blocked_subtitle">关闭此功能或许可以解决一些网站的问题</string>
73     <!-- Menu item: This is the label for turning off content blocking for the current website. -->
74     <string name="menu_content_blocking">内容拦截</string>
75     <!-- This is the subtitle content blocking toggle -->
76     <string name="menu_content_blocking_subtitle">关闭以解决一些网站问题</string>
78     <!-- This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes.
79      See https://github.com/mozilla-mobile/focus-android/issues/2106
80       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
81     <string name="menu_custom_tab_branding">由 %1$s 提供</string>
83     <!-- This is the title of a dialog that shows all the share targets (apps or contacts) when
84          sharing an URL. -->
85     <string name="share_dialog_title">分享方式</string>
87     <!-- While a browsing session is active (in the foreground or background) we will show a notification
88          so that the user doesn't forget about the website still being open. This text is shown in
89          the notification. Clicking the notification will have the same effect as clicking the "erase"
90          button in the application. -->
91     <string name="notification_erase_text">清除浏览记录</string>
93     <!-- Notification action to open Focus and resume the current browsing session. -->
94     <string name="notification_action_open">打开</string>
96     <!-- Notification action to erase the current browsing session AND switch to Focus (bring it
97          to the foreground) -->
98     <string name="notification_action_erase_and_open">清除并打开</string>
100     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
101          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
102     <string name="shortcut_erase_short_label">清除</string>
104     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
105          instead of the short title when it has enough space. Android recommends a maximum length
106          of 25 characters. -->
107     <string name="shortcut_erase_long_label">清除浏览记录</string>
110     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
111          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
112     <string name="shortcut_erase_and_open_short_label">清除并打开</string>
114     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
115          instead of the short title when it has enough space. Android recommends a maximum length
116          of 25 characters.
117          %1$s will be replaced by the app name (e.g. Firefox Focus) -->
118     <string name="shortcut_erase_and_open_long_label">清除并打开 %1$s</string>
121     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
122          Focus is hard coded since we can't use variables in this context.
123          Do not translate or transliterate Focus.-->
124     <string name="text_selection_search_action_focus">Focus · 搜索</string>
125     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
126              Klar is hard coded since we can't use variables in this context.
127              Do not translate or transliterate Klar.-->
128     <string name="text_selection_search_action_klar">Klar · 搜索</string>
129     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
130             Focus Beta is hard coded since we can't use variables in this context.
131             Do not translate or transliterate Focus Beta.-->
132     <string name="text_selection_search_action_focus_beta">Focus Beta · 搜索</string>
133     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
134           Focus Nightly is hard coded since we can't use variables in this context.
135           Do not translate or transliterate Focus Nightly.-->
136     <string name="text_selection_search_action_focus_nightly">Focus Nightly · 搜索</string>
138     <!-- Content of about focus. Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
139          Argument 2 is the url for the learn-more link. -->
140     <string name="about_content"><![CDATA[<p>%1$s 让您掌控线上生活。</p>
141 <p>可以用作隐私浏览器:
142   <ul>
143     <li>直接在应用中搜索和浏览</li>
144     <li>拦截跟踪器(也可调整为允许跟踪器)</li>
145     <li>自动清除 Cookie、搜索记录和浏览记录</li>
146   </ul>
147 </p>
148 <p>%1$s 由 Mozilla 出品。我们的使命是促成健康、开放的互联网。<br/>
149 <a href="%2$s">详细了解</a></p>]]></string>
151     <!-- Header for the Privacy and Security settings menu -->
152     <string name="preference_privacy_and_security_header">隐私与安全</string>
154     <!-- Preference summary for settings related to privacy and security -->
155     <string name="preference_privacy_and_security_summary">跟踪、Cookie、数据反馈</string>
157     <!-- Preference category description for settings related to search, set default
158     and autocomplete are settings a user can find and change inside the "search" settings screen -->
159     <string name="preference_search_summary">设置默认引擎、自动补全</string>
161     <!-- Preference category description for settings screen for settings related to Mozilla -->
162     <!-- About the app and help are links that are inside this menu -->
163     <!-- %1$s will be replaced by the app name (e.g. Firefox Focus) -->
164     <string name="preference_mozilla_summary">关于 %1$s、使用说明</string>
166     <!-- Preference category for ad blocking and enhanced tracking protection settings -->
167     <string name="preference_category_tracking_protection3">增强型跟踪保护</string>
169     <!-- Preference category for settings related to controlling web content -->
170     <string name="preference_category_web_content">网络内容</string>
172     <!-- Preference category: stealth settings for while switching apps -->
173     <string name="preference_category_switching_apps">切换应用程序</string>
175     <!-- Preference category for General Settings -->
176     <string name="preference_category_general">常规</string>
178     <!-- Preference summary for General Settings category; the two things users can find in this category -->
179     <string name="preference_general_summary2">默认浏览器、语言</string>
181     <!-- Preference category for settings about sending usage data -->
182     <string name="preference_category_data_collection_use">数据收集与使用</string>
184     <string name="preference_category_search">搜索</string>
186     <!-- Title of "switch" preference that enables/disables search suggestions -->
187     <string name="preference_show_search_suggestions">获取搜索建议</string>
188     <!-- Description of the preference that enables/disables search suggestions
189         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
190     <string name="preference_show_search_suggestions_summary">%1$s 会将您在地址栏中输入的内容发送至您的搜索引擎</string>
192     <!-- This label is shown below the name of the default search engine in settings -->
193     <string name="preference_search_engine_default">默认</string>
195     <!-- This label is shown above the currently selected search engine in settings -->
196     <string name="preference_search_engine_label">搜索引擎</string>
198     <!-- Text that is shown below a "switch" preference that is enabled. -->
199     <string name="preference_state_on">开启</string>
201     <!-- Text that is shown below a "switch" preference that is disabled. -->
202     <string name="preference_state_off">关闭</string>
204     <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. -->
205     <string name="preference_subitem_autocomplete">网址自动补全</string>
207     <!-- Title of "switch" preference that enables/disables autocomplete for the default list -->
208     <string name="preference_switch_autocomplete_topsites">对于常用网站</string>
210     <!-- Summary for the toggle to enable autocomplete for the topsites list
211     %s is a placeholder for the app name (e.g. Firefox Focus)-->
212     <string name="preference_autocomplete_topsite_summary2">开启之后,%s 地址栏可以自动补全超过 450 个热门网站。</string>
214     <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list -->
215     <string name="preference_switch_autocomplete_user_list">对于您添加的网站</string>
217     <!-- Summary for the toggle to enable autocomplete for the user-defined list
218      %s is a placeholder for the app name (e.g. Firefox Focus)-->
219     <string name="preference_autocomplete_user_list_summary2">开启之后,%s 可以自动补全您喜爱的网址。</string>
221     <!-- Preference category: Manage (user-defined) sites -->
222     <string name="preference_category_autocomplete_manage_sites">管理网站</string>
224     <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list-->
225     <string name="preference_autocomplete_subitem_manage_sites">管理网站</string>
227     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
228     <string name="preference_autocomplete_action_add">+ 添加自定义网址</string>
230     <!-- Explanation text above the list of custom autocomplete URLs. -->
231     <string name="preference_autocomplete_explanation_text">您的自动补全列表:</string>
233     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
234     <string name="preference_autocomplete_action_add2">添加网址</string>
236     <!-- Title of the screen for adding custom autocomplete URLs. -->
237     <string name="preference_autocomplete_title_add">添加自定义网址</string>
239     <!-- Label for the button to quick add custom autocomplete URLs. -->
240     <string name="custom_autocomplete_quick_add">添加自定义网址</string>
242     <!-- Label for the button to quick add the current URL to the custom autocomplete list -->
243     <string name="add_custom_autocomplete_label">添加自动补全的链接</string>
245     <!-- Preference category for settings about cookies and site data -->
246     <string name="preference_category_cookies">Cookie 和网站数据</string>
248     <!-- Preference category for settings about data choices -->
249     <string name="preference_category_data_choices">数据反馈</string>
251     <!-- Title of the screen for removing custom autocomplete URLs. -->
252     <string name="preference_autocomplete_title_remove">移除自定义网址</string>
254     <!-- A link to SUMO at autocomplete settings. -->
255     <string name="preference_autocomplete_learn_more">详细了解</string>
257     <!-- Preference summary: Custom (user-defined) autocomplete URLs. -->
258     <string name="preference_autocomplete_custom_summary">添加和管理自定义的自动补全网址。</string>
260     <!-- Label for the "custom autocomplete URL" input field -->
261     <string name="preference_autocomplete_add_title">要添加的网址</string>
263     <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. -->
264     <string name="preference_autocomplete_add_hint">粘贴或输入网址</string>
266     <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) -->
267     <string name="preference_autocomplete_add_example2">示例:mozilla.org</string>
269     <!-- To be removed once the new hint has been translated -->
270     <string name="preference_autocomplete_add_example">例如:example.com</string>
272     <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. -->
273     <string name="preference_autocomplete_add_confirmation">已添加新的自定义网址。</string>
275     <!-- Menu item to remove existing autocomplete URLs. -->
276     <string name="preference_autocomplete_menu_remove">移除</string>
278     <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. -->
279     <string name="preference_autocomplete_action_remove_content_description">移除</string>
281     <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. -->
282     <string name="preference_autocomplete_add_error">请复查您输入的网址。</string>
284     <string name="preference_language">语言</string>
285     <!-- This is shown when the user hasn't set a focus specific language, i.e. when Focus
286          is using the system default language. -->
287     <string name="preference_language_systemdefault">系统默认</string>
289     <string name="preference_category_privacy">隐私</string>
290     <string name="preference_privacy_block_ads">拦截广告跟踪器</string>
291     <string name="preference_privacy_block_ads_summary">一些广告在跟踪您的访问,即使您没有点击广告</string>
292     <string name="preference_privacy_block_analytics">拦截分析跟踪器</string>
293     <string name="preference_privacy_block_analytics_summary">它们会收集、分析和测量您的活动,例如点按和滚动</string>
294     <string name="preference_privacy_block_social">拦截社交跟踪器</string>
295     <string name="preference_privacy_block_social_summary">嵌入在网站上来跟踪您的访问,并显示分享按钮等功能</string>
296     <string name="preference_privacy_block_content">拦截其他内容跟踪器</string>
297     <string name="preference_privacy_block_content_summary2">启用可能导致部分网站运作不正常</string>
298     <string name="preference_privacy_category_cookies">阻止 Cookie</string>
300     <!-- Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies
301     only (Only 3rd-party Cookies Blocked), No (No cookies blocked) -->
302     <string name="preference_privacy_should_block_cookies_no_option2">不用,谢谢</string>
303     <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">仅阻止第三方跟踪器 Cookie</string>
304     <string name="preference_privacy_should_block_cookies_third_party_only_option">仅阻止第三方 Cookie</string>
306     <string name="preference_privacy_should_block_cookies_cross_site_option">拦截跨站 Cookie</string>
307     <string name="preference_privacy_should_block_cookies_yes_option2">好的</string>
309     <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. -->
310     <string name="preference_security_biometric">使用指纹解锁应用</string>
312     <!-- Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL
313         open when the app was last run to ensure that only the phone's owner can view a previous session.
314         %s will be replaced by the app name (e.g. Firefox Focus)
315         Shortcuts is a feature that allows the user to pin his favorite websites to Focus home screen so he can quickly access them-->
316     <string name="preference_security_biometric_summary2">若 %s 有打开的网站或添加过快捷方式,请使用指纹解锁。</string>
318     <!-- Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen
319          and prevents the user from taking screenshots or casting the app to other displays. -->
320     <string name="preference_privacy_secure_mode">隐形</string>
321     <!-- Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the
322      app's content (in our case especially the content of webpages) to show up in the "recent apps"
323      screen. Additionally Android will prevent the user from taking screenshots or casting the app
324      to other displays. -->
325     <string name="preference_privacy_stealth_summary">切换应用时隐藏网页内容,并阻止截屏、投屏。</string>
327     <string name="preference_category_security">安全</string>
329     <string name="preference_category_performance">性能</string>
330     <string name="preference_performance_block_webfonts">拦截网络字体</string>
331     <!-- This text is shown below the setting for disabling web fonts. Some websites use icons/images from a font and those do not show up if fonts are blocked.-->
332     <string name="preference_performance_block_webfonts_summary">可能造成图标或图像缺失</string>
334     <string name="preference_performance_block_javascript">阻止 JavaScript</string>
335     <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled -->
336     <string name="preference_performance_block_javascript_summary">页面加载可能更快,但可能遭遇意外状况</string>
338     <!-- This preference does not set Focus as the default browser but instead links to Android's
339      "default apps" settings screen or if not supported by this Android version to a SUMO page describing
340      how to set Focus as a default browser.
341       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
342     <string name="preference_default_browser2">将 %1$s 设为默认浏览器</string>
344     <string name="preference_category_mozilla">Mozilla</string>
345     <string name="preference_mozilla_telemetry2">发送使用统计</string>
347     <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. -->
348     <string name="preference_mozilla_telemetry_summary">详细了解</string>
350     <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
351     <string name="preference_mozilla_telemetry_summary2">Mozilla 坚持仅收集为大众提供和改进 %1$s 所必需的数据。</string>
353     <!-- In-app link (in settings) to Focus privacy notice. -->
354     <string name="preference_privacy_notice">隐私声明</string>
356     <!-- Item in Preferences that shows the about page. Parameter 1 is the app name, i.e. Firefox Focus/Firefox Klar. -->
357     <string name="preference_about">关于 %1$s</string>
359     <!-- Header for the list of installed search engines -->
360     <string name="preference_search_installed_search_engines">已安装的搜索引擎</string>
362     <!-- Header for the list of installed search engines -->
363     <string name="preference_choose_search_engine">选择搜索引擎</string>
365     <!-- Action for restoring the default list of search engines -->
366     <string name="preference_search_restore">恢复默认搜索引擎</string>
368     <!-- Action for adding an additional search engine to the list.
369     The "+" is used to emphasize that this is an "add" action -->
370     <string name="preference_search_add2">添加更多搜索引擎</string>
371     <string name="preference_search_remove_title">移除搜索引擎</string>
372     <string name="preference_search_remove">移除</string>
374     <!-- Action for dding an additional search engine to the list -->
375     <string name="preference_search_add3">添加其他搜索引擎</string>
376     <!-- Explanation text above the list of search engines-->
377     <string name="preference_select_preferred_engine">选择想使用的搜索引擎:</string>
379     <!-- Clickable action text that shows when user long-presses on a search engine search field (this is similar to paste or copy when long-pressing a text field) -->
380     <string name="action_option_add_search_engine">添加搜索引擎</string>
382     <string name="search_add_manually_name_hint">搜索引擎名称</string>
383     <string name="search_add_manually_string">搜索字符串</string>
384     <string name="search_add_manually_save">保存</string>
386     <!-- Example of search engine url -->
387     <string name="search_add_manually_example">例如:example.com/search/?q=%s</string>
389     <string name="search_add_confirmation">已添加新的搜索引擎。</string>
391     <string name="search_add_error_empty_name">输入搜索引擎名称</string>
392     <string name="search_add_error_duplicate_name">一个已安装的搜索引擎已在使用该名称。</string>
394     <string name="search_add_error_empty_search">输入搜索字符串</string>
396     <string name="search_add_error_format">请检查搜索字符串与示例格式是否匹配</string>
398     <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar -->
399     <string name="content_description_clear_input">清空输入内容</string>
401     <!-- Content description (not visible, for screen readers etc.): Clicking on the website overlay
402      while in typing mode will dismiss and go back to the browser. This text will be read when the
403      overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 -->
404     <string name="content_description_dismiss_input">关闭</string>
406     <!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing
407      history and go back to the home screen. -->
408     <string name="content_description_erase">清除浏览记录</string>
410     <!-- If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open.
411      This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This
412       button will only be visible when there is more than one tab open (>= 2). -->
413     <string name="content_description_tab_counter">已打开 %1$s 个标签页</string>
415     <!-- Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for
416      https pages.. -->
417     <string name="content_description_lock">安全连接</string>
419     <!-- This text is not visible. Instead it will be read by the accessibility service once we start
420      loading a website -->
421     <string name="accessibility_announcement_loading">正在载入</string>
423     <!-- This text is not visible. Instead it will be read by the accessibility service once we
424      finished loading a website -->
425     <string name="accessibility_announcement_loading_finished">网站已载入</string>
427     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
428     <string name="content_description_menu">更多选项</string>
430     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button used
431     on home screen-->
432     <string name="indicator_content_description_menu">更多选项按钮</string>
434     <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
435     <string name="content_description_forward">浏览下一页</string>
437     <!-- Content description (not visible, for screen readers etc.): Reload current website -->
438     <string name="content_description_reload">重新载入网站</string>
440     <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) -->
441     <string name="content_description_back">浏览上一页</string>
443     <!-- Content description (not visible, for screen readers etc.): Stop loading the current website. This button will turn into the refresh button once loading has been completed (see content_description_reload) -->
444     <string name="content_description_stop">停止载入网站</string>
446     <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. -->
447     <string name="content_description_customtab_exit">返回之前的应用</string>
449     <!-- Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays
450          the number of trackers blocked for the current session -->
451     <string name="content_description_trackers_blocked">拦截的跟踪器数量</string>
453     <!-- Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables
454          content blocking for the current session -->
455     <string name="content_description_blocking_switch">拦截跟踪器</string>
457     <string name="your_rights">您的权利</string>
459     <string name="external_app_prompt_title">用另一个应用打开链接</string>
460     <!-- This string is shown when the user has clicked a link that needs to be opened in a different app.
461          Argument 2 is the external app name, argument 1 is our name (i.e. Firefox Focus, or Firefox Klar). -->
462     <string name="external_app_prompt">您可以离开 %1$s,用 %2$s 打开此链接。</string>
463     <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. -->
464     <string name="external_app_prompt_no_app_title">寻找可以打开此链接的应用</string>
465     <!-- This text is shown in a dialog if no app could be found for a custom link protocol. %1$s is the name of the app (i.e. Firefox Focus) and %2$s is the name of
466          the app store installed on the device (usually that's Google Play). -->
467     <string name="external_app_prompt_no_app">您的设备上的应用都不能打开此链接。您可以离开 %1$s,到 %2$s 找找适合的应用。</string>
468     <!-- This label is shown above a list of apps that can be used to open a given link -->
469     <string name="external_multiple_apps_matched_exit">退出隐私浏览模式?</string>
471     <!-- Snackbar that will be displayed after a download has completed. %1$s will be replaced with the file name. -->
472     <string name="download_snackbar_finished">%1$s 下载完毕</string>
474     <!-- Snackbar action to immediately open the successfully downloaded file. -->
475     <string name="download_snackbar_open">打开</string>
485   <string name="error_hostLookup_title">找不到服务器</string>
505   <!-- Content description (not visible, for screen readers etc.): This is the description for the close button from the new onboarding flow screen one and two -->
506     <string name="onboarding_close_button_content_description">关闭</string>
508     <!-- New Onboarding flow first screen title -->
509     <!-- %1$s will be replaced by the app name and build variant(e.g. Firefox Focus, Firefox Klar Nightly) -->
510     <string name="onboarding_first_screen_title">欢迎使用 %1$s</string>
512     <!-- New Onboarding flow first screen subtitle the one that appears under title -->
513     <string name="onboarding_first_screen_subtitle">快速,隐私,高效率。</string>
515     <!-- New Onboarding flow first screen button label-->
516     <string name="onboarding_first_screen_button_text">开始使用</string>
518     <!-- Onboarding second screen: Title -->
519     <!-- %1$s will be replaced by the app short name(Focus) -->
520     <string name="onboarding_second_screen_title">%1$s 与其他浏览器不同</string>
522     <!-- New Onboarding flow second screen subtitle the one that appears under title -->
523     <string name="onboarding_second_screen_subtitle_one">隐私保护考量,我们会在您关闭应用程序时,自动清除浏览记录。</string>
525     <!-- New Onboarding flow second screen subtitle two the one that appears under subtitle one -->
526     <!-- %1$s will be replaced by the app short name(Focus) -->
527     <string name="onboarding_second_screen_subtitle_two">将 %1$s 设为默认浏览器,保护您的数据安全。</string>
529     <!-- New Onboarding flow second screen make Focus default browser button label-->
530     <string name="onboarding_second_screen_default_browser_button_text">设为默认浏览器</string>
532     <!-- New Onboarding flow second screen skip onboarding button label-->
533     <string name="onboarding_second_screen_skip_button_text">跳过</string>
536     <!-- First run tour (Default browser): Title -->
537     <string name="firstrun_defaultbrowser_title">强化您的隐私</string>
538     <!-- First run tour (Default browser): Text. -->
539     <string name="firstrun_defaultbrowser_text2">隐私浏览模式变得更强大了。能拦截广告,还能拦截在不同网站跟踪您,又拖慢网页载入的内容。</string>
541     <!-- First run tour (Search): Title -->
542     <string name="firstrun_search_title">用你的方式搜你所寻</string>
543     <!-- First run tour (Search): Text -->
544     <string name="firstrun_search_text">想搜点不一样的东西?可在设置里选择换个默认搜索引擎。</string>
546     <!-- First run tour (Shortcut): Title -->
547     <string name="firstrun_shortcut_title">在主屏幕中添加快捷方式</string>
548     <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
549     <string name="firstrun_shortcut_text">快速用 %1$s 回到您喜爱的网站。只需在 %1$s 菜单中选择“添加到主屏幕”。</string>
551     <!-- First run tour (Privacy): Title -->
552     <string name="firstrun_privacy_title">让隐私成为一种习惯</string>
553     <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
554     <string name="firstrun_privacy_text">将 %1$s 设为您的默认浏览器,用其他应用打开网页时即可享受隐私浏览。</string>
556     <string name="firstrun_close_button">明白了!</string>
557     <string name="firstrun_skip_button">跳过</string>
558     <string name="firstrun_next_button">下一步</string>
560     <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers -->
561     <string name="content_blocking_disabled">-</string>
563     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
564     <string name="dialog_addtohomescreen_action_add">添加</string>
566     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
567     <string name="dialog_addtohomescreen_action_yes">是</string>
569     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
570     <string name="dialog_addtohomescreen_action_cancel">取消</string>
572     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
573     <string name="dialog_addtohomescreen_action_no">否</string>
575     <!-- When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to
576          let the user know that the shortcut will always be opened with enhanced tracking protection disabled. -->
577     <string name="dialog_addtohomescreen_tracking_protection2">使用此快捷方式打开时,将禁用跟踪保护功能</string>
579     <!-- The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
580     The recommended maximum length is 40 characters; the value may be truncated if it is too long.
582     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
583     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
584     -->
585     <string name="notification_browsing_session_channel_name">隐私浏览会话</string>
587     <!-- The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
588     The recommended maximum length is 300 characters; the value may be truncated if it is too long. %1$s will be replaced with the name of the app (e.g. Firefox Focus).
590     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
591     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
592     -->
593     <string name="notification_browsing_session_channel_description">通知您可以一键清除您的 %1$s 浏览记录。清除无需打开应用或查看浏览器中的内容。</string>
595     <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). -->
596     <string name="tabs_tray_action_erase">清除浏览记录</string>
598     <!-- If the user decides to open the current page in another browser and if Firefox is not installed then we show this
599       item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). -->
600     <string name="download_firefox">下载 Firefox</string>
602     <!-- Text shown in the "Your rights" screen.
603     %1$s will be replaced with the name of the app (e.g. Firefox Focus)-->
604     <string name="your_rights_content1"><![CDATA[%1$s 是由 Mozilla 及贡献者制作的一款自由的开源软件。]]></string>
609   <!-- Text shown in the "Your rights" screen.
610     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
611     %2$s will be replaced with a URL linking to the MPL (e.g. https://www.mozilla.org/en-US/MPL/) -->
612     <string name="your_rights_content2"><![CDATA[%1$s 依照 <a href="%2$s">Mozilla 公共许可证</a>及其他一些开源许可证向您授权。]]></string>
614     <!-- Text shown in the "Your rights" screen.
615     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
616     %2$s will be replaced with a URL linking to the trademark policy (e.g. https://www.mozilla.org/foundation/trademarks/policy/) -->
617     <string name="your_rights_content3"><![CDATA[您没有取得 Mozilla 基金会或任何一方的商标的任何权利或许可,包括 Mozilla、Firefox 和 %1$s 名称或徽标的许可。有关信息请查阅<a href="%2$s">此处</a>。]]></string>
619     <!-- Text shown in the "Your rights" screen.
620     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
621     %2$s will be replaced with a URL linking to the list of licenses used by the dependencies.-->
622     <string name="your_rights_content4"><![CDATA[%1$s 其他源代码以各类自由和开源<a href="%2$s">许可证</a>开放。]]></string>
624     <!-- Text shown in the "Your rights" screen.
625     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
626     %2$s will be replaced with a URL linking to the GPL
627     %3$s will be replaced with a URL linking to the tracking protection wiki page (e.g. https://wiki.mozilla.org/Security/Tracking_protection#Lists) -->
628     <string name="your_rights_content5"><![CDATA[%1$s 还使用 Disconnect 公司提供的拦截列表,它是以 <a href="%2$s">GNU 通用公共许可证 v3</a> 提供的一个独立的作品,可在<a href="%3$s">这里</a>找到。]]></string>
630     <!-- Text shown in prompts for GeckoView -->
631     <string name="gv_prompt_username_hint">用户名</string>
632     <string name="gv_prompt_password_hint">密码</string>
633     <string name="gv_prompt_clear">清除</string>
635     <!-- Text shown in Security Information Popup -->
636     <!-- Text to denote secure or insecure connection -->
637     <string name="security_popup_secure_connection">安全连接</string>
638     <string name="security_popup_insecure_connection">不安全连接</string>
639     <!-- %1$s will be replaced with organization that granted the SSL certificate -->
640     <string name="security_popup_security_verified">验证机构:%1$s</string>
642     <!-- Content Description of Security Icon in toolbar -->
643     <string name="site_security_icon_content_description">网站安全性</string>
644     <string name="preference_autocomplete_duplicate_url_error">网址已存在</string>
646     <!-- Label for the Find in page button -->
647     <string name="find_in_page">在页面中查找</string>
649     <!-- Watermark/Hint for the find in page input field -->
650     <string name="find_in_page_input">在此页面中查找</string>
652     <!-- String to show the number of results found in the page and the
653         position the user is at. The first argument is the position, the second argument is the total -->
654     <string name="find_in_page_result">%1$d/%2$d</string>
655     <!-- String to be read by the accessibility service presenting the number of results found in the page
656         and the position the user is at. The first argument is the position, the second argument is the total -->
657     <string name="accessibility_find_in_page_result">第 %1$d 项,共 %2$d 个匹配项</string>
659     <!-- String to be read by the accessibility service when focusing the next result button -->
660     <string name="accessibility_next_result">查找下一个结果</string>
661     <!-- String to be read by the accessibility service when focusing the previous result button -->
662     <string name="accessibility_previous_result">查找上一个结果</string>
663     <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI -->
664     <string name="accessibility_dismiss_find_in_page">关闭页内查找</string>
668   <!-- Checkbox menu item text to request desktop site -->
669     <string name="preference_performance_request_desktop_site">要求桌面版网站</string>
671     <!-- Checkbox menu item text to request desktop site -->
672     <string name="preference_performance_request_desktop_site2">桌面版网站</string>
674     <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL -->
675     <string name="custom_tab_copy_url_action">已复制网址</string>
677     <!-- Description of what a user may find in the Advanced Setting category, used for debugging -->
678     <string name="preference_advanced_summary">开发者工具</string>
680     <!-- Preference for open links in third party apps -->
681     <string name="preferences_open_links_in_apps">用外部应用打开链接</string>
683     <!-- Title of Advanced Setting category -->
684     <string name="preference_category_advanced">高级</string>
686     <!-- Preference for site permissions -->
687     <string name="preference_site_permissions">网站权限</string>
689     <!--  Preference for cookie banner. The name of the item from settings screen and the title of the cookie banner screen. -->
690     <string name="preferences_cookie_banner">减少 Cookie 横幅</string>
692     <!--  Preference summary for the cookie banner. If the cookie banner option is not disabled. -->
693     <string name="preferences_cookie_banner_summary_on">开启</string>
695     <!--  Preference summary for the cookie banner. If the cookie banner option is disabled. -->
696     <string name="preferences_cookie_banner_summary_off">关闭</string>
698     <!--  Title preference inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
699     <string name="cookie_banner_reject_all_option_title">减少 Cookie 横幅</string>
701     <!--  Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
702     <string name="cookie_banner_reject_all_option_summary">尽可能自动拒绝 Cookie 请求,减少横幅出现频率。</string>
704     <!--  Checkbox Preference title inside Cookie banner reduction screen. Here you can set the cookie banner option to reject_or_accept_all or reject_all. -->
705     <string name="cookie_banner_further_reduce_option_title">进一步减少 Cookie 横幅</string>
707     <!--  Checkbox Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to reject_or_accept_all or reject_all. -->
708     <string name="cookie_banner_further_reduce_option_summary">将接受 Cookie 横幅请求以自动关闭更多横幅。</string>
710     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown as part of the protections panel with the tracking protection toggle. -->--&gt;
711     <string name="cookie_banner_exception_item_title">减少 Cookie 横幅</string>
713     <!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle. -->
714     <string name="cookie_banner_exception_item_description_state_on">在该网站开启</string>
716     <!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle. -->
717     <string name="cookie_banner_exception_item_description_state_off">在该网站关闭</string>
719     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown when the user enters in details after he clicks on the item from protection panel. -->
720     <string name="cookie_banner_exception_panel_switch_title">减少 Cookie 横幅</string>
722     <!-- Text for indicating cookie banner handling is off this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
723     <string name="cookie_banner_exception_panel_switch_state_off">在该网站关闭</string>
725     <!-- Text for indicating cookie banner handling is on this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
726     <string name="cookie_banner_exception_panel_switch_state_on">在该网站开启</string>
728     <!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
729     <string name="cookie_banner_exception_panel_title_state_on_for_site">要为 %1$s 开启“减少 Cookie 横幅”吗?</string>
731     <!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
732     <string name="cookie_banner_exception_panel_title_state_off_for_site">要为 %1$s 关闭“减少 Cookie 横幅”吗?</string>
734     <!-- Preference for autoplay -->
735     <string name="preference_autoplay">自动播放</string>
737     <!-- Heading for the instructions to allow a permission -->
738     <string name="phone_feature_blocked_intro">若要允许:</string>
740     <!-- First step for the allowing a permission -->
741     <string name="phone_feature_blocked_step_settings">1. 前往 Android 设置</string>
743     <!-- Second step for the allowing a permission -->
744     <string name="phone_feature_blocked_step_permissions"><![CDATA[2. 点按<b>权限</b>]]></string>
746     <!-- Button label that take the user to the Android App setting -->
747     <string name="phone_feature_go_to_settings">转至设置</string>
749     <!-- Third step for allowing a permission. The placeholder will be updated by, for example, "Camera" -->
750     <string name="phone_feature_blocked_step_feature"><![CDATA[3. 开启<b>%1$s</b>权限]]></string>
752     <!-- Preference for altering the camera access for all websites -->
753     <string name="preference_phone_feature_camera">相机</string>
755     <!-- Preference for altering the microphone access for all websites -->
756     <string name="preference_phone_feature_microphone">麦克风</string>
758     <!-- Preference for altering the location access for all websites -->
759     <string name="preference_phone_feature_location">位置</string>
761     <!-- Preference for altering the notification access for all websites -->
762     <string name="preference_phone_feature_notification">通知</string>
764     <!-- Preference for altering the EME access for all websites -->
765     <string name="preference_phone_feature_media_key_system_access">受 DRM 控制的内容</string>
767     <!-- Label that indicates that a permission must be asked always -->
768     <string name="preference_option_phone_feature_ask_to_allow">始终询问</string>
770     <!-- Label that indicates that a permission must be blocked -->
771     <string name="preference_option_phone_feature_blocked">阻止</string>
773     <!-- Label that indicates that a permission must be allowed -->
774     <string name="preference_option_phone_feature_allowed">允许</string>
776     <!--Label that indicates a permission is by the Android OS-->
777     <string name="phone_feature_blocked_by_android">被 Android 阻止</string>
779     <!-- Preference for allow autoplay audio and video-->
780     <string name="preference_allow_audio_video_autoplay">允许音频和视频</string>
782     <!-- Preference for block autoplay audio only-->
783     <string name="preference_block_autoplay_audio_only">仅阻止音频</string>
785     <!-- Preference summary for block autoplay audio only-->
786     <string name="preference_block_autoplay_audio_only_summary">推荐</string>
788     <!-- Preference for block autoplay audio and video-->
789     <string name="preference_block_autoplay_audio_video">阻止音频和视频</string>
791     <!-- Preference for studies -->
792     <string name="preference_studies">研究</string>
794     <!-- Preference for studies summary-->
795     <string name="preference_studies_summary">Firefox 可能会不时地安装并运行一些研究项目。</string>
797     <!-- Learn more link for studies, links to an article for more information about studies. -->
798     <string name="studies_learn_more">详细了解</string>
800     <!-- Dialog message shown when some changes are made on studies -->
801     <string name="studies_restart_app">应用程序将退出以应用更改</string>
803     <!-- Title of the remove studies button -->
804     <string name="studies_remove">移除</string>
806     <!-- Title of the active section on the studies list -->
807     <string name="studies_active">进行中</string>
809     <!-- Title of the completed section on the studies list -->
810     <string name="studies_completed">已完成</string>
812     <!-- Preference to enable remote debugging of the app via USB or Wi-Fi -->
813     <string name="preference_remote_debugging">通过 USB/Wi-Fi 远程调试</string>
815     <!-- Text Button for show biometric prompt -->
816     <string name="show_biometric_button_text">解锁</string>
818     <!-- Title text for biometric prompt pop-up -->
819     <string name="biometric_prompt_title">指纹确认</string>
821     <!-- Subtitle text for biometric prompt pop-up -->
822     <string name="biometric_prompt_subtitle">你可以验证指纹以继续当前应用会话。</string>
824     <!-- Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app
825     while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. -->
826     <string name="biometric_auth_open_link_new_session">新建会话打开链接</string>
828     <!-- Description for the fingerprint authentication image. Used for accessibility purposes. -->
829     <string name="biometric_auth_image_description">指纹图标</string>
831     <!-- Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app.
832      This is displayed during the authentication flow as the app launches. -->
833     <string name="biometric_auth_not_recognized_error">指纹无法识别。请重试。</string>
835     <!-- Error text displayed when the user's fingerprint moved too quickly upon re-entering the app
836     This is displayed during the authentication flow as the app launches.-->
837     <string name="biometric_auth_moved_too_quickly">手指移动太快。请重试。</string>
839     <!-- Title for the prompt to enable search suggestions -->
840     <string name="enable_search_suggestion_title2">要显示搜索建议吗?</string>
842     <!-- Description for the prompt to enable search suggestions
843         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
844     <string name="enable_search_suggestion_description">为获取建议,%1$s 需将您在地址栏中输入的内容发送至搜索引擎。</string>
846     <!-- Label used for the "NO button" for the prompt to enable search suggestions -->
847     <string name="enable_search_suggestions_no">否</string>
849     <!-- Label used for the "YES button" for the prompt to enable search suggestions -->
850     <string name="enable_search_suggestions_yes">是</string>
852     <!-- Message displayed when using a search engine that doesn't provide suggestions -->
853     <string name="no_suggestions_message">某些搜索引擎无法显示建议。</string>
855     <!-- Button to dismiss the message displayed  when using a search engine that doesn't provide suggestions-->
856     <string name="dismiss_no_suggestions_prompt_button">关闭</string>
858     <!-- Tips displayed on the home view -->
860     <!-- Tip displayed on home view explaining how to disable tracking protection
861     The new line here must be kept as the second half of the string is clickable for the user. -->
862     <string name="tip_disable_tracking_protection">网站表现异常??\n
863     尝试关闭跟踪保护</string>
865     <!-- Tip displayed on home view explaining how to add sites to homescreen
866     Argument 1 will be replaced with a line break in the application.-->
867     <string name="tip_add_to_homescreen"><![CDATA[一键访问您的常用网站%1$s菜单 > 添加到主屏幕]]></string>
869     <!-- Tip displayed on home view explaining how to make Focus the default browser
870     Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
871     The new line here must be kept as the second half of the string is clickable for the user. -->
872     <string name="tip_set_default_browser">用 %1$s 打开所有链接\n
873         将 %1$s 设为默认浏览器
874     </string>
876     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
877     The new line here must be kept as the second half of the string is clickable for the user. -->
878     <string name="tip_autocomplete_url">自动补全您的常用网站地址\n
879         长按地址栏的中任一链接
880     </string>
882     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
883     The new line here must be kept as the second half of the string is clickable for the user. -->
884     <string name="tip_open_in_new_tab">新建标签页打开链接\n
885         长按页面上的任一链接</string>
887     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL -->
888     <string name="tip_disable_tips2">关闭启动页上的小提示</string>
890     <!-- Label for the snackbar when a user opens a new tab -->
891     <string name="new_tab_opened_snackbar">已打开新标签页</string>
893     <!-- Label for the button in the snackbar that switches to the newly opened tab -->
894     <string name="open_new_tab_snackbar">切换</string>
896     <!-- Preference for switching to a new tab immediately after opening -->
897     <string name="preference_open_new_tab">立即显示新建打开的链接</string>
899     <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
900     <string name="preference_safe_browsing_title">拦截潜在的危险与诈骗网站</string>
901     <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
902     <string name="preference_safe_browsing_summary">拦截已被报告的诈骗、攻击性,或含有恶意软件、垃圾软件的网站。</string>
904     <!-- Title of the preference to enable "HTTPS-Only" mode -->
905     <string name="preference_https_only_title">HTTPS-Only 模式</string>
907     <!-- Description of the preference to enable "HTTPS-Only" mode. -->
908     <string name="preference_https_only_summary3">自动尝试使用 HTTPS 加密协议连接至网站,以增强安全性。</string>
910     <!-- Preference for exceptions tracking protection -->
911     <string name="preference_exceptions">例外</string>
912     <!-- Description for the exceptions preference screen-->
913     <string name="preference_exceptions_description">您已对这些网站禁用内容拦截。</string>
914     <!-- Menu item to remove existing exceptions. -->
915     <string name="preference_exceptions_menu_remove">移除</string>
916     <!-- Button to remove all websites from the exception list -->
917     <string name="preference_exceptions_remove_all_button_label">移除全部网站</string>
919     <!-- Title for Preference screen for cookie blocking for exceptions tracking protection -->
920     <string name="preference_block_cookies_title">拦截 Cookie</string>
922     <!-- Message for Preference screen for cookie blocking for exceptions tracking protection -->
923     <string name="preference_category_block_cookies">您是要拦截网站 Cookie 吗?</string>
925     <!-- Title for the tab crash report screen-->
926     <string name="tab_crash_report_title">标签页崩溃</string>
927     <!-- Headline for the tab crash report screen -->
928     <string name="tab_crash_report_headline">抱歉, 此标签页出现问题并已崩溃。</string>
929     <!-- Subtitle for the tab crash report screen -->
930     <string name="tab_crash_report_description">作为一款隐私浏览器,我们不会保存浏览记录,因此无法还原此标签页。</string>
931     <!-- Label for button to close the tab-->
932     <string name="tab_crash_report_close_tab_button_label">关闭标签页</string>
937   <!-- Label for the checkbox to send the tab crash report to Mozilla -->
938     <string name="crash_report_send_crash_label">向 Mozilla 发送崩溃报告</string>
940     <!-- Tracking protection bottom sheet -->
942     <!-- Label for the total number of trackers blocked. %s represents the app install date -->
943     <string name="trackers_count_note">自%s起拦截的跟踪器</string>
944     <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection -->
945     <string name="content">内容</string>
946     <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection -->
947     <string name="advertising">营销</string>
948     <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection -->
949     <string name="social">社交</string>
950     <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection -->
951     <string name="analytics">统计</string>
952     <!-- Preference title for enhanced tracking protection settings -->
953     <string name="enhanced_tracking_protection">增强型跟踪保护</string>
954     <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site-->
955     <string name="enhanced_tracking_protection_state_off">已关闭此网站的跟踪保护</string>
956     <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site-->
957     <string name="enhanced_tracking_protection_state_on">已开启此网站的跟踪保护</string>
959     <!-- Label that indicates a site is using a secure connection -->
960     <string name="secure_connection">连接安全</string>
961     <!-- Label that indicates a site is using a insecure connection -->
962     <string name="insecure_connection">连接不安全</string>
963     <!-- Title for the list of trackers enhanced tracking ptotection can block-->
964     <string name="trackers_and_scripts">要拦截的跟踪器和脚本</string>
966     <!-- Content description (not visible, for screen readers etc.): Navigate back button description -->
967     <string name="go_back">返回</string>
969     <!-- Top Sites -->
970     <!-- Text for the menu button to remove a top site -->
971     <string name="remove_top_site">移除</string>
973     <!-- Text for the menu item to remove a top site -->
974     <string name="rename_top_site_item">重命名</string>
975     <!-- Text for the dialog title for renaming a top site -->
976     <string name="rename_top_site">重命名</string>
978     <!-- Placeholder text for the input field of rename top site-->
979     <string name="placeholder_rename_top_site">快捷方式名称</string>
981     <!-- Text for context menu additional note.
982     %1$s is a placeholder for the app name. -->
983     <string name="contextmenu_erased_images_note2">清除 %1$s 的历史记录时,&lt;b&gt;将不会&lt;/b&gt;删除保存和分享的图像。</string>
985     <!-- Theme Preferences -->
986     <!-- Preference category for changing default theme to dark or light mode -->
987     <string name="preferences_theme">主题</string>
988     <!-- Preference for using light theme -->
989     <string name="preference_light_theme">浅色</string>
990     <!-- Preference for using dark theme -->
991     <string name="preference_dark_theme">深色</string>
992     <!-- Preference for using using dark or light theme automatically set by battery -->
993     <string name="preference_auto_battery_theme">依系统省电模式设置</string>
994     <!-- Preference for using following device theme -->
995     <string name="preference_follow_device_theme">跟随设备主题</string>
998     <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on  -->
999     <string name="errorpage_httpsonly_title">您请求的网站不支持 HTTPS</string>
1001     <!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will get replaced with the name of the app (e.g. "Firefox Focus") -->
1002     <string name="errorpage_httpsonly_message">默认情况下,%1$s 会尝试使用 HTTPS 进行连接以增强安全性。可到“设置 &gt; 隐私与安全 &gt; 安全”更改此设置或了解更多信息。</string>
1004     <!-- Sessions List -->
1005     <!-- Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list -->
1006     <string name="close_tab">关闭标签页</string>
1008     <!-- Contextual Feature Recommendation Popups -->
1009     <!-- CFR for Toolbar Shield Icon (Banner Info Message) -->
1010     <string name="cfr_for_toolbar_shield_icon2">抓到了!我们已阻止此网站的跟踪,您可随时点按盾牌了解已拦截哪些内容。</string>
1012     <!-- Content description (not visible, for screen readers etc.): Button that closes the CFR popup -->
1013     <string name="cfr_close_button_description">关闭弹窗</string>
1015     <!-- Tool Tip for: Privacy and Security Settings Screen  task : https://github.com/mozilla-mobile/focus-android/issues/6211 -->
1016     <!-- Tool Tip Title -->
1017     <string name="tool_tip_title">保护您是我的首要职责</string>
1018     <!-- Tool Tip Message -->
1019     <string name="tool_tip_message">默认设置已提供足够强大的保护。如您有特殊需求,也可方便地调整这些设置。</string>
1020     <!-- Tool Tip "X" button Content description (not visible, for screen readers etc.) :Button that closes the tool tip -->
1021     <string name="tool_tip_dismiss_button_content_description">知道了</string>
1023     <!-- CFR for Toolbar Delete Icon (Banner Info Message) -->
1024     <string name="cfr_for_toolbar_delete_icon2">点按此处即可删除浏览记录、Cookie 等所有数据,并新建一个全新标签页。</string>
1026     <!-- Promote SearchWidget Dialog -->
1028     !-- Content description (not visible, for screen readers etc.): This is the description for the
1029     close button from promote search widget dialog. --&gt;
1030     <string name="promote_search_widget_dialog_content_description">关闭</string>
1032     !-- Content description (not visible, for screen readers etc.): This is the description for
1033     picture of search widget from promote search widget dialog. --&gt;
1034     <string name="promote_search_widget_dialog_picture_content_description">搜索小部件</string>
1036     !-- This is the title of promote search widget dialog. --&gt;
1037     <string name="promote_search_widget_dialog_title">浏览历史已清除!🎉</string>
1039     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1040     of the app (e.g. &quot;Focus&quot;) --&gt;
1041     <!-- Banner Info Message than will appear when user first enters in the app. The location is at the toolbar. -->
1042     <string name="cfr_for_start_browsing">进入隐私浏览模式,我们会在您上网时拦截跟踪器和其他脏东西。</string>
1044     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1045     of the app (e.g. &quot;Focus&quot;) --&gt;
1046     <string name="promote_search_widget_dialog_subtitle">开始隐私浏览吧。想更快发起搜索,下次可以直接点按主屏幕上的 %1$s 小部件。</string>
1048     !-- This is te text from add search widget to home screen button .The button is located on
1049     promote search widget dialog. --&gt;
1050     <string name="promote_search_widget_button_text">将小部件添加至主屏幕</string>
1052     !-- This is te text of the snackbar that appears after the search widget was added successfully
1053     to the home screen. --&gt;
1054     <string name="promote_search_widget_snackbar_message">小部件已添加至主屏幕</string>
1055 </resources>