﻿DISPLAY_DATE_FORMAT = MM/dd/yyyy
DISPLAY_DATETIME_FORMAT = MM/dd/yyyy HH:mm:ss
CREATE_DATABASE_FAIL = Create database fail

CAMERA_CONNECTING = Connecting camera...
CAMERA_LOST_CONNECT = Camera lost connect...
CAMERA_CONNECTED = Successfully connected camera!
NEW_VISIT_CUSTOMER = License plate detected {0}
REMOVE_CAM_CONFIRM = Are you sure you want to remove camera {0} from this channel?
OUT_OF_WOKING_TIME = End of working time

CAMERA_LIST = Camera List
CUSTOMER_VISIT_LIST = Visitor List ({0})
NOT_RECOGNIZE_LIST = Failed Identification List ({0})
PTZ_CAMERA = PTZ Camera


SETTING = Setting
HISTORY = History
LIVE_MODE = Live
ALPR_MODE = ALPR
LOGIN_NAME = Hello

IN_OUT_TIME = Time in/out:
CONFIDENCE = Confidence
IN_OUT_CAMERA = Camera in / out:
NOT_DETECTED_PLATE = Unrecognizable

ADD_NEW = Add new
DELETE = Delete
CANCEL = Cancel
SAVE = Save
CLOSE = Close
APPLY = Apply
CATEGORY = Category
PLEASE_WAIT = Please wait...
CANCEL_NEW_CONFIRM = Are you sure you want to cancel the data you are adding?
CANCEL_SAVE_CONFIRM = Are you sure you want to discard the changed data? 
SAVE_CHANGED = Save data successfully!
EDIT = Edit
LOCK = Lock
UNLOCK = Unlock
RECOVERY = Recovery
PAGINATION_SIZE = Show ({0} - {1}) / {2}
PAGINATION_PAGE = Page size

APP_SETTING = App setting
CAMERA_SETTING = Camera setting
STORAGE_RECORD_SETTING =  Storage & Record
API_SERVER_SETTING =  API & Server
ACTION_NOTIFY_SETTING =  Action & Notify
ACCOUNT_SECURITY_SETTING =  Account & Security
SERVER_SETTING = Server setting


CAMERA_INFO = Camera infomation
CAMERA_TYPE = Camera type
CAMERA_NAME = Camera name
CAMERA_ADDRESS = IP Address / Domain
CAMERA_RESOLUTION = Video size
RTSP_URL = RTPS Url
FILE_PATH = Path to file
ONVIF_PORT = Onvif port
USERNAME = Username
PASSWORD = Password
VIDEO_ANALYSIS_SETTING = License Plate Recognition Setting
ENABLE_DETECT_PLATE = Enable license plate recognition 
ENABLE_MOTION_RECORD = Enable motion record
ENABLE_AUTO_LIGHT_BALANCE = Auto light balance
MOTION_RECORD_TIME = before / after
ENABLE_MOTION_DERECTION = Vehicle motion derection, up to down
IN_DIRECTION = In direction
OUT_DIRECTION = Out direction
CAMERA_PREVIEW = Camera preview
UP_DOWN = Up to down
DOWN_UP = Down to up
LEFT_RIGHT = Left to right
RIGHT_LEFT = Right to left
ADD_NEW_CAMERA = Add new camera
SEARCH_ONVIF_CAMERA_BUTTON = Search onvif camera
PLEASE_ENTER_CAM_NAME = Please enter camera name
PLEASE_ENTER_IP_DOMAIN = Please enter IP Address / Domain
PLEASE_ENTER_ONVIF_PORT = Please enter onvif port
PLEASE_ENTER_FILE_PATH = Please enter path to file
PLEASE_ENTER_RTSP_URL = Please enter RTSP url
PLEASE_CHOOSE_DIRECTION = Please choose direction
ERR_MAX_SUPPORT_CAMERA = Version only support max {0} camera
ERR_NO_CAMERA_SELECTED = No camera selected 
ERR_NOT_FOUND_CAMERA = Camera not found {0}
ADD_CAMERA_SUCCESSFUL = Camera {0} added successfully
ERR_GET_ONVIF_PROFILE = Can't connect camera, please check IP/Domain, onvif port, account information
ERR_NOT_FOUND_CAMERA_RESOLUTION = Not found video size {0}
UPDATE_CAMERA_SUCCESSFUL = Camera update {0} successful
DELETE_CAMERA_CONFIRM = Are you sure you want to delete camera {0}?
VA_PROCESSING_TIME = Processing time
USE_LOCAL_VA = Use local image processing
USE_CAMERA_VA = Use the camera image processing
ENALE_DETECT_PLATE_BY_ANOTHER_SERVER = Recognition from another server
SERVER_ADDRESS = Server address
VA_FROM_ANOTHER_SERVER_PARAM_DESC = 
	Each server is separated by a comma(,)

	HTTP Request:
		Method:  POST
		Body:    base64Data  - image Base64
