mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(theme-translations): complete Vietnamese theme translations (#10157)
This commit is contained in:
parent
a503fb689c
commit
6a5e186eb6
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue