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

This commit is contained in:
runner 2022-05-18 02:40:51 +00:00 committed by Gabriel Luong
parent 1424fc768f
commit d8055ae6a0
1 changed files with 16 additions and 0 deletions

View File

@ -782,6 +782,9 @@
<string name="history_delete_single_item_snackbar">已删除 %1$s</string>
<!-- Context description text for the button to delete a single history item -->
<string name="history_delete_item">删除</string>
<!-- History multi select title in app bar
The first parameter is the number of bookmarks selected -->
<string name="history_multi_select_title">已选择 %1$d 条历史记录</string>
<!-- Text for the header that groups the history for today -->
<string name="history_today">今天</string>
<!-- Text for the header that groups the history for yesterday -->
@ -1644,6 +1647,8 @@
<!-- Title of the "Add address" screen -->
<string name="addresses_add_address">添加地址</string>
<!-- Title of the "Edit address" screen -->
<string name="addresses_edit_address">编辑地址</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">管理地址</string>
<!-- The header for the full name of an address -->
@ -1673,6 +1678,17 @@
<!-- The text for the "Delete address" button for deleting an address -->
<string name="addressess_delete_address_button">删除地址</string>
<!-- The title for the "Delete address" confirmation dialog -->
<string name="addressess_confirm_dialog_message">您确定要删除此地址吗?</string>
<!-- The text for the positive button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_ok_button">删除</string>
<!-- The text for the negative button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_cancel_button">取消</string>
<!-- The text for the "Save address" menu item for saving an address -->
<string name="address_menu_save_address">保存地址</string>
<!-- The text for the "Delete address" menu item for deleting an address -->
<string name="address_menu_delete_address">删除地址</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">添加搜索引擎</string>
<!-- Title of the Edit search engine screen -->