lang.json 909 B

123456789101112
  1. {
  2. "en":{
  3. "welcome": "Welcome!, set bot language with /english or /spanish",
  4. "langChanged": "Language changed to english.",
  5. "help": "I store all audio media that you send in a folder of pylot@gmail.com plex, if you want to get access to this server send email to him.\n The commands that I accept:\n /english - To set language to English\n /spanish - To set language to Spanish\n /help - for show this message."
  6. },
  7. "es":{
  8. "welcome": "Bienvenido!, establece el lenguage de este bot con /english o /spanish",
  9. "langChanged": "Lenguaje establecido al español.",
  10. "help": "Almaceno todos los audios que me mandes en la carpeta de plex de pylott@gmail.com, si quieres acceder a este servidor mándale un email.\n Los comandos que acepto son:\n /english - Para establecer el idioma en inglés\n /spanish - Para establecer el idioma en español\n /help - Para mostrar este mensaje."
  11. }
  12. }