-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from curler7/feature/add-german-translations
Add German translations for Stripe plugin
- Loading branch information
Showing
2 changed files
with
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
flux_se_sylius_payum_stripe_plugin: | ||
payum_gateway_factory: | ||
stripe_checkout_session: Stripe Checkout-Session (mit SCA-Unterstützung) | ||
stripe_js: Stripe JS (mit SCA-Unterstützung) | ||
form: | ||
gateway_configuration: | ||
stripe: | ||
publishable_key: Öffentlicher Schlüssel | ||
secret_key: Geheimschlüssel | ||
use_authorize: Autorisierung verwenden | ||
webhook_secret_keys: Geheimschlüssel für Webhooks | ||
help: | ||
use_authorize: > | ||
Wenn eine Zahlung autorisiert wird, garantiert die Bank den Betrag und reserviert ihn bis zu sieben Tage auf der Karte des Kunden. | ||
<a href="https://stripe.com/docs/payments/capture-later" target="_blank"> | ||
Weiterlesen | ||
</a> |
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,8 @@ | ||
flux_se_sylius_payum_stripe_plugin: | ||
stripe: | ||
webhook_secret_keys: | ||
not_blank: Bitte geben Sie den Stripe Webhook-Geheimschlüssel ein. | ||
secret_key: | ||
not_blank: Bitte geben Sie den Stripe-Geheimschlüssel ein. | ||
publishable_key: | ||
not_blank: Bitte geben Sie den Stripe-öffentlichen Schlüssel ein. |