Compare commits
5 commits
6caf9e3496
...
d9c3fe1ec7
Author | SHA1 | Date | |
---|---|---|---|
Gátomo | d9c3fe1ec7 | ||
10b95a181c | |||
1c6f6f8880 | |||
deluxghost | 2ad72c5148 | ||
c598909402 |
52
bot/es.json
52
bot/es.json
|
@ -63,6 +63,15 @@
|
|||
},
|
||||
"ban": {
|
||||
"user_banned": "### Usuario baneado\nID de infracción: `{{id}}`\nUsuario: `{{user}}`\nMotivo: {{reason}}\nExpiración: {{expires}}\nNúmero de infracciones: **{{count}}**"
|
||||
},
|
||||
"timeout": {
|
||||
"prompt_clear_other": "Esta acción eliminará el aislamiento para los usuarios seleccionados. ¿Quieres continuar?",
|
||||
"user_timed_out": "### Usuario aislado\nID de infracción: `{{id}}`\nUsuario: `{{user}}`\nMotivo: {{reason}}\nDuración: {{expires}}\nNúmero de infracción: **{{count}}**",
|
||||
"title": "Aislamiento",
|
||||
"title_clear": "Eliminar aislamiento",
|
||||
"prompt_clear_one": "Esta acción eliminará el aislamiento para el usuario seleccionado. ¿Quieres continuar?",
|
||||
"no_permission": "¡No tengo permiso para aislar usuarios!",
|
||||
"cleared_timeout": "Aislamiento eliminado para `{{displayname}}`!\nUsuario: {{username}} (`{{userid}}`)"
|
||||
}
|
||||
},
|
||||
"test": "Mensaje de prueba en inglés",
|
||||
|
@ -74,7 +83,15 @@
|
|||
"too_many_users": "¡Se han proporcionado demasiados usuarios! Por favor, no proporciones más de {{max}} usuarios.",
|
||||
"no_user_one": "No se ha encontrado el usuario proporcionado",
|
||||
"death_threats": "Sé dónde vives :3",
|
||||
"permanent": "Permanente"
|
||||
"permanent": "Permanente",
|
||||
"names": {
|
||||
"timeout": "Aislamiento",
|
||||
"ban_permanent": "Baneo permanente",
|
||||
"ban_temporary": "Baneo temporal",
|
||||
"kick": "Expulsión",
|
||||
"warn": "Advertencia"
|
||||
},
|
||||
"unknown_reason": "Motivo desconocido"
|
||||
},
|
||||
"target_uncertain": {
|
||||
"title": "Confirmar acción",
|
||||
|
@ -110,5 +127,36 @@
|
|||
},
|
||||
"i18n_test": "They shat themselves",
|
||||
"i18n_test_f": "She shat herself",
|
||||
"i18n_test_m": "He shat himself"
|
||||
"i18n_test_m": "He shat himself",
|
||||
"server_logs": {
|
||||
"temp_ban_expire": {
|
||||
"content_m": "`{{username}}` ha sido desbaneado porque su baneo temporal ha expirado.",
|
||||
"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."
|
||||
},
|
||||
"create_infraction": {
|
||||
"title": "Infracción creada",
|
||||
"message": {
|
||||
"timeout": "{{moderator}} ha aislado a {{target}}",
|
||||
"kick": "{{moderator}} ha expulsado a {{target}}",
|
||||
"warn": "{{moderator}} ha advertido a {{target}}",
|
||||
"ban_permanent": "{{moderator}} ha baneado permanentemente a {{target}}",
|
||||
"ban_temporary": "{{moderator}} ha baneado temporalmente a {{target}}"
|
||||
}
|
||||
},
|
||||
"remove_infraction": {
|
||||
"title": "Infracción eliminada",
|
||||
"content": "Se ha eliminado una infracción de {{user}} (`{{infraction.user}}`)"
|
||||
},
|
||||
"details": {
|
||||
"moderator": "Moderador: {{username}} (`{{id}}`)",
|
||||
"ban_expiry": "El baneo expira: {{ts}}",
|
||||
"reason": "Motivo: {{reason}}",
|
||||
"warn_number_one": "Esta es **la primera** advertencia de este usuario.",
|
||||
"infraction_id": "ID de infracción: `{{id}}`",
|
||||
"target_user": "Usuario destinatario: {{username}} (`{{id}}`)",
|
||||
"warn_number_other": "Esta es la advertencia número **{{count}}** para este usuario."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,6 +63,15 @@
|
|||
},
|
||||
"ban": {
|
||||
"user_banned": "### Usuario baneado\nID de infracción: `{{id}}`\nUsuario: `{{user}}`\nRazón: {{reason}}\nExpiración: {{expires}}\nNúmero de infracción: **{{count}}**"
|
||||
},
|
||||
"timeout": {
|
||||
"title_clear": "Revocar suspensión",
|
||||
"prompt_clear_other": "Esto revocará la suspensión para los usuarios seleccionados. ¿Deseas continuar?",
|
||||
"no_permission": "No tengo permisos para suspender a los miembros.",
|
||||
"title": "Suspensión",
|
||||
"prompt_clear_one": "Esto revocará la suspensión para el usuario seleccionado. ¿Deseas continuar?",
|
||||
"cleared_timeout": "¡Se ha revocado la suspensión para `{{displayname}}`!\nUsuario: {{username}} (`{{userid}}`)",
|
||||
"user_timed_out": "### Usuario suspendido\nID de infracción: `{{id}}`\nUsuario: `{{user}}`\nRazón: {{reason}}\nDuración: {{expires}}\nNúmero de infracción: **{{count}}**"
|
||||
}
|
||||
},
|
||||
"test": "Test message in English",
|
||||
|
|
50
bot/fr.json
50
bot/fr.json
|
@ -63,6 +63,15 @@
|
|||
},
|
||||
"ban": {
|
||||
"user_banned": "### Utilisateur Banni\nID Infraction : `{{id}}`\nUtilisateur : `{{user}}`\nRaison : {{reason}}\nLe ban expire : `{{expires}}`\nNombre d'Infractions : **{{count}}**"
|
||||
},
|
||||
"timeout": {
|
||||
"no_permission": "Je n'ai pas la permission pour mettre des utilisateurs en temps mort !",
|
||||
"cleared_timeout": "Temps mort pour `{{displayname}}` retiré !\nUtilisateur : {{username}} (`{{userid}}`)",
|
||||
"title": "Temps mort",
|
||||
"title_clear": "Retirer temps mort",
|
||||
"prompt_clear_one": "Cela va annuler le temps mort pour l'utilisateur sélectionné. Voulez-vous continuer ?",
|
||||
"prompt_clear_other": "Cela va retirer le temps mort pour les utilisateurs sélectionnés. Voulez-vous continuer ?",
|
||||
"user_timed_out": "### Utilisateur mis en temps mort\nID de l'infraction : `{{id}}`\nUtilisateur : `{{user}}`\nRaison : {{reason}}\nDurée : {{expires}}\nNombre d'infractions : **{{count}}**"
|
||||
}
|
||||
},
|
||||
"test": "Message test en Français",
|
||||
|
@ -86,7 +95,15 @@
|
|||
"no_user_one": "L'utilisateur nommé est introuvable",
|
||||
"no_user_other": "Les utilisateurs nommés sont introuvables",
|
||||
"death_threats": "Je sais où tu habites :3",
|
||||
"permanent": "Permanent"
|
||||
"permanent": "Permanent",
|
||||
"names": {
|
||||
"kick": "Expulsion",
|
||||
"warn": "Avertissement",
|
||||
"timeout": "Temps mort",
|
||||
"ban_permanent": "Ban permanent",
|
||||
"ban_temporary": "Ban temporaire"
|
||||
},
|
||||
"unknown_reason": "Raison non définie"
|
||||
},
|
||||
"target_uncertain": {
|
||||
"title": "Confirmer action",
|
||||
|
@ -110,5 +127,36 @@
|
|||
"title": "L'éxécution de la commande a échoué",
|
||||
"bug_report": "Envoyer un rapport de bug",
|
||||
"support_server": "Rejoindre le serveur du support technique"
|
||||
},
|
||||
"server_logs": {
|
||||
"temp_ban_expire": {
|
||||
"content_m": "`{{username}}` n'est plus banni car son ban temporaire a expiré.",
|
||||
"content_f": "`{{username}}` n'est plus bannie car son ban temporaire a expiré.",
|
||||
"title": "Ban temporaire expiré",
|
||||
"content": "`{{username}}` n'est plus banni car son ban temporaire a expiré."
|
||||
},
|
||||
"create_infraction": {
|
||||
"message": {
|
||||
"timeout": "{{moderator}} a mis {{target}} en temps mort",
|
||||
"kick": "{{moderator}} a expulsé {{target}}",
|
||||
"warn": "{{moderator}} a averti {{target}}",
|
||||
"ban_permanent": "{{moderator}} a banni {{target}} de manière permanente",
|
||||
"ban_temporary": "{{moderator}} a temporairement banni {{target}}"
|
||||
},
|
||||
"title": "Infraction créée"
|
||||
},
|
||||
"remove_infraction": {
|
||||
"title": "Infraction retirée",
|
||||
"content": "Une infraction pour {{user}} (`{{infraction.user}}`) a été retirée"
|
||||
},
|
||||
"details": {
|
||||
"infraction_id": "ID de l'infraction : `{{id}}`",
|
||||
"target_user": "Utilisateur ciblé : {{username}} (`{{id}}`)",
|
||||
"moderator": "Modérateur : {{username}} (`{{id}}`)",
|
||||
"ban_expiry": "Le ban expire : {{ts}}",
|
||||
"reason": "Raison : {{reason}}",
|
||||
"warn_number_one": "Ceci est **le premier** avertissement pour cet utilisateur.",
|
||||
"warn_number_other": "Ceci est l'avertissement n°**{{count}}** pour cet utilisateur."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
163
bot/tr.json
163
bot/tr.json
|
@ -1 +1,162 @@
|
|||
{}
|
||||
{
|
||||
"server_logs": {
|
||||
"temp_ban_expire": {
|
||||
"content": "Geçici uzaklaştırma süresi dolduğu için `{{username}}` için uzaklaştırılma kaldırıldı.",
|
||||
"content_f": "Geçici uzaklaştırma süresi dolduğu için `{{username}}` için uzaklaştırılma kaldırıldı.",
|
||||
"content_m": "Geçici uzaklaştırma süresi dolduğu için `{{username}}` için uzaklaştırılma kaldırıldı.",
|
||||
"title": "Geçici uzaklaştırma süresi doldu"
|
||||
},
|
||||
"create_infraction": {
|
||||
"title": "Uyarı oluşturuldu",
|
||||
"message": {
|
||||
"kick": "{{moderator}} tarafından {{target}} atıldı",
|
||||
"warn": "{{moderator}} tarafından {{target}} uyarıldı",
|
||||
"ban_permanent": "{{moderator}} tarafından {{target}} kalıcı olarak uzaklaştırıldı",
|
||||
"ban_temporary": "{{moderator}} tarafından {{target}} geçici olarak uzaklaştırıldı",
|
||||
"timeout": "{{moderator}} tarafından {{target}} zaman aşımına uğradı"
|
||||
}
|
||||
},
|
||||
"remove_infraction": {
|
||||
"title": "Uyarı kaldırıldı",
|
||||
"content": "{{user}} (`{{infraction.user}}`) için bir uyarı kaldırıldı"
|
||||
},
|
||||
"details": {
|
||||
"target_user": "Hedef kullanıcı: {{username}} (`{{id}}`)",
|
||||
"moderator": "Moderatör: {{username}} (`{{id}}`)",
|
||||
"ban_expiry": "Uzaklaştırma sona erme tarihi: {{ts}}",
|
||||
"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}}`"
|
||||
}
|
||||
},
|
||||
"server_only": {
|
||||
"body": "Bu komut sadece sunucu içinde kullanılabilir.",
|
||||
"title": "Bir sunucuda değil"
|
||||
},
|
||||
"error_generic": "Bir hata oluştu",
|
||||
"commands": {
|
||||
"timeout": {
|
||||
"title": "Zamanaşımı",
|
||||
"title_clear": "Zaman aşımını temizle",
|
||||
"prompt_clear_one": "Bu, seçilen kişi için zaman aşımını temizleyecektir. Devam et?",
|
||||
"prompt_clear_other": "Bu, seçilen kişiler için zaman aşımını temizleyecektir. Devam et?",
|
||||
"no_permission": "Sunucu üyelerine zamanaşımı uygulamak için gereken yetkiye sahip değilim!",
|
||||
"cleared_timeout": "`{{displayname}}` için zamanaşımı temizlendi!\nKullanıcı: {{username}} (`{{userid}}`)",
|
||||
"user_timed_out": "### Kullanıcı zaman aşımına uğradı\nUyarı ID'si: `{{id}}`\nKullanıcı: `{{user}}`\nSebep: {{reason}}\nSüre: {{expires}}\nUyarı sayısı: **{{count}}**"
|
||||
},
|
||||
"ping": {
|
||||
"title": "Gecikme",
|
||||
"body": "WebSocket: {{latency.ws}}\nİstek: {{latency.roundtrip}}"
|
||||
},
|
||||
"config": {
|
||||
"title": "Konfigürasyon",
|
||||
"unknown_setting": "Bilinmeyen ayar \"{{setting}}\"",
|
||||
"setting_info": {
|
||||
"title": "Ayar: {{setting}}",
|
||||
"type": "Tür: {{type}}",
|
||||
"current": "Şuanki değer: {{value}}",
|
||||
"options": "Var olan opsiyonlar: {{options}}"
|
||||
},
|
||||
"invalid_value": "Sağladığınız değer, bu seçenek için uygulanabilir değil.\nİzin verilen değerler: {{values}}",
|
||||
"setting_unchanged": "{{setting}} ayarı zaten {{value}} olarak ayarlanmış durumda.",
|
||||
"needs_server": "Bu ayar sadece sunucu üzerinden değiştirilebilir.",
|
||||
"setting_updated": "{{setting}} ayarı {{old}} değerinden {{value}} değerine değiştirildi.",
|
||||
"no_permission": "Bu sunucunun konfigürasyonlarını değiştirmek için gereken yetkilere sahip değilsiniz.",
|
||||
"usage_hint": "Bir ayarı değiştirmek için **{{command}} <opsiyon> <yeni değer>** şeklinde kullanın veya sıfırlamak için değer olarak **clear** kullanın."
|
||||
},
|
||||
"whois": {
|
||||
"title": "Kullanıcı bilgisi",
|
||||
"title_member": "Üye bilgisi",
|
||||
"not_found": "İstenen kullanıcı bulunamadı.",
|
||||
"data": {
|
||||
"id": "Kullanıcı ID'si: `{{id}}`",
|
||||
"username": "Kullanıcı adı: `{{username}}`",
|
||||
"created": "Hesap oluşturulma tarihi: <t:{{ts}}:R> (<t:{{ts}}:F>)",
|
||||
"displayname": "Görünen ad: `{{displayname}}`",
|
||||
"discriminator": "Ayrıştırıcı: `{{discriminator}}`",
|
||||
"flags": "Kullanıcı işaretcileri: {{flags}} (`{{flagsNum}}`)",
|
||||
"badges": "Rozetler: {{badges}} (`{{badgesNum}}`)",
|
||||
"icons": {
|
||||
"server": "Sunucu",
|
||||
"banner": "Arkaplan",
|
||||
"text": "Avatar: {{links}}",
|
||||
"global": "Genel"
|
||||
},
|
||||
"nickname": "Takma ad: `{{nickname}}`",
|
||||
"colour": "Rol rengi: `{{colour}}`",
|
||||
"ranking": "Rol sıralaması: `{{rank}}` (Sizin: `{{own_rank}}`)",
|
||||
"roles": "Roller: {{roles}}",
|
||||
"owner": "🦞 **Sunucu sahibi**",
|
||||
"inferior": "⬇️ Bu kullanıcı sizden daha düşük sıralamada",
|
||||
"superior": "⬆️ Bu kullanıcı sizden daha yüksek sıralamada",
|
||||
"privileged": "🔨 Bu kullanıcı **ayrıcalıklıdır** ve genel bir izini geçersiz kılma hakkında sahip"
|
||||
}
|
||||
},
|
||||
"kick": {
|
||||
"not_a_member": "Hedef (<@{{userid}}>) bu sunucunun bir üyesi değil.",
|
||||
"user_kicked": "### Kullanıcı atıldı\nUyarı ID'si: `{{id}}`\nKullanıcı: `{{user}}`\nSebep: {{reason}}\nUyarı sayısı: **{{count}}**"
|
||||
},
|
||||
"ban": {
|
||||
"user_banned": "### Kullanıcı uzaklaştırıldı\nUyarı ID'si: `{{id}}`\nKullanıcı: `{{user}}`\nSebep: {{reason}}\nSona erme tarihi: {{expires}}\nUyarı sayısı: **{{count}}**"
|
||||
},
|
||||
"remindme": {
|
||||
"reminder_set": "#### Hatırlatıcı oluşturuldu!\n{{time}} içinde size doğrudan bir mesaj gelecek. AutoMod ile her zaman en az bir ortak sunucu paylaştığınızdan emin olun!",
|
||||
"no_time": "#### Geçerli bir zaman formatı sağlamadınız!\nÖrnek: `{{prefix}}remindme 10m Fırından pizzayı çıkar`",
|
||||
"title": "Hatırlatıcı",
|
||||
"message_too_long": "Bu hatırlatıcı çok uzun! {{length}} karakteri aşamaz."
|
||||
},
|
||||
"warn": {
|
||||
"user_warned": "### Kullanıcı uyarıldı\nUyarı ID'si: `{{id}}`\nKullanıcı: `{{user}}`\nSebep: {{reason}}\nUyarı sayısı: **{{count}}**"
|
||||
}
|
||||
},
|
||||
"test": "Türkçe test mesajı",
|
||||
"i18n_test_f": "O_o",
|
||||
"i18n_test": "O_O",
|
||||
"i18n_test_m": "o_O",
|
||||
"infractions": {
|
||||
"no_user_one": "Belirtilen kullanıcı bulunamadı",
|
||||
"operation_completed": "Operasyon tamamlandı",
|
||||
"too_many_users": "Çok fazla kişi verildi! Lütfen {{max}} sayısından daha fazla kişi belirtmeyin.",
|
||||
"title_create": "Uyarı oluştur",
|
||||
"infraction_created": "Uyarı oluşturuldu",
|
||||
"permanent": "Kalıcı",
|
||||
"death_threats": "Nerede yaşadığını biliyorum :3",
|
||||
"no_user_other": "Belirtilen kullanıcılar bulunamadı",
|
||||
"names": {
|
||||
"ban_permanent": "Kalıcı uzaklaştırma",
|
||||
"ban_temporary": "Geçici uzaklaştırma",
|
||||
"kick": "At",
|
||||
"warn": "Uyarı",
|
||||
"timeout": "Zamanaşımı"
|
||||
},
|
||||
"unknown_reason": "Bilinmeyen sebep"
|
||||
},
|
||||
"permissions": {
|
||||
"bot_cant_ban": "AutoMod hedef kullanıcıyı uzaklaştırmak için yeterli izne sahip değil.",
|
||||
"bot_cant_kick": "AutoMod hedef kullanıcıyı atmak için yeterli izne sahip değil.",
|
||||
"target_higher_than_you": "Hedef kullanıcının sıralaması sizinkiyle eşit veya daha üstte."
|
||||
},
|
||||
"target_uncertain": {
|
||||
"title": "İşlemi onayla",
|
||||
"body_one": "Bu işlem şu kullanıcıyı etkileyecektir: {{users}}.",
|
||||
"body_other": "Bu işlem şu kullanıcıları etkileyecektir: {{users}}.",
|
||||
"not_all_found": "Verilen kullanıcıların {{count}} tanesi bulunamadı. Yine de devam etmek istiyor musunuz?\nŞu kullanıcılar etkilenecektir: {{users}}",
|
||||
"confirmed": "İşlem onaylandı!",
|
||||
"canceled": "İşlem iptal edildi."
|
||||
},
|
||||
"command_failed": {
|
||||
"bug_report": "Bir hata raporu dosyalayın",
|
||||
"support_server": "Destek sunucusuna katılın",
|
||||
"title": "Komut yürütme başarısız oldu"
|
||||
},
|
||||
"reminder": {
|
||||
"no_message": "*Hatırlatıcı mesajını belirlemediniz, bağlantıya gitmek için [buraya]({{url}}) tıklayın.*",
|
||||
"title": "İşte hatırlatıcın!",
|
||||
"body": "#### Sizi {{timestamp}} tarihinde aşağıdaki konuda hatırlatmamı istediniz:\n{{message}}"
|
||||
},
|
||||
"no_permission": {
|
||||
"title": "İzin yok",
|
||||
"body": "### ❌ Erişim engellendi\nBu komutu yürütmek için şu yetkilere ihtiyacınız var: {{permissions}}"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,6 +68,15 @@
|
|||
},
|
||||
"ban": {
|
||||
"user_banned": "### 封禁的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n封禁期限:{{expires}}\n违规次数:**{{count}}**"
|
||||
},
|
||||
"timeout": {
|
||||
"title_clear": "解除静默",
|
||||
"prompt_clear_other": "这将会解除所选用户的静默。要继续吗?",
|
||||
"no_permission": "我没有静默成员的权限!",
|
||||
"title": "静默",
|
||||
"prompt_clear_one": "这将会解除所选用户的静默。要继续吗?",
|
||||
"cleared_timeout": "`{{displayname}}` 的静默已解除!\n用户:{{username}}(`{{userid}}`)",
|
||||
"user_timed_out": "### 静默的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n期限:{{expires}}\n违规次数:**{{count}}**"
|
||||
}
|
||||
},
|
||||
"infractions": {
|
||||
|
|
Loading…
Reference in a new issue