From 7886dd94afa7d9ca292861fb1bdfd36e47eefdac Mon Sep 17 00:00:00 2001 From: Synbulat Biishev Date: Fri, 29 Dec 2023 07:53:16 +0300 Subject: [PATCH] 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) --- strings/zh-CN/global.json | 26 +++++++++++++------------- strings/zh-CN/language.json | 14 +++++++------- strings/zh-CN/minecraft.json | 6 +++--- strings/zh-CN/report.json | 10 +++++----- strings/zh-CN/say.json | 4 ++-- strings/zh-CN/status.json | 12 ++++++------ strings/zh-CN/userinfo.json | 32 ++++++++++++++++---------------- 7 files changed, 52 insertions(+), 52 deletions(-) diff --git a/strings/zh-CN/global.json b/strings/zh-CN/global.json index cc6b8fea..4748acb4 100644 --- a/strings/zh-CN/global.json +++ b/strings/zh-CN/global.json @@ -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": "建议讨论" } diff --git a/strings/zh-CN/language.json b/strings/zh-CN/language.json index 55ce8401..9ec14609 100644 --- a/strings/zh-CN/language.json +++ b/strings/zh-CN/language.json @@ -2,21 +2,21 @@ "subcommand": { "set": { "notChangedEmbed": { - "title": "Your language hasn't changed", - "description": "This happened because you chose a language that is already set" + "title": "您的语言没有更改", + "description": "发生这种情况是因为您选择了已设置的语言" }, "changedEmbed": { - "title": "Your language has been successfully changed", - "description": "Translations may not be completed and contain errors" + "title": "您的语言已成功更改", + "description": "翻译可能未完成而且包含错误" }, "unknownLanguage": { - "title": "Unknown language", - "description": "Couldn't find a language by your query: {query}" + "title": "未知语言", + "description": "无法根据您的查询找到语言:{query}" } }, "reset": { "resetEmbed": { - "title": "Your language has been successfully reset" + "title": "您的语言已成功重置" } } } diff --git a/strings/zh-CN/minecraft.json b/strings/zh-CN/minecraft.json index 820612f7..a70b17d9 100644 --- a/strings/zh-CN/minecraft.json +++ b/strings/zh-CN/minecraft.json @@ -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} 页" } } } diff --git a/strings/zh-CN/report.json b/strings/zh-CN/report.json index 0da95f6a..7d7cd99d 100644 --- a/strings/zh-CN/report.json +++ b/strings/zh-CN/report.json @@ -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": "您已经太久没有点击按钮了。您的举报已被取消" } diff --git a/strings/zh-CN/say.json b/strings/zh-CN/say.json index 826ca5fc..8109f66a 100644 --- a/strings/zh-CN/say.json +++ b/strings/zh-CN/say.json @@ -1,4 +1,4 @@ { - "notAllowed": "You can't send a message in {channel}", - "sent": "Message has been sent in {channel}" + "notAllowed": "您无法在 {channel} 中发送消息", + "sent": "消息已在 {channel} 中发送" } \ No newline at end of file diff --git a/strings/zh-CN/status.json b/strings/zh-CN/status.json index 55ad56b4..db7fbabc 100644 --- a/strings/zh-CN/status.json +++ b/strings/zh-CN/status.json @@ -1,17 +1,17 @@ { "embed": { - "title": "Status", + "title": "状态", "field": { "ping": { - "name": "Ping", - "value": "My ping is {ms, number, integer}ms" + "name": "延迟", + "value": "我的延迟是 {ms, number, integer}ms" }, "wsPing": { - "name": "WebSoket ping", - "value": "WebSoket ping is {ms, number, integer}ms" + "name": "WebSocket 延迟", + "value": "WebSocket 延迟是 {ms, number, integer}ms" }, "onlineSince": { - "name": "Online since" + "name": "上次在线" } } } diff --git a/strings/zh-CN/userinfo.json b/strings/zh-CN/userinfo.json index 468b2ee6..aa28829d 100644 --- a/strings/zh-CN/userinfo.json +++ b/strings/zh-CN/userinfo.json @@ -2,42 +2,42 @@ "embed": { "field": { "status": { - "name": "Status", + "name": "状态", "values": { "status": { - "online": "Online", - "idle": "Idle", - "dnd": "Do Not Disturb", - "invisible": "Invisible", - "offline": "Offline" + "online": "在线", + "idle": "空闲", + "dnd": "请勿打扰", + "invisible": "隐身", + "offline": "离线" }, "platform": { - "web": "Web", - "mobile": "Mobile", - "desktop": "Desktop" + "web": "网页", + "mobile": "手机", + "desktop": "桌面" } } }, "createdAccount": { - "name": "Created the account" + "name": "已创建帐户" }, "joinedServer": { - "name": "Joined the server" + "name": "已加入服务器" }, "serverBooster": { - "name": "Server Booster since" + "name": "上次服务器助力" }, "roles": { - "name": "{count, plural, =1 {Role (#)} other {Roles (#)}}" + "name": "{count, plural, =1 {角色 (#)} other {角色 (#)}}" }, "activity": { - "name": "Activity", + "name": "活动", "values": { "custom": { - "name": "Custom Status" + "name": "自定义状态" }, "spotify": { - "value": "{name} by {artists} on {album}" + "value": "曲名:{name}\n{artistsNumber, plural, =1 {艺人} other {艺人}}:{artists}\n专辑:{album}" } } }