Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokalise: Translations update #509

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions translations/ui-calendar/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"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.field.name": "Nazwa kalendarza",
"calendarForm.field.startDate": "Data rozpoczęcia",
"calendarForm.field.endDate": "Data zakończenia",
"calendarForm.field.servicePoints": "Punkty obsługi",
"calendarForm.addRowButton": "Dodaj wiersz",
"calendarForm.openings.column.status": "Status",
"calendarForm.openings.column.startDay": "Start day",
"calendarForm.openings.column.startDay": "Dzień rozpoczęcia",
"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.openings.column.actions": "Akcje",
"calendarForm.exceptions.column.name": "Nazwa",
"calendarForm.exceptions.column.status": "Status",
"calendarForm.exceptions.column.startDate": "Start date",
"calendarForm.exceptions.column.startDate": "Data rozpoczęcia",
"calendarForm.exceptions.column.startTime": "Start time",
"calendarForm.exceptions.column.endDate": "End date",
"calendarForm.exceptions.column.endDate": "Data zakończenia",
"calendarForm.exceptions.column.endTime": "End time",
"calendarForm.exceptions.column.actions": "Actions",
"calendarForm.exceptions.column.actions": "Akcje",
"calendarForm.openClosedSelect.open": "Open",
"calendarForm.openClosedSelect.closed": "Closed",
"calendarForm.error.dateFormat": "Please enter a date in the {localeDateFormat} format",
Expand Down Expand Up @@ -70,9 +70,9 @@
"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.actions.label": "Akcje",
"infoPane.startDate": "Data rozpoczęcia",
"infoPane.endDate": "Data zakończenia",
"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",
Expand All @@ -86,7 +86,7 @@
"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.name": "Nazwa",
"infoPane.accordion.exceptions.start": "Start",
"infoPane.accordion.exceptions.end": "Close",
"infoPane.deletionModal.label": "Confirm deletion",
Expand All @@ -96,22 +96,22 @@
"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.title": "Wszystkie kalendarze",
"allCalendarView.actions.label": "Akcje",
"allCalendarView.actions.new": "Nowy",
"allCalendarView.actions.purge": "Purge old calendars",
"allCalendarView.column.name": "Calendar name",
"allCalendarView.column.startDate": "Start date",
"allCalendarView.column.endDate": "End date",
"allCalendarView.column.name": "Nazwa kalendarza",
"allCalendarView.column.startDate": "Data rozpoczęcia",
"allCalendarView.column.endDate": "Data zakończenia",
"allCalendarView.column.assignments": "Assignments",
"allCalendarView.noAssignments": "None",
"currentAssignmentView.title": "Current calendar assignments",
"currentAssignmentView.noCalendar": "None",
"currentAssignmentView.actions.new": "New",
"currentAssignmentView.actions.new": "Nowy",
"currentAssignmentView.column.servicePoint": "Service point",
"currentAssignmentView.column.name": "Calendar name",
"currentAssignmentView.column.startDate": "Start date",
"currentAssignmentView.column.endDate": "End date",
"currentAssignmentView.column.name": "Nazwa kalendarza",
"currentAssignmentView.column.startDate": "Data rozpoczęcia",
"currentAssignmentView.column.endDate": "Data zakończenia",
"currentAssignmentView.column.currentStatus": "Current status",
"monthlyCalendarView.title": "Monthly calendar view",
"monthlyCalendarView.day.allDay": "All day",
Expand Down
Loading