en-US.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882
  1. {
  2. "app.title": "Single Sign On System",
  3. "mxk": {
  4. "title": " Single Sign On System",
  5. "login": {
  6. "title": "MaxKey",
  7. "title.sub": "Leading-Edge Identity and Access Management",
  8. "tab-credentials": "Account",
  9. "tab-mobile": "Mobile",
  10. "tab-qrscan": "QRScan",
  11. "message-invalid-credentials": "Invalid username or password",
  12. "message-invalid-verification-code": "Invalid verification code",
  13. "remember-me": "Remember me",
  14. "forgot-password": "Forgot your password?",
  15. "sign-in-with": "Sign in with",
  16. "signup": "Sign up",
  17. "login": "Login",
  18. "text.username": "Username",
  19. "text.mobile": "Mobile Number",
  20. "text.password": "Password",
  21. "text.captcha": "Captcha",
  22. "text.smscode": "Code"
  23. },
  24. "forgot": {
  25. "forgot": "Forgot Password",
  26. "step1": "Authentication",
  27. "step2": "Resetting Password",
  28. "type.mobile": "By Mobile",
  29. "type.email": "By Email",
  30. "mobile": "Mobile Phone Number",
  31. "email": "Email",
  32. "captcha": "Picture Captcha",
  33. "sendCaptcha": "Send Captcha",
  34. "password": "New Password",
  35. "confirmPassword": "Confirm Password",
  36. "login": "Back Login",
  37. "next": "Next",
  38. "submit": "Confirm"
  39. },
  40. "menu": {
  41. "applist": "Apps",
  42. "sessions": "Sessions",
  43. "config": {
  44. "": "Settings",
  45. "setting": "Setting",
  46. "profile": "Profile",
  47. "password": "Password",
  48. "socialsassociate": "Socials",
  49. "timebased": "OTP Token"
  50. },
  51. "audit": {
  52. "": "Audits",
  53. "logins": "Logins",
  54. "loginapps": "LoginApps"
  55. },
  56. "mgt": "Management"
  57. },
  58. "home": {
  59. "onlineUsers": "Online Users",
  60. "dayCount": "Day Count",
  61. "newUsers": "Month News",
  62. "activeUsers": "Month Actives",
  63. "dayAccessCount": "Today Access Count",
  64. "monthAccessCount": "30 Day Access Count",
  65. "monthAppCount": "30 Day TOP 10 App Access Count",
  66. "monthBrowserCount": "30 Day TOP 10 Browser Access Count",
  67. "appName": "App",
  68. "browser": "Browser",
  69. "accessCount": "Count"
  70. },
  71. "users": {
  72. "tab.basic": "Basic",
  73. "tab.business": "Business",
  74. "tab.business.extra": "Business Extra",
  75. "tab.personal": "Personal",
  76. "tab.home": "Home",
  77. "tab.extra": "extra",
  78. "displayName": "displayName",
  79. "username": "username",
  80. "password": "password",
  81. "email": "email",
  82. "mobile": "mobile",
  83. "birthDate": "birthDate",
  84. "userType": "userType",
  85. "userType.employee": "employee",
  86. "userType.contractor": "contractor",
  87. "userType.customer": "customer",
  88. "userType.supplier": "supplier",
  89. "userType.partner": "partner",
  90. "userType.external": "external",
  91. "userType.intern": "intern",
  92. "userType.temp": "temp",
  93. "userType.dealer": "dealer",
  94. "picture": "picture",
  95. "familyName": "familyName",
  96. "givenName": "givenName",
  97. "middleName": "middleName",
  98. "nickName": "nickName",
  99. "gender": "gender",
  100. "gender.female": "female",
  101. "gender.male": "male",
  102. "married": "married",
  103. "married.unknown": "unknown",
  104. "married.single": "single",
  105. "married.married": "married",
  106. "married.divorce": "divorce",
  107. "married.widowed": "widowed",
  108. "website": "website",
  109. "idtype": "idtype",
  110. "idtype.unknown": "unknown",
  111. "idtype.idcard": "idcard",
  112. "idtype.passport": "passport",
  113. "idtype.studentcard": "studentcard",
  114. "idtype.militarycard": "militarycard",
  115. "idCardNo": "idCardNo",
  116. "education": "education",
  117. "graduateFrom": "graduateFrom",
  118. "graduateDate": "graduateDate",
  119. "startWorkDate": "startWorkDate",
  120. "preferredLanguage": "preferredLanguage",
  121. "timeZone": "timeZone",
  122. "locale": "locale",
  123. "employeeNumber": "employeeNumber",
  124. "windowsAccount": "DomainAccount",
  125. "organization": "organization",
  126. "division": "division",
  127. "departmentId": "departmentId",
  128. "department": "department",
  129. "costCenter": "costCenter",
  130. "jobTitle": "jobTitle",
  131. "jobLevel": "jobLevel",
  132. "manager": "manager",
  133. "assistant": "assistant",
  134. "entryDate": "entryDate",
  135. "quitDate": "quitDate",
  136. "workCountry": "workCountry",
  137. "workRegion": "workRegion",
  138. "workLocality": "workLocality",
  139. "workStreetAddress": "workStreetAddress",
  140. "workPostalCode": "workPostalCode",
  141. "workFax": "workFax",
  142. "workPhoneNumber": "workPhoneNumber",
  143. "workEmail": "workEmail",
  144. "workOfficeName": "workOfficeName",
  145. "homeCountry": "homeCountry",
  146. "homeRegion": "homeRegion",
  147. "homeLocality": "homeLocality",
  148. "homeStreetAddress": "homeStreetAddress",
  149. "homePostalCode": "homePostalCode",
  150. "homeFax": "homeFax",
  151. "homePhoneNumber": "homePhoneNumber",
  152. "homeEmail": "homeEmail",
  153. "ims": "IMS",
  154. "status": "Status",
  155. "status.active": "Active",
  156. "status.lock": "Locked",
  157. "status.inactive": "Inactive",
  158. "status.delete": "Deleted",
  159. "status.forbidden": "Forbidden",
  160. "userstate": "UserState",
  161. "userstate.resident": "Resident",
  162. "userstate.withdrawn": "Withdrawn",
  163. "userstate.inactive": "Inactive",
  164. "userstate.retiree": "Retiree",
  165. "authnType": "AuthenticationType",
  166. "authnType.authnType.1": "General login",
  167. "authnType.authnType.2": "Mobile Token",
  168. "authnType.authnType.3": "SMS Verification",
  169. "authnType.authnType.4": "EMAIL Verification",
  170. "authnType.authnType.5": "TIME BASED Token",
  171. "authnType.authnType.6": "Counter Token",
  172. "authnType.authnType.7": "HOTP Token",
  173. "authnType.authnType.8": "RSA Token",
  174. "authnType.authnType.9": "Digital Certificate",
  175. "authnType.authnType.10": "USB Key"
  176. },
  177. "organizations": {
  178. "tab.basic": "Basic",
  179. "tab.extra": "Extra",
  180. "tab.address": "Address",
  181. "tab.contact": "Contact",
  182. "code": "Code",
  183. "name": "Name",
  184. "fullName": "Full Name",
  185. "parentId": "Parent Id",
  186. "parentCode": "Parent Code",
  187. "parentName": "Parent Name",
  188. "type": "Type",
  189. "codePath": "Code Path",
  190. "namePath": "NamePath",
  191. "level": "Level",
  192. "division": "Division",
  193. "country": "Country",
  194. "region": "Region",
  195. "locality": "Locality",
  196. "street": "Street",
  197. "address": "Address",
  198. "contact": "Contact",
  199. "postalCode": "Postal Code",
  200. "phone": "Phone",
  201. "fax": "Fax",
  202. "email": "Email"
  203. },
  204. "accounts": {
  205. "userId": "UserId",
  206. "username": "username",
  207. "displayName": "DisplayName",
  208. "appName": "App Name",
  209. "appId": "App Id",
  210. "relatedUsername": "Account",
  211. "relatedPassword": "Password"
  212. },
  213. "passwordpolicy": {
  214. "minLength": "Min Length",
  215. "maxLength": "Max Length",
  216. "lowerCase": "Lower Case",
  217. "upperCase": "Upper Case",
  218. "digits": "Digits",
  219. "specialChar": "SpecialChar",
  220. "attempts": "Attempts",
  221. "occurances": "Occurances",
  222. "history": "History",
  223. "duration": "Duration",
  224. "expiration": "Dxpiration",
  225. "username": "Username",
  226. "dictionary": "Dictionary",
  227. "alphabetical": "Alphabetical",
  228. "numerical": "Numerical",
  229. "qwerty": "Qwerty"
  230. },
  231. "emailsenders": {
  232. "account": "Account",
  233. "credentials": "Credentials",
  234. "smtpHost": "SMTP Host",
  235. "port": "Port",
  236. "sslSwitch": "SSL",
  237. "sender": "Sender",
  238. "encoding": "Encoding",
  239. "protocol": "Protocol"
  240. },
  241. "socialsassociate": {
  242. "icon": "Icon",
  243. "provider": "Provider",
  244. "providerName": "ProviderName",
  245. "createdDate": "BindTime",
  246. "updatedDate": "LastLoginTime",
  247. "text.bind": "Bind",
  248. "text.unbind": "Unbind"
  249. },
  250. "password": {
  251. "id": "Id",
  252. "displayName": "DisplayName",
  253. "username": "Username",
  254. "oldPassword": "Old Password",
  255. "password": "New Password",
  256. "confirmPassword": "Confirm Password",
  257. "captcha": "Captcha"
  258. },
  259. "ldapcontext": {
  260. "product": "product",
  261. "providerUrl": "ProviderUrl",
  262. "principal": "Principal",
  263. "credentials": "Credentials",
  264. "sslSwitch": "SSL",
  265. "filters": "Filters",
  266. "basedn": "Base DN",
  267. "msadDomain": "Active Directory Domain",
  268. "accountMapping": "Domain Account",
  269. "trustStore": "TrustStore",
  270. "trustStorePassword": "TrustStore Password"
  271. },
  272. "groups": {
  273. "name": "Group Name",
  274. "dynamic": "Dynamic",
  275. "filters": "Attributes Filter",
  276. "orgIdsList": "Dept List",
  277. "resumeTime": "Join Time",
  278. "suspendTime": "Suspend Time",
  279. "isdefault": "Is Default"
  280. },
  281. "accountsstrategy": {
  282. "name": "Strategy",
  283. "appIcon": "App Icon",
  284. "appId": "App Id",
  285. "appName": "App Name",
  286. "filters": "Attributes Filter",
  287. "orgIdsList": "Dept List",
  288. "createType": "createType",
  289. "mapping": "Mapping",
  290. "suffixes": "Suffixes"
  291. },
  292. "apps": {
  293. "tab.basic": "Basic",
  294. "tab.extra": "Extra",
  295. "extendapi.tab": "API",
  296. "id": "App Id",
  297. "name": "App Name",
  298. "icon": "Icon",
  299. "protocol": "Protocol",
  300. "protocol.formbased": "formbased",
  301. "protocol.desktop": "desktop",
  302. "protocol.tokenbased": "tokenbased",
  303. "protocol.oauth2.0": "OAuth2.x",
  304. "protocol.saml2.0": "SAML2.0",
  305. "protocol.ltpa": "Lightweight Third-Party(LTPA)",
  306. "protocol.cas": "CAS ",
  307. "protocol.jwt": "JwtToken",
  308. "protocol.extendapi": "API Extend",
  309. "protocol.basic": "Basic",
  310. "category": "Category",
  311. "category.none": "None",
  312. "category.1011": "Enterprise Services/Data Analysis",
  313. "category.1012": "Enterprise Services/Teleworking",
  314. "category.1013": "Enterprise Services/OA",
  315. "category.1014": "Enterprise Services/Legal Service",
  316. "category.1015": "Enterprise Services/Marketing",
  317. "category.1016": "Enterprise Services/Administration",
  318. "category.1017": "Enterprise Services/Benefits",
  319. "category.1111": "Teamwork/Project Management",
  320. "category.1112": "Teamwork/Agile Development",
  321. "category.1113": "Teamwork/Design",
  322. "category.1114": "Teamwork/To-do",
  323. "category.1211": "HR/Comprehensive HRM",
  324. "category.1212": "HR/Recruiting",
  325. "category.1213": "HR/Background Check",
  326. "category.1214": "HR/Incentive",
  327. "category.1215": "HR/Corporate Culture",
  328. "category.1311": "Training",
  329. "category.1411": "Business Travel",
  330. "category.1511": "Finance Management/Comprehensive Finance",
  331. "category.1512": "Finance Management/Reimbursement",
  332. "category.1611": "Survey & Workflow",
  333. "category.1711": "Survey & Workflow/BPM",
  334. "category.1712": "Survey & Workflow/Survey",
  335. "category.1811": "Supply Chain/Asset Management",
  336. "category.1812": "Supply Chain/PSI",
  337. "category.1911": "Customer Relationship/Customer Support",
  338. "category.1912": "Customer Relationship/CRM",
  339. "vendor": "vendor",
  340. "vendor.url": "vendor URL",
  341. "basic.info": "basic info",
  342. "secret": "secret",
  343. "visible": "visible",
  344. "visible.hidden": "Hidden",
  345. "visible.all": "All",
  346. "visible.internet": "Internet",
  347. "visible.intranet": "Intranet",
  348. "loginUrl": "loginUrl",
  349. "logoutUrl": "logoutUrl",
  350. "logoutType": "logoutType",
  351. "logoutType.none": "NONE",
  352. "logoutType.back_channel": "BACK_CHANNEL",
  353. "logoutType.front_channel": "FRONT_CHANNEL",
  354. "credential": "credential",
  355. "credential.user-defined": "user-defined",
  356. "credential.shared": "shared",
  357. "credential.system": "system",
  358. "systemUserAttr": "systemUserAttr",
  359. "credential.sharedUsername": "sharedUsername",
  360. "credential.sharedPassword": "sharedPassword",
  361. "isAdapter": "isAdapter",
  362. "isAdapter.no": "NO",
  363. "isAdapter.yes": "YES",
  364. "adapter": "adapter",
  365. "extendAttr": "extendAttr",
  366. "isExtendAttr": "isExtendAttr",
  367. "extendAttr.parameter": "parameter",
  368. "extendAttr.parameter.type": "type",
  369. "extendAttr.parameter.value": "value",
  370. "principal": "principal",
  371. "credentials": "credentials",
  372. "adapter.name": "name",
  373. "adapter.adapter": "adapter",
  374. "adapter.protocol": "protocol",
  375. "select.tip": "Please Select Application System",
  376. "formbased.tab": "Form",
  377. "formbased.redirectUri": "redirectUri",
  378. "formbased.usernameMapping": "usernameMapping",
  379. "formbased.passwordMapping": "passwordMapping",
  380. "formbased.passwordAlgorithm": "passwordAlgorithm",
  381. "formbased.authorizeView": "authorizeView",
  382. "formbased.parameter": "parameter",
  383. "formbased.parameter.value": "value",
  384. "cas.tab": "CAS",
  385. "cas.service": "Service",
  386. "cas.callbackUrl": "CallbackUrl",
  387. "cas.casUser": "CasUser",
  388. "cas.expires": "Expires",
  389. "tokenbased.tab": "TokenBased",
  390. "tokenbased.redirectUri": "redirectUri",
  391. "tokenbased.tokenType": "tokenType",
  392. "tokenbased.cookieName": "Cookie Name",
  393. "tokenbased.algorithm": "algorithm",
  394. "tokenbased.algorithmKey": "algorithmKey",
  395. "tokenbased.token.content": "content",
  396. "tokenbased.expires": "expires",
  397. "jwt.tab": "JWT",
  398. "jwt.redirectUri": "redirectUri",
  399. "jwt.subject": "subject",
  400. "jwt.audience": "audience",
  401. "jwt.issuer": "issuer",
  402. "jwt.tokenType": "tokenType",
  403. "jwt.jwtName": "jwtName",
  404. "jwt.algorithm": "algorithm",
  405. "jwt.encryptionMethod": "encryptionMethod",
  406. "jwt.algorithmKey": "algorithmKey",
  407. "jwt.signature": "signature",
  408. "jwt.signatureKey": "signatureKey",
  409. "jwt.content": "content",
  410. "jwt.expires": "expires",
  411. "saml.tab": "SAML",
  412. "saml.tab.metadata": "Metadata",
  413. "saml.metadata.company": "company",
  414. "saml.spAcsUrl": "ACS Url",
  415. "saml.fileType.Certificate": "Certificate",
  416. "saml.metadata.orgDisplayName": "orgDisplayName",
  417. "saml.nameIdConvert.original": "original",
  418. "saml.certIssuer": "certIssuer",
  419. "saml.metadata": "SAML Metadata",
  420. "saml.fileType": "fileType",
  421. "saml.nameIdConvert": "NameId Convert",
  422. "saml.target": "target",
  423. "saml.metadata.telephoneNumber": "telephoneNumber",
  424. "saml.fileType.metadata.file": "SAML Metadata File",
  425. "saml.fileType.metadata.url": "SAML Metadata Url",
  426. "saml.fileType.certificate": "Certificate",
  427. "saml.metaFile": "Metadata",
  428. "saml.metadata.givenName": "givenName",
  429. "saml.issuer": "Issuer",
  430. "saml.nameIdConvert.upperCase": "upperCase",
  431. "saml.metadata.orgURL": "orgURL",
  432. "saml.metadata.info": "SAML V2.0 Info",
  433. "saml.certSubject": "certSubject",
  434. "saml.encrypted.no": "No encrypted",
  435. "saml.binding": "Binding",
  436. "saml.metadata.surName": "surName",
  437. "saml.audience": "Audience",
  438. "saml.v2.0.tab": "SAML V20",
  439. "saml.metadata.contactType": "contactType",
  440. "saml.entityId": "Entity Id",
  441. "saml.nameIdConvert.lowerCase": "lowerCase",
  442. "saml.metadata.orgName": "orgName",
  443. "saml.certExpiration": "certExpiration",
  444. "saml.encrypted": "encrypted",
  445. "saml.validityInterval": "validityInterval",
  446. "saml.encrypted.yes": "yes",
  447. "saml.metadata.emailAddress": "emailAddress",
  448. "saml.nameidFormat": "Nameid Format",
  449. "saml.v1.1.info": "SAML 1.1 Info",
  450. "saml.signature": "Signature",
  451. "saml.digestMethod": "Digest Method",
  452. "oauth.approvalPrompt.force": "force",
  453. "oauth.accessTokenValiditySeconds": "accessTokenValiditySeconds",
  454. "oauth.v2.0.clientSecret": "Client Secret",
  455. "oauth.registeredRedirectUris": "registeredRedirectUris",
  456. "oauth.approvalPrompt.auto": "auto",
  457. "oauth.refreshTokenValiditySeconds": "refreshTokenValiditySeconds",
  458. "oauth.scope": "scope",
  459. "oauth.approvalPrompt": "approvalPrompt",
  460. "oauth.v2.0.tab": "OAuth 2.0",
  461. "oauth.GrantTypes": "GrantTypes",
  462. "oauth.v2.0.clientId": "Client Id",
  463. "oauth.subject": "Subject",
  464. "oauth.connect.tab": "OpenID Connect",
  465. "oauth.connect.algorithm": "Algorithm",
  466. "oauth.connect.algorithmKey": "AlgorithmKey",
  467. "oauth.connect.encryptionMethod": "EncryptionMethod",
  468. "oauth.connect.signature": "Signature",
  469. "oauth.connect.signatureKey": "SignatureKey",
  470. "oauth.connect.audience": "Audience",
  471. "oauth.connect.issuer": "Issuer",
  472. "oauth.connect.userInfoResponse": "UserInfoResponse",
  473. "oauth.approval.title": "Authorize Confirm",
  474. "oauth.approval.info": "This App request has the following permissions:",
  475. "oauth.approval.context": "Access your personal information",
  476. "oauth.approval.authorize": "Authorize",
  477. "oauth.approval.deny": " Deny "
  478. },
  479. "roles": {
  480. "name": "Role Name",
  481. "dynamic": "Dynamic",
  482. "filters": "Attributes Filter",
  483. "orgIdsList": "Dept List",
  484. "resumeTime": "Join Time",
  485. "suspendTime": "Suspend Time",
  486. "isdefault": "Is Default"
  487. },
  488. "resources": {
  489. "id": "ID",
  490. "name": "Resource",
  491. "appId": "App Id",
  492. "appName": "App Name",
  493. "parentId": "Parent Id",
  494. "parentName": "Parent Name",
  495. "resourceType": {
  496. "": "Resource Type",
  497. "MENU": "MENU",
  498. "PAGE": "PAGE",
  499. "MODULE": "MODULE",
  500. "ELEMENT": "ELEMENT",
  501. "BUTTON": "BUTTON",
  502. "FILE": "FILE",
  503. "DATA": "DATA",
  504. "OTHER": "OTHER"
  505. },
  506. "resourceUrl": "Resource URL",
  507. "resourceAction": "Resource Action",
  508. "resourceIcon": "Resource Icon",
  509. "resourceStyle": "Resource Style"
  510. },
  511. "adapters": {
  512. "name": "Name",
  513. "protocol": "Protocol",
  514. "adapter": "Adapter"
  515. },
  516. "institutions": {
  517. "name": "Name",
  518. "fullName": "Full Name",
  519. "contact": "contact",
  520. "phone": "phone",
  521. "email": "email",
  522. "address": "address",
  523. "logo": "LOGO",
  524. "frontTitle": "Front Title",
  525. "consoleTitle": "Console Title",
  526. "domain": "Domain",
  527. "captchaType": "Captcha Type",
  528. "captchaType.text": "Text",
  529. "captchaType.arithmetic": "Arithmetic",
  530. "captchaSupport": "Captcha Support",
  531. "defaultUri": "Default URL"
  532. },
  533. "timebased": {
  534. "displayName": "displayName",
  535. "username": "username",
  536. "digits": "digits",
  537. "period": "period",
  538. "sharedSecret": "sharedSecret(BASE32)",
  539. "hexSharedSecret": "sharedSecret( HEX )",
  540. "rqCode": "RQCode",
  541. "one-timePassword": "One-Time Password"
  542. },
  543. "socialsproviders": {
  544. "icon": "Icon",
  545. "provider": "Provider",
  546. "providerName": "ProviderName",
  547. "clientId": "ClientId",
  548. "clientSecret": "ClientSecret",
  549. "agentId": "AgentId",
  550. "scanCode": "ScanCode",
  551. "hidden": "Is Show"
  552. },
  553. "synchronizers": {
  554. "name": "Name",
  555. "sourceType": "SourceType",
  556. "service": "Service",
  557. "scheduler": "Scheduler",
  558. "providerUrl": "ProviderUrl",
  559. "principal": "Principal",
  560. "credentials": "Credentials",
  561. "basedn": "Base DN",
  562. "msadDomain": "Active Directory Domain",
  563. "sslSwitch": "SSL",
  564. "trustStore": "TrustStore",
  565. "trustStorePassword": "TrustStorePassword",
  566. "filters": "Filters",
  567. "syncStartTime": "SyncStartTime",
  568. "resumeTime": "Join Time",
  569. "suspendTime": "Suspend Time"
  570. },
  571. "smsprovider": {
  572. "provider": "provider",
  573. "name": {
  574. "aliyun": "aliyun",
  575. "tencentcloud": "tencentcloud",
  576. "neteasesms": "neteasesms",
  577. "email": "email"
  578. },
  579. "providerName": "Provider Name",
  580. "message": "Message",
  581. "appKey": "AppKey",
  582. "appSecret": "AppSecret",
  583. "templateId": "TemplateId",
  584. "signName": "SignName",
  585. "smsSdkAppId": "smsSdkAppId"
  586. },
  587. "history": {
  588. "login.id": "id",
  589. "login.sessionId": "sessionId",
  590. "login.username": "username",
  591. "login.displayName": "displayName",
  592. "login.provider": "provider",
  593. "login.message": "message",
  594. "login.loginType": "loginType",
  595. "login.sourceIp": "sourceIp",
  596. "login.browser": "browser",
  597. "login.loginTime": "loginTime",
  598. "login.logoutTime": "logoutTime",
  599. "login.platform": "platform",
  600. "login.application": "application",
  601. "login.loginUrl": "loginUrl",
  602. "login.code": "code",
  603. "login.rpUserInfo": "Relying Party",
  604. "loginapps.id": "id",
  605. "loginapps.sessionId": "sessionId",
  606. "loginapps.userId": "userId",
  607. "loginapps.username": "username",
  608. "loginapps.displayName": "displayName",
  609. "loginapps.appId": "appId",
  610. "loginapps.appName": "appName",
  611. "loginapps.loginTime": "loginTime",
  612. "systemlogs.id": "Id",
  613. "systemlogs.topic": "Topic",
  614. "systemlogs.message": "Message",
  615. "systemlogs.messageType": "Type",
  616. "systemlogs.messageResult": "Result",
  617. "systemlogs.userId": "userId",
  618. "systemlogs.username": "username",
  619. "systemlogs.displayName": "Operator",
  620. "systemlogs.executeTime": "ExecuteTime",
  621. "synchronizer.id": "Id",
  622. "synchronizer.syncId": "SyncId",
  623. "synchronizer.syncName": "SyncName",
  624. "synchronizer.objectId": "ObjectId",
  625. "synchronizer.objectType": "ObjectType",
  626. "synchronizer.objectName": "ObjectName",
  627. "synchronizer.syncTime": "SyncTime",
  628. "synchronizer.result": "Result",
  629. "connector.id": "Id",
  630. "connector.conName": "Connector",
  631. "connector.conType": "Type",
  632. "connector.sourceId": "SourceId",
  633. "connector.sourceName": "SourceName",
  634. "connector.objectId": "ObjectId",
  635. "connector.objectName": "ObjectName",
  636. "connector.description": "Description",
  637. "connector.syncTime": "SyncTime",
  638. "connector.result": "Result"
  639. },
  640. "alert": {
  641. "add":{
  642. "success":"Add Success!",
  643. "error":"Add Error!"
  644. },
  645. "update":{
  646. "success":"Update Success!",
  647. "error":"Update Error!"
  648. },
  649. "delete":{
  650. "success":"Delete Success!",
  651. "error":"Delete Error!"
  652. },
  653. "operate":{
  654. "success":"Operate Success!",
  655. "error":"Operate Error!"
  656. }
  657. },
  658. "text": {
  659. "action": "Action",
  660. "query": "Query",
  661. "reset": "Reset",
  662. "expand": "Expand",
  663. "collapse": "Collapse",
  664. "manual": "Manual",
  665. "automatic": "Automatic",
  666. "terminate": "Terminate",
  667. "add": "Add",
  668. "edit": "Edit",
  669. "delete": "Delete",
  670. "select": "Select",
  671. "confirm": "Confirm",
  672. "synchr": "Synchr",
  673. "close": "Close",
  674. "submit": "Submit",
  675. "generate": "Generate",
  676. "verify": "Verify",
  677. "upload": "Upload",
  678. "save": "Save",
  679. "year": "Year",
  680. "month": "Month",
  681. "date": "Date",
  682. "day": "Day",
  683. "hour": "Hour",
  684. "minute": "Minute",
  685. "second": "second",
  686. "millisecond": "MilliSecond",
  687. "yes": "Yes",
  688. "no": "No",
  689. "id": "ID",
  690. "instId": "InstId",
  691. "instName": "Institution",
  692. "description": "Description",
  693. "createdBy": "createdBy",
  694. "createdDate": "createdDate",
  695. "modifiedBy": "modifiedBy",
  696. "modifiedDate": "modifiedDate",
  697. "startDate": "startDateTime",
  698. "endDate": "endDateTime",
  699. "sortIndex": "sortOrder",
  700. "status": {
  701. "": "status",
  702. "active": "Active",
  703. "inactive": "InActive"
  704. }
  705. }
  706. },
  707. "menu.search.placeholder": "Search for people, file, photos...",
  708. "menu.fullscreen": "Fullscreen",
  709. "menu.fullscreen.exit": "Exit Fullscreen",
  710. "menu.clear.local.storage": "Clear Local Storage",
  711. "menu.lang": "Language",
  712. "menu.main": "Main Navigation",
  713. "menu.dashboard": "Dashboard",
  714. "menu.dashboard.v1": "Default",
  715. "menu.dashboard.analysis": "Analysis",
  716. "menu.dashboard.monitor": "Monitor",
  717. "menu.dashboard.workplace": "Workplace",
  718. "menu.shortcut": "Shortcut",
  719. "menu.widgets": "Widgets",
  720. "menu.alain": "Alain",
  721. "menu.style": "Style",
  722. "menu.style.typography": "Typography",
  723. "menu.style.gridmasonry": "Grid Masonry",
  724. "menu.style.colors": "Colors",
  725. "menu.delon": "Delon Lib",
  726. "menu.delon.form": "Dynamic Form",
  727. "menu.delon.table": "Simple table",
  728. "menu.delon.util": "Util",
  729. "menu.delon.print": "Print",
  730. "menu.delon.guard": "Route Guard",
  731. "menu.delon.cache": "Cache",
  732. "menu.delon.qr": "QR",
  733. "menu.delon.acl": "ACL",
  734. "menu.delon.downfile": "Download File",
  735. "menu.delon.xlsx": "Excel",
  736. "menu.delon.zip": "Zip",
  737. "menu.pro": "Antd Pro",
  738. "menu.form": "Form",
  739. "menu.form.basicform": "Basic Form",
  740. "menu.form.stepform": "Step Form",
  741. "menu.form.stepform.info": "Step Form(write transfer information)",
  742. "menu.form.stepform.confirm": "Step Form(confirm transfer information)",
  743. "menu.form.stepform.result": "Step Form(finished)",
  744. "menu.form.advancedform": "Advanced Form",
  745. "menu.list": "List",
  746. "menu.list.searchtable": "Search Table",
  747. "menu.list.basiclist": "Basic List",
  748. "menu.list.cardlist": "Card List",
  749. "menu.list.searchlist": "Search List",
  750. "menu.list.searchlist.articles": "Search List(articles)",
  751. "menu.list.searchlist.projects": "Search List(projects)",
  752. "menu.list.searchlist.applications": "Search List(applications)",
  753. "menu.profile": "Profile",
  754. "menu.profile.basic": "Basic Profile",
  755. "menu.profile.advanced": "Advanced Profile",
  756. "menu.result": "Result",
  757. "menu.result.success": "Success",
  758. "menu.result.fail": "Fail",
  759. "menu.exception": "Exception",
  760. "menu.exception.not-permission": "403",
  761. "menu.exception.not-find": "404",
  762. "menu.exception.server-error": "500",
  763. "menu.account": "Account",
  764. "menu.account.center": "Account Center",
  765. "menu.account.settings": "Account Settings",
  766. "menu.account.trigger": "Trigger Error",
  767. "menu.account.logout": "Logout",
  768. "menu.more": "More",
  769. "menu.report": "Report",
  770. "menu.report.relation": "Relation Map",
  771. "menu.extras": "Extra",
  772. "menu.extras.helpcenter": "Help Center",
  773. "menu.extras.settings": "Settings",
  774. "menu.extras.poi": "Poi",
  775. "app.analysis.test": "Gongzhuan No.{{no}} shop",
  776. "app.analysis.introduce": "Introduce",
  777. "app.analysis.total-sales": "Total Sales",
  778. "app.analysis.day-sales": "Day Sales",
  779. "app.analysis.visits": "Visits",
  780. "app.analysis.visits-trend": "Visits Trend",
  781. "app.analysis.visits-ranking": "Visits Ranking",
  782. "app.analysis.day-visits": "Day Visits",
  783. "app.analysis.week": "Week Ratio",
  784. "app.analysis.day": "Day Ratio",
  785. "app.analysis.payments": "Payments",
  786. "app.analysis.conversion-rate": "Conversion Rate",
  787. "app.analysis.operational-effect": "Operational Effect",
  788. "app.analysis.sales-trend": "Stores Sales Trend",
  789. "app.analysis.sales-ranking": "Sales Ranking",
  790. "app.analysis.all-year": "All Year",
  791. "app.analysis.all-month": "All Month",
  792. "app.analysis.all-week": "All Week",
  793. "app.analysis.all-today": "All day",
  794. "app.analysis.search-users": "Search Users",
  795. "app.analysis.per-capita-search": "Per Capita Search",
  796. "app.analysis.online-top-search": "Online Top Search",
  797. "app.analysis.the-proportion-of-sales": "The Proportion Of Sales",
  798. "app.analysis.channel.all": "ALL",
  799. "app.analysis.channel.online": "Online",
  800. "app.analysis.channel.stores": "Stores",
  801. "app.analysis.sales": "Sales",
  802. "app.analysis.traffic": "Traffic",
  803. "app.analysis.table.rank": "Rank",
  804. "app.analysis.table.search-keyword": "Keyword",
  805. "app.analysis.table.users": "Users",
  806. "app.analysis.table.weekly-range": "Weekly Range",
  807. "app.monitor.trading-activity": "Real-Time Trading Activity",
  808. "app.monitor.total-transactions": "Total transactions today",
  809. "app.monitor.sales-target": "Sales target completion rate",
  810. "app.monitor.remaining-time": "Remaining time of activity",
  811. "app.monitor.total-transactions-per-second": "Total transactions per second",
  812. "app.monitor.activity-forecast": "Activity forecast",
  813. "app.monitor.efficiency": "Efficiency",
  814. "app.monitor.ratio": "Ratio",
  815. "app.monitor.proportion-per-category": "Proportion Per Category",
  816. "app.monitor.fast-food": "Fast food",
  817. "app.monitor.western-food": "Western food",
  818. "app.monitor.hot-pot": "Hot pot",
  819. "app.monitor.waiting-for-implementation": "Waiting for implementation",
  820. "app.monitor.popular-searches": "Popular Searches",
  821. "app.monitor.resource-surplus": "Resource Surplus",
  822. "app.monitor.fund-surplus": "Fund Surplus",
  823. "app.lock": "Lock",
  824. "app.login.message-invalid-credentials": "Invalid username or password",
  825. "app.login.message-invalid-verification-code": "Invalid verification code",
  826. "app.login.tab-login-credentials": "Account",
  827. "app.login.tab-login-mobile": "Mobile",
  828. "app.login.tab-login-qrscan": "QRScan",
  829. "app.login.remember-me": "Remember me",
  830. "app.login.forgot-password": "Forgot your password?",
  831. "app.login.sign-in-with": "Sign in with",
  832. "app.login.signup": "Sign up",
  833. "app.login.login": "Login",
  834. "app.login.text.username": "Username",
  835. "app.login.text.mobile": "Mobile Number",
  836. "app.login.text.password": "Password",
  837. "app.login.text.captcha": "CAPTCHA",
  838. "app.login.text.smscode": "Code",
  839. "app.forgot.forgot": "Forgot Password",
  840. "app.register.register": "Register",
  841. "app.register.get-verification-code": "Get code",
  842. "app.register.sign-in": "Already have an account?",
  843. "app.register-result.msg": "Account:registered at {{email}}",
  844. "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.",
  845. "app.register-result.back-home": "Back to home",
  846. "app.register-result.view-mailbox": "View mailbox",
  847. "validation.email.required": "Please enter your email!",
  848. "validation.email.wrong-format": "The email address is in the wrong format!",
  849. "validation.password.required": "Please enter your password!",
  850. "validation.password.twice": "The passwords entered twice do not match!",
  851. "validation.password.strength.msg": "Please enter at least 6 characters and don't use passwords that are easy to guess.",
  852. "validation.password.strength.strong": "Strength: strong",
  853. "validation.password.strength.medium": "Strength: medium",
  854. "validation.password.strength.short": "Strength: too short",
  855. "validation.confirm-password.required": "Please confirm your password!",
  856. "validation.phone-number.required": "Please enter your phone number!",
  857. "validation.phone-number.wrong-format": "Malformed phone number!",
  858. "validation.verification-code.required": "Please enter the verification code!",
  859. "validation.title.required": "Please enter a title",
  860. "validation.date.required": "Please select the start and end date",
  861. "validation.goal.required": "Please enter a description of the goal",
  862. "validation.standard.required": "Please enter a metric",
  863. "validation.password.conformance-strength": "Password Strength",
  864. "validation.password.non-conformance-strength": "The password does not meet the strength!",
  865. "validation.oldPassword.input": "Please enter old password!",
  866. "validation.password.input": "Please enter new password!",
  867. "validation.confirmPassword.input": "Please enter confirm password!",
  868. "validation.forgot.captcha.error": "Picture Captcha Fail"
  869. }