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

upstream-sync
runner 2 years ago committed by Gabriel Luong
parent 7930ef629a
commit 58c169534e

@ -46,7 +46,7 @@
<!-- Content description for the recently saved bookmarks section on the home screen. -->
<string moz:removedIn="100" name="recently_saved_bookmarks_content_description" tools:ignore="UnusedResources">最近保存的书签</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">显示全部</string>
<string moz:removedIn="101" name="recently_saved_show_all" tools:ignore="UnusedResources">显示全部</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all_content_description_2">显示所有保存书签</string>
@ -182,8 +182,6 @@
<string name="browser_menu_add_to_homescreen">添加到主屏幕</string>
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">安装</string>
<!-- Menu option on the toolbar that takes you to synced tabs page-->
<string moz:removedIn="98" name="synced_tabs" tools:ignore="UnusedResources">受同步的标签页</string>
<!-- Content description (not visible, for screen readers etc.) for the Resync tabs button -->
<string name="resync_button_content_description">重新同步</string>
<!-- Browser menu button that opens the find in page menu -->
@ -218,8 +216,6 @@
<!-- Browser menu label for editing a bookmark -->
<string name="browser_menu_edit">编辑</string>
<!-- Browser menu button that opens the Customize menu -->
<string moz:removedIn="98" name="browser_menu_customize_home" tools:ignore="UnusedResources">定制主页</string>
<!-- Button shown on the home page that opens the Customize home settings -->
<string name="browser_menu_customize_home_1">定制主页</string>
<!-- Browser Toolbar -->
@ -1126,7 +1122,9 @@
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">书签已保存!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string name="snackbar_added_to_top_sites">已添加至常用网站!</string>
<string moz:RemovedIn="101" name="snackbar_added_to_top_sites" tools:ignore="UnusedResources">已添加至常用网站!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">快捷方式已添加!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">隐私标签页已关闭</string>
<!-- Text shown in snackbar when user closes all private tabs -->
@ -1723,9 +1721,13 @@
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">您确定要删除此书签吗?</string>
<!-- Browser menu button that adds a top site to the home fragment -->
<string name="browser_menu_add_to_top_sites">添加至常用网站</string>
<string moz:RemovedIn="101" name="browser_menu_add_to_top_sites" tools:ignore="UnusedResources">添加至常用网站</string>
<!-- Browser menu button that removes a top site from the home fragment -->
<string name="browser_menu_remove_from_top_sites">从常用网站移除</string>
<string moz:RemovedIn="101" name="browser_menu_remove_from_top_sites" tools:ignore="UnusedResources">从常用网站移除</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">添加快捷方式</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">已从快捷方式删除</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">验证者:%1$s</string>
@ -1800,21 +1802,24 @@
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_title">超出常用网站限制</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_title" tools:ignore="UnusedResources">超出常用网站限制</string>
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">超出快捷方式限制</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_content_2">若要添加新的常用站点,需先移除一个。请轻触并按住,然后选择移除。</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_content_2" tools:ignore="UnusedResources">若要添加新的常用站点,需先移除一个。请轻触并按住,然后选择移除。</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">请先移除现有的快捷方式才能再添加。长按网站,然后选择移除。</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">我知道了</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string moz:removedIn="98" name="top_sites_toggle_top_recent_sites_3" tools:ignore="UnusedResources">最常访问的网站</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">快捷方式</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">名称</string>
<!-- Hint for renaming title of a top site -->
<string name="top_site_name_hint">常用网站名称</string>
<string moz:RemovedIn="101" name="top_site_name_hint" tools:ignore="UnusedResources">常用网站名称</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">快捷方式名称</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">确定</string>
<!-- Dialog button text for canceling the rename top site prompt. -->

Loading…
Cancel
Save