Skip to content

Commit 7d8417b

Browse files
authored
Merge branch 'main' into feature/DC-243-oidc-preauth-session
2 parents edab5ca + 82ddbff commit 7d8417b

151 files changed

Lines changed: 4356 additions & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"programName": "Summer EBT",
3+
"language": "Language",
4+
"languages": "English\nEspañol (Spanish)",
5+
"translate": "Translate",
6+
"english": "English",
7+
"español": "Español (Spanish)",
8+
"amharic": "",
9+
"addressFormat": "[Street address line 1]\n[Street address line 2]\n[City], [State] [ZIP Code]",
10+
"labelFirstName": "First name",
11+
"legallyAsItAppears": "Legally as it appears on official documents, e.g. birth certificate",
12+
"labelMiddleName": "Middle name",
13+
"optional": "Optional. If they have one.",
14+
"labelLastName": "Last name",
15+
"continue": "Continue",
16+
"submit": "Submit",
17+
"selectOne": "Select one",
18+
"januaryFebruary": "January\n\nFebruary\n\nMarch\n\nApril\n\nMay\n\nJune\n\nJuly\n\nAugust\n\nSeptember\n\nOctober\n\nNovember\n\nDecember",
19+
"january": "January",
20+
"august": "August",
21+
"noneOfTheAbove": "None of the above",
22+
"requiredFields": "Asterisks (*) indicate a required field.",
23+
"helperSelectAtLeastOne": "Select at least one option.",
24+
"email": "Email",
25+
"phone": "Phone",
26+
"physicalMail": "Physical mail",
27+
"emailAddress": "Email address",
28+
"phoneNumber": "Phone number",
29+
"labelSendCardsToPreferredAddress": "Do you want us to send Summer EBT cards for all of your enrolled children to your preferred address?",
30+
"co-loadedCardHelper": "If your child is eligible for Summer EBT through SNAP or Colorado Works (TANF) participation, they will not receive a Summer EBT card.",
31+
"co-loadedCardHelperLink": "",
32+
"yes": "Yes",
33+
"no": "No",
34+
"back": "Back",
35+
"streetAddress": "Street address",
36+
"helperStreetAddress": "Include direction, NW, NE, SE, or SW.",
37+
"streetAddress2": "Street address line 2",
38+
"helperStreetAddress2": "For example, an apartment number, unit number, floor, or PO Box.",
39+
"city": "City",
40+
"defaultCity": "",
41+
"stateOrTerritory": "State or territory",
42+
"defaultStateOrTerritory": "Colorado",
43+
"zipCode": "ZIP Code",
44+
"labelMakePreferredMailingAddress": "Do you want to make this your preferred mailing address?",
45+
"applyOnline": "Continue your application",
46+
"signUp": "Download Application",
47+
"downloadApplication": "",
48+
"logIn": "Log in with myColorado®",
49+
"logInEsp": "Iniciar sesión myColorado®",
50+
"suggestedAddress": "Suggested address",
51+
"addressEntered": "Address you entered",
52+
"selectAll": "Select all that apply",
53+
"text": "Text",
54+
"linkFaqs": "",
55+
"titleContactUs": "Summer EBT Help Desk",
56+
"linkContactUs": "Email the Summer EBT Help Desk at cdhs_sebt_supportcenter@state.co.us",
57+
"linkPublicNotices": "General Notices",
58+
"titleAccessibility": "Accessibility at CDHS",
59+
"bodyAccessibility": "CDHS is committed to meeting members\nof our community where they are, and\nstrives to provide all Coloradans with\naccess to our programs, services,\nresources, activities and communication\nregardless of ability.",
60+
"linkAccessibility": "Digital accessibility statement",
61+
"linkPrivacyPolicy": "Transparency Online",
62+
"linkGoogleTranslate": "",
63+
"linkAbout": "",
64+
"linkTerms": "",
65+
"copyrite": "© [YYYY] State of Colorado"
66+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"title": "Here's the information we have so far",
3+
"body": "Review your child(ren)'s information below. You may add another child to see if they need to apply, too. Tap \"Submit\" if you've finished adding children.",
4+
"tableNameHeading": "Name",
5+
"tableNameValue": "[First name] [M.] [Last name]",
6+
"tableBirthdateHeading": "Birthdate",
7+
"tableBirthdateValue": "[Month], [Day] [Year]",
8+
"tableAction": "Update this child's information",
9+
"actionAdd": "Add another child",
10+
"titleYour": "Tell us where to safely send your mail",
11+
"helperStreetAddress": "Enter a street address shorter than 30 characters.",
12+
"alertBody": "There was an issue with the address provided. If you can, please, enter a street address shorter than 30 characters.",
13+
"alertAction": "Contact us if you need more help.",
14+
"validationStreetAddress": "Enter a street address shorter than 30 characters.",
15+
"abbreviatedTitle": "We abbreviated your address",
16+
"abbreviatedBody1": "We updated the street address to a format we can accept.",
17+
"abbreviatedBody2": "Suggested address",
18+
"abbreviatedBody3": "Address you entered",
19+
"abbreviatedBody4": "If the suggested address is correct, tap \"Use suggested address\". If you want to make a change to your address, tap \"Edit the address I entered\". Enter a street address shorter than 30 characters.",
20+
"abbreviatedAction1": "Edit the address I entered",
21+
"abbreviatedAction2": "Use suggested address",
22+
"notFoundTitle": "Are you sure this address is correct?",
23+
"notFoundBody": "We couldn't find the address you entered. To make sure we can send you mail or a Summer EBT card, please check the address. If it is correct, tap \"Use this address\".\n\nIf you want to make a change, tap \"Edit the address\".",
24+
"notFoundAlertTitle": "Address you entered",
25+
"notFoundAlertAction": "Edit the address",
26+
"notFoundContinue": "Use this address",
27+
"notFoundActionHelp": "",
28+
"suggestedTitle": "Check the address",
29+
"suggestedBody": "We updated the address you entered. If correct, use the suggested address.",
30+
"suggestedLabelSelect": "Select the address to use"
31+
}
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"alertAddressUpdated": "Your mailing address has been updated",
3+
"alertAddressTitle": "A replacement for the card[s] ending in [[9999], [9999], and [9999],] will be sent to the following address",
4+
"alertAddressBody": "New cards usually arrive in your mailbox within 7–10 business days. Check back here in 1–2 business days to see your updated card details.",
5+
"alertContactUpdated": "Your contact preferences have been updated",
6+
"alertAddressUpdateError": "There was an issue updating your mailing address. Please try again later.",
7+
"alertContactUpdateError": "There was an issue updating your contact preferences. Please try again later.",
8+
"alertCheckAddressTitle": "Is your address correct?",
9+
"alertCheckAddressBody": "Please check your preferred mailing address to make sure you can receive Summer EBT cards and other mail from us.",
10+
"alertCheckAddressLink1": "Yes, this is my address",
11+
"alertCheckAddressLink2": "No, change my mailing address",
12+
"logout": "Logout",
13+
"actionNavigationLead": "I want to",
14+
"actionNavigationCheckExistingCards": "Check existing cards",
15+
"actionNavigationOrderReplacementCards": "Request new cards",
16+
"actionNavigationChangeMyMailingAddress": "Change my mailing address",
17+
"actionNavigationChangeMyContactInformation": "Change my contact information",
18+
"actionNavigationCheckExistingApplications": "Check existing applications",
19+
"actionNavigationActivateCard": "Activate a card",
20+
"actionNavigationApply": "Apply for Summer EBT",
21+
"profileTableHeadingStatus": "Status",
22+
"profileTableStatusEnrolled": "Enrolled",
23+
"profileTableStatusApplicationIn-progress": "Application in-progress",
24+
"profileTableStatusApplicationDenied": "Application denied",
25+
"profileTableStatusEnrolledDescription": "Your children are enrolled because we have enough information to confirm their eligibility.",
26+
"profileTableStatusCheckAddress": "Check mailing address",
27+
"profileTableHeadingContact": "Your preferred contact",
28+
"profileTableContactEmailsOn": "Getting emails at [email]@[domain].",
29+
"profileTableContactEmailsOff": "Not getting emails.",
30+
"profileTableContactTextOn": "Getting text messages at ([999]) 999-9999.",
31+
"profileTableContactTextOff": "Not getting text messages.",
32+
"profileTableHeadingAddress": "Your mailing address",
33+
"profileTableUpdateYourProfile": "Update your profile",
34+
"profileTablePhysicalMail": "Physical Mail",
35+
"profileTableActionChangeAddress": "Change my mailing address",
36+
"profileTableActionChangeContact": "Change my contact preferences",
37+
"sectionCardsHeading": "Summer EBT Cards",
38+
"sectionCardsBody": "Here are your children's Summer EBT cards we have on file.",
39+
"sectionCardsAlertBody": "If your child is eligible for Summer EBT through SNAP or Colorado Works (TANF) participation, they will not have a Summer EBT card. Their benefits will be loaded onto the SNAP or TANF EBT card.",
40+
"cardTableHeadingSebtId": "Summer EBT ID",
41+
"cardTableHeadingIssued": "Benefit issue date",
42+
"cardTableHeadingExpDate": "Benefit expiration date",
43+
"cardTableHeadingCardType": "Benefit issued to",
44+
"cardTableTypes": "[Summer EBT] Card",
45+
"cardTableTypesCo-loaded": "[SNAP EBT/TANF EBT] Card",
46+
"cardTableTypeSebt": "Summer EBT Card",
47+
"cardTableTypeSnap": "SNAP EBT Card",
48+
"cardTableTypeTanf": "Colorado Works (TANF) EBT Card",
49+
"cardTableHeadingCardNumber": "Card number",
50+
"cardTableLastFourDigits": "[9999] (last 4 digits)",
51+
"cardTableHeadingCardStatus": "Card status",
52+
"cardTableHeadingMailingAddress": "Mailing address",
53+
"cardTableStatusRequested": "Requested on [MM/DD/YYYY]",
54+
"cardTableStatusIssued": "Issued on [MM/DD/YYYY]",
55+
"cardTableStatusMailed": "Mailed on [MM/DD/YYYY] to",
56+
"cardTableStatusActive": "Active",
57+
"cardTableStatusDeactivated": "Inactive",
58+
"cardTableStatusInactive": "Inactive",
59+
"cardTableStatusFrozen": "Frozen",
60+
"cardTableStatusUndeliverable": "Undeliverable",
61+
"cardTableStatusMessageRequested1": "We've requested a new Summer EBT card that will arrive in the mail within 4–7 weeks. Check back here to see when the card has been mailed.",
62+
"cardTableStatusMessageRequested2": "A replacement card will arrive in the mail in around 7–10 business days. Check back here to see when the replacement card has been mailed.",
63+
"cardTableStatusMessageMailed": "After the new card is mailed, it should arrive in around 7–10 business days. If it doesn't arrive after two weeks, you can request a replacement card.\n\nOnce you receive the card, call EBT Customer Service at (888) 328-2656 to set the card's PIN and activate it. When asked to \"enter your date of birth,\" enter the child's birthdate, not your own.",
64+
"cardTableStatusMessageActive": "This card has been sent to you. It is ready to make purchases as soon as you set the PIN. When the card arrives, call EBT Customer Service at (888) 328-2656 to set the card's PIN.\n\nWhen asked to enter the date of birth, enter your child’s birthdate and use the format MM-DD-YYYY.\n\nWhen asked to \"enter the primary cardholder's\" ZIP Code, enter the ZIP Code of the address your card was mailed to.",
65+
"cardTableStatusMessageDeactivated": "This card was reported as lost, stolen, damaged, or otherwise inactive. Email the Summer EBT Help Desk at cdhs_sebt_supportcenter@state.co.us to learn more or report a change.",
66+
"cardTableStatusMessageInactive": "This card was reported as lost, stolen, damaged, or otherwise inactive. Email the Summer EBT Help Desk at cdhs_sebt_supportcenter@state.co.us to learn more or report a change.",
67+
"cardTableStatusMessageFrozen": "You won’t be able to use your benefits while this card is frozen. Unfreeze the card to keep using your benefits. This can be done with the ebtEDGE, MyCoBenefits, or Propel apps.",
68+
"cardTableStatusMessageUndeliverable": "The card could not be delivered to the address on file.",
69+
"cardTableActionUpdateMailingAddress": "Update this card's mailing address",
70+
"cardTableActionRequestReplacement": "Request a replacement card",
71+
"cardTableActionUpdateRequest": "Update your address and order a replacement card",
72+
"alertEbtEdgeTitle": "Check balance or change PIN number",
73+
"alertEbtEdgeBody": "If you need to",
74+
"alertEbtEdgeFeatures": "Check a card balance and transactions, \nFreeze or unfreeze to protect benefits from theft, \nOr change a card PIN",
75+
"alertEbtEdgeBody2": "You can call EBT Customer Service at (888) 328-2656 or use ebtEDGE online and create an account.",
76+
"alertEbtEdgeAction": "Go to ebtEDGE",
77+
"alertEbtEdgeAction2": "Tap to call EBT Customer Service",
78+
"sectionEnrolledChildrenHeading": "Enrolled Children",
79+
"sectionEnrolledChildrenBody1": "The following children are enrolled in Summer EBT. If you would like to submit an application for a child who isn't enrolled, you may",
80+
"sectionEnrolledChildrenBody2": "If you would like to submit an application for a child who isn't enrolled, you may",
81+
"sectionEnrolledChildrenAction": "submit a Summer EBT application.",
82+
"sectionApplicationsHeading": "Summer EBT Applications",
83+
"sectionApplicationsBody": "Here are your Summer EBT applications for children who haven't been automatically enrolled.",
84+
"applicationsTableHeadingNumber": "SEBT Application Tracking ID",
85+
"applicationsTableHeadingDateSubmitted": "",
86+
"applicationsTableHeadingChildrenIncluded": "Children included in application",
87+
"applicationsTableHeadingStatus": "Status",
88+
"applicationsTableStatusApproved": "Approved",
89+
"alertApplicationsTitle": "Currently, you have no children enrolled in Summer EBT or Summer EBT applications",
90+
"alertApplicationsBody": "Come back to this dashboard in 1–2 business days if you've just applied, and your application isn't displayed.",
91+
"alertApplicationsAction": "Apply for Summer EBT now",
92+
"title": "Activate a card",
93+
"body": "Your child's card is active when it's mailed to you. To make purchases, you will need to set the card's PIN number. You may call EBT Customer Service at (888) 328-2656 and follow the instructions to set the PIN number.\n\nEnter the child's birthdate in the format MONTH-DAY-YEAR.\n\nWhen asked to \"enter the primary cardholder's\" ZIP Code, enter the ZIP Code of the address it was mailed to.",
94+
"action": "Tap to call EBT Customer Service"
95+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"title": "What to know before we begin",
3+
"body1": "First, we'll check if your child is already enrolled.",
4+
"body2": "If they are, you'll be able to confirm where and when your card will be mailed to you. If they aren't, we'll share the application form with you to fill out.",
5+
"body3": "The information you provide will be kept private and secure.",
6+
"body4": "Using this tool will not affect your potential Summer EBT benefits or other benefits you get."
7+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Your contact preferences",
3+
"body": "If you choose email or text we’ll continue to also mail notices to your physical address.",
4+
"labelLanguage": "Which language do you prefer to be contacted in?",
5+
"labelContactPreference": "Would you like to get emails about your Summer EBT account?",
6+
"labelEmail": "What's your email address?",
7+
"labelTextPreference": "Would you like get text messages about your Summer EBT account sent to ([999]) [999]-[9999]?",
8+
"descriptionTextPreference": "This phone number needs to be able to receive text messages and can’t be changed.",
9+
"labelPhone": "",
10+
"descriptionPhone": "",
11+
"actionUpdateContact": "Update contact preferences"
12+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"title": "Edit your mailing addresses",
3+
"labelSelectAddress": "Select the address to edit",
4+
"labelUpdateOrDelete": "Do you want to update or delete this address?",
5+
"optionUpdate": "Update",
6+
"optionDelete": "Delete"
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Would you like to get Summer EBT notices by email [at [email]@[domain]] instead of by physical mail?",
3+
"title2": "What's your email address?",
4+
"body": "[We’ll ask about your phone number next.]"
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"enterLabel": "Enter your email",
3+
"confirmLabel": "Confirm email address"
4+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"title": "",
3+
"body": "",
4+
"labelDob": "",
5+
"labelId": "",
6+
"helperId": "",
7+
"optionLabelSsn": "",
8+
"optionLabelItin": "",
9+
"optionLabelMedicaidId": "",
10+
"optionHelperMedicaidId": "",
11+
"optionAccountId": "",
12+
"optionHelperAccountId": "",
13+
"optionPersonId": "",
14+
"optionHelperPersonId": "",
15+
"labelSsn": "",
16+
"labelItin": "",
17+
"labelMedicaidId": "",
18+
"labelAccountId": "",
19+
"labelPersonId": ""
20+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Get $120 in summer food benefits for your child",
3+
"body": "Each eligible child can receive **one $120 payment** for summer groceries.\n\nMost eligible children get their payment automatically. Some need to submit an application. \n\nWe can tell if you should apply for your child. Tap \"Do I need to apply?\" and enter your child's information.",
4+
"action": "Apply now",
5+
"actionEspañol": "Aplica ahora",
6+
"actionAmharic": "",
7+
"actionSubtext": "Safe and secure",
8+
"accordionTitle": "How do I know if my child can get Summer EBT?",
9+
"body2": "Any child could qualify for **one** of these reasons:",
10+
"body3": "They are between ages 6 and 17. And they get SNAP (food stamps), Colorado Works (TANF), or Medicaid\nOr they are temporarily unhoused or in foster care\nOr they get free or low-cost meals at school, and they are enrolled in a school that participates in the National School Lunch Program (NSLP)",
11+
"body4": "Children may be automatically enrolled if we have enough information to confirm their eligibility. \n\nIf not, parents or guardians can apply to see if they qualify. Tap [\"Apply now\"](link) to find out if you should apply for your child."
12+
}

0 commit comments

Comments
 (0)