You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_MX.js 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estados recientes",
  5. "No recent status changes" : "No hay cambios recientes de estado",
  6. "In a meeting" : "En una reunión",
  7. "Commuting" : "Trasladándose",
  8. "Out sick" : "Enfermo",
  9. "Vacationing" : "De vacaciones",
  10. "Out of office" : "Fuera de la oficina",
  11. "Working remotely" : "Trabajando remotamente",
  12. "In a call" : "En una llamada",
  13. "User status" : "Estado de usuario",
  14. "Clear status after" : "Limpiar el estado después de",
  15. "Emoji for your status message" : "Emoji para su mensaje de estado",
  16. "What is your status?" : "¿Cuál es su estado?",
  17. "Predefined statuses" : "Estados predefinidos",
  18. "Previously set" : "Previamente establecido",
  19. "Reset status" : "Restablecer estado",
  20. "Set status" : "Establecer estado",
  21. "Online status" : "Estado en línea",
  22. "Status message" : "Mensaje de estado",
  23. "Your status was set automatically" : "Su estado se estableció automáticamente",
  24. "Clear status message" : "Borrar mensaje de estado",
  25. "Set status message" : "Establecer mensaje de estado",
  26. "Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Restablecer estado a \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Restablecer estado a \"{icon}\"",
  29. "There was an error saving the status" : "Hubo un error al guardar el estado",
  30. "There was an error clearing the status" : "Hubo un error al limpiar el estado",
  31. "There was an error reverting the status" : "Hubo un error al revertir el estado",
  32. "Don't clear" : "No borrar",
  33. "Today" : "Hoy",
  34. "This week" : "Esta semana",
  35. "Online" : "En línea",
  36. "Away" : "Ausente",
  37. "Do not disturb" : "No molestar",
  38. "Invisible" : "Invisible",
  39. "Offline" : "Sin conexión",
  40. "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado",
  41. "30 minutes" : "30 minutos",
  42. "1 hour" : "1 hora",
  43. "4 hours" : "4 horas",
  44. "Mute all notifications" : "Silenciar todas las notificaciones",
  45. "Appear offline" : "Aparecer como desconectado",
  46. "View profile" : "Ver perfil"
  47. },
  48. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");