diff --git a/packages/strapi-plugin-content-manager/admin/src/translations/pl.json b/packages/strapi-plugin-content-manager/admin/src/translations/pl.json index 4a7548f90d..e0a13884b8 100644 --- a/packages/strapi-plugin-content-manager/admin/src/translations/pl.json +++ b/packages/strapi-plugin-content-manager/admin/src/translations/pl.json @@ -1,50 +1,50 @@ { - "plugin.description.short": "Szybki sposób na przeglądanie, zmianę i usuwanie wpisów z twojej bazy danych.", - "plugin.description.long": "Szybki sposób na przeglądanie, zmianę i usuwanie wpisów z twojej bazy danych.", - "containers.Home.pluginHeaderTitle": "Menedżer treści", + "plugin.description.short": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.", + "plugin.description.long": "Szybki sposób na przeglądanie, zmianę i usuwanie elementów z twojej bazy danych.", + "containers.Home.pluginHeaderTitle": "Treści", "containers.Home.introduction": "Aby edytować wpisy przejdź do odpowiedniego linku w menu po lewej. Ta wtyczka nie ma odpowiedniego sposobu na edytowanie ustawień i nadal jest w trakcie rozwijania.", - "containers.Home.pluginHeaderDescription": "Zarządzaj swoimi wpisami za pomocą potężnego i pięknego interfejsu.", + "containers.Home.pluginHeaderDescription": "Zarządzaj swoimi danymi za pomocą potężnego i pięknego interfejsu.", "containers.Edit.submit": "Zapisz", "containers.Edit.editing": "Edytowanie...", "containers.Edit.delete": "Usuń", - "containers.Edit.reset": "Anuluj", + "containers.Edit.reset": "Wyczyść", "containers.Edit.returnList": "Wróć do listy", - "containers.List.addAnEntry": "Dodaj {entity}", - "containers.List.pluginHeaderDescription": "{label} wpisów znalezionych", - "containers.List.pluginHeaderDescription.singular": "{label} wpis znaleziony", - "components.LimitSelect.itemsPerPage": "Wpisów na stronę", + "containers.List.addAnEntry": "{entity}", + "containers.List.pluginHeaderDescription": "{label} elementów znalezionych", + "containers.List.pluginHeaderDescription.singular": "{label} element znaleziony", + "components.LimitSelect.itemsPerPage": "Elementów na stronę", "containers.List.errorFetchRecords": "Błąd", "components.AddFilterCTA.add": "Filtry", "components.AddFilterCTA.hide": "Filtry", - "components.FilterOptions.button.apply": "Apply", - "components.FiltersPickWrapper.PluginHeader.actions.apply": "Apply", - "components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Clear all", - "components.FiltersPickWrapper.PluginHeader.description": "Set the conditions to apply to filter the entries", + "components.FilterOptions.button.apply": "Zastosuj", + "components.FiltersPickWrapper.PluginHeader.actions.apply": "Zastosuj", + "components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Wyczyść", + "components.FiltersPickWrapper.PluginHeader.description": "Ustawianie warunków filtrowania elementów.", "components.FiltersPickWrapper.PluginHeader.title.filter": "Filtry", "components.FiltersPickWrapper.hide": "Ukryj", - "components.FilterOptions.FILTER_TYPES.=": "jest", - "components.FilterOptions.FILTER_TYPES._ne": "nie jest", - "components.FilterOptions.FILTER_TYPES._lt": "is lower than", - "components.FilterOptions.FILTER_TYPES._lte": "is lower than or equal to", - "components.FilterOptions.FILTER_TYPES._gt": "is greater than", - "components.FilterOptions.FILTER_TYPES._gte": "is greater than or equal to", + "components.FilterOptions.FILTER_TYPES.=": "jest identyczne z", + "components.FilterOptions.FILTER_TYPES._ne": "jest różne od", + "components.FilterOptions.FILTER_TYPES._lt": "jest mniejsze od", + "components.FilterOptions.FILTER_TYPES._lte": "jest mniejsze od lub równe", + "components.FilterOptions.FILTER_TYPES._gt": "jest większe od", + "components.FilterOptions.FILTER_TYPES._gte": "jest większe od lub równe", "components.FilterOptions.FILTER_TYPES._contains": "zawiera", "components.FilterOptions.FILTER_TYPES._containss": "zawiera (rozróżnianie wielkości liter)", - "components.Search.placeholder": "Search for an entry...", + "components.Search.placeholder": "Szukaj elementu...", - "components.TableDelete.entries.plural": "{number} entries selected", - "components.TableDelete.entries.singular": "{number} entry selected", - "components.TableDelete.delete": "Delete all", + "components.TableDelete.entries.plural": "{number} wybrane elementy", + "components.TableDelete.entries.singular": "{number} wybrany element", + "components.TableDelete.delete": "Usuń", - "components.TableEmpty.withFilters": "There is no {contentType} with the applied filters...", - "components.TableEmpty.withoutFilter": "There is no {contentType}...", - "components.TableEmpty.withSearch": "There is no {contentType} corresponding to the search ({search})...", + "components.TableEmpty.withFilters": "Nie istnieją elementy {contentType} zgodne z zastosowanymi filtrami...", + "components.TableEmpty.withoutFilter": "Nie istnieją jeszcze elementy związane z {contentType}... Stwórz pierwszy jak najszybciej!", + "components.TableEmpty.withSearch": "Nie istnieją elementy {contentType} zgodne z wyszukiwaną frazą ({search})...", - "EditRelations.title": "Dane relacyjne", + "EditRelations.title": "Relacje", "emptyAttributes.title": "Nie ma jeszcze żadnych atrybutów", "emptyAttributes.description": "Dodaj swoje pierwszy atrybut do modelu",