From 962360988d90418d40de50a0b993ed0a2232761d Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 7 Jun 2020 14:21:17 +0800 Subject: feat(front): Fix #74 . --- Timeline/ClientApp/src/locales/zh/translation.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Timeline/ClientApp/src/locales/zh/translation.ts') diff --git a/Timeline/ClientApp/src/locales/zh/translation.ts b/Timeline/ClientApp/src/locales/zh/translation.ts index 130ee297..4054893e 100644 --- a/Timeline/ClientApp/src/locales/zh/translation.ts +++ b/Timeline/ClientApp/src/locales/zh/translation.ts @@ -142,6 +142,10 @@ const translation: TranslationResource = { errorEmptyNewPassword: '新密码不能为空', errorRetypeNotMatch: '两次输入的密码不一致', }, + dialogConfirmLogout: { + title: '确定注销', + prompt: '您确定注销此账号?这将删除所有已经缓存在浏览器的数据。', + }, }, about: { author: { -- cgit v1.2.3