Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: Cleaning up content for surveys #994

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions shared/locales/en/website-survey.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"false": "No"
},
"livingLocationTitleV1": "Where do you live?",
"livingLocationDescV1": "Freetown = Western Area Urban",
"livingLocationChoices": {
"westernAreaUrbanFreetown": "Western Area Urban (Freetown)",
"westernAreaUrbanFreetown": "Western Area Urban",
"westernAreaRural": "Western Area Rural",
"easternProvince": "Eastern Province",
"northernProvince": "Northern Province",
Expand Down Expand Up @@ -83,22 +84,25 @@
"skippingMealsLastWeek3MealsTitleV1": "Did you skip more than 3 meals in the past week?",
"unexpectedExpensesCoveredTitleV1": "Do you have enough money to cover unexpected expenses like seeing a doctor costing 100 SLE?",
"savingsTitleV1": "Are you currently able to save money?",
"debtPersonalTitleV1": "Are you in debt? (SLE 500 or above)",
"debtPersonalTitleV1": "Are you in debt?",
"debtPersonalDescV1": "SLE 500 or above.",
"debtPersonalRepayTitleV1": "Are you able to repay the debt?",
"debtHouseholdTitleV1": "Is anyone in your household in debt? (SLE 500 or above)",
"debtHouseholdTitleV1": "Is anyone in your household in debt?",
"debtHouseholdDescV1": "SLE 500 or above.",
"debtHouseholdWhoRepaysTitleV1": "Are you the main person repaying the debt?",
"otherSupportTitleV1": "Are you currently receiving any other form of financial support from anywhere else?",
"plannedAchievementTitleV1": "What do you hope to achieve within the next 3 years with Social Income? ",

"spendingTitleV1": "Tell us what are the key categories that you spend your Social Income payments on:",
"spendingDescV1": "Education includes school fees, stationary, textbooks etc. Food includes for you or your household. Housing includes rent, house maintenance etc. Health care includes doctor, hospital visit, medicine etc. Transportation includes bus, taxi, poda poda, keke etc. Saving for the future includes saving it in a bank account or on a mobile money account etc. Investment includes fertilizers, tools, diesel for machinery etc.",
"spendingChoices": {
"education": "Education (school fees, stationary, textbooks ...)",
"food": "Food for you or your household",
"housing": "Housing (rent, house maintenance ...)",
"healthCare": "Health care (doctor, hospital visit, medicine ...)",
"mobility": "Transportation (bus, taxi, poda poda, keke ...)",
"saving": "Saving for the future (saving it in a bank account or on my mobile money account ...)",
"investment": "Investment (fertilizers, tools, diesel for machinery ...)"
"education": "Education",
"food": "Food",
"housing": "Housing",
"healthCare": "Health care",
"mobility": "Transportation",
"saving": "Saving for the future",
"investment": "Investment"
},
"spendingRankingTitleV1": "Please rank the selected spending categories from the most important to the least.",
"spendingRankingDescV1": "You can drag and drop the categories.",
Expand Down
Loading