calendar/l10n/es_MX.js

38 lines
2.5 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Calendario",
"%s has published the calendar »%s«" : "%s ha publicado el calendario »%s«",
"Hello," : "Hola,",
"We wanted to inform you that %s has published the calendar »%s«." : "Queremos informarte que %s ha publicado el calendario »%s«.",
"Open »%s«" : "Abrir »%s«",
"Cheers!" : "¡Saludos!",
2018-05-29 00:16:09 +00:00
"A Calendar app for Nextcloud" : "Una aplicación de Calendario para Nextcloud",
2018-05-30 00:16:05 +00:00
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "La aplicación de Calendario es una interfaz de usuario para el servidor CalDAV de Nextcloud. Sincroniza fácilmente eventos desde varios dispositivos con tu Nextcloud y editalos en línea.\n\n* 🚀 **¡Integración con otras aplicaciones de Nextcloud!** Actualmente Contactos - mas por llegar.\n* 🌐 **¡Soporte a WebCal! ¿Quieres ver los días que juega tu equipo favorito en tu calendario? ¡No hay problema!\n* 🙋 **¡Asistentes!** Invita a personas a tus eventos.\n🙈 **¡No estamos reinventando la rueda!** Basado en las grandiosas librerias [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) y [fullcalendar](https://github.com/fullcalendar/fullcalendar).",
2019-10-20 02:21:35 +00:00
"Today" : "Hoy",
2018-02-12 22:15:39 +00:00
"Day" : "Día",
"Week" : "Semana",
"Month" : "Mes",
"Download" : "Descargar",
2019-10-20 02:21:35 +00:00
"Delete" : "Borrar",
2018-02-12 22:15:39 +00:00
"Share link" : "Compartir liga",
2019-10-20 02:21:35 +00:00
"can edit" : "puede editar",
2018-02-12 22:15:39 +00:00
"New calendar" : "Nuevo calendario",
2019-10-20 02:21:35 +00:00
"Cancel" : "Cancelar",
2018-02-12 22:15:39 +00:00
"Settings & import" : "Configuraciones & importar",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Mostrar número de semana",
2019-10-20 02:21:35 +00:00
"Email" : "Correo electrónico",
"from" : "de",
"to" : "para",
"never" : "nunca",
"after" : "después",
"Repeat" : "Repetir",
"More" : "Más",
"Update" : "Actualizar",
"Details" : "Detalles",
"Attendees" : "Asistentes",
"Reminders" : "Recordatorios",
2019-10-22 02:19:59 +00:00
"Close" : "Cerrar"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");