en-US.json 11 KB

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