-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from tiweb442/djs
fr locale
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* 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) | ||
*/ | ||
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; |