mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
fix(theme): add missing aria-labels to the main and sidebar navs (#8366)
Fix https://github.com/facebook/docusaurus/issues/8308
This commit is contained in:
parent
79214670a9
commit
eecfdebf08
29 changed files with 68 additions and 0 deletions
|
@ -12,6 +12,7 @@ import {
|
|||
useAnnouncementBar,
|
||||
useScrollPosition,
|
||||
} from '@docusaurus/theme-common/internal';
|
||||
import {translate} from '@docusaurus/Translate';
|
||||
import DocSidebarItems from '@theme/DocSidebarItems';
|
||||
import type {Props} from '@theme/DocSidebar/Desktop/Content';
|
||||
|
||||
|
@ -41,6 +42,11 @@ export default function DocSidebarDesktopContent({
|
|||
|
||||
return (
|
||||
<nav
|
||||
aria-label={translate({
|
||||
id: 'theme.docs.sidebar.navAriaLabel',
|
||||
message: 'Docs sidebar',
|
||||
description: 'The ARIA label for the sidebar navigation',
|
||||
})}
|
||||
className={clsx(
|
||||
'menu thin-scrollbar',
|
||||
styles.menu,
|
||||
|
|
|
@ -12,6 +12,7 @@ import {
|
|||
useHideableNavbar,
|
||||
useNavbarMobileSidebar,
|
||||
} from '@docusaurus/theme-common/internal';
|
||||
import {translate} from '@docusaurus/Translate';
|
||||
import NavbarMobileSidebar from '@theme/Navbar/MobileSidebar';
|
||||
import type {Props} from '@theme/Navbar/Layout';
|
||||
|
||||
|
@ -36,6 +37,11 @@ export default function NavbarLayout({children}: Props): JSX.Element {
|
|||
return (
|
||||
<nav
|
||||
ref={navbarRef}
|
||||
aria-label={translate({
|
||||
id: 'theme.NavBar.navAriaLabel',
|
||||
message: 'Main',
|
||||
description: 'The ARIA label for the main navigation',
|
||||
})}
|
||||
className={clsx(
|
||||
'navbar',
|
||||
'navbar--fixed-top',
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "تبديل فئة الشريط الجاني القابل للاغلاق '{label}'",
|
||||
"theme.ErrorPageContent.title": "هذه الصفحة لا تستجيب.",
|
||||
"theme.ErrorPageContent.tryAgain": "المحاولة مجددا",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "لم نتمكن من العثور على ما كنت تبحث عنه.",
|
||||
"theme.NotFound.p2": "يرجى الاتصال بمالك الموقع الذي ربطك بعنوان URL الأصلي وإخباره بأن الارتباط الخاص به معطل.",
|
||||
"theme.NotFound.title": "الصفحة غير موجودة",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "طي الشريط الجانبي",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "توسيع الشريط الجانبي",
|
||||
"theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} مستند موسوم بـ \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "مستند موسوم واحد|{count} مستندات موسومة",
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
"theme.ErrorPageContent.title___DESCRIPTION": "The title of the fallback page when the page crashed",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.ErrorPageContent.tryAgain___DESCRIPTION": "The label of the button to try again rendering when the React error boundary captures an error",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NavBar.navAriaLabel___DESCRIPTION": "The ARIA label for the main navigation",
|
||||
"theme.NotFound.p1": "We could not find what you were looking for.",
|
||||
"theme.NotFound.p1___DESCRIPTION": "The first paragraph of the 404 page",
|
||||
"theme.NotFound.p2": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
|
||||
|
@ -97,6 +99,8 @@
|
|||
"theme.docs.sidebar.expandButtonAriaLabel___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.navAriaLabel___DESCRIPTION": "The ARIA label for the sidebar navigation",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel___DESCRIPTION": "The ARIA label for hamburger menu button of mobile navigation",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "আপনি যা খুঁজছিলেন তা আমরা খুঁজে পাইনি।",
|
||||
"theme.NotFound.p2": "দয়া করে সাইটের মালিকের সাথে যোগাযোগ করুন যা আপনাকে মূল URL এর সাথে যুক্ত করেছে এবং তাদের লিঙ্কটি ভাঙ্গা রয়েছে তা তাদের জানান।",
|
||||
"theme.NotFound.title": "পেজটি খুঁজে পাওয়া যায়নি",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "সাইডবারটি সঙ্কুচিত করুন",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "সাইডবারটি প্রসারিত করুন",
|
||||
"theme.docs.sidebar.expandButtonTitle": "সাইডবারটি প্রসারিত করুন",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Nepodařilo se nám najít co jste hledal(a).",
|
||||
"theme.NotFound.p2": "Kontaktujte prosím vlastníka webu, který vás odkázal na původní URL a upozorněte ho, že jejich odkaz nefunguje.",
|
||||
"theme.NotFound.title": "Stránka nenalezena",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Zavřít postranní lištu",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Otevřít postranní lištu",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Otevřít postranní lištu",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Vi kunne ikke finde det, du søgte.",
|
||||
"theme.NotFound.p2": "Venligst kontakt ejeren til webstedet, som førte dig frem denne URL, og informer dem om at linket ikke virker.",
|
||||
"theme.NotFound.title": "Siden blev ikke fundet",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Sammenlæg sidenavigation",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Udvid sidenavigation",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Umschalten der Seitenleiste mit einklappbarer Kategorie '{label}'",
|
||||
"theme.ErrorPageContent.title": "Die Seite ist abgestürzt.",
|
||||
"theme.ErrorPageContent.tryAgain": "Nochmal versuchen",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Wir konnten nicht finden, wonach Sie gesucht haben.",
|
||||
"theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.",
|
||||
"theme.NotFound.title": "Seite nicht gefunden",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} mit \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ein doc getaggt|{count} docs getaggt",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "No pudimos encontrar lo que buscaba.",
|
||||
"theme.NotFound.p2": "Comuníquese con el dueño del sitio que lo vinculó a la URL original y hágale saber que su vínculo está roto.",
|
||||
"theme.NotFound.title": "Página No Encontrada",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "دستهبندی برچسب '{label}' در نوار کناری را تغییر دهید ",
|
||||
"theme.ErrorPageContent.title": "بارگذاری صفحه با خطا روبرو شد.",
|
||||
"theme.ErrorPageContent.tryAgain": "تلاش مجدد",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "صفحهای که دنبال آن بودید پیدا نشد.",
|
||||
"theme.NotFound.p2": "لطفا با صاحب وبسایت تماس بگیرید و ایشان را از مشکل پیش آمده مطلع کنید.",
|
||||
"theme.NotFound.title": "صفحه ای که دنبال آن بودید پیدا نشد.",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "باز کردن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonTitle": "باز کردن نوار کناری",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} با \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "یک مطلب برچسب شده|{count} مطلب برچسب شده",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Hindi namin mahanap ang iyong hinananap.",
|
||||
"theme.NotFound.p2": "Mangyaring makipag-ugnayan sa may-ari ng site na nag-link sa iyo sa orihinal na URL at sabihin sa kanila na ang kanilang link ay putol.",
|
||||
"theme.NotFound.title": "Hindi Nahanap ang Pahina",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Itupî ang sidebar",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Palakihin ang sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
|
||||
"theme.ErrorPageContent.title": "Cette page a planté.",
|
||||
"theme.ErrorPageContent.tryAgain": "Réessayer",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Nous n'avons pas trouvé ce que vous recherchez.",
|
||||
"theme.NotFound.p2": "Veuillez contacter le propriétaire du site qui vous a lié à l'URL d'origine et leur faire savoir que leur lien est cassé.",
|
||||
"theme.NotFound.title": "Page introuvable",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Ouvrir/fermer la barre de navigation",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} avec \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "אנחנו לא מוצאים את מה שאתה מנסה לחפש.",
|
||||
"theme.NotFound.p2": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.",
|
||||
"theme.NotFound.title": "דף לא נמצא",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "סגור",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "פתח",
|
||||
"theme.docs.sidebar.expandButtonTitle": "פתח",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "हमें वह नहीं मिला, जिसकी आपको तलाश थी।",
|
||||
"theme.NotFound.p2": "कृपया उस साइट के मालिक से संपर्क करें जिसने आपको मूल URL से जोड़ा है और उन्हें बताएं कि उनका लिंक टूट गया है।",
|
||||
"theme.NotFound.title": "पेज नहीं मिला",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "साइडबार बंद करें",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "साइडबार खोलें",
|
||||
"theme.docs.sidebar.expandButtonTitle": "साइडबार खोलें",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Attiva/disattiva la categoria '{label}' della barra laterale collassabile",
|
||||
"theme.ErrorPageContent.title": "Questa pagina è andata in crash.",
|
||||
"theme.ErrorPageContent.tryAgain": "Prova di nuovo",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Non siamo riusciti a trovare quello che stavi cercando.",
|
||||
"theme.NotFound.p2": "Contatta il proprietario del sito che ti ha collegato all'URL originale e fagli sapere che il loro collegamento è interrotto.",
|
||||
"theme.NotFound.title": "Pagina non trovata",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Collassa la barra laterale",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Espandi la barra laterale",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Espandi la barra laterale",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "サイドバーのカテゴリー「{label}」を開く・閉じる",
|
||||
"theme.ErrorPageContent.title": "エラーが発生しました",
|
||||
"theme.ErrorPageContent.tryAgain": "もう一度試してください",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "お探しのページが見つかりませんでした",
|
||||
"theme.NotFound.p2": "このページにリンクしているサイトの所有者にリンクが壊れていることを伝えてください",
|
||||
"theme.NotFound.title": "ページが見つかりません",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
|
||||
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
||||
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
||||
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "원하는 페이지를 찾을 수 없습니다.",
|
||||
"theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
|
||||
"theme.NotFound.title": "페이지를 찾을 수 없습니다.",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "사이드바 숨기기",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "사이드바 열기",
|
||||
"theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}개 문서가",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Klap de opvouwbare zijbalkcategorie '{label}' in of uit",
|
||||
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
||||
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "We kunnen niet vinden waar je naar op zoek bent.",
|
||||
"theme.NotFound.p2": "Neem contact op met de eigenaar van de website die naar de originele URL heeft geleid en laat weten dat de link niet meer werkt.",
|
||||
"theme.NotFound.title": "Pagina niet gevonden",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Zijbalk uitklappen",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Przełącz zwijalną kategorię panelu bocznego '{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",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"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": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Jedna strona dokumentacji otagowana|{count} strony dokumentacji otagowane|{count} stron dokumentacji otagowanych",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Não foi possível encontrar o que você está procurando.",
|
||||
"theme.NotFound.p2": "Entre em contato com o proprietário do site que lhe trouxe para cá e lhe informe que o link está quebrado.",
|
||||
"theme.NotFound.title": "Página não encontrada",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Fechar painel lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} com \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Um documento selecionado|{count} documentos selecionados",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Não foi possível encontrar o que procura.",
|
||||
"theme.NotFound.p2": "Por favor, contacte o proprietário do site que o trouxe aqui e informe-lhe que o link está partido.",
|
||||
"theme.NotFound.title": "Página não encontrada",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Свернуть/развернуть категорию '{label}'",
|
||||
"theme.ErrorPageContent.title": "На странице произошёл сбой.",
|
||||
"theme.ErrorPageContent.tryAgain": "Попробуйте ещё раз",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "К сожалению, мы не смогли найти запрашиваемую вами страницу.",
|
||||
"theme.NotFound.p2": "Пожалуйста, обратитесь к владельцу сайта, с которого вы перешли на эту ссылку, чтобы сообщить ему, что ссылка не работает.",
|
||||
"theme.NotFound.title": "Страница не найдена",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Переключить навигационную панель",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} с тегом \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна страница|{count} страницы|{count} страниц",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Тражени резултат не постоји.",
|
||||
"theme.NotFound.p2": "Молимо вас да контактирате власника сајта који вас је упутио овде и обавестите га да је њихова веза нетачна.",
|
||||
"theme.NotFound.title": "Страница није пронађена",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Сакриј бочну листу",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Прошири бочну листу",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Прошири бочну листу",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} означени са \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Један документ означен|{count} означених докумената",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'",
|
||||
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
|
||||
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Vi kunde inte hitta det du letade efter.",
|
||||
"theme.NotFound.p2": "Vänligen kontakta ägaren av webbplatsen som länkade dig till den ursprungliga webbadressen och låt dem veta att denna länk är trasig.",
|
||||
"theme.NotFound.title": "Sidan Hittades Inte",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Stäng sidofältet",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandera sidofältet",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Visa/göm navigationen",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
|
||||
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Aradığınız şeyi bulamadık.",
|
||||
"theme.NotFound.p2": "Lütfen sizi orijinal URL'ye yönlendiren sitenin sahibiyle iletişime geçin ve bağlantısının bozuk olduğunu bildirin.",
|
||||
"theme.NotFound.title": "Sayfa Bulunamadı",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Gezinme çubuğunu aç/kapat",
|
||||
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Згорнути/розгорнути категорію '{label}'",
|
||||
"theme.ErrorPageContent.title": "На сторінці стався збій.",
|
||||
"theme.ErrorPageContent.tryAgain": "Спробуйте ще раз",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "На жаль, ми не змогли знайти сторінку, яку ви запитували.",
|
||||
"theme.NotFound.p2": "Будь ласка, зверніться до власника сайту, з якого ви перейшли на це посилання, щоб повідомити, що посилання не працює.",
|
||||
"theme.NotFound.title": "Сторінку не знайдено",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Згорнути сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Розгорнути сайдбар",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Розгорнути сайдбар",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} з тегом \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна сторінка|{count} сторінки|{count} сторінок",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Chuyển đổi danh mục thanh bên có thể thu gọn '{label}'",
|
||||
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
||||
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "Chúng tôi không thể tìm thấy những gì bạn đang tìm kiếm.",
|
||||
"theme.NotFound.p2": "Vui lòng liên hệ với trang web đã dẫn bạn tới đây và thông báo cho họ biết rằng đường dẫn này bị hỏng.",
|
||||
"theme.NotFound.title": "Không tìm thấy trang",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Thu gọn thanh bên",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}」",
|
||||
"theme.ErrorPageContent.title": "页面已崩溃。",
|
||||
"theme.ErrorPageContent.tryAgain": "重试",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "我们找不到您要找的页面。",
|
||||
"theme.NotFound.p2": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。",
|
||||
"theme.NotFound.title": "找不到页面",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
||||
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
|
||||
"theme.ErrorPageContent.title": "此頁已當機。",
|
||||
"theme.ErrorPageContent.tryAgain": "重試",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
"theme.NotFound.p1": "我們沒有您要找的頁面。",
|
||||
"theme.NotFound.p2": "請聯絡原始連結來源網站的所有者,並通知他們連結已毀損。",
|
||||
"theme.NotFound.title": "找不到頁面",
|
||||
|
@ -48,6 +49,7 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
||||
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
||||
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
||||
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
||||
|
|
Loading…
Add table
Reference in a new issue