Skip to content

Commit

Permalink
ADO-219711: Instead of hard coded age, use earliest eligible age (#1089)
Browse files Browse the repository at this point in the history
* instead of hard coded age, use earliest eligible age

* empty commit to trigger pipeline
  • Loading branch information
alex-solo authored Jun 20, 2024
1 parent 5c50fc0 commit ef58cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions i18n/api/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,15 +327,16 @@ const en: Translations = {
},
detail: {
eligible: "You're likely eligible for this benefit.",
futureEligible60: "You'll likely be eligible once you turn 60.",
futureEligible60:
"You'll likely be eligible once you turn {EARLIEST_ELIGIBLE_AGE}.",
futureEligible:
"You'll likely be eligible once you turn {EARLIEST_ELIGIBLE_AGE}.",
eligibleIncomeTooHigh:
"You're likely eligible for this benefit, but your income is too high to receive a monthly payment at this time.",
futureEligibleIncomeTooHigh:
'You may be eligible once you turn 65. Since your income is too high, you may not receive a monthly payment.',
'You may be eligible once you turn {EARLIEST_ELIGIBLE_AGE}. Since your income is too high, you may not receive a monthly payment.',
futureEligibleIncomeTooHigh2:
'You may be eligible once you turn 60. If your income stays the same, you may not receive a monthly payment.',
'You may be eligible once you turn {EARLIEST_ELIGIBLE_AGE}. If your income stays the same, you may not receive a monthly payment.',
eligibleDependingOnIncome:
"You're likely eligible for this benefit if {INCOME_SINGLE_OR_COMBINED} is less than {INCOME_LESS_THAN}. Depending on your income, you should expect to receive around {ENTITLEMENT_AMOUNT_FOR_BENEFIT} every month.",
eligibleDependingOnIncomeNoEntitlement:
Expand Down Expand Up @@ -433,7 +434,7 @@ const en: Translations = {
eligibleIncomeTooHigh:
"You're likely eligible for this benefit, but your income is too high to receive a monthly payment at this time.",
futureEligibleIncomeTooHigh:
'You may be eligible once you turn 65. Since your income is too high, you may not receive a monthly payment.',
'You may be eligible once you turn {EARLIEST_ELIGIBLE_AGE}. Since your income is too high, you may not receive a monthly payment.',
serviceCanadaReviewYourPayment:
'If you apply, Service Canada will review your payment amount each year based on your income tax return.',
automaticallyBePaid:
Expand Down Expand Up @@ -464,7 +465,7 @@ const en: Translations = {
incomeTooHigh:
"You're likely eligible for this benefit, but your income is too high to receive a monthly payment at this time.",
futureEligibleIncomeTooHigh:
'You may be eligible once you turn 65. If your income stays the same, you may not receive a monthly payment.',
'You may be eligible once you turn {EARLIEST_ELIGIBLE_AGE}. If your income stays the same, you may not receive a monthly payment.',
ifYouApply:
"If you apply, Service Canada will review your income tax return every year. You'll automatically be paid if your income qualifies.",
canApplyOnline: 'You can apply for this benefit online.',
Expand Down
10 changes: 5 additions & 5 deletions i18n/api/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,15 @@ const fr: Translations = {
detail: {
eligible: 'Vous êtes probablement admissible à cette prestation.',
futureEligible60:
'Vous serez probablement admissible lorsque vous aurez 60 ans.',
'Vous serez probablement admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}.',
futureEligible:
'Vous serez probablement admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}.',
eligibleIncomeTooHigh:
'Vous êtes probablement admissible à cette prestation, mais votre revenu est trop élevé pour recevoir un paiement mensuel pour le moment.',
futureEligibleIncomeTooHigh:
'Vous pourriez être admissible lorsque vous aurez 65 ans. Puisque votre revenu est trop élevé, vous ne recevrez peut-être pas de paiement mensuel.',
'Vous pourriez être admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}. Puisque votre revenu est trop élevé, vous ne recevrez peut-être pas de paiement mensuel.',
futureEligibleIncomeTooHigh2:
'Vous serez probablement admissible lorsque vous aurez 60 ans. Si votre revenu reste le même, vous ne recevrez peut-être pas de paiement mensuel.',
'Vous serez probablement admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}. Si votre revenu reste le même, vous ne recevrez peut-être pas de paiement mensuel.',
eligibleDependingOnIncome:
'Vous êtes probablement éligible à cette prestation si {INCOME_SINGLE_OR_COMBINED} est inférieur à {INCOME_LESS_THAN}. En fonction de {YOUR_OR_COMPLETE}, vous devriez vous attendre à recevoir environ {ENTITLEMENT_AMOUNT_FOR_BENEFIT} par mois.',
eligibleDependingOnIncomeNoEntitlement:
Expand Down Expand Up @@ -443,7 +443,7 @@ const fr: Translations = {
eligibleIncomeTooHigh:
'Vous êtes probablement admissible à cette prestation, mais votre revenu est trop élevé pour recevoir un paiement mensuel pour le moment.',
futureEligibleIncomeTooHigh:
'Vous pourriez être admissible lorsque vous aurez 65 ans. Puisque votre revenu est trop élevé, vous ne recevrez peut-être pas de paiement mensuel.',
'Vous pourriez être admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}. Puisque votre revenu est trop élevé, vous ne recevrez peut-être pas de paiement mensuel.',
serviceCanadaReviewYourPayment:
'Si vous présentez une demande, Service Canada révisera le montant de votre paiement chaque année en fonction de votre déclaration de revenus.',
automaticallyBePaid:
Expand Down Expand Up @@ -475,7 +475,7 @@ const fr: Translations = {
incomeTooHigh:
'Vous êtes probablement admissible à cette prestation, mais votre revenu est trop élevé pour recevoir un paiement mensuel pour le moment.',
futureEligibleIncomeTooHigh:
'Vous pourriez être admissible lorsque vous aurez 65 ans. Si votre revenu reste le même, vous ne recevrez peut-être pas de paiement mensuel.',
'Vous pourriez être admissible lorsque vous aurez {EARLIEST_ELIGIBLE_AGE}. Si votre revenu reste le même, vous ne recevrez peut-être pas de paiement mensuel.',
ifYouApply:
'Si vous présentez une demande, Service Canada révisera votre déclaration de revenus chaque année. Vous recevrez automatiquement des paiements si votre revenu est admissible.',
canApplyOnline:
Expand Down

0 comments on commit ef58cd5

Please sign in to comment.