PLEASE_ENTER_SERVER_ADDRESS = Please enter the server address
PLEASE_ENTER_CAMERA_VA_FTP_USER = Please enter the FTP User that the camera will send when motion is detected through
DISPLAY_VA_SHAPE_IN_CAMERA = Show on camera
MASK_NOT_IN_VA_PROCESSING_RECT = The unprocessed area must be within the image processing area
SELECT = Select
NO = NO
SUPPORT_PTZ = Support PTZ
SEARCHING = Searching...
SEARCH = Search
DO_YOU_WANT_APPLY_ALL_CAMERA = Do you want to apply the change to all other cameras?
ADD_ONVIF_CAM_CONFIRM = Are you sure you entered the password for camera {0}?
UPDATE_ONVIF = Update onvif
ENABLE_SEND_API = Enable send API
CAMERA_API_SETTING = API setting
DIRECTION_SETTING = Settings the direction of movement
CAMERA_POSITION = Camera position relative to the road surface
PRIORITY_VEHICLE_ENTERING = Priority in direction


WORKING_TIME_TITLE = Operating time
WORKING_TIME_DESC = Set the operating time of the software, after this time the software will pause the camera connection
MONDAY = Monday
TUEDAY = Tueday
WEDDAY = Wedday
THUDAY = Thuday
FRIDAY = Friday
SATDAY = Satday
SUNDAY = Sunday
AUTO_RUN_APP = Start with windows
AUTO_RUN_APP_CHK = Enable automatic opening of applications when windows start
STYLE = Style
LIGHT_MODE = Light mode
DARK_MODE = Dark mode
LANGUAGE = Language
VIETNAMESE = Vietnamese (Tiếng Việt)
JAPANESE = 日本語 (Japanese)
ENGLISH = English
VIETNAM = Vietnam
JAPAN = Japan
PHILIPPIN = Philippin
ACTIVATION_APP = Activate the software
NO_ACTIVATION = Not activated
ACTIVATED = Activated ({0})
LICENSE_PLATE_DETECTION = Country license plate: {0}
NUM_OF_CAM_SUPPORT = Number of cameras supported: {0}
FOREVER = Forever
EXPIRATION_DATE = Expiration date: {0}
UPDATE_LICENSE_KEY = Update activation code
APP_ID = App Id
EDIT_APP_ID = Edit App Id


STORAGE_SETTING = Camera image storage settings
STORAGE_SETTING_DESC = (Choose where to storage camera image, multiple storage locations can be selected)
STORAGE_ON_LOCAL = Save images locally
CHOOSE_IMAGE_STORAGE_PARTITION = Select the image storage partition
AUTO_DEL_IMAGE_CHECK_IN_OUT = Automatically delete images when the hard drive space is smaller (GB)
ALL = All
UPLOAD_IMAGE_TO_FTP = Upload images to FTP server
FTP_ADDRESS = FTP address
FTP_PORT = FTP port
FTP_USERNAME = FTP username
FTP_PASSWORD = FTP password
UPLOAD_IMAGE_TO_API = Upload images to the API
UPLOAD_IMAGE_TO_API_DESC = Upload images to any API service
UPLOAD_IMAGE_API_URL = API URL (full url)
UPLOAD_IMG_NAME = Filename, including file extension
UPLOAD_IMAGE_API_RES = JSON
	+ retCode: Result code (HTTP status, Ex: 200, 500, 401, ...)
	+ data:       Url to image if retCode is 200, else error message
RECORD_SETTING = Record data storage settings
CHOOSE_RECORD_STORAGE_PARTITION = Select the partition to store record data
AUTO_DEL_RECORD = Automatically delete record data when the hard drive space is smaller (GB)


