Files
frigate/web/public/locales/th/views/system.json
T

81 lines
3.2 KiB
JSON
Raw Normal View History

2025-05-29 20:34:46 +02:00
{
"general": {
"title": "ทั่วไป",
"hardwareInfo": {
"gpuInfo": {
"nvidiaSMIOutput": {
"driver": "ไดรเวอร์: {{driver}}",
"name": "ชื่อ: {{name}}"
},
"copyInfo": {
"label": "คัดลอกข้อมูล GPU"
},
"closeInfo": {
"label": "ปิดข้อมูล GPU"
},
"toast": {
"success": "คัดลอกข้อมูล GPU ไปยังคลิปบอร์ดแล้ว"
2025-05-29 20:34:46 +02:00
}
},
"gpuUsage": "การใช้งาน GPU",
"gpuMemory": "หน่วยความจํา GPU",
"title": "รายละเอียดของอุปกรณ์",
"gpuEncoder": "ใช้ GPU เข้ารหัส",
"gpuDecoder": "ใช้ GPU ถอดรหัส"
},
"detector": {
"cpuUsage": "ตัวตรวจจับใช้งานหน่วยประมวลผลกลาง",
"title": "ตัวตรวจจับ",
"inferenceSpeed": "ความเร็วในการตรวจจับ",
"temperature": "อุณภูมิตัวตรวจจับ",
"memoryUsage": "ตัวตรวจจับใช้งานหน่วยความจำ"
2025-05-29 20:34:46 +02:00
}
},
"enrichments": {
"embeddings": {
"face_recognition_speed": "ความเร็วในการจดจำใบหน้า",
"plate_recognition_speed": "ความเร็วในการจดจำป้าย",
"yolov9_plate_detection_speed": "ความเร็วในการตรวจจับป้าย ของ YOLOv9",
"face_recognition": "การจดจำใบหน้า",
"text_embedding_speed": "ความเร็วในการอ่านข้อความ",
"yolov9_plate_detection": "การตรวจจับป้าย ของ YOLOv9"
}
},
"title": "ระบบ",
"storage": {
"cameraStorage": {
"unused": {
"title": "ไม่ได้ใช้"
},
"storageUsed": "พื้นที่จัดเก็บ",
"title": "พื้นที่จัดเก็บกล้อง"
},
"title": "พื้นที่จัดเก็บ"
},
"stats": {
"cameraIsOffline": "{{camera}} ออฟไลน์",
"detectIsVerySlow": "{{detect}} ช้ามาก ({{speed}} มิลลิวินาที)"
2026-01-13 21:00:52 +01:00
},
"documentTitle": {
"cameras": "ข้อมูลกล้อง - Frigate",
"storage": "สถิติคลังข้อมูล - Frigate",
2026-02-21 15:01:25 +01:00
"general": "สถิติทั่วไป - Frigate",
"enrichments": "สถิติเพิ่มเติม - Frigate",
"logs": {
"frigate": "Frigate Logs - Frigate",
"go2rtc": "Logs ของ Go2RTC - Frigate",
2026-05-19 22:16:38 +02:00
"nginx": "Logs ของ Nginx - Frigate",
"websocket": "ประวัติข้อความ - Frigate"
}
},
"logs": {
"websocket": {
"pause": "พัก",
"clear": "ลบล้าง",
"filter": {
"all": "ทุกหัวข้อ"
}
2026-02-21 15:01:25 +01:00
}
2025-05-29 20:34:46 +02:00
}
}