added french & czech translation

This commit is contained in:
DJj123dj
2022-08-15 14:55:34 +02:00
parent 6823b96114
commit 697594b311
2 changed files with 110 additions and 103 deletions
+13 -12
View File
@@ -3,8 +3,8 @@
"missingArgsTitle":"Neplatné argumenty", "missingArgsTitle":"Neplatné argumenty",
"missingArgsDescription":"Chybí argumenty", "missingArgsDescription":"Chybí argumenty",
"noPermsTitle":"Nemáš práva!", "noPermsTitle":"Nemáš práva!",
"noPermsDescription":"You need the `ADMINISTRATOR` permission or be in the list of allowed roles!", "noPermsDescription":"Nemáš dostatečné práva na tento příkaz!\n Potřebuješ ADMINISTRATOR aby jsi mohl provést příkaz!",
"noPermsDelete":"Only admins can delete a ticket!", "noPermsDelete":"Pouze admin může smazat ticket!",
"chooseFromListTitle":"Neplatné ID", "chooseFromListTitle":"Neplatné ID",
"chooseFromListDescription":"Vyber si z těchto ID:", "chooseFromListDescription":"Vyber si z těchto ID:",
"boterror":"Error!", "boterror":"Error!",
@@ -19,18 +19,18 @@
"somethingWentWrongTranscript":"Něco je špatně s transcriptem!**\nProsím zkus to příště znovu!" "somethingWentWrongTranscript":"Něco je špatně s transcriptem!**\nProsím zkus to příště znovu!"
}, },
"commands":{ "commands":{
"userAddedTitle":"Added {0} to this ticket!", "userAddedTitle":"{0} byl přidán do ticketu!",
"userRemovedTitle":"Removed {0} from this ticket!", "userRemovedTitle":"{0} byl odebrám z ticketu!",
"renameTitle":"Changed the name to {0}!", "renameTitle":"Jméno bylo změněno!",
"closeTitle":"Closed this ticket!", "closeTitle":"Zavři tento ticket!",
"deleteTitle":"Deleting this ticket...", "deleteTitle":"Smaž tento ticket!",
"reopenTitle":"Re-Opened this ticket!", "reopenTitle":"Znovu otevři ticket!",
"ticketWarning":"The embed is in the message below!", "ticketWarning":"The embed is in the message below!",
"maxTicketWarning":"**Warning:** _You can only create {0} ticket(s) at a time!_" "maxTicketWarning":"**Varovaní:** _Můžeš si vytvořit použe {0} ticket(s) v jednu chvíli!_"
}, },
"helpMenu":{ "helpMenu":{
"title":"Available Commands:", "title":"Příkazy:",
"header1":"**Běž {0} vytvořit si ticket!**\n\n", "header1":"**Běž {0} vytvořit si ticket!**\n\n",
"header2":"**Použij příkaz `/new` nebo `/ticket` k vytvoření ticketu!**\n\n", "header2":"**Použij příkaz `/new` nebo `/ticket` k vytvoření ticketu!**\n\n",
@@ -67,8 +67,9 @@
"hereIsTheTranscript":"Zde je log:", "hereIsTheTranscript":"Zde je log:",
"chooseCategory":"Vyber kategorii:", "chooseCategory":"Vyber kategorii:",
"gettingdeleted":"Ticket bude smazán",
"none":"none", "none":"nic",
"reason":"reason" "reason":"důvod"
} }
} }
+30 -24
View File
@@ -3,67 +3,73 @@
"missingArgsTitle":"Arguments invalides!", "missingArgsTitle":"Arguments invalides!",
"missingArgsDescription":"Argument manquant", "missingArgsDescription":"Argument manquant",
"noPermsTitle":"Pas de permissions!", "noPermsTitle":"Pas de permissions!",
"noPermsDescription":"You need the `ADMINISTRATOR` permission or be in the list of allowed roles!", "noPermsDescription":"Vous avez besoin de la permission `ADMINISTRATOR` ou être dans la liste des rôles autorisés!",
"noPermsDelete":"Only admins can delete a ticket!", "noPermsDelete":"Seuls les administrateurs peuvent supprimer un ticket!",
"chooseFromListTitle":"Invalid ID", "chooseFromListTitle":"Invalid ID",
"chooseFromListDescription":"Choisissez l'un des identifiants ci-dessous:", "chooseFromListDescription":"Choisissez l'un des identifiants ci-dessous:",
"boterror":"Bot Error!", "boterror":"Bot Error!",
"notInTicketTitle":"Vous n'êtes pas dans un ticket!", "notInTicketTitle":"Vous n'êtes pas dans un ticket!",
"notInTicketDescription":"Cette commande ne fonctionne pas en dehors des tickets!", "notInTicketDescription":"Cette commande ne fonctionne pas en dehors des tickets!",
"ticketDoesntExist":"Ce billet n'existe plus !", "ticketDoesntExist":"Ce ticket n'existe plus!",
"roleDoesntExist":"Ce rôle n'existe plus!", "roleDoesntExist":"Ce rôle n'existe plus!",
"anotherOption":"Cette option n'est pas un ticket mais un autre type!", "anotherOption":"Cette option n'est pas un ticket mais un autre type!",
"maxAmountTitle":"Montant max atteint !", "maxAmountTitle":"Montant maximum atteint!",
"maxAmountDescription":"Vous avez atteint le nombre maximum de tickets autorisés !\nVous ne pouvez donc pas en créer un nouveau !", "maxAmountDescription":"Vous avez atteint le nombre maximum de tickets autorisés!\nVous ne pouvez donc pas en créer un nouveau!",
"somethingWentWrong":"**Une erreur s'est produite !**\nVeuillez réessayer une autre fois !", "somethingWentWrong":"**Quelque chose s'est mal passé!**\nVeuillez réessayer une autre fois!",
"somethingWentWrongTranscript":"Une erreur s'est produite lors de la création de la transcription !**\nVeuillez réessayer une autre fois !" "somethingWentWrongTranscript":"Une erreur s'est produite lors de la création de la transcription!**\nVeuillez réessayer une autre fois!"
}, },
"commands":{ "commands":{
"userAddedTitle":"Added {0} to this ticket!", "userAddedTitle":"{0} a été ajouté à ce ticket!",
"userRemovedTitle":"Removed {0} from this ticket!", "userRemovedTitle":"Supprimé {0} de ce ticket!",
"renameTitle":"Changed the name to {0}!", "renameTitle":"Changement du nom en {0}!",
"closeTitle":"Closed this ticket!", "closeTitle":"Fermé ce ticket!",
"deleteTitle":"Deleting this ticket...", "deleteTitle":"Suppression de ce ticket...",
"reopenTitle":"Re-Opened this ticket!", "reopenTitle":"A rouvert ce ticket!",
"ticketWarning":"The embed is in the message below!", "ticketWarning":"L'intégration est dans le message ci-dessous!",
"maxTicketWarning":"**Warning:** _You can only create {0} ticket(s) at a time!_" "maxTicketWarning":"**Attention :** _Vous ne pouvez créer que {0} ticket(s) à la fois !_"
}, },
"helpMenu":{ "helpMenu":{
"title":"Available Commands:", "title":"Commandes disponibles :",
"header1":"**Allez à {0} pour créer un ticket !**\n\n", "header1":"**Allez à {0} pour créer un ticket !**\n\n",
"header2":"**Exécutez la commande `/new` ou `/ticket` pour créer un ticket !**\n\n", "header2":"**Exécutez la commande `/new` ou `/ticket` pour créer un ticket !**\n\n",
"msgCmd":"Créez une intégration avec des boutons. (administrateurs uniquement)", "msgCmd":"Faire apparaître une intégration avec des boutons. (administrateurs uniquement)",
"renameCmd":"Renommer un ticket. (sans espaces)", "renameCmd":"Renommer un ticket. (sans espaces)",
"closeCmd":"Fermer un ticket.", "closeCmd":"Fermer un ticket.",
"deleteCmd":"Supprimer un billet.", "deleteCmd":"Supprimer un billet.",
"addCmd":"Ajouter un utilisateur au ticket.", "addCmd":"Ajouter un utilisateur au ticket.",
"removeCmd":"Supprimer un utilisateur du ticket.", "removeCmd":"Supprimer un utilisateur du ticket.",
"reopenCmd":"Re-Open a ticket after it was closed." "reopenCmd":"Rouvrir un ticket après sa clôture."
}, },
"buttons":{ "buttons":{
"close":"Fermer le ticket", "close":"Fermer le ticket",
"delete":"Supprimer le billet", "delete":"Supprimer le billet",
"reopen":"Billet de réouverture", "reopen":"Billet de réouverture",
"sendTranscript":"Envoyer le fichier de transcription" "sendTranscript":"Transcript"
}, },
"messages":{ "messages":{
"reopenTitle":"A rouvert ce ticket!", "reopenTitle":"A rouvert ce ticket!",
"reopenDescription":"N'hésitez pas à reparler!", "reopenDescription":"N'hésitez pas à reparler!",
"closedTitle":"Fermé ce ticket", "closedTitle":"Fermé ce ticket!",
"closedDescription":"Seuls les administrateurs peuvent parler dans ce ticket maintenant !\n\n*Cliquez sur le bouton ci-dessous pour supprimer ou rouvrir ce ticket !*", "closedDescription":"Seuls les administrateurs peuvent parler dans ce ticket maintenant !\n\n*Cliquez sur le bouton ci-dessous pour supprimer ou rouvrir ce ticket !*",
"createdTitle":"Ticket créé !", "createdTitle":"Ticket créé !",
"createdDescription":"Votre ticket est créé, vous pouvez le détecter par un ping !", "createdDescription":"Votre ticket est créé, vous pouvez le détecter par un ping !",
"newTicketDmTitle":"Nouveau ticket!", "newTicketDmTitle":"Nouveau billet!",
"closedTicketDmTitle":"Billet fermé!",
"deletedTicketDmTitle":"Billet supprimé !",
"closedTicketDmDescription":"Votre billet est fermé !",
"deletedTicketDmDescription":"Votre billet est supprimé !",
"reopenTicketDmTitle":"Billet rouvert!",
"reopenTicketDmDescription":"Votre billet est rouvert !",
"newTranscriptTitle":"Une nouvelle transcription est ici!", "newTranscriptTitle":"Une nouvelle transcription est ici!",
"hereIsTheTranscript":"Voici la transcription :", "hereIsTheTranscript":"Voici la transcription :",
"chooseCategory":"choisissez une catégorie:", "chooseCategory":"choisissez une catégorie:",
"gettingdeleted":"Le ticket est en cours de suppression...", "gettingdeleted":"Le ticket est en cours de suppression...",
"none":"none", "none":"rien",
"reason":"reason" "reason":"raison"
} }
} }