| | |
| | | /// 国家/地区 |
| | | /// </summary> |
| | | public const int CountryOrRegion = 9021; |
| | | ///// <summary> |
| | | ///// 请选择国家/区域 |
| | | ///// </summary> |
| | | //public const int PleaseSelectCountryOrRegion = 9022; |
| | | /// <summary> |
| | | /// 服务器信息 |
| | | /// </summary> |
| | | public const int ServerInformation = 9022; |
| | | /// <summary> |
| | | /// 当前账号服务器所属: |
| | | /// </summary> |
| | | public const int CurrentAccountServerOwnership = 9023; |
| | | /// <summary> |
| | | /// *服务器是您当前云端数据存储的所在区域,无需必要,我们不建议发生迁移 |
| | | /// </summary> |
| | | public const int CurrentAccountServerOwnershipTip = 9024; |
| | | /// <summary> |
| | | /// 若需要迁移服务器,请拨打 |
| | | /// </summary> |
| | | public const int ToMigrateTheServerPleaseCall = 9025; |
| | | /// <summary> |
| | | /// 功能介绍 |
| | | /// </summary> |
| | | public const int FunctionIntroduced = 9026; |
| | | /// <summary> |
| | | /// 投诉 |
| | | /// </summary> |
| | | public const int Complaints = 9027; |
| | | /// <summary> |
| | | /// 版本更新 |
| | | /// </summary> |
| | | public const int VersionUpdate = 9028; |
| | | /// <summary> |
| | | /// (标题请带投诉字样,我们会优先处理) |
| | | /// </summary> |
| | | public const int WillGivePriorityToTheTreatmen = 9029; |
| | | /// <summary> |
| | | /// 复制成功 |
| | | /// </summary> |
| | | public const int CopySuccess = 9030; |
| | | /// <summary> |
| | | /// 空空如也 |
| | | /// </summary> |
| | | public const int ContentIsEmpty = 9031; |
| | | /// <summary> |
| | | /// 发现新版本 |
| | | /// </summary> |
| | | public const int DiscoverNewVersion = 9032; |
| | | /// <summary> |
| | | /// 已经是最新版本 |
| | | /// </summary> |
| | | public const int IsLatestVersion = 9033; |
| | | |
| | | |
| | | #region 网络请求响应错误提示信息 |