chore(i18n): sort keys

This commit is contained in:
三咲智子 2022-11-29 20:14:16 +08:00
parent 474c102c75
commit 1d7a9158e4
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{ {
"account": { "account": {
"blocked_users": "Blocked users",
"blocked_domains": "Blocked domains", "blocked_domains": "Blocked domains",
"blocked_users": "Blocked users",
"favourites": "Favourites", "favourites": "Favourites",
"follow": "Follow", "follow": "Follow",
"follow_back": "Follow back", "follow_back": "Follow back",
@ -10,8 +10,8 @@
"following_count": "{0} Following", "following_count": "{0} Following",
"follows_you": "Follows you", "follows_you": "Follows you",
"muted_users": "Muted users", "muted_users": "Muted users",
"posts_count": "{0} Posts",
"pinned": "Pinned", "pinned": "Pinned",
"posts_count": "{0} Posts",
"unfollow": "Unfollow" "unfollow": "Unfollow"
}, },
"action": { "action": {
@ -22,9 +22,9 @@
"sign_in": "Sign in" "sign_in": "Sign in"
}, },
"common": { "common": {
"not_found": "404 Not Found",
"end_of_list": "End of the list", "end_of_list": "End of the list",
"error": "ERROR" "error": "ERROR",
"not_found": "404 Not Found"
}, },
"feature_flag": { "feature_flag": {
"virtual_scroll": "Virtual Scrolling" "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." "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": { "notification": {
"followed_you": "followed you",
"request_to_follow": "requested to follow you",
"favourited_post": "favourited your post", "favourited_post": "favourited your post",
"followed_you": "followed you",
"missing_type": "MISSING notification.type:",
"reblogged_post": "reblogged your post", "reblogged_post": "reblogged your post",
"update_status": "updated their status", "request_to_follow": "requested to follow you",
"missing_type": "MISSING notification.type:" "update_status": "updated their status"
}, },
"state": { "state": {
"editing": "Editing", "editing": "Editing",

View file

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