"Phrases" { // --------------------------------- // KICK MESSAGES // --------------------------------- "Kicked_FailedChecks" { "en" "Your account is too suspicious and recent, try playing more on official game modes!" "fr" "Votre compte est trop suspect et récent, essayez de jouer plus sur les modes de jeu officiels!" "pt" "Sua conta é muito suspeita e recente, tente jogar mais nos modos de jogo oficiais!" } // If client has failed all his checks and has a private playtime (and playtime is a check), ask them to show it. // This message will also be shown if nda_playtime is set to a negative number (kick player) and they have private playtime "Kicked_PrivatePlaytime" { "en" "You need to display your profile and your playtime publicly. To do this, go to the privacy options of your Steam profile" "fr" "Vous devez afficher votre profil et votre temps de jeu publiquement. Pour ce faire, allez dans vos options de confidentialité de votre profil Steam" "pt" "Você precisa exibir seu perfil e seu tempo de jogo publicamente. Para fazer isso, vá para as opções de privacidade do seu perfil do Steam" } "Kicked_PrivateProfile" { "en" "You need to display your profile publicly. To do this, go to the privacy options of your Steam profile" "fr" "Vous devez afficher votre profil publiquement. Pour ce faire, allez dans vos options de confidentialité de votre profil Steam" "pt" "Você precisa exibir seu perfil publicamente. Para fazer isso, vá para as opções de privacidade do seu perfil do Steam" } "Kicked_NotEnoughPlaytime" { // {1} = time formatting, see category 'TIME FORMATTING' below for more info // If you want, you can remove {1} and put your own phrase according to your config "#format" "{1:t}" "en" "You must have played CS:GO at least {1} to connect to the server" "fr" "Vous devez avoir joué au moins {1} à CS:GO pour vous connecter au serveur" "pt" "Você deve ter jogado CS:GO pelo menos {1} para se conectar ao servidor" } "Kicked_NotEnoughSteamLevel" { // {1} = minimum level required "#format" "{1:i}" "en" "You must be at least level {1} on Steam to connect to the server" "fr" "Vous devez être au moins niveau {1} sur Steam pour vous connecter au serveur" "pt" "Você deve ter pelo menos nível {1} ​​no Steam para se conectar ao servidor" } // Warning, you shouldn't kick for VPNs as these can cause false positives. // A detection is done if the IP belongs to a corporation that doesn't give residential IPs // AKA you can get a detection while you are at work OR if you are using an IP that is not from your home // You can also get other false positives, but I didn't make this system so I'm not able to provide more infos // - // Players should also be free to play with VPNs, but we know that they are most of the time used for illegal stuff // I do not recommend kicking for this or setting this as a check, since most of the people will NOT use a VPN and get on the server, and those who use them aren't always bad people! // Just set it to 0 or 1 and you should be fine. "Kicked_VPN" { "en" "Playing on the server with a VPN is forbidden, disable your VPN or your proxy to join the server" "fr" "Jouer sur le serveur avec un VPN est interdit, désactivez votre VPN ou votre proxy pour rejoindre le serveur" "pt" "Jogar no servidor com uma VPN é proibido, desabilite sua VPN ou seu proxy para entrar no servidor" } // --------------------------------------- // VPN MESSAGES // --------------------------------------- "SeemsUsingVPN" { // {1} = playername | {2} = IP "#format" "{1:s},{2:s}" "en" "{darkred}[VPN] {blue}Player {darkblue}{1}{blue} seems using a VPN with the IP {red}{2}" "fr" "{darkred}[VPN] {blue}Le joueur {darkblue}{1}{blue} semble utiliser un VPN avec l'IP {red}{2}" "pt" "{darkred}[VPN] {blue} jogador {darkblue}{1}{blue} parece usar uma VPN com o IP {red}{2}" } "Discord_SeemsUsingVPN" { // {client} = playername+link | {1} = IP "#format" "{1:s}" "en" "Player {client} seems using a VPN with the IP {1}" "fr" "Le joueur {client} semble utiliser un VPN avec l'IP {1}" "pt" "jogador {client} parece usar uma VPN com o IP {1}" } "Command_VPN_PlayerDisconnected" { // {1} = playername | {2} = IP "#format" "{1:s},{2:s}" "en" "{darkred}[VPN] {lightblue}Oops, seems like the player disconnected!" "fr" "{darkred}[VPN] {lightblue}Oups, il semblerait que le joueur se soit déconnecté!" "pt" "{darkred}[VPN] {lightblue}Ops, parece que o player desconectou!" } "Command_VPN_Title" { "en" "Players that potentially have a VPN" "fr" "Joueurs qui ont potentiellement un VPN" "pt" "Jogadores que possívelmente têm uma VPN" } "Command_VPN_Recheck" { "en" "Recheck player IPs" "fr" "Revérifier les IPs des joueurs" "pt" "Verifique novamente os IPs dos jogadores" } "Command_VPN_NoVPN" { "en" "No player appears to be using a VPN." "fr" "Aucun joueur ne semble utiliser un VPN." "pt" "Nenhum jogador parece estar usando uma VPN." } // ----------------------------------------- // TIME FORMATTING // ----------------------------------------- "Time_HoursAndMins" { // {1} = playtime in hours | {2} = playtime in minutes "#format" "{1:i},{2:i}" "en" "{1} hours and {2} mins" "fr" "{1} heures et {2} mins" "pt" "{1} horas e {2} minutos" } "Time_Hours" { // {1} = playtime in hours "#format" "{1:i}" "en" "{1} hours" "fr" "{1} heures" "pt" "{1} Horas" } "Time_Hour" { "en" "1 hour" "fr" "1 heure" "pt" "1 Hora" } "Time_Mins" { // {1} = playtime in minutes "#format" "{1:i}" "en" "{1} minutes" "fr" "{1} minutes" "pt" "{1} Minutos" } // ------------------------------------------- // DISCORD MESSAGES // ------------------------------------------- "Discord_Alert" { "en" "Alert:" "fr" "Alerte:" "pt" "Alerta:" } "Discord_Server" { "en" "Server:" "fr" "Serveur:" "pt" "Servidor:" } }