/**** efw4.X Copyright 2019 efwGrp ****/ /** * The class to keep messages in client. * * @author Chang Kejun */ var EfwClientMessages = function() { }; EfwClientMessages.prototype = { OtherErrorException : "发生意外错误。", CommunicationErrorException : "发生了通信错误。 重试吗?", EventIsBusyException :"系统繁忙。请稍后再试。", RuntimeErrorException : "发生运行时错误。\n\neventId={eventId}\nmessage={message}", ParamsFormatErrorException : "事件参数定义不正确。\n\neventId={eventId}", ResultValuesErrorException : "显示用数据不正确。\n\neventId={eventId}", ResultActionsErrorException : "动作用数据不正确。\n\neventId={eventId}", AlertDialogTitle : "信息", AlertDialogOK : "确定", WaitDialogTitle : "繁忙", };