mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Blue Turtle - The Refactoring
This commit is contained in:
parent
04011678fb
commit
b7d08eb500
67 changed files with 11651 additions and 8452 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"Shinobi": "Shinobi",
|
||||
"superAdminTitle": "Shinobi : Super Admin",
|
||||
"failedLoginText1": "You have failed to login too many times. You must wait 15 minutes before trying again.",
|
||||
"failedLoginText2": "Please check your login credentials.",
|
||||
"Time Left": "Time Left",
|
||||
"Login": "Login",
|
||||
"Authenticate": "Authenticate",
|
||||
"Dashboard": "Dashboard",
|
||||
|
@ -27,6 +30,7 @@
|
|||
"Input Selector": "Input Selector",
|
||||
"Input Settings": "Input Settings",
|
||||
"Connection": "Connection",
|
||||
"Video Set": "Video Set",
|
||||
"API": "API",
|
||||
"ONVIF": "ONVIF",
|
||||
"FFprobe": "Probe",
|
||||
|
@ -121,6 +125,7 @@
|
|||
"Sort By": "Sort By",
|
||||
"Start Time": "Start Time",
|
||||
"End Time": "End Time",
|
||||
"Time": "Time",
|
||||
"Monitor ID": "Monitor ID",
|
||||
"File Type": "File Type",
|
||||
"Filesize": "Filesize",
|
||||
|
@ -179,26 +184,36 @@
|
|||
"RegionNote": "Points are only saved when you press <b>Save</b> on the <b>Monitor Settings</b> window.",
|
||||
"Points": "Points <small>When adding points click on the edge of the polygon.</small>",
|
||||
"Indifference": "Indifference",
|
||||
"Max Indifference": "Max Indifference",
|
||||
"Trigger Threshold": "Trigger Threshold",
|
||||
"Color Threshold": "Color Threshold",
|
||||
"Region Name": "Region Name",
|
||||
"Regions": "Regions",
|
||||
"Again": "Again",
|
||||
"Account Info": "Account Info",
|
||||
"blankPassword": "Leave blank to keep same password",
|
||||
"2-Factor Authentication": "2-Factor Authentication",
|
||||
"Use Max Storage Amount": "Use Max Storage Amount",
|
||||
"Max Storage Amount": "Max Storage Amount <small>in Megabytes</small>",
|
||||
"Number of Days to keep": "Number of Days to keep",
|
||||
"Monitor Groups": "Monitor Groups",
|
||||
"Group Name": "Group Name",
|
||||
"WebDAV": "WebDAV",
|
||||
"Backblaze B2": "Backblaze B2",
|
||||
"Backblaze Error": "Backblaze Error",
|
||||
"Could not create Bucket.": "Could not create Bucket.",
|
||||
"Amazon S3": "Amazon S3",
|
||||
"Save Links to Database": "Save Links to Database",
|
||||
"Bucket": "Bucket",
|
||||
"Region": "Region",
|
||||
"Amazon S3 Upload Error": "Amazon S3 Upload Error",
|
||||
"accountId": "Account ID",
|
||||
"applicationKey": "Application Key",
|
||||
"aws_accessKeyId": "Access Key Id",
|
||||
"aws_secretAccessKey": "Secret Access Key",
|
||||
"Discord Bot": "Discord Bot",
|
||||
"URL": "URL",
|
||||
"Operating Hours": "Operating Hours",
|
||||
"Autosave": "Autosave",
|
||||
"Save Directory": "Save Directory",
|
||||
"CSS": "CSS <small>Style your dashboard.</small>",
|
||||
|
@ -267,6 +282,7 @@
|
|||
"Invalid JSON": "Invalid JSON",
|
||||
"InvalidJSONText": "Please ensure this is a valid JSON string for Shinobi monitor configuration.",
|
||||
"Passwords don't match": "Passwords don't match",
|
||||
"Email address is in use.": "Email address is in use.",
|
||||
"No Events found for this video": "No Events found for this video",
|
||||
"Video and Time Span (Minutes)": "Video and Time Span (Minutes)",
|
||||
"Video Length (minutes) and Motion Count per video": "Video Length (minutes) and Motion Count per video",
|
||||
|
@ -444,6 +460,7 @@
|
|||
"Log Level": "Log Level",
|
||||
"Save Log in SQL": "Save Log in SQL <small>This can fill up quickly.</small>",
|
||||
"JPEG": "JPEG",
|
||||
"Web Page": "Web Page",
|
||||
"MJPEG": "MJPEG",
|
||||
"H.264 / H.265 / H.265+": "H.264 / H.265 / H.265+",
|
||||
"HLS (.m3u8)": "HLS (.m3u8)",
|
||||
|
@ -526,7 +543,8 @@
|
|||
"Flush PM2 Logs": "Flush PM2 Logs",
|
||||
"Filter ID": "Filter ID",
|
||||
"Webdav Error": "Webdav Error",
|
||||
"WebdavErrorText": "Cannot save. Did you make the camera folders inside your chosen save directory?",
|
||||
"WebdavErrorTextTryCreatingDir": "Cannot save. Trying to create directory.",
|
||||
"WebdavErrorTextCreatingDir": "Cannot create directory.",
|
||||
"File Not Exist": "File Not Exist",
|
||||
"No Videos Found": "No Videos Found",
|
||||
"FileNotExistText": "Cannot save non existant file. Something went wrong.",
|
||||
|
@ -578,6 +596,7 @@
|
|||
"monSavedButNotCopied": "Your monitor was saved but not copied to any other monitor.",
|
||||
"No Monitor Found, Ignoring Request": "No Monitor Found, Ignoring Request",
|
||||
"Event": "Event",
|
||||
"CPU used by this stream": "CPU used by this stream",
|
||||
"Detector Buffer": "Detector Buffer",
|
||||
"EventText1": "Triggered a motion event at",
|
||||
"EventText2": "Could not email image, file was not accessible",
|
||||
|
@ -585,10 +604,14 @@
|
|||
"updateKeyText1": "\"updateKey\" is missing from \"conf.json\", cannot do updates this way until you add it.",
|
||||
"updateKeyText2": "\"updateKey\" is incorrect.",
|
||||
"Control Error": "Control Error",
|
||||
"Database row does not exist": "Database row does not exist",
|
||||
"File Delete Error": "File Delete Error",
|
||||
"postDataBroken": "Check the format of the JSON. Ensure it is stringified and defined under 'data'",
|
||||
"ControlErrorText1": "Control is not enabled",
|
||||
"ControlErrorText2": "Check your connection details. You may need to point the Base URL at port 8000 or 80. Check your authentication info.",
|
||||
"NotAuthorizedText1": "Not Authorized, Submit init command with \"auth\",\"ke\", and \"uid\"",
|
||||
"Fields cannot be empty": "Fields cannot be empty",
|
||||
"Email and Password fields cannot be empty": "Email and Password fields cannot be empty",
|
||||
"AccountEditText1": "Could not edit. Refresh page if problem continues.",
|
||||
"Not an Administrator Account": "Not an Administrator Account",
|
||||
"superAdminText": "\"super.json\" does not exist. Please rename \"super.sample.json\" to \"super.json\".",
|
||||
|
@ -606,15 +629,18 @@
|
|||
"No Group with this key exists": "No Group with this key exists",
|
||||
"Trigger Successful": "Trigger Successful",
|
||||
"No such file": "No such file",
|
||||
"h265BrowserText1": "If you are trying to play an H.265 file, you may need to download it and open it in another application like VLC.",
|
||||
"modifyVideoText1": "Method doesn't exist. Check to make sure that the last value of the URL is not blank.",
|
||||
"CPU indicator will not work. Continuing...": "CPU indicator will not work. Continuing...",
|
||||
"startUpText0": "size check for videos",
|
||||
"startUpText1": "end of size check for videos",
|
||||
"startUpText0": "Checking Disk Used..",
|
||||
"startUpText1": "Completed Checking Disk Used.",
|
||||
"startUpText2": "all users checked, wait to close open files and remove files over user limit",
|
||||
"startUpText3": "waiting to give unfinished video check some time. 3 seconds.",
|
||||
"startUpText4": "starting all monitors set to watch and record",
|
||||
"startUpText4": "Starting Monitors... Please Wait...",
|
||||
"startUpText5": "Shinobi is ready.",
|
||||
"startUpText6": "Orphaned Videos Found and Inserted",
|
||||
"Migrator": "Migrator",
|
||||
"Thumbnail": "Thumbnail",
|
||||
"Host Type": "Host Type",
|
||||
"Edit": "Edit",
|
||||
"Dashboard Language": "Dashboard Language",
|
||||
|
@ -692,6 +718,7 @@
|
|||
"Get Logs to Client": "Get Logs to Client",
|
||||
"Hardware Accelerated": "Hardware Accelerated",
|
||||
"Accelerator": "Accelerator",
|
||||
"drm": "DRM object sharing",
|
||||
"qsv": "qsv",
|
||||
"dxva2": "dxva2 (DirectX Video, Windows)",
|
||||
"vdpau": "vdpau",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue