Skip to content

Commit

Permalink
feat(enrollment): include the alert-box for the CalFresh index
Browse files Browse the repository at this point in the history
update PO files with new English text
  • Loading branch information
thekaveman committed Mar 22, 2024
1 parent 3cfe8c8 commit 050b965
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 103 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "core/includes/alert-box--warning.html" %}
{% load i18n %}

{% block alert-heading %}
{% translate "Do not enter information from your EBT card." %}
{% endblock alert-heading %}

{% block alert-body %}
{% translate "Read our guidance on the CalFresh benefit" as calfresh_modal_link %}
<p>
{% translate "You can’t pay for transit using the CalFresh funds on your Golden State Advantage card. Please provide details from your contactless debit or credit card issued by Visa or Mastercard and use that card to pay for transit." %}
{% include "core/includes/modal-trigger.html" with modal="modal--calfresh" text=calfresh_modal_link period=True %}
</p>
{% include "eligibility/includes/modal--calfresh.html" with id="modal--calfresh" size="modal-lg" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %}
{% endblock alert-body %}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
{% endblock media-items %}

{% block additional-info %}
<div class="col-12 col-sm-12 col-lg-8">
<p>Info alert here</p>
</div>
<div class="col-12 col-sm-12 col-lg-8">{% include "enrollment/includes/alert-box--warning--calfresh.html" %}</div>
{% endblock additional-info %}
112 changes: 65 additions & 47 deletions benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2024-03-20 18:12+0000\n"
"POT-Creation-Date: 2024-03-22 21:01+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -183,6 +183,42 @@ msgstr ""
msgid "Previous Page"
msgstr ""

msgid ""
"How do I know if I'm eligible for the transit benefit for CalFresh "
"Cardholders?"
msgstr ""

msgid ""
"We verify your eligibility as a CalFresh Cardholder by confirming you have "
"received funds in your CalFresh account at any point in the last three "
"months. This means you are eligible for a transit benefit even if you did "
"not receive funds in your CalFresh account this month or last month."
msgstr ""

msgid "Will this transit benefit change my CalFresh account?"
msgstr ""

msgid "No. Your monthly CalFresh allotment will not change."
msgstr ""

msgid "Do I need my Golden State Advantage card to enroll?"
msgstr ""

msgid ""
"No, you do not need your physical EBT card to enroll. We use information "
"from Login.gov and the California Department of Social Services to enroll "
"you in the benefit."
msgstr ""

msgid "Can I use my Golden State Advantage card to pay for transit rides?"
msgstr ""

msgid ""
"No. You can not use your EBT or P-EBT card to pay for public transportation. "
"When you tap to ride, use your personal contactless debit or credit card to "
"pay for public transportation."
msgstr ""

msgid "What is a Courtesy Card?"
msgstr ""

Expand Down Expand Up @@ -329,22 +365,6 @@ msgstr ""
msgid "Learn more about contactless cards"
msgstr ""

msgid "Your current Courtesy Card number"
msgstr ""

msgid ""
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
msgstr ""

msgid "Your current Reduced Fare Mobility ID number"
msgstr ""

msgid ""
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID number on the back of the card."
msgstr ""

msgid "A Login.gov account with identity verification"
msgstr ""

Expand All @@ -368,43 +388,23 @@ msgstr ""
msgid "A phone number with a phone plan associated with your name"
msgstr ""

msgid "Learn more about the transit benefit for CalFresh Cardholders"
msgstr ""

msgid ""
"How do I know if I'm eligible for the transit benefit for CalFresh "
"Cardholders?"
msgid "Your current Courtesy Card number"
msgstr ""

msgid ""
"We verify your eligibility as a CalFresh Cardholder by confirming you have "
"received funds in your CalFresh account at any point in the last three "
"months. This means you are eligible for a transit benefit even if you did "
"not receive funds in your CalFresh account this month or last month."
msgstr ""

msgid "Will this transit benefit change my CalFresh account?"
msgstr ""

msgid "No. Your monthly CalFresh allotment will not change."
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
msgstr ""

