es.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "What is your status?" : "¿Cuál es su estado?",
  15. "Set status" : "Configurar estado",
  16. "Online status" : "Estado en línea",
  17. "Status message" : "Mensaje de estado",
  18. "Clear status message" : "Borrar mensaje de estado",
  19. "Set status message" : "Ajustar el mensaje de estado",
  20. "There was an error saving the status" : "Ha habido un error al guardar el estado",
  21. "There was an error clearing the status" : "Ha habido un error al eliminar el estado",
  22. "No recent status changes" : "No hay cambios de estado recientes",
  23. "Away" : "Ausente",
  24. "Do not disturb" : "No molestar",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "No eliminar",
  27. "Today" : "Hoy",
  28. "This week" : "Esta semana",
  29. "Online" : "En línea",
  30. "Invisible" : "Invisible",
  31. "Offline" : "Sin conexión",
  32. "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado",
  33. "30 minutes" : "30 minutos",
  34. "1 hour" : "1 hora",
  35. "4 hours" : "4 horas",
  36. "Mute all notifications" : "Silenciar todas las notificaciones",
  37. "Appear offline" : "Aparecer sin conexión",
  38. "Clear status message after" : "Borrar mensaje de estado después de"
  39. },
  40. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");