CHECKIN_API_SETTING = API call when check-in
CHECKIN_API_DESC = The API will be called when a vehicle enters
API_LIST = List of APIs
API_LIST_DESC = Each API Url is separated by a comma (,) or a carriage return (enter)
TRANSACTION_IN_ID = Transaction code (Save this transaction code to check when the car check-out)
CUS_LICENSE_PLATE = Number plate of the customer's car needs to get
API_LICENSE_PLATE = License plate (If not recognized, it is empty)
CHECKIN_TIME = Time in
CAMERA_NAME_DETECTED = Name of vehicle detection camera
CHECKOUT_API_SETTING = API call when check-out
CHECKOUT_API_DESC = The API will be called when a vehicle leaving
TRANSACTION_OUT_ID = Transaction code (if with the transaction in will same with the code of the transaction in)
CHECKOUT_TIME = Time out
GET_CUS_INFO_API_SETTING = API get customer information
GET_CUS_INFO_API_DESC = API to get customer information when a vehicle enters or exits
WEBSERVER_SETTING = Web Server
WEBSERVER_DESC = Web server allows 3rd party applications to access data collection software
ENABLE_WEBSERVER = Enable web server
WEBSERVER_PORT = Web server port
FTPSERVER_SETTING = Virtual FTP Server
FTPSERVER_DESC = Virtual FTP Server dùng để nhận sự kiện phát hiện chuyển động từ camera
ENABLE_FTPSERVER = Kích hoạt Virtual FTP Server
FTPSERVER_PORT = Cổng Virtual FTP Server
INVALID_URL = Url {0} invalid
SEND_IF_DETECTED = Only send when receiving the license plate
TRY_SEND_IF_FAIL = Attempt to resend on failed submission
NUM_OF_IMG_SEND_TO_API = Number of images submitted via API


VISIT_CUST_HISTORY = History in/out
LICENSE_PLATE = License plate
TIME_IN = Time in
TIME_OUT = Time out
CAMERA_IN = Camera in
CAMERA_OUT = Camera out
CAMERA = Camera
NO_VIDEO = NO VIDEO
ACTION = Action
IN = In
OUT = Out
FROM_TIME = From time
RESULT = Result
CUSTOMER_NAME = Customer name
CUSTOMER_TYPE = Customer type
DIRECTION = Direction
FOUND_PLATE = Recognition of license plates
NOT_FOUND_PLATE = Unable to recognize license plate
VISITOR = Visitor
REGULAR = Regular
VIP = VIP
STAFF = Staff
IMPORTANCE = Important
PROHIBIT = prohibited
BLACKLIST = Black list
LARGE_DATA_ERR = Can't display because the data is too big, please filter the data again, thanks!
CHECKIN_VIDEO = Video in
CHECKOUT_VIDEO = Video out
OPEN_FILE_LOCATION = Open file location


PLEASE_CHOOSE_ONE_PARTITION = {0}: Please select at least one partition for storage
REQUIRED_NUMBER = {0}: Must be number

USER_LIST = User list
USER_NOT_FOUND = User does not exist or has been deleted
CANNOT_DELETE_YOUR = You can't delete yourself
NOT_PERMISSION_DEL_USER = You do not have permission to delete users
USER_DISPLAY_NAME = User name
USERNAME = Username
PASSWORD = Password
IS_ADMIN = Is admin
USER_INFO = User information
USER_PERMISSION = Permission
ALLOW_ADD_CAMERA_TO_CHANNEL = Allow adding camera to channel
ALLOW_REMOVE_CAMERA_IN_CHANNEL = Allow removing camera from channel
ALLOW_ACCESS_HISTORY_PAGE = Allow viewing in/out history
ALLOW_ACCESS_SETTING_PAGE = Allow access to settings
ALLOW_ACCESS_CAMERA_SETTING_PAGE = Allows camera management
ALLOW_CREATE_CAMERA_IN_SETTING_PAGE = Add camera
ALLOW_UPDATE_CAMERA_IN_SETTING_PAGE = Update camera
ALLOW_DELETE_CAMERA_IN_SETTING_PAGE = Delete camera
ALLOW_ACCESS_USER_SETTING_PAGE = Allow user management
ALLOW_CREATE_USER_IN_SETTING_PAGE = Add user
ALLOW_UPDATE_USER_IN_SETTING_PAGE = Update user
ALLOW_DELETE_USER_IN_SETTING_PAGE = Delete user
ALLOW_ACCESS_API_SERVER_SETTING_PAGE = Allows access to API and Server configuration
ALLOW_UPDATE_API_SERVER_IN_SETTING_PAGE = Allows updating API and Server configuration
ALLOW_ACCESS_ACTION_NOTIFY_SETTING_PAGE = Allow access to Actions and Notifications configuration 
ALLOW_UPDATE_ACTION_NOTIFY_IN_SETTING_PAGE = Enables Actions and Notifications configuration updates
ALLOW_ACCESS_STORAGE_RECORD_SETTING_PAGE = Allow access to Storage and Record profiles
ALLOW_UPDATE_STORAGE_RECORD_IN_SETTING_PAGE = Allows to update Storage and Record profiles
ALLOW_UPDATE_WORKING_TIME_IN_SETTING_PAGE = Allows updating software uptime
SECURITY_SETTING = Security configuration
FORCE_LOGIN_WHEN_STARTUP = Requires login when opening the app
FORCE_ENTER_PASS_WHEN_EXIT = Requires a password when closing the app
FORCE_ENTER_PASS_WHEN_GOTO_SETTING = Requires a password when entering settings
CHANGE_PASSWORD = Change Password
ADD_NEW_USER = Add user
ADD_USER_SUCCESSFUL = Successfully added user {0}
DELETE_USER_CONFIRM = Are you sure you want to delete user {0}?
DELETE_USER_SUCCESSFUL = Delete user {0} successfully
PLEASE_ENTER_USER_DISPLAY_NAME = Please enter your username
PLEASE_ENTER_USERNAME = Please enter username
PLEASE_ENTER_PASSWORD = Please enter password
CHANGE_PASS = Change password
OLD_PASS = Old password
NEW_PASS = New password
UPDATE = Update
PLEASE_ENTER_OLD_PASS = Please enter old password
PLEASE_ENTER_NEW_PASS = Please enter new password
WRONG_OLD_PASS = Wrong old password
CHANGE_PASS_SUCCESSFUL = Change password successfully

