|
@@ -0,0 +1,95 @@
|
|
|
+{
|
|
|
+ "message": {
|
|
|
+ "hello": "Hello World",
|
|
|
+ "welcome": "Welcome to our app",
|
|
|
+ "confirmDelete": "Are you sure to delete the selected items?",
|
|
|
+ "deleteSuccess": "Delete successful",
|
|
|
+ "deleteFailed": "Delete failed",
|
|
|
+ "deleteCancelled": "Deletion cancelled",
|
|
|
+ "logoutSuccess": "Logout successful"
|
|
|
+ },
|
|
|
+ "common": {
|
|
|
+ "tip": "Tip",
|
|
|
+ "confirm": "Confirm",
|
|
|
+ "ok":"OK",
|
|
|
+ "cancel": "Cancel"
|
|
|
+ },
|
|
|
+ "preferences": {
|
|
|
+ "title": "Preferences",
|
|
|
+ "theme": "Theme",
|
|
|
+ "language": "Language",
|
|
|
+ "notifications": "Notifications",
|
|
|
+ "privacy": "Privacy Settings"
|
|
|
+ },
|
|
|
+ "login": {
|
|
|
+ "title": "Login",
|
|
|
+ "subtitle": "Web-Based Engine System-Level Simulation Software",
|
|
|
+ "username": "Username",
|
|
|
+ "inputusername": "Please enter your username",
|
|
|
+ "inputpassword": "Please enter your password",
|
|
|
+ "checknamepwd": "Please enter username and password",
|
|
|
+ "loginError": "Login failed, please check your username and password",
|
|
|
+ "password": "Password",
|
|
|
+ "rememberMe": "Remember Me",
|
|
|
+ "loginButton": "Login",
|
|
|
+ "forgotPassword": "Forgot Password?",
|
|
|
+ "register": "Register"
|
|
|
+ },
|
|
|
+ "index": {
|
|
|
+ "title": "Home",
|
|
|
+ "subtitle": "Web-Based Engine System-Level Simulation Software",
|
|
|
+ "headetag": "PLATFORM",
|
|
|
+ "project": "Project",
|
|
|
+ "preferences": "Preferences",
|
|
|
+ "userinfo": "User Info",
|
|
|
+ "changePassword": "Change Password",
|
|
|
+ "logout": "Logout"
|
|
|
+ },
|
|
|
+ "project": {
|
|
|
+ "open": "OPEN",
|
|
|
+ "create": "New Project",
|
|
|
+ "newcompound": "New Compound",
|
|
|
+ "newlibrary": "New Library",
|
|
|
+ "projectlist": "Project List",
|
|
|
+ "number": "Number",
|
|
|
+ "name": "Project Name",
|
|
|
+ "dirsize": "Size",
|
|
|
+ "updateTime": "Last Modified",
|
|
|
+ "uname": "Author",
|
|
|
+ "keywords": "Keywords",
|
|
|
+ "description": "Description",
|
|
|
+ "total": "Total",
|
|
|
+ "selectAll": "Select All",
|
|
|
+ "delete": "Delete",
|
|
|
+ "ok": "OK"
|
|
|
+ },
|
|
|
+ "dialog": {
|
|
|
+ "ok": "OK",
|
|
|
+ "cancel": "Cancel",
|
|
|
+ "error": "Error",
|
|
|
+ "success": "Success",
|
|
|
+ "warning": "Warning",
|
|
|
+ "info": "Info",
|
|
|
+ "loading": "Loading",
|
|
|
+ "new": "New",
|
|
|
+ "edit": "Edit",
|
|
|
+ "delete": "Delete",
|
|
|
+ "save": "Save",
|
|
|
+ "userinfo": "User Info",
|
|
|
+ "changePassword": "Change Password",
|
|
|
+ "oldPassword": "Old Password",
|
|
|
+ "newPassword": "New Password",
|
|
|
+ "confirmNewPassword": "Confirm Again",
|
|
|
+ "inputOldPassword": "Please enter old password",
|
|
|
+ "inputNewPassword": "Please enter new password",
|
|
|
+ "inputConfirmNewPassword": "Please confirm new password",
|
|
|
+ "passwordMismatch": "Passwords do not match",
|
|
|
+ "passwordChangeSuccess": "Password changed successfully",
|
|
|
+ "passwordChangeFailed": "Password change failed",
|
|
|
+ "username": "Username",
|
|
|
+ "nickname": "Nickname",
|
|
|
+ "email": "Email",
|
|
|
+ "regTime": "Registration Time",
|
|
|
+ "mobileNo": "Mobile Number"
|
|
|
+ }
|
|
|
+}
|