| | |
| | | public readonly static int ModeType = 19; |
| | | public readonly static int BindDevice = 20;
|
| | | public readonly static int BindScene = 21;
|
| | | public readonly static int Save = 22;
|
| | | //public readonly static int Save = 22;
|
| | | public readonly static int RemoveSuccess = 23;
|
| | | public readonly static int RemoveFailed = 24;
|
| | | public readonly static int ModeConfigureFailed = 25;
|
| | |
| | | public readonly static int Ac = 42; |
| | | public readonly static int SneneModeExistTargets = 43; |
| | | //门锁 |
| | | public static readonly int FunctionSetting = 44; |
| | | //public static readonly int FunctionSetting = 44; |
| | | public static readonly int RandomPasword = 45; |
| | | public static readonly int DoolockMonth = 46; |
| | | public static readonly int DoorlockDay = 47; |
| | |
| | | |
| | | |
| | | |
| | | #region 登录注册 |
| | | /// <summary> |
| | | /// 喜爱 |
| | | /// HDL Home |
| | | /// </summary> |
| | | public static readonly int Favorite = 10000; |
| | | public const int AppName = 10000; |
| | | |
| | | public static readonly int RequestServerFailed = 10003; |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | public static readonly int AccountHasBeenRegistered = 10007; |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | public const int PhoneNum = 10100; |
| | | /// <summary> |
| | | /// 邮箱 |
| | | /// </summary> |
| | | public const int Email = 10101; |
| | | /// <summary> |
| | | /// 请输入手机号 |
| | | /// </summary> |
| | | public const int PleaseInputPhoneNum = 10102; |
| | | /// <summary> |
| | | /// 请输入不少于6位的密码 |
| | | /// </summary> |
| | | public const int PleaseInputPWD = 10103; |
| | | /// <summary> |
| | | /// 登录 |
| | | /// </summary> |
| | | public const int Login = 10104; |
| | | /// <summary> |
| | | /// 验证码登录 |
| | | /// </summary> |
| | | public const int LoginByCode = 10105; |
| | | /// <summary> |
| | | /// 注册用户 |
| | | /// </summary> |
| | | public const int Register = 10106; |
| | | /// <summary> |
| | | /// 请输入邮箱 |
| | | /// </summary> |
| | | public const int PleaseInputEmail = 10107; |
| | | /// <summary> |
| | | /// 搜索 |
| | | /// </summary> |
| | | public const int Search = 10108; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Complete = 10109; |
| | | /// <summary> |
| | | /// 账号登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD = 10110; |
| | | /// <summary> |
| | | /// 发送验证码 |
| | | /// </summary> |
| | | public const int SendVerificationCode = 10111; |
| | | /// <summary> |
| | | /// 后重发 |
| | | /// </summary> |
| | | public const int SendVerificationCodeAgain = 10112; |
| | | /// <summary> |
| | | /// 请再次输入密码 |
| | | /// </summary> |
| | | public const int PleaseComfirePWD = 10113; |
| | | /// <summary> |
| | | /// 发送验证码成功,请注意查收 |
| | | /// </summary> |
| | | public const int SendVerificationCodeSuccess = 10114; |
| | | /// <summary> |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Confrim = 10115; |
| | | /// <summary> |
| | | /// 该账号已注册,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <summary> |
| | | /// 提供的参数错误 |
| | | /// </summary> |
| | | public const int PARAMETEROREMPTY = 10117; |
| | | /// <summary> |
| | | /// 两次密码不一致 |
| | | /// </summary> |
| | | public static readonly int TwoPasswordInconsistency = 10010; |
| | | public const int TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// </summary> |
| | | public const int VALIDCODEANDPHONENOEQUAL = 10119; |
| | | /// <summary> |
| | | /// 请求服务器失败 |
| | | /// </summary> |
| | | public const int RequestServerFailed = 10120; |
| | | /// <summary> |
| | | /// 恭喜注册成功! |
| | | /// </summary> |
| | | public const int RegisterSuccessTip = 10121; |
| | | /// <summary> |
| | | /// 即将自动登录 |
| | | /// </summary> |
| | | public const int WillAutoLogin = 10122; |
| | | /// <summary> |
| | | /// 忘记密码 |
| | | /// </summary> |
| | | public const int ForgotPWD = 10123; |
| | | /// <summary> |
| | | /// 确认重置 |
| | | /// </summary> |
| | | public const int ComfirmReset = 10124; |
| | | /// <summary> |
| | | /// 修改成功 |
| | | /// </summary> |
| | | public const int ResetSuccess = 10125; |
| | | /// <summary> |
| | | /// 你的密码修改成功,请重新登录 |
| | | /// </summary> |
| | | public const int ResetScucessPleaseLogin = 10126; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 分类 |
| | | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 11000; |
| | | /// <summary> |
| | | /// 场景 |
| | | /// </summary> |
| | | public const int Scence = 11001; |
| | | /// <summary> |
| | | /// 自动化 |
| | | /// </summary> |
| | | public const int Automation = 11002; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 没有功能 请在个人中心中--设备管理处添加 |
| | | /// </summary> |
| | | public const int NoFunction = 11010; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public const int Edit = 11011; |
| | | /// <summary> |
| | | /// 设置功能 |
| | | /// </summary> |
| | | public const int FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 信息编辑 |
| | | /// </summary> |
| | | public const int EditInfo = 11013; |
| | | /// <summary> |
| | | /// 功能名称 |
| | | /// </summary> |
| | | public const int FunctionName = 11014; |
| | | /// <summary> |
| | | /// 所属区域 |
| | | /// </summary> |
| | | public const int BelongZone = 11015; |
| | | /// <summary> |
| | | /// 所属模块 |
| | | /// </summary> |
| | | public const int BelongModel = 11016; |
| | | /// <summary> |
| | | /// 未知 |
| | | /// </summary> |
| | | public const int UNKnown = 11017; |
| | | /// <summary> |
| | | /// 分享 |
| | | /// </summary> |
| | | public const int Share = 11018; |
| | | /// <summary> |
| | | /// 分享的 |
| | | /// </summary> |
| | | public const int Shared = 11019; |
| | | /// <summary> |
| | | /// 选择图标 |
| | | /// </summary> |
| | | public const int SelectIcon = 11020; |
| | | /// <summary> |
| | | /// 保存 |
| | | /// </summary> |
| | | public const int Save = 11021; |
| | | /// <summary> |
| | | /// 提示 |
| | | /// </summary> |
| | | public const int TIP = 11022; |
| | | /// <summary> |
| | | /// 取消 |
| | | /// </summary> |
| | | public const int Cancel = 11023; |
| | | /// <summary> |
| | | /// 没有场景 \n 请点击右上角添加 |
| | | /// </summary> |
| | | public const int NoScene = 11024; |
| | | /// <summary> |
| | | /// 设置 |
| | | /// </summary> |
| | | public const int Setting = 11025; |
| | | /// <summary> |
| | | /// 定时 |
| | | /// </summary> |
| | | public const int Delay = 11026; |
| | | /// <summary> |
| | | /// 确定删除吗? |
| | | /// </summary> |
| | | public const int ConfirmDelete = 11027; |
| | | /// <summary> |
| | | /// 添加场景 |
| | | /// </summary> |
| | | public const int AddScence = 11028; |
| | | /// <summary> |
| | | /// 场景名称 |
| | | /// </summary> |
| | | public const int SceneName = 11029; |
| | | /// <summary> |
| | | /// 请输入场景名称 |
| | | /// </summary> |
| | | public const int PleaseInputSceneName = 11030; |
| | | /// <summary> |
| | | /// 添加执行目标 |
| | | /// </summary> |
| | | public const int AddScentTargetAction = 11031; |
| | | /// <summary> |
| | | /// 选择区域 |
| | | /// </summary> |
| | | public const int SelectZone = 11032; |
| | | /// <summary> |
| | | /// 选择场景图片 |
| | | /// </summary> |
| | | public const int SelectScenePic = 11033; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region 主页 |
| | | |
| | | /// <summary> |
| | | /// 房间列表 |
| | | /// </summary> |
| | | public const int RoomList = 13100; |
| | | |
| | | /// <summary> |
| | | /// 选择楼层 |
| | | /// </summary> |
| | | public const int SelectFloor = 13101; |
| | | /// <summary> |
| | | /// 选择住宅 |
| | | /// </summary> |
| | | public const int ChangeHome = 13102; |
| | | /// <summary> |
| | | /// 新用户登录,请先绑定网关 |
| | | /// </summary> |
| | | public const int NewAccountNeedBingGW = 13103; |
| | | /// <summary> |
| | | /// 添加智能网关 |
| | | /// </summary> |
| | | public const int AddSmartGW = 13104; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | /// <summary> |
| | | /// 喜爱 |
| | | /// </summary> |
| | | public static readonly int Favorite = 100000; |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | | |
| | | public static readonly int AccountOrPasswordCanNotBeEmpty = 10006; |
| | | |
| | | public static readonly int IncorrectMailboxformat = 10008; |
| | | public static readonly int PasswordLengthIsLessThanSix = 10009; |
| | | |
| | | |
| | | public static readonly int ThePasswordIsEmpty = 10011; |
| | | public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; |
| | | public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; |
| | | public static readonly int PleaseInputTheCorrectVerificationCode = 10014; |
| | | public static readonly int PleaseSelectAreaCode = 10015; |
| | | public static readonly int LoginByCode = 10016; |
| | | |
| | | public static readonly int ThePhoneNumberIsNotRegisteredYetPleaseRegisterFirst = 10017; |
| | | public static readonly int LoginCodeError = 10018; |
| | | public static readonly int ThisUserBelongsToDebugAccountAndIsNotEnabled = 10019; |
| | |
| | | |
| | | |
| | | public static readonly int PleaseInputPhoneNumberOrEmail = 11000; |
| | | public static readonly int PleaseInputPWD = 11001; |
| | | |
| | | //*****public static readonly int ForgotPassword = 11002; |
| | | public static readonly int Login = 11003; |
| | | public static readonly int Register = 11004; |
| | | |
| | | |
| | | public static readonly int Account = 11005; |
| | | public static readonly int RegisterByPhone = 11006; |
| | | public static readonly int RegisterByEmail = 11007; |
| | | public static readonly int LoginHadAccountPWD = 11008; |
| | | public static readonly int PleaseInputPhoneNum = 11009; |
| | | public static readonly int PleaseComfirePWD = 11010; |
| | | |
| | | |
| | | public static readonly int PleaseInputVerificationCode = 11011; |
| | | public static readonly int SendVerificationCode = 11012; |
| | | public static readonly int TIP = 11013; |
| | | public static readonly int SendVerificationCodeSuccess = 11014; |
| | | |
| | | |
| | | |
| | | public static readonly int BackToLogin = 11015; |
| | | public static readonly int PleaseInputEmail = 11016; |
| | | |
| | | public static readonly int FindPWDByPhone = 11017; |
| | | public static readonly int FindPWDByEmail = 11018; |
| | | public static readonly int PleaseInputThePhoneAndYouWillHaveVerificationCode = 11019; |
| | | public static readonly int PleaseInputTheEmailAndYouWillHaveVerificatoinCode = 11020; |
| | | public static readonly int ResetPWD = 11021; |
| | | public static readonly int ResetPWDSuccessPleaseLoginAgain = 11022; |
| | | public static readonly int LoginByAccountPWD = 11023; |
| | | |
| | | public static readonly int Logining = 11024; |
| | | public static readonly int RoomList = 11025; |
| | | |
| | | public static readonly int AddRoom = 11026; |
| | | public static readonly int RoomName = 11027; |
| | | public static readonly int Cancel = 11028; |
| | | public static readonly int Confrim = 11029; |
| | | public static readonly int Complete = 11030; |
| | | |
| | | |
| | | public static readonly int SettingContent = 11031; |
| | | public static readonly int PleaseInputRoomName = 11032; |
| | | public static readonly int LocalPic = 11033; |
| | | public static readonly int TakePhoto = 11034; |
| | | public static readonly int SystemPic = 11035; |
| | | public static readonly int SelectPic = 11036; |
| | | |
| | | public static readonly int HadSameRoom = 11037; |
| | | //*****public static readonly int Function = 11038; |
| | | public static readonly int Scence = 11039; |
| | | |
| | | public static readonly int EditRoom = 11040; |
| | | public static readonly int Delete = 11041; |
| | | public static readonly int AddFunction = 11042; |
| | | public static readonly int AddScence = 11043; |
| | | |
| | | public static readonly int Light = 11044; |
| | | public static readonly int AddLight = 11045; |
| | | public static readonly int DropLight = 11046; |
| | | public static readonly int DownLight = 11047; |
| | | public static readonly int SpotLight = 11048; |
| | | public static readonly int DeviceName = 11049; |
| | | public static readonly int BelongZone = 11050; |
| | | public static readonly int Shared = 11051; |
| | | |
| | | |
| | | public static readonly int ConfirmAdd = 11052; |
| | | public static readonly int BelongModel = 11053; |
| | | |
| | | public static readonly int Add = 11054; |
| | | public static readonly int DeviceSetting = 11055; |
| | | public static readonly int PleaseInputSceneName = 11056; |
| | | public static readonly int AddRoomScentTargetAction = 11057; |
| | | |
| | | public static readonly int AddDeviceSuccess = 11058; |
| | | public static readonly int Close = 11059; |
| | | public static readonly int Device = 11060; |
| | | public static readonly int NoFunction = 11061; |
| | | |
| | | public static readonly int ConfirmDeleteThisRoom = 11062; |
| | | public static readonly int ConfirmDelete = 11063; |
| | | public static readonly int NoScene = 11064; |
| | | public static readonly int Automation = 11065; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | public static readonly int ThisSceneHadTheDevice = 11076; |
| | | public static readonly int SceneNameCannotBeNull = 11077; |
| | | public static readonly int ModifyScene = 11078; |
| | | public static readonly int SceneName = 11079; |
| | | public static readonly int ChangeHome = 11080; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 未激活 |
| | | /// </summary> |
| | |
| | | /// 账号不存在,请先注册 |
| | | /// </summary> |
| | | public static readonly int ACCOUNTNOEXISTS = 11085; |
| | | /// <summary> |
| | | /// 提供的参数错误 |
| | | /// </summary> |
| | | public static readonly int PARAMETEROREMPTY = 11086; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// </summary> |
| | | public static readonly int VALIDCODEANDPHONENOEQUAL = 11087; |
| | | |
| | | |
| | | public static readonly int YourPWDIsTooSample = 11088; |
| | | public static readonly int PleaseInputTheCorrectEmail = 11089; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public static readonly int Custom = 11098; |
| | | |
| | | public static readonly int Delay = 11100; |
| | | /// <summary> |
| | | /// 取消收藏 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public static readonly int Percent = 11103; |
| | | public static readonly int Success = 11104; |
| | | /// <summary> |
| | | /// 未知 |
| | | /// </summary> |
| | | public static readonly int UNKnown = 11105; |
| | | |
| | | /// <summary> |
| | | /// The please confirm new password. |
| | | /// </summary> |
| | |
| | | /// 您的账号已在另一台设备登录,您已被强制下线 |
| | | /// </summary> |
| | | public static readonly int YouHaveBeenSignOut = 12030; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public static readonly int Edit = 12031; |
| | | |
| | | /// <summary> |
| | | /// 场景中已包含该场景 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 功能 |
| | | /// </summary> |
| | | public const int Function = 15070; |
| | | public const int uFunction = 15070; |
| | | /// <summary> |
| | | /// 灯光 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const int uDeviceNotAssignedRoom = 15199;
|
| | | /// <summary>
|
| | | /// 添加住宅
|
| | | /// 创建住宅
|
| | | /// </summary> |
| | | public const int uAddResidence = 15200;
|
| | | public const int uCreatResidence = 15200;
|
| | | /// <summary>
|
| | | /// 编辑住宅
|
| | | /// </summary> |
| | |
| | | /// 没有设置密码验证 |
| | | /// </summary> |
| | | public const int uPasswordAuthenticationNotSettion = 15751;
|
| | | /// <summary> |
| | | /// 当前住宅 |
| | | /// </summary> |
| | | public const int uNowResidence = 15752;
|
| | | /// <summary> |
| | | /// 切换 |
| | | /// </summary> |
| | | public const int uSwitch1 = 15753;
|
| | | /// <summary> |
| | | /// 更改 |
| | | /// </summary> |
| | | public const int uChanged1 = 15754;
|
| | | /// <summary> |
| | | /// 更改名称 |
| | | /// </summary> |
| | | public const int uChangedName = 15755;
|
| | | /// <summary> |
| | | /// 确认切换当前住宅到「{0}」? |
| | | /// </summary> |
| | | public const int uSwitchResidenceMsg = 15756;
|
| | | /// <summary> |
| | | /// 楼层 |
| | | /// </summary> |
| | | public const int uFloor = 15757;
|
| | | /// <summary>
|
| | | /// 创建楼层
|
| | | /// </summary>
|
| | | public const int uCreatFloor = 15758;
|
| | | /// <summary>
|
| | | /// 请输入楼层名称
|
| | | /// </summary>
|
| | | public const int uPleaseInputFloorName = 15759;
|
| | | /// <summary>
|
| | | /// 楼层名称已经存在
|
| | | /// </summary>
|
| | | public const int uFloorNameIsExist = 15760;
|
| | | /// <summary>
|
| | | /// 确认删除楼层及其所有房间?
|
| | | /// </summary>
|
| | | public const int uDeleteFloorMsg = 15761;
|
| | | /// <summary>
|
| | | /// 删除住宅
|
| | | /// </summary>
|
| | | public const int uDeleteResidence = 15762;
|
| | | /// <summary>
|
| | | /// 确认删除住宅及所有楼层、房间?
|
| | | /// </summary>
|
| | | public const int uDeleteResidenceMsg = 15763;
|
| | | /// <summary>
|
| | | /// 确认删除房间?
|
| | | /// </summary>
|
| | | public const int uDeleteRoomMsg = 15764;
|
| | | /// <summary>
|
| | | /// 创建房间
|
| | | /// </summary>
|
| | | public const int uCreatRoom = 15765;
|
| | | /// <summary>
|
| | | /// 房间名称
|
| | | /// </summary>
|
| | | public const int uRoomName = 15766;
|
| | | /// <summary>
|
| | | /// 所属楼层
|
| | | /// </summary>
|
| | | public const int uBelongeFloor = 15767;
|
| | | /// <summary>
|
| | | /// 温度
|
| | | /// </summary>
|
| | | public const int uTemperature = 15768;
|
| | | /// <summary>
|
| | | /// 湿度
|
| | | /// </summary>
|
| | | public const int uHumidity = 15769;
|
| | | /// <summary>
|
| | | /// 请输入房间名称
|
| | | /// </summary>
|
| | | public const int uPleaseInputRoomName = 15770;
|
| | | /// <summary>
|
| | | /// 编辑房间
|
| | | /// </summary>
|
| | | public const int uEditorRoom = 15771;
|
| | |
|
| | |
|
| | | //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
|
| | | /// <summary>
|
| | |
| | | /// 自定义设备所属ID为9的翻译名字:彩灯
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId9 = 40010;
|
| | | /// <summary>
|
| | | /// 自定义设备所属ID为10的翻译名字:温湿度传感器
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId10 = 40011;
|
| | | /// <summary>
|
| | | /// 自定义设备所属ID为10的翻译名字:温度传感器
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId11 = 40012;
|
| | | /// <summary>
|
| | | /// 自定义设备所属ID为10的翻译名字:湿度传感器
|
| | | /// </summary>
|
| | | public const int uDeviceBelongId12 = 40013;
|
| | | } |
| | | } |