LOGIN_TITLE = Log in
LOGIN = Log in
INCORRECT_USERNAME_OR_PASSWORD = Username or password incorrect

ENTER_PASSWORD = Please enter password to continue
AUTHENTICATION_PASS = Authentication
WRONG_PASS = Wrong password


HORIZONTAL_SCREEN = Horizontal screen
VERTICAL_SCREEN = Vertical screen


SEND_MAIL_SETTING = Email sending configuration
MAIL_SERVER = Mail server
MAIL_ACCOUNT = Sender email
MAIL_USERNAME = Username
MAIL_PASSWORD = Password
MAIL_NAME = Sender name
MAIL_FROM = Send from email

CHECKIN_EMAIL_LIST = List of emails that will be sent when check-in
MAIL_LIST_DESC = Each email is separated by a comma (,) or a carriage return (enter) 
CUST_TYPE_SEND = Types of customers to send
CHECKOUT_EMAIL_LIST = List of emails to be sent when check-out

SEND_TELEGRAM_SETTING = Configure sending telegram
TELEGRAM_TOKEN = Telegram token
CHECKIN_TELEGRAM_ACOUNT_LIST = List of telegram accounts that receive messages when check-in
CHECKOUT_TELEGRAM_ACCOUNT_LIST = List of telegram accounts that receive messages when check-out
TELEGRAM_LIST_DESC = Each account is separated by commas (,) or a carriage return (enter) 

WINDOW_NOTIFI_SETTING = Windows notification setting
POPUP_WINDOWS_NOTIFICATION_WHEN_CHECKIN = Push notifications to windows when check-in
POPUP_WINDOWS_NOTIFICATION_WHEN_CHECKOUT = Push notifications to windows when check-out

AUDIO_ALARM_SETTING = Configure alarm sound
PLAY_AUDIO_ALARM_WHEN_CHECKIN = Sound the alarm when check-in
PLAY_AUDIO_ALARM_WHEN_CHECKOUT = Sound the alarm when check-out
CUST_TYPE_ALARM = Alarm customer type
SELECT_ALARM_AUDIO = Select alarm sound

CHECKIN_NOTIFY = Customers {0} come to the store
CHECKOUT_NOTIFY = Customer {0} has left

INVALID_EMAIL = Email {0} is not valid
MAIL_CONTENT = License plate: {0}<br/>Time: {1}<br/>Camera detected: {2}

TELEGRAM_MESSAGE = {0}
License plate: {1}
Time: {2}
Camera detected: {3}


MASTER_SLAVE_SERVER_SETTING = Master - Slave
MASTER_SLAVE_SERVER_DESC = Setting main station(Master) and backup station(Slave), When the main station is not working, the backup station will automatically replace the main station
IS_MASTER = Set is master
MASTER_WEB_ADDRESS = Master web address
SLAVE_WEB_ADDRESS = Slave web address


HTTP_CONTENT_TYPE = Content type
HTTP_CONTENT_ENCODING = Content encoding
MIN_CONFIDENCE = Min confidence (0% -> 100%)
MIN_AREA_CONFIDENCE = Min area confidence

UPDATE_AVAILABLE = The software has a new version: {0}. 
	Do you want to update the software to this version?

APP_VERSION = Software version: {0}
CHECK_UPDATE_VERSION = Check for software updates
APP_UPDATED = The software has been updated to the latest version!


ENABLE_RECORD_CAMERA = Enable recording
FROM = From
TO = to
HOUR = {0} hour(s)
SETTING_RECORD = Record setting


SELECT_PTZ_PRESET = - Select preset -
ADD_PRESET = Add preset
ENTER_PRESET_NAME = Preset name
ADD_PRESET_SUCCESSFUL = Add preset {0} successfully
ADD_PRESET_FAIL = Add preset {0} fail
REMOVE_PRESET_CONFIRM = Are you sure you want to delete preset {0}?
REMOVE_PRESET_SUCCESSFUL = Remove preset {0} successfully
REMOVE_PRESET_FAIL = Remove preset {0} fail
CONNECTING = Connecting...