msgid "Do I need my Golden State Advantage card to enroll?"
msgid "Your current Reduced Fare Mobility ID number"
msgstr ""

msgid ""
"No, you do not need your physical EBT card to enroll. We use information "
"from Login.gov and the California Department of Social Services to enroll "
"you in the benefit."
msgstr ""

msgid "Can I use my Golden State Advantage card to pay for transit rides?"
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID number on the back of the card."
msgstr ""

msgid ""
"No. You can not use your EBT or P-EBT card to pay for public transportation. "
"When you tap to ride, use your personal contactless debit or credit card to "
"pay for public transportation."
msgid "Learn more about the transit benefit for CalFresh Cardholders"
msgstr ""

msgid "Go back"
Expand Down Expand Up @@ -493,6 +493,15 @@ msgstr ""
msgid "Choose the transit benefit you would like to enroll in"
msgstr ""

msgid "CalFresh benefit overview"
msgstr ""

msgid "You selected a CalFresh Cardholder transit benefit."
msgstr ""

msgid "Get started with"
msgstr ""

msgid "Agency card overview"
msgstr ""

Expand All @@ -511,9 +520,6 @@ msgstr ""
msgid "You selected an Older Adult transit benefit."
msgstr ""

msgid "Get started with"
msgstr ""

msgid "Veterans benefit overview"
msgstr ""

Expand All @@ -536,6 +542,18 @@ msgstr ""
msgid "Please reach out to %(short_name)s for assistance."
msgstr ""

msgid "Do not enter information from your EBT card."
msgstr ""

msgid "Read our guidance on the CalFresh benefit"
msgstr ""

msgid ""
"You can’t pay for transit using the CalFresh funds on your Golden State "
"Advantage card. Please provide details from your contactless debit or credit "
"card issued by Visa or Mastercard and use that card to pay for transit."
msgstr ""

msgid ""
"The next step is to connect your contactless card to your transit benefit"
msgstr ""
Expand Down
124 changes: 71 additions & 53 deletions benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2024-03-20 18:12+0000\n"
"POT-Creation-Date: 2024-03-22 21:01+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -245,6 +245,42 @@ msgstr "Volver al inicio"
msgid "Previous Page"
msgstr "Página Anterior"

msgid ""
"How do I know if I'm eligible for the transit benefit for CalFresh "
"Cardholders?"
msgstr ""

msgid ""
"We verify your eligibility as a CalFresh Cardholder by confirming you have "
"received funds in your CalFresh account at any point in the last three "
"months. This means you are eligible for a transit benefit even if you did "
"not receive funds in your CalFresh account this month or last month."
msgstr ""

msgid "Will this transit benefit change my CalFresh account?"
msgstr ""

msgid "No. Your monthly CalFresh allotment will not change."
msgstr ""

msgid "Do I need my Golden State Advantage card to enroll?"
msgstr ""

msgid ""
"No, you do not need your physical EBT card to enroll. We use information "
"from Login.gov and the California Department of Social Services to enroll "
"you in the benefit."
msgstr ""

msgid "Can I use my Golden State Advantage card to pay for transit rides?"
msgstr ""

msgid ""
"No. You can not use your EBT or P-EBT card to pay for public transportation. "
"When you tap to ride, use your personal contactless debit or credit card to "
"pay for public transportation."
msgstr ""

msgid "What is a Courtesy Card?"
msgstr "¿Qué es una tarjeta de cortesía?"

Expand Down Expand Up @@ -422,26 +458,6 @@ msgstr ""
msgid "Learn more about contactless cards"
msgstr "Más información sobre las tarjetas sin contacto"

msgid "Your current Courtesy Card number"
msgstr "Su número actual de tarjeta de cortesía"

msgid ""
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
msgstr ""
"No necesita tener su tarjeta física, pero necesitará saber el número. El "
"número comienza con un signo de número (#) seguido de cinco dígitos."

msgid "Your current Reduced Fare Mobility ID number"
msgstr "Su número actual de Reduced Fare Mobility ID"

