Skip to content

Commit 59a0b7a

Browse files
fix(theme-translations): remove redundant navigation text in aria label (#8842)
Co-authored-by: Tarun Chauhan <[email protected]>
1 parent 096a7b5 commit 59a0b7a

30 files changed

+30
-30
lines changed

packages/docusaurus-theme-classic/src/theme/DocPaginator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function DocPaginator(props: Props): JSX.Element {
1717
className="pagination-nav docusaurus-mt-lg"
1818
aria-label={translate({
1919
id: 'theme.docs.paginator.navAriaLabel',
20-
message: 'Docs pages navigation',
20+
message: 'Docs pages',
2121
description: 'The ARIA label for the docs pagination',
2222
})}>
2323
{previous && (

packages/docusaurus-theme-translations/locales/ar/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} مواد",
4242
"theme.docs.breadcrumbs.home": "الرئيسية",
4343
"theme.docs.breadcrumbs.navAriaLabel": "التنقل التفصيلي",
44-
"theme.docs.paginator.navAriaLabel": "التنقل بين صفحات الددات",
44+
"theme.docs.paginator.navAriaLabel": "صفحة التوثيق",
4545
"theme.docs.paginator.next": "التالي",
4646
"theme.docs.paginator.previous": "السابق",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/base/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"theme.docs.breadcrumbs.home___DESCRIPTION": "The ARIA label for the home page in the breadcrumbs",
8484
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
8585
"theme.docs.breadcrumbs.navAriaLabel___DESCRIPTION": "The ARIA label for the breadcrumbs",
86-
"theme.docs.paginator.navAriaLabel": "Docs pages navigation",
86+
"theme.docs.paginator.navAriaLabel": "Docs pages",
8787
"theme.docs.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the docs pagination",
8888
"theme.docs.paginator.next": "Next",
8989
"theme.docs.paginator.next___DESCRIPTION": "The label used to navigate to the next doc",

packages/docusaurus-theme-translations/locales/bn/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} items",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "ডক্স পৃষ্টাগুলির নেভিগেশন",
44+
"theme.docs.paginator.navAriaLabel": "ডক্স পেজ",
4545
"theme.docs.paginator.next": "পরবর্তী",
4646
"theme.docs.paginator.previous": "পূর্ববর্তী",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/cs/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} items",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "Stránkování dokumentace",
44+
"theme.docs.paginator.navAriaLabel": "Stránka dokumentace",
4545
"theme.docs.paginator.next": "Další",
4646
"theme.docs.paginator.previous": "Předchozí",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/da/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} items",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "Dokumentside navigation",
44+
"theme.docs.paginator.navAriaLabel": "Dokumentside",
4545
"theme.docs.paginator.next": "Næste",
4646
"theme.docs.paginator.previous": "Tidligere",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/de/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} Einträge",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation",
44+
"theme.docs.paginator.navAriaLabel": "Dokumentation Seiten",
4545
"theme.docs.paginator.next": "Weiter",
4646
"theme.docs.paginator.previous": "Zurück",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/es/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} items",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "Navegación de páginas de documentos",
44+
"theme.docs.paginator.navAriaLabel": "Página del documento",
4545
"theme.docs.paginator.next": "Siguiente",
4646
"theme.docs.paginator.previous": "Anterior",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/fa/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} مورد",
4242
"theme.docs.breadcrumbs.home": "صفحه اصلی",
4343
"theme.docs.breadcrumbs.navAriaLabel": "نشانگر صفحات",
44-
"theme.docs.paginator.navAriaLabel": "کنترل صفحات مطالب",
44+
"theme.docs.paginator.navAriaLabel": "Docs Pages",
4545
"theme.docs.paginator.next": "بعدی",
4646
"theme.docs.paginator.previous": "قبلی",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

packages/docusaurus-theme-translations/locales/fil/theme-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"theme.docs.DocCard.categoryDescription": "{count} items",
4242
"theme.docs.breadcrumbs.home": "Home page",
4343
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
44-
"theme.docs.paginator.navAriaLabel": "Nabegasyón para sa mga pahinang docs.",
44+
"theme.docs.paginator.navAriaLabel": "Docs Pages",
4545
"theme.docs.paginator.next": "Sumunod",
4646
"theme.docs.paginator.previous": "Naraaan",
4747
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",

0 commit comments

Comments
 (0)