38 lines
1.7 KiB
C
38 lines
1.7 KiB
C
|
|
#ifndef IPBS_STATION_EN_US_H
|
||
|
|
#define IPBS_STATION_EN_US_H
|
||
|
|
|
||
|
|
#include "CCJSONObject.h"
|
||
|
|
|
||
|
|
class en_us{
|
||
|
|
public:
|
||
|
|
inline static JSON En_Us = {
|
||
|
|
{"label_12", "IP broadcast Web sub-control launcher"},
|
||
|
|
{"OpenServerBtn", "Start service"},
|
||
|
|
{"RapidDeployment", "Quick configuration"},
|
||
|
|
{"groupBox", "Web sub-control backend Settings"},
|
||
|
|
{"label", "C/S server IP:"},
|
||
|
|
{"label_2", "C/S server port:"},
|
||
|
|
{"label_3", "Sub-control IP address of backend server:"},
|
||
|
|
{"label_4", "Sub-control the back-end port:"},
|
||
|
|
{"label_5", "Separate control audio acquisition port(UDP):"},
|
||
|
|
{"label_6", "Sub-control Backend IP Address Whitelist -[Cross-Domain]:"},
|
||
|
|
{"CORSEn", "Enable"},
|
||
|
|
{"label_7", "Language[语言]:"},
|
||
|
|
{"groupBox_2", "Web sub-control front-end Settings"},
|
||
|
|
{"label_9", "Sub-control the front-end IP:"},
|
||
|
|
{"label_8", "Sub-control the front-end port:"},
|
||
|
|
{"label_10", "Sub-control the front-end website address:"},
|
||
|
|
{"RestBtn", "Initialization Settings"},
|
||
|
|
{"GJSZBtn", "Advanced Settings"},
|
||
|
|
{"OpenPCStart", "Set it to start automatically upon startup"},
|
||
|
|
{"SetSaveBtn", "Save"},
|
||
|
|
{"HomeBtn", "Home"},
|
||
|
|
{"SettingsBtn", "Settings"},
|
||
|
|
{"WebLabel", "Front-end: Offline"},
|
||
|
|
{"SubLabel", "Back-end: Offline"},
|
||
|
|
{"label_13", "Seconds/Self-start delay (0 is none)"},
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|