- Added new database migration to create survey-related tables for storing questions and responses. - Developed SurveyController to handle fetching and submitting survey data. - Created survey API routes for account setup, including endpoints for retrieving the survey and submitting responses. - Implemented frontend components for displaying the survey and capturing user responses, integrating with Redux for state management. - Enhanced localization files to include survey-related text for multiple languages. - Added validation middleware for survey submissions to ensure data integrity.
70 lines
2.6 KiB
JSON
70 lines
2.6 KiB
JSON
{
|
|
"continue": "Continue",
|
|
|
|
"setupYourAccount": "Setup Your Worklenz Account.",
|
|
"organizationStepTitle": "Name Your Organization",
|
|
"organizationStepLabel": "Pick a name for your Worklenz account.",
|
|
|
|
"projectStepTitle": "Create your first project",
|
|
"projectStepLabel": "What project are you working on right now?",
|
|
"projectStepPlaceholder": "e.g. Marketing Plan",
|
|
|
|
"tasksStepTitle": "Create your first tasks",
|
|
"tasksStepLabel": "Type a few tasks that you are going to do in",
|
|
"tasksStepAddAnother": "Add another",
|
|
|
|
"emailPlaceholder": "Email address",
|
|
"invalidEmail": "Please enter a valid email address",
|
|
"or": "or",
|
|
"templateButton": "Import from template",
|
|
"goBack": "Go Back",
|
|
"cancel": "Cancel",
|
|
"create": "Create",
|
|
"templateDrawerTitle": "Select from templates",
|
|
"step3InputLabel": "Invite with email",
|
|
"addAnother": "Add another",
|
|
"skipForNow": "Skip for now",
|
|
"formTitle": "Create your first task.",
|
|
"step3Title": "Invite your team to work with",
|
|
"maxMembers": " (You can invite up to 5 members)",
|
|
"maxTasks": " (You can create up to 5 tasks)",
|
|
|
|
"surveyStepTitle": "Tell us about yourself",
|
|
"surveyStepLabel": "Help us personalize your Worklenz experience by answering a few questions.",
|
|
|
|
"organizationType": "What best describes your organization?",
|
|
"organizationTypeFreelancer": "Freelancer",
|
|
"organizationTypeStartup": "Startup",
|
|
"organizationTypeSmallMediumBusiness": "Small or Medium Business",
|
|
"organizationTypeAgency": "Agency",
|
|
"organizationTypeEnterprise": "Enterprise",
|
|
"organizationTypeOther": "Other",
|
|
|
|
"userRole": "What is your role?",
|
|
"userRoleFounderCeo": "Founder / CEO",
|
|
"userRoleProjectManager": "Project Manager",
|
|
"userRoleSoftwareDeveloper": "Software Developer",
|
|
"userRoleDesigner": "Designer",
|
|
"userRoleOperations": "Operations",
|
|
"userRoleOther": "Other",
|
|
|
|
"mainUseCases": "What will you mainly use Worklenz for?",
|
|
"mainUseCasesTaskManagement": "Task management",
|
|
"mainUseCasesTeamCollaboration": "Team collaboration",
|
|
"mainUseCasesResourcePlanning": "Resource planning",
|
|
"mainUseCasesClientCommunication": "Client communication & reporting",
|
|
"mainUseCasesTimeTracking": "Time tracking",
|
|
"mainUseCasesOther": "Other",
|
|
|
|
"previousTools": "What tool(s) were you using before Worklenz?",
|
|
"previousToolsPlaceholder": "e.g. Trello, Asana, Monday.com",
|
|
|
|
"howHeardAbout": "How did you hear about Worklenz?",
|
|
"howHeardAboutGoogleSearch": "Google Search",
|
|
"howHeardAboutTwitter": "Twitter",
|
|
"howHeardAboutLinkedin": "LinkedIn",
|
|
"howHeardAboutFriendColleague": "A friend or colleague",
|
|
"howHeardAboutBlogArticle": "A blog or article",
|
|
"howHeardAboutOther": "Other"
|
|
}
|