54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"selectLang": "Select language",
|
|
"design": "Design",
|
|
"profileSettings": "Profile settings",
|
|
"dashboard": "Dashboard",
|
|
"logout": "Logout",
|
|
"addProject": "Add Project",
|
|
"projects": "Projects",
|
|
"running": "Running",
|
|
"stopped": "Stopped",
|
|
|
|
"welcome": "Welcome",
|
|
"noProjects": "You have not created a Project yet",
|
|
"open": "Open",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"deleteProjQuestion": "Do you really want to delete this project?",
|
|
|
|
"name": "Name",
|
|
"domain": "Domain",
|
|
"cancel": "Cancel",
|
|
"createProject": "Create project",
|
|
"editProject": "Edit project",
|
|
"updateProject": "Updated project!",
|
|
"deleteProject": "Deleted project!",
|
|
|
|
"profile": "Profile",
|
|
"profileSub": "Settings",
|
|
"email": "Email",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"passwordRepeat": "Repeat password",
|
|
"updateAccount": "Update account",
|
|
"deleteAccount": "Delete account",
|
|
"saveChanges": "Save changes?",
|
|
"updateFailed": "Update failed",
|
|
"accountUpdated": "Account updated",
|
|
"deleteQuestion": "Do you really want to delete your account?",
|
|
"deleteWarning": "All data will be lost forever!",
|
|
"accountDeleted": "Account deleted!",
|
|
"submit": "Submit",
|
|
|
|
"login": "Login",
|
|
"register": "Register",
|
|
"noAccount": "You don't have a account?",
|
|
"alreadyAccount": "You already have an account?",
|
|
"valueToLong": "The entered value is to long",
|
|
"validEmail": "Please enter a valid Email address",
|
|
"isRequired": "is required",
|
|
"emailOrPasswordWrong": "Email or Password is wrong",
|
|
"passwordsDontMatch": "Passwords doesn't match",
|
|
"registerFailed": "Register failed"
|
|
}
|