7
7
8
8
resend-code-success-banner-heading = Новий код надіслано на вашу електронну пошту.
9
9
resend-link-success-banner-heading = Нове посилання надіслано на вашу електронну пошту.
10
+ # $accountsEmail is the Mozilla accounts sender email address (e.g. [email protected] )
11
+ resend-success-banner-description = Додайте { $accountsEmail } до своїх контактів, щоб гарантовано отримувати повідомлення.
10
12
11
13
## Brand Messaging component
12
14
## Used to show in product messaging about upcoming brand changes
@@ -215,9 +217,18 @@ backup-codes-icon-aria-label =
215
217
.aria-label = Резервні коди ввімкнено
216
218
backup-codes-disabled-icon-aria-label =
217
219
.aria-label = Резервні коди вимкнено
220
+ # An icon of phone with text message. A back recovery phone number
221
+ backup-recovery-sms-icon-aria-label =
222
+ .aria-label = Відновлення через SMS увімкнено
223
+ # Disabled version of backup-recovery-sms-icon-aria-label
224
+ backup-recovery-sms-disabled-icon-aria-label =
225
+ .aria-label = Відновлення через SMS вимкнено
218
226
# Used to select Canada as country code for phone number
219
227
canadian-flag-icon-aria-label =
220
228
.aria-label = Канадський прапор
229
+ # Used to indicate a general checkmark, as in something checked off in a list!
230
+ checkmark-icon-aria-label =
231
+ .aria-label = Позначити
221
232
# Used to indicate a check mark for a successful state/action
222
233
checkmark-success-icon-aria-label =
223
234
.aria-label = Успішно
@@ -235,6 +246,9 @@ error-icon-aria-label =
235
246
# Used as information icon for informative messaging
236
247
info-icon-aria-label =
237
248
.aria-label = Інформація
249
+ # Used to select United States as a country code for phone number
250
+ usa-flag-icon-aria-label =
251
+ .aria-label = Прапор США
238
252
239
253
## Images - these are all aria labels used for illustrations
240
254
## Aria labels are used as alternate text that can be read aloud by screen readers.
@@ -264,6 +278,8 @@ email-code-image-aria-label =
264
278
.aria-label = Ілюстрація із зображенням електронного листа з кодом.
265
279
recovery-phone-image-description =
266
280
.aria-label = Мобільний пристрій, який отримує код у текстовому повідомленні.
281
+ recovery-phone-code-image-description =
282
+ .aria-label = Код, отриманий на мобільному пристрої.
267
283
268
284
## InlineRecoveryKeySetupCreate component
269
285
## Users see this view when we prompt them to generate an account recovery key
0 commit comments