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

[NoQA] Feat/44307 card system messages #46281

Merged
merged 12 commits into from
Jul 29, 2024
Prev Previous commit
Next Next commit
fix: spanish translation
  • Loading branch information
koko57 committed Jul 29, 2024

Verified

This commit was signed with the committer’s verified signature.
kidroca Peter Velkov
commit 93a771b584aeae8473c3fa601dd75b50f82ac0ad
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
@@ -2760,7 +2760,7 @@ export default {
`Si cambias el tipo de límite de esta tarjeta a Límite inteligente, las nuevas transacciones serán rechazadas porque ya se ha alcanzado el límite de ${limit} no aprobado.`,
changeCardMonthlyLimitTypeWarning: (limit: string) =>
`Si cambias el tipo de límite de esta tarjeta a Mensual, las nuevas transacciones serán rechazadas porque ya se ha alcanzado el límite de ${limit} mensual.`,
addMailingAddress: 'Añadir dirección postal',
addMailingAddress: 'Añadir dirección de postal',
issuedCard: (assignee: string) => `¡emitió a ${assignee} una Tarjeta Expensify! La tarjeta llegará en 2-3 días laborables.`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NAB but ¡ and ! is not needed as referenced here in #51386

issuedCardNoMailingAddress: (assignee: string) => `¡emitió a ${assignee} una Tarjeta Expensify! La tarjeta se enviará una vez que se añada una dirección postal.`,
issuedCardVirtual: ({assignee, link}: IssueVirtualCardParams) => `¡emitió a ${assignee} una ${link} virtual! La tarjeta puede utilizarse inmediatamente.`,