translations/bot/zh_Hans.json
deluxghost 3dbe377eb9 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (74 of 74 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
2023-06-21 15:53:18 +00:00

113 lines
5.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": {
"user_warned": "### 警告的用户\n违规 ID`{{id}}`\n用户`{{user}}`\n原因{{reason}}\n违规次数**{{count}}**"
},
"kick": {
"user_kicked": "### 踢出的用户\n违规 ID`{{id}}`\n用户`{{user}}`\n原因{{reason}}\n违规次数**{{count}}**",
"not_a_member": "目标(<@{{userid}}>)不是此服务器的成员。"
},
"remindme": {
"title": "提醒",
"reminder_set": "#### 提醒已设置!\n您将会在 {{time}} 收到私人消息。请确保您与 AutoMod 始终至少有一个共同的服务器!",
"no_time": "#### 您未提供有效的时间戳!\n示例`{{prefix}}remindme 10m 从烤箱里拿出披萨`",
"message_too_long": "提醒过长!不能超过 {{length}} 个字符。"
},
"ban": {
"user_banned": "### 封禁的用户\n违规 ID`{{id}}`\n用户`{{user}}`\n原因{{reason}}\n封禁期限{{expires}}\n违规次数**{{count}}**"
}
},
"infractions": {
"infraction_created": "已创建违规",
"operation_completed": "操作完成",
"too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。",
"title_create": "创建违规",
"no_user_one": "无法找到指定的用户",
"no_user_other": "无法找到指定的用户",
"death_threats": "我知道你住在哪 :3",
"permanent": "永久"
},
"target_uncertain": {
"title": "确认操作",
"body_one": "此操作将影响以下用户:{{users}}。",
"body_other": "此操作将影响以下用户:{{users}}。",
"confirmed": "操作已确认!",
"canceled": "操作已取消。",
"not_all_found": "无法找到 {{count}} 个指定的用户。您仍然要继续吗?\n以下用户将会受到影响{{users}}"
},
"no_permission": {
"title": "无权限",
"body": "### ❌ 访问被拒绝\n您需要以下权限来执行此命令{{permissions}}"
},
"server_only": {
"title": "不在服务器中",
"body": "此命令仅能在服务器中使用。"
},
"error_generic": "发生了一个错误",
"permissions": {
"bot_cant_kick": "AutoMod 没有足够的权限踢出目标用户。",
"target_higher_than_you": "目标用户的等级与您相同或比您高。",
"bot_cant_ban": "AutoMod 没有足够的权限封禁目标用户。"
},
"test": "英语测试消息",
"i18n_test": "They shat themselves",
"i18n_test_f": "She shat herself",
"i18n_test_m": "He shat himself",
"reminder": {
"title": "给您的提醒!",
"body": "#### 您要求我在 {{timestamp}} 提醒您:\n{{message}}",
"no_message": "*您没有设置提醒消息,点击[这里]({{url}})跳转到上下文*"
}
}