Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(translations): fix wrong Estonian (et) translations and typos #10344

Merged
merged 9 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"theme.CodeBlock.copied": "Kopeeritud",
"theme.CodeBlock.copy": "Kopeeri",
"theme.CodeBlock.copyButtonAriaLabel": "Kopeeri kood lõikelauale",
"theme.CodeBlock.wordWrapToggle": "Lülita reavahetus",
"theme.CodeBlock.wordWrapToggle": "Lülita reamurdmine",
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Sulge külgrea kategooria '{label}'",
"theme.DocSidebarItem.expandCategoryAriaLabel": "Ava külgrea kategooria '{label}'",
"theme.ErrorPageContent.title": "See leht jooksis kokku.",
"theme.ErrorPageContent.tryAgain": "Proovi uuesti",
"theme.NavBar.navAriaLabel": "Main",
"theme.NavBar.navAriaLabel": "Peamine",
"theme.NotFound.p1": "Vabandame, kuid lehte ei leitud.",
"theme.NotFound.p2": "Kui arvad, et see on viga, palun võta meiega ühendust.",
"theme.NotFound.title": "Lehte ei leitud",
Expand All @@ -33,7 +33,7 @@
"theme.blog.post.readMoreLabel": "Loe edasi {title} kohta",
"theme.blog.post.readingTime.plurals": "Ühe min lugemine|{readingTime} min lugemine",
"theme.blog.sidebar.navAriaLabel": "Blogi hiljutiste postituste navigatsioon",
"theme.blog.tagTitle": "{nPosts} märgistatud \"{tagName}\"",
"theme.blog.tagTitle": "{nPosts} sildistatud \"{tagName}\"",
"theme.colorToggle.ariaLabel": "Vaheta heleda ja tumeda teema vahel (currently {mode})",
"theme.colorToggle.ariaLabel.mode.dark": "tume teema",
"theme.colorToggle.ariaLabel.mode.light": "hele teema",
Expand All @@ -54,7 +54,7 @@
"theme.docs.sidebar.navAriaLabel": "Dokumentatsiooni külgriba",
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Lülita navigatsiooniriba",
"theme.docs.tagDocListPageTitle": "{nDocsTagged} koos \"{tagName}\"",
"theme.docs.tagDocListPageTitle.nDocsTagged": "Üks dokument märgistatud|{count} dokumenti märgistatud",
"theme.docs.tagDocListPageTitle.nDocsTagged": "Üks dokument sildistatud|{count} dokumenti sildistatud",
"theme.docs.versionBadge.label": "Versioon: {versionLabel}",
"theme.docs.versions.latestVersionLinkLabel": "viimane versioon",
"theme.docs.versions.latestVersionSuggestionLabel": "Uuendatud dokumentatsiooni lugemiseks vaata {latestVersionLink} ({versionLabel}).",
Expand All @@ -66,9 +66,9 @@
"theme.navbar.mobileLanguageDropdown.label": "Keeled",
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tagasi põhi menüüsse",
"theme.navbar.mobileVersionsDropdown.label": "Versioonid",
"theme.tags.tagsListLabel": "Märked:",
"theme.tags.tagsPageLink": "Näaita Kõiki Märkeid",
"theme.tags.tagsPageTitle": "Märked",
"theme.tags.tagsListLabel": "Sildid:",
"theme.tags.tagsPageLink": "Vaata Kõiki Silte",
"theme.tags.tagsPageTitle": "Sildid",
"theme.unlistedContent.message": "See leht ei ole avalik. Otsingumootorid ei indekseeri seda. Sellele lehele pääseb ainult lingiga ligi.",
"theme.unlistedContent.title": "avalikustamata leht"
}
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"theme.SearchBar.label": "Otsi",
"theme.SearchBar.seeAll": "Näe kõiki {count} tulemust",
"theme.SearchBar.seeAll": "Vaata kõiki {count} tulemust",
"theme.SearchModal.errorScreen.helpText": "Kontrolli interneti ühendust.",
"theme.SearchModal.errorScreen.titleText": "Tulemuste pärimine ebaõnnestus",
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape nuppu",
"theme.SearchModal.footer.closeKeyAriaLabel": "Paoklahvi nuppu",
"theme.SearchModal.footer.closeText": "sulgemiseks",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Alla noolt",
"theme.SearchModal.footer.navigateText": "navigeerimiseks",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Üles noolt",
"theme.SearchModal.footer.searchByText": "Otsi",
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter nuppu",
"theme.SearchModal.footer.selectKeyAriaLabel": "Sisestusklahvi nuppu",
"theme.SearchModal.footer.selectText": "valimiseks",
"theme.SearchModal.noResultsScreen.noResultsText": "Tulemused puuduvad päringule",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Anna meile teada.",
Expand Down
Loading