From 6a5e186eb62504979020deddf89940253a1431fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A0nh=20Nam?= Date: Tue, 21 May 2024 14:22:12 +0700 Subject: [PATCH] fix(theme-translations): complete Vietnamese theme translations (#10157) --- .../locales/vi/theme-common.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/vi/theme-common.json b/packages/docusaurus-theme-translations/locales/vi/theme-common.json index 6c4ddb9da92d..0230f422dfb6 100644 --- a/packages/docusaurus-theme-translations/locales/vi/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/vi/theme-common.json @@ -5,11 +5,11 @@ "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.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'", - "theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'", + "theme.DocSidebarItem.collapseCategoryAriaLabel": "Thu gọn danh mục '{label}'", + "theme.DocSidebarItem.expandCategoryAriaLabel": "Xem thêm danh mục '{label}'", "theme.ErrorPageContent.title": "Trang này đã bị lỗi.", "theme.ErrorPageContent.tryAgain": "Thử lại", - "theme.NavBar.navAriaLabel": "Main", + "theme.NavBar.navAriaLabel": "Thanh điều hướng", "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", @@ -42,17 +42,17 @@ "theme.common.skipToMainContent": "Nhảy tới nội dung", "theme.docs.DocCard.categoryDescription.plurals": "{count} mục", "theme.docs.breadcrumbs.home": "Trang chủ", - "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs", + "theme.docs.breadcrumbs.navAriaLabel": "Liên kết điều hướng", "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", + "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Đóng thanh điều hướng", "theme.docs.sidebar.collapseButtonAriaLabel": "Thu gọn thanh bên", "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.sidebar.navAriaLabel": "Thanh điều hướng tài liệu", + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Đóng - mở thanh điều hướng", "theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"", "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ", "theme.docs.versionBadge.label": "Phiên bản: {versionLabel}",