mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(theme-translations): remove extra vi translations (#8087)
chore(theme-translations): vi translations chore(theme-translations): complete vi translations Edit theme.blog.post.readingTime.plurals theme.blog.post.plurals theme.docs.tagDocListPageTitle.nDocsTagged
This commit is contained in:
parent
0a87116a1c
commit
2e66e1cbba
|
|
@ -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})",
|
||||
|
|
@ -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}).",
|
||||
|
|
|
|||
Loading…
Reference in New Issue