calendar/l10n/es_MX.js

67 lines
3.6 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-12-22 02:37:41 +00:00
"Share with users or groups" : "Compartir con otros usuarios o grupos",
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-12-22 02:37:41 +00:00
"Filename" : "Nombre del archivo",
2019-10-20 02:21:35 +00:00
"Cancel" : "Cancelar",
2019-12-22 02:37:41 +00:00
"Automatic" : "Automático",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Mostrar número de semana",
2020-01-10 02:23:33 +00:00
"Settings & import" : "Configuraciones & importar",
2019-12-22 02:37:41 +00:00
"Notification" : "Notificación",
2019-10-20 02:21:35 +00:00
"Email" : "Correo electrónico",
2019-12-22 02:37:41 +00:00
"All day" : "Todo el día",
2019-10-20 02:21:35 +00:00
"from" : "de",
"to" : "para",
"never" : "nunca",
"after" : "después",
"Repeat" : "Repetir",
2019-12-22 02:37:41 +00:00
"Monday" : "Lunes",
"Summary" : "Resumen",
2019-10-20 02:21:35 +00:00
"More" : "Más",
2019-12-22 02:37:41 +00:00
"Save" : "Guardar",
2019-10-20 02:21:35 +00:00
"Update" : "Actualizar",
2019-12-22 02:37:41 +00:00
"Personal" : "Personal",
2019-10-20 02:21:35 +00:00
"Details" : "Detalles",
"Attendees" : "Asistentes",
"Reminders" : "Recordatorios",
2019-12-22 02:37:41 +00:00
"Activity" : "Actividad",
"Close" : "Cerrar",
"Anniversary" : "Aniversario",
"Week {number} of {year}" : "Semana {number} de {year}",
"Daily" : "Diariamente",
"Weekly" : "Semanalmente",
"When shared show full event" : "Al compartir, mostrar el evento completo",
"When shared show only busy" : "Al compartir, mostrar sólo como ocupado ",
"When shared hide this event" : "Al compartir, ocultar este evento ",
"Location" : "Ubicación",
"Description" : "Descripción",
"Status" : "Estatus",
"Confirmed" : "Confirmado",
"Tentative" : "Tentativo",
"Cancelled" : "Cancelado",
"Categories" : "Categorías",
"Presentation" : "Presentación",
"Office" : "Office",
"Mail" : "Correo",
"Play" : "Reproducir",
"Global" : "Global"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");