(function(abp){
abp.multiTenancy = abp.multiTenancy || {};
abp.multiTenancy.isEnabled = true;
})(abp);
(function(){
abp.session = abp.session || {};
abp.session.userId = null;
abp.session.tenantId = null;
abp.session.impersonatorUserId = null;
abp.session.impersonatorTenantId = null;
abp.session.multiTenancySide = 2;
})();
(function(){
abp.localization = abp.localization || {};
abp.localization.currentCulture = {
name: '',
displayName: 'Invariant Language (Invariant Country)'
};
abp.localization.languages = [{
name: 'zh-Hans',
displayName: '简体中文',
icon: 'famfamfam-flags cn',
isDisabled: false,
isDefault: true
}];
abp.localization.currentLanguage = {
name: 'en',
displayName: 'English',
icon: 'famfamfam-flags us',
isDisabled: true,
isDefault: true
};
abp.localization.sources = [
{
name: 'Abp',
type: 'MultiTenantLocalizationSource'
},
{
name: 'AbpWeb',
type: 'MultiTenantLocalizationSource'
},
{
name: 'AbpZero',
type: 'MultiTenantLocalizationSource'
},
{
name: 'Portal',
type: 'MultiTenantLocalizationSource'
}
];
abp.localization.values = abp.localization.values || {};
abp.localization.values['Abp'] = {
"AllOfTheseFeaturesMustBeEnabled": "Required features are not enabled. All of these features must be enabled: {0}",
"AllOfThesePermissionsMustBeGranted": "Required permissions are not granted. All of these permissions must be granted: {0}",
"AtLeastOneOfTheseFeaturesMustBeEnabled": "Required features are not enabled. At least one of these features must be enabled: {0}",
"AtLeastOneOfThesePermissionsMustBeGranted": "Required permissions are not granted. At least one of these permissions must be granted: {0}",
"CurrentUserDidNotLoginToTheApplication": "Current user did not login to the application!",
"DefaultFromSenderDisplayName": "Default from (sender) display name",
"DefaultFromSenderEmailAddress": "Default from (sender) email address",
"DefaultLanguage": "Default language",
"DomainName": "Domain name",
"FeatureIsNotEnabled": "Feature is not enabled: {0}",
"MainMenu": "Main menu",
"Password": "Password",
"ReceiveNotifications": "Receive notifications",
"SmtpHost": "SMTP host",
"SmtpPort": "SMTP port",
"TimeZone": "Timezone",
"UseDefaultCredentials": "Use default credentials",
"Username": "User name",
"UseSSL": "Use SSL"
};
abp.localization.values['AbpWeb'] = {
"AreYouSure": "Are you sure?",
"Cancel": "Cancel",
"DefaultError": "An error has occurred!",
"DefaultError401": "You are not authenticated!",
"DefaultError403": "You are not authorized!",
"DefaultError404": "Resource not found!",
"DefaultErrorDetail": "Error detail not sent by server.",
"DefaultErrorDetail401": "You should be authenticated (sign in) in order to perform this operation.",
"DefaultErrorDetail403": "You are not allowed to perform this operation.",
"DefaultErrorDetail404": "The resource requested could not found on the server.",
"EntityNotFound": "There is no entity {0} with id = {1}!",
"InternalServerError": "An internal error occurred during your request!",
"ValidationError": "Your request is not valid!",
"ValidationNarrativeTitle": "The following errors were detected during validation.",
"Yes": "Yes"
};
abp.localization.values['AbpZero'] = {
"CanNotDeleteAdminUser": "Can not delete user {0} since this is the default admin user!",
"CanNotDeleteStaticRole": "Can not delete a static role: {0}",
"CanNotRenameAdminUser": "Can not rename user name of the {0} since this is the default admin user!",
"Email": "Email",
"EmailSecurityCodeBody": "Your security code is: {0}",
"EmailSecurityCodeSubject": "Security Code",
"Identity.ConcurrencyFailure": "Optimistic concurrency failure, object has been modified.",
"Identity.DefaultError": "An unknown failure has occurred.",
"Identity.DuplicateEmail": "Email '{0}' is already taken.",
"Identity.DuplicateRoleName": "Role name '{0}' is already taken.",
"Identity.DuplicateUserName": "User name '{0}' is already taken.",
"Identity.InvalidEmail": "Email '{0}' is invalid.",
"Identity.InvalidPasswordHasherCompatibilityMode": "The provided PasswordHasherCompatibilityMode is invalid.",
"Identity.InvalidPasswordHasherIterationCount": "The iteration count must be a positive integer.",
"Identity.InvalidRoleName": "Role name '{0}' is invalid.",
"Identity.InvalidToken": "Invalid token.",
"Identity.InvalidUserName": "User name '{0}' is invalid, can only contain letters or digits.",
"Identity.LoginAlreadyAssociated": "A user with this login already exists.",
"Identity.PasswordMismatch": "Incorrect password.",
"Identity.PasswordRequireDigit": "Passwords must have at least one digit ('0'-'9').",
"Identity.PasswordRequireLower": "Passwords must have at least one lowercase ('a'-'z').",
"Identity.PasswordRequireNonAlphanumeric": "Passwords must have at least one non alphanumeric character.",
"Identity.PasswordRequireUpper": "Passwords must have at least one uppercase ('A'-'Z').",
"Identity.PasswordTooShort": "Passwords must be at least {0} characters.",
"Identity.RoleNotFound": "Role {0} does not exist.",
"Identity.UserAlreadyHasPassword": "User already has a password set.",
"Identity.UserAlreadyInRole": "User already in role '{0}'.",
"Identity.UserLockedOut": "User is locked out.",
"Identity.UserLockoutNotEnabled": "Lockout is not enabled for this user.",
"Identity.UserNameNotFound": "User {0} does not exist.",
"Identity.UserNotInRole": "User is not in role '{0}'.",
"InvalidFeatureValue": "{0} feature value is not valid!",
"InvalidTenancyName": "Tenancy name is not valid!",
"Ldap_Container": "Container",
"Ldap_ContextType": "Context type",
"Ldap_Domain": "Domain",
"Ldap_IsEnabled": "Enabled",
"Ldap_Password": "Password",
"Ldap_UserName": "User name",
"OrganizationUnitDuplicateDisplayNameWarning": "There is already an organization unit with name {0}. Two units with same name can not be created in same level.",
"RoleDisplayNameIsAlreadyTaken": "Role display name {0} is already taken.",
"RoleNameIsAlreadyTaken": "Role name {0} is already taken.",
"Sms": "Sms",
"SmsSecurityCodeMessage": "Your security code is: {0}",
"TenancyNameIsAlreadyTaken": "Tenancy name {0} is already taken."
};
abp.localization.values['Portal'] = {
"{0}IsInvalid": "\"{0}\" 无效",
"{0}UserCannotBeDeleted": "{不能删除0}用户.",
"AboutUs": "关于我们",
"Abp.Organizations.OrganizationUnit": "组织单位",
"Access to your applications and resources, even when you are offline": "即使您处于脱机状态,也可以访问您的应用程序和资源",
"AccountSettings": "账号设置",
"Action": "操作",
"ActionInformations": "操作信息",
"Actions": "操作",
"Activate": "激活",
"ActivateSubscriptionWarningMessage": "Webhook订阅将被激活,你的端点将得到相关的Webhook",
"Active": "激活",
"Add": "添加",
"AddedTime": "添加时间",
"AddFriend": "添加朋友",
"AdditionalWebhookHeaders": "附加的Webhook头",
"AddMember": "添加成员",
"AddNewWebhookSubscription": "添加新Webhook订阅",
"Address": "地址",
"AddRole": "添加角色",
"AddRootUnit": "添加根组织",
"AddSubUnit": "添加子组织",
"AddUser": "添加用户",
"AdminEmailAddress": "管理员邮箱",
"Administration": "管理",
"AdminPassword": "管理员密码",
"AdminPasswordRepeat": "管理员密码(核对)",
"AdminRoleCannotRemoveFromAdminUser": "管理员角色无法从管理员用户中删除",
"All": "全部",
"AllCachesSuccessfullyCleared": "所有缓存清除成功。",
"AllFunctionalityYouHaveInTheApplication": "您在应用程序中拥有的所有功能",
"AllOfThesePermissionsMustBeGranted": "未授予所需权限。必须授予以下权限:{0}",
"Allow": "允许",
"AllowTenantsToRegisterThemselves": "允许租户注册到系统。",
"AllowTenantsToRegisterThemselves_Hint": "如果您禁用此,创建租户只能在租户管理页,并且需要管理员权限 ",
"AllowToRememberBrowserForTwoFactorLogin": "允许记住浏览器。如果您允许,用户可以选择记住浏览器,以跳过在同一个浏览器中的再次两步认证登录。",
"AllowUsersToRegisterThemselves": "允许用户注册.",
"AllowUsersToRegisterThemselves_Hint": "如果此项被禁用,只能由管理员通过用户管理页面添加用户.",
"AllUsersSuccessfullyImportedFromExcel": "用户导入过程已成功完成. 已导入文件中的所有用户.",
"Amount": "金额",
"AnErrorOccurred": "发生了一个错误。请稍后重试。",
"AnHttpErrorOccured": "与服务器通信时出错。",
"Annual": "全年",
"AnnualPrice": "每年价格",
"Appearance": "外观",
"ApplicationAccess": "应用程序访问权限",
"ApplicationLogo": "应用程序Logo",
"Apply": "应用",
"AreYouSure": "您确定吗?",
"AssignToAnotherEdition": "分配到另一个版本",
"AtLeastOneOfThesePermissionsMustBeGranted": "未授予所需权限。至少授予以下权限之一:{0}",
"Attach": "连接",
"AuditLogDetail": "审计日志详情",
"AuditLogImpersonatedOperationInfo": "注意:此操作是由另一个用户代表该用户.",
"AuditLogs": "审计日志",
"Back": "返回",
"BackToMyAccount": "返回我的账户",
"BaseLanguage": "默认语言",
"BaseValue": "默认值",
"Billing": "账单",
"BlockedUsers": "锁定的用户",
"BlockUser": "锁定用户",
"Blue": "蓝色",
"Browse": "浏览",
"Browser": "浏览器",
"BuyNow": "现在购买",
"Caches": "缓存",
"CachesHeaderInfo": "您可以在本页中清除应用程序缓存。",
"CacheSuccessfullyCleared": "清除缓存成功。",
"Cancel": "取消",
"CanNotChangeAdminUserName": "管理用户,不能修改用户名.",
"CanNotEditOrDeleteDefaultLanguages": "不能删除默认语言.只能删除或者修改自己增加的语言. 但可以改变所有语言的文本信息.",
"CanNotUpgradeSubscriptionSinceTenantHasNoEditionAssigned": "由于租户没有分配版本,因此无法升级订阅。",
"CaptchaCanNotBeEmpty": "您必须证明自己不是机器人.",
"Captha_Hint": "请证明您不是机器人:",
"CascadeImpersonationErrorMessage": "不能多次模拟登录,这已经是模拟登录!",
"Change": "修改",
"ChangeDateRange": "更改日期范围",
"ChangeLogs": "更改日志",
"ChangePassword": "修改密码",
"ChangePasswordBeforeLinkToAnAccount": "您必须改变这个帐户的密码!",
"ChangePasswordToLogin": "您必须在登录前更改密码!",
"ChangeProfilePicture": "修改头像",
"ChangeTenant": "修改租户",
"ChangeTexts": "改变文本信息",
"ChangingFeatures": "正在修改特性参数",
"ChangingPermissions": "更改权限",
"ChangingTexts": "正在修改文本信息",
"ChangingWebhookActivity": "激活/禁用webhook",
"ChartDateFormat": "%Y/%m/%d",
"Chat": "聊天",
"ChatFeature": "聊天",
"ChatFeatureIsNotEnabledForReceiver": "租户没有启用聊天功能。",
"ChatFeatureIsNotEnabledForSender": "您没有启用聊天功能。",
"ChatIsConnecting": "正在连接聊天...",
"ChatIsNotConnectedWarning": "聊天还没有链接。",
"ChatUserSearch_Hint": "\n 填写租户用户的唯一用户名,
\n 其它租户的用户为 [租户名称]\\[用户名称]
\n 例如:
\n .\\admin -> 宿主管理员
\n Test\\admin -> Test租户的管理员
\n admin -> 您的租户管理员\n ",
"Clear": "清除",
"ClearAll": "全部清除",
"ClearedSuccessfully": "已成功清除",
"ClickHere": "点击这里",
"ClickToSeeInvalidUsers": "用户导入过程已成功完成. 文件含有无效数据. 点击查看无效的用户导入.",
"Client": "客户端",
"ClientIsRequestingYourPermission": "{0}正在请求您的权限",
"Close": "关闭",
"Code": "代码",
"Collapse": "断开",
"ConfirmationMailSentPleaseClickLinkInTheEmail": "已往您的{0}邮箱发送了一封邮件,请点击邮件中的链接,验证您的邮箱地址.",
"CouldNotValidateExternalUser": "无法验证外部用户登录",
"CreateAnAccount": "注册",
"CreatedAtByUser": "由{1}创建于{0}",
"CreateNewEdition": "创建新的版本",
"CreateNewLanguage": "创建新的语言",
"CreateNewRole": "添加角色",
"CreateNewTenant": "添加租户",
"CreateNewUser": "添加用户",
"CreatingNewEdition": "创建一个新的版本",
"CreatingNewLanguage": "正在创建新的语言",
"CreatingNewRole": "添加角色",
"CreatingNewTenant": "添加租户",
"CreatingNewUser": "添加用户",
"CreatingWebhooks": "创建新的webhook",
"CreationTime": "创建时间",
"CurrentPassword": "当前密码",
"CurrentTenant": "当前租户",
"CurrentUserDidNotLoginToTheApplication": "当前用户没有登录该应用程序!",
"CustomCSS": "自定义CSS",
"CustomData": "自定义数据",
"CustomRange": "自定义范围",
"Daily": "每日",
"Dashboard": "工作台",
"DashboardDemo_Note_Info": "\n\t\t\t在这个演示系统,您可以使用左边的菜单功能,测试和了解以下模块的全部功能:用户管理、角色管理、系统设置。\n\t\t\t主面板(Dashboard)页面只是用于演示目的,文本和数据没有什么含义(所有数据都是硬编码在浏览器客户端程序;\n\t\t\t其中的MEMBER ACTIVITY图表,向服务器端请求简单随机数据用于展示,当您点击刷新按钮时,可以看到变化。)\n\t\t",
"DashboardDemo_Note_Title": "欢迎使用ASP.NET Zero启动项目!",
"DashboardHeaderInfo": "分析与报告",
"DashboardNoteForMpaVersion": "\n 查看本示例:基于多页面应用版本,基于ASP.NET MVC和jQuery.\n ",
"DashboardNoteForSpaVersion": "\n 查看本示例:基于单页面应用版本,基于ASP.NET MVC和AngularJs.\n ",
"DashboardSampleStatistics": "样例统计",
"DashboardSampleStatisticsHelpText": "进度",
"Data": "数据",
"DatabaseConnectionString": "数据库连接字符串",
"Date": "日期",
"DateAndTimePickers": "日期和时间选择器",
"DateFormatShort": "yyyy-MM-dd",
"DateRange": "日期范围",
"DayCount": "天数",
"Days": "天",
"Deactivate": "禁用",
"DeactivateSubscriptionWarningMessage": "Webhook订阅将会被禁用,你的端点将不再得到Webhook",
"DeactiveTenant": "不活跃的租户",
"Default": "默认",
"Default (all) API": "默认(所有)API",
"DefaultAccountLockoutDurationAsSeconds": "帐户锁定持续时间(秒)",
"DefaultFromAddress": "默认发送邮箱地址",
"DefaultFromDisplayName": "默认发送人名字",
"DefaultFromSenderDisplayName": "默认显示名称",
"DefaultFromSenderEmailAddress": "默认电子邮件地址",
"DefaultLanguage": "默认语言",
"DefaultRole_Description": "新用户将默认拥有此角色.",
"Delete": "删除",
"DeletingEdition": "正在删除版本",
"DeletingLanguages": "正在删除语言",
"DeletingRole": "删除角色",
"DeletingTenant": "删除租户",
"DeletingUser": "删除用户",
"Demo_SampleChatMessage": "您好,这是一个测试消息。请在不同的浏览器中登录和退出来测试聊天功能。",
"DemoPayPalAccount": "演示PayPal帐户",
"DemoUiComponents": "演示UI组件",
"DemoUiComponents_Info": "\n\t\t\t此页面显示了一些可在您的应用程序中使用的UI组件。\n\t\t\t 此页面中的组件实现为全栈(包括服务器端)。\n\t\t",
"DemoUiComponents_Info_Metronic_Link_Text": "检查Metronic主题以获取更多UI组件",
"Detail": "详情",
"DetailingSubscription": "参见webhook详情页面",
"DifferentTenantImpersonationErrorMessage": "不能模拟不同租户的用户!",
"Disabled": "已禁用",
"DisplayOrder": "显示顺序",
"DomainName": "域名",
"DoNotAllow": "不允许",
"DontYouHaveAnAccount": "还不是系统用户?",
"Download": "下载",
"DownloadAll": "全部下载",
"Duration": "持续时间",
"Edit": "修改",
"EditEdition": "编辑版本",
"EditingEdition": "正在编辑版本",
"EditingLanguage": "正在编辑语言",
"EditingRole": "修改角色",
"EditingTenant": "修改租户",
"EditingUser": "修改用户",
"EditingWebhooks": "编辑webhook",
"Edition": "版本",
"EditionDeleteWarningMessage": "您确定要删除版本{0}吗?",
"EditionName": "版本名称",
"EditionProperties": "版本属性列表",
"Editions": "版本列表",
"EditionsHeaderInfo": "管理当前应用的版本和特性参数",
"EditionStatistics": "版本统计",
"EditLanguage": "编辑语言",
"EditRole": "修改角色",
"EditTenant": "修改租户",
"EditText": "编辑文本",
"EditUser": "修改用户",
"EditWebhookSubscription": "编辑Webhook订阅",
"Email": "电子邮件",
"EmailActivation": "发送激活邮件",
"EmailActivation_ClickTheLinkBelowToVerifyYourEmail": "请点击以下链接确认您的邮箱地址,并激活您的用户账号:",
"EmailActivation_Subject": "激活您的用户账号",
"EmailActivation_SubTitle": "系统发送此邮件验证您的邮箱地址,并激活您的用户账号.",
"EmailActivation_Title": "欢迎使用系统.",
"EmailAddress": "邮箱地址",
"EmailConfirm": "邮箱地址验认",
"EmailConfirmationRequiredForLogin": "必须验证邮箱地址后才能登录.",
"EmailSecurityCodeBody": "您的安全代码是:{0}",
"EmailSecurityCodeSubject": "安全代码",
"EmailSmtp": "邮箱 (SMTP)",
"EmptyOnes": "空值",
"Enable": "启用",
"EnableLdapAuthentication": "启用轻量目录访问协议(LDAP)认证.",
"EnableTwoFactorLogin": "启用两步认证登录",
"EnableUserAccountLockingOnFailedLoginAttempts": "登录失败后启用用户的帐户锁定",
"Error": "错误!",
"ErrorState": "错误状态",
"ExcelOperations": "Excel操作",
"Exception": "异常",
"Expand": "扩展",
"ExpiringEditionMustBeAFreeEdition": "到期后强制转为免费版",
"ExpiringTenantsHelpText": "有{1}位客户将在{0}天内到期...",
"ExportToExcel": "导出到Excel",
"Extend": "拓展",
"Extend_Edition_Description": "拓展至{0}版本",
"ExtendedEdition": "已拓展到{0}版",
"Failed": "失败",
"FailedSubscriptionTerminations_Email_Body": "终止租户{1}的{0}订阅时失败。您可以在系统日志中找到详细的错误消息。",
"FailedSubscriptionTerminations_Email_Subject": "订阅终止失败",
"FailedSubscriptionTerminations_SubTitle": "一些租户的订阅终止失败",
"FailedSubscriptionTerminations_Title": "订阅终止失败",
"Features": "特性参数列表",
"File": "文件",
"File_Empty_Error": "请选择一个文件!",
"File_Invalid_Type_Error": "文件类型无效!",
"File_SizeLimit_Error": "文件大小超出限制!",
"FileCantBeConvertedToUserList": "用户导入过程失败. 文件无效.",
"FileUpload": "上传文件",
"FilterByPermission": "按权限搜索",
"FilterByRole": "按角色搜索",
"FilterOrAddUser": "搜索/添加 用户",
"Flag": "标记",
"ForgotPassword": "不记得密码了?",
"FormBasedRegistration": "基于表单身份验证",
"FormIsNotValidMessage": "部分输入信息不符合要求,请检查并改正..",
"Free": "免费",
"FreeEditionsCannotHaveTrialVersions": "免费版本不需要试用版",
"FreeTrial": "免费试用",
"Friends": "朋友",
"FriendshipRequestAccepted": "对方已成为您的朋友",
"FromTenantToHostImpersonationErrorMessage": "不能从租户中模拟本地用户!",
"Gateway": "网关",
"General": "基本信息",
"GoogleAuthenticatorIsNotEnabled": "您的帐户未启用Google身份验证器。您必须先在您的设置中启用它。",
"GoogleAuthenticatorReferrerLink": "不确定这个页面是什么意思?您可能需要检查一下",
"GoToApplication": "登录系统",
"GoToLoginPage": "转到登录页面",
"GoToSubscription": "去订阅",
"GoToSubscriptionManagement": "现在订阅",
"Green": "绿色",
"HangfireDashboard": "Hangfire 仪表盘",
"HasError": "出现错误",
"HasOwnDatabase": "使用自己的数据库",
"HeaderKey": "头部Key",
"HeaderKeyAndValueCanNotBeNull": "Header键和值不能为空",
"HeaderKeysMustBeUnique": "Header键必须是唯一的",
"HeaderValue": "头部Value",
"HideAdvancedFilters": "隐藏高级过滤",
"HomePage": "主页",
"HostDashboardHeaderInfo": "一般统计和最近的活动",
"HttpStatusCode": "Http状态代码",
"Image": "图像",
"ImpersonationTokenErrorMessage": "模拟认证无效或过期",
"ImportFromExcel": "从Excel导入",
"ImportToExcelSampleFileDownloadInfo": "{0} 以下载Excel导入样本.",
"ImportUsersProcessStart": "用户导入过程已开始.",
"ImportUsersUploadFailed": "用户导入过程失败.",
"Income": "收入",
"IncomeStatistics": "收入统计",
"IncomeWithAmount": "收入:{0}",
"IncorrectCaptchaAnswer": "无法确定您不是机器人.",
"IncorrectImageFormat": "图像格式不正确!",
"InvalidEmailAddress": "邮箱地址无效",
"InvalidEmailConfirmationCode": "邮箱验证已失效",
"InvalidEmailConfirmationCode_Detail": "请您务必通过点击邮件中的重置链接进入本页面.如果已经这样做了,还存在问题,请重试一遍邮箱验证操作!",
"InvalidFeaturesWarning": "一个或者多个特性参数值无效",
"InvalidFormMessage": "部分输入信息不符合要求,请检查并改正.",
"InvalidPasswordResetCode": "密码重置已失效",
"InvalidPasswordResetCode_Detail": "请您务必通过点击邮件中的重置链接进入本页面.如果已经这样做了,还存在问题,请重试一遍密码重置操作!",
"InvalidPhoneNumber": "字段{0}不是有效的电话号码",
"InvalidRegularExpression": "字段{0}无效。",
"InvalidSecurityCode": "无效的安全代码!",
"InvalidUserImports": "无效的用户导入",
"InvalidUserNameOrEmailAddress": "用户名或Email地址无效",
"InvalidUserNameOrPassword": "用户名或密码无效",
"Invoice": "发票",
"InvoiceInfoIsMissingOrNotCompleted": "发票信息缺失或未完成",
"InvoiceInformation": "发票信息",
"InvoiceNo": "发票号",
"InvoiceTo": "发票给",
"IpAddress": "IP地址",
"IsActive": "是否激活",
"IsDisabled": "已禁用",
"IsEmailVerificationEnabled": "启用电子邮件验证。",
"IsEnabled": "是否已启用",
"IsGoogleAuthenticatorEnabled": "启用Google身份验证器",
"IsInTrialPeriod": "是否在试用期?",
"IsLockoutEnabled": "是否启用锁定?",
"IsLockoutEnabled_Hint": "在一定数量的失败登录尝试后,用户将被锁定一段时间。",
"IsSmsVerificationEnabled": "启用短信验证。",
"IsTrialActive": "是否是试用",
"IsTwoFactorEnabled": "是否启用双因素身份验证?",
"Key": "键值",
"Language": "语言",
"LanguageDeleteWarningMessage": "确定要删除当前语言包吗 {0}?",
"Languages": "语言列表",
"LanguagesHeaderInfo": "管理语言包的文本头信息",
"LanguageTexts": "语言的文本信息",
"LanguageTextsHeaderInfo": "编辑语言的文本头信息.",
"Last30Days": "最近30天",
"Last7Days": "最近7天",
"LastLoginTime": "上次登录时间",
"LastModificationTime": "最后修改时间",
"LastMonth": "上个月",
"LatestPaymentAmount": "最后付款金额",
"LdapSettings": "LDAP设置",
"LeaveEmptyToSwitchToHost": "想要切换到宿主请留空",
"LeftMenu": "左侧菜单",
"LegalName": "法定名称",
"LengthNotInRange": "字段{0}的长度必须介于{1}和{2}之间。",
"LessThanMinStringLength": "字段{0}的最小长度为{1}。",
"Link": "链接",
"LinkedAccounts": "关联账户",
"LinkedUserDeleteWarningMessage": "用户的关联 {0} 将被删除。",
"LinkNewAccount": "创建关联账户",
"LinkToCurrentPage": "链接到当前页面",
"ListingSendAttempts": "列出webhook发送尝试历史",
"LoadWithThreeDot": "加载中...",
"LogIn": "登录",
"LoginAsThisTenant": "使用这个租户登录",
"LoginAsThisUser": "使用这个用户登录",
"LoginAttempts": "登录记录",
"LoginFailed": "登录失败!",
"LoginForTenants": "租户登录",
"LoginForUsers": "用户登录",
"LoginWith": "登录",
"Logout": "注销",
"LookingForMpaVersion": "查找多页面应用版本号",
"LookingForSpaVersion": "查找单页面应用版本号",
"MailSent": "邮件已发送",
"MainMenu": "主菜单",
"Maintenance": "维护",
"ManageLinkedAccounts": "账户管理",
"ManagingMembers": "管理成员",
"ManagingOrganizationTree": "管理组织机构树",
"MaxFailedAccessAttemptsBeforeLockout": "在锁定帐户之前的累计登录失败的最大数量",
"MaximumUserCount": "最大用户数",
"MaximumUserCount_Description": "0 = 无限制",
"MaximumUserCount_Error_Detail": "允许此租户最多拥有{0}名用户。",
"MaximumUserCount_Error_Message": "已达到允许的最大用户数!",
"Members": "组织成员",
"Message": "消息",
"Monthly": "每月",
"MonthlyPrice": "每月价格",
"MySettings": "我",
"Name": "名字",
"NameSurname": "姓名",
"NewChatMessageEmail_Subject": "您有一个新的消息",
"NewChatMessageEmail_SubTitle": "",
"NewChatMessageEmail_Title": "消息详情",
"NewNotifications": "新通知",
"NewOrganizationUnit": "新建组织机构",
"NewPassword": "新密码",
"NewPasswordRepeat": "新密码 (核对)",
"NewRegisteredTenantsIsActiveByDefault": "新注册的默认租户。",
"NewRegisteredTenantsIsActiveByDefault_Hint": "如果您禁用这个,新的租户将不启用(和不能登录),直到管理员手动激活帐户。",
"NewRegisteredUsersIsActiveByDefault": "注册用户默认激活.",
"NewRegisteredUsersIsActiveByDefault_Hint": "如果此项被禁用,新用户需要通过邮件激活后才能登录.",
"News": "资讯动态",
"NewSubscriptionAmount": "新订阅金额",
"NewTenant": "新租户",
"NewTenantRegisteredNotificationDefinition": "申请注册的一个新租户。",
"NewTenantRegisteredNotificationMessage": "申请注册的新租户。租户的名称: {tenancyName}.",
"NewTenants": "新租户",
"NewUserRegisteredNotificationDefinition": "新用户注册。",
"NewUserRegisteredNotificationMessage": "新用户注册成功。用户名:{userName},邮件地址:{emailAddress}。",
"NewValue": "新值",
"Next": "下一步",
"No": "否",
"NoCamera": "找不到可用的相机!",
"NoData": "没有数据",
"NoInternetConnection": "您目前没有连接到互联网",
"None": "没有",
"NoOrganizationUnitDefinedYet": "没有定义组织机构.",
"NoPermission": "您没有任何权限。请联系您的管理员。",
"NotAssigned": "没有分配",
"Note_RefreshPageForPermissionChanges": "如果您正在更改自己的权限,则可能需要刷新页面(F5),以在您所做的权限更改生效!",
"Notice": "通知公告",
"Notification": "通知",
"NotificationDeleteWarningMessage": "此通知将被删除",
"Notifications": "通知",
"NotificationSettings": "通知设置",
"NotificationTypes": "通知类型",
"NotImpersonatedLoginErrorMessage": "这不是模拟登录!",
"NotSelected": "未选择",
"Object": "对象",
"Off": "禁用",
"Offline Access": "离线访问",
"Ok": "Ok",
"On": "启用",
"OnlyLockedUsers": "仅已锁定用户",
"OopsYouAreLost": "噢! 失踪了.",
"OperationLogs": "操作日志",
"OrganizationTree": "组织结构树",
"OrganizationUnitDeleteWarningMessage": "您确定删除组织机构 {0}?",
"OrganizationUnitMoveConfirmMessage": "请确认移动 {0} 到 {1}.",
"OrganizationUnitNotFoundForThisUser": "此用户没有组织单位。",
"OrganizationUnits": "组织机构",
"OrganizationUnitsHeaderInfo": "使用组织机构来组织用户和实体",
"OriginalValue": "原始值",
"Others": "其他",
"OtherSettings": "其它设置",
"Pages": "页面",
"Paid": "付费",
"Parameters": "参数",
"Password": "密码",
"PasswordChangeDontRememberMessage": "忘记密码? {0}.",
"PasswordComplexity": "密码复杂性",
"PasswordComplexity_MaxLength_Hint": "密码不能大于 {0} 个字符",
"PasswordComplexity_MinLength_Hint": "密码必须包含 {0} 个字符",
"PasswordComplexity_RequireDigit": "缺少数字",
"PasswordComplexity_RequireDigit_Hint": "密码至少有一个数字('0'-'9')。",
"PasswordComplexity_RequiredLength": "长度不足",
"PasswordComplexity_RequiredLength_Hint": "密码至少为{0}个字符。",
"PasswordComplexity_RequireLowercase": "缺少小写字母",
"PasswordComplexity_RequireLowercase_Hint": "密码至少有一个小写字母('a'-'z')。",
"PasswordComplexity_RequireNonAlphanumeric": "缺少特殊字符",
"PasswordComplexity_RequireNonAlphanumeric_Hint": "密码至少包含一个特殊字符。",
"PasswordComplexity_RequireUppercase": "缺少大写字母",
"PasswordComplexity_RequireUppercase_Hint": "密码至少有一个大写字母('A'-'Z')。",
"PasswordComplexity_UseLowerCaseLetters_Hint": "密码必须包含一个小写字母",
"PasswordComplexity_UseNumbers_Hint": "密码必须包含数字",
"PasswordComplexity_UsePunctuations_Hint": "密码必须包含一个特殊字符",
"PasswordComplexity_UseUpperCaseLetters_Hint": "密码必须包含一个大写字母",
"PasswordComplexityNotSatisfied": "过于简单的密码。",
"PasswordRepeat": "密码 (核对)",
"PasswordReset": "重置密码",
"PasswordResetEmail_ClickTheLinkBelowToResetYourPassword": "请点击以下链接重置密码:",
"PasswordResetEmail_Subject": "重置密码",
"PasswordResetEmail_SubTitle": "进行密码重置.",
"PasswordResetEmail_Title": "重置密码.",
"PasswordResetMailSentMessage": "已向您的邮箱发送了一封密码重置邮件,请查收.",
"PasswordsDontMatch": "密码不匹配!",
"Payment": "付款",
"PaymentCouldNotCompleted": "付款无法完成",
"PaymentHistory": "付款历史",
"PaymentId": "付款ID",
"PaymentInfo": "付款信息",
"PaymentMightBeExpiredWarning": "您的操作可能会超时,如果您已经付款,请与我们联系。",
"PaymentPeriodType": "付款期限类型",
"PaymentPeriodType_Annual": "每年",
"PaymentPeriodType_Monthly": "每月",
"Period": "日期",
"Permission": "权限",
"Permissions": "权限",
"PerMonth": "每月",
"PersonalInformations": "个人信息",
"PerYear": "每年",
"PhoneNumber": "电话号码",
"PickFromGallery": "从画廊中挑选",
"Pin": "Pin",
"Pink": "粉色",
"Platform.MultiTenancy.Tenant": "租户",
"PleaseEnterAtLeastNCharacter": "请输入至少{0}个字符。",
"PleaseEnterLoginInformation": "请输入登录信息",
"PleaseEnterNoMoreThanNCharacter": "请输入不超过{0}个字符。",
"PleaseEnterYourNewPassword": "请输入新密码.",
"PleaseWaitToConfirmYourEmailMessage": "正在确认您的电子邮件地址,请稍后...",
"PostedData": "发布数据",
"PostedValue": "发布数值",
"Previous": "向前",
"Pricing": "价格",
"Print": "打印",
"ProcessingWithThreeDot": "处理中...",
"ProcessTime": "处理时间",
"Profile": "个人信息",
"ProfilePicture_Change_Error": "头像修改错误.",
"ProfilePicture_Change_Info": "只能选择{0}mb内的JPG/JPEG/PNG图片.",
"ProfilePicture_Warn_FileType": "只能选择1mb内的JPG/JPEG图片,请重新选择头像文件.",
"ProfilePicture_Warn_SizeLimit": "只能选择{0}mb内的JPG/JPEG图片,请重新选择头像文件.",
"ProjectChannel": "项目频道",
"Property": "属性",
"Purchase": "购买",
"ReceiveNotifications": "接收通知",
"ReceiveNotifications_Definition": "这个选项可以用来完全启用/禁用接收通知。",
"ReceiveNotifications_DisableInfo": "您完全禁用接收通知,您可以启用它并选择您想收到通知类型。",
"RecentTenants": "最近的租户",
"RecentTenantsHelpText": "最近{0}天内注册了{1}位客户...",
"Refresh": "刷新",
"RegisterFormUserNameInvalidMessage": "请不要使用包含用户名的电子邮件地址。",
"RemainingDay": "剩余1天",
"RemainingTime": "生育时间",
"RememberMe": "记住我",
"RememberMyDecision": "记住我的决定",
"RememberThisBrowser": "记住这个浏览器",
"Remove": "删除",
"RemoveRoleFromOuWarningMessage": "您确定要从组织机构 {1} 中删除角色 {0} ?",
"RemoveUserFromOuWarningMessage": "您确定要从组织机构 {1} 中删除成员 {0} ?",
"RequestedFileDoesNotExists": "请求的文件不存在!",
"RequestTimedOut": "您的请求超时,请稍后再试。",
"Required": "必要",
"RequiredField": "{0}个字段是必需的。",
"Resend": "重发",
"ResendingWebhook": "重发一个webhook",
"Reset": "重置",
"ResetCode": "重置代码",
"ResetFeaturesTooltip": "重置租户指定的特性参数设置并且保存.当前租户只会拥有已注册版本的特性参数.",
"ResetPermissionsTooltip": "重置用户权限后,用户仅拥有所属角色包含的权限,为用户直接指定的权限将取消.",
"ResetSpecialFeatures": "重置特殊的特性参数",
"ResetSpecialPermissions": "重置直接指定权限",
"ResetSuccessfully": "重置成功",
"ResizedProfilePicture_Warn_SizeLimit": ",图片大小不能超过{0}KB。请调整图片大小后再试一次。",
"Response": "响应",
"Role": "角色",
"RoleDeleteWarningMessage": "角色 {0} 将被删除,拥有此角色的用户将取消此角色.",
"RoleIsInheritedFromOrganizationUnit": "该角色继承自用户所属的组织机构",
"RoleName": "角色名称",
"RoleProperties": "角色属性",
"Roles": "角色",
"RolesHeaderInfo": "使用角色进行权限分组.",
"Root": "根",
"Rotate": "旋转",
"Save": "保存",
"SaveAll": "保存全部",
"SaveAndClose": "保存 & 关闭",
"SaveAndNext": "保存 & 文本",
"SaveAsSystemDefault": "保存为系统默认值",
"SavedSuccessfully": "保存成功.",
"SavingWithThreeDot": "保存中...",
"ScanQrCodeWithYourMobileApp": "使用您的应用程序扫描此QR码",
"Search": "搜索",
"SearchWithThreeDot": "搜索...",
"SecondShort{0}": "{0} 秒",
"Security": "安全",
"SeeAllNotifications": "看到所有的通知",
"SeeAllRecords": "查看所有记录",
"SeeDemo": "查看示例",
"Select": "选择",
"SelectAnItem": "选择一个项目",
"SelectAnOrganizationUnitToSeeMembers": "选择一个组织机构以查看成员.",
"SelectAnOrganizationUnitToSeeRoles": "选择一个组织机构以查看角色.",
"SelectARole": "选择一个角色",
"SelectAUser": "选择一个用户",
"SelectDate": "选择日期",
"SelectFile": "选择文件",
"SelectPermissions": "选择权限",
"SelectRoles": "选择角色",
"SelectTwoFactorProvider": "选择双因素身份验证提供程序",
"SelectUsers": "选择用户",
"SelfUserRegistrationIsDisabledMessage": "您不能注册!",
"SelfUserRegistrationIsDisabledMessage_Detail": "注册功能被禁用,请联系您的系统管理员为您建立用户账号.",
"Send": "发送",
"SendActivationEmail": "发送激活邮件.",
"SendEmailActivationLink_Information": "系统在几十秒内向您发送一封邮件,用于激活您的用户账号,请接收并点击邮件内容中的激活链接。如果在2分钟内还没收到这封邮件,请重试.",
"Sender": "发送人",
"SendPasswordResetLink_Information": "系统在几十秒内向您发送一封密码重置邮件,如果在3分钟内还没收到这封邮件,请重试.",
"SendSecurityCode": "发送安全代码。",
"SendSecurityCode_Information": "您必须通过验证才能登录。请选择一个验证类型。根据选定的验证类型发送代码。",
"SendSecurityCodeErrorMessage": "无法发送安全代码!",
"SendTestEmail": "发送测试邮件",
"Service": "服务",
"ServiceInformation": "服务指南",
"SetAllAsRead": "设置所有为已读",
"SetAsDefaultLanguage": "设置当前语言为默认语言",
"SetAsRead": "设置为已读",
"SetRandomPassword": "使用随机密码.",
"Settings": "设置",
"SettingsHeaderInfo": "显示和修改程序设置.",
"ShouldChangePasswordOnNextLogin": "下次登录需要修改密码.",
"ShowAdvancedFilters": "显示高级过滤",
"ShowData": "显示数据",
"ShowInvoice": "查看发票",
"ShowLockScreenWhenTimedOut": "超时时显示锁定屏幕",
"ShowResponse": "显示响应",
"SignUp": "登录",
"Sms": "短信",
"SmsSecurityCodeMessage": "您的安全代码是:{0}",
"SmsVerificationEnabled": "启用电话号码验证(通过短信)",
"SmsVerificationMessage": "您的验证码:{0}",
"SmtpHost": "SMTP服务器",
"SmtpPort": "SMTP端口",
"Source": "选择源",
"Start": "开始",
"StartUsingFree": "开始免费试用",
"Static": "系统",
"StaticRole_Tooltip": "不能删除系统角色.",
"Status": "状态",
"StringLengthDoesntMatch": "字段{0}的最小长度为{1},最大长度为{2}。",
"Submit": "提交",
"Subscription": "订阅",
"SubscriptionAssignedToAnother_Email_Body": "您的平台订阅已于{1}过期。您当前的版本已分配到{0}。",
"SubscriptionEndDate": "订阅结束日期",
"SubscriptionEndDateUtc": "订阅结束日期(Utc)",
"SubscriptionExpire_Email_Body": "您的平台订阅已于{0}过期。",
"SubscriptionExpire_Email_Subject": "您的平台订阅已过期",
"SubscriptionExpire_SubTitle": "此电子邮件将通知您有关订阅到期的通知",
"SubscriptionExpire_Title": "平台订阅到期",
"SubscriptionExpireNotification": "您的订阅将在{0}天后到期。",
"SubscriptionExpiringSoon_Email_Body": "您的平台订阅将在{0}到期。",
"SubscriptionExpiringSoon_Email_Subject": "您的平台订阅到期通知",
"SubscriptionExpiringSoon_SubTitle": "此电子邮件将通知您有关订阅到期的通知。",
"SubscriptionExpiringSoon_Title": "平台订阅到期通知",
"SubscriptionExpiringTenants": "订阅到期的租户",
"SubscriptionInformation": "订阅信息",
"SubscriptionPaymentGatewayType_Paypal": "Paypal",
"SubscriptionPaymentGatewayType_Stripe": "Stripe",
"SubscriptionPaymentStatus_Cancelled": "Cancelled",
"SubscriptionPaymentStatus_Completed": "已完成",
"SubscriptionPaymentStatus_Failed": "以失败",
"SubscriptionPaymentStatus_NotPaid": "Not Paid",
"SubscriptionPaymentStatus_Paid": "Paid",
"SubscriptionPrice": "订阅价格",
"Subscriptions": "订阅",
"SubscriptionStartDate": "订阅开始日期",
"Success": "成功",
"SuccessfullyActivated": "成功激活",
"SuccessfullyAdded": "添加成功",
"SuccessfullyDeactivated": "成功禁用",
"SuccessfullyDeleted": "删除成功.",
"SuccessfullyMoved": "移动成功",
"SuccessfullyRegistered": "注册成功",
"SuccessfullyRemoved": "删除成功",
"SuccessfullySaved": "保存成功.",
"SuccessfullyUnlinked": "关联成功",
"Surname": "姓氏",
"SwitchToLinkedAccountTokenErrorMessage": "模拟令牌无效或过期!",
"TakePhoto": "拍张照片",
"TargetLanguage": "目标语言",
"TargetUserNotFoundProbablyDeleted": "找不到目标用户。他可能已被删除。",
"TargetValue": "目标值",
"Tax/VatNo": "税务代码",
"TenancyCodeName": "租户编码",
"TenancyName": "租户名称",
"TenantDatabaseConnectionStringChangeWarningMessage": "通知:在更改租户的数据库连接字符串之前,应将租户数据库移到新的位置。更改连接字符串并不会移动数据库。",
"TenantDeleteWarningMessage": "租户 {0} 将被删除.",
"TenantEditionIsNotAssigned": "租户版本未分配",
"TenantIdIsNotActive{0}": "未激活的租户ID:{0}",
"TenantInformations": "租户信息",
"TenantIsNotActive": "租户 {0} 未激活.",
"TenantManagement": "租户管理",
"TenantName": "租户名称",
"TenantName_Regex_Description": "租户名称必须由2个以上字母、数字、-、_组成,以字母开头",
"TenantNameCanNotBeEmpty": "租户名不能为空",
"TenantNameOrTenancyCode": "租户名称/租户代码",
"TenantRegistrationLoginInfo": "单击此处登录",
"Tenants": "租户",
"TenantsCannotCreateLanguage": "租户不能创造语言。",
"TenantSelection": "选择租户",
"TenantSelection_Detail": "请选择一个租户",
"TenantsHeaderInfo": "管理租户.",
"TenantSignUp": "注册租户",
"TenantToHostChatFeature": "与宿主聊天",
"TenantToHostChatFeatureIsNotEnabledForReceiver": "当前租户没有启用与宿主聊天功能。",
"TenantToHostChatFeatureIsNotEnabledForSender": "您没有启用与宿主聊天的功能。",
"TenantToTenantChatFeature": "与其他租户聊天",
"TenantToTenantChatFeatureIsNotEnabledForReceiver": "当前租户没有启用与其他租户聊天功能。",
"TenantToTenantChatFeatureIsNotEnabledForSender": "您没有启用与其他租户聊天的功能。",
"TestCheckFeature": "测试功能",
"TestCheckFeature2": "测试功能2",
"TestEmail_Body": "这是一个测试邮件。",
"TestEmail_Subject": "测试电子邮件",
"TestEmailSentSuccessfully": "成功发送测试邮件。",
"TestEmailSettingsHeader": "测试邮件设置",
"The20th": "二十大专栏",
"ThemeEducation": "主题教育",
"ThereAreNoNotifications": "没有通知。",
"ThereIsNoLoggedInUser": "未登录的用户。",
"ThereIsNoSuchImageFileWithGivenToken": "没有给定令牌的图像",
"ThereIsNoTenantDefinedWithName{0}": "租户 {0}不存在",
"ThisEditionIsUsedAsAnExpiringEdition": "此版本用作其他版本订阅到期后版本。如果你想让这个版本付费,你应该先从其他版本中删除它。",
"ThisFieldIsRequired": "这是必填栏。",
"ThisInvoiceIsNotYours": "这张发票不是你的!",
"ThisLanguageAlreadyExists": "这种语言已经存在!",
"ThisMonth": "这个月",
"ThisWebSiteRootAddress": "网站http根路径",
"ThisWebSiteRootAddress_Hint": "示例: http://mydomain.com/ ,用于外部链接本系统,如密码重置链接",
"Time": "时间",
"TimeoutPleaseTryAgain": "操作超时!请再试一次。",
"Timezone": "时区",
"TimeZoneSettingChangedRefreshPageNotification": "时区设置改变。单击“确定”按钮刷新页面,并使更改生效。",
"Today": "今天",
"Toggle": "切换",
"TopMenu": "顶部菜单",
"Total": "总计",
"TotalAmount": "总金额",
"TotalRecordsCount": "总计:{0}",
"Trial": "试用",
"TrialDayCount": "试用天数",
"TrialExpireNotification": "您的试用期将在{0}天后到期。",
"TrialSubscriptionNotification": "您正处于{0}版试用期,{1}购买。",
"TryIt": "试试吧",
"TwoFactorLogin": "两步认证登录",
"TwoFactorLoginIsNotSupported": "目前不支持双因素登录!",
"TypeAMessageHere": "请在这里输入消息...",
"UiCustomization_AllowAsideHiding": "允许一边隐藏",
"UiCustomization_AllowAsideMinimizing": "尽量减少",
"UiCustomization_Boxed": "Boxed",
"UiCustomization_ContentSkin": "内容皮肤",
"UiCustomization_Dark": "黑暗",
"UiCustomization_Default": "默认",
"UiCustomization_DefaultHiddenAside": "默认隐藏在一边",
"UiCustomization_DefaultMinimizedAside": "默认最小化",
"UiCustomization_Desktop": "桌面段",
"UiCustomization_DesktopFixedHeader": "固定标题",
"UiCustomization_Disabled": "已禁用",
"UiCustomization_DisplayHeaderMenu": "显示Header菜单",
"UiCustomization_DisplaySubmenuArrowDesktop": "显示子菜单箭头",
"UiCustomization_DropdownSkin": "下拉皮肤",
"UiCustomization_DropdownSubmenuSkin": "下拉子菜单皮肤",
"UiCustomization_FixedFooter": "固定Footer",
"UiCustomization_FixedMenu": "固定菜单",
"UiCustomization_Fluid": "Fluid",
"UiCustomization_Footer": "Footer",
"UiCustomization_Header": "标题栏",
"UiCustomization_HeaderSkin": "皮肤",
"UiCustomization_Hide": "隐藏",
"UiCustomization_Inherit": "继承",
"UiCustomization_Layout": "布局",
"UiCustomization_LayoutType": "布局类型",
"UiCustomization_Left": "左",
"UiCustomization_Light": "明亮",
"UiCustomization_LightGrey": "浅灰色",
"UiCustomization_Menu": "菜单",
"UiCustomization_MenuPosition": "位置",
"UiCustomization_MenuSkin": "菜单皮肤",
"UiCustomization_Mobile": "移动端",
"UiCustomization_MobileFixedHeader": "固定Header",
"UiCustomization_None": "没有",
"UiCustomization_PushFooter": "Push footer",
"UiCustomization_SpinnerMessage": "微调消息",
"UiCustomization_Theme": "主题",
"UiCustomization_Top": "上",
"UiCustomization_White": "白色",
"UiCustomizationHeaderInfo": "更改UI的外观",
"UnblockUser": "解锁用户",
"UnknownTenantId{0}": "未知租户ID:{0}",
"Unlimited": "无限",
"UnlimitedTimeSubscription": "无限时间订阅",
"Unlock": "解锁",
"UnlockedTenandAdmin": "已解锁的管理员用户{0}",
"UnlockedTheUser": "解锁用户 {0}",
"Unread": "未读的",
"Upgrade": "升级",
"Upgrade_Edition_Description": "升级至{0}版本",
"UpgradedTo": "已升级到{0}版",
"Upload": "上传",
"UploadCSS_Info": "选择一个不超过1MB的.css样式表文件。",
"UploadedFile": "已上传文件",
"UploadLogo_Info": "选择一张像素为139x35且不超过30KB的JPG/JPEG/PNG/GIF的图片文件。",
"UseCaptchaOnRegistration": "用户注册时使用图片验证码(captcha).",
"UseDefaultCredentials": "默认身份验证",
"UseDefaultSettings": "使用默认设置",
"UseHostDatabase": "使用Host数据库",
"User profile": "用户资料",
"UserAccount": "用户账户",
"UserAccounts": "用户账户",
"UserBlocked": "用户锁定成功。",
"UserDeleteWarningMessage": "用户 {0} 将被删除.",
"UserEmailIsNotConfirmedAndCanNotLogin": "您的邮箱未通过验证.请检查您的邮箱地址是否正确,查收邮件并点击邮件内容中的验证链接进行验证和激活.如果没有收到邮件,请点击[邮箱验证],系统会重新发送一封邮件.",
"UserInformations": "用户信息",
"UserIsAlreadyInTheOrganizationUnit": "这个用户已经在组织机构中!",
"UserIsBlocked": "用户已锁定。",
"UserIsNotActiveAndCanNotLogin": "用户 {0} 未激活,不能登录.",
"UserLockedOutMessage": "用户帐户已被锁定。请稍后再试。",
"UserLockOut": "用户锁定",
"UserManagement": "用户管理",
"UserName": "用户名",
"UserNameOrEmail": "用户名或邮箱地址",
"Users": "用户",
"UserSendYouAFriendshipRequest": "{0} 想添加您为朋友。",
"UsersHeaderInfo": "管理用户及权限.",
"UserUnblocked": "用户解锁成功。",
"UseSsl": "使用SSL",
"UseSystemDefaults": "使用系统默认值",
"VerificationCode": "验证码",
"Verify": "验证",
"VerifySecurityCode": "安全代码",
"VerifySecurityCode_Information": "请输入发送给您的验证码。",
"VerifySecurityCodeNotLoggedInErrorMessage": "您应该在登录后再验证!可能您的登录已超时。请转到登录页,然后重新尝试。",
"VerifyYourCode": "校验您的验证码",
"ViewWebhookEvent": "查看Webhook事件",
"ViewWebhookSecret": "查看Webhook秘钥",
"VisualSettings": "视觉设置",
"WaitAfterSubscriptionExpireDate": "订阅到期日期后协商",
"WaitingDayAfterExpire": "到期后等待一天",
"Warning": "等待中",
"WebhookEndpoint": "Webhook端点",
"WebhookEvent": "Webhook事件",
"WebhookEventDetail": "Webhook事件详情",
"WebhookEventId": "Webhook事件Id",
"WebhookEvents": "Webhook事件管理",
"WebhookEventWillBeSendWithSameParameters": "Webhook事件将发送相同的参数",
"Webhooks": "Webhooks",
"WebhookSecret": "Webhook秘钥",
"WebhookSendAttemptInQueue": "Webhook发送尝试处理排队。这一过程将尽快进行。",
"WebhookSendAttempts": "Webhook发送尝试",
"WebhookSubscriptionDetail": "Webhook订阅详情",
"WebhookSubscriptions": "Webhook订阅",
"WebhookSubscriptionsInfo": "Webhook订阅信息",
"WebSiteLogs": "网站日志",
"WebSiteLogsHeaderInfo": "您可以看到最新的日志,或下载所有日志的压缩文件。",
"WeCanNotFindThePage": "我们无法提供您想要访问的页面.",
"Weekly": "每周",
"WelcomePage_Info": "欢迎使用本应用,您可以从左边的菜单启动要使用的功能。如果您没有看到任何菜单,可能是因为您没有获得任何一项授权,您可以联系您的系统管理员获得授权. ",
"WelcomePage_Title": "欢迎!",
"WelcomeToTheApplicationNotificationMessage": "欢迎来到我们的应用 !通知系统是用来告诉您事件。您可以选择您想要哪种类型的通知收到通知设置。",
"WhatWillDoneAfterSubscriptionExpiry": "订阅到期后会怎么做",
"WrongSmsVerificationCode": "错误的验证码!",
"XCountPermissionFiltered": "已过滤 {0} 权限.",
"Xms": "{0} ms",
"Yellow": "黄色",
"Yes": "是",
"YesDelete": "是, 执行删除!",
"Yesterday": "昨天",
"YouAlreadySentAFriendshipRequestToThisUser": "您已经添加了这个用户。",
"YouCanBackToYourAccount": "点击此返回我的账户.",
"YouCanManageUsersOrganizationUnitsFromOrganizationUnitsPage": "您可以从“组织单位”页面管理用户的组织单位。",
"YouCannotBeFriendWithYourself": "您不能邀请自己做朋友",
"YouCanNotDeleteOwnAccount": "您不能删除自己的用户帐户!",
"YouCannotLinkToSameAccount": "您不能链接到相同的帐户!",
"YouCannotRemoveUserRolePermissionsFromAdminRole": "您无法从管理角色中删除用户/角色编辑权限",
"YouCannotRemoveUserRolePermissionsFromAdminUser": "您无法从管理员中删除用户/角色编辑权限",
"YouDontHaveAnyBlockedFriend": "您没有任何被锁定的用户。如果想锁定一个朋友,请从下拉框中选择一个朋友。",
"YouDontHaveAnyFriend": "您没有任何朋友。请填写一个用户名到上面的输入框,然后单击“添加朋友”按钮。",
"YouHaveToSubscribeToTestWebhookToReceiveTestEvent": "您必须订阅test webhook来接收测试事件",
"Your email address": "您的电子邮件地址",
"Your phone number": "您的电话号码",
"Your postal address": "您的联系地址",
"Your user identifier": "您的用户标识",
"Your user profile information (first name, last name, etc.)": "您的个人资料信息(姓名等)",
"YourAccountIsWaitingToBeActivatedByAdmin": "您的用户账号尚未激活,待系统管理员激活后方能登录使用系统.",
"YourCode": "您的验证码",
"YourEmailIsConfirmedMessage": "您的邮箱已通过验证.",
"YourPasswordHasChangedSuccessfully": "密码修改成功.",
"YourPhoneNumberIsNotVerified": "您的电话号码未经过验证",
"YourPhoneNumberIsVerified": "您的电话号码已经过验证",
"YourSessionIsLocked": "您的会话被锁定"
};
})();
(function() {
abp.features = abp.features || {};
abp.features.allFeatures = {
'App.MaxUserCount': {
value: '0'
},
'TestTenantScopeFeature': {
value: 'false'
},
'TestEditionScopeFeature': {
value: 'false'
},
'App.TestCheckFeature': {
value: 'false'
},
'App.TestCheckFeature2': {
value: 'true'
},
'App.ChatFeature': {
value: 'false'
},
'App.ChatFeature.TenantToTenant': {
value: 'false'
},
'App.ChatFeature.TenantToHost': {
value: 'false'
}
};
})();
(function(){
abp.auth = abp.auth || {};
abp.auth.allPermissions = {
'Pages': true,
'Pages.Procurements': true,
'Pages.Procurements.Create': true,
'Pages.Procurements.Edit': true,
'Pages.Procurements.Delete': true,
'Pages.SuspendAds': true,
'Pages.SuspendAds.Create': true,
'Pages.SuspendAds.Edit': true,
'Pages.SuspendAds.Delete': true,
'Pages.ProcessStatuses': true,
'Pages.ProcessStatuses.Create': true,
'Pages.ProcessStatuses.Edit': true,
'Pages.ProcessStatuses.Delete': true,
'Pages.CarouselLists': true,
'Pages.CarouselLists.Create': true,
'Pages.CarouselLists.Edit': true,
'Pages.CarouselLists.Delete': true,
'Pages.ProjectContents': true,
'Pages.ProjectContents.Create': true,
'Pages.ProjectContents.Edit': true,
'Pages.ProjectContents.Delete': true,
'Pages.ProjectContents.Listing': true,
'Pages.ProjectContents.Transaction': true,
'Pages.ProjectContents.Settlement': true,
'Pages.DWProjectContents': true,
'Pages.ProjectStates': true,
'Pages.ProjectStates.Create': true,
'Pages.ProjectStates.Edit': true,
'Pages.ProjectStates.Delete': true,
'Pages.ProjectTypes': true,
'Pages.ProjectTypes.Create': true,
'Pages.ProjectTypes.Edit': true,
'Pages.ProjectTypes.Delete': true,
'Pages.PublishAreas': true,
'Pages.PublishAreas.Create': true,
'Pages.PublishAreas.Edit': true,
'Pages.PublishAreas.Delete': true,
'Pages.ContentManagements': true,
'Pages.ContentManagements.Create': true,
'Pages.ContentManagements.Edit': true,
'Pages.ContentManagements.Delete': true,
'Pages.DWContentManagements': true,
'Pages.BidAdvanceNotice': true,
'Pages.Channels': true,
'Pages.Channels.Create': true,
'Pages.Channels.Edit': true,
'Pages.Channels.Delete': true,
'Pages.DemoUiComponents': true,
'Pages.Administration': true,
'Pages.Administration.Roles': true,
'Pages.Administration.Roles.Create': true,
'Pages.Administration.Roles.Edit': true,
'Pages.Administration.Roles.Delete': true,
'Pages.Administration.Users': true,
'Pages.Administration.Users.Create': true,
'Pages.Administration.Users.Edit': true,
'Pages.Administration.Users.Delete': true,
'Pages.Administration.Users.ChangePermissions': true,
'Pages.Administration.Users.Impersonation': true,
'Pages.Administration.Users.Unlock': true,
'Pages.Administration.Languages': true,
'Pages.Administration.Languages.Create': true,
'Pages.Administration.Languages.Edit': true,
'Pages.Administration.Languages.Delete': true,
'Pages.Administration.Languages.ChangeTexts': true,
'Pages.Administration.Languages.ChangeDefaultLanguage': true,
'Pages.Administration.AuditLogs': true,
'Pages.Administration.OrganizationUnits': true,
'Pages.Administration.OrganizationUnits.ManageOrganizationTree': true,
'Pages.Administration.OrganizationUnits.ManageMembers': true,
'Pages.Administration.OrganizationUnits.ManageRoles': true,
'Pages.Administration.UiCustomization': true,
'Pages.Administration.WebhookSubscription': true,
'Pages.Administration.WebhookSubscription.Create': true,
'Pages.Administration.WebhookSubscription.Edit': true,
'Pages.Administration.WebhookSubscription.ChangeActivity': true,
'Pages.Administration.WebhookSubscription.Detail': true,
'Pages.Administration.Webhook.ListSendAttempts': true,
'Pages.Administration.Webhook.ResendWebhook': true,
'Pages.Administration.DynamicProperties': true,
'Pages.Administration.DynamicProperties.Create': true,
'Pages.Administration.DynamicProperties.Edit': true,
'Pages.Administration.DynamicProperties.Delete': true,
'Pages.Administration.DynamicPropertyValue': true,
'Pages.Administration.DynamicPropertyValue.Create': true,
'Pages.Administration.DynamicPropertyValue.Edit': true,
'Pages.Administration.DynamicPropertyValue.Delete': true,
'Pages.Administration.DynamicEntityProperties': true,
'Pages.Administration.DynamicEntityProperties.Create': true,
'Pages.Administration.DynamicEntityProperties.Edit': true,
'Pages.Administration.DynamicEntityProperties.Delete': true,
'Pages.Administration.DynamicEntityPropertyValue': true,
'Pages.Administration.DynamicEntityPropertyValue.Create': true,
'Pages.Administration.DynamicEntityPropertyValue.Edit': true,
'Pages.Administration.DynamicEntityPropertyValue.Delete': true,
'Pages.Administration.Tenant.Settings': true,
'Pages.Administration.Tenant.SubscriptionManagement': true,
'Pages.Administration.Host.Settings': true,
'Pages.Administration.Host.Maintenance': true,
'Pages.Administration.HangfireDashboard': true,
'Pages.Administration.Host.Dashboard': true,
'Pages.Tenant.Dashboard': true,
'Pages.Editions': true,
'Pages.Editions.Create': true,
'Pages.Editions.Edit': true,
'Pages.Editions.Delete': true,
'Pages.Editions.MoveTenantsToAnotherEdition': true,
'Pages.Tenants': true,
'Pages.Tenants.Create': true,
'Pages.Tenants.Edit': true,
'Pages.Tenants.ChangeFeatures': true,
'Pages.Tenants.Delete': true,
'Pages.Tenants.Impersonation': true
};
abp.auth.grantedPermissions = {
};
})();
(function() {
abp.nav = {};
abp.nav.menus = {
'MainMenu': {
name: 'MainMenu',
displayName: 'Main menu',
items: []
}
, 'Frontend': {
name: 'Frontend',
displayName: 'Frontend menu',
items: [{
name: 'Frontend.Home',
order: 0,
displayName: '主页',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'ThemeEducation',
order: 0,
url: 'Document?id=11¤tPageName=主题教育&pid=0',
displayName: '主题教育',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'ProjectChannel',
order: 0,
url: 'Project?id=1¤tPageName=项目频道&pid=0',
displayName: '项目频道',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'News',
order: 0,
url: 'Document?id=13¤tPageName=资讯动态&pid=0',
displayName: '资讯动态',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'ServiceInformation',
order: 0,
url: 'Document?id=8¤tPageName=服务指南&pid=0',
displayName: '服务指南',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'Notice',
order: 0,
url: 'Document?id=7¤tPageName=通知公告&pid=0',
displayName: '通知公告',
isEnabled: true,
isVisible: true,
items: []
} , {
name: 'Frontend.About',
order: 0,
url: 'Document?id=14¤tPageName=关于我们&pid=0',
displayName: '关于我们',
isEnabled: true,
isVisible: true,
items: []
}]
}
};
})();
(function(){
abp.setting = abp.setting || {};
abp.setting.values = {
'Abp.Localization.DefaultLanguageName': 'en',
'Abp.Notifications.ReceiveNotifications': 'true',
'Abp.Timing.TimeZone': 'UTC',
'Abp.Zero.UserManagement.IsEmailConfirmationRequiredForLogin': 'false',
'Abp.Zero.OrganizationUnits.MaxUserMembershipCount': '2147483647',
'Abp.Zero.UserManagement.TwoFactorLogin.IsEnabled': 'false',
'Abp.Zero.UserManagement.TwoFactorLogin.IsRememberBrowserEnabled': 'true',
'Abp.Zero.UserManagement.TwoFactorLogin.IsEmailProviderEnabled': 'true',
'Abp.Zero.UserManagement.TwoFactorLogin.IsSmsProviderEnabled': 'true',
'Abp.Zero.UserManagement.UserLockOut.IsEnabled': 'true',
'Abp.Zero.UserManagement.UserLockOut.MaxFailedAccessAttemptsBeforeLockout': '5',
'Abp.Zero.UserManagement.UserLockOut.DefaultAccountLockoutSeconds': '300',
'Abp.Zero.UserManagement.PasswordComplexity.RequireDigit': 'false',
'Abp.Zero.UserManagement.PasswordComplexity.RequireLowercase': 'false',
'Abp.Zero.UserManagement.PasswordComplexity.RequireNonAlphanumeric': 'false',
'Abp.Zero.UserManagement.PasswordComplexity.RequireUppercase': 'false',
'Abp.Zero.UserManagement.PasswordComplexity.RequiredLength': '3',
'App.TenantManagement.AllowSelfRegistration': 'true',
'App.TenantManagement.UseCaptchaOnRegistration': 'true',
'App.UserManagement.SmsVerificationEnabled': 'false',
'App.TenantManagement.SubscriptionExpireNotifyDayCount': '7',
'Recaptcha.SiteKey': null,
'App.UiManagement.Theme': 'default',
'App.UserManagement.EnableCheckingLastXPasswordWhenPasswordChange': 'false',
'App.UserManagement.CheckingLastXPasswordCount': '3',
'App.UserManagement.EnablePasswordExpiration': 'false',
'App.UserManagement.PasswordExpirationDayCount': '30',
'App.UiManagement.GrayMode': 'false',
'App.UserManagement.AllowSelfRegistration': 'true',
'App.UserManagement.UseCaptchaOnRegistration': 'true',
'App.UserManagement.TwoFactorLogin.IsGoogleAuthenticatorEnabled': 'false',
'App.UserManagement.IsCookieConsentEnabled': 'false',
'App.UserManagement.IsQuickThemeSelectEnabled': 'false',
'App.UserManagement.UseCaptchaOnLogin': 'false',
'App.UserManagement.SessionTimeOut.IsEnabled': 'false',
'App.UserManagement.SessionTimeOut.TimeOutSecond': '30',
'App.UserManagement.SessionTimeOut.ShowTimeOutNotificationSecond': '30',
'App.UserManagement.SessionTimeOut.ShowLockScreenWhenTimedOut': 'false',
'App.UserManagement.AllowOneConcurrentLoginPerUser': 'false',
'App.UserManagement.AllowUsingGravatarProfilePicture': 'false',
'App.UserManagement.UseGravatarProfilePicture': 'false',
'default.App.UiManagement.DarkMode': 'false',
'default.App.UiManagement.Header.DesktopFixedHeader': 'true',
'default.App.UiManagement.Header.MobileFixedHeader': 'false',
'default.App.UiManagement.Header.Skin': 'light',
'default.App.UiManagement.SubHeader.Fixed': 'true',
'default.App.UiManagement.SubHeader.Style': 'solid',
'default.App.UiManagement.Left.AsideSkin': 'light',
'default.App.UiManagement.Left.FixedAside': 'true',
'default.App.UiManagement.Left.AllowAsideMinimizing': 'true',
'default.App.UiManagement.Left.DefaultMinimizedAside': 'false',
'default.App.UiManagement.Left.SubmenuToggle': 'false',
'default.App.UiManagement.Left.HoverableAside': 'false',
'default.App.UiManagement.Footer.FixedFooter': 'false',
'default.App.UiManagement.MenuSearch': 'false',
'theme2.App.UiManagement.DarkMode': 'false',
'theme2.App.UiManagement.LayoutType': 'fixed',
'theme2.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme2.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme2.App.UiManagement.Header.MinimizeType': 'topbar',
'theme2.App.UiManagement.MenuSearch': 'false',
'theme3.App.UiManagement.DarkMode': 'false',
'theme3.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme3.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme3.App.UiManagement.SubHeader.Fixed': 'true',
'theme3.App.UiManagement.SubHeader.Style': 'solid',
'theme3.App.UiManagement.Footer.FixedFooter': 'false',
'theme3.App.UiManagement.MenuSearch': 'false',
'theme4.App.UiManagement.DarkMode': 'false',
'theme4.App.UiManagement.LayoutType': 'fixed',
'theme4.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme4.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme4.App.UiManagement.Header.MinimizeType': 'menu',
'theme4.App.UiManagement.MenuSearch': 'false',
'theme5.App.UiManagement.DarkMode': 'false',
'theme5.App.UiManagement.LayoutType': 'fixed',
'theme5.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme5.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme5.App.UiManagement.Header.MinimizeType': 'menu',
'theme5.App.UiManagement.Footer.FixedFooter': 'false',
'theme5.App.UiManagement.MenuSearch': 'false',
'theme6.App.UiManagement.DarkMode': 'false',
'theme6.App.UiManagement.Header.DesktopFixedHeader': 'false',
'theme6.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme6.App.UiManagement.SubHeader.Fixed': 'false',
'theme6.App.UiManagement.SubHeader.Style': 'solid',
'theme6.App.UiManagement.Footer.FixedFooter': 'false',
'theme6.App.UiManagement.MenuSearch': 'false',
'theme7.App.UiManagement.DarkMode': 'false',
'theme7.App.UiManagement.Header.DesktopFixedHeader': 'false',
'theme7.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme7.App.UiManagement.SubHeader.Fixed': 'false',
'theme7.App.UiManagement.SubHeader.Style': 'solid',
'theme7.App.UiManagement.Footer.FixedFooter': 'false',
'theme7.App.UiManagement.MenuSearch': 'false',
'theme8.App.UiManagement.DarkMode': 'false',
'theme8.App.UiManagement.LayoutType': 'fluid',
'theme8.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme8.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme8.App.UiManagement.MenuSearch': 'false',
'theme9.App.UiManagement.DarkMode': 'false',
'theme9.App.UiManagement.LayoutType': 'fixed',
'theme9.App.UiManagement.Header.DesktopFixedHeader': 'false',
'theme9.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme9.App.UiManagement.MenuSearch': 'true',
'theme10.App.UiManagement.DarkMode': 'false',
'theme10.App.UiManagement.LayoutType': 'fluid',
'theme10.App.UiManagement.Header.DesktopFixedHeader': 'true',
'theme10.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme10.App.UiManagement.MenuSearch': 'false',
'theme11.App.UiManagement.DarkMode': 'false',
'theme11.App.UiManagement.LayoutType': 'fluid-xxl',
'theme11.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme11.App.UiManagement.Left.FixedAside': 'true',
'theme11.App.UiManagement.MenuSearch': 'false',
'theme12.App.UiManagement.DarkMode': 'false',
'theme12.App.UiManagement.LayoutType': 'fluid-xxl',
'theme12.App.UiManagement.Header.MobileFixedHeader': 'false',
'theme12.App.UiManagement.Left.FixedAside': 'true',
'theme12.App.UiManagement.MenuSearch': 'false',
'theme13.App.UiManagement.DarkMode': 'false',
'theme13.App.UiManagement.LayoutType': 'fluid',
'theme13.App.UiManagement.Header.MobileFixedHeader': 'true',
'theme13.App.UiManagement.Left.FixedAside': 'true',
'theme13.App.UiManagement.MenuSearch': 'false',
'theme13.App.UiManagement.SubHeader.Fixed': 'true',
'App.DashboardCustomization.Configuration.Mvc': '[{\"DashboardName\":\"TenantDashboard\",\"Pages\":[{\"Id\":\"Pagef3780f35bdd94a5989bff49c88372484\",\"Name\":\"Default Page\",\"Widgets\":[{\"WidgetId\":\"Widgets_Tenant_GeneralStats\",\"Height\":9,\"Width\":6,\"PositionX\":0,\"PositionY\":19},{\"WidgetId\":\"Widgets_Tenant_ProfitShare\",\"Height\":13,\"Width\":6,\"PositionX\":0,\"PositionY\":28},{\"WidgetId\":\"Widgets_Tenant_MemberActivity\",\"Height\":13,\"Width\":6,\"PositionX\":6,\"PositionY\":28},{\"WidgetId\":\"Widgets_Tenant_RegionalStats\",\"Height\":14,\"Width\":6,\"PositionX\":6,\"PositionY\":5},{\"WidgetId\":\"Widgets_Tenant_DailySales\",\"Height\":9,\"Width\":6,\"PositionX\":6,\"PositionY\":19},{\"WidgetId\":\"Widgets_Tenant_TopStats\",\"Height\":5,\"Width\":12,\"PositionX\":0,\"PositionY\":0},{\"WidgetId\":\"Widgets_Tenant_SalesSummary\",\"Height\":14,\"Width\":6,\"PositionX\":0,\"PositionY\":5}]}]},{\"DashboardName\":\"HostDashboard\",\"Pages\":[{\"Id\":\"Pagee7e19cb88a3646f593f823195c7b795f\",\"Name\":\"Default Page\",\"Widgets\":[{\"WidgetId\":\"Widgets_Host_TopStats\",\"Height\":6,\"Width\":12,\"PositionX\":0,\"PositionY\":0},{\"WidgetId\":\"Widgets_Host_IncomeStatistics\",\"Height\":11,\"Width\":7,\"PositionX\":0,\"PositionY\":6},{\"WidgetId\":\"Widgets_Host_RecentTenants\",\"Height\":10,\"Width\":5,\"PositionX\":7,\"PositionY\":17},{\"WidgetId\":\"Widgets_Host_SubscriptionExpiringTenants\",\"Height\":10,\"Width\":7,\"PositionX\":0,\"PositionY\":17},{\"WidgetId\":\"Widgets_Host_EditionStatistics\",\"Height\":11,\"Width\":5,\"PositionX\":7,\"PositionY\":6}]}]}]',
'App.DashboardCustomization.Configuration.Angular': '[{\"DashboardName\":\"TenantDashboard\",\"Pages\":[{\"Id\":\"Page065c96d23909469ca254d4bed02d5b72\",\"Name\":\"Default Page\",\"Widgets\":[{\"WidgetId\":\"Widgets_Tenant_TopStats\",\"Height\":4,\"Width\":12,\"PositionX\":0,\"PositionY\":0},{\"WidgetId\":\"Widgets_Tenant_SalesSummary\",\"Height\":12,\"Width\":6,\"PositionX\":0,\"PositionY\":4},{\"WidgetId\":\"Widgets_Tenant_RegionalStats\",\"Height\":12,\"Width\":6,\"PositionX\":6,\"PositionY\":4},{\"WidgetId\":\"Widgets_Tenant_GeneralStats\",\"Height\":8,\"Width\":6,\"PositionX\":0,\"PositionY\":16},{\"WidgetId\":\"Widgets_Tenant_DailySales\",\"Height\":8,\"Width\":6,\"PositionX\":6,\"PositionY\":16},{\"WidgetId\":\"Widgets_Tenant_ProfitShare\",\"Height\":11,\"Width\":6,\"PositionX\":0,\"PositionY\":24},{\"WidgetId\":\"Widgets_Tenant_MemberActivity\",\"Height\":11,\"Width\":6,\"PositionX\":6,\"PositionY\":24}]}]},{\"DashboardName\":\"HostDashboard\",\"Pages\":[{\"Id\":\"Page36d423a1554249479b33b3e845b8c8c9\",\"Name\":\"Default Page\",\"Widgets\":[{\"WidgetId\":\"Widgets_Host_TopStats\",\"Height\":4,\"Width\":12,\"PositionX\":0,\"PositionY\":0},{\"WidgetId\":\"Widgets_Host_IncomeStatistics\",\"Height\":8,\"Width\":7,\"PositionX\":0,\"PositionY\":4},{\"WidgetId\":\"Widgets_Host_RecentTenants\",\"Height\":9,\"Width\":5,\"PositionX\":7,\"PositionY\":12},{\"WidgetId\":\"Widgets_Host_SubscriptionExpiringTenants\",\"Height\":9,\"Width\":7,\"PositionX\":0,\"PositionY\":12},{\"WidgetId\":\"Widgets_Host_EditionStatistics\",\"Height\":8,\"Width\":5,\"PositionX\":7,\"PositionY\":4}]}]}]',
'ExternalLoginProvider.Facebook.IsDeactivated': 'false',
'ExternalLoginProvider.Google.IsDeactivated': 'false',
'ExternalLoginProvider.Twitter.IsDeactivated': 'false',
'ExternalLoginProvider.Microsoft.IsDeactivated': 'false',
'ExternalLoginProvider.OpenIdConnect.IsDeactivated': 'false',
'ExternalLoginProvider.WsFederation.IsDeactivated': 'false'
};
})();
(function(){
abp.clock.provider = abp.timing.unspecifiedClockProvider || abp.timing.localClockProvider;
abp.clock.provider.supportsMultipleTimezone = false;
})();
(function(abp){
abp.custom = {}
})(abp);
(function(){
abp.event.trigger('abp.dynamicScriptsInitialized');
})();