@docusaurus/theme-translations 0.0.0-5449 → 0.0.0-5453

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  "theme.CodeBlock.copied": "Skopiowano!",
5
5
  "theme.CodeBlock.copy": "Kopiuj",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Kopiuj do schowka",
7
- "theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
7
+ "theme.CodeBlock.wordWrapToggle": "Przełącz zawijanie słów",
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Przełącz zwijalną kategorię panelu bocznego '{label}'",
9
9
  "theme.ErrorPageContent.title": "Ta strona uległa awarii.",
10
10
  "theme.ErrorPageContent.tryAgain": "Spróbuj ponownie",
@@ -13,11 +13,11 @@
13
13
  "theme.NotFound.p2": "Proszę skontaktuj się z właścielem strony, z której link doprowadził Cię tutaj i poinformuj go, że link jest nieprawidłowy.",
14
14
  "theme.NotFound.title": "Strona nie została znaleziona",
15
15
  "theme.TOCCollapsible.toggleButtonLabel": "Na tej stronie",
16
- "theme.admonition.caution": "caution",
17
- "theme.admonition.danger": "danger",
18
- "theme.admonition.info": "info",
19
- "theme.admonition.note": "note",
20
- "theme.admonition.tip": "tip",
16
+ "theme.admonition.caution": "uwaga",
17
+ "theme.admonition.danger": "ważne",
18
+ "theme.admonition.info": "informacja",
19
+ "theme.admonition.note": "notatka",
20
+ "theme.admonition.tip": "wskazówka",
21
21
  "theme.blog.archive.description": "Archiwum",
22
22
  "theme.blog.archive.title": "Archiwum",
23
23
  "theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
@@ -39,18 +39,18 @@
39
39
  "theme.common.headingLinkTitle": "Bezpośredni link do nagłówka",
40
40
  "theme.common.skipToMainContent": "Przejdź do głównej zawartości",
41
41
  "theme.docs.DocCard.categoryDescription": "{count} elementów",
42
- "theme.docs.breadcrumbs.home": "Home page",
43
- "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
42
+ "theme.docs.breadcrumbs.home": "Strona główna",
43
+ "theme.docs.breadcrumbs.navAriaLabel": "Pasek nawigacji",
44
44
  "theme.docs.paginator.navAriaLabel": "Nawigacja na stronie dokumentacji",
45
45
  "theme.docs.paginator.next": "Następna strona",
46
46
  "theme.docs.paginator.previous": "Poprzednia strona",
47
- "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zamknij panel nawigacji",
48
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Zwiń boczny panel",
49
49
  "theme.docs.sidebar.collapseButtonTitle": "Zwiń boczny panel",
50
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Rozszerz boczny panel",
51
51
  "theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
52
- "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
- "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
52
+ "theme.docs.sidebar.navAriaLabel": "Panel boczny dokumentów",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Przełączanie panelu nawigacyjnego",
54
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
55
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Jedna strona dokumentacji otagowana|{count} strony dokumentacji otagowane|{count} stron dokumentacji otagowanych",
56
56
  "theme.docs.versionBadge.label": "Wersja: {versionLabel}",
@@ -67,6 +67,6 @@
67
67
  "theme.tags.tagsListLabel": "Tagi:",
68
68
  "theme.tags.tagsPageLink": "Wyświetl wszystkie tagi",
69
69
  "theme.tags.tagsPageTitle": "Tagi",
70
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
71
- "theme.unlistedContent.title": "Unlisted page"
70
+ "theme.unlistedContent.message": "Ta strona jest niepubliczna. Wyszukiwarki nie będą jej indeksować, a dostęp do niej będą mieli tylko użytkownicy posiadający bezpośredni link.",
71
+ "theme.unlistedContent.title": "Niepubliczna strona"
72
72
  }
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Szukaj",
3
3
  "theme.SearchBar.seeAll": "Wyświetl wszystkie {count} wyników",
4
- "theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
5
- "theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
6
- "theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
7
- "theme.SearchModal.footer.closeText": "to close",
8
- "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
9
- "theme.SearchModal.footer.navigateText": "to navigate",
10
- "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
11
- "theme.SearchModal.footer.searchByText": "Search by",
12
- "theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
13
- "theme.SearchModal.footer.selectText": "to select",
14
- "theme.SearchModal.noResultsScreen.noResultsText": "No results for",
15
- "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
16
- "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
17
- "theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
18
- "theme.SearchModal.placeholder": "Search docs",
19
- "theme.SearchModal.searchBox.cancelButtonText": "Cancel",
20
- "theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
21
- "theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
22
- "theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
23
- "theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
24
- "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
25
- "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
26
- "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
4
+ "theme.SearchModal.errorScreen.helpText": "Sprawdź swoje połączenie sieciowe.",
5
+ "theme.SearchModal.errorScreen.titleText": "Nie można pobrać wyników",
6
+ "theme.SearchModal.footer.closeKeyAriaLabel": "Klawisz Escape",
7
+ "theme.SearchModal.footer.closeText": "aby zamknąć",
8
+ "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Strzałka w dół",
9
+ "theme.SearchModal.footer.navigateText": "aby przejść",
10
+ "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Strzałka w górę",
11
+ "theme.SearchModal.footer.searchByText": "Szukaj według",
12
+ "theme.SearchModal.footer.selectKeyAriaLabel": "Klawisz Enter",
13
+ "theme.SearchModal.footer.selectText": "aby wybrać",
14
+ "theme.SearchModal.noResultsScreen.noResultsText": "Brak wyników dla",
15
+ "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Daj nam znać.",
16
+ "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Wydaje Ci się, że to zapytanie powinno zwrócić wyniki?",
17
+ "theme.SearchModal.noResultsScreen.suggestedQueryText": "Spróbuj poszukać",
18
+ "theme.SearchModal.placeholder": "Wyszukaj dokumenty",
19
+ "theme.SearchModal.searchBox.cancelButtonText": "Anuluj",
20
+ "theme.SearchModal.searchBox.resetButtonTitle": "Wyczyść zapytanie",
21
+ "theme.SearchModal.startScreen.favoriteSearchesTitle": "Ulubione",
22
+ "theme.SearchModal.startScreen.noRecentSearchesText": "Brak ostatnich wyszukiwań",
23
+ "theme.SearchModal.startScreen.recentSearchesTitle": "Ostatnie wyszukiwania",
24
+ "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Usuń to wyszukiwanie z ulubionych",
25
+ "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Usuń to wyszukiwanie z historii",
26
+ "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Zapisz to wyszukiwanie",
27
27
  "theme.SearchPage.algoliaLabel": "Dostawca rozwiązania Algolia",
28
28
  "theme.SearchPage.documentsFound.plurals": "Jeden dokument znaleziony|{count} dokumenty znalezione|{count} dokumentów znalezionych",
29
29
  "theme.SearchPage.emptyResultsTitle": "Wyszukaj w dokumentacji",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5449",
3
+ "version": "0.0.0-5453",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.4.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5449",
27
- "@docusaurus/logger": "0.0.0-5449",
26
+ "@docusaurus/core": "0.0.0-5453",
27
+ "@docusaurus/logger": "0.0.0-5453",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "46fe5ffd9189c11945c3c150c17c7f048e92b398"
33
+ "gitHead": "45bec766710cd3909b0e48f5500e539bb019027c"
34
34
  }