From 52d8b39b2f68d2545bea9b020b418af6994bd416 Mon Sep 17 00:00:00 2001 From: tiweb Date: Wed, 8 Dec 2021 10:23:43 -0500 Subject: [PATCH 1/2] fr locale --- locales/fr.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 locales/fr.js diff --git a/locales/fr.js b/locales/fr.js new file mode 100644 index 0000000..01f5e82 --- /dev/null +++ b/locales/fr.js @@ -0,0 +1,19 @@ +/* en - English Translation by zfbx ♥ + Translation strings used by the bot + Strings wrapped in { } will be auto-replaced with updated values + Globals: {servername}, {invite}, (all from config) and {playercount} (current connected players) +*/ +const locale = { + // Includes {name} + Globals + checkingWhitelist: "Salut {name}, Nous vérifions votre statut Whitelist..", + discordNotOpen: "Vous devez avoir discord ouvert avant de commencer fivem (Redémarrer les deux si le problème persiste)", + fatalError: "Un problème est survenu lors de la récupération de votre statut Whitelist., Veuillez réessayer dans quelques instants ou contacter le support dans le discord si le problème persiste.", + notInDiscordServer: "Vous n'êtes pas dans le {servername} Discord, s'il vous plaît rejoindre ici: {invite}", + notWhitelisted: "Vous n'avez pas le rôle discord de {servername} requis pour rejoindre ce serveur, êtes-vous sur la Whitelist ?", + kickedWithoutReason: "Vous avez été expulser par le personnel.", + announcement: "ANNONCE", + directMessage: "STAFF", + staffchat: "STAFFCHAT", +}; + +module.exports = locale; From fe9b7355c3e2d6aadac5d822ef927ac42f2c6cea Mon Sep 17 00:00:00 2001 From: Tony <1414927+zfbx@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:32:48 -0500 Subject: [PATCH 2/2] Update fr.js --- locales/fr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr.js b/locales/fr.js index 01f5e82..420258d 100644 --- a/locales/fr.js +++ b/locales/fr.js @@ -1,4 +1,4 @@ -/* en - English Translation by zfbx ♥ +/* fr - French Translation by tiweb442 Translation strings used by the bot Strings wrapped in { } will be auto-replaced with updated values Globals: {servername}, {invite}, (all from config) and {playercount} (current connected players)