PLAYBACK = Playback
PLAYBACK_PAGINATION = Show ({0} - {1}) / {2}
PLAYBACK_SETTING = Playback Setting
PLAYBACK_DATE = Playback Date
PLAYBACK_SERVER = Playback Server
ADD_NEW_PLAYBACK_SERVER = Add new playback server
PLAYBACK_LOCAL = Local
PLAYBACK_SERVER_NAME = Server name
PLAYBACK_WEBSERVER_ADDRESS = Webserver address
PLEASE_ENTER_PLAYBACK_WEBSERVER_ADDRESS = Please enter webserver address
PLAYBACK_WEBSERVER_ADDRESS_INVALID = Webserver address invalid
LOCAL_NETWORK_DRIVE = Local network drive name
PLEASE_ENTER_LOCAL_NETWORK_DRIVE = Please enter local network drive name
UPDATE_PLAYBACK_SERVER_SUCCESS = Playback server {0} update successful 
INSERT_PLAYBACK_SERVER_SUCCESS = Successfully added playback server {0}
DELETE_PLAYBACK_SERVER_CONFIRM = Are you sure you want to delete the playback server {0}?
DELETE_PLAYBACK_SERVER_SUCCESS = Successfully deleted playback server {0}
LOADING_PLAYBACK_SERVER_CAMERA = Loading camera list...
LOADING_DATA = Loading...


CAMERA_EXISTS_ON_CHANNEL = Camera {0} has been added to channel
CHANNEL_EXISTED_CAMERA = The channel already has a camera, please drag the camera to another channel


TTS_SERVER_SETTING = Configure text to speech server
ENABLE_TTS_SERVER = Enable text to speech server
SPEAK_LANGUAGE = Speak language
SPEAK_CONTENT = Speak content
AUTO = Auto
AUTO_SPEAK_WHEN_CHECKIN = Auto speak when check-in
AUTO_SPEAK_WHEN_CHECKOUT = Auto speak when check-out
SPEAK_SPEED = Speak speed
SPEAK_TEST = Speak test
SPEAK_TEST_CONTENT = Enter content want to speak
SPEAK = Speak
INFOMATION = Information
SPEAK_FROM_ANOTHER_SERVER = Speak from another server
NOT_SPEAK_CONTENT = Don't speak the content 
SPEAK_WHEN_IDENTIFYING_CUSTOMER = Speak only when the customer is identified
SEND_TO_ANOTHER_APP = Send to another app


SEND_BASE64_IMG = Send image as base64
IMAGE_SIZE = Image size
SEND_ORIGINAL_IMAGE_SIZE = Send the original image through the recognition server
SEND_OBJECT_ENTER = Sent when object enter
SEND_OBJECT_LEAVE = Sent when object leave
USE_PROXY = Use proxy


GROUP_CAMERA_LIST = Camera group
CAMERA_GROUP_NAME = Camera group name
CAMERA_LIST_IN_GROUP = List of cameras in group
ADD_CAMERA_GROUP = Add new camera group
EDIT_CAMERA_GROUP = Edit camera group
NOT_SUPPORT = Not support
SEARCH_CAMERA = Search cameras...
SELECT_ALL = Select all
DELETE_CAMERA_GROUP_CONFIRM = Are you sure you want to delete the camera group {0}?

ADD = Add
ADD_LAYOUT = Add new layout
EDIT_LAYOUT = Edit layout
LAYOUT_COLUMN = Column
LAYOUT_ROW = Row
LAYOUT_ROW_INVALID = Invalid row number!
LAYOUT_COLUMN_INVALID = Invalid column number!
MERGE_LAYOUT = Merge
UNMERGE_LAYOUT = UnMerge
LAYOUT_OUTOF_MAXSIZE_SUPPORT = The number of supporting columns rows is 10x10 

