translations/bot/zh_Hans.json
Gülce 202a6da3ed Translated using Weblate (Chinese (Simplified))
Currently translated at 83.0% (49 of 59 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
2023-06-19 09:59:49 +00:00

74 lines
3.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"command_failed": {
"title": "命令执行失败",
"bug_report": "提出错误报告",
"support_server": "加入支持服务器"
},
"commands": {
"ping": {
"title": "延迟",
"body": "WebSocket{{latency.ws}}\n往返{{latency.roundtrip}}"
},
"config": {
"title": "配置",
"unknown_setting": "未知设置“{{setting}}”",
"usage_hint": "使用 **{{command}} <选项名> <新值>** 修改设置,或使用 **clear** 作为新值来重置。",
"setting_info": {
"title": "设置:{{setting}}",
"type": "类型:{{type}}",
"current": "当前值:{{value}}",
"options": "可用选项:{{options}}"
},
"invalid_value": "您提供的值不适用于此选项。\n允许的值有{{values}}",
"setting_updated": "设置 {{setting}} 已从 {{old}} 修改为 {{value}}。",
"setting_unchanged": "设置 {{setting}} 已设为 {{value}}。",
"needs_server": "此设置仅能在服务器中更改。",
"no_permission": "您没有更改此服务器配置的权限。"
},
"whois": {
"title": "用户信息",
"title_member": "成员信息",
"not_found": "无法找到所请求的用户。",
"data": {
"id": "用户 ID`{{id}}`",
"username": "用户名:`{{username}}`",
"created": "账户创建时间:<t:{{ts}}:R><t:{{ts}}:F>",
"flags": "用户标记:{{flags}}`{{flagsNum}}`",
"badges": "徽章:{{badges}}`{{badgesNum}}`",
"icons": {
"text": "头像:{{links}}",
"global": "全局",
"server": "服务器",
"banner": "横幅"
},
"privileged": "🔨 此用户拥有**特权**和全局权限覆盖",
"nickname": "昵称:`{{nickname}}`",
"colour": "角色颜色:`{{colour}}`",
"ranking": "角色等级:`{{rank}}`(您的:`{{own_rank}}`",
"roles": "角色:{{roles}}",
"owner": "🦞 **服务器所有者**",
"inferior": "⬇️ 此用户的等级比您低",
"superior": "⬆️ 此用户的等级比您高"
}
},
"warn": {
"title": "警告用户",
"user_warned": "### 警告的用户\n违规 ID`{{id}}`\n用户`{{user}}`\n原因{{reason}}\n违规次数**{{count}}**",
"no_user_one": "无法找到指定的用户",
"no_user_other": "无法找到指定的用户"
}
},
"infractions": {
"infraction_created": "已创建违规",
"operation_completed": "操作完成",
"too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。"
},
"target_uncertain": {
"title": "确认操作",
"body_one": "此操作将影响以下用户:{{users}}.",
"body_other": "此操作将影响以下用户:{{users}}.",
"confirmed": "操作已确认!",
"canceled": "操作取消。"
}
}