zfbx / zdiscord

A Discord bot that runs in FiveM for the purpose of whitelisting, moderation and utilties using discord.js
Other
210 stars 79 forks source link

Create gm.js #70

Closed HoboCoding closed 2 years ago

HoboCoding commented 2 years ago

/ en - German Translations by Hobo ♥ 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 = { // Enthält {Name} + Globals checkingWhitelist: "Hallo {name}, wir prüfen Ihren Whitelist-Status....", discordNotOpen: "Sie müssen Discord geöffnet haben, bevor Sie FiveM starten (starten Sie beide neu, wenn das Problem weiterhin besteht)", fatalError: "Beim Abrufen Ihres Whitelist-Status ist etwas schief gelaufen, bitte versuchen Sie es später noch einmal oder kontaktieren Sie den Support im Discord, wenn das Problem weiterhin besteht.", notInDiscordServer: "Du bist nicht im Discord {servername}, bitte tritt hier bei: {invite}", notWhitelisted: "Du hast nicht die Discord-Rolle {servername}, die erforderlich ist, um diesem Server beizutreten, bist du auf der Whitelist?", kickedWithoutReason: "Du wurdest von Mitarbeitern gekickt.", announcement: "ANKÜNDIGUNG", directMessage: "PERSONAL", staffchat: "STAFFCHAT", };

module.exports = locale;