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

Add translate Vietnamese for Search #21149

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions ghost/i18n/locales/vi/portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"Cancel subscription": "Hủy gói",
"Cancellation reason": "Lý do hủy gói",
"Change": "Thay đổi",
"Change plan": "",
"Change plan": "Thay đổi gói",
"Check spam & promotions folders": "Kiểm tra hộp thư spam & quảng cáo",
"Check with your mail provider": "Yêu cầu nhà cung cấp dịch vụ email hỗ trợ",
"Choose": "Chọn",
"Choose a different plan": "Chọn gói khác",
"Choose a plan": "",
"Choose a plan": "Chọn một gói",
"Choose your newsletters": "Chọn bản tin bạn muốn nhận",
"Click here to retry": "Nhấn vào đây thử lại",
"Close": "Đóng",
Expand Down Expand Up @@ -85,7 +85,7 @@
"Manage": "Quản lý",
"Maybe later": "Để sau",
"Memberships unavailable, contact the owner for access.": "Chưa phải là thành viên, liên hệ với chủ sở hữu để truy cập.",
"month": "",
"month": "tháng",
"Monthly": "Hàng tháng",
"More like this": "Thích bài viết như này",
"Name": "Tên",
Expand Down Expand Up @@ -160,7 +160,7 @@
"Welcome to {{siteTitle}}": "Chào mừng tham gia {{siteTitle}}",
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Khi hộp thư đến không nhận được email, nó thường được gọi là email bị trả lại. Điều này có thể là tạm thời. Tuy nhiên, trong một số trường hợp, email bị trả lại có thể là lỗi vĩnh viễn nếu địa chỉ email không hợp lệ hoặc không tồn tại.",
"Why has my email been disabled?": "Tại sao email của tôi bị vô hiệu hóa?",
"year": "",
"year": "năm",
"Yearly": "Hàng năm",
"You currently have a free membership, upgrade to a paid subscription for full access.": "Bạn đang là thành viên thường, hãy nâng cấp gói trả phí để có toàn quyền truy cập.",
"You have been successfully resubscribed": "Bạn đã theo dõi lại thành công",
Expand Down
14 changes: 7 additions & 7 deletions ghost/i18n/locales/vi/search.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Authors": "",
"Cancel": "",
"No matches found": "",
"Posts": "",
"Search posts, tags and authors": "",
"Show more results": "",
"Tags": ""
"Authors": "Tác giả",
"Cancel": "Hủy bỏ",
"No matches found": "Không tìm thấy",
"Posts": "Bài viết",
"Search posts, tags and authors": "Tìm bài viết, thẻ tag và tác giả",
"Show more results": "Xem thêm kết quả",
"Tags": "Thẻ Tag"
}
Loading