diff --git a/locales/en-US.json b/locales/en-US.json index 3416477b..f36a54d2 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -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", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index b93dff6a..0409ba64 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -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": "编辑中",