mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
chore(theme-translations): complete Vietnamese translations (#6877)
This commit is contained in:
parent
61290c4374
commit
d34c8ae694
3 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"theme.IdealImageMessage.404error": "404. Image not found",
|
||||
"theme.IdealImageMessage.error": "Error. Click to reload",
|
||||
"theme.IdealImageMessage.load": "Click to load{sizeMessage}",
|
||||
"theme.IdealImageMessage.loading": "Loading...",
|
||||
"theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
|
||||
"theme.IdealImageMessage.404error": "404. Không tìm thấy ảnh",
|
||||
"theme.IdealImageMessage.error": "Có lỗi. Nhấn để tải lại",
|
||||
"theme.IdealImageMessage.load": "Nhấn để tải {sizeMessage}",
|
||||
"theme.IdealImageMessage.loading": "Đang tái...",
|
||||
"theme.IdealImageMessage.offline": "Hiện bạn đang ngoại tuyến. Không thể tải ảnh"
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"theme.CodeBlock.copied": "Đã sao chép",
|
||||
"theme.CodeBlock.copy": "Sao chép",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Sao chép code vào bộ nhớ tạm",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
||||
"theme.ErrorPageContent.title": "This page crashed.",
|
||||
"theme.ErrorPageContent.tryAgain": "Try again",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Chuyển đổi danh mục thanh bên có thể thu gọn '{label}'",
|
||||
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
||||
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
||||
"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",
|
||||
|
@ -21,17 +21,17 @@
|
|||
"theme.blog.post.paginator.olderPost": "Bài cũ hơn",
|
||||
"theme.blog.post.plurals": "Một bài viết|{count} bài viết",
|
||||
"theme.blog.post.readMore": "Đọc Tiếp",
|
||||
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
||||
"theme.blog.post.readMoreLabel": "Đọc thêm về {title}",
|
||||
"theme.blog.post.readingTime.plurals": "Một phút để đọc|{readingTime} phút để đọc",
|
||||
"theme.blog.sidebar.navAriaLabel": "Điều hướng các bài viết gần đây trên blog",
|
||||
"theme.blog.tagTitle": "{nPosts} được gắn thẻ \"{tagName}\"",
|
||||
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
||||
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
||||
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
||||
"theme.colorToggle.ariaLabel": "Chuyển đổi chế độ sáng và tối (hiện tại {mode})",
|
||||
"theme.colorToggle.ariaLabel.mode.light": "chế độ sáng",
|
||||
"theme.colorToggle.ariaLabel.mode.dark": "chế độ tối",
|
||||
"theme.common.editThisPage": "Sửa trang này",
|
||||
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp tới đề mục này",
|
||||
"theme.common.skipToMainContent": "Nhảy tới nội dung",
|
||||
"theme.docs.DocCard.categoryDescription": "{count} items",
|
||||
"theme.docs.DocCard.categoryDescription": "{count} mục",
|
||||
"theme.docs.paginator.navAriaLabel": "Thanh điều hướng của trang tài liệu",
|
||||
"theme.docs.paginator.next": "Kế tiếp",
|
||||
"theme.docs.paginator.previous": "Trước",
|
||||
|
@ -49,9 +49,9 @@
|
|||
"theme.lastUpdated.atDate": " vào {date}",
|
||||
"theme.lastUpdated.byUser": " bởi {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối {atDate} bởi {byUser}",
|
||||
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
||||
"theme.navbar.mobileLanguageDropdown.label": "Ngôn ngữ",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Trở lại menu chính",
|
||||
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
||||
"theme.navbar.mobileVersionsDropdown.label": "Phiên bản",
|
||||
"theme.tags.tagsListLabel": "Thẻ:",
|
||||
"theme.tags.tagsPageLink": "Xem tất cả Thẻ",
|
||||
"theme.tags.tagsPageTitle": "Thẻ"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"theme.SearchBar.label": "Tìm kiếm",
|
||||
"theme.SearchBar.seeAll": "See all {count} results",
|
||||
"theme.SearchBar.seeAll": "Xem {count} kết quả",
|
||||
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
||||
"theme.SearchPage.documentsFound.plurals": "Tìm thấy một kết quả|Tìm thấy {count} kết quả",
|
||||
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
||||
|
|
Loading…
Add table
Reference in a new issue