create-brainerce-store 1.26.0 → 1.27.2

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.
package/messages/he.json CHANGED
@@ -128,6 +128,7 @@
128
128
  "stepAddress": "כתובת",
129
129
  "stepShipping": "משלוח",
130
130
  "stepPickup": "איסוף",
131
+ "stepCustomFields": "אפשרויות",
131
132
  "stepPayment": "תשלום",
132
133
  "deliveryMethod": "שיטת משלוח",
133
134
  "shipToAddress": "משלוח לכתובת",
@@ -176,7 +177,16 @@
176
177
  "paymentTimedOut": "פג תוקף הפעלת התשלום. אנא נסו שנית.",
177
178
  "addToYourOrder": "הוסיפו להזמנה",
178
179
  "selectOptions": "בחר אפשרויות",
179
- "outOfStock": "אזל מהמלאי"
180
+ "outOfStock": "אזל מהמלאי",
181
+ "customFieldsTitle": "אפשרויות נוספות",
182
+ "customFieldsSubtitle": "בחירות אופציונליות להזמנה. ייתכן שיתווסף חיוב נוסף.",
183
+ "customFieldsApply": "המשך לתשלום",
184
+ "customFieldsApplying": "מעדכן…",
185
+ "customFieldsFailed": "שגיאה בשמירת הבחירות",
186
+ "customFieldsRequired": "חובה",
187
+ "customFieldsSelectPlaceholder": "— בחר —",
188
+ "changeOptions": "שנה אפשרויות",
189
+ "surcharges": "תוספות"
180
190
  },
181
191
  "checkoutForm": {
182
192
  "email": "אימייל",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-brainerce-store",
3
- "version": "1.26.0",
3
+ "version": "1.27.2",
4
4
  "description": "Scaffold a production-ready e-commerce storefront connected to Brainerce",
5
5
  "bin": {
6
6
  "create-brainerce-store": "dist/index.js"