mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* try to repro + initial fix * Use HTML button * extract useItemCollapsible() * Split DropdownNavbarItem into Mobile/Desktop subcomponents * Add aria labels to button * cleanup prop types * aria label * add translations * cleanup types * Split DefaultNavbarItem into Mobile/Desktop subcomponents * revert change * type fix
83 lines
5.7 KiB
JSON
83 lines
5.7 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Zamknij",
|
|
"theme.BackToTopButton.buttonAriaLabel": "Przewiń do góry",
|
|
"theme.CodeBlock.copied": "Skopiowano!",
|
|
"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.ErrorPageContent.title": "Ta strona uległa awarii.",
|
|
"theme.ErrorPageContent.tryAgain": "Spróbuj ponownie",
|
|
"theme.NavBar.navAriaLabel": "Main",
|
|
"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",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "Na tej stronie",
|
|
"theme.admonition.caution": "uwaga",
|
|
"theme.admonition.danger": "ważne",
|
|
"theme.admonition.info": "informacja",
|
|
"theme.admonition.note": "notatka",
|
|
"theme.admonition.tip": "wskazówka",
|
|
"theme.admonition.warning": "warning",
|
|
"theme.blog.archive.description": "Archiwum",
|
|
"theme.blog.archive.title": "Archiwum",
|
|
"theme.blog.author.noPosts": "Ten autor nie napisał jeszcze żadnych postów.",
|
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
"theme.blog.authorsList.pageTitle": "Autorzy",
|
|
"theme.blog.authorsList.viewAll": "Zobacz wszystkich autorów",
|
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
|
"theme.blog.paginator.newerEntries": "Nowsze wpisy",
|
|
"theme.blog.paginator.olderEntries": "Starsze wpisy",
|
|
"theme.blog.post.paginator.navAriaLabel": "Nawigacja na stronie postu na blogu",
|
|
"theme.blog.post.paginator.newerPost": "Nowszy post",
|
|
"theme.blog.post.paginator.olderPost": "Starszy post",
|
|
"theme.blog.post.plurals": "Jeden post|{count} posty|{count} postów",
|
|
"theme.blog.post.readMore": "Czytaj więcej",
|
|
"theme.blog.post.readMoreLabel": "Czytaj więcej o {title}",
|
|
"theme.blog.post.readingTime.plurals": "{readingTime} min aby przeczytać|{readingTime} min aby przeczytać|{readingTime} min aby przeczytać",
|
|
"theme.blog.sidebar.navAriaLabel": "Nawigacja po najnowszych postach na blogu",
|
|
"theme.blog.tagTitle": "{nPosts} z tagiem \"{tagName}\"",
|
|
"theme.colorToggle.ariaLabel": "Przełącz pomiędzy ciemnym a jasnym motywem (aktualnie ustawiony {mode})",
|
|
"theme.colorToggle.ariaLabel.mode.dark": "ciemny motyw",
|
|
"theme.colorToggle.ariaLabel.mode.light": "jasny motyw",
|
|
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
"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.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",
|
|
"theme.docs.breadcrumbs.home": "Strona główna",
|
|
"theme.docs.breadcrumbs.navAriaLabel": "Pasek nawigacji",
|
|
"theme.docs.paginator.navAriaLabel": "Strona dokumentacji",
|
|
"theme.docs.paginator.next": "Następna strona",
|
|
"theme.docs.paginator.previous": "Poprzednia strona",
|
|
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zamknij panel nawigacji",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Zwiń boczny panel",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Zwiń boczny panel",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Rozszerz boczny panel",
|
|
"theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
|
|
"theme.docs.sidebar.navAriaLabel": "Panel boczny dokumentów",
|
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Przełączanie panelu nawigacyjnego",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} dla \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Jedna strona dokumentacji otagowana|{count} strony dokumentacji otagowane|{count} stron dokumentacji otagowanych",
|
|
"theme.docs.versionBadge.label": "Wersja: {versionLabel}",
|
|
"theme.docs.versions.latestVersionLinkLabel": "bieżącej wersji",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "Aby zobaczyć bieżącą dokumentację, przejdź do wersji {latestVersionLink} ({versionLabel}).",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "Ta dokumentacja dotyczy {siteTitle} w wersji {versionLabel} i nie jest już aktywnie aktualizowana.",
|
|
"theme.docs.versions.unreleasedVersionLabel": "Ta dokumentacja dotyczy najnowszej i nieopublikowanej jeszce wersji {siteTitle} ({versionLabel}).",
|
|
"theme.lastUpdated.atDate": " dnia {date}",
|
|
"theme.lastUpdated.byUser": " przez {user}",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "Ostatnia aktualizacja{atDate}{byUser}",
|
|
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
"theme.navbar.mobileLanguageDropdown.label": "Języki",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Wróć do menu głównego",
|
|
"theme.navbar.mobileVersionsDropdown.label": "Wersje",
|
|
"theme.tags.tagsListLabel": "Tagi:",
|
|
"theme.tags.tagsPageLink": "Wyświetl wszystkie tagi",
|
|
"theme.tags.tagsPageTitle": "Tagi"
|
|
}
|