Skip to content

Commit 3558bf5

Browse files
author
Bug Mirror
committed
Merge strings for train 41503
1 parent 0e21f6b commit 3558bf5

10 files changed

+90
-42
lines changed

locale/en/auth.ftl

+11
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ session-verify-send-push-body-2 = Click here to confirm it’s you
99
# $code - 6 digit code used to verify phone ownership when registering a recovery phone
1010
recovery-phone-setup-sms-body = { $code } is your { -brand-mozilla } verification code. Expires in 5 minutes.
1111
12+
# Shorter message sent by SMS with limited character length, please test translation with the messaging segment calculator
13+
# https://twiliodeved.github.io/message-segment-calculator/
14+
# Messages should be limited to one segment
15+
# $code - 6 digit code used to verify phone ownership when registering a recovery phone
16+
recovery-phone-setup-sms-short-body = { -brand-mozilla } verification code: { $code }
17+
1218
# Message sent by SMS with limited character length, please test translation with the messaging segment calculator
1319
# https://twiliodeved.github.io/message-segment-calculator/
1420
# Messages should be limited to one segment
1521
# $code - 6 digit code used to sign in with a recovery phone as backup for two-step authentication
1622
recovery-phone-signin-sms-body = { $code } is your { -brand-mozilla } recovery code. Expires in 5 minutes.
1723
24+
# Shorter message sent by SMS with limited character length, please test translation with the messaging segment calculator
25+
# https://twiliodeved.github.io/message-segment-calculator/
26+
# Messages should be limited to one segment
27+
# $code - 6 digit code used to sign in with a recovery phone as backup for two-step authentication
28+
recovery-phone-signin-sms-short-body = { -brand-mozilla } code: { $code }
1829
1930
## Email content
2031
## Emails do not contain buttons, only links. Emails have a rich HTML version and a plaintext

locale/en/payments-next.ftl

+26-17
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,18 @@ next-new-user-card-title = Enter your card information
8787
8888
## Component - PurchaseDetails
8989

90+
next-plan-details-header = Product details
91+
next-plan-details-list-price = List Price
92+
next-plan-details-tax = Taxes and Fees
93+
next-plan-details-total-label = Total
94+
9095
next-plan-details-hide-button = Hide details
9196
next-plan-details-show-button = Show details
9297
98+
next-coupon-success = Your plan will automatically renew at the list price.
99+
# $couponDurationDate (Date) - The date at which the coupon is no longer valid, and the subscription is billed the list price.
100+
next-coupon-success-repeating = Your plan will automatically renew after { $couponDurationDate } at the list price.
101+
93102
## Select Tax Location
94103

95104
select-tax-location-title = Location
@@ -123,23 +132,6 @@ next-new-user-subscribe-product-updates-mozilla = I’d like to receive product
123132
next-new-user-subscribe-product-updates-snp = I’d like to receive security and privacy news and updates from { -brand-mozilla }
124133
next-new-user-subscribe-product-assurance = We only use your email to create your account. We will never sell it to a third party.
125134
126-
## Component - Details
127-
128-
next-plan-details-header = Product details
129-
next-plan-details-list-price = List Price
130-
next-plan-details-tax = Taxes and Fees
131-
next-plan-details-total-label = Total
132-
133-
## Purchase details - shared by multiple components, including purchase details and payment form
134-
## $amount (Number) - The amount billed. It will be formatted as currency.
135-
136-
list-positive-amount = { $amount }
137-
list-negative-amount = - { $amount }
138-
139-
next-coupon-success = Your plan will automatically renew at the list price.
140-
# $couponDurationDate (Date) - The date at which the coupon is no longer valid, and the subscription is billed the list price.
141-
next-coupon-success-repeating = Your plan will automatically renew after { $couponDurationDate } at the list price.
142-
143135
## Component - PriceInterval
144136

