Translated using Weblate (Turkish)
Currently translated at 100.0% (162 of 162 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/tr/
This commit is contained in:
parent
bc72b18d55
commit
c893111b5d
35
bot/tr.json
35
bot/tr.json
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"remove_infraction": {
|
"remove_infraction": {
|
||||||
"title": "Uyarı kaldırıldı",
|
"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": {
|
"details": {
|
||||||
"target_user": "Hedef kullanıcı: {{username}} (`{{id}}`)",
|
"target_user": "Hedef kullanıcı: {{username}} (`{{id}}`)",
|
||||||
|
@ -27,7 +27,38 @@
|
||||||
"reason": "Sebep: {{reason}}",
|
"reason": "Sebep: {{reason}}",
|
||||||
"warn_number_one": "Bu kullanıcı için **ilk** uyarı.",
|
"warn_number_one": "Bu kullanıcı için **ilk** uyarı.",
|
||||||
"warn_number_other": "Bu kullanıcı için uyarı numarası **{{count}}**.",
|
"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": {
|
"server_only": {
|
||||||
|
|
Loading…
Reference in a new issue