Skip to content
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

feat(firebase_ui_localizations): add missing pt.arb translations #370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
32 changes: 16 additions & 16 deletions packages/firebase_ui_localizations/lib/l10n/firebase_ui_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -429,62 +429,62 @@
"description": "UploadButton label",
"placeholders": {}
},
"verifyEmailTitle": "Verify your email",
"verifyEmailTitle": "Verique seu email",
"@verifyEmailTitle": {
"description": "EmailVerificationScreen title",
"placeholders": {}
},
"verificationEmailSentText": "A verification email has been sent to your email address. Please check your email and click on the link to verify your email address.",
"verificationEmailSentText": "Um email de verificação foi enviado para seu endereço de email. Verifique seu email e clique no link para verificar seu endereço de email.",
"@verificationEmailSentText": {
"description": "Hint text indicating that verification email has been sent",
"placeholders": {}
},
"verificationFailedText": "We couldn't verify your email address. ",
"verificationFailedText": "Não conseguimos verificar seu endereço de email. ",
"@verificationFailedText": {
"description": "Message indicating that something went wrong during email verification",
"placeholders": {}
},
"resendVerificationEmailButtonLabel": "Resend verification email",
"resendVerificationEmailButtonLabel": "Enviar email de verificação novamente",
"@resendVerificationEmailButtonLabel": {
"description": "Button label that suggests to resend verification email",
"placeholders": {}
},
"verificationEmailSentTextShort": "Verification email sent",
"verificationEmailSentTextShort": "Email de verificação enviado",
"@verificationEmailSentTextShort": {
"description": "Short version of the hint text indicating that verification email has been sent",
"placeholders": {}
},
"emailIsNotVerifiedText": "Email is not verified",
"emailIsNotVerifiedText": "Email não está verificado",
"@emailIsNotVerifiedText": {
"description": "Message indicating that email is not verified",
"placeholders": {}
},
"waitingForEmailVerificationText": "Waiting for email verification",
"waitingForEmailVerificationText": "Aguardando por verificação de email",
"@waitingForEmailVerificationText": {
"description": "Message indicating that email is being verified",
"placeholders": {}
},
"dismissButtonLabel": "Dismiss",
"@dismiss": {
"description": "Dissmiss button label",
"description": "Dismiss button label",
"placeholders": {}
},
"okButtonLabel": "OK",
"@okButtonLabel": {
"description": "OK button label",
"placeholders": {}
},
"checkEmailHintText": "Please check your email and click the link to verify your email address.",
"checkEmailHintText": "Verifique seu email e clique no link para validar seu endereço de email.",
"@checkEmailHintText": {
"description": "Hint text prompting the user to check email for verification link",
"placeholders": {}
},
"doneButtonLabel": "Done",
"doneButtonLabel": "Pronto",
"@doneButtonLabel": {
"description": "Done button label",
"placeholders": {}
},
"invalidVerificationCodeErrorText": "The code you entered is invalid. Please try again.",
"invalidVerificationCodeErrorText": "O código que você digitou é inválido. Por favor, tente novamente.",
"@invalidVerificationCodeErrorText": {
"description": "Error text indicating that entered SMS code is invalid",
"placeholders": {}
Expand All @@ -499,7 +499,7 @@
"description": "Unlink confirmation button label",
"placeholders": {}
},
"cancelButtonLabel": "Cancel",
"cancelButtonLabel": "Cancelar",
"@cancelButtonLabel": {
"description": "Cancel button label",
"placeholders": {}
Expand All @@ -514,22 +514,22 @@
"description": "Error text suggesting that used password is too weak",
"placeholders": {}
},
"confirmDeleteAccountAlertTitle": "Confirm account deletion",
"confirmDeleteAccountAlertTitle": "Confirmar deleção de conta",
"@confirmDeleteAccountAlertTitle": {
"description": "Delete account confirmation dialog title",
"placeholders": {}
},
"confirmDeleteAccountAlertMessage": "Are you sure you want to delete your account?",
"confirmDeleteAccountAlertMessage": "Você realmente deseja apagar sua conta?",
"@confirmDeleteAccountAlertMessage": {
"description": "Delete account confirmation dialog message",
"placeholders": {}
},
"confirmDeleteAccountButtonLabel": "Yes, delete",
"confirmDeleteAccountButtonLabel": "Sim, apagar",
"@confirmDeleteAccountButtonLabel": {
"description": "Confirm delete account button label",
"placeholders": {}
},
"sendVerificationEmailLabel": "Send verification email",
"sendVerificationEmailLabel": "Enviar email de verificação",
"@sendVerificationEmailLabel": {
"description": "Used as a button label to send a verification email",
"placeholders": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_ui_localizations/lib/src/lang/ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class JaLocalizations extends FirebaseUILocalizationLabels {
String get enableMoreSignInMethods => "その他のサインイン方法を有効にします";

@override
String get enterSMSCodeText => "SMSコードを入力";
String get enterSMSCodeText => "SMS コードを入力";

@override
String get findProviderForEmailTitleText => "メールアドレスを入力して続行";
Expand Down Expand Up @@ -216,7 +216,7 @@ class JaLocalizations extends FirebaseUILocalizationLabels {

@override
String get smsAutoresolutionFailedError =>
"SMS コードを自動で解決できませんでした。コードを手動で入力してください";
"SMSコードを自動で解決できませんでした。コードを手動で入力してください";

@override
String get southInitialLabel => "S";
Expand Down
31 changes: 16 additions & 15 deletions packages/firebase_ui_localizations/lib/src/lang/pt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,28 +271,29 @@ class PtLocalizations extends FirebaseUILocalizationLabels {
String get uploadButtonText => "Upload file";

@override
String get verifyEmailTitle => "Verify your email";
String get verifyEmailTitle => "Verique seu email";

@override
String get verificationEmailSentText =>
"A verification email has been sent to your email address. Please check your email and click on the link to verify your email address.";
"Um email de verificação foi enviado para seu endereço de email. Verifique seu email e clique no link para verificar seu endereço de email.";

@override
String get verificationFailedText =>
"We couldn't verify your email address. ";
"Não conseguimos verificar seu endereço de email. ";

@override
String get resendVerificationEmailButtonLabel => "Resend verification email";
String get resendVerificationEmailButtonLabel =>
"Enviar email de verificação novamente";

@override
String get verificationEmailSentTextShort => "Verification email sent";
String get verificationEmailSentTextShort => "Email de verificação enviado";

@override
String get emailIsNotVerifiedText => "Email is not verified";
String get emailIsNotVerifiedText => "Email não está verificado";

@override
String get waitingForEmailVerificationText =>
"Waiting for email verification";
"Aguardando por verificação de email";

@override
String get dismissButtonLabel => "Dismiss";
Expand All @@ -302,14 +303,14 @@ class PtLocalizations extends FirebaseUILocalizationLabels {

@override
String get checkEmailHintText =>
"Please check your email and click the link to verify your email address.";
"Verifique seu email e clique no link para validar seu endereço de email.";

@override
String get doneButtonLabel => "Done";
String get doneButtonLabel => "Pronto";

@override
String get invalidVerificationCodeErrorText =>
"The code you entered is invalid. Please try again.";
"O código que você digitou é inválido. Por favor, tente novamente.";

@override
String get ulinkProviderAlertTitle => "Unlink provider";
Expand All @@ -318,7 +319,7 @@ class PtLocalizations extends FirebaseUILocalizationLabels {
String get confirmUnlinkButtonLabel => "Unlink";

@override
String get cancelButtonLabel => "Cancel";
String get cancelButtonLabel => "Cancelar";

@override
String get unlinkProviderAlertMessage =>
Expand All @@ -329,15 +330,15 @@ class PtLocalizations extends FirebaseUILocalizationLabels {
"Password should be at least 6 characters";

@override
String get confirmDeleteAccountAlertTitle => "Confirm account deletion";
String get confirmDeleteAccountAlertTitle => "Confirmar deleção de conta";

@override
String get confirmDeleteAccountAlertMessage =>
"Are you sure you want to delete your account?";
"Você realmente deseja apagar sua conta?";

@override
String get confirmDeleteAccountButtonLabel => "Yes, delete";
String get confirmDeleteAccountButtonLabel => "Sim, apagar";

@override
String get sendVerificationEmailLabel => "Send verification email";
String get sendVerificationEmailLabel => "Enviar email de verificação";
}
Loading