diff options
author | crupest <crupest@outlook.com> | 2022-04-26 21:29:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-26 21:29:20 +0800 |
commit | aafc094ab897195cd762cbfd93400d91ecfb26b3 (patch) | |
tree | ba95391c345b756e1a5d69c3ba1c24d3d7e467a2 /FrontEnd/src/locales/en/translation.json | |
parent | b8a5fc6e33fab9fe6f54891bcab2af28ead046af (diff) | |
download | timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.tar.gz timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.tar.bz2 timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.zip |
...
Diffstat (limited to 'FrontEnd/src/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/locales/en/translation.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json index 966eddda..548dcfe1 100644 --- a/FrontEnd/src/locales/en/translation.json +++ b/FrontEnd/src/locales/en/translation.json @@ -19,6 +19,11 @@ "Disconnecting": "Disconnecting", "Reconnecting": "Reconnecting" }, + "visibility": { + "private": "Private For Me", + "register": "Only Registered Users", + "public": "Public To Everyone" + }, "serviceWorker": { "availableOffline": "Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉", "upgradePrompt": "App is getting a new version!", @@ -166,6 +171,7 @@ "logout": "Log out this account.", "changeAvatar": "Change avatar.", "changeNickname": "Change nickname.", + "changeBookmarkVisibility": "Change bookmark visibility.", "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.", @@ -221,4 +227,4 @@ "admin": { "title": "admin" } -} +}
\ No newline at end of file |