-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3f4bb3
commit 21b6f95
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"admin/b2bCheckoutSettings.navigation.title": "Configuración de checkout B2B", | ||
"admin/b2bCheckoutSettings.saveSettings.success": "Configuración guardada", | ||
"admin/b2bCheckoutSettings.saveSettings.failure": "No se pudo guardar la configuración. Consulta la consola para ver los detalles.", | ||
"admin/b2bCheckoutSettings.settings.title": "Configuración de checkout B2B", | ||
"admin/b2bCheckoutSettings.settings.showPONumber.label": "Mostrar el campo de no. de orden de compra (PO)", | ||
"admin/b2bCheckoutSettings.settings.showPONumber.helpText": "Habilita el campo de no. de orden de compra en la página de checkout", | ||
"admin/b2bCheckoutSettings.settings.showQuoteButton.label": "Mostrar el botón \"Crear cotización\"", | ||
"admin/b2bCheckoutSettings.settings.showQuoteButton.helpText": "Habilita el botón \"Crear cotización\" en el checkout si B2B Quotes (vtex.b2b-quotes) está instalada.", | ||
"admin/b2bCheckoutSettings.saveSettings.buttonText": "Guardar" | ||
} |