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

Updates for vi #3953

Merged
merged 11 commits into from
May 27, 2024
4 changes: 4 additions & 0 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
<string name="hosts_source_need_update">Cần được cập nhật %1$s</string>
<string name="hosts_source_last_update">Cập nhật lần cuối %1$s trước</string>
<string name="hosts_source_unknown_status">Trạng thái cập nhật không xác định</string>
<string name="hosts_source_disabled">Đã tắt</string>
<string name="hosts_source_few_minutes">vài phút</string>
<plurals name="hosts_source_minutes">
<item quantity="other">%d phút</item>
Expand All @@ -232,6 +233,9 @@
<item quantity="other">%d tháng</item>
</plurals>

<!-- Clipboard -->
<string name="clipboard_host_copied">Host đã được copy vào clipboard</string>

<!--VPN notification-->
<string name="vpn_notification_starting">đang bắt đầu</string>
<string name="vpn_notification_running">hoạt động</string>
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-vi/strings_log.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="log_toggle_recording_description">Chuyển đổi ghi nhật ký</string>
<string name="log_start_recording">Nhấn ghi để bắt đầu ghi yêu cầu, duyệt Web hoặc sử dụng ứng dụng, sau đó quay lại hoặc vuốt để làm mới nhật ký.
</string>
<string name="log_blocked_requests_ignored">\n\nCác yêu cầu bị chặn sẽ không được ghi lại. Trước tiên hãy tắt tính năng chặn quảng cáo nếu bạn cũng muốn ghi chúng.</string>
<!-- Sort -->
<string name="log_sort_alphabetical">Sắp xếp theo thứ tự chữ cái</string>
<string name="log_sort_top_level_domain">Sắp xếp miền cấp trên cùng</string>
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values-vi/strings_prefs_update.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="pref_update_title">Cập nhật</string>
<string name="pref_update_enable_notifications">Thông báo bị vô hiệu hóa</string>
<string name="pref_update_enable_notifications_summary">Thông báo ứng dụng sẽ không hiển thị. Nhấn để kích hoạt chúng.</string>
<!-- Application category -->
<string name="pref_update_app_category">Cập nhật ứng dụng</string>
<string name="pref_update_check_app_startup">Kiểm tra cập nhật khi khởi động</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-vi/strings_prefs_vpn.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="pref_vpn_title">Chặn quảng cáo sử dụng VPN</string>
<!-- Service configuration -->
Expand All @@ -12,7 +12,7 @@
<string-array name="pref_vpn_excluded_system_apps_entries">
<item>None</item>
<item>All except browsers</item>
<item>All</item>
<item>Tất cả</item>
</string-array>
<string name="pref_vpn_exclude_user_apps">Các ứng dụng không bị chặn </string>

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values-vi/strings_welcome.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="welcome_title">Chào mừng</string>
<string name="welcome_first_step">Bước đầu wizard</string>
Expand Down Expand Up @@ -35,7 +35,8 @@
<string name="welcome_synced_header">Đã đồng bộ</string>
<string name="welcome_sync_summary">AdAway tải xuống thông tin về các host quảng cáo để chặn chúng. Bạn có thể tùy chỉnh các host trong Cài đặt.</string>
<string name="welcome_sync_retry_logo">Thử đồng bộ lại</string>
<string name="welcome_sync_error">Đồng bộ xảy ra lỗi tại : %1$s Thử lại ngay?</string>
<string name="welcome_sync_error">Đồng bộ thất bại: %1$sThử lại ngay?</string>
<string name="welcome_sync_notifications">Nó có thể gửi thông báo để hiển thị trạng thái và kiểm soát khối quảng cáo cũng như thông báo về bản cập nhật ứng dụng có sẵn (một vài bản cập nhật mỗi năm). Kích hoạt chúng nếu bạn muốn luôn cập nhật.</string>

<!-- Support -->
<string name="welcome_support_logo">Hỗ trợ</string>
Expand Down