msgid ""
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID number on the back of the card."
msgstr ""
"No necesita tener su tarjeta física, pero necesitará su número de cuatro "
"dígitos de Reduced Fare Mobility ID en el reverso de la tarjeta."

msgid "A Login.gov account with identity verification"
msgstr "Una cuenta de Login.gov con verificación de identidad"

Expand Down Expand Up @@ -469,43 +485,27 @@ msgid "A phone number with a phone plan associated with your name"
msgstr ""
"Un número de teléfono en el cual pueda recibir llamadas o mensajes de texto"

msgid "Learn more about the transit benefit for CalFresh Cardholders"
msgstr ""

msgid ""
"How do I know if I'm eligible for the transit benefit for CalFresh "
"Cardholders?"
msgstr ""
msgid "Your current Courtesy Card number"
msgstr "Su número actual de tarjeta de cortesía"

msgid ""
"We verify your eligibility as a CalFresh Cardholder by confirming you have "
"received funds in your CalFresh account at any point in the last three "
"months. This means you are eligible for a transit benefit even if you did "
"not receive funds in your CalFresh account this month or last month."
msgstr ""

msgid "Will this transit benefit change my CalFresh account?"
msgstr ""

msgid "No. Your monthly CalFresh allotment will not change."
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
msgstr ""
"No necesita tener su tarjeta física, pero necesitará saber el número. El "
"número comienza con un signo de número (#) seguido de cinco dígitos."

msgid "Do I need my Golden State Advantage card to enroll?"
msgstr ""
msgid "Your current Reduced Fare Mobility ID number"
msgstr "Su número actual de Reduced Fare Mobility ID"

msgid ""
"No, you do not need your physical EBT card to enroll. We use information "
"from Login.gov and the California Department of Social Services to enroll "
"you in the benefit."
msgstr ""

msgid "Can I use my Golden State Advantage card to pay for transit rides?"
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID number on the back of the card."
msgstr ""
"No necesita tener su tarjeta física, pero necesitará su número de cuatro "
"dígitos de Reduced Fare Mobility ID en el reverso de la tarjeta."

msgid ""
"No. You can not use your EBT or P-EBT card to pay for public transportation. "
"When you tap to ride, use your personal contactless debit or credit card to "
"pay for public transportation."
msgid "Learn more about the transit benefit for CalFresh Cardholders"
msgstr ""

msgid "Go back"
Expand Down Expand Up @@ -609,6 +609,15 @@ msgstr "Elija la opción de beneficio"
msgid "Choose the transit benefit you would like to enroll in"
msgstr "Elija el beneficio de tránsito al que le gustaría inscribirse"

msgid "CalFresh benefit overview"
msgstr ""

msgid "You selected a CalFresh Cardholder transit benefit."
msgstr ""

msgid "Get started with"
msgstr "Comience con"

msgid "Agency card overview"
msgstr "Descripción de la tarjeta de agencia"

Expand All @@ -627,9 +636,6 @@ msgstr "Descripción de beneficios para adultos mayores"
msgid "You selected an Older Adult transit benefit."
msgstr "Ha seleccionado un beneficio de tránsito para adultos mayores."

msgid "Get started with"
msgstr "Comience con"

msgid "Veterans benefit overview"
msgstr "Descripción de beneficios para veteranos"

Expand All @@ -652,6 +658,18 @@ msgstr "¡Está bien! Usted aún puede ser elegible para nuestro programa."
msgid "Please reach out to %(short_name)s for assistance."
msgstr "Comuníquese con %(short_name)s para obtener ayuda."

msgid "Do not enter information from your EBT card."
msgstr ""

msgid "Read our guidance on the CalFresh benefit"
msgstr ""

msgid ""
"You can’t pay for transit using the CalFresh funds on your Golden State "
"Advantage card. Please provide details from your contactless debit or credit "
"card issued by Visa or Mastercard and use that card to pay for transit."
msgstr ""

msgid ""
"The next step is to connect your contactless card to your transit benefit"
msgstr ""
Expand Down

0 comments on commit 050b965

Please sign in to comment.