123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "login": {
- "text": {
- "title": "System Login",
- "prompt": "If there is no administrator account, please create an administrator first..."
- },
- "field": {
- "username": "Account",
- "password": "Password",
- "captcha": "Captcha"
- },
- "button": {
- "login": "Log In"
- }
- },
- "topwindow": {
- "text": {
- "doc": "Admin doc",
- "plugin": "More admin plugin",
- "changeLanguage": "Language",
- "changePwd": "ChangePwd",
- "signOut": "Sign out"
- }
- },
- "index": {
- "text": {
- "prompt": "Main content, customizable content and style",
- "vesion": "The current version can be viewed in the console and package.json"
- }
- },
- "updatePwd": {
- "text": {
- "title": "Change Password"
- },
- "field": {
- "oldPassword": "Old password",
- "newPassword": "New password",
- "passwordConfirmation": "Confirm password"
- },
- "button": {
- "save": "Save",
- "back": "Back"
- }
- },
- "common": {
- "placeholder": {
- "query": "Enter search content"
- },
- "button": {
- "search": "Search",
- "add": "Add",
- "edit": "Edit",
- "delete": "Delete",
- "batchDelete": "Batch Delete",
- "exportExcel": "Export Excel",
- "submit": "Submit",
- "back": "Back",
- "tagManager": "Tag Manager",
- "publish": "Publish page management",
- "version": "version manager"
- },
- "empty": "No more data",
- "piecePerPage": "piece/page"
- },
- "user": {
- "text": {
- "userManager": "Users Manager"
- }
- },
- "role": {
- "text": {
- "roleManager": "Roles Manager"
- }
- },
- "permission": {
- "text": {
- "permissionManager": "Permissions Manager"
- }
- },
- "app": {
- "text": {
- "appManager": "App Manager",
- "describle": "Manage the apps that users can login"
- }
- },
- "menu": {
- "text": {
- "menuManager": "Menus Manager",
- "additiveMenu": "Additive Menu"
- },
- "button": {
- "addFirstLevelMenu": "Add First-level Menu",
- "addChildMenu": "Submenu"
- }
- },
- "demo": {
- "icons": {
- "title": "Icons",
- "describle": "Click icons to copy the icon code"
- },
- "table": {
- "title": "Table"
- }
- }
- }
|