Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"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.plurals": "{count} bài viết",
"theme.blog.post.readMore": "Đọc tiếp",
"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.post.readingTime.plurals": "{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": "Chuyển đổi chế độ sáng và tối (hiện tại {mode})",
Expand All @@ -48,7 +48,7 @@
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
"theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
"theme.docs.tagDocListPageTitle.nDocsTagged": "Một tài liệu đã gắn thẻ|{count} tài liệu đã gắn thẻ",
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
"theme.docs.versionBadge.label": "Phiên bản: {versionLabel}",
"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}).",
Expand Down