Files
mes-ui-d2/src/locales/en.json

163 lines
3.6 KiB
JSON
Raw Normal View History

{
"_name": "English",
"public": {
"message": {
"error": {
"form": {
"invalid": "Form verification failed, please check"
}
}
},
"notify": {
"special": {
"upload": {
"error": {
"message": "Data upload failed",
"title": "Upload failed"
},
"start": {
"message": "Uploading data, please wait",
"title": "Start upload"
},
"success": {
"message": "Successful data upload",
"title": "Successful upload"
}
}
}
},
"rules": {
"required": "{name} is required"
}
},
"views": {
"system": {
"error": {
"404": {
"back": "Back to home"
}
},
"index": {
"cover": {
"build-time": "Build time",
"github-fork-alt": "Fork me on GitHub",
"sub-title": "Elegant mid-background integration solution",
"title": "D2 Admin"
},
"help": {
"button": "need any help",
"dialog": {
"join": {
"qq": {
"sub-title": "Join 2,000 users and communicate with each other",
"title": "Please use your mobile phone QQ to scan the QR code above"
},
"we": {
"sub-title": "Add author WeChat friends, invite to join WeChat group",
"title": "Please use the mobile phone WeChat scan above the QR code"
}
},
"link": {
"text": {
"doc": "Document",
"issues": "Historical question",
"new-issue": "Ask a question on Github"
}
},
"sub-title": {
"doc": "Here are some references",
"join": "Ask other users or authors"
},
"title": "Help"
}
},
"page": {
"link": {
"href": {
"doc": "https://doc.d2admin.fairyever.com/"
},
"text": {
"d2-projects": "Open source organization",
"daily": "Daily",
"doc": "Document",
"ice": "Flying ice",
"juejin": "Nuggets",
"start-kit": "Starter version"
}
},
"we": {
"button": "WeChat Public",
"introduce": "Official public number, mainly push front-end technical articles, framework resources, learning tutorials, and D2 series project update information",
"title": "JS Daily"
}
}
},
"log": {
"notify": {
"more": {
"message": "The full log content has been printed to the console",
"title": "log details"
}
},
"table": {
"empty-text": "No log information yet",
"label": {
"component": "Trigger component",
"message": "Information",
"more": "check the detail information",
"time": "time",
"url": "Trigger page"
}
},
"upload": {
"button": "Upload {number} data"
}
},
"login": {
"footer": {
"button": {
"clause": "Terms",
"help": "Help",
"privacy": "Privacy"
},
"copyright": {
"author": "FairyEver",
"content": "2018 D2 Projects Open Source Organization",
"copyright": "copyright"
}
},
"form": {
"button": {
"login": "Log In"
},
"label": {
"code": "Verification code",
"password": "Password",
"username": "Username"
},
"placeholder": {
"code": "Verification code",
"password": "Password",
"username": "Username"
}
},
"motto": {
"text": "Time is the most precious treasure of all wealth."
},
"options": {
"forget-password": "Forget password",
"register": "Registered user"
},
"quick-login": {
"dialog": {
"title": "Quickly select users"
},
"toggle-button": {
"text": "Quickly select users (test function)"
}
}
}
}
}
}