From 4b8b815acde4b0b5a7ab2a4b55787fbc663f1e6b Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Wed, 21 Feb 2024 18:03:39 +0000 Subject: [PATCH] 2024-02-21 - Update translations --- .../SwagPayPal/Administration/administration.json | 3 --- .../Plugins/SwagPayPal/Storefront/storefront.json | 10 ++++++++-- .../SwagPayPal/Administration/administration.json | 3 --- .../Plugins/SwagPayPal/Storefront/storefront.json | 10 ++++++++-- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/translations/de-DE/Plugins/SwagPayPal/Administration/administration.json b/translations/de-DE/Plugins/SwagPayPal/Administration/administration.json index 9a2d6c7678..33e9e0b4ee 100644 --- a/translations/de-DE/Plugins/SwagPayPal/Administration/administration.json +++ b/translations/de-DE/Plugins/SwagPayPal/Administration/administration.json @@ -375,9 +375,6 @@ "enableACDC": { "label": "Vaulting für Kredit- und Debitkarten-Zahlungen verwenden" }, - "enableAlways": { - "label": "Vaulting im Paypal-Checkout vorausgewählt" - }, "enableWallet": { "label": "Vaulting für PayPal-Zahlungen aktivieren" } diff --git a/translations/de-DE/Plugins/SwagPayPal/Storefront/storefront.json b/translations/de-DE/Plugins/SwagPayPal/Storefront/storefront.json index ac71b436af..59c3854ead 100644 --- a/translations/de-DE/Plugins/SwagPayPal/Storefront/storefront.json +++ b/translations/de-DE/Plugins/SwagPayPal/Storefront/storefront.json @@ -57,8 +57,14 @@ "description": "Einfach, schnell und sicher bezahlen - Bitte wählen Sie eine dieser Zahlungsmethoden auf der Bestellabschlussseite." }, "vault": { - "clearAccount": "Konto entfernen", - "createToken": "Konto für zukünftige Käufe speichern" + "account": { + "clear": "Konto entfernen", + "create": "Konto für zukünftige Käufe speichern" + }, + "card": { + "clear": "Karte entfernen", + "create": "Karte für zukünftige Käufe speichern" + } } } } diff --git a/translations/en-GB/Plugins/SwagPayPal/Administration/administration.json b/translations/en-GB/Plugins/SwagPayPal/Administration/administration.json index 8c662d00c6..599399433e 100644 --- a/translations/en-GB/Plugins/SwagPayPal/Administration/administration.json +++ b/translations/en-GB/Plugins/SwagPayPal/Administration/administration.json @@ -375,9 +375,6 @@ "enableACDC": { "label": "Eanable Vaulting for credit and debit cards" }, - "enableAlways": { - "label": "Preselect Vaulting on Paypal checkout" - }, "enableWallet": { "label": "Enable Vaulting for PayPal payments" } diff --git a/translations/en-GB/Plugins/SwagPayPal/Storefront/storefront.json b/translations/en-GB/Plugins/SwagPayPal/Storefront/storefront.json index 93372dfe95..1e7ae2f4fb 100644 --- a/translations/en-GB/Plugins/SwagPayPal/Storefront/storefront.json +++ b/translations/en-GB/Plugins/SwagPayPal/Storefront/storefront.json @@ -57,8 +57,14 @@ "description": "Pay easy, fast and secure - Please choose one of these payment methods on the confirm page." }, "vault": { - "clearAccount": "Remove account", - "createToken": "Remember account for future purchases" + "account": { + "clear": "Remove account", + "create": "Remember account for future purchases" + }, + "card": { + "clear": "Remove card", + "create": "Remember card for future purchases" + } } } }