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 | |
parent | b8a5fc6e33fab9fe6f54891bcab2af28ead046af (diff) | |
download | timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.tar.gz timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.tar.bz2 timeline-aafc094ab897195cd762cbfd93400d91ecfb26b3.zip |
...
Diffstat (limited to 'FrontEnd/src/locales')
-rw-r--r-- | FrontEnd/src/locales/en/translation.json | 8 | ||||
-rw-r--r-- | FrontEnd/src/locales/zh/translation.json | 16 |
2 files changed, 18 insertions, 6 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 diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json index 2a2ae4bd..58a9b2e6 100644 --- a/FrontEnd/src/locales/zh/translation.json +++ b/FrontEnd/src/locales/zh/translation.json @@ -12,6 +12,11 @@ "network": "网络错误。", "unknown": "未知错误。" }, + "visibility": { + "private": "仅自己可见", + "register": "仅注册用户可见", + "public": "对所有人公开" + }, "connectionState": { "Connected": "已连接", "Connecting": "正在连接", @@ -162,10 +167,11 @@ }, "languagePrimary": "选择显示的语言。", "languageSecondary": "您的语言偏好将会存储在本地,下次浏览时将自动使用上次保存的语言选项。", - "changePassword": "更改账号的密码。", - "logout": "注销此账号。", - "changeAvatar": "更改头像。", - "changeNickname": "更改昵称。", + "changePassword": "更改账号的密码", + "logout": "注销此账号", + "changeAvatar": "更改头像", + "changeNickname": "更改昵称", + "changeBookmarkVisibility": "修改书签时间线可见性", "dialogChangePassword": { "title": "修改密码", "prompt": "您正在修改密码,您需要输入正确的旧密码。成功修改后您需要重新登陆,而且以前所有的登录都会失效。", @@ -221,4 +227,4 @@ "admin": { "title": "管理" } -} +}
\ No newline at end of file |