FAVORITE_VIEW = Favorite View
ENTER_SEARCH_TEXT = Enter search key...
ADD_FAVORITE_VIEW_GROUP = Add favorite view group
ADD_FAVORITE_VIEW = Add favorite view
DELETE_FAVORITE_VIEW = Delete favorite view
EDIT_FAVORITE_VIEW = Edit favorite view
EDIT_FAVORITE_VIEW_GROUP = Edit favorite view group
PRIVATE = Private
SHARE = Share
FAVORITE_VIEW_NAME = Favorite view name
FAVORITE_VIEW_LAYOUT = Favorite view layout
PLEASE_ENTER_FAVORITE_VIEW_NAME = Please enter favorite view name!
CREATE_FAVORITE_VIEW_SUCCESSFULLY = Successfully created favorite view {0}!
DEFAULT = Default
SETUP = Setup
FAVORITE_GROUP_VIEW_NAME = Favorite view group name
PLEASE_ENTER_FAVORITE_VIEW_GROUP_NAME = Please enter favorite view group name!
CREATE_FAVORITE_VIEW_GROUP_SUCCESSFULLY = Successfully created favorite view group {0}!
UPDATE_FAVORITE_VIEW_SUCCESSFULLY = Successfully updated favorite view {0}
UPDATE_FAVORITE_VIEW_GROUP_SUCCESSFULLY = Successfully updated favorite view group {0}!
DELETE_FAVORITE_VIEW_CONFIRM = Are you sure you want to delete favorite view {0}?
DELETE_FAVORITE_VIEW_GROUP_CONFIRM = Are you sure you want to delete favorite view group {0}?
DELETE_FAVORITE_VIEW_SUCCESSFULLY = Successfully deleted favorite view {0}!
DELETE_FAVORITE_VIEW_GROUP_SUCCESSFULLY = Successfully deleted favorite view group {0}!


STORAGE_LOCATION = Storage location
LOCAL_STORAGE = Local drive
NETWORK_STORAGE = Network drive
NETWORK_STORAGE_ADDRESS = Network drive address
PLEASE_ENTER_NETWORK_STORAGE_ADDRESS = Please enter network drive address
NETWORK_STORAGE_ADDRESS_INVALID = Network drive address invalid
LOCAL_DRIVE_NAME = Local drive name
PLEASE_ENTER_LOCAL_DRIVE_NAME = Please enter local drive name
NETWORK_DRIVE_LIST = Network drive list
DRIVE_LOST_CONNECTION = Lost connection
DRIVE_FREE_SPACE = {0} free of {1}


SHOW_VIEW_AT_SCREEN = Show at screen
MAIN_SCREEN = Main screen
SCREEN = Screen {0}
FAVORITE_VIEW_ALREADY_OPENED = Favorite view already opened


SEARCH_CAMERA_TITLE = Search cameras
SEARCH_KEY = Enter search key
NO_CAMERAS_FOUND = No cameras found!


PLAYBACK_BOOKMARK = Bookmark
ADD_BOOKMARK = Add Bookmark
EDIT_BOOKMARK = Edit Bookmark
BOOKMARK_TIME = Time
BOOKMARK_CAMERAS = Cameras (*)
BOOKMARK_CONTENT = Content (*)
BOOKMARK_CAMERA_EMPTY = Please choose at least one camera! 
BOOKMARK_CONTENT_EMPTY = Please enter the content
BOOKMARK_TIME_EMPTY = Please select a time!
BOOKMARK_TIME_INVALID = Invalid time, to time must be greater than from time. Please check again!
BOOKMARK_TIME_RECORD_EMPTY = There is no record data for the bookmark period. Please check again! 
NO_DATA = No data
DELETE_BOOKMARK_CONFIRM = Are you sure you want to delete bookmark "{0}"? 
DELETE_BOOKMARK_SUCCESSFUL = Successfully deleted bookmark "{0}"! 
DELETE_BOOKMARK_DATE_CONFIRM = Are you sure you want to delete all bookmarks for the day {0}? 
DELETE_BOOKMARK_DATE_SUCCESSFUL = Successfully deleted {0} bookmarks of the day {1}! 
DELETED = Deleted


IMAGE_PROESSING_SETTING = Image Processing Setting
IMAGE_PROCESSING_DEFAULT_AREA_NAME = Area {0}
ENABLE_IMAGE_PROCESSING = Enable image processing
COPY_IMAGE_PROESSING_SETTING = Copy setting
COPY_IMAGE_PROCESSING_SETTING_SUCCESS = Successfully copied setting from area {0}
AREA_NAME = Area name
AREA = Area
ACTIVE_TIME = Active time
ADD_ACTIVE_TIME = Add active time
BEHAVIOR = Behavior
SCAN_TIME = Scan time (ms)
IGNORE_TIME = Ignore time (ms)
OBJECT_FILTER = Object filter
MIN_WIDTH = Min width
MAX_WIDTH = Max width
MIN_HEIGHT = Min height
MAX_HEIGHT = Max height
WIDTH_HEIGHT = Width / Height
OBJECT = Object
ACTION = Action
PLAY_AUDIO = Play audio
SNAPSHOT_CAMERA = Snapshot camera
RECORD_CAMERA = Record camera
SEND_MAIL = Send email
SETTING_MAIL = Setting email
EXECUTE_ACTION = Execute extended action
SETTING_ACTION = Extended action setting
VIEW_LIST = View list
ENTER_AREA = Enter area
LEAVE_AREA = Leave area
PASSING_AREA = Passing area
STAND_IN_AREA = Stand in the area
CROWD = Crowd
FACE_DETECTOR = Face detector
PARKING_LOT = Parking lot
INVALID_ACTIVITY_TIME = Invalid time!
PERSON = Person
BICYCLE = Bicycle
CAR = Car
MOTORBIKE = Motorbike
BUS = Bus
TRUCK = Truck
DELETE_AREA_CONFIRM = Are you sure you want to delete the area {0}?
SECONDS = seconds
COUNT_OBJECT_RESULT = Count objects result
GROUP_ALL_OBJECT = Group all objects
COUNT_EACH_OBJECT = Count each objects
ACCURACY = Accuracy
HIGH = High
MEDIUM = Medium
LOW = Low


