Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Mar 12, 2024
1 parent 2faacda commit 9822a29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,17 @@
"time.date.iso.format": "%Y-%m-%d",
"time.time.format": "%H:%M:%S",
"time.time.nosec.format": "%H:%M",
"tos.message.action": "Action: ",
"tos.message.action.banned": "Banned",
"tos.message.action.warning": "Warning",
"tos.message.appeal": "For objections, please go to ${issue_url} and create an issue.",
"tos.message.banned": "Your account has been blocked since the number of warnings you have triggered exceeds the limit. Your request will be ignored after this message.",
"tos.message.reason": "Reason: ",
"tos.message.reason.abuse": "Too many command usages within a period of time.",
"tos.message.reason.cooldown": "Too many usages of the same command within a period of time.",
"tos.message.reason.ignore": "Ignoring temporary ban warning.",
"tos.message.reason.kick": "Kick the bot from the group.",
"tos.message.reason.mute": "Enforce unfriendly muting of the bot.",
"tos.message.tempbanned": "Note:\nWe have temporarily banned you because your action triggered a warning.\n${ban_time} second(s) remaining until unban.",
"tos.message.tempbanned.warning": "Note:\nAlthough the temporary ban was triggered, using commands still may cause you to be warned again.\n${ban_time} second(s) remaining until unban.",
"tos.message.warning": "Warning:\nYou have violated our Code of Conduct according to our Terms of Service.",
Expand Down
6 changes: 3 additions & 3 deletions locales/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"tos.message.action.warning": "警告",
"tos.message.appeal": "如果你有任何异议,请至 ${issue_url} 发起问题。",
"tos.message.banned": "由于你触发的警告次数超过限度,我们已封禁你的账户。在此消息后将不再回应你的请求。",
"tos.message.reason": "具体原因",
"tos.message.reason": "原因",
"tos.message.reason.abuse": "一段时间内使用命令的次数过多。",
"tos.message.reason.cooldown": "一段时间内使用相同命令的次数过多。",
"tos.message.reason.ignore": "无视临时封禁警告。",
"tos.message.reason.kick": "将机器人踢出群组",
"tos.message.reason.kick": "将机器人移出群组",
"tos.message.reason.mute": "对机器人设置禁言。",
"tos.message.report": "用户 ${sender} 在对话 ${target} 触发了警告",
"tos.message.report": "用户 ${sender} 在对话 ${target} 触发了滥用警告",
"tos.message.tempbanned": "提示:\n由于你的行为触发了警告,我们已对你进行临时封禁。\n距离解封时间还有 ${ban_time} 秒。",
"tos.message.tempbanned.warning": "提示:\n即使已被临时封禁,尝试继续滥用命令可能会导致你被再次警告。\n距离解封时间还有 ${ban_time} 秒。",
"tos.message.warning": "警告:\n根据服务条款,你已违反我们的行为准则。",
Expand Down
7 changes: 6 additions & 1 deletion locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,22 @@
"time.date.iso.format": "%Y-%m-%d",
"time.time.format": "%H:%M:%S",
"time.time.nosec.format": "%H:%M",
"tos.message.action": "採取措施:",
"tos.message.action.banned": "封鎖",
"tos.message.action.warning": "警告",
"tos.message.appeal": "如果你有任何異義,請至 ${issue_url} 發起問題。",
"tos.message.banned": "由於你觸發的警告次數超過限度,我們已封鎖你的帳戶。在此訊息後將不再回應你的請求。",
"tos.message.reason": "原因:",
"tos.message.reason.abuse": "一段時間內使用指令的次數過多。",
"tos.message.reason.cooldown": "一段時間內使用相同指令的次數過多。",
"tos.message.reason.ignore": "無視暫時封鎖警告。",
"tos.message.reason.kick": "將機器人移出群組。",
"tos.message.reason.mute": "對機器人實施禁言。",
"tos.message.tempbanned": "提示:\n由於你的行為觸發了警告,我們已對你暫時封鎖。\n距解除時間還有 ${ban_time} 秒。",
"tos.message.tempbanned.warning": "提示:\n即使已被暫時封鎖,嘗試繼續濫用指令可能會導致你被再次警告。\n距解除時間還有 ${ban_time} 秒。",
"tos.message.warning": "警告:\n依據使用條款,你已違反我們的行為準則。",
"tos.message.warning.count": "這是第 ${current_warns} 次警告。如超過 ${warn_counts} 次警告,我們將會封鎖你的帳戶。",
"tos.message.warning.last": "這是最後警告",
"tos.message.warning.last": "這是最後一次警告",
"unknown": "未知",
"yes": ""
}

0 comments on commit 9822a29

Please sign in to comment.