platform/plugins/survey-assets/lang/en.json
Chunosov 123ae25b68
show polls in panel, add surveys to vacancies and candidates (#7176)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2024-11-15 11:53:30 +07:00

49 lines
2.0 KiB
JSON

{
"string": {
"Answer": "Answer",
"AnswerPlaceholder": "Type your answer",
"AnswerCustomOption": "Custom option",
"Application": "Survey",
"Close": "Close",
"Control": "Control",
"Completed": "Completed",
"CreatePoll": "Make a survey",
"CreateSurvey": "Survey",
"DeleteOption": "Delete Option",
"DeletePoll": "Delete Survey",
"DeletePollConfirm": "Are you sure you want to delete the survey?",
"DeleteQuestion": "Delete Question",
"DeleteQuestionConfirm": "Are you sure you want to delete the question?",
"Name": "Title",
"NoAnswer": "No answer",
"NoName": "Untitled",
"NoPollsForDocument": "There are no surveys for this",
"Poll": "Survey",
"Polls": "Surveys",
"Prompt": "Description",
"PromptPlaceholder": "Encourage user to answer some questions",
"Settings": "Settings",
"Question": "Question",
"Questions": "Questions",
"QuestionKindString": "Simple answer",
"QuestionKindOption": "Select an option",
"QuestionKindOptions": "Select several options",
"QuestionIsMandatory": "Is mandatory",
"QuestionHasCustomOption": "Has custom option",
"QuestionPlaceholder": "Add a question",
"QuestionPlaceholderEmpty": "Provide question text",
"QuestionPlaceholderOption": "Add an option",
"QuestionTooltipMandatory": "Answer is required",
"QuestionTooltipCustomOption": "User can provide their own option",
"Survey": "Survey Form",
"Surveys": "Survey Forms",
"SurveyEdit": "Edit Form",
"SurveyPreview": "Preview Form",
"SurveySubmit": "Submit",
"SurveySubmitConfirm": "You will not be able to change answers after that. Are you sure you want to submit now?",
"ValidateFail": "Some required questions are not answered",
"ValidateInfo": "This is how the form will look like for an user. Try to type answers and select options to test your survey. A green icon in the header above shows the form is filled properly",
"ValidateOk": "Form is filled correctly"
}
}