Strings - app/src/main/res/values-ja/strings.xml

This commit is contained in:
runner 2022-05-19 02:47:01 +00:00 committed by Gabriel Luong
parent cea77ecfd8
commit 7b6a23cfa9
1 changed files with 13 additions and 0 deletions

View File

@ -1622,6 +1622,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 -->
@ -1651,6 +1653,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 -->