diff --git a/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart b/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart index 4ae5d920..bea8a5e5 100644 --- a/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart +++ b/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart @@ -439,7 +439,7 @@ class _EmailVerificationBadgeState extends State<_EmailVerificationBadge> { if (state != EmailVerificationState.sent) LoadingButton( isLoading: state == EmailVerificationState.sending, - label: 'Send verification email', + label: l.sendVerificationEmailLabel, onTap: () { service.sendVerificationEmail( platform, diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb index b1a9ef64..d1b22c69 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb @@ -1,6 +1,6 @@ { "@@locale": "ar", - "@@last_modified": "2023-11-16T00:26:53.958517", + "@@last_modified": "2024-02-04T10:25:05.090612", "accessDisabledErrorText": "تم إيقاف إذن الوصول إلى هذا الحساب مؤقتًا.", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_de.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_de.arb index 493bf093..9d569582 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_de.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_de.arb @@ -1,6 +1,6 @@ { "@@locale": "de", - "@@last_modified": "2023-11-16T00:26:53.960802", + "@@last_modified": "2024-02-04T10:25:05.099040", "accessDisabledErrorText": "Der Zugriff auf dieses Konto wurde vorübergehend gesperrt", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_en.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_en.arb index 504421f8..7a351962 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_en.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_en.arb @@ -1,6 +1,6 @@ { "@@locale": "en", - "@@last_modified": "2023-11-16T00:26:53.966433", + "@@last_modified": "2024-02-04T10:25:05.107668", "accessDisabledErrorText": "Access to this account has been temporarily disabled", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es.arb index 381dcdd6..ea19977d 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es.arb @@ -1,6 +1,6 @@ { "@@locale": "es", - "@@last_modified": "2023-11-16T00:26:53.955942", + "@@last_modified": "2024-02-04T10:25:05.103038", "accessDisabledErrorText": "Se ha inhabilitado temporalmente al acceso a esta cuenta", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es_419.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es_419.arb index d4ceaee7..2ece068b 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es_419.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_es_419.arb @@ -1,6 +1,6 @@ { "@@locale": "es_419", - "@@last_modified": "2023-11-16T00:26:53.960081", + "@@last_modified": "2024-02-04T10:25:05.104661", "accessDisabledErrorText": "Se inhabilitó temporalmente el acceso a la cuenta", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_fr.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_fr.arb index 0c3bcd0a..a0403a33 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_fr.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_fr.arb @@ -1,6 +1,6 @@ { "@@locale": "fr", - "@@last_modified": "2023-11-16T00:26:53.965799", + "@@last_modified": "2024-02-04T10:25:05.105667", "accessDisabledErrorText": "L'accès à ce compte a été temporairement désactivé", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_he.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_he.arb index 8c56867a..37be21d0 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_he.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_he.arb @@ -1,6 +1,6 @@ { "@@locale": "he", - "@@last_modified": "2023-11-16T00:26:53.957614", + "@@last_modified": "2024-02-04T10:25:05.109669", "accessDisabledErrorText": "הגישה לחשבון זה הושבתה באופן זמני", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hi.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hi.arb index b37428de..31943d14 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hi.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hi.arb @@ -1,6 +1,6 @@ { "@@locale": "hi", - "@@last_modified": "2023-11-16T00:26:53.970972", + "@@last_modified": "2024-02-04T10:25:05.110670", "accessDisabledErrorText": "इस खाते के ऐक्सेस पर, कुछ समय के लिए रोक लगा दी गई है", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hu.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hu.arb index b5f4d698..4bef0346 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hu.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_hu.arb @@ -1,6 +1,6 @@ { "@@locale": "hu", - "@@last_modified": "2023-11-16T00:26:53.935987", + "@@last_modified": "2024-02-04T10:25:05.112669", "accessDisabledErrorText": "A fiók átmenetileg le van tiltva", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_id.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_id.arb index 3d306d5a..8b0a538b 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_id.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_id.arb @@ -1,6 +1,6 @@ { "@@locale": "id", - "@@last_modified": "2023-11-16T00:26:53.947166", + "@@last_modified": "2024-02-04T10:25:05.111669", "accessDisabledErrorText": "Akses ke akun ini telah dinonaktifkan untuk sementara waktu", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_it.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_it.arb index 0c813b2a..954e04b4 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_it.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_it.arb @@ -1,6 +1,6 @@ { "@@locale": "it", - "@@last_modified": "2023-11-16T00:26:53.959280", + "@@last_modified": "2024-02-04T10:25:05.112669", "accessDisabledErrorText": "L'accesso a questo account è stato temporaneamente disabilitato", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ja.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ja.arb index 7c035c0e..ee2b47a6 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ja.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ja.arb @@ -1,6 +1,6 @@ { "@@locale": "ja", - "@@last_modified": "2023-11-16T00:26:53.969833", + "@@last_modified": "2024-02-04T10:25:05.113670", "accessDisabledErrorText": "このアカウントへのアクセスが一時的に無効になっています", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ko.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ko.arb index b62c4cdc..2d2d6266 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ko.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ko.arb @@ -1,6 +1,6 @@ { "@@locale": "ko", - "@@last_modified": "2023-11-16T00:26:53.951316", + "@@last_modified": "2024-02-04T10:25:05.115670", "accessDisabledErrorText": "이 계정의 액세스가 일시적으로 중지되었습니다.", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb index b6c2fdc2..8c119af6 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb @@ -1,6 +1,6 @@ { "@@locale": "nb", - "@@last_modified": "2023-11-19T12:18:00.518427", + "@@last_modified": "2024-02-04T10:25:05.116670", "accessDisabledErrorText": "Tilgang til denne kontoen er midlertidig sperret", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nl.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nl.arb index 5532f761..26a94100 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nl.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_nl.arb @@ -1,6 +1,6 @@ { "@@locale": "nl", - "@@last_modified": "2023-11-16T00:26:53.968350", + "@@last_modified": "2024-02-04T10:25:05.114670", "accessDisabledErrorText": "De toegang tot dit account is tijdelijk uitgezet", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pl.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pl.arb index 4f4c15e7..dff09d94 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pl.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pl.arb @@ -1,6 +1,6 @@ { "@@locale": "pl", - "@@last_modified": "2023-11-16T00:26:53.969138", + "@@last_modified": "2024-02-04T10:25:05.115670", "accessDisabledErrorText": "Dostęp do tego konta został tymczasowo wyłączony", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb index 1967909a..7b196f2e 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb @@ -1,6 +1,6 @@ { "@@locale": "pt", - "@@last_modified": "2023-11-16T00:26:53.961567", + "@@last_modified": "2024-02-04T10:25:05.117671", "accessDisabledErrorText": "O acesso a esta conta foi desativado temporariamente", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ro.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ro.arb index da65f6c2..e62dc767 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ro.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ro.arb @@ -1,6 +1,6 @@ { "@@locale": "ro", - "@@last_modified": "2023-11-16T00:26:53.953074", + "@@last_modified": "2024-02-04T10:25:05.117671", "accessDisabledErrorText": "Accesul la acest cont a fost dezactivat temporar", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ru.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ru.arb index 757a0954..ce34c350 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ru.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_ru.arb @@ -1,6 +1,6 @@ { "@@locale": "ru", - "@@last_modified": "2023-11-16T00:26:53.970486", + "@@last_modified": "2024-02-04T10:25:05.118670", "accessDisabledErrorText": "Доступ к этому аккаунту временно заблокирован.", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_th.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_th.arb index 5d69e74f..584044cf 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_th.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_th.arb @@ -1,6 +1,6 @@ { "@@locale": "th", - "@@last_modified": "2023-11-16T00:26:53.962240", + "@@last_modified": "2024-02-04T10:25:05.118670", "accessDisabledErrorText": "มีการปิดใช้สิทธิ์เข้าถึงบัญชีนี้ชั่วคราว", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_tr.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_tr.arb index 995a55b1..c083497b 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_tr.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_tr.arb @@ -1,6 +1,6 @@ { "@@locale": "tr", - "@@last_modified": "2023-11-16T00:26:53.965059", + "@@last_modified": "2024-02-04T10:25:05.122670", "accessDisabledErrorText": "Bu hesaba erişim geçici olarak devre dışı bırakıldı", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_uk.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_uk.arb index 070ff13f..056bdbc1 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_uk.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_uk.arb @@ -1,6 +1,6 @@ { "@@locale": "uk", - "@@last_modified": "2023-11-16T00:26:53.963333", + "@@last_modified": "2024-02-04T10:25:05.119669", "accessDisabledErrorText": "Доступ до цього облікового запису тимчасово вимкнено", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh.arb index d264e9ca..3a9d6000 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh.arb @@ -1,6 +1,6 @@ { "@@locale": "zh", - "@@last_modified": "2023-11-16T00:26:53.967302", + "@@last_modified": "2024-02-04T10:25:05.120670", "accessDisabledErrorText": "对此帐号的访问权限已被临时停用", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh_TW.arb b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh_TW.arb index 25c845d1..f4af67f2 100644 --- a/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh_TW.arb +++ b/packages/firebase_ui_localizations/lib/l10n/firebase_ui_zh_TW.arb @@ -1,6 +1,6 @@ { "@@locale": "zh_TW", - "@@last_modified": "2023-11-16T00:26:53.964324", + "@@last_modified": "2024-02-04T10:25:05.121670", "accessDisabledErrorText": "這個帳戶暫時無法存取", "@accessDisabledErrorText": { "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).", @@ -528,5 +528,10 @@ "@confirmDeleteAccountButtonLabel": { "description": "Confirm delete account button label", "placeholders": {} + }, + "sendVerificationEmailLabel": "Send verification email", + "@sendVerificationEmailLabel": { + "description": "Used as a button label to send a verification email", + "placeholders": {} } } diff --git a/packages/firebase_ui_localizations/lib/src/default_localizations.dart b/packages/firebase_ui_localizations/lib/src/default_localizations.dart index d41af540..c116a863 100644 --- a/packages/firebase_ui_localizations/lib/src/default_localizations.dart +++ b/packages/firebase_ui_localizations/lib/src/default_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. @@ -243,6 +243,9 @@ abstract class FirebaseUILocalizationLabels { /// Used as a label of the submit button on the EmailLinkSignInView. String get sendLinkButtonLabel; + /// Used as a button label to send a verification email + String get sendVerificationEmailLabel; + /// Used as a label of the EmailForm submit button when the AuthAction is /// AuthAction.signIn. String get signInActionText; diff --git a/packages/firebase_ui_localizations/lib/src/lang/ar.dart b/packages/firebase_ui_localizations/lib/src/lang/ar.dart index 7971a3a5..50f027b2 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/ar.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/ar.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -339,4 +339,7 @@ class ArLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/de.dart b/packages/firebase_ui_localizations/lib/src/lang/de.dart index f014408a..2d4eeb23 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/de.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/de.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -337,4 +337,7 @@ class DeLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/en.dart b/packages/firebase_ui_localizations/lib/src/lang/en.dart index 73d749ab..2e833745 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/en.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/en.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -333,4 +333,7 @@ class EnLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/es.dart b/packages/firebase_ui_localizations/lib/src/lang/es.dart index bb0b89e6..d01cc63b 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/es.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/es.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -342,4 +342,7 @@ class EsLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/es_419.dart b/packages/firebase_ui_localizations/lib/src/lang/es_419.dart index 5d0f3fed..965579c0 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/es_419.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/es_419.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -339,4 +339,7 @@ class Es419Localizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/fr.dart b/packages/firebase_ui_localizations/lib/src/lang/fr.dart index 1f4bc7c6..1caea5f1 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/fr.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/fr.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -343,4 +343,7 @@ class FrLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/he.dart b/packages/firebase_ui_localizations/lib/src/lang/he.dart index daad4fd6..f614be1e 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/he.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/he.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -333,4 +333,7 @@ class HeLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/hi.dart b/packages/firebase_ui_localizations/lib/src/lang/hi.dart index ef8f8d0c..f6658887 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/hi.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/hi.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -336,4 +336,7 @@ class HiLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/hu.dart b/packages/firebase_ui_localizations/lib/src/lang/hu.dart index 09c65ccb..cb7f6b21 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/hu.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/hu.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -334,4 +334,7 @@ class HuLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/id.dart b/packages/firebase_ui_localizations/lib/src/lang/id.dart index f102d903..38ebf44d 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/id.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/id.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -334,4 +334,7 @@ class IdLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/it.dart b/packages/firebase_ui_localizations/lib/src/lang/it.dart index 95f2316f..4d1c2915 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/it.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/it.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -337,4 +337,7 @@ class ItLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/ja.dart b/packages/firebase_ui_localizations/lib/src/lang/ja.dart index 401486a8..4f38296b 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/ja.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/ja.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -323,4 +323,7 @@ class JaLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "はい、削除します"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/ko.dart b/packages/firebase_ui_localizations/lib/src/lang/ko.dart index 21dbf470..72e2e670 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/ko.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/ko.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -328,4 +328,7 @@ class KoLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/nb.dart b/packages/firebase_ui_localizations/lib/src/lang/nb.dart index 5c64cfa9..9eb50b76 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/nb.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/nb.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -333,4 +333,7 @@ class NbLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Ja, slett"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/nl.dart b/packages/firebase_ui_localizations/lib/src/lang/nl.dart index 1997ee39..dfc57bf0 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/nl.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/nl.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -336,4 +336,7 @@ class NlLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/pl.dart b/packages/firebase_ui_localizations/lib/src/lang/pl.dart index 9049d95f..c2f3a0bb 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/pl.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/pl.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -336,4 +336,7 @@ class PlLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/pt.dart b/packages/firebase_ui_localizations/lib/src/lang/pt.dart index 6817ac48..dd8e305d 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/pt.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/pt.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -337,4 +337,7 @@ class PtLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/ro.dart b/packages/firebase_ui_localizations/lib/src/lang/ro.dart index 98291126..4a15b174 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/ro.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/ro.dart @@ -338,4 +338,7 @@ class RoLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Da, șterge"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/ru.dart b/packages/firebase_ui_localizations/lib/src/lang/ru.dart index 1086b6de..92fa6621 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/ru.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/ru.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -336,4 +336,7 @@ class RuLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/th.dart b/packages/firebase_ui_localizations/lib/src/lang/th.dart index d2fc983d..13a919f0 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/th.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/th.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -333,4 +333,7 @@ class ThLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/tr.dart b/packages/firebase_ui_localizations/lib/src/lang/tr.dart index db122196..67b9ef92 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/tr.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/tr.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -336,4 +336,7 @@ class TrLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/uk.dart b/packages/firebase_ui_localizations/lib/src/lang/uk.dart index 783aa358..003e0d77 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/uk.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/uk.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -338,4 +338,7 @@ class UkLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/zh.dart b/packages/firebase_ui_localizations/lib/src/lang/zh.dart index bea522a3..089e4bd2 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/zh.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/zh.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -326,4 +326,7 @@ class ZhLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; } diff --git a/packages/firebase_ui_localizations/lib/src/lang/zh_tw.dart b/packages/firebase_ui_localizations/lib/src/lang/zh_tw.dart index 3c61bec8..5ae5f1ed 100644 --- a/packages/firebase_ui_localizations/lib/src/lang/zh_tw.dart +++ b/packages/firebase_ui_localizations/lib/src/lang/zh_tw.dart @@ -1,4 +1,4 @@ -// Copyright 2023, the Chromium project authors. Please see the AUTHORS file +// Copyright 2024, the Chromium project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import '../default_localizations.dart'; @@ -326,4 +326,7 @@ class ZhTWLocalizations extends FirebaseUILocalizationLabels { @override String get confirmDeleteAccountButtonLabel => "Yes, delete"; + + @override + String get sendVerificationEmailLabel => "Send verification email"; }