Skip to content

Commit

Permalink
fix: better usage of intl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxiii committed Jun 3, 2024
1 parent 87a31d6 commit 80f7513
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PayOrRequestButton extends StatelessWidget {
),
const SizedBox(height: 8),
Text(
context.l10n.sendMoney,
context.l10n.requestOrSendPayment,
style: Theme.of(context)
.textTheme
.bodyLarge
Expand Down
4 changes: 2 additions & 2 deletions packages/espressocash_app/lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"@reEnterPasscode": {},
"remindMeLater": "Remind me later",
"@remindMeLater": {},
"requestOrSendPayment": "Request or send a payment",
"requestOrSendPayment": "Pay or Request",
"@requestOrSendPayment": {},
"resendLink": "Resend",
"@resendLink": {},
Expand Down Expand Up @@ -396,7 +396,7 @@
"@sendAs": {},
"sendExplanation": "Once you’ve created this link, you can send it to your recipient! They can then redeem the funds by simply clicking the link.",
"@sendExplanation": {},
"sendMoney": "Pay or Request",
"sendMoney": "Send Money",
"@sendMoney": {},
"sentDirectly": "Sent",
"@sentDirectly": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/espressocash_app/lib/l10n/intl_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"@requestNotePlaceholder": {},
"requestNoteRequesting": "Solicitante",
"@requestNoteRequesting": {},
"requestOrSendPayment": "Solicita o enviar un pago",
"requestOrSendPayment": "Enviar o Solicita",
"@requestOrSendPayment": {},
"resendLink": "Reenviar enlace",
"@resendLink": {},
Expand Down Expand Up @@ -581,7 +581,7 @@
"@sendAs": {},
"sendExplanation": "Una vez que hayas creado este enlace, puedes enviarlo a tu destinatario. Ellos podrán canjear los fondos simplemente haciendo clic en el enlace.",
"@sendExplanation": {},
"sendMoney": "Pagar ou Solicitar",
"sendMoney": "Enviar dinero",
"@sendMoney": {},
"sentDirectly": "Enviada",
"@sentDirectly": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/espressocash_app/lib/l10n/intl_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
"@requestNotePlaceholder": {},
"requestNoteRequesting": "Demander",
"@requestNoteRequesting": {},
"requestOrSendPayment": "Demander ou envoyer un paiement",
"requestOrSendPayment": "Envoyer ou Demander",
"@requestOrSendPayment": {},
"resendLink": "Réenvoyer le lien",
"@resendLink": {},
Expand Down Expand Up @@ -591,7 +591,7 @@
"@sendAs": {},
"sendExplanation": "Une fois que vous avez créé ce lien, vous pouvez l'envoyer à votre destinataire ! Ils pourront ensuite récupérer les fonds en cliquant simplement sur le lien.",
"@sendExplanation": {},
"sendMoney": "Payer ou demander",
"sendMoney": "Envoyer",
"@sendMoney": {},
"sentDirectly": "Envoyé",
"@sentDirectly": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/espressocash_app/lib/l10n/intl_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"@requestNotePlaceholder": {},
"requestNoteRequesting": "Solicitando",
"@requestNoteRequesting": {},
"requestOrSendPayment": "Solicitar ou enviar pagamento",
"requestOrSendPayment": "Enviar ou Solicitar",
"@requestOrSendPayment": {},
"resendLink": "Reenviar links",
"@resendLink": {},
Expand All @@ -409,7 +409,7 @@
"@sendAs": {},
"sendExplanation": "Depois de criar este link, você pode enviá-lo ao seu destinatário! O dinheiro pode ser recebido simplesmente clicando nos links.",
"@sendExplanation": {},
"sendMoney": "Pagar ou Solicitar",
"sendMoney": "Enviar",
"@sendMoney": {},
"sentDirectly": "Enviado",
"@sentDirectly": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/espressocash_app/lib/l10n/intl_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
"@requestNotePlaceholder": {},
"requestNoteRequesting": " Запрос на",
"@requestNoteRequesting": {},
"requestOrSendPayment": "Запросить или отправить платеж",
"requestOrSendPayment": "Отправить или запросить",
"@requestOrSendPayment": {},
"resendLink": "Отправить ссылки еще раз",
"@resendLink": {},
Expand Down Expand Up @@ -593,7 +593,7 @@
"@sendAs": {},
"sendExplanation": "Как только вы создадите эту ссылку, вы можете отправить ее своему получателю! Он сможет получить отправленные средства, просто перейдя по ссылкам.",
"@sendExplanation": {},
"sendMoney": "Оплатить или запросить",
"sendMoney": "Отправить деньги",
"@sendMoney": {},
"sentDirectly": "Отправлено",
"@sentDirectly": {},
Expand Down

0 comments on commit 80f7513

Please sign in to comment.