-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(strings): update translations (#284)
* New translations say.json (Chinese Simplified) * New translations status.json (Chinese Simplified) * New translations userinfo.json (Chinese Simplified) * New translations language.json (Chinese Simplified) * New translations global.json (Chinese Simplified) * New translations minecraft.json (Chinese Simplified) * New translations report.json (Chinese Simplified)
- Loading branch information
Showing
7 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"buttons": { | ||
"first": "First page", | ||
"previous": "Previous page", | ||
"next": "Next page", | ||
"last": "Last page", | ||
"yes": "Yes", | ||
"no": "No" | ||
"first": "第一页", | ||
"previous": "上一页", | ||
"next": "下一页", | ||
"last": "最后一页", | ||
"yes": "是", | ||
"no": "否" | ||
}, | ||
"rolesUpdated": "Your roles has been successfully updated! Now you {count, plural, =0 {don't have any roles} one {have # role ({roles})} other {have # roles ({roles})}}.", | ||
"welcome": "Welcome!", | ||
"goodbye": "Goodbye!", | ||
"createdAccount": "Created the account", | ||
"joinedServer": "Joined the server", | ||
"leftServer": "Left the server", | ||
"suggestionDiscussion": "Suggestion Discussion" | ||
"rolesUpdated": "您的角色已成功更新!您现在{count, plural, =0 {没有任何角色} other {拥有 # 个角色{roles}}}。", | ||
"welcome": "欢迎!", | ||
"goodbye": "再见!", | ||
"createdAccount": "已创建帐户", | ||
"joinedServer": "已加入服务器", | ||
"leftServer": "已离开服务器", | ||
"suggestionDiscussion": "建议讨论" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"embed": { | ||
"title": "{username}'s name history", | ||
"title": "{username} 的名称历史", | ||
"field": { | ||
"name": { | ||
"values": { | ||
"unknown": "Unknown" | ||
"unknown": "未知" | ||
} | ||
} | ||
}, | ||
"footer": { | ||
"text": "Page {current}/{total}" | ||
"text": "第 {current}/{total} 页" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"doYouWantEmbed": { | ||
"title": "Do you want to report {user}?", | ||
"title": "您想举报 {user} 吗?", | ||
"fields": { | ||
"reason": { | ||
"name": "Reason" | ||
"name": "理由" | ||
} | ||
} | ||
}, | ||
"sent": "Your report has been successfully sent", | ||
"canceled": "Your report has been canceled", | ||
"timeout": "You haven't clicked a button for too long. Your report has been canceled" | ||
"sent": "您的举报已成功发送", | ||
"canceled": "您的举报已被取消", | ||
"timeout": "您已经太久没有点击按钮了。您的举报已被取消" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"notAllowed": "You can't send a message in {channel}", | ||
"sent": "Message has been sent in {channel}" | ||
"notAllowed": "您无法在 {channel} 中发送消息", | ||
"sent": "消息已在 {channel} 中发送" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters