Files
espocrm/application/Espo/Resources/i18n/vi_VN/EmailAccount.json
2026-01-19 17:46:06 +01:00

42 lines
1.3 KiB
JSON

{
"fields": {
"name": "Tên",
"status": "Tình trạng",
"username": "Tên đăng nhập",
"password": "Mật khẩu",
"port": "Cổng (port)",
"monitoredFolders": "Thư mục được theo dõi",
"emailAddress": "Địa chỉ email",
"sentFolder": "Thư mục gửi thư",
"storeSentEmails": "Lưu email đã gửi",
"keepFetchedEmailsUnread": "Giữ thư đã tải về dạng chưa đọc",
"emailFolder": "Đặt tại thư mục",
"useSmtp": "Sử dụng SMTP",
"smtpHost": "Máy chủ SMTP",
"smtpPort": "Cổng SMTP",
"smtpAuth": "Loại xác thực SMTP",
"smtpSecurity": "Bảo mật SMTP",
"smtpUsername": "Tên đăng nhập SMTP",
"smtpPassword": "Mật khẩu SMTP"
},
"links": {
"filters": "Lọc",
"emails": "Email"
},
"options": {
"status": {
"Active": "Kích hoạt",
"Inactive": "Ngừng kích hoạt"
}
},
"labels": {
"Create EmailAccount": "Tạo tài khoản email",
"Main": "Chính",
"Test Connection": "Kiểm tra kết nối",
"Send Test Email": "Gửi email thử"
},
"messages": {
"couldNotConnectToImap": "Không thể kết nối đến máy chủ IMAP",
"connectionIsOk": "Kế nối thành công"
}
}