-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f203b3
commit d2110c6
Showing
3 changed files
with
246 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,125 +1,125 @@ | ||
{ | ||
"meta.title": "Calendar", | ||
"meta.title": "Calendario", | ||
"permission.view": "Configuración (calendario): puede ver los eventos del calendario", | ||
"midnight": "Midnight", | ||
"calendarForm.title.create": "New calendar", | ||
"calendarForm.title.edit": "Edit calendar", | ||
"calendarForm.category.general": "General information", | ||
"calendarForm.category.hoursOfOperation": "Hours of operation", | ||
"calendarForm.category.exceptions": "Exceptions", | ||
"calendarForm.field.name": "Calendar name", | ||
"calendarForm.field.startDate": "Start date", | ||
"calendarForm.field.endDate": "End date", | ||
"calendarForm.field.servicePoints": "Service points", | ||
"calendarForm.addRowButton": "Add row", | ||
"calendarForm.openings.column.status": "Status", | ||
"calendarForm.openings.column.startDay": "Start day", | ||
"calendarForm.openings.column.startTime": "Start time", | ||
"calendarForm.openings.column.endDay": "End day", | ||
"calendarForm.openings.column.endTime": "End time", | ||
"calendarForm.openings.column.actions": "Actions", | ||
"calendarForm.exceptions.column.name": "Name", | ||
"calendarForm.exceptions.column.status": "Status", | ||
"calendarForm.exceptions.column.startDate": "Start date", | ||
"calendarForm.exceptions.column.startTime": "Start time", | ||
"calendarForm.exceptions.column.endDate": "End date", | ||
"calendarForm.exceptions.column.endTime": "End time", | ||
"calendarForm.exceptions.column.actions": "Actions", | ||
"calendarForm.openClosedSelect.open": "Open", | ||
"calendarForm.openClosedSelect.closed": "Closed", | ||
"calendarForm.error.dateFormat": "Please enter a date in the {localeDateFormat} format", | ||
"calendarForm.error.dateOrder": "End date must not be before the start date", | ||
"calendarForm.error.timeFormat": "Please enter a time in the {localeTimeFormat} format", | ||
"calendarForm.error.timeOrder": "End date/time must not be before the start date/time", | ||
"calendarForm.error.openingConflictError": "Some openings have conflicts with each other", | ||
"calendarForm.error.exceptionConflictError": "Some exceptions have conflicts with each other", | ||
"calendarForm.error.internalServerError": "Internal server error", | ||
"calendarForm.error.servicePointConflict": "{num, plural, =1 {Service point} other {Service points}} {list} {num, plural, =1 {has} other {have}} overlaps.", | ||
"currentStatus.open.noNext": "Open", | ||
"currentStatus.open.sameDay": "Open until {nextTime}", | ||
"currentStatus.open.nextDay": "Open until tomorrow at {nextTime}", | ||
"currentStatus.open.nextWeek": "Open until {nextWeekday} at {nextTime}", | ||
"currentStatus.open.sameElse": "Open until {nextDate} at {nextTime}", | ||
"currentStatus.open.otherWeekday": "Open until {nextWeekday} at {nextTime}", | ||
"currentStatus.open.exceptional.noNext": "Open ({exceptionName})", | ||
"currentStatus.open.exceptional.sameDay": "Open ({exceptionName}) until {nextTime}", | ||
"currentStatus.open.exceptional.nextDay": "Open ({exceptionName}) until tomorrow at {nextTime}", | ||
"currentStatus.open.exceptional.nextWeek": "Open ({exceptionName}) until {nextWeekday} at {nextTime}", | ||
"currentStatus.open.exceptional.sameElse": "Open ({exceptionName}) until {nextDate} at {nextTime}", | ||
"currentStatus.open.exceptional.otherWeekday": "Open ({exceptionName}) until {nextWeekday} at {nextTime}", | ||
"currentStatus.closed.noNext": "Closed", | ||
"currentStatus.closed.sameDay": "Closed until {nextTime}", | ||
"currentStatus.closed.nextDay": "Closed until tomorrow at {nextTime}", | ||
"currentStatus.closed.nextWeek": "Closed until {nextWeekday} at {nextTime}", | ||
"currentStatus.closed.sameElse": "Closed until {nextDate} at {nextTime}", | ||
"currentStatus.closed.otherWeekday": "Closed until {nextWeekday} at {nextTime}", | ||
"currentStatus.closed.exceptional.noNext": "Closed ({exceptionName})", | ||
"currentStatus.closed.exceptional.sameDay": "Closed ({exceptionName}) until {nextTime}", | ||
"currentStatus.closed.exceptional.nextDay": "Closed ({exceptionName}) until tomorrow at {nextTime}", | ||
"currentStatus.closed.exceptional.nextWeek": "Closed ({exceptionName}) until {nextWeekday} at {nextTime}", | ||
"currentStatus.closed.exceptional.sameElse": "Closed ({exceptionName}) until {nextDate} at {nextTime}", | ||
"currentStatus.closed.exceptional.otherWeekday": "Closed ({exceptionName}) until {nextWeekday} at {nextTime}", | ||
"purgeModal.label": "Purge old calendars", | ||
"purgeModal.criteria.age.prompt": "Purge calendars that ended...", | ||
"purgeModal.criteria.age.months3": "more than 3 months ago", | ||
"purgeModal.criteria.age.months6": "more than 6 months ago", | ||
"purgeModal.criteria.age.year1": "more than 1 year ago", | ||
"purgeModal.criteria.age.years2": "more than 2 years ago", | ||
"purgeModal.criteria.assignment.prompt": "And were...", | ||
"purgeModal.criteria.assignment.none": "not assigned to any service points", | ||
"purgeModal.criteria.assignment.any": "assigned or not assigned to service points", | ||
"purgeModal.deletionList.label": "Calendars to be deleted", | ||
"purgeModal.deletionList.empty": "No calendars match the provided criteria", | ||
"infoPane.actions.label": "Actions", | ||
"infoPane.startDate": "Start date", | ||
"infoPane.endDate": "End date", | ||
"infoPane.accordion.assignments": "Service point assignments", | ||
"infoPane.accordion.assignments.empty": "This calendar is not assigned to any service points.", | ||
"infoPane.accordion.hours": "Hours of operation", | ||
"infoPane.accordion.hours.day": "Day", | ||
"infoPane.accordion.hours.open": "Open", | ||
"infoPane.accordion.hours.close": "Close", | ||
"infoPane.nextDayHelpText": "* indicates next day", | ||
"infoPane.overnightHelpText": "– indicates that the service point was already open or does not close", | ||
"infoPane.247HelpText": "This calendar is open 24/7 and does not close", | ||
"infoPane.accordion.exceptions.openings": "Exceptions — openings", | ||
"infoPane.accordion.exceptions.openings.empty": "This calendar has no exceptional openings.", | ||
"infoPane.accordion.exceptions.closures": "Exceptions — closures", | ||
"infoPane.accordion.exceptions.closures.empty": "This calendar has no exceptional closures.", | ||
"infoPane.accordion.exceptions.name": "Name", | ||
"infoPane.accordion.exceptions.start": "Start", | ||
"infoPane.accordion.exceptions.end": "Close", | ||
"infoPane.deletionModal.label": "Confirm deletion", | ||
"infoPane.deletionModal.contents": "Are you sure you would like to delete the calendar “{name}”?", | ||
"infoPane.display.closed": "Closed", | ||
"infoPane.display.wrappedOpening": "The service point does not close on the previous night", | ||
"infoPane.display.wrappedClosed": "The service point does not close on this night", | ||
"infoPane.display.closesAfterMidnight": "Closes on the next day", | ||
"infoPane.display.closesAfterMidnightTime": "{time} *", | ||
"allCalendarView.title": "All calendars", | ||
"allCalendarView.actions.label": "Actions", | ||
"allCalendarView.actions.new": "New", | ||
"allCalendarView.actions.purge": "Purge old calendars", | ||
"allCalendarView.column.name": "Calendar name", | ||
"allCalendarView.column.startDate": "Start date", | ||
"allCalendarView.column.endDate": "End date", | ||
"allCalendarView.column.assignments": "Assignments", | ||
"allCalendarView.noAssignments": "None", | ||
"currentAssignmentView.title": "Current calendar assignments", | ||
"currentAssignmentView.noCalendar": "None", | ||
"currentAssignmentView.actions.new": "New", | ||
"currentAssignmentView.column.servicePoint": "Service point", | ||
"currentAssignmentView.column.name": "Calendar name", | ||
"currentAssignmentView.column.startDate": "Start date", | ||
"currentAssignmentView.column.endDate": "End date", | ||
"currentAssignmentView.column.currentStatus": "Current status", | ||
"monthlyCalendarView.title": "Monthly calendar view", | ||
"midnight": "Medianoche", | ||
"calendarForm.title.create": "Nuevo calendario", | ||
"calendarForm.title.edit": "Editar calendario", | ||
"calendarForm.category.general": "Información general", | ||
"calendarForm.category.hoursOfOperation": "Horario de atención", | ||
"calendarForm.category.exceptions": "Excepciones", | ||
"calendarForm.field.name": "Nombre del calendario", | ||
"calendarForm.field.startDate": "Fecha de inicio", | ||
"calendarForm.field.endDate": "Fecha final", | ||
"calendarForm.field.servicePoints": "Puntos de servicio", | ||
"calendarForm.addRowButton": "Añadir fila", | ||
"calendarForm.openings.column.status": "Estado", | ||
"calendarForm.openings.column.startDay": "Día de inicio", | ||
"calendarForm.openings.column.startTime": "Hora de inicio", | ||
"calendarForm.openings.column.endDay": "Día final", | ||
"calendarForm.openings.column.endTime": "Hora final", | ||
"calendarForm.openings.column.actions": "Acciones", | ||
"calendarForm.exceptions.column.name": "Nombre", | ||
"calendarForm.exceptions.column.status": "Estado", | ||
"calendarForm.exceptions.column.startDate": "Fecha de inicio", | ||
"calendarForm.exceptions.column.startTime": "Hora de inicio", | ||
"calendarForm.exceptions.column.endDate": "Fecha final", | ||
"calendarForm.exceptions.column.endTime": "Hora final", | ||
"calendarForm.exceptions.column.actions": "Acciones", | ||
"calendarForm.openClosedSelect.open": "Abierto", | ||
"calendarForm.openClosedSelect.closed": "Cerrado", | ||
"calendarForm.error.dateFormat": "Por favor introduce una fecha en el {localeDateFormat} formato", | ||
"calendarForm.error.dateOrder": "La fecha de finalización no debe ser anterior a la fecha de inicio", | ||
"calendarForm.error.timeFormat": "Por favor introduce una hora en el {localeTimeFormat} formato", | ||
"calendarForm.error.timeOrder": "La fecha/hora de finalización no debe ser anterior a la fecha/hora de inicio", | ||
"calendarForm.error.openingConflictError": "Algunas aperturas tienen conflictos entre sí", | ||
"calendarForm.error.exceptionConflictError": "Algunas excepciones tienen conflictos entre sí", | ||
"calendarForm.error.internalServerError": "Error interno del servidor", | ||
"calendarForm.error.servicePointConflict": "{num, plural, =1 { Punto de servicio } other { Puntos de servicio }} {list} {num, plural, =1 { tiene } other { tienen }} superposiciones.", | ||
"currentStatus.open.noNext": "Abierto", | ||
"currentStatus.open.sameDay": "Abierto hasta {nextTime}", | ||
"currentStatus.open.nextDay": "Abierto hasta mañana a las {nextTime}", | ||
"currentStatus.open.nextWeek": "Abierto hasta {nextWeekday} a {nextTime}", | ||
"currentStatus.open.sameElse": "Abierto hasta {nextDate} a {nextTime}", | ||
"currentStatus.open.otherWeekday": "Abierto hasta {nextWeekday} a {nextTime}", | ||
"currentStatus.open.exceptional.noNext": "Abierto ({exceptionName})", | ||
"currentStatus.open.exceptional.sameDay": "Abrir ({exceptionName}) hasta {nextTime}.", | ||
"currentStatus.open.exceptional.nextDay": "Abierto ({exceptionName}) hasta mañana a las {nextTime}.", | ||
"currentStatus.open.exceptional.nextWeek": "Abierto ({exceptionName}) hasta {nextWeekday} a {nextTime}.", | ||
"currentStatus.open.exceptional.sameElse": "Abierto ({exceptionName}) hasta {nextDate} a {nextTime}.", | ||
"currentStatus.open.exceptional.otherWeekday": "Abierto ({exceptionName}) hasta {nextWeekday} a {nextTime}.", | ||
"currentStatus.closed.noNext": "Cerrado", | ||
"currentStatus.closed.sameDay": "Cerrado hasta {nextTime}", | ||
"currentStatus.closed.nextDay": "Cerrado hasta mañana a las {nextTime}", | ||
"currentStatus.closed.nextWeek": "Cerrado hasta {nextWeekday} a {nextTime}", | ||
"currentStatus.closed.sameElse": "Cerrado hasta {nextDate} a {nextTime}.", | ||
"currentStatus.closed.otherWeekday": "Cerrado hasta {nextWeekday} a {nextTime}", | ||
"currentStatus.closed.exceptional.noNext": "Cerrado ({exceptionName})", | ||
"currentStatus.closed.exceptional.sameDay": "Cerrado ( {exceptionName} ) hasta {nextTime}", | ||
"currentStatus.closed.exceptional.nextDay": "Cerrado ({exceptionName}) hasta mañana a las {nextTime}.", | ||
"currentStatus.closed.exceptional.nextWeek": "Cerrado ({exceptionName}) hasta {nextWeekday} a {nextTime}.", | ||
"currentStatus.closed.exceptional.sameElse": "Cerrado ({exceptionName}) hasta {nextDate} a {nextTime}.", | ||
"currentStatus.closed.exceptional.otherWeekday": "Cerrado ({exceptionName}) hasta {nextWeekday} a {nextTime}.", | ||
"purgeModal.label": "Purgue los calendarios antiguos", | ||
"purgeModal.criteria.age.prompt": "Purga los calendarios que terminaron...", | ||
"purgeModal.criteria.age.months3": "hace más de 3 meses", | ||
"purgeModal.criteria.age.months6": "hace más de 6 meses", | ||
"purgeModal.criteria.age.year1": "hace más de 1 año", | ||
"purgeModal.criteria.age.years2": "hace más de 2 años", | ||
"purgeModal.criteria.assignment.prompt": "Y eran...", | ||
"purgeModal.criteria.assignment.none": "no asignado a ningún punto de servicio", | ||
"purgeModal.criteria.assignment.any": "asignados o no asignados a puntos de servicio", | ||
"purgeModal.deletionList.label": "Calendarios a eliminar", | ||
"purgeModal.deletionList.empty": "No hay calendarios que coincidan con los criterios proporcionados", | ||
"infoPane.actions.label": "Acciones", | ||
"infoPane.startDate": "Fecha de inicio", | ||
"infoPane.endDate": "Fecha final", | ||
"infoPane.accordion.assignments": "Asignación de puntos de servicio", | ||
"infoPane.accordion.assignments.empty": "Este calendario no está asignado a ningún punto de servicio.", | ||
"infoPane.accordion.hours": "Horario de apertura", | ||
"infoPane.accordion.hours.day": "Día", | ||
"infoPane.accordion.hours.open": "Abierto", | ||
"infoPane.accordion.hours.close": "Cerrar", | ||
"infoPane.nextDayHelpText": "* indica día siguiente", | ||
"infoPane.overnightHelpText": "- indica que el punto de servicio ya estaba abierto o no se cierra", | ||
"infoPane.247HelpText": "Este calendario está abierto 24/7 y no cierra", | ||
"infoPane.accordion.exceptions.openings": "Excepciones - aperturas", | ||
"infoPane.accordion.exceptions.openings.empty": "Este calendario no tiene aperturas excepcionales.", | ||
"infoPane.accordion.exceptions.closures": "Excepciones - cierres", | ||
"infoPane.accordion.exceptions.closures.empty": "Este calendario no tiene cierres excepcionales.", | ||
"infoPane.accordion.exceptions.name": "Nombre", | ||
"infoPane.accordion.exceptions.start": "Empezar", | ||
"infoPane.accordion.exceptions.end": "Cerrar", | ||
"infoPane.deletionModal.label": "Confirmar eliminación", | ||
"infoPane.deletionModal.contents": "¿Está seguro de que desea eliminar el calendario \"{name}\"?", | ||
"infoPane.display.closed": "Cerrado", | ||
"infoPane.display.wrappedOpening": "El punto de servicio no cierra la noche anterior", | ||
"infoPane.display.wrappedClosed": "El punto de servicio no cierra esta noche", | ||
"infoPane.display.closesAfterMidnight": "Cierra al día siguiente", | ||
"infoPane.display.closesAfterMidnightTime": "{time} *", | ||
"allCalendarView.title": "Todos los calendarios", | ||
"allCalendarView.actions.label": "Acciones", | ||
"allCalendarView.actions.new": "Nuevo", | ||
"allCalendarView.actions.purge": "Purgar calendarios antiguos", | ||
"allCalendarView.column.name": "Nombre del calendario", | ||
"allCalendarView.column.startDate": "Fecha de inicio", | ||
"allCalendarView.column.endDate": "Fecha final", | ||
"allCalendarView.column.assignments": "Asignaciones", | ||
"allCalendarView.noAssignments": "Ninguno", | ||
"currentAssignmentView.title": "Asignaciones de calendario actuales", | ||
"currentAssignmentView.noCalendar": "Ninguno", | ||
"currentAssignmentView.actions.new": "Nuevo", | ||
"currentAssignmentView.column.servicePoint": "Punto de servicio", | ||
"currentAssignmentView.column.name": "Nombre del calendario", | ||
"currentAssignmentView.column.startDate": "Fecha de inicio", | ||
"currentAssignmentView.column.endDate": "Fecha final", | ||
"currentAssignmentView.column.currentStatus": "Estado actual", | ||
"monthlyCalendarView.title": "Vista de calendario mensual", | ||
"monthlyCalendarView.day.allDay": "Todo el dia", | ||
"monthlyCalendarView.day.closed": "Cerrado", | ||
"monthlyCalendarView.day.timeRange": "{startTime} – {endTime}", | ||
"permission.create": "Ajustes (Calendario): Puede crear y asignar nuevos calendarios", | ||
"permission.update": "Ajustes (Calendario): Puede editar y reasignar los calendarios existentes", | ||
"permission.delete": "Ajustes (Calendario): Puede eliminar los calendarios existentes", | ||
"infoPane.accordion.infoLabel": "Calendar information", | ||
"infoPane.accordion.infoLabel": "Información del calendario", | ||
"meta.titleSettings": "Calendar settings" | ||
} |
Oops, something went wrong.