From 59a0b7ae15613c344c948ce35dec41369bcf70db Mon Sep 17 00:00:00 2001 From: Tarun Chauhan Date: Thu, 6 Apr 2023 18:35:43 +0530 Subject: [PATCH] fix(theme-translations): remove redundant navigation text in aria label (#8842) Co-authored-by: Tarun Chauhan --- .../docusaurus-theme-classic/src/theme/DocPaginator/index.tsx | 2 +- .../docusaurus-theme-translations/locales/ar/theme-common.json | 2 +- .../locales/base/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/bn/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/cs/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/da/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/de/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/es/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/fa/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/fil/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/fr/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/hi/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/hu/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/it/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/ja/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/ko/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/nb/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/nl/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/pl/theme-common.json | 2 +- .../locales/pt-BR/theme-common.json | 2 +- .../locales/pt-PT/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/ru/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/sl/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/sr/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/sv/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/tr/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/uk/theme-common.json | 2 +- .../docusaurus-theme-translations/locales/vi/theme-common.json | 2 +- .../locales/zh-Hans/theme-common.json | 2 +- .../locales/zh-Hant/theme-common.json | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.tsx b/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.tsx index 1d8823caf0..84928d8f2a 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.tsx +++ b/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.tsx @@ -17,7 +17,7 @@ export default function DocPaginator(props: Props): JSX.Element { className="pagination-nav docusaurus-mt-lg" aria-label={translate({ id: 'theme.docs.paginator.navAriaLabel', - message: 'Docs pages navigation', + message: 'Docs pages', description: 'The ARIA label for the docs pagination', })}> {previous && ( diff --git a/packages/docusaurus-theme-translations/locales/ar/theme-common.json b/packages/docusaurus-theme-translations/locales/ar/theme-common.json index 91718d099c..2a8dd9f715 100644 --- a/packages/docusaurus-theme-translations/locales/ar/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/ar/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} مواد", "theme.docs.breadcrumbs.home": "الرئيسية", "theme.docs.breadcrumbs.navAriaLabel": "التنقل التفصيلي", - "theme.docs.paginator.navAriaLabel": "التنقل بين صفحات الددات", + "theme.docs.paginator.navAriaLabel": "صفحة التوثيق", "theme.docs.paginator.next": "التالي", "theme.docs.paginator.previous": "السابق", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/base/theme-common.json b/packages/docusaurus-theme-translations/locales/base/theme-common.json index 2af6648985..267a271828 100644 --- a/packages/docusaurus-theme-translations/locales/base/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/base/theme-common.json @@ -83,7 +83,7 @@ "theme.docs.breadcrumbs.home___DESCRIPTION": "The ARIA label for the home page in the breadcrumbs", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", "theme.docs.breadcrumbs.navAriaLabel___DESCRIPTION": "The ARIA label for the breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Docs pages navigation", + "theme.docs.paginator.navAriaLabel": "Docs pages", "theme.docs.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the docs pagination", "theme.docs.paginator.next": "Next", "theme.docs.paginator.next___DESCRIPTION": "The label used to navigate to the next doc", diff --git a/packages/docusaurus-theme-translations/locales/bn/theme-common.json b/packages/docusaurus-theme-translations/locales/bn/theme-common.json index 81cb22f64e..860f3c8eb4 100644 --- a/packages/docusaurus-theme-translations/locales/bn/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/bn/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "ডক্স পৃষ্টাগুলির নেভিগেশন", + "theme.docs.paginator.navAriaLabel": "ডক্স পেজ", "theme.docs.paginator.next": "পরবর্তী", "theme.docs.paginator.previous": "পূর্ববর্তী", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/cs/theme-common.json b/packages/docusaurus-theme-translations/locales/cs/theme-common.json index 6be498f63d..946ce4b10e 100644 --- a/packages/docusaurus-theme-translations/locales/cs/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/cs/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Stránkování dokumentace", + "theme.docs.paginator.navAriaLabel": "Stránka dokumentace", "theme.docs.paginator.next": "Další", "theme.docs.paginator.previous": "Předchozí", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/da/theme-common.json b/packages/docusaurus-theme-translations/locales/da/theme-common.json index d43f76d8c9..c2a80b3bd0 100644 --- a/packages/docusaurus-theme-translations/locales/da/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/da/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Dokumentside navigation", + "theme.docs.paginator.navAriaLabel": "Dokumentside", "theme.docs.paginator.next": "Næste", "theme.docs.paginator.previous": "Tidligere", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/de/theme-common.json b/packages/docusaurus-theme-translations/locales/de/theme-common.json index 5553516084..433d6e7bb8 100644 --- a/packages/docusaurus-theme-translations/locales/de/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/de/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} Einträge", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation", + "theme.docs.paginator.navAriaLabel": "Dokumentation Seiten", "theme.docs.paginator.next": "Weiter", "theme.docs.paginator.previous": "Zurück", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/es/theme-common.json b/packages/docusaurus-theme-translations/locales/es/theme-common.json index 3e4340de13..cba7a7629b 100644 --- a/packages/docusaurus-theme-translations/locales/es/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/es/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Navegación de páginas de documentos", + "theme.docs.paginator.navAriaLabel": "Página del documento", "theme.docs.paginator.next": "Siguiente", "theme.docs.paginator.previous": "Anterior", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/fa/theme-common.json b/packages/docusaurus-theme-translations/locales/fa/theme-common.json index 834a11b60e..1ca4253ecf 100644 --- a/packages/docusaurus-theme-translations/locales/fa/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/fa/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} مورد", "theme.docs.breadcrumbs.home": "صفحه اصلی", "theme.docs.breadcrumbs.navAriaLabel": "نشانگر صفحات", - "theme.docs.paginator.navAriaLabel": "کنترل صفحات مطالب", + "theme.docs.paginator.navAriaLabel": "Docs Pages", "theme.docs.paginator.next": "بعدی", "theme.docs.paginator.previous": "قبلی", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/fil/theme-common.json b/packages/docusaurus-theme-translations/locales/fil/theme-common.json index f3d9711000..0b20431650 100644 --- a/packages/docusaurus-theme-translations/locales/fil/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/fil/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Nabegasyón para sa mga pahinang docs.", + "theme.docs.paginator.navAriaLabel": "Docs Pages", "theme.docs.paginator.next": "Sumunod", "theme.docs.paginator.previous": "Naraaan", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/fr/theme-common.json b/packages/docusaurus-theme-translations/locales/fr/theme-common.json index 4611ecbe7b..1f7f56b7be 100644 --- a/packages/docusaurus-theme-translations/locales/fr/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/fr/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} éléments", "theme.docs.breadcrumbs.home": "Page d'accueil", "theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane", - "theme.docs.paginator.navAriaLabel": "Pagination des documents", + "theme.docs.paginator.navAriaLabel": "Pages de documentation", "theme.docs.paginator.next": "Suivant", "theme.docs.paginator.previous": "Précédent", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Fermer la barre de navigation", diff --git a/packages/docusaurus-theme-translations/locales/hi/theme-common.json b/packages/docusaurus-theme-translations/locales/hi/theme-common.json index 8d1db8905b..f40386aa81 100644 --- a/packages/docusaurus-theme-translations/locales/hi/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/hi/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "डॉक्स पेज नेविगेशन", + "theme.docs.paginator.navAriaLabel": "डॉक्स पेज", "theme.docs.paginator.next": "अगला", "theme.docs.paginator.previous": "पिछ्ला", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/hu/theme-common.json b/packages/docusaurus-theme-translations/locales/hu/theme-common.json index 9ffbf2b9cc..b66329b8a7 100644 --- a/packages/docusaurus-theme-translations/locales/hu/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/hu/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} elemek", "theme.docs.breadcrumbs.home": "Kezdőlap", "theme.docs.breadcrumbs.navAriaLabel": "Navigációs sáv a jelenlegi oldalhoz", - "theme.docs.paginator.navAriaLabel": "Dokumentációs oldal navigációja", + "theme.docs.paginator.navAriaLabel": "Dokumentációs oldal", "theme.docs.paginator.next": "Következő oldal", "theme.docs.paginator.previous": "Előző oldal", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Navigációs sáv bezárása", diff --git a/packages/docusaurus-theme-translations/locales/it/theme-common.json b/packages/docusaurus-theme-translations/locales/it/theme-common.json index 72a0d8be9d..c4a82147e1 100644 --- a/packages/docusaurus-theme-translations/locales/it/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/it/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Navigazione delle pagine dei documenti", + "theme.docs.paginator.navAriaLabel": "Pagina del documento", "theme.docs.paginator.next": "Successivo", "theme.docs.paginator.previous": "Precedente", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/ja/theme-common.json b/packages/docusaurus-theme-translations/locales/ja/theme-common.json index cebe2b571a..a5a7e70d91 100644 --- a/packages/docusaurus-theme-translations/locales/ja/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/ja/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count}項目", "theme.docs.breadcrumbs.home": "ホームページ", "theme.docs.breadcrumbs.navAriaLabel": "パンくずリストのナビゲーション", - "theme.docs.paginator.navAriaLabel": "ドキュメントのナビゲーション", + "theme.docs.paginator.navAriaLabel": "ドキュメントページ", "theme.docs.paginator.next": "次へ", "theme.docs.paginator.previous": "前へ", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/ko/theme-common.json b/packages/docusaurus-theme-translations/locales/ko/theme-common.json index 069803144b..e2d99ccff2 100644 --- a/packages/docusaurus-theme-translations/locales/ko/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/ko/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} 항목", "theme.docs.breadcrumbs.home": "홈", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "문서 탐색", + "theme.docs.paginator.navAriaLabel": "문서 페이지", "theme.docs.paginator.next": "다음", "theme.docs.paginator.previous": "이전", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/nb/theme-common.json b/packages/docusaurus-theme-translations/locales/nb/theme-common.json index 709cbe35de..51e54861f1 100644 --- a/packages/docusaurus-theme-translations/locales/nb/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/nb/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} artikler", "theme.docs.breadcrumbs.home": "Hjemmeside", "theme.docs.breadcrumbs.navAriaLabel": "Søkvei", - "theme.docs.paginator.navAriaLabel": "Dokumenter-sidernavigasjon", + "theme.docs.paginator.navAriaLabel": "Dokumenter side", "theme.docs.paginator.next": "Neste", "theme.docs.paginator.previous": "Forrige", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Lukk navigasjonslinjen", diff --git a/packages/docusaurus-theme-translations/locales/nl/theme-common.json b/packages/docusaurus-theme-translations/locales/nl/theme-common.json index 1425cf8d36..44bd7d50fc 100644 --- a/packages/docusaurus-theme-translations/locales/nl/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/nl/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} artikelen", "theme.docs.breadcrumbs.home": "Homepagina", "theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels", - "theme.docs.paginator.navAriaLabel": "Paginanavigatie documentatie", + "theme.docs.paginator.navAriaLabel": "Documentatie pagina", "theme.docs.paginator.next": "Volgende", "theme.docs.paginator.previous": "Vorige", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/pl/theme-common.json b/packages/docusaurus-theme-translations/locales/pl/theme-common.json index d309450221..5990b6bf20 100644 --- a/packages/docusaurus-theme-translations/locales/pl/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/pl/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} elementów", "theme.docs.breadcrumbs.home": "Strona główna", "theme.docs.breadcrumbs.navAriaLabel": "Pasek nawigacji", - "theme.docs.paginator.navAriaLabel": "Nawigacja na stronie dokumentacji", + "theme.docs.paginator.navAriaLabel": "Strona dokumentacji", "theme.docs.paginator.next": "Następna strona", "theme.docs.paginator.previous": "Poprzednia strona", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zamknij panel nawigacji", diff --git a/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json b/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json index 0fa42458e3..dbc04c0f35 100644 --- a/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação", + "theme.docs.paginator.navAriaLabel": "Páginas de documentação", "theme.docs.paginator.next": "Próxima", "theme.docs.paginator.previous": "Anterior", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/pt-PT/theme-common.json b/packages/docusaurus-theme-translations/locales/pt-PT/theme-common.json index dcbce0faa7..7623b6e448 100644 --- a/packages/docusaurus-theme-translations/locales/pt-PT/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/pt-PT/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação", + "theme.docs.paginator.navAriaLabel": "Páginas de documento", "theme.docs.paginator.next": "Próxima", "theme.docs.paginator.previous": "Anterior", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/ru/theme-common.json b/packages/docusaurus-theme-translations/locales/ru/theme-common.json index d0274809c5..b6630f71d6 100644 --- a/packages/docusaurus-theme-translations/locales/ru/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/ru/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} элемент|{count} элемента|{count} элементов", "theme.docs.breadcrumbs.home": "Главная страница", "theme.docs.breadcrumbs.navAriaLabel": "Навигационная цепочка текущей страницы", - "theme.docs.paginator.navAriaLabel": "Навигация по странице документации", + "theme.docs.paginator.navAriaLabel": "Страница документа", "theme.docs.paginator.next": "Следующая страница", "theme.docs.paginator.previous": "Предыдущая страница", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Закрыть панель навигации", diff --git a/packages/docusaurus-theme-translations/locales/sl/theme-common.json b/packages/docusaurus-theme-translations/locales/sl/theme-common.json index dbf9cd55f6..22bfb6b15b 100644 --- a/packages/docusaurus-theme-translations/locales/sl/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/sl/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} vnosov", "theme.docs.breadcrumbs.home": "Domača stran", "theme.docs.breadcrumbs.navAriaLabel": "Drobtine", - "theme.docs.paginator.navAriaLabel": "Navigacija po dokumentaciji", + "theme.docs.paginator.navAriaLabel": "Strani z dokumenti", "theme.docs.paginator.next": "Naslednji", "theme.docs.paginator.previous": "Prejšnji", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zapri navigacijsko vrstico", diff --git a/packages/docusaurus-theme-translations/locales/sr/theme-common.json b/packages/docusaurus-theme-translations/locales/sr/theme-common.json index a56ef6c698..568b0c3bc2 100644 --- a/packages/docusaurus-theme-translations/locales/sr/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/sr/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} items", "theme.docs.breadcrumbs.home": "Home page", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Навигација по документима", + "theme.docs.paginator.navAriaLabel": "странице докумената", "theme.docs.paginator.next": "Даље", "theme.docs.paginator.previous": "Назад", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/sv/theme-common.json b/packages/docusaurus-theme-translations/locales/sv/theme-common.json index f39bc39f4c..b93fcb3c92 100644 --- a/packages/docusaurus-theme-translations/locales/sv/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/sv/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} artiklar", "theme.docs.breadcrumbs.home": "Hemsida", "theme.docs.breadcrumbs.navAriaLabel": "Sökväg", - "theme.docs.paginator.navAriaLabel": "Navigation av dokument", + "theme.docs.paginator.navAriaLabel": "Dokumentsidor", "theme.docs.paginator.next": "Nästa", "theme.docs.paginator.previous": "Föregående", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/tr/theme-common.json b/packages/docusaurus-theme-translations/locales/tr/theme-common.json index d5e98d9c15..817a344af0 100644 --- a/packages/docusaurus-theme-translations/locales/tr/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/tr/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} öğe", "theme.docs.breadcrumbs.home": "Ana sayfa", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu", + "theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası", "theme.docs.paginator.next": "Sonraki", "theme.docs.paginator.previous": "Önceki", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Gezinme çubuğunu kapat", diff --git a/packages/docusaurus-theme-translations/locales/uk/theme-common.json b/packages/docusaurus-theme-translations/locales/uk/theme-common.json index d5256c6fae..e1247c8362 100644 --- a/packages/docusaurus-theme-translations/locales/uk/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/uk/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} елемент|{count} елементи|{count} елементів", "theme.docs.breadcrumbs.home": "Головна сторінка", "theme.docs.breadcrumbs.navAriaLabel": "Навігаційний ланцюжок поточної сторінки", - "theme.docs.paginator.navAriaLabel": "Навігація по сторінці документації", + "theme.docs.paginator.navAriaLabel": "сторінка документації", "theme.docs.paginator.next": "Наступна сторінка", "theme.docs.paginator.previous": "Попередня сторінка", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/vi/theme-common.json b/packages/docusaurus-theme-translations/locales/vi/theme-common.json index dc20eac01a..65dee1c9a3 100644 --- a/packages/docusaurus-theme-translations/locales/vi/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/vi/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} mục", "theme.docs.breadcrumbs.home": "Trang chủ", "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", - "theme.docs.paginator.navAriaLabel": "Thanh điều hướng của trang tài liệu", + "theme.docs.paginator.navAriaLabel": "Trang tài liệu", "theme.docs.paginator.next": "Kế tiếp", "theme.docs.paginator.previous": "Trước", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", diff --git a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json index 414cd64f4b..be0675f107 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} 个项目", "theme.docs.breadcrumbs.home": "主页面", "theme.docs.breadcrumbs.navAriaLabel": "页面路径", - "theme.docs.paginator.navAriaLabel": "文档分页导航", + "theme.docs.paginator.navAriaLabel": "文件选项卡", "theme.docs.paginator.next": "下一页", "theme.docs.paginator.previous": "上一页", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "关闭导航栏", diff --git a/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json b/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json index 3df08c7a3e..9ad92bb93e 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json @@ -41,7 +41,7 @@ "theme.docs.DocCard.categoryDescription": "{count} 個項目", "theme.docs.breadcrumbs.home": "主頁面", "theme.docs.breadcrumbs.navAriaLabel": "頁面路徑", - "theme.docs.paginator.navAriaLabel": "文件分頁導覽", + "theme.docs.paginator.navAriaLabel": "文件選項卡", "theme.docs.paginator.next": "下一頁", "theme.docs.paginator.previous": "上一頁", "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",