Translated using Weblate (Chinese (Simplified))

Currently translated at 93.2% (55 of 59 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
This commit is contained in:
deluxghost 2023-06-19 10:00:03 +00:00 committed by Weblate
parent 7e0a028d9d
commit 104b17bc7d

View file

@ -65,9 +65,19 @@
}, },
"target_uncertain": { "target_uncertain": {
"title": "确认操作", "title": "确认操作",
"body_one": "此操作将影响以下用户:{{users}}.", "body_one": "此操作将影响以下用户:{{users}}",
"body_other": "此操作将影响以下用户:{{users}}.", "body_other": "此操作将影响以下用户:{{users}}",
"confirmed": "操作已确认!", "confirmed": "操作已确认!",
"canceled": "操作取消。" "canceled": "操作已取消。",
} "not_all_found": "无法找到 {{count}} 个指定的用户。您仍然要继续吗?\n以下用户将会受到影响{{users}}"
},
"no_permission": {
"title": "无权限",
"body": "### ❌ 访问被拒绝\n您需要以下权限来执行此命令{{permissions}}"
},
"server_only": {
"title": "不在服务器中",
"body": "此命令仅能在服务器中使用。"
},
"error_generic": "发生了一个错误"
} }