en-US.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. {
  2. "page": {
  3. "core": {
  4. "login": "Login",
  5. "register": "Register",
  6. "codeLogin": "Code Login",
  7. "qrcodeLogin": "Qr Code Login",
  8. "forgetPassword": "Forget Password"
  9. },
  10. "dashboard": {
  11. "title": "Dashboard",
  12. "analytics": "Analytics",
  13. "workspace": "Workspace"
  14. },
  15. "vben": {
  16. "title": "Project",
  17. "about": "About",
  18. "document": "Document",
  19. "antdv": "Ant Design Vue Version",
  20. "naive-ui": "Naive UI Version",
  21. "element-plus": "Element Plus Version"
  22. }
  23. },
  24. "common": {
  25. "back": "Back",
  26. "backToHome": "Back To Home",
  27. "login": "Login",
  28. "logout": "Logout",
  29. "prompt": "Prompt",
  30. "cancel": "Cancel",
  31. "confirm": "Comfirm",
  32. "noData": "No Data",
  33. "refresh": "Refresh",
  34. "loadingMenu": "Loading Menu",
  35. "query": "Search"
  36. },
  37. "fallback": {
  38. "pageNotFound": "Oops! Page Not Found",
  39. "pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
  40. "forbidden": "Oops! Access Denied",
  41. "forbiddenDesc": "Sorry, but you don't have permission to access this page.",
  42. "internalError": "Oops! Something Went Wrong",
  43. "internalErrorDesc": "Sorry, but the server encountered an error.",
  44. "offline": "Offline Page",
  45. "offlineError": "Oops! Network Error",
  46. "offlineErrorDesc": "Sorry, can't connect to the internet. Check your connection.",
  47. "comingSoon": "Coming Soon",
  48. "http": {
  49. "requestTimeout": "The request timed out. Please try again later.",
  50. "networkError": "A network error occurred. Please check your internet connection and try again.",
  51. "badRequest": "Bad Request. Please check your input and try again.",
  52. "unauthorized": "Unauthorized. Please log in to continue.",
  53. "forbidden": "Forbidden. You do not have permission to access this resource.",
  54. "notFound": "Not Found. The requested resource could not be found.",
  55. "internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later."
  56. }
  57. },
  58. "formRules": {
  59. "required": "Please enter {0}",
  60. "selectRequired": "Please select {0}"
  61. },
  62. "placeholder": {
  63. "input": "Please enter",
  64. "select": "Please select"
  65. },
  66. "widgets": {
  67. "document": "Document",
  68. "qa": "Q&A",
  69. "setting": "Settings",
  70. "logoutTip": "Do you want to logout?",
  71. "viewAll": "View All Messages",
  72. "notifications": "Notifications",
  73. "markAllAsRead": "Make All as Read",
  74. "clearNotifications": "Clear",
  75. "checkUpdatesTitle": "New Version Available",
  76. "checkUpdatesDescription": "Click to refresh and get the latest version",
  77. "search": {
  78. "title": "Search",
  79. "searchNavigate": "Search Navigation",
  80. "select": "Select",
  81. "navigate": "Navigate",
  82. "close": "Close",
  83. "noResults": "No Search Results Found",
  84. "noRecent": "No Search History",
  85. "recent": "Search History"
  86. },
  87. "lockScreen": {
  88. "title": "Lock Screen",
  89. "screenButton": "Locking",
  90. "password": "Password",
  91. "placeholder": "Please enter password",
  92. "unlock": "Click to unlock",
  93. "errorPasswordTip": "Password error, please re-enter",
  94. "backToLogin": "Back to login",
  95. "entry": "Enter the system"
  96. }
  97. },
  98. "authentication": {
  99. "welcomeBack": "Welcome Back",
  100. "pageTitle": "Plug-and-play Admin system",
  101. "pageDesc": "Efficient, versatile frontend template",
  102. "loginSuccess": "Login Successful",
  103. "loginSuccessDesc": "Welcome Back",
  104. "loginSubtitle": "Enter your account details to manage your projects",
  105. "selectAccount": "Quick Select Account",
  106. "username": "Username",
  107. "password": "Password",
  108. "usernameTip": "Please enter username",
  109. "passwordErrorTip": "Password is incorrect",
  110. "passwordTip": "Please enter password",
  111. "verifyRequiredTip": "Please complete the verification first",
  112. "rememberMe": "Remember Me",
  113. "createAnAccount": "Create an Account",
  114. "createAccount": "Create Account",
  115. "alreadyHaveAccount": "Already have an account?",
  116. "accountTip": "Don't have an account?",
  117. "signUp": "Sign Up",
  118. "signUpSubtitle": "Make managing your applications simple and fun",
  119. "confirmPassword": "Comfirm Password",
  120. "confirmPasswordTip": "The passwords do not match",
  121. "agree": "I agree to",
  122. "privacyPolicy": "Privacy-policy",
  123. "terms": "Terms",
  124. "agreeTip": "Please agree to the Privacy Policy and Terms",
  125. "goToLogin": "Login instead",
  126. "passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols",
  127. "forgetPassword": "Forget Password?",
  128. "forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password",
  129. "emailTip": "Please enter email",
  130. "emailValidErrorTip": "The email format you entered is incorrect",
  131. "sendResetLink": "Send Reset Link",
  132. "email": "Email",
  133. "qrcodeSubtitle": "Scan the QR code with your phone to login",
  134. "qrcodePrompt": "Click 'Confirm' after scanning to complete login",
  135. "qrcodeLogin": "QR Code Login",
  136. "codeSubtitle": "Enter your phone number to start managing your project",
  137. "code": "Security code",
  138. "codeTip": "Security code is required",
  139. "mobile": "Mobile",
  140. "mobileLogin": "Mobile Login",
  141. "mobileTip": "Please enter mobile number",
  142. "mobileErrortip": "The phone number format is incorrect",
  143. "sendCode": "Get Security code",
  144. "sendText": "Resend in {0}s",
  145. "thirdPartyLogin": "Or continue with",
  146. "loginAgainTitle": "Please Log In Again",
  147. "loginAgainSubTitle": "Your login session has expired. Please log in again to continue.",
  148. "layout": {
  149. "center": "Align Center",
  150. "alignLeft": "Align Left",
  151. "alignRight": "Align Right"
  152. }
  153. },
  154. "preferences": {
  155. "title": "Preferences",
  156. "subtitle": "Customize Preferences & Preview in Real Time",
  157. "resetTip": "Data has changed, click to reset",
  158. "resetTitle": "Reset Preferences",
  159. "resetSuccess": "Preferences reset successfully",
  160. "appearance": "Appearance",
  161. "layout": "Layout",
  162. "content": "Content",
  163. "other": "Other",
  164. "wide": "Wide",
  165. "compact": "Fixed",
  166. "followSystem": "Follow System",
  167. "vertical": "Vertical",
  168. "verticalTip": "Side vertical menu mode",
  169. "horizontal": "Horizontal",
  170. "horizontalTip": "Horizontal menu mode, all menus displayed at the top",
  171. "twoColumn": "Two Column",
  172. "twoColumnTip": "Vertical Two Column Menu Mode",
  173. "mixedMenu": "Mixed Menu",
  174. "mixedMenuTip": "Vertical & Horizontal Menu Co-exists",
  175. "fullContent": "Full Content",
  176. "fullContentTip": "Only display content body, hide all menus",
  177. "normal": "Normal",
  178. "plain": "Plain",
  179. "rounded": "Rounded",
  180. "copyPreferences": "Copy Preferences",
  181. "copyPreferencesSuccess": "Copy successful, please override in `src/preferences.ts` under app",
  182. "clearAndLogout": "Clear Cache & Logout",
  183. "mode": "Mode",
  184. "general": "General",
  185. "language": "Language",
  186. "dynamicTitle": "Dynamic Title",
  187. "watermark": "Watermark",
  188. "checkUpdates": "Periodic update check",
  189. "position": {
  190. "title": "Preferences Postion",
  191. "header": "Header",
  192. "auto": "Auto",
  193. "fixed": "Fixed"
  194. },
  195. "sidebar": {
  196. "title": "Sidebar",
  197. "width": "Width",
  198. "visible": "Show Sidebar",
  199. "collapsed": "Collpase Menu",
  200. "collapsedShowTitle": "Show Menu Title"
  201. },
  202. "tabbar": {
  203. "title": "Tabbar",
  204. "enable": "Enable Tab Bar",
  205. "icon": "Show Tabbar Icon",
  206. "showMore": "Show More Button",
  207. "showMaximize": "Show Maximize Button",
  208. "persist": "Persist Tabs",
  209. "dragable": "Enable Dragable Sort",
  210. "styleType": {
  211. "title": "Tabs Style",
  212. "chrome": "Chrome",
  213. "card": "Card",
  214. "plain": "Plain",
  215. "brisk": "Brisk"
  216. },
  217. "contextMenu": {
  218. "reload": "Reload",
  219. "close": "Close",
  220. "pin": "Pin",
  221. "unpin": "Unpin",
  222. "closeLeft": "Close Left Tabs",
  223. "closeRight": "Close Right Tabs",
  224. "closeOther": "Close Other Tabs",
  225. "closeAll": "Close All Tabs",
  226. "openInNewWindow": "Open in New Window",
  227. "maximize": "Maximize",
  228. "restoreMaximize": "Restore"
  229. }
  230. },
  231. "navigationMenu": {
  232. "title": "Navigation Menu",
  233. "style": "Navigation Menu Style",
  234. "accordion": "Sidebar Accordion Menu",
  235. "split": "Navigation Menu Separation",
  236. "splitTip": "When enabled, the sidebar displays the top bar's submenu"
  237. },
  238. "breadcrumb": {
  239. "title": "Breadcrumb",
  240. "home": "Show Home Button",
  241. "enable": "Enable Breadcrumb",
  242. "icon": "Show Breadcrumb Icon",
  243. "background": "background",
  244. "style": "Breadcrumb Style",
  245. "hideOnlyOne": "Hidden when only one"
  246. },
  247. "animation": {
  248. "title": "Animation",
  249. "loading": "Page Loading",
  250. "transition": "Page Transition",
  251. "progress": "Page Progress"
  252. },
  253. "theme": {
  254. "title": "Theme",
  255. "radius": "Radius",
  256. "light": "Light",
  257. "dark": "Dark",
  258. "darkSidebar": "Semi Dark Sidebar",
  259. "darkHeader": "Semi Dark Header",
  260. "weakMode": "Weak Mode",
  261. "grayMode": "Gray Mode",
  262. "builtin": {
  263. "title": "Built-in",
  264. "default": "Default",
  265. "violet": "Violet",
  266. "pink": "Pink",
  267. "rose": "Rose",
  268. "skyBlue": "Sky Blue",
  269. "deepBlue": "Deep Blue",
  270. "green": "Green",
  271. "deepGreen": "Deep Green",
  272. "orange": "Orange",
  273. "yellow": "Yellow",
  274. "zinc": "Zinc",
  275. "neutral": "Neutral",
  276. "slate": "Slate",
  277. "gray": "Gray",
  278. "custom": "Custom"
  279. }
  280. },
  281. "header": {
  282. "title": "Header",
  283. "visible": "Show Header",
  284. "modeStatic": "Static",
  285. "modeFixed": "Fixed",
  286. "modeAuto": "Auto hide & Show",
  287. "modeAutoScroll": "Scroll to Hide & Show"
  288. },
  289. "footer": {
  290. "title": "Footer",
  291. "visible": "Show Footer",
  292. "fixed": "Fixed at Bottom"
  293. },
  294. "copyright": {
  295. "title": "Copyright",
  296. "enable": "Enable Copyright",
  297. "companyName": "Company Name",
  298. "companySiteLink": "Company Site Link",
  299. "date": "Date",
  300. "icp": "ICP License Number",
  301. "icpLink": "ICP Site Link"
  302. },
  303. "shortcutKeys": {
  304. "title": "Shortcut Keys",
  305. "global": "Global",
  306. "search": "Global Search",
  307. "logout": "Logout",
  308. "preferences": "Preferences"
  309. },
  310. "widget": {
  311. "title": "Widget",
  312. "globalSearch": "Enable Global Search",
  313. "fullscreen": "Enable Fullscreen",
  314. "themeToggle": "Enable Theme Toggle",
  315. "languageToggle": "Enable Language Toggle",
  316. "notification": "Enable Notification",
  317. "sidebarToggle": "Enable Sidebar Toggle",
  318. "lockScreen": "Enable Lock Screen",
  319. "refresh": "Enable Refresh"
  320. }
  321. },
  322. "ui": {
  323. "captcha": {
  324. "title": "Please complete the security verification",
  325. "sliderSuccessText": "Passed",
  326. "sliderDefaultText": "Slider and drag",
  327. "alt": "Supports img tag src attribute value",
  328. "sliderRotateDefaultTip": "Click picture to refresh",
  329. "sliderRotateFailTip": "Validation failed",
  330. "sliderRotateSuccessTip": "Validation successful, time {0} seconds",
  331. "refreshAriaLabel": "Refresh captcha",
  332. "confirmAriaLabel": "Confirm selection",
  333. "confirm": "Confirm",
  334. "pointAriaLabel": "Click point",
  335. "clickInOrder": "Please click in order"
  336. }
  337. }
  338. }