Skip to content

feat(firebase_ui_localizations): support for sendVerificationEmailLabel() label #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -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).",
Expand Down Expand Up @@ -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": {}
}
}
Loading