Compare commits

..

2 commits

Author SHA1 Message Date
deluxghost 699e075468 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (79 of 79 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
2023-06-23 18:28:03 +00:00
Gérson da Fonseca Henzel ad6c11e12b Translated using Weblate (Portuguese (Brazil))
Currently translated at 89.8% (71 of 79 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/pt_BR/
2023-06-23 18:28:03 +00:00
2 changed files with 14 additions and 2 deletions

View file

@ -58,7 +58,8 @@
"remindme": {
"title": "Lembrete",
"no_time": "",
"message_too_long": "O lembrete é longo demais! O lembrete não deve exceder {{length}} caracteres."
"message_too_long": "O lembrete é longo demais! O lembrete não deve exceder {{length}} caracteres.",
"reminder_set": "#### Lembrete configurado!\nVocê receberá uma mensagem direta {{time}}. Tenha a certeza de sempre ter ao menos um servidor em comum com AutoMod!"
},
"ban": {
"user_banned": "### Usuário banido\nID de infração: `{{id}}`\nUsuário: `{{user}}`\nMotivo: {{reason}}\nExpira em: {{expires}}\nNúmero de infrações: **{{count}}**"

View file

@ -71,7 +71,7 @@
}
},
"infractions": {
"infraction_created": "已创建违规",
"infraction_created": "违规已创建",
"operation_completed": "操作完成",
"too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。",
"title_create": "创建违规",
@ -110,5 +110,16 @@
"title": "给您的提醒!",
"body": "#### 您要求我在 {{timestamp}} 提醒您:\n{{message}}",
"no_message": "*您没有设置提醒消息,点击[这里]({{url}})跳转到上下文*"
},
"server_logs": {
"create_infraction": {
"title": "违规已创建"
},
"remove_infraction": {
"title": "违规已删除"
},
"temp_ban_expire": {
"title": "临时封禁已过期"
}
}
}