From aec11f122115f95136c7c097332bd45fd0e5354e Mon Sep 17 00:00:00 2001 From: BrownyProd <66011019+BrownyProd@users.noreply.github.com> Date: Thu, 16 May 2024 14:34:36 +0200 Subject: [PATCH] =?UTF-8?q?Added=20french=20locale=20=F0=9F=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.lua | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 53f2256..51c05a6 100644 --- a/config.lua +++ b/config.lua @@ -79,6 +79,38 @@ Config.Locale = { ["successdelete"] = "IDCard has been deleted successful", ["nojob"] = "You have no authorisation!", ["errorcommand"] = "Incorrect usage. use this way /deleteidcard id", + }, + ["fr"] = { + --- PROMPTS --- + ["promptitle"] = "Photographe", + ["promptitle2"] = "Service de carte d'identité", + ["takephoto"] = "Prendre une photo", + ["printphoto"] = "Imprimer une photo", + ["exit"] = "Annuler", + ["camUp"] = "Haut", + ["camDown"] = "Bas", + ["camLeft"] = "Gauche", + ["camRight"] = "Droite", + ["camForward"] = "Avant", + ["camBack"] = "Arrière", + ["promptitle2"] = "Système de carte d'identité", + ["takeidcard"] = "Obtenez votre pièce d'identité", + --- NOTIFY ----- + ["noimg"] = "Aucun ~COLOR_YELLOW~lien~COLOR_WHITE~ de photo saisi !", + ["successprint"] = "Votre photo d'identité a été ajoutée à votre inventaire, vous pouvez la regarder avec un ~COLOR_YELLOW~double click~COLOR_WHITE~ dessus.", + ["addIdCard"] = "Votre carte d'identité a été ajoutée à votre inventaire, vous pouvez la regarder avec un ~COLOR_YELLOW~double click~COLOR_WHITE~ dessus.", + ["errorprint"] = "~COLOR_RED~Échec de l'impression de la photo !", + ["erroridcard"] = "~COLOR_RED~La carte d'identité n'a pas pu être créée !", + ["photodesc"] = "Photo d'identité", + ["nodata"] = "Vous n'avez aucune pièce d'identité !", + ["nomoney"] = "Vous n'avez pas assez d'argent. Coût : ~COLOR_YELLOW~${money}}", + ["successidcard"] = "Votre carte d'identité a été enregistrée. Vous pouvez la présenter", + ["useitem"] = "Vous avez ~COLOR_YELLOW~${time} ~COLOR_WHITE~secondes pour choisir votre photo d'identité", + ["alreadyidcard"] = "Vous avez déjà une carte d'identité. Vous devez obtenir une autorisation pour la modifier", + ["idcarddesc"] = "Carte d'identité de ${name}
Numéro d'identification : ${charid}", + ["successdelete"] = "La carte d'identité a été supprimée avec succès", + ["nojob"] = "Vous n'êtes pas autorisé à faire cela !", + ["errorcommand"] = "Utilisation incorrecte. Commande : /deleteidcard id", } } Config.HideHud = function() @@ -271,4 +303,4 @@ function Locale(key,subs) translate = translate:gsub(templateToFind, tostring(v)) end return tostring(translate) -end \ No newline at end of file +end