95 lines
6.1 KiB
C++
95 lines
6.1 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"},
|
|
{"RapidDeployment", "Quick config"},
|
|
{"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", "Init Setting"},
|
|
{"GJSZBtn", "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)"},
|
|
{"Note1", "The first operation has been detected. The IP-Web sub-control service is being deployed. Please wait patiently..."},
|
|
{"Note2", "The service will be automatically started in seconds"},
|
|
{"ExitProgram", "Exit"},
|
|
{"AreYouSureYouWantToQuit", "Are you sure you want to quit?"},
|
|
{"EndProgram", "End"},
|
|
{"ToPallet", "Pallet"},
|
|
{"Hint", "Hint"},
|
|
{"IncorrectStartupParameters", "The startup parameters are incorrect. Please configure the server parameters first!"},
|
|
{"OpenService", "Open the service"},
|
|
{"ShutDownService", "Shut down the service"},
|
|
{"ErrorNote1", "C/S_IP cannot be empty"},
|
|
{"ErrorNote2", "C/S_Port cannot be empty"},
|
|
{"ErrorNote3", "Sub_IP cannot be empty"},
|
|
{"ErrorNote4", "Sub_Port cannot be empty"},
|
|
{"ErrorNote5", "Web_Port cannot be empty"},
|
|
{"ErrorNote6", "Web_IP cannot be empty"},
|
|
{"ErrorNote7", "Sub_Audio_Port cannot be empty"},
|
|
{"ErrorNote8", "Sub_Origins cannot be empty"},
|
|
{"ErrorNote9", "Whether to start now after successful saving?"},
|
|
{"ErrorNote10", "Initialization has been completed. Do you want to save?"},
|
|
{"ErrorNote11", "Whether to stop first when the service has been detected to have started?"},
|
|
{"ErrorNote12", "Quick configuration has been cancelled!"},
|
|
{"ErrorNote13", "The IP-Web sub-control IP address is being configured..."},
|
|
{"ErrorNote14", "Multiple IP addresses have been detected. Please select the IP address to be used!"},
|
|
{"ErrorNote15", "The configuration of the Web sub-control IP address has been completed"},
|
|
{"ErrorNote16", "Skip the configuration of the Web sub-control IP address"},
|
|
{"ErrorNote17", "The configuration of the Web sub-control IP address has been completed"},
|
|
{"ErrorNote18", "No legal IPV4 address was detected. Please check your network to see if you continue the detection?"},
|
|
{"ErrorNote19", "The C/S server parameters are being configured..."},
|
|
{"ErrorNote20", "Try to search in the C/S server..."},
|
|
{"ErrorNote21", "Multiple C/S servers are detected in the local area network. Please select the C/S server you need to use!"},
|
|
{"ErrorNote22", "The C/S server information configuration has been completed"},
|
|
{"ErrorNote23", "Skip the C/S server information configuration!"},
|
|
{"ErrorNote24", "The IP-Web sub-control service port is being allocated..."},
|
|
{"ErrorNote25", "The port allocation for the IP-Web sub-control service has been completed"},
|
|
{"ErrorNote26", "The IP-Web sub-control service is being set up across domains..."},
|
|
{"ErrorNote27", "The cross-domain setup of the IP-Web sub-control service has been completed!"},
|
|
{"ErrorNote28", "The deployment and setup of the IP-Web sub-control service have been completed!"},
|
|
{"ErrorNote29", "The IP-Web sub-control service Settings are being saved..."},
|
|
{"ErrorNote30", "The IP-Web sub-control service Settings have been saved successfully"},
|
|
{"ErrorNote31", "The IP-Web sub-control service is being launched..."},
|
|
{"ErrorNote32", "The C/S server was not detected in the local area network. Please check the C/S server"},
|
|
{"ErrorNote33", "No legal IPV4 address was detected. Please check your network"},
|
|
{"ErrorNote34", "Deployment not completed"},
|
|
{"ErrorNote35", "No available C/S server was detected in the local area network. Please start the C/S server first and then decide whether to continue the detection?"},
|
|
{"label_tyz", "Administrator password"},
|
|
{"YZMMInput_tyz", "Password"},
|
|
{"YZQRBtn", "Confirm"},
|
|
{"YZQXBtn", "Cancel"},
|
|
{"IncorrectPassword", "Incorrect password"},
|
|
{"LogoBtn", "Change logo image"},
|
|
{"localUpdate", "Local update"},
|
|
{"label_11", "Picture must be 100x40 in size"},
|
|
{"W3Title", "Advanced Settings"},
|
|
{"Choose", "Choose"},
|
|
{"W4Title", "Select a local area network CS server"},
|
|
{"W5Title", "Select the sub-control backend IP"},
|
|
};
|
|
};
|
|
|
|
#endif
|