Skip to content

Commit

Permalink
Merge pull request #64 from curler7/feature/add-german-translations
Browse files Browse the repository at this point in the history
Add German translations for Stripe plugin
  • Loading branch information
Prometee authored Nov 4, 2024
2 parents b3216ce + 1fdaebc commit 96de315
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Resources/translations/messages.de.yaml
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>
8 changes: 8 additions & 0 deletions src/Resources/translations/validators.de.yaml
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.

0 comments on commit 96de315

Please sign in to comment.