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

fix(i18n): Add new strings #2447

Merged
merged 1 commit into from
Nov 3, 2023
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
6 changes: 6 additions & 0 deletions locales/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"route_loaded": "Đã tải {0} trang"
},
"account": {
"authorize": "Yêu cầu cấp quyền",
"authorized": "Bạn cần cấp quyền yêu cầu",
"avatar_description": "Ảnh đại diện {0}",
"blocked_by": "Bạn bị người này chặn.",
"blocked_domains": "Máy chủ đã chặn",
Expand Down Expand Up @@ -36,7 +38,10 @@
"profile_description": "Ảnh bìa của {0}",
"profile_personal_note": "Ghi chú về người này",
"profile_unavailable": "Hồ sơ không khả dụng",
"reject": "Từ chối theo dõi",
"rejected": "Bạn đã từ chối yêu cầu",
"request_follow": "Yêu cầu theo dõi",
"requested": "{0} người yêu cầu theo dõi bạn",
"unblock": "Bỏ chặn",
"unfollow": "Bỏ theo dõi",
"unmute": "Bỏ ẩn",
Expand Down Expand Up @@ -213,6 +218,7 @@
"command_mode": "Chế độ dòng lệnh",
"compose": "Viết",
"favourite": "Thích",
"search": "Tìm kiếm",
"title": "Hành động"
},
"media": {
Expand Down
Loading