var twLanguage = {
    "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":"品質"
}