SYNC_CONFIG_TITLE = Config Sync
SAVE_CONFIG_TO_SERVER = Save the config to the server
LOAD_CONFIG_FROM_SERVER = Download config from server
ENTER_CONFIG_NAME = Enter config name:
LOGIN_API = Login API
SAVE_CONFIG_SUCCESS = Config saved successfully!
SAVE_CONFIG_FAIL = Config save failed!
BACK = Back
CONFIG_LIST = Config list
CONFIG_NAME = Config name
NUM_OF_CAMERA = Num of camera
CREATED_TIME = Creation time
VIEW = View
APPLY_CONFIG_SUCCESS = Configuration applied successfully. Please restart the application!
SYNC_APP_ID_CONFIRM = Do you want to override app id?


FACE_RECOGNITION = Face Recognition ({0})
IMAGE_PROCESSING_HISTORY = Image Processing
LPR_HISTORY = License Plate Recognition
CUSTOMER_CODE = Customer code
NO_NAME = NO NAME
REGISTER = Register


FOUND_FACE = Recognized
NOT_FOUND_FACE = Unrecognizable
CUSTOMER_PHONE = Phone number
CUSTOMER_FACES = List of faces
REGISTER_FACE = Face registration
SEARCH_CUSTOMER_CODE_PLACEHOLDER = Enter code, name or phone number to search
PLEASE_ENTER_CUSTOMER_CODE = Please enter customer code!
PLEASE_SELECT_FACE_IMAGE = Please select at least one face image!
CREATE_SUBJECT_FAIL = Customer {0} creation failed!. Please check your internet connection again
DELETE_FACE_PROCESSING = Deleting face {0}...
DELETE_FACE_SUCCESSFUL = Successfully deleted the face {0}!
DELETE_FACE_FAIL = Face delete {0} failed: {1}
ADD_FACE_PROCESSING = Adding face {0}...
ADD_FACE_SUCCESSFUL = Successfully added face {0}!
ADD_FACE_FAIL = Add face {0} failed: {1}
REGISTER_SUCCESSFUL = Done!
FACE_IMAGE = Face image
SELECT_FACE_IMAGE = Select face images
ADD_FACE_IMG_FROM_PC = Load face image from computer
FACE_INVALID = Invalid face, please choose a face with clear eyes
NO_FOUND_FACE = Can't find face in picture

ACTIVE_SMART_CONTROL = Active smart control
SMART_CONTROL_LIST = Smart control list
SMART_CONTROL_NAME = Device name
SMART_CONTROL_MODEL = Device model
SMART_CONTROL_IP = IP Address
SMART_CONTROL_STATUS = Device status
PLEASE_ENTER_SMART_CONTROL_NAME = Please enter device name
PLEASE_SELECT_SMART_CONTROL_MODEL = Please select device model
PLEASE_ENTER_SMART_CONTROL_IP = Please enter IP Adderss
SMART_CONTROL_ALREADY_EXIST = IP address already exists, please enter another IP address
SMART_CONTROL_CONTACT = contacts
SMART_CONTROL_AUTO_OFF = auto turn off after


WARNING_INSTALL_VISUAL_C_MSG = Visual C++ is not installed, please run the VC_redist.x64 file to install!
WARNING_NOT_CONNECT_TO_FACE_SERVER = Camera {0}: Unable to connect to face recognition server {1}
PARKING_LOT_ENTER_TIME_SECONDS = Time car enter to parking
PARKING_LOT_LEAVE_TIME_SECONDS = Time car leave from parking
PARKING_LOT_OVERLAP_TIME_SECONDS = Time car overlap by another car
PARKING_LOT_VIBRATION_PIXEL = Camera vibration
PARKING_LOT_CHECKOUT_CAMERA_EVENT = Get car event out from camera
INVALID = Invalid

