234 lines
7.4 KiB
JSON
234 lines
7.4 KiB
JSON
{
|
|
"common": {
|
|
"firstName": "First Name",
|
|
"lastName": "Last Name",
|
|
"email": "Email",
|
|
"actions": "Actions",
|
|
"bannerSubtitle": "MANAGE",
|
|
"messageRequestFailed": "Request failed. Please try again.",
|
|
"change": "Change",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"role": "Role",
|
|
"status": "Status",
|
|
"password": "Password",
|
|
"create": "Create",
|
|
"firstNameRules": {
|
|
"required": "Please enter a first name",
|
|
"minLength": "First name must be at least {{minLength}} characters long",
|
|
"maxLength": "First name must be at most {{maxLength}} characters long"
|
|
},
|
|
"lastNameRules": {
|
|
"required": "Please enter a last name",
|
|
"minLength": "Last name must be at least {{minLength}} characters long",
|
|
"maxLength": "Last name must be at most {{maxLength}} characters long"
|
|
},
|
|
"emailRules": {
|
|
"valid": "Please enter a valid email"
|
|
},
|
|
"passwordRules": {
|
|
"required": "Please enter a password",
|
|
"minLength": "Password must be at least {{minLength}} characters long",
|
|
"maxLength": "Password must be at most {{maxLength}} characters long"
|
|
}
|
|
},
|
|
"sideMenu": {
|
|
"overview": "OVERVIEW",
|
|
"board": "Board",
|
|
"lessons": "Lessons",
|
|
"organization": "ORGANIZATION",
|
|
"team": "Team",
|
|
"roles": "Roles",
|
|
"settings": "Settings",
|
|
"whatsNew": "What's New",
|
|
"suggestFeature": "Suggest a Feature",
|
|
"contactSupport": "Contact Support"
|
|
},
|
|
"sideMenuEditor": {
|
|
"lessonStatus": "Status",
|
|
"lessonStatusPublished": "Published",
|
|
"lessonStatusDraft": "Draft",
|
|
"messageLessonStatusSuccessfullyUpdated": "Lesson status successfully updated"
|
|
},
|
|
"userProfile": {
|
|
"bannerTitle": "Account Settings",
|
|
"middleCardTitle": "Profile",
|
|
"messageProfileSuccessfullyUpdated": "Profile successfully updated",
|
|
"language": "Language",
|
|
"languageEnglish": "English",
|
|
"languageGerman": "German",
|
|
"personalInformation": "Personal Information"
|
|
},
|
|
"organizationSettings": {
|
|
"bannerTitle": "Settings",
|
|
"generalCard": {
|
|
"title": "General",
|
|
"primaryColor": "Primary Color",
|
|
"companyName": "Company Name",
|
|
"messageSettingsSuccessfullyUpdated": "Settings successfully updated"
|
|
},
|
|
"mediaCard": {
|
|
"title": "Media",
|
|
"logo": "Logo",
|
|
"messageLogoSuccessfullyUpdated": "Logo successfully updated",
|
|
"banner": "Banner",
|
|
"messageBannerSuccessfullyUpdated": "Banner successfully updated"
|
|
},
|
|
"subdomainCard": {
|
|
"subdomain": "Subdomain",
|
|
"middleCardTitle": "Subdomain",
|
|
"subdomainAlreadyTaken": "This subdomain already taken",
|
|
"modalChangeSubdomain": {
|
|
"title": "Change Subdomain",
|
|
"message": "Changing your subdomain will make your organization available at the new subdomain. Please note that you will be logged out and redirected to the new subdomain. Also the old subdomain will be available for registration by other users.",
|
|
"messageSubdomainSuccessfullyUpdated": "Subdomain successfully updated",
|
|
"messageRedirect": "You will be redirected to the new subdomain..."
|
|
},
|
|
"rules": {
|
|
"required": "Please enter a subdomain",
|
|
"valid": "Please enter a valid subdomain",
|
|
"minLength": "Subdomain must be at least {{minLength}} characters long",
|
|
"maxLength": "Subdomain must be at most {{maxLength}} characters long"
|
|
}
|
|
}
|
|
},
|
|
"roles": {
|
|
"bannerTitle": "Roles",
|
|
"roleNames": {
|
|
"d0f0fa0d-3f3b-438b-a76f-7febeb8aab57": "Admin",
|
|
"b7359e12-359e-423b-b39c-f0d4069adebc": "Editor",
|
|
"a1f084ad-d501-4015-b326-4c5c46fd1c5e": "Viewer"
|
|
},
|
|
"collapseTitleTeam": "Team",
|
|
"collapseTitleRoles": "Roles",
|
|
"roles": [
|
|
{
|
|
"id": 1,
|
|
"category": "Team",
|
|
"title": "Invite new team member",
|
|
"description": "Permission to invite a member. An email will be sent to the new member."
|
|
},
|
|
{
|
|
"id": 2,
|
|
"category": "Team",
|
|
"title": "Remove team member",
|
|
"description": "Permission to remove a member."
|
|
},
|
|
{
|
|
"id": 3,
|
|
"category": "Roles",
|
|
"title": "Create new role",
|
|
"description": "Permission to invite a member. An email will be sent to the new member."
|
|
},
|
|
{
|
|
"id": 4,
|
|
"category": "Roles",
|
|
"title": "Delete role",
|
|
"description": "Permission to invite a member. An email will be sent to the new member."
|
|
}
|
|
]
|
|
},
|
|
"team": {
|
|
"bannerTitle": "Team",
|
|
"addMemberButton": "Add new member",
|
|
"changeRole": "Change Role",
|
|
"popConfirmRoleChange": {
|
|
"title": "Change role to",
|
|
"messageUpdatedRoleSuccessfully": "Role successfully updated"
|
|
},
|
|
"popConfirmDeleteMember": {
|
|
"title": "Confirm deletion of team member",
|
|
"messageDeletedMemberSuccessfully": "Member successfully deleted"
|
|
}
|
|
},
|
|
"teamCreateUser": {
|
|
"middleCardTitle": "Create User",
|
|
"messageUserSuccessfullyCreated": "User successfully created",
|
|
"buttonCreateUser": "Create User"
|
|
},
|
|
"lessons": {
|
|
"bannerTitle": "Lessons",
|
|
"messageLessonSuccessfullyCreated": "Lesson successfully created",
|
|
"lessonStatusDrafts": "Drafts",
|
|
"searchPlaceholder": "Search..."
|
|
},
|
|
"lessonPage": {
|
|
"finishLessonButton": "Finish lesson",
|
|
"questions": "Questions",
|
|
"addContentButton": "Add Content"
|
|
},
|
|
"lessonPageEditor": {
|
|
"previewParagraph": "Preview of the lesson",
|
|
"pageContentParagraph": "Page content of the lesson",
|
|
"titlePlaceholder": "Input title here..."
|
|
},
|
|
"lessonQuestions": {
|
|
"messageQuestionSuccessfullyCreated": "Question successfully created",
|
|
"messageReplySuccessfullyCreated": "Reply successfully created",
|
|
"askAQuestion": "Ask a question",
|
|
"typeSomething": "Type something...",
|
|
"submitButton": "Submit",
|
|
"ruleMessageRequired": "Please write a question",
|
|
"questions": "Questions",
|
|
"reply": "Reply",
|
|
"hide": "Hide",
|
|
"ruleReplyRequired": "Please write a reply",
|
|
"replyPlaceholder": "Write a reply"
|
|
},
|
|
"lessonsComponents": {
|
|
"categories": {
|
|
"Common": "Common",
|
|
"Media": "Media"
|
|
},
|
|
"commonComponents": {
|
|
"Header": "Header",
|
|
"Text": "Text"
|
|
},
|
|
"mediaComponents": {
|
|
"Image": "Image",
|
|
"YouTube": "YouTube",
|
|
"Video": "Video"
|
|
}
|
|
},
|
|
"lessonComponentsConverter": {
|
|
"titlePlaceholder": "Input title here...",
|
|
"textPlaceholder": "Input text here...",
|
|
"noImageProvided": "No image provided",
|
|
"gallery": "Gallery",
|
|
"chooseImageFrom": "Choose image from",
|
|
"chooseAnotherImageFrom": "Choose another image from",
|
|
"noVideoProvided": "No video provided",
|
|
"videoId": "Video ID",
|
|
"video": "Video",
|
|
"chooseVideoFrom": "Choose video from",
|
|
"chooseAnotherVideoFrom": "Choose another video from",
|
|
"notImplemented": "Not implemented",
|
|
"unkownType": "Unknown type"
|
|
},
|
|
"header": {
|
|
"accountSettings": "Profile",
|
|
"logout": "Logout"
|
|
},
|
|
"headerBar": {
|
|
"backButton": "Back"
|
|
},
|
|
"myEmpty": {
|
|
"noData": "No data"
|
|
},
|
|
"myErrorResult": {
|
|
"title": "Something went wrong",
|
|
"subTitle": "Please try again later."
|
|
},
|
|
"contactSupport": {
|
|
"bannerTitle": "Support",
|
|
"middleCardTitle": "Contact Support",
|
|
"paragraph": "Do you have any questions or need help? Contact us via the email address below and we will get back to you as soon as possible."
|
|
},
|
|
"whatsNew": {
|
|
"bannerTitle": "What's New"
|
|
},
|
|
"suggestFeature": {
|
|
"bannerTitle": "Suggest a Feature"
|
|
}
|
|
}
|