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

20 lines
486 B
JSON

{
"fields": {
"status": "Tình trạng",
"executeTime": "Thực thi lúc",
"serviceName": "Dịch vụ",
"methodName": "Phương thức",
"scheduledJob": "Bộ định thời công việc",
"data": "Dữ liệu",
"startedAt": "Bắt đầu lúc",
"number": "Số"
},
"options": {
"status": {
"Pending": "Đang chờ",
"Success": "Thành công",
"Running": "Đang chạy",
"Failed": "Lỗi"
}
}
}