FACE_DETECTOR_SERVER_ADDRESS = Face recognition server address
FACE_DETECTOR_STAND_TIME_MILISECONDS = Detect when the user is in front of the camera


PLATE_DETECTION = Detecting license plate
ENABLE_ADVANCED_PLATE_DETECTION = Enable advanced license plate detection
NOT_SUPPORT_ENABLE_ADVANCED_PLATE_DETECT_BY_COUNTRY = This feature only supports Japanese license plates
DOWNLOAD_ADVANCED_LIB_FAIL = Download library failed
DOWNLOAD_ADVANCED_LIB_CONFIRM = To use this feature need to download additional libraries, do you want to download?
DOWNLOAD_LIB = Download library
DOWNLOADING_FILE_COUNT = Downloading {0}/{1} file
DOWNLOAD_ADVANCED_LIB_GPU_CONFIRM = Your computer has a {0} graphics card, do you want download the license plate detection library use GPU?
JP_LPR_SERVER_NOT_DOWNLOADED = The license plate recognition server library has not been downloaded yet, please run the application again to download!
JP_LPR_SERVER_DOWNLOADING = Downloading license plate recognition server library, please wait!
JP_LPR_SERVER_REQUIRED_LIB_WARNING = If you do not download the library, you will not be able to use the local license plate recognition feature. Please setting license plate recognition from another server.

ERR_MAX_VA_SUPPORT_CAMERA = This application only supports up to {0} license plate recognition cameras!

EXPORT_VIDEO = Export video
EXPORT_OUTPUT_FOLDER = Output folder (*)
EXPORT_OUTPUT_FOLDER_ALREADY_EXIST = Output folder already exists!
EXPORT_OUTPUT_FOLDER_REQUIRED = Please choose the output folder where the exported video is stored!
EXPORT_VIDEO_SIZE = Video size
EXPORT_VIDEO_FPS = FPS
EXPORT_VIDEO_BITRATE = Bit rate
EXTEND = Extend
EXPORT_VIDEO_SUCCESS = Successfully exported video {0}
EXPORT_VIDEO_FAIL = Video export {0} failed, error message: {1}
START_EXPORT_VIDEO = Start exporting camera video: {0}
END_EXPORT_VIDEO = Finish camera video output: {0}
NOT_EXPORT_DATA = No record data from {0} to {1}
EXPORT_VIDEO_WARNING = The file size is too large, please use VLC application (www.videolan.org) to view this video file!
EXPORT_VIDEO_PB_SERVER_ERROR = Unable to connect to server {0}
DOWNLOAD_EXPORT_VIDEO_FILE = Downloading video file: {0}%

PROXY_SETTING = Proxy server setting
PROXY_ADDRESS = Proxy server address
VERIFY_BAD_PLATE = Verify bad plate
PROVINCE_PRIORITY = Priority is given to provinces
SAVE_DEBUG_IMG = Save recognition image
DETECT_PLATE_SIZE = License plate recognition image size

SYNC_RECORD_DATA_FROM_DISK = Synchronize record data from hard drive
SYNC = Sync
CHOOSE_DISK_FOR_SYNC = Select the hard drive for sync
SYNC_DISK_REQUIRED = Please select the hard drive for sync
STOP = Stop
SYNCING = Synchronizing
SYNC_TIME = Select sync time period

NO_SPEAK_IN_THIS_COMPUTER = Don't speak on this computer
ADD_NEW_APP = Add new application
ACTIVE = Active
DELETE_CONFIRM = Are you sure you want to delete?
METHOD = Method
API_ADDRESS = API address
AUTHENTICATION_TYPE = Authentication type
SEND_ONLY_TTS_TEXT = Send speak text to API
LOGIN_API_URL = Login URL
CUSTOM_HEADER = Custom header
CUSTOM_BODY = Custom body
CUSTOM_QUERY = Custom query
SEND_TEST = Send Test
REFRESH_TOKEN = Token
TEST = Test
PLAY_RING_TONE_AUDIO = Play ringtone audio before speaking

GENERAL_SETTING = General setting
SAVE_CUSTOMER_INFO = Save customer information
MIN_SECONDS_BETWEEN_TRANSACTION_SAM_DIRECTION = Time to skip vehicle if same direction (seconds)
MIN_SECONDS_BETWEEN_TRANSACTION_DIFF_DIRECTION = Time to ignore vehicle if different direction (seconds)

AUTO_DELETE_HISTORY_DATA_SETTING = Auto delete history data setting
ENABLE_AUTO_DELETE_HISTORY = Enable auto-delete history data
AUTO_DELETE_HISTORY_DAY = Automatically delete data after
DAY = Day
REMOVE_HISTORY_DATA = Delete history
REMOVE_IMAGE_DATA = Delete image
REMOVE_VIDEO_DATA = Delete video record