chore(i18n): sort keys
This commit is contained in:
parent
474c102c75
commit
1d7a9158e4
2 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"account": {
|
||||
"blocked_users": "Blocked users",
|
||||
"blocked_domains": "Blocked domains",
|
||||
"blocked_users": "Blocked users",
|
||||
"favourites": "Favourites",
|
||||
"follow": "Follow",
|
||||
"follow_back": "Follow back",
|
||||
|
@ -10,8 +10,8 @@
|
|||
"following_count": "{0} Following",
|
||||
"follows_you": "Follows you",
|
||||
"muted_users": "Muted users",
|
||||
"posts_count": "{0} Posts",
|
||||
"pinned": "Pinned",
|
||||
"posts_count": "{0} Posts",
|
||||
"unfollow": "Unfollow"
|
||||
},
|
||||
"action": {
|
||||
|
@ -22,9 +22,9 @@
|
|||
"sign_in": "Sign in"
|
||||
},
|
||||
"common": {
|
||||
"not_found": "404 Not Found",
|
||||
"end_of_list": "End of the list",
|
||||
"error": "ERROR"
|
||||
"error": "ERROR",
|
||||
"not_found": "404 Not Found"
|
||||
},
|
||||
"feature_flag": {
|
||||
"virtual_scroll": "Virtual Scrolling"
|
||||
|
@ -61,12 +61,12 @@
|
|||
"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",
|
||||
"followed_you": "followed you",
|
||||
"missing_type": "MISSING notification.type:",
|
||||
"reblogged_post": "reblogged your post",
|
||||
"update_status": "updated their status",
|
||||
"missing_type": "MISSING notification.type:"
|
||||
"request_to_follow": "requested to follow you",
|
||||
"update_status": "updated their status"
|
||||
},
|
||||
"state": {
|
||||
"editing": "Editing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue