mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
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",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"account": {
|
||||
"blocked_users": "已拉黑的用户",
|
||||
"blocked_domains": "已拉黑的域名",
|
||||
"blocked_users": "已拉黑的用户",
|
||||
"favourites": "喜欢的帖文",
|
||||
"follow": "关注",
|
||||
"follow_back": "回关",
|
||||
|
@ -10,8 +10,8 @@
|
|||
"following_count": "正在关注 {0} 人",
|
||||
"follows_you": "已关注你",
|
||||
"muted_users": "已屏蔽的用户",
|
||||
"posts_count": "{0} 条帖文",
|
||||
"pinned": "置顶的帖文",
|
||||
"posts_count": "{0} 条帖文",
|
||||
"unfollow": "取消关注"
|
||||
},
|
||||
"action": {
|
||||
|
@ -22,9 +22,9 @@
|
|||
"sign_in": "登录"
|
||||
},
|
||||
"common": {
|
||||
"not_found": "无法找到相关内容",
|
||||
"end_of_list": "列表到底啦",
|
||||
"error": "错误"
|
||||
"error": "错误",
|
||||
"not_found": "无法找到相关内容"
|
||||
},
|
||||
"feature_flag": {
|
||||
"virtual_scroll": "虚拟滚动"
|
||||
|
@ -61,12 +61,12 @@
|
|||
"sign_in_desc": "登录后可关注其他人或标签、点赞、分享和回复帖文,或与不同服务器上的账号交互。"
|
||||
},
|
||||
"notification": {
|
||||
"followed_you": "关注了你",
|
||||
"request_to_follow": "请求关注你",
|
||||
"favourited_post": "点赞了你的帖文",
|
||||
"followed_you": "关注了你",
|
||||
"missing_type": "未知的通知类型:",
|
||||
"reblogged_post": "转发了你的帖文",
|
||||
"update_status": "更新了他们的状态",
|
||||
"missing_type": "未知的通知类型:"
|
||||
"request_to_follow": "请求关注你",
|
||||
"update_status": "更新了他们的状态"
|
||||
},
|
||||
"state": {
|
||||
"editing": "编辑中",
|
||||
|
|
Loading…
Reference in a new issue