Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v2): add Vietnamese translation for classic theme #4422

Merged
merged 2 commits into from
Mar 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (clipboard)",
quantrung9 marked this conversation as resolved.
Show resolved Hide resolved
"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 (editor) 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 (sidebar)",
"theme.docs.sidebar.collapseButtonTitle": "Thu gọn thanh bên (sidebar)",
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên (sidebar)",
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên (sidebar)",
"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ẻ"
}