i18n: update translations

Tuleap: #1156
Change-Id: I58c7dff5c9c11c8a4e40bd21b3809e3982156c0d
Reviewed-by: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
diff --git a/ring-android/app/src/main/res/values-zh-rTW/strings_account.xml b/ring-android/app/src/main/res/values-zh-rTW/strings_account.xml
index 6d32b94..435e224 100644
--- a/ring-android/app/src/main/res/values-zh-rTW/strings_account.xml
+++ b/ring-android/app/src/main/res/values-zh-rTW/strings_account.xml
@@ -21,6 +21,7 @@
   <string name="share_number">分享號碼</string>
   <!--Strings related to account deletion-->
   <string name="account_delete_dialog_title">刪除帳號嗎?</string>
+  <string name="account_delete_dialog_message">這個動作無法被復原。</string>
   <!--AccountManagementFragment-->
   <string name="empty_account_list">沒有註冊的帳號</string>
   <string name="normal_accounts_titles">帳號</string>
@@ -60,24 +61,15 @@
   <string name="account_rtp_max_port">最大值</string>
   <string name="account_rtp_min_port">最小值</string>
   <string name="account_rtp_port_range">音訊 RTP 連接埠範圍</string>
-  <!--Import/export-->
-  <string name="account_export">匯出</string>
-  <string name="account_import_account">匯入一個帳號</string>
-  <string name="account_export_title">匯出一個帳號</string>
-  <string name="account_import_title">匯入帳號</string>
-  <string name="account_import_explanation">你可以匯入之前匯出的帳號。</string>
-  <string name="account_export_new_password">新密碼</string>
-  <string name="account_export_confirm_password">確認密碼</string>
-  <string name="account_import_message">輸入密碼來解密檔案。</string>
-  <string name="account_import_decryption_password">解密密碼</string>
-  <string name="import_dialog_title">匯入中</string>
-  <string name="import_export_wait">請等待...</string>
-  <string name="export_dialog_title">正在匯出帳號</string>
-  <string name="account_export_result">帳號匯出到 %1$s</string>
-  <string name="export_failed_dialog_title">匯出失敗</string>
-  <string name="export_failed_dialog_msg">發生錯誤</string>
+  <!--restore/backup-->
+  <string name="account_backup_new_password">新密碼</string>
+  <string name="account_backup_confirm_password">確認密碼</string>
+  <string name="account_restore_message">輸入密碼來解密檔案。</string>
+  <string name="account_restore_decryption_password">解密密碼</string>
+  <string name="restore_backup_wait">請等待...</string>
+  <string name="backup_failed_dialog_msg">發生錯誤</string>
   <string name="error_password_char_count">最小6個字元</string>
   <string name="error_passwords_not_equals">密碼不相符</string>
-  <string name="import_failed_dialog_title">匯入失敗</string>
-  <string name="import_failed_dialog_msg">發生錯誤</string>
+  <string name="restore_failed_dialog_msg">發生錯誤</string>
+  <string name="account_export">匯出</string>
 </resources>