@ikas/storefront-assets 4.5.0-beta.1 → 4.5.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/checkout/de.js +3 -3
  2. package/package.json +3 -3
package/checkout/de.js CHANGED
@@ -13,7 +13,7 @@ module.exports = {
13
13
  sendMessage: "Nachricht senden",
14
14
  continueWithShipping: "Weiter mit Versand",
15
15
  continueWithPayment: "Weiter mit Zahlung",
16
- completeOrder: "Complete the Order",
16
+ completeOrder: "Bestellung abschließen",
17
17
  backToShopping: "Bestellung abschließen",
18
18
  backToCart: "Zurück zum Warenkorb",
19
19
  addToCart: "Zum Warenkorb hinzufügen",
@@ -80,7 +80,7 @@ module.exports = {
80
80
 
81
81
  free: "Kostenlos",
82
82
  standartShipping: "Standardversand",
83
- returnPolicy: "Rückgaberecht",
83
+ returnPolicy: "Widerrufsrecht",
84
84
  privacyPolicy: "Datenschutzerklärung",
85
85
  termsOfService: "Geschäftsbedingungen",
86
86
  imprint: "Impressum",
@@ -104,7 +104,7 @@ module.exports = {
104
104
  ackPrivacyPolicy: "Datenschutzerklärung",
105
105
  ackTermsOfService: "Geschäftsbedingungen",
106
106
  ackPoliciesSentence:
107
- "I akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
107
+ "Ich akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
108
108
 
109
109
  securePaymentTooltip: "Alle Zahlungen sind sicher und verschlüsselt",
110
110
  giftPackage: "Geschenkpaket",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.5.0-beta.1",
3
+ "version": "4.5.0-beta.11",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",
7
7
  "main": "index.js",
8
8
  "files": [
9
- "./index.js",
10
- "./checkout"
9
+ "index.js",
10
+ "checkout"
11
11
  ],
12
12
  "scripts": {
13
13
  "pack": "npm pack",