mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
fix(theme-translation): add missing Polish (pl) theme translations (#11431)
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (24) (push) Waiting to run
E2E Tests / E2E — Yarn v1 Windows (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (24) (push) Waiting to run
E2E Tests / E2E — Yarn v1 Windows (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
This commit is contained in:
parent
13ec1eaa3e
commit
505ff8d228
|
|
@ -5,12 +5,12 @@
|
|||
"theme.CodeBlock.copy": "Kopiuj",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopiuj do schowka",
|
||||
"theme.CodeBlock.wordWrapToggle": "Przełącz zawijanie słów",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Zwiń kategorię paska bocznego '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Rozwiń kategorię paska bocznego '{label}'",
|
||||
"theme.ErrorPageContent.title": "Ta strona uległa awarii.",
|
||||
"theme.ErrorPageContent.tryAgain": "Spróbuj ponownie",
|
||||
"theme.IconExternalLink.ariaLabel": "(opens in new tab)",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.IconExternalLink.ariaLabel": "(otwiera się w nowej karcie)",
|
||||
"theme.NavBar.navAriaLabel": "Główny",
|
||||
"theme.NotFound.p1": "Nie mogliśmy znaleźć strony której szukasz.",
|
||||
"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.",
|
||||
"theme.NotFound.title": "Strona nie została znaleziona",
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"theme.admonition.info": "informacja",
|
||||
"theme.admonition.note": "notatka",
|
||||
"theme.admonition.tip": "wskazówka",
|
||||
"theme.admonition.warning": "warning",
|
||||
"theme.admonition.warning": "ostrzeżenie",
|
||||
"theme.blog.archive.description": "Archiwum",
|
||||
"theme.blog.archive.title": "Archiwum",
|
||||
"theme.blog.author.noPosts": "Ten autor nie napisał jeszcze żadnych postów.",
|
||||
|
|
@ -46,8 +46,8 @@
|
|||
"theme.common.editThisPage": "Edytuj tę stronę",
|
||||
"theme.common.headingLinkTitle": "Bezpośredni link do {heading}",
|
||||
"theme.common.skipToMainContent": "Przejdź do głównej zawartości",
|
||||
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
||||
"theme.contentVisibility.draftBanner.title": "Draft page",
|
||||
"theme.contentVisibility.draftBanner.message": "Ta strona jest w wersji roboczej. Będzie widoczna tylko w wersji deweloperskiej i zostanie wyłączona z wersji produkcyjnej.",
|
||||
"theme.contentVisibility.draftBanner.title": "Wersja robocza strony",
|
||||
"theme.contentVisibility.unlistedBanner.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.",
|
||||
"theme.contentVisibility.unlistedBanner.title": "Niepubliczna strona",
|
||||
"theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} elementy|{count} elementów",
|
||||
|
|
|
|||
Loading…
Reference in New Issue