Initial commit
This commit is contained in:
42
application/Espo/Resources/i18n/vi_VN/EmailAccount.json
Normal file
42
application/Espo/Resources/i18n/vi_VN/EmailAccount.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user