app.es.i18n.json 933 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "app": {
  3. "loading": "Cargando...",
  4. "offline": "No se puede conectar, estás fuera de línea?",
  5. "logginIn": "Iniciando sesión..."
  6. },
  7. "error": {
  8. "insufficientRights": "Usted no tiene suficientes derechos para esta acción."
  9. },
  10. "buttons": {
  11. "ok": "OK",
  12. "cancel": "Cancelar",
  13. "save": "Guardar",
  14. "edit": "Editar",
  15. "send": "Enviar",
  16. "next": "Siguiente",
  17. "previous": "Anterior",
  18. "back": "Atrás",
  19. "skip": "Omitir",
  20. "sending": "Enviando...",
  21. "create": "Crear",
  22. "tryToReconnect": "Intente volver a conectar",
  23. "stayAnonymous": "Stay anonymous",
  24. "authorize": "Authorize"
  25. },
  26. "commonWords": {
  27. "you": "Tú",
  28. "send": "Enviar",
  29. "or": "o",
  30. "of": "de",
  31. "with": "con",
  32. "and": "y",
  33. "on": "en",
  34. "per": "por"
  35. }
  36. }