diff options
author | crupest <crupest@outlook.com> | 2021-02-15 01:23:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-15 01:23:24 +0800 |
commit | 19265fb44fe0970e0a6c9afe8f2b48571aee9e75 (patch) | |
tree | 134a56bfcb2f924f13848df0df6b9fe0fd140da4 /FrontEnd/src/app/locales/en/translation.json | |
parent | 58e23e759d730dd9d9733a64e5f16cc5aafeba35 (diff) | |
download | timeline-19265fb44fe0970e0a6c9afe8f2b48571aee9e75.tar.gz timeline-19265fb44fe0970e0a6c9afe8f2b48571aee9e75.tar.bz2 timeline-19265fb44fe0970e0a6c9afe8f2b48571aee9e75.zip |
feat: Move change avatar and nickname to settings.
Diffstat (limited to 'FrontEnd/src/app/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 274d629b..63b2a1be 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -129,24 +129,6 @@ "badCredential": "Username or password is invalid.", "alreadyLogin": "Already login! Redirect to home page in 3s!" }, - "userPage": { - "dialogChangeNickname": { - "title": "Change Nickname", - "inputLabel": "New nickname" - }, - "dialogChangeAvatar": { - "title": "Change Avatar", - "previewImgAlt": "preview", - "prompt": { - "select": "Please select a picture.", - "crop": "Please crop the picture.", - "processingCrop": "Cropping picture...", - "uploading": "Uploading...", - "preview": "Please preview avatar" - }, - "upload": "upload" - } - }, "settings": { "subheaders": { "account": "Account", @@ -156,7 +138,8 @@ "languageSecondary": "You language preference will be saved locally. Next time you visit this page, last language option will be used.", "changePassword": "Change account's password.", "logout": "Log out this account.", - "gotoSelf": "Click here to go to timeline of myself to change nickname and avatar.", + "changeAvatar": "Change avatar.", + "changeNickname": "Change nickname.", "dialogChangePassword": { "title": "Change Password", "prompt": "You are changing your password. You need to input the correct old password. After change, you need to login again and all old login will be invalid.", @@ -170,6 +153,22 @@ "dialogConfirmLogout": { "title": "Confirm Logout", "prompt": "Are you sure to log out? All cached data in the browser will be deleted." + }, + "dialogChangeNickname": { + "title": "Change Nickname", + "inputLabel": "New nickname" + }, + "dialogChangeAvatar": { + "title": "Change Avatar", + "previewImgAlt": "preview", + "prompt": { + "select": "Please select a picture.", + "crop": "Please crop the picture.", + "processingCrop": "Cropping picture...", + "uploading": "Uploading...", + "preview": "Please preview avatar" + }, + "upload": "upload" } }, "about": { |