Skip to content

Commit

Permalink
Lokalise: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
folio-translations committed Oct 30, 2023
1 parent 065c2dd commit c11bce4
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/ui-calendar/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"calendarForm.exceptions.column.endDate": "End date",
"calendarForm.exceptions.column.endTime": "End time",
"calendarForm.exceptions.column.actions": "Acciones",
"calendarForm.openClosedSelect.open": "Open",
"calendarForm.openClosedSelect.open": "Abierto",
"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",
Expand All @@ -47,7 +47,7 @@
"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.noNext": "Cerrado",
"currentStatus.closed.sameDay": "Closed until {nextTime}",
"currentStatus.closed.nextDay": "Closed until tomorrow at {nextTime}",
"currentStatus.closed.nextWeek": "Closed until {nextWeekday} at {nextTime}",
Expand Down Expand Up @@ -91,7 +91,7 @@
"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.closed": "Cerrado",
"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",
Expand Down
124 changes: 124 additions & 0 deletions translations/ui-calendar/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"meta.title": "Calendar",
"permission.view": "Settings (Calendar): Can view existing calendars",
"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",
"monthlyCalendarView.day.allDay": "All day",
"monthlyCalendarView.day.closed": "Closed",
"monthlyCalendarView.day.timeRange": "{startTime} – {endTime}",
"permission.create": "Settings (Calendar): Can create and assign new calendars",
"permission.update": "Settings (Calendar): Can edit and reassign existing calendars",
"permission.delete": "Settings (Calendar): Can delete existing calendars",
"infoPane.accordion.infoLabel": "Calendar information"
}

0 comments on commit c11bce4

Please sign in to comment.