diff --git a/bot/tr.json b/bot/tr.json index fca3ffa..37a013b 100644 --- a/bot/tr.json +++ b/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": {