diff --git a/src/config/locales/zh-CN.json b/src/config/locales/zh-CN.json index 87c3887b5..78544c9e0 100644 --- a/src/config/locales/zh-CN.json +++ b/src/config/locales/zh-CN.json @@ -251,7 +251,8 @@ "feedback_success": "成功打开电子邮件", "feedback_fail": "无法打开电子邮件客户端", "server_fail": "服务器不可用", - "show_imgs": "Show Images" + "show_imgs": "Show Images", + "delete_account": "Delete Account" }, "voters": { "voters_info": "投票者信息", @@ -548,6 +549,11 @@ "confirm_report_title": "Confirm Report!", "confirm_report_body": "Are you sure you want report?" }, + "delete": { + "confirm_delete_title": "Confirm Delete", + "confirm_delete_body": "Are you sure you want to delete account? It will erase all of your data", + "request_sent": "Your request for deletion is sent" + }, "favorites": { "title": "收藏夹", "load_error": "无法加载收藏夹",