Compare commits

...

2 commits

Author SHA1 Message Date
deluxghost e5d9d1d905 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (101 of 101 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
2023-06-25 09:26:06 +00:00
Wesly a0613ae51a Translated using Weblate (Spanish (Latin America))
Currently translated at 97.0% (98 of 101 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/es_419/
2023-06-25 09:26:06 +00:00
2 changed files with 72 additions and 5 deletions

View file

@ -79,7 +79,15 @@
"no_user_one": "No se pudo encontrar al usuario proporcionado", "no_user_one": "No se pudo encontrar al usuario proporcionado",
"no_user_other": "No se pudieron encontrar los usuarios proporcionados", "no_user_other": "No se pudieron encontrar los usuarios proporcionados",
"death_threats": "Oh, intentando expulsarme, ¿eh? Ten en cuenta que tengo conexiones con una red confidencial de felinos encubiertos y acceso completo a tu historial de mensajes. Cuidado con lo que haces. :3", "death_threats": "Oh, intentando expulsarme, ¿eh? Ten en cuenta que tengo conexiones con una red confidencial de felinos encubiertos y acceso completo a tu historial de mensajes. Cuidado con lo que haces. :3",
"permanent": "Permanente" "permanent": "Permanente",
"names": {
"ban_permanent": "Baneo permanente",
"ban_temporary": "Baneo temporal",
"kick": "Expulsión",
"warn": "Advertencia",
"timeout": "Suspensión"
},
"unknown_reason": "Razón desconocida"
}, },
"target_uncertain": { "target_uncertain": {
"title": "Confirmar acción", "title": "Confirmar acción",
@ -107,5 +115,36 @@
"title": "¡Aquí tienes tu recordatorio!", "title": "¡Aquí tienes tu recordatorio!",
"body": "#### Me pediste que te recordara lo siguiente a la(s) {{timestamp}}:\n{{message}}", "body": "#### Me pediste que te recordara lo siguiente a la(s) {{timestamp}}:\n{{message}}",
"no_message": "*No estableciste un mensaje de recordatorio, haz clic [aquí]({{url}}) para ir al contexto.*" "no_message": "*No estableciste un mensaje de recordatorio, haz clic [aquí]({{url}}) para ir al contexto.*"
},
"server_logs": {
"remove_infraction": {
"content": "Se ha eliminado una infracción para {{user}} (`{{infraction.user}}`)",
"title": "La infracción se ha eliminado"
},
"create_infraction": {
"title": "Infracción creada",
"message": {
"ban_permanent": "{{moderator}} ha baneado permanentemente a {{target}}",
"ban_temporary": "{{moderator}} ha baneado temporalmente a {{target}}",
"timeout": "{{moderator}} ha suspendido a {{target}}",
"kick": "{{moderator}} ha expulsado a {{target}}",
"warn": "{{moderator}} ha advertido a {{target}}"
}
},
"temp_ban_expire": {
"title": "El baneo temporal ha expirado",
"content": "`{{username}}` ha sido desbaneado porque su baneo temporal ha expirado.",
"content_f": "`{{username}}` ha sido desbaneada porque su baneo temporal ha expirado.",
"content_m": "`{{username}}` ha sido desbaneado porque su baneo temporal ha expirado."
},
"details": {
"infraction_id": "ID de infracción: `{{id}}`",
"target_user": "Usuario destinatario: {{username}} (`{{id}}`)",
"moderator": "Moderador: {{username}} (`{{id}}`)",
"ban_expiry": "Expiración del baneo: {{ts}}",
"reason": "Razón: {{reason}}",
"warn_number_one": "Esta es **la primera** advertencia para este usuario.",
"warn_number_other": "Esta es la advertencia número **{{count}}** para este usuario."
}
} }
} }

View file

@ -78,7 +78,15 @@
"no_user_one": "无法找到指定的用户", "no_user_one": "无法找到指定的用户",
"no_user_other": "无法找到指定的用户", "no_user_other": "无法找到指定的用户",
"death_threats": "我知道你住在哪 :3", "death_threats": "我知道你住在哪 :3",
"permanent": "永久" "permanent": "永久",
"names": {
"ban_permanent": "永久封禁",
"ban_temporary": "临时封禁",
"kick": "踢出",
"warn": "警告",
"timeout": "超时"
},
"unknown_reason": "未知原因"
}, },
"target_uncertain": { "target_uncertain": {
"title": "确认操作", "title": "确认操作",
@ -113,13 +121,33 @@
}, },
"server_logs": { "server_logs": {
"create_infraction": { "create_infraction": {
"title": "违规已创建" "title": "违规已创建",
"message": {
"ban_permanent": "{{moderator}} 永久封禁了 {{target}}",
"ban_temporary": "{{moderator}} 临时封禁了 {{target}}",
"timeout": "{{moderator}} 静默了 {{target}}",
"kick": "{{moderator}} 踢出了 {{target}}",
"warn": "{{moderator}} 警告了 {{target}}"
}
}, },
"remove_infraction": { "remove_infraction": {
"title": "违规已删除" "title": "违规已删除",
"content": "{{user}}`{{infraction.user}}`)的一项违规被移除"
}, },
"temp_ban_expire": { "temp_ban_expire": {
"title": "临时封禁已过期" "title": "临时封禁已过期",
"content_m": "`{{username}}` 的临时封禁已过期,被解除封禁。",
"content": "`{{username}}` 的临时封禁已过期,被解除封禁。",
"content_f": "`{{username}}` 的临时封禁已过期,被解除封禁。"
},
"details": {
"infraction_id": "违规 ID`{{id}}`",
"target_user": "目标用户:{{username}}`{{id}}`",
"moderator": "管理员:{{username}}`{{id}}`",
"ban_expiry": "封禁期限:{{ts}}",
"reason": "原因:{{reason}}",
"warn_number_one": "这是对此用户的**首次**警告。",
"warn_number_other": "这是对此用户的第 **{{count}}** 次警告。"
} }
} }
} }