var cnLanguage = {
    "Config.title": "设置",
    "Config.memo": "可同步编辑多个页籤 一次储存",
    "Config.Button.save": "储存设置",
    "Config.tab.auth.title": "使用者",
    "Config.tab.channels.title": "频道列表",
    "Config.tab.http_mjpeg.title": "HTTP MJPG 服务器",
    "Config.tab.rtsp_server.title": "RTSP 服务器",
    "Config.tab.system.title": "系统",
    "Config.tab.web_server.title": "网页服务器",
    "Config.content.auth.http_mjpeg_auth_enable": "HTTP MJPEG 服务器管理",
    "Config.content.auth.rtsp_auth_enable": "RTSP 服务器",
    "Config.content.auth.web_auth_enable": "网页服务器",
	"Config.content.auth.col.auth":"权限",
    "Config.content.auth.col.users": "使用者列表",
    "Config.content.auth.button.new": "新增使用者",
    "Config.content.auth.table.col.user": "帐号",
    "Config.content.auth.table.col.password": "密码",
    "Config.content.auth.table.col.auth_ch_mode": "开启频道权限管控",
    "Config.content.auth.table.col.channels": "可使用的频道",
    "Config.content.channels.button.new": "新增频道",
	"Config.content.channels.table.col.channel":"频道",
	"Config.content.channels.table.col.stream_source":"视频串流来源",
    "Config.content.channels.table.col.id": "ID",
    "Config.content.channels.table.col.alias": "别名",
    "Config.content.channels.table.col.vender_model": "供应商/型号",
    "Config.content.channels.table.col.vender": "供应商",
    "Config.content.channels.table.col.model": "型号",
    "Config.content.channels.table.col.sub_channel": "设备<br/>子频道",
    "Config.content.channels.table.col.sub_path": "URL 子路径",
    "Config.content.channels.table.col.extra_data": "附加资料",
    "Config.content.channels.table.col.extra_data.base_port": "附加资料使用基底网路端口",
    "Config.content.channels.table.col.extra_data.live_port": "即时监视使用网路端口",
    "Config.content.channels.table.col.extra_data.order_no": "频道序号",
    "Config.content.channels.table.col.extra_data.playback_port": "历史回放使用网路端口",
	"Config.content.channels.table.col.extra_data.profile":"串流配置",
    "Config.content.channels.table.col.addr": "网路位址",
    "Config.content.channels.table.col.port": "串流网路端口",
	"Config.content.channels.table.col.http_port":"HTTP网路端口",
    "Config.content.channels.table.col.user": "帐号",
    "Config.content.channels.table.col.password": "密码",
    "Config.content.http_mjpeg.enable": "启用服务",
    "Config.content.http_mjpeg.max_link": "访客最大连线数<span class='text-danger'>*</span>",
	"Config.content.http_mjpeg.max_playback_room": "回放群组数<span class='text-danger'>*</span>",
	//"Config.content.http_mjpeg.lock_param":"锁定参数",
    //"Config.content.http_mjpeg.lock_param.memo":"勾选时，忽略api传入下方的相关参数",
	"Config.content.http_mjpeg.target_bitrate": "预设码率<span class='text-danger'>*</span>",
    "Config.content.http_mjpeg.target_fps": "预设帧率<span class='text-danger'>*</span>",
    "Config.content.http_mjpeg.target_height": "预设分辨率 高<span class='text-danger'>*</span>",
    "Config.content.http_mjpeg.target_width": "预设分辨率 宽<span class='text-danger'>*</span>",
    "Config.content.rtsp_server.enable": "启用服务",
    "Config.content.rtsp_server.max_link": "访客最大连线数<span class='text-danger'>*</span>",
    "Config.content.rtsp_server.port": "使用网路端口<span class='text-danger'>*</span>",
    "Config.content.system.host_name": "主机名称<span class='text-danger'>*</span>",
    "Config.content.system.show_window": "显示程序",
    "Config.content.web_server.enable": "启用服务",
    "Config.content.web_server.port": "使用网路端口<span class='text-danger'>*</span>",
    "Config.content.web_server.doc_path": "网页存放路径",
    "Config.modal.auth.edit.title.user": "使用者",
    "Config.modal.auth.delete.content.text": "确认删除?",
    "Config.modal.channels.edit.title.channel": "频道",
    "Config.modal.channels.delete.content.text": "确认删除?",
    "Config.modal.auth.error_msg.user_cant_empty": "帐号 不可为空",
    "Config.modal.auth.error_msg.user_exist": "帐号 已存在",
	"Config.modal.auth.error_msg.user_should_english_or_number":"帐号 必须为英数字",
    "Config.modal.auth.error_msg.password_cant_empty": "密码 不可为空",
	"Config.modal.auth.error_msg.password_should_english_or_number":"密码 必须为英数字",
    "Config.modal.channels.error_msg.id_cant_empty": "ID 不可为空",	
    "Config.modal.channels.error_msg.id_should_number": "ID 必须为数字",
    "Config.modal.channels.error_msg.id_exist": "ID 已存在",
    "Config.modal.channels.error_msg.alias_cant_empty": "别名 不可为空",
    "Config.modal.channels.error_msg.alias_should_english_or_number": "别名 必须为英数字",
    "Config.modal.channels.error_msg.alias_exist": "别名 已存在",
    "Config.modal.channels.error_msg.addr_cant_empty": "网路位址 不可为空",
    "Config.modal.channels.error_msg.port_cant_empty": "串流网路端口 不可为空",
    "Config.api.UpdateConfig.success": "储存成功",
    "Config.api.UpdateConfig.check.http_mjpeg.max_link.empty.error": "HTTP MJPG 服务器设置 访客最大连线数栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.max_link.range.error": "HTTP MJPG 服务器设置 访客最大连线数栏位 值超出范围",
	"Config.api.UpdateConfig.check.http_mjpeg.max_playback_zoom.empty.error":"HTTP MJPG 服务器设置 回放连线数栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.max_playback_zoom.range.error":"HTTP MJPG 服务器设置 回放连线数栏位 值超出范围",
    "Config.api.UpdateConfig.check.http_mjpeg.target_bitrate.empty.error": "HTTP MJPG 服务器设置 预设码率栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.target_bitrate.range.error": "HTTP MJPG 服务器设置 预设码率栏位 值超出范围",
    "Config.api.UpdateConfig.check.http_mjpeg.target_fps.empty.error": "HTTP MJPG 服务器设置 预设帧率栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.target_fps.range.error": "HTTP MJPG 服务器设置 预设帧率栏位 值超出范围",
    "Config.api.UpdateConfig.check.http_mjpeg.target_height.empty.error": "HTTP MJPG 服务器设置 预设分辨率高栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.target_height.range.error": "HTTP MJPG 服务器设置 预设分辨率高栏位 值超出范围",
    "Config.api.UpdateConfig.check.http_mjpeg.target_width.empty.error": "HTTP MJPG 服务器设置 预设分辨率宽栏位 不可为空",
    "Config.api.UpdateConfig.check.http_mjpeg.target_width.range.error": "HTTP MJPG 服务器设置 预设分辨率宽栏位 值超出范围",
    "Config.api.UpdateConfig.check.rtsp_server.max_link.empty.error": "RTSP 服务器设置 访客最大连线数栏位 不可为空",
    "Config.api.UpdateConfig.check.rtsp_server.max_link.range.error": "RTSP 服务器设置 访客最大连线数栏位 值超出范围",
    "Config.api.UpdateConfig.check.rtsp_server.port.empty.error": "RTSP 服务器设置 网路端口栏位 不可为空",
    "Config.api.UpdateConfig.check.rtsp_server.port.range.error": "RTSP 服务器设置 网路端口栏位 值超出范围",
    "Config.api.UpdateConfig.check.system.port.empty.error": "系统设置 网路端口栏位 不可为空",
    "Config.api.UpdateConfig.check.system.port.range.error": "系统设置 网路端口栏位 值超出范围",
    "Config.api.UpdateConfig.check.web_server.port.empty.error": "网页服务器设置 网路端口栏位 不可为空",
    "Config.api.UpdateConfig.check.web_server.port.range.error": "网页服务器设置 网路端口栏位 值超出范围",
    "Config.api.UpdateConfig.check.system.debug_level.empty.error": "系统设置 除错级别 不可为空",
    "Config.api.UpdateConfig.check.system.debug_level.range.error": "系统设置 除错级别 值超出范围",
    "License.title": "产品授权",
    "License.Button.add_license": "授权",
    "License.col.version": "版本资讯",
    "License.col.status": "状态",
    "License.col.inbound_channel": "输入 视频源连线数量上限",
    "License.col.outbound_connection": "输出 访客视频连线数量上限",
	"License.col.total_connections":"输入/输出总连线数",
    "License.col.load_channel": "管理频道数量上限",
    "License.col.device_id": "MAC",
    "License.col.local_key": "硬体机码",
    "License.col.license_key": "产品授权码",
    "License.col.license_key_memo": "*为了安全性，预设不显示",
    "License.error_msg.lik_cant_empty": "授权码不可为空",
    "License.api.SetLic.success": "授权成功!! 服务重启中 网页将会在15秒后刷新",
	"Config.tab.overlay.title":"图文叠加",
	"Config.content.overlay.font_face":"字体名称",
	"Config.content.overlay.osd_tilte":"视频标题OSD",
	"Config.content.overlay.enable":"启用服务",
	"Config.content.overlay.font_size":"字体大小",
	"Config.content.overlay.font_color":"字体颜色",
	"Config.content.overlay.dwaw_shadow":"绘制阴影",
	"Config.content.overlay.font_shadow_color":"阴影颜色",
	"Config.content.overlay.draw_font_bg":"绘制背景",
	"Config.content.overlay.font_bg_color":"背景颜色",
	"Config.content.overlay.opacity":"透明度",
	"Config.content.overlay.show_point":"显示位置",
	"Config.content.overlay.title_format":"字串格式",
	"Config.content.overlay.title_format.cam_name":"摄影机名称",
	"Config.content.overlay.title_format.time":"时间",
	"Config.content.overlay.title_format.date":"日期",
	"Config.content.overlay.osd_append_info":"附加资讯OSD",
	"Config.content.overlay.default_resolution":"参考分辨率",
	"Config.content.overlay.osd.enable":"显示OSD",
	"Config.content.nav-system.tlsenable":"TLS启用",
	"Config.content.nav-system.tls":"TLS网路端口",
	"Config.content.rtsp_server.tlsenable":"TLS启用",
	"Config.content.rtsp_server.tls":"TLS网路端口",
	"Config.api.UpdateConfig.check.rtsp_server.tlsport.empty.error":"RTSP 服务器设置 TLS 端口栏位 不可为空",
	"Config.api.UpdateConfig.check.rtsp_server.tlsport.range.error":"RTSP 服务器设置 TLS 端口栏位 值超出范围",
	"Config.api.UpdateConfig.check.web_server.tlsport.empty.error":"网页服务器设置 TLS 端口栏位 不可为空",
	"Config.api.UpdateConfig.check.web_server.tlsport.range.error":"网页服务器设置 TLS 端口栏位 值超出范围",
	"Config.content.http_mjpeg.target_quality":"品质"
}