1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00

Teenage Turtle

This commit is contained in:
Moe 2018-08-23 14:13:06 -07:00
parent a80c1e4e97
commit 157bf6feb0
14 changed files with 1530 additions and 563 deletions

View file

@ -114,6 +114,10 @@
"Saved Filters": "Saved Filters",
"Filter Name": "Filter Name",
"Find Where": "Find Where",
"Reason": "Reason",
"Detection Engine": "Detection Engine",
"X Point": "X Point",
"Y Point": "Y Point",
"Sort By": "Sort By",
"Start Time": "Start Time",
"End Time": "End Time",
@ -128,6 +132,10 @@
"Greater Than": "Greater Than",
"Less Than": "Less Than",
"Less Than or Equal to": "Less Than or Equal to",
"Contains": "Contains",
"Does Not Contain": "Does Not Contain",
"AND": "AND",
"OR": "OR",
"Like": "Like",
"Matches": "Matches",
"Not Matches": "Not Matches",
@ -293,6 +301,8 @@
"Recording Timestamp": "Recording Timestamp",
"Recording Watermark": "Recording Watermark",
"Region Editor": "Region Editor",
"Detector Filters": "Detector Filters",
"Filter for Objects only": "Filter for Objects only",
"Custom": "Custom",
"Detector": "Detector",
"Connected": "Connected",
@ -380,6 +390,7 @@
"Recording Flags": "Recording Flags",
"Output Method": "Output Method",
"Webhook": "Webhook",
"Event Webhook Error": "Event Webhook Error",
"Webhook URL": "Webhook URL",
"Command on Trigger": "Command on Trigger",
"Command": "Command",
@ -388,6 +399,7 @@
"Save Events to SQL": "Save Events to SQL",
"Email on Trigger": "Email on Trigger <small>Emails go to the main account holder's login address.</small>",
"Attach Video Clip": "Attach Video Clip",
"Discord": "Discord",
"Discord Alert on Trigger": "Discord Alert on Trigger",
"Allow Next Email": "Allow Next Email <small>in Minutes</small>",
"Allow Next Discord Alert": "Allow Next Discord Alert <small>in Minutes</small>",
@ -459,6 +471,7 @@
"Audio": "Audio",
"Mute Audio": "Mute Audio",
"No Audio": "No Audio",
"Popout Monitor on Event": "Popout Monitor on Event",
"aac": "aac",
"ac3": "ac3",
"libmp3lame": "libmp3lame",
@ -473,6 +486,7 @@
"Bottom Left": "Bottom Left",
"WebM (libvpx)": "WebM (libvpx)",
"Poseidon": "Poseidon",
"HEVC (H.265)": "HEVC (H.265)",
"MP4 (copy, libx264, libx265)": "MP4 (copy, libx264, libx265)",
"Default": "Default",
"libvpx (Default)": "libvpx (Default)",
@ -517,8 +531,10 @@
"No Videos Found": "No Videos Found",
"FileNotExistText": "Cannot save non existant file. Something went wrong.",
"CameraNotRecordingText": "Settings may be incompatible. Check encoders. Restarting...",
"Camera is not running": "Camera is not running",
"Camera is not recording": "Camera is not recording",
"Camera is not streaming": "Camera is not streaming",
"Process Started": "Process Started",
"Restarting Process": "Restarting Process",
"Restarting": "Restarting",
"Starting": "Starting",
@ -660,6 +676,10 @@
"hevc_qsv": "H.265 (Quick Sync Video)",
"vp8_qsv": "VP8 (Quick Sync Video)",
"mpeg2_qsv": "MPEG2 (Quick Sync Video)",
"h264_mmal": "H.264 (Raspberry Pi)",
"mpeg2_mmal": "MPEG-2 (Raspberry Pi)",
"mpeg4_mmal": "MPEG-4 (Raspberry Pi)",
"h264_omx": "H.264 openMAX (Raspberry Pi)",
"h264_vaapi": "H.264 VA-API (Intel HW Accel)",
"h264_nvenc": "H.264 NVENC (NVIDIA HW Accel)",
"hevc_nvenc": "H.265 NVENC (NVIDIA HW Accel)",

View file

@ -610,6 +610,10 @@
"h264_nvenc": "H. 264 NVENC (NVIDIA HW Accel)",
"h264_qsv": "H. 264 (Quick Sync Video)",
"h264_vaapi": "H. 264 VA-API (Intel HW Accel)",
"h264_mmal": "H.264 (Raspberry Pi)",
"mpeg2_mmal": "MPEG-2 (Raspberry Pi)",
"mpeg4_mmal": "MPEG-4 (Raspberry Pi)",
"h264_omx": "H.264 openMAX (Raspberry Pi)",
"hevc_cuvid": "H. 265 CUVID",
"hevc_nvenc": "H. 265 NVENC (NVIDIA HW Accel)",
"hevc_qsv": "H. 265 (Quick Sync Video)",