mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
fix(translations): complete missing slovenian theme translations (#10551)
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 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (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 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (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
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
9e473bd080
commit
126d395f2d
|
|
@ -5,8 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopiraj",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopiraj v odložišče",
|
||||
"theme.CodeBlock.wordWrapToggle": "Preklopi oblivanje besedila",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Strni kategorijo stranske vrstice '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Razširite kategorijo stranske vrstice '{label}'",
|
||||
"theme.ErrorPageContent.title": "Ta stran se je zrušila.",
|
||||
"theme.ErrorPageContent.tryAgain": "Poskusite ponovno",
|
||||
"theme.NavBar.navAriaLabel": "Glavna navigacija",
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
"theme.admonition.info": "informacija",
|
||||
"theme.admonition.note": "opomba",
|
||||
"theme.admonition.tip": "namig",
|
||||
"theme.admonition.warning": "warning",
|
||||
"theme.admonition.warning": "opozorilo",
|
||||
"theme.blog.archive.description": "Arhiv",
|
||||
"theme.blog.archive.title": "Arhiv",
|
||||
"theme.blog.author.noPosts": "This author has not written any posts yet.",
|
||||
"theme.blog.author.noPosts": "Ta avtor še ni napisal nobene objave.",
|
||||
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
||||
"theme.blog.authorsList.pageTitle": "Authors",
|
||||
"theme.blog.authorsList.viewAll": "View All Authors",
|
||||
"theme.blog.authorsList.pageTitle": "Avtorji",
|
||||
"theme.blog.authorsList.viewAll": "Prikaži vse avtorje",
|
||||
"theme.blog.paginator.navAriaLabel": "Navigacija kazala po blogu",
|
||||
"theme.blog.paginator.newerEntries": "Novejši prispevki",
|
||||
"theme.blog.paginator.olderEntries": "Starejši prispevki",
|
||||
|
|
@ -44,11 +44,11 @@
|
|||
"theme.common.editThisPage": "Uredi to stran",
|
||||
"theme.common.headingLinkTitle": "Direktna povezava na {heading}",
|
||||
"theme.common.skipToMainContent": "Preskoči na vsebino",
|
||||
"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 stran je osnutek. Viden bo samo v razvijalcu in bo izključen iz proizvodne zgradbe.",
|
||||
"theme.contentVisibility.draftBanner.title": "Osnutek strani",
|
||||
"theme.contentVisibility.unlistedBanner.message": "Ta stran ni zabeležena. Iskalniki je ne bodo indeksirali, do nje bodo uporabniki lahko dostopali le z direktno povezavo.",
|
||||
"theme.contentVisibility.unlistedBanner.title": "Nezabeležena stran",
|
||||
"theme.docs.DocCard.categoryDescription.plurals": "1 vnos|2 vnosy|{count} vnosy|{count} vnosov",
|
||||
"theme.docs.DocCard.categoryDescription.plurals": "1 vnos|2 vnosa|{count} vnosi|{count} vnosov",
|
||||
"theme.docs.breadcrumbs.home": "Domača stran",
|
||||
"theme.docs.breadcrumbs.navAriaLabel": "Drobtine",
|
||||
"theme.docs.paginator.navAriaLabel": "Strani z dokumenti",
|
||||
|
|
|
|||
Loading…
Reference in New Issue