145137
## PriceInterval - shared by multiple components, including Details and PurchaseDetails
@@ -157,6 +149,7 @@ next-subscription-create-title = Set up your subscription
157149
next-subscription-success-title = Subscription confirmation
158150
next-subscription-processing-title = Confirming subscription…
159151
next-subscription-error-title = Error confirming subscription…
152+
subscription-title-plan-change-heading = Review your change
160153
161154
next-sub-guarantee = 30-day money-back guarantee
162155
@@ -169,3 +162,19 @@ next-subplat-mozilla-accounts-legal-heading = { -product-mozilla-accounts(capita
169162
next-terms = Terms of Service
170163
next-privacy = Privacy Notice
171164
next-terms-download = Download Terms
165+
166+
## Component - UpdatedPurchaseDetails
167+
168+
upgrade-purchase-details-current-plan-label = Current plan
169+
upgrade-purchase-details-new-plan-label = New plan
170+
upgrade-purchase-details-promo-code = Promo Code
171+
upgrade-purchase-details-tax-label = Taxes and Fees
172+
upgrade-purchase-details-new-total-label = New total
173+
upgrade-purchase-details-prorated-upgrade = Prorated Upgrade
174+
175+
## $productName (String) - Name of the upgraded product (e.g. Mozilla VPN)
176+
## Daily/Weekly/Monthly/Yearly refers to the subscription interval/amount of time between billing occurrences
177+
upgrade-purchase-details-new-plan-daily = { $productName } (Daily)
178+
upgrade-purchase-details-new-plan-weekly = { $productName } (Weekly)
179+
upgrade-purchase-details-new-plan-monthly = { $productName } (Monthly)
180+
upgrade-purchase-details-new-plan-yearly = { $productName } (Yearly)

locale/en/settings.ftl

+4-2
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,8 @@ settings-recovery-phone-remove-success = Recovery phone removed
964964
page-setup-recovery-phone-heading = Add recovery phone
965965
966966
page-setup-recovery-phone-back-button-title = Back to settings
967+
# Back arrow to return to step 1 of recovery phone setup flow
968+
page-setup-recovery-phone-step2-back-button-title = Change phone number
967969
968970
## Add secondary email page
969971

@@ -1117,7 +1119,7 @@ tfa-row-backup-codes-available-v2 = { $numCodesAvailable ->
11171119
*[other] { $numCodesAvailable } codes remaining
11181120
}
11191121
# Shown to users who have backup authentication codes - this will allow them to generate new codes to replace the previous ones
1120-
tfa-row-backup-codes-get-new-cta = Get new codes
1122+
tfa-row-backup-codes-get-new-cta-v2 = Create new codes
11211123
# Shown to users who have no backup authentication codes
11221124
# Button to add backup authentication codes when none are configured
11231125
tfa-row-backup-codes-add-cta = Add
@@ -1128,7 +1130,7 @@ tfa-row-backup-codes-description-2 = This is the safest recovery method if you c
11281130
# A recovery code can be sent to the user's phone
11291131
tfa-row-backup-phone-title-v2 = Recovery phone
11301132
# Shown with an alert icon to indicate that no recovery phone is configured
1131-
tfa-row-backup-phone-not-available = No recovery phone number available
1133+
tfa-row-backup-phone-not-available-v2 = No phone number added
11321134
# button to change the configured recovery phone
11331135
tfa-row-backup-phone-change-cta = Change
11341136
# button to add/configure a recovery phone

locale/es/auth.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ inactiveAccountFinalWarning-subject = Última oportunidad para conservar tu { -p
254254
inactiveAccountFinalWarning-title = Tu cuenta de { -brand-mozilla } y sus datos serán eliminados
255255
inactiveAccountFinalWarning-preview = Inicia sesión para mantener tu cuenta
256256
inactiveAccountFinalWarning-account-description = Tu { -product-mozilla-account } se usa para acceder a productos gratuitos de privacidad y navegación como { -brand-firefox } sync, { -product-mozilla-monitor }, { -product-firefox-relay } y { -product-mdn }.
257+
inactiveAccountFirstWarning-inactive-status = Notamos que no has iniciado sesión durante 2 años.
257258
# The user has a low number of valid recovery codes remaining for use
258259
codes-reminder-title-zero = ¡Te has quedado sin códigos de autenticación de respaldo!
259260
codes-reminder-title-one = Estás en tu último código de autenticación de respaldo

locale/es/payments-next.ftl

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ next-basic-error-message = Algo ha salido mal. Por favor, inténtalo de nuevo m
99
1010
## Page
1111

12-
continue-signin-with-google-button = Continuar con { -brand-google }
13-
continue-signin-with-apple-button = Continuar con { -brand-apple }
14-
next-payment-method-header = Elige tu método de pago
12+
continue-signin-with-google-button = Seguir con { -brand-google }
13+
continue-signin-with-apple-button = Seguir con { -brand-apple }
1514
# This message is used to indicate the second step in a multi step process.
1615
payment-method-header-second-step-next = 2. { next-payment-method-header }
1716
next-payment-method-first-approve = Primero tendrás que aprobar tu suscripción
@@ -49,14 +48,16 @@ next-coupon-promo-code = Código promocional
4948
next-coupon-promo-code-applied = Código promocional aplicado
5049
next-coupon-remove = Eliminar
5150
next-coupon-submit = Aplicar
51+
payments-client-loading-spinner =
52+
.aria-label = Cargando…
53+
.alt = Cargando…
5254
5355
## Payment Section
5456

5557
next-new-user-card-title = Escribe la información de tu tarjeta
5658
5759
## Component - PurchaseDetails
5860

59-
next-plan-details-hide-button = Ocultar detalles
6061
next-plan-details-show-button = Mostrar detalles
6162
6263
## Select Tax Location

locale/pt/settings.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ auth-error-214 = O número de telefone de recuperação já existe
12301230
auth-error-215 = O número de telefone de recuperação não existe
12311231
auth-error-216 = Limite de mensagens de texto atingido
12321232
auth-error-218 = Não foi possível remover o telefone de recuperação, códigos de autenticação de recuperação em falta.
1233+
auth-error-219 = Este número de telefone foi registado com demasiadas contas. Por favor, tente um número diferente.
12331234
auth-error-999 = Erro inesperado
12341235
auth-error-1001 = Tentativa de início de sessão cancelada
12351236
auth-error-1002 = A sessão expirou. Inicie sessão para continuar.

locale/sv/settings.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ auth-error-214 = Telefonnumret för återställning finns redan
12431243
auth-error-215 = Telefonnumret för återställning finns inte
12441244
auth-error-216 = Gränsen för textmeddelanden har nåtts
12451245
auth-error-218 = Det går inte att ta bort återställningstelefon, saknar reservautentiseringskoder.
1246+
auth-error-219 = Det här telefonnumret har registrerats på för många konton. Försök med ett annat nummer.
12461247
auth-error-999 = Oväntat fel
12471248
auth-error-1001 = Inloggningsförsök avbröts
12481249
auth-error-1002 = Sessionen upphörde. Logga in för att fortsätta.

locale/templates/auth.ftl

+11
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ session-verify-send-push-body-2 = Click here to confirm it’s you
99
# $code - 6 digit code used to verify phone ownership when registering a recovery phone
1010
recovery-phone-setup-sms-body = { $code } is your { -brand-mozilla } verification code. Expires in 5 minutes.
1111
12+
# Shorter message sent by SMS with limited character length, please test translation with the messaging segment calculator
13+
# https://twiliodeved.github.io/message-segment-calculator/
14+
# Messages should be limited to one segment
15+
# $code - 6 digit code used to verify phone ownership when registering a recovery phone
16+
recovery-phone-setup-sms-short-body = { -brand-mozilla } verification code: { $code }
17+
1218
# Message sent by SMS with limited character length, please test translation with the messaging segment calculator
1319
# https://twiliodeved.github.io/message-segment-calculator/
1420
# Messages should be limited to one segment
1521
# $code - 6 digit code used to sign in with a recovery phone as backup for two-step authentication
1622
recovery-phone-signin-sms-body = { $code } is your { -brand-mozilla } recovery code. Expires in 5 minutes.
1723
24+
# Shorter message sent by SMS with limited character length, please test translation with the messaging segment calculator
25+
# https://twiliodeved.github.io/message-segment-calculator/
26+
# Messages should be limited to one segment
27+
# $code - 6 digit code used to sign in with a recovery phone as backup for two-step authentication
28+
recovery-phone-signin-sms-short-body = { -brand-mozilla } code: { $code }
1829
1930
## Email content
2031
## Emails do not contain buttons, only links. Emails have a rich HTML version and a plaintext

locale/templates/payments-next.ftl

+26-17
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,18 @@ next-new-user-card-title = Enter your card information
8787
8888
## Component - PurchaseDetails
8989

90+
next-plan-details-header = Product details
91+
next-plan-details-list-price = List Price
92+
next-plan-details-tax = Taxes and Fees
93+
next-plan-details-total-label = Total
94+
9095
next-plan-details-hide-button = Hide details
9196
next-plan-details-show-button = Show details
9297
98+
next-coupon-success = Your plan will automatically renew at the list price.
99+
# $couponDurationDate (Date) - The date at which the coupon is no longer valid, and the subscription is billed the list price.
100+
next-coupon-success-repeating = Your plan will automatically renew after { $couponDurationDate } at the list price.
101+
93102
## Select Tax Location
94103

95104
select-tax-location-title = Location
@@ -123,23 +132,6 @@ next-new-user-subscribe-product-updates-mozilla = I’d like to receive product
123132
next-new-user-subscribe-product-updates-snp = I’d like to receive security and privacy news and updates from { -brand-mozilla }
124133
next-new-user-subscribe-product-assurance = We only use your email to create your account. We will never sell it to a third party.
125134
126-
## Component - Details
127-
128-
next-plan-details-header = Product details
129-
next-plan-details-list-price = List Price
130-
next-plan-details-tax = Taxes and Fees
131-
next-plan-details-total-label = Total
132-
133-
## Purchase details - shared by multiple components, including purchase details and payment form
134-
## $amount (Number) - The amount billed. It will be formatted as currency.
135-
136-
list-positive-amount = { $amount }
137-
list-negative-amount = - { $amount }
138-
139-
next-coupon-success = Your plan will automatically renew at the list price.
140-
# $couponDurationDate (Date) - The date at which the coupon is no longer valid, and the subscription is billed the list price.
141-
next-coupon-success-repeating = Your plan will automatically renew after { $couponDurationDate } at the list price.
142-
143135
## Component - PriceInterval
144136

145137
## PriceInterval - shared by multiple components, including Details and PurchaseDetails
@@ -157,6 +149,7 @@ next-subscription-create-title = Set up your subscription
157149
next-subscription-success-title = Subscription confirmation
158150
next-subscription-processing-title = Confirming subscription…
159151
next-subscription-error-title = Error confirming subscription…
152+
subscription-title-plan-change-heading = Review your change
160153
161154
next-sub-guarantee = 30-day money-back guarantee
162155
@@ -169,3 +162,19 @@ next-subplat-mozilla-accounts-legal-heading = { -product-mozilla-accounts(capita
169162
next-terms = Terms of Service
170163
next-privacy = Privacy Notice
171164
next-terms-download = Download Terms
165+
166+
## Component - UpdatedPurchaseDetails
167+
168+
upgrade-purchase-details-current-plan-label = Current plan
169+
upgrade-purchase-details-new-plan-label = New plan
170+
upgrade-purchase-details-promo-code = Promo Code
171+
upgrade-purchase-details-tax-label = Taxes and Fees
172+
upgrade-purchase-details-new-total-label = New total
173+
upgrade-purchase-details-prorated-upgrade = Prorated Upgrade
174+
175+
## $productName (String) - Name of the upgraded product (e.g. Mozilla VPN)
176+
## Daily/Weekly/Monthly/Yearly refers to the subscription interval/amount of time between billing occurrences
177+
upgrade-purchase-details-new-plan-daily = { $productName } (Daily)
178+
upgrade-purchase-details-new-plan-weekly = { $productName } (Weekly)
179+
upgrade-purchase-details-new-plan-monthly = { $productName } (Monthly)
180+
upgrade-purchase-details-new-plan-yearly = { $productName } (Yearly)

locale/templates/settings.ftl

+4-2
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,8 @@ settings-recovery-phone-remove-success = Recovery phone removed
964964
page-setup-recovery-phone-heading = Add recovery phone
965965
966966
page-setup-recovery-phone-back-button-title = Back to settings
967+
# Back arrow to return to step 1 of recovery phone setup flow
968+
page-setup-recovery-phone-step2-back-button-title = Change phone number
967969
968970
## Add secondary email page
969971

@@ -1117,7 +1119,7 @@ tfa-row-backup-codes-available-v2 = { $numCodesAvailable ->
11171119
*[other] { $numCodesAvailable } codes remaining
11181120
}
11191121
# Shown to users who have backup authentication codes - this will allow them to generate new codes to replace the previous ones
1120-
tfa-row-backup-codes-get-new-cta = Get new codes
1122+
tfa-row-backup-codes-get-new-cta-v2 = Create new codes
11211123
# Shown to users who have no backup authentication codes
11221124
# Button to add backup authentication codes when none are configured
11231125
tfa-row-backup-codes-add-cta = Add
@@ -1128,7 +1130,7 @@ tfa-row-backup-codes-description-2 = This is the safest recovery method if you c
11281130
# A recovery code can be sent to the user's phone
11291131
tfa-row-backup-phone-title-v2 = Recovery phone
11301132
# Shown with an alert icon to indicate that no recovery phone is configured
1131-
tfa-row-backup-phone-not-available = No recovery phone number available
1133+
tfa-row-backup-phone-not-available-v2 = No phone number added
11321134
# button to change the configured recovery phone
11331135
tfa-row-backup-phone-change-cta = Change
11341136
# button to add/configure a recovery phone

0 commit comments

Comments
 (0)