Skip to content

Commit

Permalink
feat(v2): add Vietnamese translation for classic theme (#4422)
Browse files Browse the repository at this point in the history
* add Vietnamese translation

* remove original word from translation string
  • Loading branch information
quantrung9 authored Mar 15, 2021
1 parent 05e3515 commit 07ec381
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/vi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"theme.AnnouncementBar.closeButtonAriaLabel": "Đóng",
"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.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",
"theme.Playground.liveEditor": "Trình soạn thảo trực tuyến",
"theme.Playground.result": "Kết quả",
"theme.PwaReloadPopup.closeButtonAriaLabel": "Đóng",
"theme.PwaReloadPopup.info": "Có phiên bản mới",
"theme.PwaReloadPopup.refreshButtonText": "Cập nhật",
"theme.SearchBar.label": "Tìm kiếm",
"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",
"theme.SearchPage.existingResultsTitle": "Kết quả tìm kiếm cho \"{query}\"",
"theme.SearchPage.fetchingNewResults": "Đang tải thêm kết quả...",
"theme.SearchPage.inputLabel": "Tìm kiếm",
"theme.SearchPage.inputPlaceholder": "Nhập từ khóa cần tìm vào đây",
"theme.SearchPage.noResultsText": "Không tìm thấy kết quả nào",
"theme.blog.paginator.navAriaLabel": "Thanh điều hướng của trang danh sách bài viết",
"theme.blog.paginator.newerEntries": "Các bài mới hơn",
"theme.blog.paginator.olderEntries": "Các bài cũ hơn",
"theme.blog.post.paginator.navAriaLabel": "Thanh điều hướng của trang bài viết",
"theme.blog.post.paginator.newerPost": "Bài mới hơn",
"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.readingTime.plurals": "Một phút để đọc|{readingTime} phút để đọc",
"theme.blog.tagTitle": "{nPosts} được gắn thẻ \"{tagName}\"",
"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.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",
"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.responsiveCloseButtonLabel": "Đóng menu",
"theme.docs.sidebar.responsiveOpenButtonLabel": "Mở menu",
"theme.docs.versions.latestVersionLinkLabel": "phiên bản mới nhất",
"theme.docs.versions.latestVersionSuggestionLabel": "Để xem các cập nhật mới nhất, vui lòng xem phiên bản {latestVersionLink} ({versionLabel}).",
"theme.docs.versions.unmaintainedVersionLabel": "Đây là tài liệu của {siteTitle} {versionLabel}, hiện không còn được bảo trì.",
"theme.docs.versions.unreleasedVersionLabel": "Đây là tài liệu chưa được phát hành chính thức của {siteTitle} phiên bản {versionLabel}.",
"theme.lastUpdated.atDate": " vào {date}",
"theme.lastUpdated.byUser": " bởi {user}",
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối{atDate}{byUser}",
"theme.tags.tagsListLabel": "Thẻ:",
"theme.tags.tagsPageLink": "Xem tất cả Thẻ",
"theme.tags.tagsPageTitle": "Thẻ"
}

0 comments on commit 07ec381

Please sign in to comment.