mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) missing translations in PayZen configuration screens
This commit is contained in:
parent
a8b9ebb665
commit
3d6fe3c7a2
@ -2,6 +2,7 @@
|
||||
|
||||
- Script to download translations from Crowdin
|
||||
- Fablab's store module
|
||||
- Fix a bug: missing translations in PayZen configuration screens
|
||||
- [TODO DEPLOY] `rails db:seed`
|
||||
|
||||
## v5.4.17 2022 September 06
|
||||
|
@ -759,7 +759,8 @@ en:
|
||||
payzen_keys_form:
|
||||
payzen_keys_info_html: "<p>To be able to collect online payments, you must configure the <a href='https://payzen.eu' target='_blank'>PayZen</a> identifiers and keys.</p><p>Retrieve them from <a href='https://secure.payzen.eu/vads-merchant/' target='_blank'>your merchant back office</a>.</p>"
|
||||
client_keys: "Client key"
|
||||
payzen_keys: "PayZen keys"
|
||||
payzen_public_key: "Client public key"
|
||||
api_keys: "API keys"
|
||||
payzen_username: "Username"
|
||||
payzen_password: "Password"
|
||||
payzen_endpoint: "REST API server name"
|
||||
@ -787,8 +788,13 @@ en:
|
||||
stripe_currency: "Stripe currency"
|
||||
gateway_configuration_error: "An error occurred while configuring the payment gateway: "
|
||||
payzen_settings:
|
||||
payzen_keys: "PayZen keys"
|
||||
edit_keys: "Edit keys"
|
||||
payzen_public_key: "Client public key"
|
||||
payzen_username: "Username"
|
||||
payzen_password: "Password"
|
||||
payzen_endpoint: "REST API server name"
|
||||
payzen_hmac: "HMAC-SHA-256 key"
|
||||
currency: "Currency"
|
||||
payzen_currency: "PayZen currency"
|
||||
currency_info_html: "Please specify below the currency used for online payment. You should provide a three-letter ISO code, from the list of <a href='https://payzen.io/en-EN/payment-file/ips/list-of-supported-currencies.html' target='_blank'> PayZen supported currencies</a>."
|
||||
|
Loading…
x
Reference in New Issue
Block a user