Skip to content

Commit

Permalink
2024-02-21 - Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
shopwareBot authored and shopwareBot committed Feb 21, 2024
1 parent 9f153a1 commit 4b8b815
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
10 changes: 8 additions & 2 deletions translations/de-DE/Plugins/SwagPayPal/Storefront/storefront.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
10 changes: 8 additions & 2 deletions translations/en-GB/Plugins/SwagPayPal/Storefront/storefront.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 4b8b815

Please sign in to comment.