en-US.json 9.9 KB

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