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

29 lines
1.2 KiB
JSON

{
"fields": {
"status": "สถานะ",
"executeTime": "ดำเนินการที่",
"executedAt": "ดำเนินการที่",
"startedAt": "เริ่มเมื่อ",
"attempts": "ความพยายามที่เหลือ",
"failedAttempts": "ความพยายามที่ล้มเหลว",
"serviceName": "บริการ",
"method": "วิธีการ (เลิกใช้แล้ว)",
"methodName": "วิธี",
"scheduledJob": "งานตามกำหนดการ",
"scheduledJobJob": "ชื่องานตามกำหนดการ",
"data": "ข้อมูล",
"targetType": "ประเภทเป้าหมาย",
"targetId": "รหัสเป้าหมาย",
"number": "จำนวน",
"queue": "คิว",
"job": "งาน"
},
"options": {
"status": {
"Pending": "รอดำเนินการ",
"Success": "ประสบความสำเร็จ",
"Running": "วิ่ง",
"Failed": "ล้มเหลว"
}
}
}