From 9c8a8f87959da389b2f68e780b76a2a0a3d78989 Mon Sep 17 00:00:00 2001 From: "huy.phan" Date: Thu, 26 Jun 2025 15:04:43 +0200 Subject: [PATCH] Translated using Weblate (Vietnamese) Currently translated at 20.0% (81 of 405 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/vi/ --- web/public/static/langs/vi.json | 60 ++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 4 deletions(-) diff --git a/web/public/static/langs/vi.json b/web/public/static/langs/vi.json index 6167c4bc..cd1ad455 100644 --- a/web/public/static/langs/vi.json +++ b/web/public/static/langs/vi.json @@ -5,10 +5,10 @@ "signup_form_toggle_password_visibility": "Hiện mật khẩu", "login_form_button_submit": "Đăng nhập", "common_copy_to_clipboard": "Lưu vào clipboard", - "signup_form_username": "Tên user", + "signup_form_username": "Tên đăng nhập", "signup_already_have_account": "Đã có tài khoản? Đăng nhập!", - "signup_disabled": "Đăng kí bị đóng", - "signup_error_username_taken": "Tên {{username}} đã được sử dụng", + "signup_disabled": "Đăng kí bị khoá", + "signup_error_username_taken": "Tên đăng nhập {{username}} đã được sử dụng", "signup_error_creation_limit_reached": "Đã đạt giới hạn tạo tài khoản", "login_title": "Đăng nhập vào tài khoản ntfy", "login_link_signup": "Đăng kí", @@ -27,5 +27,57 @@ "action_bar_unsubscribe": "Hủy đăng kí", "action_bar_unmute_notifications": "Bật thông báo", "action_bar_toggle_mute": "Bật/tắt thông báo", - "action_bar_mute_notifications": "Tắt thông báo" + "action_bar_mute_notifications": "Tắt thông báo", + "common_save": "Lưu", + "common_cancel": "Hủy", + "nav_button_all_notifications": "Tất cả thông báo", + "nav_button_connecting": "đang kết nối", + "nav_upgrade_banner_label": "Nâng cấp tài khoản ntfy Pro", + "alert_not_supported_title": "Thông báo không được hỗ trợ", + "alert_not_supported_description": "Thông báo không được hỗ trợ trên trình duyệt của bạn", + "notifications_list": "Danh sách thông báo", + "notifications_list_item": "Thông báo", + "notifications_mark_read": "Đánh dấu đã đọc", + "notifications_delete": "Xoá", + "notifications_attachment_copy_url_title": "Sao chép URL đính kèm vào clipboard", + "notifications_attachment_copy_url_button": "Sao chép URL", + "notifications_attachment_open_title": "Truy cập {{url}}", + "notifications_click_copy_url_button": "Sao chép liên kết", + "notifications_click_open_button": "Mở liên kết", + "notifications_actions_not_supported": "Không được hỗ trợ trên nên tảng web", + "notifications_actions_http_request_title": "Gởi HTTP {{method}} tới {{url}}", + "action_bar_profile_settings": "Cài đặt", + "message_bar_type_message": "Gõ nội dung tại đây", + "nav_button_account": "Tài khoản", + "nav_button_settings": "Cài đặt", + "nav_button_documentation": "Tài liệu", + "alert_notification_permission_required_title": "Thông báo đã bị khoá", + "alert_notification_permission_required_button": "Cấp quyền ngay", + "alert_notification_permission_denied_title": "Thông báo đã bị chặn", + "alert_notification_ios_install_required_title": "Yêu cầu cài đặt iOS", + "alert_notification_ios_install_required_description": "Nhấn vào biểu tượng Chia sẻ và Thêm vào màn hình chính để kích hoạt thông báo trên iOS", + "alert_notification_permission_required_description": "Cấp quyền để trình duyệt hiển thị thông báo trên màn hình", + "alert_notification_permission_denied_description": "Hãy kích hoạt lại trên trình duyệt của bạn", + "notifications_copied_to_clipboard": "Đã lưu vào clipboard", + "notifications_attachment_file_video": "tập tin video", + "notifications_attachment_file_audio": "tập tin âm thanh", + "notifications_actions_failed_notification": "Thực thi thất bại", + "notifications_new_indicator": "Thông báo mới", + "notifications_click_copy_url_title": "Sao liên kết URL vào clipboard", + "notifications_actions_open_url_title": "Truy cập {{url}}", + "notifications_priority_x": "Độ ưu tiên {{priority}}", + "notifications_attachment_link_expired": "liên kết tải đã hết hạn", + "notifications_attachment_file_image": "tập tin hình ảnh", + "notifications_tags": "Thẻ", + "notifications_attachment_file_document": "tập tin khác", + "action_bar_sign_in": "Đăng nhập", + "notifications_attachment_image": "Hình ảnh đính kèm", + "action_bar_sign_up": "Đăng ký", + "action_bar_profile_title": "Hồ sơ", + "action_bar_toggle_action_menu": "Mở/Đóng bảng điều khiển", + "action_bar_profile_logout": "Đăng xuất", + "notifications_attachment_file_app": "tập tin Android", + "notifications_attachment_link_expires": "liên kết đã hết hạn {{date}}", + "alert_not_supported_context_description": "Thông báo chỉ được hỗ trợ qua giao thức HTTPS. Đây là hạn chế của API thông báo.", + "notifications_attachment_open_button": "Mở đính kèm" }