Skip to content
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

Add German translations for Stripe plugin #64

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.