IPBS_Station/UI/Language/zh_cn.h
2025-09-05 10:47:36 +08:00

97 lines
5.2 KiB
C++
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef IPBS_STATION_ZH_CN_H
#define IPBS_STATION_ZH_CN_H
#include "CCJSONObject.h"
class zh_cn{
public:
inline static JSON Zh_Cn = {
{"label_12", "IP广播Web分控启动器"},
{"OpenServerBtn", "开启服务"},
{"RapidDeployment", "快速配置"},
{"groupBox", "Web分控后端设置"},
{"label", "C/S服务器IP:"},
{"label_2", "C/S服务器端口:"},
{"label_3", "分控后端服务器IP:"},
{"label_4", "分控后端端口:"},
{"label_5", "分控音频采集端口(UDP):"},
{"label_6", "分控后端IP地址白名单-[跨域]:"},
{"CORSEn", "启用"},
{"label_7", "Language[语言]:"},
{"groupBox_2", "Web分控前端设置"},
{"label_9", "分控前端IP:"},
{"label_8", "分控前端端口:"},
{"label_10", "分控前端网址:"},
{"RestBtn", "初始化设置"},
{"GJSZBtn", "高级设置"},
{"OpenPCStart", "设置开机自启"},
{"SetSaveBtn", "保存"},
{"HomeBtn", "首页"},
{"SettingsBtn", "设置"},
{"WebLabel_0", "前端:离线"},
{"WebLabel_1", "前端:在线"},
{"SubLabel_1", "后端:在线"},
{"SubLabel_0", "后端:离线"},
{"label_13", "秒/自启延时(0为无)"},
{"Note1", "检测到首次运行正在部署IP-Web分控服务请耐心等待..."},
{"Note2", "秒后自动启动服务"},
{"ExitProgram", "退出程序"},
{"AreYouSureYouWantToQuit", "你确定要退出吗?"},
{"EndProgram", "结束程序"},
{"ToPallet", "到托盘"},
{"Hint", "提示"},
{"IncorrectStartupParameters", "启动参数错误,请先配置服务器参数!"},
{"OpenService", "打开服务"},
{"ShutDownService", "关闭服务"},
{"ErrorNote1", "C/S_IP不能为空"},
{"ErrorNote2", "C/S_Port不能为空"},
{"ErrorNote3", "Sub_IP不能为空"},
{"ErrorNote4", "Sub_Port不能为空"},
{"ErrorNote5", "Web_Port不能为空"},
{"ErrorNote6", "Web_IP不能为空"},
{"ErrorNote7", "Sub_Audio_Port不能为空"},
{"ErrorNote8", "Sub_Origins不能为空"},
{"ErrorNote9", "保存成功是否现在启动?"},
{"ErrorNote10", "初始化已完成,是否保存?"},
{"ErrorNote11", "检测到服务已经启动是否先停止?"},
{"ErrorNote12", "已取消快速配置!"},
{"ErrorNote13", "正在配置IP-Web分控IP地址..."},
{"ErrorNote14", "检测到多个IP地址,请选择要使用的IP地址!"},
{"ErrorNote15", "Web分控IP地址配置完成"},
{"ErrorNote16", "Web分控IP地址配置跳过"},
{"ErrorNote17", "Web分控IP地址配置完成"},
{"ErrorNote18", "未检测到合法IPV4地址请检查网络,是否继续检测?"},
{"ErrorNote19", "正在配置C/S服务器参数..."},
{"ErrorNote20", "尝试搜索C/S服务器中..."},
{"ErrorNote21", "在局域网检测到多个C/S服务器,请选择需要使用的C/S服务器!"},
{"ErrorNote22", "C/S服务器信息配置完成"},
{"ErrorNote23", "C/S服务器信息配置跳过!"},
{"ErrorNote24", "正在分配IP-Web分控服务端口..."},
{"ErrorNote25", "IP-Web分控服务端口分配完成"},
{"ErrorNote26", "IP-Web分控服务正在设置跨域..."},
{"ErrorNote27", "IP-Web分控服务跨域设置完成!"},
{"ErrorNote28", "IP-Web分控服务部署设置已完成!"},
{"ErrorNote29", "正在保存IP-Web分控服务设置..."},
{"ErrorNote30", "IP-Web分控服务设置保存完成"},
{"ErrorNote31", "正在启动IP-Web分控服务..."},
{"ErrorNote32", "在局域网未检测到C/S服务器,请检查C/S服务器"},
{"ErrorNote33", "未检测到合法IPV4地址,请检查网络"},
{"ErrorNote34", "部署未完成"},
{"ErrorNote35", "在局域网未检测到可用的C/S服务器请先启动C/S服务器,是否继续检测?"},
{"label_tyz", "管理员密码"},
{"YZMMInput_tyz", "密码"},
{"YZQRBtn", "确定"},
{"YZQXBtn", "取消"},
{"IncorrectPassword", "密码错误"},
{"LogoBtn", "更改logo图片"},
{"localUpdate", "本地更新"},
{"label_11", "图片必须是100x40的大小"},
{"W3Title", "高级设置"},
{"Choose", "选择"},
{"W4Title", "选择局域网CS服务器"},
{"W5Title", "选择分控后端IP"},
};
};
#endif