-
-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(sk): Add Slovak language UI translation. (#2008)
Co-authored-by: vawaver <[email protected]>
- Loading branch information
1 parent
0aa2f06
commit 40359c7
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@astrojs/starlight': patch | ||
--- | ||
|
||
Add Slovak language UI translation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"skipLink.label": "Preskočiť na obsah", | ||
"search.label": "Hľadať", | ||
"search.shortcutLabel": "(Stlačením / hľadajte)", | ||
"search.cancelLabel": "Zrušiť", | ||
"search.devWarning": "Vyhľadávanie je dostupné len v produkčných zostaveniach. \nSkúste vytvoriť a zobraziť náhľad stránky lokálne.", | ||
"themeSelect.accessibleLabel": "Vyberte tému", | ||
"themeSelect.dark": "Tmavý", | ||
"themeSelect.light": "Svetlý", | ||
"themeSelect.auto": "Auto", | ||
"languageSelect.accessibleLabel": "Vyberte jazyk", | ||
"menuButton.accessibleLabel": "Menu", | ||
"sidebarNav.accessibleLabel": "Hlavný", | ||
"tableOfContents.onThisPage": "Na tejto stránke", | ||
"tableOfContents.overview": "Prehľad", | ||
"i18n.untranslatedContent": "Tento obsah zatiaľ nie je dostupný vo vašom jazyku.", | ||
"page.editLink": "Upraviť stránku", | ||
"page.lastUpdated": "Posledná aktualizácia:", | ||
"page.previousLink": "Predchádzajúce", | ||
"page.nextLink": "Nasledujúce", | ||
"page.draft": "Tento obsah je koncept a nebude zahrnutý do produkčných zostavení.", | ||
"404.text": "Stránka nenájdená. Skontrolujte URL alebo skúste použiť vyhľadávacie pole.", | ||
"aside.note": "Poznámka", | ||
"aside.tip": "Tip", | ||
"aside.caution": "Upozornenie", | ||
"aside.danger": "Nebezpečenstvo", | ||
"fileTree.directory": "Adresár", | ||
"builtWithStarlight.label": "Postavené so Starlight" | ||
} |