es.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estados recientes",
  5. "In a meeting" : "En una reunión",
  6. "Commuting" : "Yendo a / Volviendo de trabajar",
  7. "Out sick" : "Ausente por enfermedad",
  8. "Vacationing" : "De vacaciones",
  9. "Working remotely" : "Teletrabajando",
  10. "User status" : "Estado del usuario",
  11. "Clear status message after" : "Borrar mensaje de estado después de",
  12. "What's your status?" : "¿Cuál es tu estado?",
  13. "Set status" : "Configurar estado",
  14. "Online status" : "Estado en línea",
  15. "Status message" : "Mensaje de estado",
  16. "Clear status message" : "Borrar mensaje de estado",
  17. "Set status message" : "Ajustar el mensaje de estado",
  18. "There was an error saving the status" : "Ha habido un error al guardar el estado",
  19. "There was an error clearing the status" : "Ha habido un error al eliminar el estado",
  20. "No recent status changes" : "No hay cambios de estado recientes",
  21. "Away" : "Ausente",
  22. "Do not disturb" : "No molestar",
  23. "{status}, {timestamp}" : "{status}, {timestamp}",
  24. "Don't clear" : "No eliminar",
  25. "Today" : "Hoy",
  26. "This week" : "Esta semana",
  27. "Online" : "En línea",
  28. "Invisible" : "Invisible",
  29. "Offline" : "Sin conexión",
  30. "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado",
  31. "30 minutes" : "30 minutos",
  32. "1 hour" : "1 hora",
  33. "4 hours" : "4 horas",
  34. "Mute all notifications" : "Silenciar todas las notificaciones",
  35. "Appear offline" : "Aparecer sin conexión",
  36. "Clear status after" : "Eliminar el estado después de"
  37. },
  38. "nplurals=2; plural=(n != 1);");