123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891 |
- {
- "app.title": "Security Management",
- "mxk": {
- "title": " Identity Management",
- "login": {
- "title": "MaxKey",
- "title.sub": "Leading-Edge Identity and Access Management",
- "tab-credentials": "Account",
- "tab-mobile": "Mobile",
- "tab-qrscan": "QRScan",
- "message-invalid-credentials": "Invalid username or password",
- "message-invalid-verification-code": "Invalid verification code",
- "remember-me": "Remember me",
- "forgot-password": "Forgot your password?",
- "sign-in-with": "Sign in with",
- "signup": "Sign up",
- "login": "Login",
- "text.username": "Username",
- "text.mobile": "Mobile Number",
- "text.password": "Password",
- "text.captcha": "CAPTCHA",
- "text.smscode": "Code"
- },
- "menu": {
- "home": "Dashboard",
- "organizations": "Organizations",
- "users": "Users",
- "accounts": "Accounts",
- "apps": "Apps",
- "access": {
- "": "Access",
- "roles": "Role",
- "rolemembers": "RoleMembers",
- "permissions" :"Permissions"
- },
- "permissions": {
- "": "Permissions",
- "resources": "Resources",
- "privileges": "Privileges"
- },
- "sessions": "Sessions",
- "config": {
- "": "Configuration",
- "institutions": "Institutions",
- "accountsstrategys": "Strategys",
- "socialsproviders": "Socials",
- "synchronizers": "Synchronizers",
- "connectors":"Connectors",
- "adapters": "Adapters",
- "notices": "Notices",
- "ldapcontext": "LDAP",
- "emailsenders": "Emails",
- "smsproviders": "SMS",
- "passwordpolicy": "PasswordPolicy"
- },
- "audit": {
- "": "Audits",
- "logins": "Logins",
- "loginapps": "LoginApps",
- "synchronizer": "Synchronizer",
- "connector": "Connector",
- "operate": "Management"
- }
- },
- "home": {
- "onlineUsers": "Online Users",
- "dayCount": "Day Count",
- "newUsers": "Month News",
- "activeUsers": "Month Actives",
- "dayAccessCount": "Today Access Count",
- "monthAccessCount": "30 Day Access Count",
- "monthAppCount": "30 Day TOP 10 App Access Count",
- "monthBrowserCount": "30 Day TOP 10 Browser Access Count",
- "appName": "App",
- "browser": "Browser",
- "accessCount": "Count"
- },
- "users": {
- "tab.basic": "Basic",
- "tab.business": "Business",
- "tab.business.extra": "Business Extra",
- "tab.personal": "Personal",
- "tab.home": "Home",
- "tab.extra": "extra",
- "displayName": "displayName",
- "username": "username",
- "password": "password",
- "email": "email",
- "mobile": "mobile",
- "birthDate": "birthDate",
- "userType": "userType",
- "userType.employee": "employee",
- "userType.contractor": "contractor",
- "userType.customer": "customer",
- "userType.supplier": "supplier",
- "userType.partner": "partner",
- "userType.external": "external",
- "userType.intern": "intern",
- "userType.temp": "temp",
- "userType.dealer": "dealer",
- "picture": "picture",
- "familyName": "familyName",
- "givenName": "givenName",
- "middleName": "middleName",
- "nickName": "nickName",
- "gender": "gender",
- "gender.female": "female",
- "gender.male": "male",
- "married": "married",
- "married.unknown": "unknown",
- "married.single": "single",
- "married.married": "married",
- "married.divorce": "divorce",
- "married.widowed": "widowed",
- "website": "website",
- "idtype": "idtype",
- "idtype.unknown": "unknown",
- "idtype.idcard": "idcard",
- "idtype.passport": "passport",
- "idtype.studentcard": "studentcard",
- "idtype.militarycard": "militarycard",
- "idCardNo": "idCardNo",
- "startWorkDate": "startWorkDate",
- "preferredLanguage": "preferredLanguage",
- "timeZone": "timeZone",
- "locale": "locale",
- "employeeNumber": "employeeNumber",
- "windowsAccount": "DomainAccount",
- "organization": "organization",
- "division": "division",
- "departmentId": "departmentId",
- "department": "department",
- "costCenter": "costCenter",
- "jobTitle": "jobTitle",
- "jobLevel": "jobLevel",
- "manager": "manager",
- "assistant": "assistant",
- "entryDate": "entryDate",
- "quitDate": "quitDate",
- "workCountry": "workCountry",
- "workRegion": "workRegion",
- "workLocality": "workLocality",
- "workStreetAddress": "workStreetAddress",
- "workPostalCode": "workPostalCode",
- "workFax": "workFax",
- "workPhoneNumber": "workPhoneNumber",
- "workEmail": "workEmail",
- "workOfficeName": "workOfficeName",
- "homeCountry": "homeCountry",
- "homeRegion": "homeRegion",
- "homeLocality": "homeLocality",
- "homeStreetAddress": "homeStreetAddress",
- "homePostalCode": "homePostalCode",
- "homeFax": "homeFax",
- "homePhoneNumber": "homePhoneNumber",
- "homeEmail": "homeEmail",
- "ims": "IMS",
- "status": "Status",
- "status.active": "Active",
- "status.lock": "Locked",
- "status.inactive": "Inactive",
- "status.delete": "Deleted",
- "status.forbidden": "Forbidden",
- "userstate": "UserState",
- "userstate.resident": "Resident",
- "userstate.withdrawn": "Withdrawn",
- "userstate.inactive": "Inactive",
- "userstate.retiree": "Retiree",
- "authnType": "AuthenticationType",
- "authnType.authnType.1": "General login",
- "authnType.authnType.2": "Mobile Token",
- "authnType.authnType.3": "SMS Verification",
- "authnType.authnType.4": "EMAIL Verification",
- "authnType.authnType.5": "TIME BASED Token",
- "authnType.authnType.6": "Counter Token",
- "authnType.authnType.7": "HOTP Token",
- "authnType.authnType.8": "RSA Token",
- "authnType.authnType.9": "Digital Certificate",
- "authnType.authnType.10": "USB Key"
- },
- "organizations": {
- "tab.basic": "Basic",
- "tab.extra": "Extra",
- "tab.address": "Address",
- "tab.contact": "Contact",
- "code": "Code",
- "name": "Name",
- "fullName": "Full Name",
- "parentId": "Parent Id",
- "parentCode": "Parent Code",
- "parentName": "Parent Name",
- "type": "Type",
- "type.company": "Company",
- "type.division": "Division",
- "type.department": "Department",
- "type.team": "Team",
- "type.entity": "Entity",
- "type.virtual": "Virtual",
- "codePath": "Code Path",
- "namePath": "NamePath",
- "level": "Level",
- "division": "Division",
- "country": "Country",
- "region": "Region",
- "locality": "Locality",
- "street": "Street",
- "address": "Address",
- "contact": "Contact",
- "postalCode": "Postal Code",
- "phone": "Phone",
- "fax": "Fax",
- "email": "Email"
- },
- "accounts": {
- "userId": "UserId",
- "username": "username",
- "displayName": "DisplayName",
- "appName": "App Name",
- "appId": "App Id",
- "relatedUsername": "Account",
- "relatedPassword": "Password"
- },
- "passwordpolicy": {
- "minLength": "Min Length",
- "maxLength": "Max Length",
- "lowerCase": "Lower Case",
- "upperCase": "Upper Case",
- "digits": "Digits",
- "specialChar": "SpecialChar",
- "attempts": "Attempts",
- "occurances": "Occurances",
- "history": "History",
- "duration": "Duration",
- "expiration": "Dxpiration",
- "username": "Username",
- "dictionary": "Dictionary",
- "alphabetical": "Alphabetical",
- "numerical": "Numerical",
- "qwerty": "Qwerty"
- },
- "emailsenders": {
- "account": "Account",
- "credentials": "Credentials",
- "smtpHost": "SMTP Host",
- "port": "Port",
- "sslSwitch": "SSL",
- "sender": "Sender",
- "encoding": "Encoding",
- "protocol": "Protocol"
- },
- "ldapcontext": {
- "product": "product",
- "providerUrl": "ProviderUrl",
- "principal": "Principal",
- "credentials": "Credentials",
- "sslSwitch": "SSL",
- "filters": "Filters",
- "basedn": "Base DN",
- "msadDomain": "MSAD Domain",
- "accountMapping": "Domain Account",
- "trustStore": "TrustStore",
- "trustStorePassword": "TrustStore Password"
- },
- "apps": {
- "tab.basic": "Basic",
- "tab.extra": "Extra",
- "tab.custom": "Custom",
- "extendapi.tab": "API",
- "resources":"Resources",
- "id": "App Id",
- "name": "App Name",
- "icon": "Icon",
- "protocol": "Protocol",
- "protocol.formbased": "formbased",
- "protocol.desktop": "desktop",
- "protocol.tokenbased": "tokenbased",
- "protocol.oauth2.0": "OAuth2.x",
- "protocol.saml2.0": "SAML2.0",
- "protocol.ltpa": "Lightweight Third-Party(LTPA)",
- "protocol.cas": "CAS ",
- "protocol.jwt": "JwtToken",
- "protocol.extendapi": "API Extend",
- "protocol.basic": "Basic",
- "category": "Category",
- "category.none": "None",
- "category.1011": "Enterprise Services/Data Analysis",
- "category.1012": "Enterprise Services/Teleworking",
- "category.1013": "Enterprise Services/OA",
- "category.1014": "Enterprise Services/Legal Service",
- "category.1015": "Enterprise Services/Marketing",
- "category.1016": "Enterprise Services/Administration",
- "category.1017": "Enterprise Services/Benefits",
- "category.1111": "Teamwork/Project Management",
- "category.1112": "Teamwork/Agile Development",
- "category.1113": "Teamwork/Design",
- "category.1114": "Teamwork/To-do",
- "category.1211": "HR/Comprehensive HRM",
- "category.1212": "HR/Recruiting",
- "category.1213": "HR/Background Check",
- "category.1214": "HR/Incentive",
- "category.1215": "HR/Corporate Culture",
- "category.1311": "Training",
- "category.1411": "Business Travel",
- "category.1511": "Finance Management/Comprehensive Finance",
- "category.1512": "Finance Management/Reimbursement",
- "category.1611": "Survey & Workflow",
- "category.1711": "Survey & Workflow/BPM",
- "category.1712": "Survey & Workflow/Survey",
- "category.1811": "Supply Chain/Asset Management",
- "category.1812": "Supply Chain/PSI",
- "category.1911": "Customer Relationship/Customer Support",
- "category.1912": "Customer Relationship/CRM",
- "frequently": "frequently",
- "vendor": "vendor",
- "vendor.url": "vendor URL",
- "basic.info": "basic info",
- "secret": "secret",
- "visible": "visible",
- "visible.hidden": "Hidden",
- "visible.all": "All",
- "visible.internet": "Internet",
- "visible.intranet": "Intranet",
- "loginUrl": "loginUrl",
- "logoutUrl": "logoutUrl",
- "logoutType": "logoutType",
- "logoutType.none": "NONE",
- "logoutType.back_channel": "BACK_CHANNEL",
- "logoutType.front_channel": "FRONT_CHANNEL",
- "credential": "credential",
- "credential.user-defined": "user-defined",
- "credential.shared": "shared",
- "credential.system": "system",
- "systemUserAttr": "systemUserAttr",
- "credential.sharedUsername": "sharedUsername",
- "credential.sharedPassword": "sharedPassword",
- "isAdapter": "isAdapter",
- "isAdapter.no": "NO",
- "isAdapter.yes": "YES",
- "adapter": "adapter",
- "extendAttr": "extendAttr",
- "isExtendAttr": "isExtendAttr",
- "extendAttr.parameter": "parameter",
- "extendAttr.parameter.type": "type",
- "extendAttr.parameter.value": "value",
- "principal": "principal",
- "credentials": "credentials",
- "adapter.name": "name",
- "adapter.adapter": "adapter",
- "adapter.protocol": "protocol",
- "select.tip": "Please Select Application System",
- "formbased.tab": "Form",
- "formbased.redirectUri": "redirectUri",
- "formbased.usernameMapping": "usernameMapping",
- "formbased.passwordMapping": "passwordMapping",
- "formbased.passwordAlgorithm": "passwordAlgorithm",
- "formbased.authorizeView": "authorizeView",
- "formbased.parameter": "parameter",
- "formbased.parameter.value": "value",
- "cas.tab": "CAS",
- "cas.service": "Service",
- "cas.callbackUrl": "CallbackUrl",
- "cas.casUser": "CasUser",
- "cas.expires": "Expires",
- "tokenbased.tab": "TokenBased",
- "tokenbased.redirectUri": "redirectUri",
- "tokenbased.tokenType": "tokenType",
- "tokenbased.cookieName": "Cookie Name",
- "tokenbased.algorithm": "algorithm",
- "tokenbased.algorithmKey": "algorithmKey",
- "tokenbased.token.content": "content",
- "tokenbased.expires": "expires",
- "jwt.tab": "JWT",
- "jwt.redirectUri": "redirectUri",
- "jwt.subject": "subject",
- "jwt.audience": "audience",
- "jwt.issuer": "issuer",
- "jwt.tokenType": "tokenType",
- "jwt.jwtName": "jwtName",
- "jwt.algorithm": "algorithm",
- "jwt.encryptionMethod": "encryptionMethod",
- "jwt.algorithmKey": "algorithmKey",
- "jwt.signature": "signature",
- "jwt.signatureKey": "signatureKey",
- "jwt.content": "content",
- "jwt.expires": "expires",
- "saml.tab": "SAML",
- "saml.tab.metadata": "Metadata",
- "saml.metadata.company": "company",
- "saml.spAcsUrl": "ACS Url",
- "saml.fileType.Certificate": "Certificate",
- "saml.metadata.orgDisplayName": "orgDisplayName",
- "saml.nameIdConvert.original": "original",
- "saml.certIssuer": "certIssuer",
- "saml.metadata": "SAML Metadata",
- "saml.fileType": "fileType",
- "saml.nameIdConvert": "NameId Convert",
- "saml.target": "target",
- "saml.metadata.telephoneNumber": "telephoneNumber",
- "saml.fileType.metadata.file": "SAML Metadata File",
- "saml.fileType.metadata.url": "SAML Metadata Url",
- "saml.fileType.certificate": "Certificate",
- "saml.metaFile": "Metadata",
- "saml.metadata.givenName": "givenName",
- "saml.issuer": "Issuer",
- "saml.nameIdConvert.upperCase": "upperCase",
- "saml.metadata.orgURL": "orgURL",
- "saml.metadata.info": "SAML V2.0 Info",
- "saml.certSubject": "certSubject",
- "saml.encrypted.no": "No encrypted",
- "saml.binding": "Binding",
- "saml.metadata.surName": "surName",
- "saml.audience": "Audience",
- "saml.v2.0.tab": "SAML V20",
- "saml.metadata.contactType": "contactType",
- "saml.entityId": "Entity Id",
- "saml.nameIdConvert.lowerCase": "lowerCase",
- "saml.metadata.orgName": "orgName",
- "saml.certExpiration": "certExpiration",
- "saml.encrypted": "encrypted",
- "saml.validityInterval": "validityInterval",
- "saml.encrypted.yes": "yes",
- "saml.metadata.emailAddress": "emailAddress",
- "saml.nameidFormat": "Nameid Format",
- "saml.v1.1.info": "SAML 1.1 Info",
- "saml.signature": "Signature",
- "saml.digestMethod": "Digest Method",
- "oauth.approvalPrompt.force": "force",
- "oauth.accessTokenValiditySeconds": "accessTokenValiditySeconds",
- "oauth.v2.0.clientSecret": "Client Secret",
- "oauth.registeredRedirectUris": "registeredRedirectUris",
- "oauth.approvalPrompt.auto": "auto",
- "oauth.refreshTokenValiditySeconds": "refreshTokenValiditySeconds",
- "oauth.scope": "scope",
- "oauth.approvalPrompt": "approvalPrompt",
- "oauth.v2.0.tab": "OAuth 2.0",
- "oauth.GrantTypes": "GrantTypes",
- "oauth.v2.0.clientId": "Client Id",
- "oauth.subject": "Subject",
- "oauth.connect.tab": "OpenID Connect",
- "oauth.connect.algorithm": "Algorithm",
- "oauth.connect.algorithmKey": "AlgorithmKey",
- "oauth.connect.encryptionMethod": "EncryptionMethod",
- "oauth.connect.signature": "Signature",
- "oauth.connect.signatureKey": "SignatureKey",
- "oauth.connect.audience": "Audience",
- "oauth.connect.issuer": "Issuer",
- "oauth.connect.userInfoResponse": "UserInfoResponse"
- },
- "custom":{
- "extraAttr":{
- "attr":"Attribute",
- "type":"Type",
- "value":"Value"
- }
- },
- "roles": {
- "name": "Role Name",
- "type": {
- "":"Member Type",
- "user":"User",
- "user-dynamic":"User-Dynamic",
- "post":"Post"
- },
- "member": "Member",
- "permissions": "Permissions",
- "category": {
- "":"Category",
- "dynamic":"Dynamic",
- "static":"Static",
- "app":"App"
- },
- "filters": "Attributes Filter",
- "orgIdsList": "Dept List",
- "resumeTime": "Join Time",
- "suspendTime": "Suspend Time",
- "isdefault": "Is Default"
- },
- "resources": {
- "id": "ID",
- "name": "Resource",
- "permission": "Permission",
- "appId": "App Id",
- "appName": "App Name",
- "parentId": "Parent Id",
- "parentName": "Parent Name",
- "resourceType": {
- "": "Resource Type",
- "MENU": "MENU",
- "PAGE": "PAGE",
- "MODULE": "MODULE",
- "ELEMENT": "ELEMENT",
- "BUTTON": "BUTTON",
- "FILE": "FILE",
- "DATA": "DATA",
- "OTHER": "OTHER"
- },
- "resourceUrl": "Resource URL",
- "resourceAction": "Resource Action",
- "resourceIcon": "Resource Icon",
- "resourceStyle": "Resource Style"
- },
- "adapters": {
- "name": "Name",
- "protocol": "Protocol",
- "adapter": "Adapter"
- },
- "institutions": {
- "name": "Name",
- "fullName": "Full Name",
- "contact": "contact",
- "phone": "phone",
- "email": "email",
- "address": "address",
- "logo": "LOGO",
- "domain": "Domain",
- "frontTitle": "Front Title",
- "consoleTitle": "Console Title",
- "consoleDomain": "Console Domain",
- "captchaType": "Captcha Type",
- "captchaType.none": "None",
- "captchaType.text": "Text",
- "captchaType.arithmetic": "Arithmetic",
- "captchaSupport": "Captcha Support",
- "defaultUri": "Default URL"
- },
- "socialsproviders": {
- "icon": "Icon",
- "provider": "Provider",
- "providerName": "ProviderName",
- "clientId": "ClientId",
- "clientSecret": "ClientSecret",
- "agentId": "AgentId",
- "scanCode": "ScanCode",
- "display": "Is Show"
- },
- "synchronizers": {
- "name": "Name",
- "sourceType": "SourceType",
- "service": "Service",
- "scheduler": "Scheduler",
- "providerUrl": "ProviderUrl",
- "principal": "Principal",
- "credentials": "Credentials",
- "basedn": "Base DN",
- "msadDomain": "Active Directory Domain",
- "sslSwitch": "SSL",
- "trustStore": "TrustStore",
- "trustStorePassword": "TrustStorePassword",
- "filters": "Filters",
- "syncStartTime": "SyncStartTime",
- "resumeTime": "Join Time",
- "suspendTime": "Suspend Time"
- },
- "connectors": {
- "connName": "Name",
- "scheduler": "Scheduler",
- "justInTime":"JustInTime",
- "providerUrl": "ProviderUrl",
- "principal": "Principal",
- "credentials": "Credentials",
- "filters": "Filters"
- },
- "password": {
- "id": "Id",
- "displayName": "DisplayName",
- "username": "Username",
- "oldPassword": "Old Password",
- "password": "New Password",
- "confirmPassword": "Confirm Password",
- "captcha": "Captcha"
- },
- "smsprovider": {
- "provider": "provider",
- "name": {
- "aliyun": "aliyun",
- "tencentcloud": "tencentcloud",
- "neteasesms": "neteasesms",
- "email": "email"
- },
- "providerName": "Provider Name",
- "message": "Message",
- "appKey": "AppKey",
- "appSecret": "AppSecret",
- "templateId": "TemplateId",
- "signName": "SignName",
- "smsSdkAppId": "smsSdkAppId"
- },
- "history": {
- "login.id": "id",
- "login.sessionId": "sessionId",
- "login.username": "username",
- "login.displayName": "displayName",
- "login.provider": "provider",
- "login.message": "message",
- "login.loginType": "loginType",
- "login.sourceIp": "sourceIp",
- "login.browser": "browser",
- "login.loginTime": "loginTime",
- "login.logoutTime": "logoutTime",
- "login.platform": "platform",
- "login.application": "application",
- "login.loginUrl": "loginUrl",
- "login.code": "code",
- "login.rpUserInfo": "Relying Party",
- "loginapps.id": "id",
- "loginapps.sessionId": "sessionId",
- "loginapps.userId": "userId",
- "loginapps.username": "username",
- "loginapps.displayName": "displayName",
- "loginapps.appId": "appId",
- "loginapps.appName": "appName",
- "loginapps.loginTime": "loginTime",
- "systemlogs.id": "Id",
- "systemlogs.topic": "Topic",
- "systemlogs.message": "Message",
- "systemlogs.messageAction": "Action",
- "systemlogs.messageResult": "Result",
- "systemlogs.userId": "userId",
- "systemlogs.username": "username",
- "systemlogs.displayName": "Operator",
- "systemlogs.executeTime": "ExecuteTime",
- "synchronizer.id": "Id",
- "synchronizer.syncId": "SyncId",
- "synchronizer.syncName": "SyncName",
- "synchronizer.objectId": "ObjectId",
- "synchronizer.objectType": "ObjectType",
- "synchronizer.objectName": "ObjectName",
- "synchronizer.syncTime": "SyncTime",
- "synchronizer.result": "Result",
- "connector.id": "Id",
- "connector.conName": "Connector",
- "connector.topic": "Topic",
- "connector.actionType": "ActionType",
- "connector.sourceId": "SourceId",
- "connector.sourceName": "SourceName",
- "connector.objectId": "ObjectId",
- "connector.objectName": "ObjectName",
- "connector.description": "Description",
- "connector.syncTime": "SyncTime",
- "connector.result": "Result"
- },
- "alert": {
- "add":{
- "success":"Add Success!",
- "error":"Add Error!"
- },
- "update":{
- "success":"Update Success!",
- "error":"Update Error!"
- },
- "delete":{
- "success":"Delete Success!",
- "error":"Delete Error!"
- },
- "test":{
- "success":"Test Success!",
- "error":"Test Error!"
- },
- "operate":{
- "success":"Operate Success!",
- "error":"Operate Error!"
- }
-
- },
- "text": {
- "action": "Action",
- "query": "Query",
- "reset": "Reset",
- "expand": "Expand",
- "collapse": "Collapse",
- "manual": "Manual",
- "automatic": "Automatic",
- "terminate": "Terminate",
- "changepassword": "ChangePassword",
- "add": "Add",
- "edit": "Edit",
- "delete": "Delete",
- "test": "Test",
- "select": "Select",
- "confirm": "Confirm",
- "synchr": "Synchr",
- "close": "Close",
- "enable": "Enable",
- "disable": "Disable",
- "lock": "Lock",
- "unlock": "UnLock",
- "accounts": "Accounts",
- "roles": "Roles",
- "groups": "Groups",
- "moreaction": "More",
- "submit": "Submit",
- "generate": "Generate",
- "upload": "Upload",
- "save": "Save",
- "year": "Year",
- "month": "Month",
- "date": "Date",
- "day": "Day",
- "hour": "Hour",
- "minute": "Minute",
- "second": "second",
- "millisecond": "MilliSecond",
- "yes": "Yes",
- "no": "No",
- "id": "ID",
- "instId": "InstId",
- "instName": "Institution",
- "description": "Description",
- "createdBy": "createdBy",
- "createdDate": "createdDate",
- "modifiedBy": "modifiedBy",
- "modifiedDate": "modifiedDate",
- "startDate": "startDateTime",
- "endDate": "endDateTime",
- "sortIndex": "sortOrder",
- "status": {
- "": "status",
- "active": "Active",
- "inactive": "InActive"
- }
- }
- },
- "menu.search.placeholder": "Search for people, file, photos...",
- "menu.fullscreen": "Fullscreen",
- "menu.fullscreen.exit": "Exit Fullscreen",
- "menu.clear.local.storage": "Clear Local Storage",
- "menu.lang": "Language",
- "menu.main": "Main Navigation",
- "menu.dashboard": "Dashboard",
- "menu.dashboard.v1": "Default",
- "menu.dashboard.analysis": "Analysis",
- "menu.dashboard.monitor": "Monitor",
- "menu.dashboard.workplace": "Workplace",
- "menu.shortcut": "Shortcut",
- "menu.widgets": "Widgets",
- "menu.alain": "Alain",
- "menu.style": "Style",
- "menu.style.typography": "Typography",
- "menu.style.gridmasonry": "Grid Masonry",
- "menu.style.colors": "Colors",
- "menu.delon": "Delon Lib",
- "menu.delon.form": "Dynamic Form",
- "menu.delon.table": "Simple table",
- "menu.delon.util": "Util",
- "menu.delon.print": "Print",
- "menu.delon.guard": "Route Guard",
- "menu.delon.cache": "Cache",
- "menu.delon.qr": "QR",
- "menu.delon.acl": "ACL",
- "menu.delon.downfile": "Download File",
- "menu.delon.xlsx": "Excel",
- "menu.delon.zip": "Zip",
- "menu.pro": "Antd Pro",
- "menu.form": "Form",
- "menu.form.basicform": "Basic Form",
- "menu.form.stepform": "Step Form",
- "menu.form.stepform.info": "Step Form(write transfer information)",
- "menu.form.stepform.confirm": "Step Form(confirm transfer information)",
- "menu.form.stepform.result": "Step Form(finished)",
- "menu.form.advancedform": "Advanced Form",
- "menu.list": "List",
- "menu.list.searchtable": "Search Table",
- "menu.list.basiclist": "Basic List",
- "menu.list.cardlist": "Card List",
- "menu.list.searchlist": "Search List",
- "menu.list.searchlist.articles": "Search List(articles)",
- "menu.list.searchlist.projects": "Search List(projects)",
- "menu.list.searchlist.applications": "Search List(applications)",
- "menu.profile": "Profile",
- "menu.profile.basic": "Basic Profile",
- "menu.profile.advanced": "Advanced Profile",
- "menu.result": "Result",
- "menu.result.success": "Success",
- "menu.result.fail": "Fail",
- "menu.exception": "Exception",
- "menu.exception.not-permission": "403",
- "menu.exception.not-find": "404",
- "menu.exception.server-error": "500",
- "menu.account": "Account",
- "menu.account.center": "Account Center",
- "menu.account.settings": "Account Settings",
- "menu.account.trigger": "Trigger Error",
- "menu.account.logout": "Logout",
- "menu.more": "More",
- "menu.report": "Report",
- "menu.report.relation": "Relation Map",
- "menu.extras": "Extra",
- "menu.extras.helpcenter": "Help Center",
- "menu.extras.settings": "Settings",
- "menu.extras.poi": "Poi",
- "app.analysis.test": "Gongzhuan No.{{no}} shop",
- "app.analysis.introduce": "Introduce",
- "app.analysis.total-sales": "Total Sales",
- "app.analysis.day-sales": "Day Sales",
- "app.analysis.visits": "Visits",
- "app.analysis.visits-trend": "Visits Trend",
- "app.analysis.visits-ranking": "Visits Ranking",
- "app.analysis.day-visits": "Day Visits",
- "app.analysis.week": "Week Ratio",
- "app.analysis.day": "Day Ratio",
- "app.analysis.payments": "Payments",
- "app.analysis.conversion-rate": "Conversion Rate",
- "app.analysis.operational-effect": "Operational Effect",
- "app.analysis.sales-trend": "Stores Sales Trend",
- "app.analysis.sales-ranking": "Sales Ranking",
- "app.analysis.all-year": "All Year",
- "app.analysis.all-month": "All Month",
- "app.analysis.all-week": "All Week",
- "app.analysis.all-today": "All day",
- "app.analysis.search-users": "Search Users",
- "app.analysis.per-capita-search": "Per Capita Search",
- "app.analysis.online-top-search": "Online Top Search",
- "app.analysis.the-proportion-of-sales": "The Proportion Of Sales",
- "app.analysis.channel.all": "ALL",
- "app.analysis.channel.online": "Online",
- "app.analysis.channel.stores": "Stores",
- "app.analysis.sales": "Sales",
- "app.analysis.traffic": "Traffic",
- "app.analysis.table.rank": "Rank",
- "app.analysis.table.search-keyword": "Keyword",
- "app.analysis.table.users": "Users",
- "app.analysis.table.weekly-range": "Weekly Range",
- "app.monitor.trading-activity": "Real-Time Trading Activity",
- "app.monitor.total-transactions": "Total transactions today",
- "app.monitor.sales-target": "Sales target completion rate",
- "app.monitor.remaining-time": "Remaining time of activity",
- "app.monitor.total-transactions-per-second": "Total transactions per second",
- "app.monitor.activity-forecast": "Activity forecast",
- "app.monitor.efficiency": "Efficiency",
- "app.monitor.ratio": "Ratio",
- "app.monitor.proportion-per-category": "Proportion Per Category",
- "app.monitor.fast-food": "Fast food",
- "app.monitor.western-food": "Western food",
- "app.monitor.hot-pot": "Hot pot",
- "app.monitor.waiting-for-implementation": "Waiting for implementation",
- "app.monitor.popular-searches": "Popular Searches",
- "app.monitor.resource-surplus": "Resource Surplus",
- "app.monitor.fund-surplus": "Fund Surplus",
- "app.lock": "Lock",
- "app.login.message-invalid-credentials": "Invalid username or password",
- "app.login.message-invalid-verification-code": "Invalid verification code",
- "app.login.tab-login-credentials": "Account",
- "app.login.tab-login-mobile": "Mobile",
- "app.login.tab-login-qrscan": "QRScan",
- "app.login.remember-me": "Remember me",
- "app.login.forgot-password": "Forgot your password?",
- "app.login.sign-in-with": "Sign in with",
- "app.login.signup": "Sign up",
- "app.login.login": "Login",
- "app.login.text.username": "Username",
- "app.login.text.mobile": "Mobile Number",
- "app.login.text.password": "Password",
- "app.login.text.captcha": "CAPTCHA",
- "app.login.text.smscode": "Code",
- "app.register.register": "Register",
- "app.register.get-verification-code": "Get code",
- "app.register.sign-in": "Already have an account?",
- "app.register-result.msg": "Account:registered at {{email}}",
- "app.register-result.activation-email": "The activation email has been sent to your email address and is valid for 24 hours. Please log in to the email in time and click on the link in the email to activate the account.",
- "app.register-result.back-home": "Back to home",
- "app.register-result.view-mailbox": "View mailbox",
- "validation.email.required": "Please enter your email!",
- "validation.email.wrong-format": "The email address is in the wrong format!",
- "validation.password.required": "Please enter your password!",
- "validation.password.twice": "The passwords entered twice do not match!",
- "validation.password.strength.msg": "Please enter at least 6 characters and don't use passwords that are easy to guess.",
- "validation.password.strength.strong": "Strength: strong",
- "validation.password.strength.medium": "Strength: medium",
- "validation.password.strength.short": "Strength: too short",
- "validation.confirm-password.required": "Please confirm your password!",
- "validation.phone-number.required": "Please enter your phone number!",
- "validation.phone-number.wrong-format": "Malformed phone number!",
- "validation.verification-code.required": "Please enter the verification code!",
- "validation.title.required": "Please enter a title",
- "validation.date.required": "Please select the start and end date",
- "validation.goal.required": "Please enter a description of the goal",
- "validation.standard.required": "Please enter a metric"
- }
|