Skip to content

Commit 95be915

Browse files
authored
feat(firebase_ui_localizations): support for sendVerificationEmailLabel() label (#280)
1 parent e9edf56 commit 95be915

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+244
-49
lines changed

packages/firebase_ui_auth/lib/src/screens/profile_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class _EmailVerificationBadgeState extends State<_EmailVerificationBadge> {
439439
if (state != EmailVerificationState.sent)
440440
LoadingButton(
441441
isLoading: state == EmailVerificationState.sending,
442-
label: 'Send verification email',
442+
label: l.sendVerificationEmailLabel,
443443
onTap: () {
444444
service.sendVerificationEmail(
445445
platform,

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ar.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "ar",
3-
"@@last_modified": "2023-11-16T00:26:53.958517",
3+
"@@last_modified": "2024-02-04T10:25:05.090612",
44
"accessDisabledErrorText": "تم إيقاف إذن الوصول إلى هذا الحساب مؤقتًا.",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_de.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "de",
3-
"@@last_modified": "2023-11-16T00:26:53.960802",
3+
"@@last_modified": "2024-02-04T10:25:05.099040",
44
"accessDisabledErrorText": "Der Zugriff auf dieses Konto wurde vorübergehend gesperrt",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_en.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "en",
3-
"@@last_modified": "2023-11-16T00:26:53.966433",
3+
"@@last_modified": "2024-02-04T10:25:05.107668",
44
"accessDisabledErrorText": "Access to this account has been temporarily disabled",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_es.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "es",
3-
"@@last_modified": "2023-11-16T00:26:53.955942",
3+
"@@last_modified": "2024-02-04T10:25:05.103038",
44
"accessDisabledErrorText": "Se ha inhabilitado temporalmente al acceso a esta cuenta",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_es_419.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "es_419",
3-
"@@last_modified": "2023-11-16T00:26:53.960081",
3+
"@@last_modified": "2024-02-04T10:25:05.104661",
44
"accessDisabledErrorText": "Se inhabilitó temporalmente el acceso a la cuenta",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_fr.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "fr",
3-
"@@last_modified": "2023-11-16T00:26:53.965799",
3+
"@@last_modified": "2024-02-04T10:25:05.105667",
44
"accessDisabledErrorText": "L'accès à ce compte a été temporairement désactivé",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_he.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "he",
3-
"@@last_modified": "2023-11-16T00:26:53.957614",
3+
"@@last_modified": "2024-02-04T10:25:05.109669",
44
"accessDisabledErrorText": "הגישה לחשבון זה הושבתה באופן זמני",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_hi.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "hi",
3-
"@@last_modified": "2023-11-16T00:26:53.970972",
3+
"@@last_modified": "2024-02-04T10:25:05.110670",
44
"accessDisabledErrorText": "इस खाते के ऐक्सेस पर, कुछ समय के लिए रोक लगा दी गई है",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_hu.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "hu",
3-
"@@last_modified": "2023-11-16T00:26:53.935987",
3+
"@@last_modified": "2024-02-04T10:25:05.112669",
44
"accessDisabledErrorText": "A fiók átmenetileg le van tiltva",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_id.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "id",
3-
"@@last_modified": "2023-11-16T00:26:53.947166",
3+
"@@last_modified": "2024-02-04T10:25:05.111669",
44
"accessDisabledErrorText": "Akses ke akun ini telah dinonaktifkan untuk sementara waktu",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_it.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "it",
3-
"@@last_modified": "2023-11-16T00:26:53.959280",
3+
"@@last_modified": "2024-02-04T10:25:05.112669",
44
"accessDisabledErrorText": "L'accesso a questo account è stato temporaneamente disabilitato",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ja.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "ja",
3-
"@@last_modified": "2023-11-16T00:26:53.969833",
3+
"@@last_modified": "2024-02-04T10:25:05.113670",
44
"accessDisabledErrorText": "このアカウントへのアクセスが一時的に無効になっています",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ko.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "ko",
3-
"@@last_modified": "2023-11-16T00:26:53.951316",
3+
"@@last_modified": "2024-02-04T10:25:05.115670",
44
"accessDisabledErrorText": "이 계정의 액세스가 일시적으로 중지되었습니다.",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_nb.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "nb",
3-
"@@last_modified": "2023-11-19T12:18:00.518427",
3+
"@@last_modified": "2024-02-04T10:25:05.116670",
44
"accessDisabledErrorText": "Tilgang til denne kontoen er midlertidig sperret",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_nl.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "nl",
3-
"@@last_modified": "2023-11-16T00:26:53.968350",
3+
"@@last_modified": "2024-02-04T10:25:05.114670",
44
"accessDisabledErrorText": "De toegang tot dit account is tijdelijk uitgezet",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_pl.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "pl",
3-
"@@last_modified": "2023-11-16T00:26:53.969138",
3+
"@@last_modified": "2024-02-04T10:25:05.115670",
44
"accessDisabledErrorText": "Dostęp do tego konta został tymczasowo wyłączony",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "pt",
3-
"@@last_modified": "2023-11-16T00:26:53.961567",
3+
"@@last_modified": "2024-02-04T10:25:05.117671",
44
"accessDisabledErrorText": "O acesso a esta conta foi desativado temporariamente",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ro.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "ro",
3-
"@@last_modified": "2023-11-16T00:26:53.953074",
3+
"@@last_modified": "2024-02-04T10:25:05.117671",
44
"accessDisabledErrorText": "Accesul la acest cont a fost dezactivat temporar",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_ru.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "ru",
3-
"@@last_modified": "2023-11-16T00:26:53.970486",
3+
"@@last_modified": "2024-02-04T10:25:05.118670",
44
"accessDisabledErrorText": "Доступ к этому аккаунту временно заблокирован.",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

packages/firebase_ui_localizations/lib/l10n/firebase_ui_th.arb

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "th",
3-
"@@last_modified": "2023-11-16T00:26:53.962240",
3+
"@@last_modified": "2024-02-04T10:25:05.118670",
44
"accessDisabledErrorText": "มีการปิดใช้สิทธิ์เข้าถึงบัญชีนี้ชั่วคราว",
55
"@accessDisabledErrorText": {
66
"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 @@
528528
"@confirmDeleteAccountButtonLabel": {
529529
"description": "Confirm delete account button label",
530530
"placeholders": {}
531+
},
532+
"sendVerificationEmailLabel": "Send verification email",
533+
"@sendVerificationEmailLabel": {
534+
"description": "Used as a button label to send a verification email",
535+
"placeholders": {}
531536
}
532537
}

0 commit comments

Comments
 (0)