Compare commits
4 commits
d135322594
...
c893111b5d
Author | SHA1 | Date | |
---|---|---|---|
c893111b5d | |||
deluxghost | bc72b18d55 | ||
| 0bac42d3bf | ||
872baf777d |
|
@ -201,6 +201,31 @@
|
|||
"edit_infraction": {
|
||||
"title": "Se ha cambiado la razón de la infracción",
|
||||
"content": "Se ha editado una infracción de {{username}}"
|
||||
},
|
||||
"message": {
|
||||
"info": {
|
||||
"embeds_one": "Un «embed»",
|
||||
"embeds_other": "{{count}} «embeds»",
|
||||
"show_more": "mostrar más",
|
||||
"content_unknown": "El mensaje estaba vacío",
|
||||
"header": "{{channel}} • {{user}} • [Contexto]({{url}})",
|
||||
"attachments_one": "Un adjunto",
|
||||
"attachments_other": "{{count}} adjuntos"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Mensaje editado",
|
||||
"old_content": "Contenido anterior",
|
||||
"new_content": "Nuevo contenido"
|
||||
},
|
||||
"delete": {
|
||||
"title": "Mensaje eliminado",
|
||||
"content": "Contenido del mensaje"
|
||||
},
|
||||
"bulk_delete": {
|
||||
"title": "Eliminar en masa",
|
||||
"content_other": "Se eliminaron {{count}} mensajes en {{channel}} - [Mostrar]({{url}})",
|
||||
"content_one": "Se eliminó un mensaje en {{channel}} - [Mostrar]({{url}})"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -201,6 +201,31 @@
|
|||
"edit_infraction": {
|
||||
"content": "Uma infração para {{username}} foi editada",
|
||||
"title": "Motivo de infração alterado"
|
||||
},
|
||||
"message": {
|
||||
"info": {
|
||||
"embeds_one": "1 integração",
|
||||
"embeds_other": "{{count}} integrações",
|
||||
"attachments_one": "1 mídia",
|
||||
"attachments_other": "{{count}} mídias",
|
||||
"show_more": "mostrar mais",
|
||||
"header": "{{channel}} • {{user}} • [Contexto]({{url}})",
|
||||
"content_unknown": "Mensagem estava vazia"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Mensagem editada",
|
||||
"old_content": "Conteúdo antigo",
|
||||
"new_content": "Conteúdo novo"
|
||||
},
|
||||
"delete": {
|
||||
"title": "Mensagem excluída",
|
||||
"content": "Conteúdo da mensagem"
|
||||
},
|
||||
"bulk_delete": {
|
||||
"title": "Excluir em massa",
|
||||
"content_other": "{{count}} mensagens foram excluídas em {{channel}} - [Mostrar]({{url}})",
|
||||
"content_one": "Uma mensagem foi excluída em {{channel}} - [Mostrar]({{url}})"
|
||||
}
|
||||
}
|
||||
},
|
||||
"i18n_test": "Elus se cagaram",
|
||||
|
|
35
bot/tr.json
35
bot/tr.json
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"remove_infraction": {
|
||||
"title": "Uyarı kaldırıldı",
|
||||
"content": "{{user}} (`{{infraction.user}}`) için bir uyarı kaldırıldı"
|
||||
"content": "{{username}} için bir uyarı kaldırıldı"
|
||||
},
|
||||
"details": {
|
||||
"target_user": "Hedef kullanıcı: {{username}} (`{{id}}`)",
|
||||
|
@ -27,7 +27,38 @@
|
|||
"reason": "Sebep: {{reason}}",
|
||||
"warn_number_one": "Bu kullanıcı için **ilk** uyarı.",
|
||||
"warn_number_other": "Bu kullanıcı için uyarı numarası **{{count}}**.",
|
||||
"infraction_id": "Uyarı ID'si: `{{id}}`"
|
||||
"infraction_id": "Uyarı ID'si: `{{id}}`",
|
||||
"old_reason": "Eski sebep: {{reason}}",
|
||||
"new_reason": "Yeni sebep: {{reason}}"
|
||||
},
|
||||
"edit_infraction": {
|
||||
"title": "Uyarı sebebi değiştirildi",
|
||||
"content": "{{username}} için bir uyarı sebebi değiştirildi"
|
||||
},
|
||||
"message": {
|
||||
"info": {
|
||||
"embeds_one": "1 embed",
|
||||
"embeds_other": "{{count}} tane embed",
|
||||
"attachments_one": "1 ek",
|
||||
"show_more": "daha fazla göster",
|
||||
"content_unknown": "Mesaj boştu",
|
||||
"header": "{{channel}} • {{user}} • [İçerik]({{url}})",
|
||||
"attachments_other": "{{count}} tane ek"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Mesaj değiştirildi",
|
||||
"old_content": "Eski içerik",
|
||||
"new_content": "Yeni içerik"
|
||||
},
|
||||
"delete": {
|
||||
"title": "Mesaj silindi",
|
||||
"content": "Mesaj içeriği"
|
||||
},
|
||||
"bulk_delete": {
|
||||
"content_other": "{{channel}} kanalında {{count}} tane mesaj silindi - [Göster]({{url}})",
|
||||
"title": "Toplu sil",
|
||||
"content_one": "{{channel}} kanalında bir mesaj silindi - [Göster]({{url}})"
|
||||
}
|
||||
}
|
||||
},
|
||||
"server_only": {
|
||||
|
|
|
@ -204,6 +204,31 @@
|
|||
"edit_infraction": {
|
||||
"title": "违规原因已修改",
|
||||
"content": "{{username}} 的一项违规已被修改"
|
||||
},
|
||||
"message": {
|
||||
"info": {
|
||||
"embeds_one": "1 个嵌入内容",
|
||||
"embeds_other": "{{count}} 个嵌入内容",
|
||||
"attachments_one": "1 个附件",
|
||||
"show_more": "显示更多",
|
||||
"content_unknown": "消息为空",
|
||||
"header": "{{channel}} • {{user}} • [上下文]({{url}})",
|
||||
"attachments_other": "{{count}} 个附件"
|
||||
},
|
||||
"edit": {
|
||||
"title": "消息已编辑",
|
||||
"new_content": "新内容",
|
||||
"old_content": "旧内容"
|
||||
},
|
||||
"delete": {
|
||||
"title": "消息已删除",
|
||||
"content": "消息内容"
|
||||
},
|
||||
"bulk_delete": {
|
||||
"title": "批量删除",
|
||||
"content_other": "{{channel}} 中的 {{count}} 条消息被删除 - [显示]({{url}})",
|
||||
"content_one": "{{channel}} 中的一条消息被删除 - [显示]({{url}})"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue