mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
fix(theme): improve docs sidebar category caret aria-label accessibility (#9269)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
3cad29a0ad
commit
83d9f228b3
31 changed files with 82 additions and 39 deletions
|
@ -72,23 +72,35 @@ function useCategoryHrefWithSSRFallback(
|
|||
}
|
||||
|
||||
function CollapseButton({
|
||||
collapsed,
|
||||
categoryLabel,
|
||||
onClick,
|
||||
}: {
|
||||
collapsed: boolean;
|
||||
categoryLabel: string;
|
||||
onClick: ComponentProps<'button'>['onClick'];
|
||||
}) {
|
||||
return (
|
||||
<button
|
||||
aria-label={translate(
|
||||
{
|
||||
id: 'theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel',
|
||||
message: "Toggle the collapsible sidebar category '{label}'",
|
||||
description:
|
||||
'The ARIA label to toggle the collapsible sidebar category',
|
||||
},
|
||||
{label: categoryLabel},
|
||||
)}
|
||||
aria-label={
|
||||
collapsed
|
||||
? translate(
|
||||
{
|
||||
id: 'theme.DocSidebarItem.expandCategoryAriaLabel',
|
||||
message: "Expand sidebar category '{label}'",
|
||||
description: 'The ARIA label to expand the sidebar category',
|
||||
},
|
||||
{label: categoryLabel},
|
||||
)
|
||||
: translate(
|
||||
{
|
||||
id: 'theme.DocSidebarItem.collapseCategoryAriaLabel',
|
||||
message: "Collapse sidebar category '{label}'",
|
||||
description: 'The ARIA label to collapse the sidebar category',
|
||||
},
|
||||
{label: categoryLabel},
|
||||
)
|
||||
}
|
||||
type="button"
|
||||
className="clean-btn menu__caret"
|
||||
onClick={onClick}
|
||||
|
@ -188,6 +200,7 @@ export default function DocSidebarItemCategory({
|
|||
</Link>
|
||||
{href && collapsible && (
|
||||
<CollapseButton
|
||||
collapsed={collapsed}
|
||||
categoryLabel={label}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "نسخ",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "نسخ الرمز إلى الحافظة",
|
||||
"theme.CodeBlock.wordWrapToggle": "تبديل التفاف النص",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "تبديل فئة الشريط الجاني القابل للاغلاق '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "هذه الصفحة لا تستجيب.",
|
||||
"theme.ErrorPageContent.tryAgain": "المحاولة مجددا",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"theme.CodeBlock.copyButtonAriaLabel___DESCRIPTION": "The ARIA label for copy code blocks button",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.CodeBlock.wordWrapToggle___DESCRIPTION": "The title attribute for toggle word wrapping button of code block lines",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel___DESCRIPTION": "The ARIA label to toggle the collapsible sidebar category",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.title___DESCRIPTION": "The title of the fallback page when the page crashed",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "কপি",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "ক্লিপবোর্ডে কোড কপি করুন",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Zkopírovat",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Zkopírovat kód do schránky",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopier",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopier kode til udklipsholder",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopieren",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "In die Zwischenablage kopieren",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Umschalten der Seitenleiste mit einklappbarer Kategorie '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Die Seite ist abgestürzt.",
|
||||
"theme.ErrorPageContent.tryAgain": "Nochmal versuchen",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Copiar",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código al portapapeles",
|
||||
"theme.CodeBlock.wordWrapToggle": "Alternar ajuste de palabras",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Esta página ha fallado.",
|
||||
"theme.ErrorPageContent.tryAgain": "Intente de nuevo",
|
||||
"theme.NavBar.navAriaLabel": "Principal",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "کپی",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "کپی به کلیپبورد",
|
||||
"theme.CodeBlock.wordWrapToggle": "تغییر نحوه نمایش کلمه",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "دستهبندی برچسب '{label}' در نوار کناری را تغییر دهید ",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "بارگذاری صفحه با خطا روبرو شد.",
|
||||
"theme.ErrorPageContent.tryAgain": "تلاش مجدد",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopyahin",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopyahin ang code sa clipboard",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Copier",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
|
||||
"theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Cette page a planté.",
|
||||
"theme.ErrorPageContent.tryAgain": "Réessayer",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "העתק",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "העתק קוד ללוח העריכה",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "कॉपी",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "क्लिपबोर्ड पर कोड कॉपी करें",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Másolás",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Másolás a vágólapra",
|
||||
"theme.CodeBlock.wordWrapToggle": "Szótörés váltása",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Összecsukás/kibontás kategória '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Hiba történt a oldalon.",
|
||||
"theme.ErrorPageContent.tryAgain": "Próbáld újra",
|
||||
"theme.NavBar.navAriaLabel": "Fő",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Copia",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copia il codice negli appunti",
|
||||
"theme.CodeBlock.wordWrapToggle": "Attiva/disattiva a capo automatico",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Attiva/disattiva la categoria '{label}' della barra laterale collassabile",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Questa pagina è andata in crash.",
|
||||
"theme.ErrorPageContent.tryAgain": "Prova di nuovo",
|
||||
"theme.NavBar.navAriaLabel": "Principale",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "コピー",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
|
||||
"theme.CodeBlock.wordWrapToggle": "折り返し",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "サイドバーのカテゴリー「{label}」を開く・閉じる",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "エラーが発生しました",
|
||||
"theme.ErrorPageContent.tryAgain": "もう一度試してください",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "복사",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
||||
"theme.CodeBlock.wordWrapToggle": "줄 바꿈 전환",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
||||
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopiere",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopier koden til utklippstavlen",
|
||||
"theme.CodeBlock.wordWrapToggle": "Slå tekstbryting av/på",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Veksle på den sammenleggbare sidefeltkategorien '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Denne siden krasjet.",
|
||||
"theme.ErrorPageContent.tryAgain": "Prøv på nytt",
|
||||
"theme.NavBar.navAriaLabel": "Hoved",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopieer",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
|
||||
"theme.CodeBlock.wordWrapToggle": "Tekstterugloop in-/uitschakelen",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Klap de opvouwbare zijbalkcategorie '{label}' in of uit",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
||||
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopiuj",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopiuj do schowka",
|
||||
"theme.CodeBlock.wordWrapToggle": "Przełącz zawijanie słów",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Przełącz zwijalną kategorię panelu bocznego '{label}'",
|
||||
"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",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Copiar",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Copiar",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Скопировать",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
||||
"theme.CodeBlock.wordWrapToggle": "Переключить перенос по строкам",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Свернуть/развернуть категорию '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "На странице произошёл сбой.",
|
||||
"theme.ErrorPageContent.tryAgain": "Попробуйте ещё раз",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopiraj",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopiraj v odložišče",
|
||||
"theme.CodeBlock.wordWrapToggle": "Preklopi oblivanje besedila",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Preklopi zložljivo kategorijo v stranski vrstici '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Ta stran se je zrušila.",
|
||||
"theme.ErrorPageContent.tryAgain": "Poskusite ponovno",
|
||||
"theme.NavBar.navAriaLabel": "Glavna navigacija",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Копирај",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Копирај код у меморију",
|
||||
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopiera",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp",
|
||||
"theme.CodeBlock.wordWrapToggle": "Växla radbrytning",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
|
||||
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Kopyala",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
|
||||
"theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
|
||||
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Копіювати",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Копіювати в буфер обміну",
|
||||
"theme.CodeBlock.wordWrapToggle": "Перемикання обведення слів",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Згорнути/розгорнути категорію '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "На сторінці стався збій.",
|
||||
"theme.ErrorPageContent.tryAgain": "Спробуйте ще раз",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "Sao chép",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Sao chép code vào bộ nhớ tạm",
|
||||
"theme.CodeBlock.wordWrapToggle": "Chuyển đổi văn bản xuống dòng",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Chuyển đổi danh mục thanh bên có thể thu gọn '{label}'",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
||||
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
||||
"theme.NavBar.navAriaLabel": "Main",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "复制",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "复制代码到剪贴板",
|
||||
"theme.CodeBlock.wordWrapToggle": "切换自动换行",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}」",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "页面已崩溃。",
|
||||
"theme.ErrorPageContent.tryAgain": "重试",
|
||||
"theme.NavBar.navAriaLabel": "主导航",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"theme.CodeBlock.copy": "複製",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
|
||||
"theme.CodeBlock.wordWrapToggle": "切換自動換行",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
|
||||
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
||||
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "此頁已當機。",
|
||||
"theme.ErrorPageContent.tryAgain": "重試",
|
||||
"theme.NavBar.navAriaLabel": "主導航",
|
||||
|
|
Loading…
Add table
Reference in a new issue