Skip to content

Commit c9cf247

Browse files
authored
Merge pull request codeforboston#614 from ValerieKenyon/localizationCurrentExpenses
Localization current expenses
2 parents 714504c + 580e445 commit c9cf247

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

src/localization/en.js

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,74 @@ export default {
197197
label: 'Other income',
198198
hint: 'Please note income you may have from sources that are not listed above',
199199
},
200+
previous: 'Previous',
201+
next: 'Next',
200202
},
201203

202-
currentExpenses: {},
204+
currentExpenses: {
205+
header: 'Current Household Expenses',
206+
unreimbursedNonMedicalChildCare: {
207+
sectionHeading: 'Reasonable Unreimbursed Non-Medical Child(ren) Care',
208+
subheading: 'A "child" is a person 12 or younger. Don\'t include amounts that are paid for by other benefit programs.',
209+
columnExpenseType: 'Expense',
210+
childDirectCare: {
211+
label: 'Direct care costs',
212+
hint: 'How much do you pay for child care out of pocket?',
213+
},
214+
childBeforeAndAfterSchoolCare: {
215+
label: 'Before- and after-school care',
216+
hint: 'How much do you pay for child care for times before or after school?',
217+
},
218+
childTransportation: {
219+
label: 'Transportation costs',
220+
hint: 'How much do you pay for transportation?',
221+
},
222+
childOtherCare: {
223+
label: 'Other care',
224+
hint: 'How much do you pay for other child care?',
225+
},
226+
doEarnBecauseOfChildCare: 'Does child care allow you to make additional income?',
227+
earnedBecauseOfChildCare: 'Income made possible by childcare expenses',
228+
},
229+
childSupport: {
230+
sectionHeading: 'Child Support',
231+
columnExpenseType: 'Expense',
232+
childSupportPaidOut: {
233+
legallyObligated: 'Legally obligated',
234+
childSupport: ' child support',
235+
},
236+
},
237+
housing: {
238+
sectionHeading: 'Housing',
239+
monthlyContractRent: {
240+
label: 'Monthly Contract Rent (the total rent for your apartment)',
241+
hint: 'The total rent for your apartment',
242+
},
243+
monthlyRentShare: {
244+
label: 'Your Monthly Rent Share (how much of the total rent you have to pay)',
245+
hint: 'How much of the total rent you have to pay',
246+
},
247+
utilitiesSubheading: 'Which of these utilities do you pay for?',
248+
climateControl: {
249+
label: 'Heating or cooling (e.g. A/C during summer)',
250+
hint: 'How much do you pay if you have a separate bill for heating and/or cooling',
251+
},
252+
nonHeatElectricity: {
253+
label: 'Electricity for non-heating purposes',
254+
hint: 'How much do you pay for any electric usage (other than for heat)',
255+
},
256+
phone: {
257+
label: 'Telephone service',
258+
hint: 'How much do you pay for basic telephone service',
259+
},
260+
fuelAssistance: {
261+
labelText: 'Do you get Fuel Assistance?',
262+
hint: 'Fuel Assistance helps you pay for heating fuel',
263+
},
264+
},
265+
previous: 'Previous',
266+
next: 'Next',
267+
},
203268

204269
predictions: {},
205270
},

0 commit comments

Comments
 (0)