-
Notifications
You must be signed in to change notification settings - Fork 402
Update translations #3116
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
base: master
Are you sure you want to change the base?
Update translations #3116
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,8 +78,7 @@ | |
| "cart_stock_modal_destination": "Destino #{consignmentNumber}", | ||
| "ready_to_ship_count_text": "{count} listo para enviar", | ||
| "bundled_item_label": "Paquete:", | ||
| "show_backorder_details": "Detalles de la lista pendiente de los programas", | ||
| "hide_backorder_details": "Ocultar detalles de la reservación pendiente", | ||
| "backorder_details": "Detalles del backorder", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Spanish backorder label English wordLow Severity Replacing Additional Locations (2)Reviewed by Cursor Bugbot for commit 3edd125. Configure here. |
||
| "print_action": "Imprimir", | ||
| "qty_label": "Cantidad: {quantity}", | ||
| "remaining_text": "Restante", | ||
|
|
@@ -362,6 +361,7 @@ | |
| "instrument_manage_delete_server_error": "Ocurrió un error al intentar eliminar ese método de pago almacenado. Vuelve a intentarlo.", | ||
| "instrument_manage_delete_auth_error": "Ocurrió un problema al autorizar tu solicitud. Vuelve a intentar iniciar sesión.", | ||
| "instrument_manage_delete_client_error": "Ocurrió un error al intentar eliminar el método de pago guardado: el método de pago ya no existe o no se puede eliminar.", | ||
| "auto_vaulting_disclaimer": "By providing your card information and placing this order, you agree that your card may be charged for future payments in accordance with the terms of the merchant.", | ||
| "instrument_save_payment_method_label": "Guardar esta tarjeta para futuras transacciones", | ||
| "instrument_save_as_default_payment_method_label": "Utilizar esta tarjeta como método de pago predeterminado para transacciones futuras", | ||
| "account_instrument_add_action": "Usar una cuenta diferente", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untranslated vaulting disclaimer text
Medium Severity
This commit adds
payment.auto_vaulting_disclaimerto many locale files with the same English sentence used inen.json. Checkout in Danish, German, Japanese, and other non-English locales will show that legal-style disclaimer in English viaAutoVaultingDisclaimer, inconsistent with the rest of the localized payment UI.Additional Locations (2)
packages/locale/src/translations/de.json#L363-L364packages/locale/src/translations/ja.json#L363-L364Reviewed by Cursor Bugbot for commit 3edd125. Configure here.