feat(i18n): improve translations (#219)

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: 沈青川 <46062972+ShenQingchuan@users.noreply.github.com>
This commit is contained in:
Alex 2022-11-29 18:55:28 +08:00 committed by GitHub
parent 8df22b8a3f
commit 09f80f291b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 103 additions and 44 deletions

View file

@ -1,12 +1,17 @@
{
"account": {
"blocked_users": "Blocked users",
"blocked_domains": "Blocked domains",
"favourites": "Favourites",
"follow": "Follow",
"follow_back": "Follow back",
"follow_requested": "Requested",
"followers_count": "{0} Followers",
"following_count": "{0} Following",
"follows_you": "Follows you",
"muted_users": "Muted users",
"posts_count": "{0} Posts",
"pinned": "Pinned",
"unfollow": "Unfollow"
},
"action": {
@ -16,6 +21,11 @@
"save_changes": "Save changes",
"sign_in": "Sign in"
},
"common": {
"not_found": "404 Not Found",
"end_of_list": "End of the list",
"error": "ERROR"
},
"feature_flag": {
"virtual_scroll": "Virtual Scrolling"
},
@ -47,6 +57,17 @@
"notifications": "Notifications",
"profile": "Profile"
},
"nav_user": {
"sign_in_desc": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server."
},
"notification": {
"followed_you": "followed you",
"request_to_follow": "requested to follow you",
"favourited_post": "favourited your post",
"reblogged_post": "reblogged your post",
"update_status": "updated their status",
"missing_type": "MISSING notification.type:"
},
"state": {
"editing": "Editing",
"uploading": "Uploading..."