es.js 2.3 KB

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