translations/bot/zh_Hans.json
Weblate 2e5d956c36 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/
2023-06-19 07:57:28 +00:00

60 lines
2.7 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}}**"
}
}
}