@vendure/dashboard 3.6.4-master-202605290309 → 3.6.4
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/package.json +3 -3
- package/src/app/common/duplicate-entity-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx +2 -1
- package/src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx +133 -32
- package/src/i18n/locales/ar.po +97 -78
- package/src/i18n/locales/bg.po +97 -78
- package/src/i18n/locales/cs.po +97 -78
- package/src/i18n/locales/de.po +97 -78
- package/src/i18n/locales/en.po +97 -78
- package/src/i18n/locales/es.po +97 -78
- package/src/i18n/locales/fa.po +97 -78
- package/src/i18n/locales/fr.po +97 -78
- package/src/i18n/locales/he.po +97 -78
- package/src/i18n/locales/hr.po +97 -78
- package/src/i18n/locales/hu.po +97 -78
- package/src/i18n/locales/it.po +97 -78
- package/src/i18n/locales/ja.po +97 -78
- package/src/i18n/locales/nb.po +97 -78
- package/src/i18n/locales/ne.po +97 -78
- package/src/i18n/locales/nl.po +97 -78
- package/src/i18n/locales/pl.po +97 -78
- package/src/i18n/locales/pt_BR.po +97 -78
- package/src/i18n/locales/pt_PT.po +97 -78
- package/src/i18n/locales/ro.po +97 -78
- package/src/i18n/locales/ru.po +97 -78
- package/src/i18n/locales/sv.po +97 -78
- package/src/i18n/locales/tr.po +97 -78
- package/src/i18n/locales/uk.po +97 -78
- package/src/i18n/locales/zh_Hans.po +97 -78
- package/src/i18n/locales/zh_Hant.po +97 -78
- package/src/lib/components/data-input/affixed-input.tsx +2 -0
- package/src/lib/components/data-input/default-relation-input.tsx +60 -0
- package/src/lib/components/data-input/select-with-options.tsx +12 -5
- package/src/lib/components/shared/configurable-operation-multi-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-selector.tsx +2 -1
- package/src/lib/components/shared/configurable-operation-utils.spec.ts +49 -0
- package/src/lib/components/shared/configurable-operation-utils.ts +18 -0
- package/src/lib/framework/form-engine/form-schema-tools.spec.ts +39 -0
- package/src/lib/framework/form-engine/form-schema-tools.ts +72 -2
- package/src/lib/framework/form-engine/use-generated-form.tsx +13 -10
- package/src/lib/framework/form-engine/utils.spec.ts +50 -0
- package/src/lib/framework/form-engine/utils.ts +14 -0
- package/src/lib/providers/auth.tsx +52 -13
package/src/i18n/locales/he.po
CHANGED
|
@@ -94,7 +94,7 @@ msgstr "משתמש באסטרטגיית אימות חיצונית: {strategy}"
|
|
|
94
94
|
msgid "Select a reason..."
|
|
95
95
|
msgstr "בחר סיבה..."
|
|
96
96
|
|
|
97
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
97
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:100
|
|
98
98
|
msgid "Heading 5"
|
|
99
99
|
msgstr "כותרת 5"
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@ msgstr "כותרת 5"
|
|
|
104
104
|
msgid "Failed to add payment"
|
|
105
105
|
msgstr "הוספת התשלום נכשלה"
|
|
106
106
|
|
|
107
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
107
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:730
|
|
108
108
|
msgid "Updated"
|
|
109
109
|
msgstr "עודכן"
|
|
110
110
|
|
|
@@ -113,7 +113,7 @@ msgstr "עודכן"
|
|
|
113
113
|
msgid "Failed to update global settings"
|
|
114
114
|
msgstr "עדכון ההגדרות הגלובליות נכשל"
|
|
115
115
|
|
|
116
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
116
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:78
|
|
117
117
|
msgid "Successfully fulfilled order"
|
|
118
118
|
msgstr "ההזמנה מולאה בהצלחה"
|
|
119
119
|
|
|
@@ -164,7 +164,7 @@ msgstr "סוג"
|
|
|
164
164
|
#. placeholder {0}: entityName.toLowerCase()
|
|
165
165
|
#. placeholder {0}: group.name
|
|
166
166
|
#: src/app/routes/_authenticated/_products/components/product-option-select.tsx:57
|
|
167
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
167
|
+
#: src/lib/components/data-input/default-relation-input.tsx:616
|
|
168
168
|
msgid "Select {0}"
|
|
169
169
|
msgstr "בחר {0}"
|
|
170
170
|
|
|
@@ -259,7 +259,7 @@ msgstr "בדוק שיטת משלוח זו על ידי סימולציה של הז
|
|
|
259
259
|
msgid "Stock Locations"
|
|
260
260
|
msgstr "מיקומי מלאי"
|
|
261
261
|
|
|
262
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
262
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:293
|
|
263
263
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:170
|
|
264
264
|
msgid "Fulfillment handler"
|
|
265
265
|
msgstr "מטפל במשלוח"
|
|
@@ -320,7 +320,7 @@ msgstr "הקלד לפחות 2 תווים לחיפוש..."
|
|
|
320
320
|
|
|
321
321
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:121
|
|
322
322
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:182
|
|
323
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
323
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:108
|
|
324
324
|
msgid "Last name"
|
|
325
325
|
msgstr "שם משפחה"
|
|
326
326
|
|
|
@@ -345,7 +345,7 @@ msgstr "מיקום המלאי נוצר בהצלחה"
|
|
|
345
345
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:78
|
|
346
346
|
#: src/app/routes/_authenticated/_products/components/add-option-group-dialog.tsx:120
|
|
347
347
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:166
|
|
348
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
348
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:185
|
|
349
349
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:112
|
|
350
350
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:204
|
|
351
351
|
msgid "Unknown error"
|
|
@@ -543,7 +543,7 @@ msgstr "חפש אמצעי תשלום..."
|
|
|
543
543
|
msgid "Shipping address unset for order"
|
|
544
544
|
msgstr "כתובת משלוח בוטלה להזמנה"
|
|
545
545
|
|
|
546
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
546
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:432
|
|
547
547
|
msgid "Create {enabledCount} variants"
|
|
548
548
|
msgstr "יצירת {enabledCount} גרסאות"
|
|
549
549
|
|
|
@@ -580,7 +580,7 @@ msgid "Successfully updated product option"
|
|
|
580
580
|
msgstr "אפשרות מוצר עודכנה בהצלחה"
|
|
581
581
|
|
|
582
582
|
#: src/app/routes/_authenticated/_product-variants/components/product-variant-bulk-actions.tsx:95
|
|
583
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
583
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:159
|
|
584
584
|
#: src/app/routes/_authenticated/_products/components/product-bulk-actions.tsx:89
|
|
585
585
|
msgid "Edit facet values"
|
|
586
586
|
msgstr "ערוך ערכי מאפיינים"
|
|
@@ -690,7 +690,7 @@ msgid "Failed to set shipping method for order: {0}"
|
|
|
690
690
|
msgstr ""
|
|
691
691
|
|
|
692
692
|
#: src/app/routes/_authenticated/_option-groups/components/option-group-products-block.tsx:48
|
|
693
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
693
|
+
#: src/lib/components/data-table/data-table.tsx:378
|
|
694
694
|
msgid "Filter..."
|
|
695
695
|
msgstr "סנן..."
|
|
696
696
|
|
|
@@ -750,7 +750,7 @@ msgstr "השלם טיוטה"
|
|
|
750
750
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:169
|
|
751
751
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:104
|
|
752
752
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:103
|
|
753
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
753
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:70
|
|
754
754
|
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:131
|
|
755
755
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:120
|
|
756
756
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$groupId.options_.$id.tsx:202
|
|
@@ -769,9 +769,9 @@ msgstr "השלם טיוטה"
|
|
|
769
769
|
msgid "Name"
|
|
770
770
|
msgstr "שם"
|
|
771
771
|
|
|
772
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
773
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
774
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
772
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:81
|
|
773
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:87
|
|
774
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:189
|
|
775
775
|
msgid "Failed to fulfill order"
|
|
776
776
|
msgstr "מילוי ההזמנה נכשל"
|
|
777
777
|
|
|
@@ -922,7 +922,7 @@ msgid "Refresh data"
|
|
|
922
922
|
msgstr "רענן נתונים"
|
|
923
923
|
|
|
924
924
|
#. placeholder {0}: entityIds.length
|
|
925
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
925
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:162
|
|
926
926
|
msgid "Add or remove facet values for {0} {entityType}"
|
|
927
927
|
msgstr "הוסף או הסר ערכי מאפיינים עבור {0} {entityType}"
|
|
928
928
|
|
|
@@ -943,8 +943,8 @@ msgid "Failed to update zone"
|
|
|
943
943
|
msgstr "עדכון האזור נכשל"
|
|
944
944
|
|
|
945
945
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:133
|
|
946
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
947
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
946
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:120
|
|
947
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:137
|
|
948
948
|
#: src/lib/components/login/login-form.tsx:93
|
|
949
949
|
msgid "Password"
|
|
950
950
|
msgstr "סיסמה"
|
|
@@ -1032,7 +1032,7 @@ msgstr "האוסף נוצר בהצלחה"
|
|
|
1032
1032
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
1033
1033
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:298
|
|
1034
1034
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:298
|
|
1035
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1035
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:290
|
|
1036
1036
|
#: src/lib/components/layout/language-dialog.tsx:136
|
|
1037
1037
|
msgid "Price"
|
|
1038
1038
|
msgstr "מחיר"
|
|
@@ -1180,7 +1180,7 @@ msgstr "התשלום הועבר"
|
|
|
1180
1180
|
msgid "Remaining:"
|
|
1181
1181
|
msgstr "נותר:"
|
|
1182
1182
|
|
|
1183
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1183
|
+
#: src/app/common/duplicate-entity-dialog.tsx:104
|
|
1184
1184
|
msgid "No duplicator found with code \"{duplicatorCode}\" for {entityName}s"
|
|
1185
1185
|
msgstr "לא נמצא משכפל עם קוד \"{duplicatorCode}\" עבור {entityName}"
|
|
1186
1186
|
|
|
@@ -1214,7 +1214,7 @@ msgstr ", {0} נבחרו"
|
|
|
1214
1214
|
msgid "No countries found"
|
|
1215
1215
|
msgstr "לא נמצאו מדינות"
|
|
1216
1216
|
|
|
1217
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
1217
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:181
|
|
1218
1218
|
msgid "Successfully created variants"
|
|
1219
1219
|
msgstr "הגרסאות נוצרו בהצלחה"
|
|
1220
1220
|
|
|
@@ -1275,8 +1275,8 @@ msgid "{cancellableCount, plural, one {Cancel {cancellableCount} job} other {Can
|
|
|
1275
1275
|
msgstr ""
|
|
1276
1276
|
|
|
1277
1277
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:399
|
|
1278
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
1279
|
-
#: src/lib/components/shared/configurable-operation-selector.tsx:
|
|
1278
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:265
|
|
1279
|
+
#: src/lib/components/shared/configurable-operation-selector.tsx:140
|
|
1280
1280
|
msgid "{buttonText}"
|
|
1281
1281
|
msgstr "{buttonText}"
|
|
1282
1282
|
|
|
@@ -1306,10 +1306,14 @@ msgid "Failed to create seller"
|
|
|
1306
1306
|
msgstr "יצירת המוכר נכשלה"
|
|
1307
1307
|
|
|
1308
1308
|
#. placeholder {0}: entityName.toLowerCase()
|
|
1309
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1309
|
+
#: src/app/common/duplicate-entity-dialog.tsx:88
|
|
1310
1310
|
msgid "Configure duplication settings for {0}s"
|
|
1311
1311
|
msgstr "הגדרת אפשרויות שכפול עבור {0}s"
|
|
1312
1312
|
|
|
1313
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:304
|
|
1314
|
+
msgid "No variants match the current filter."
|
|
1315
|
+
msgstr "אין וריאנטים התואמים את הסינון הנוכחי."
|
|
1316
|
+
|
|
1313
1317
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:203
|
|
1314
1318
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:245
|
|
1315
1319
|
msgid "Addresses"
|
|
@@ -1419,7 +1423,7 @@ msgstr "גודל"
|
|
|
1419
1423
|
msgid "No translation found for {0}"
|
|
1420
1424
|
msgstr "לא נמצא תרגום עבור {0}"
|
|
1421
1425
|
|
|
1422
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
1426
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:92
|
|
1423
1427
|
msgid "New Customer"
|
|
1424
1428
|
msgstr "לקוח חדש"
|
|
1425
1429
|
|
|
@@ -1480,7 +1484,7 @@ msgstr "שינוי שם התצוגה נכשל"
|
|
|
1480
1484
|
msgid "Available"
|
|
1481
1485
|
msgstr "זמין"
|
|
1482
1486
|
|
|
1483
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1487
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:95
|
|
1484
1488
|
msgid "Normal"
|
|
1485
1489
|
msgstr "רגיל"
|
|
1486
1490
|
|
|
@@ -1523,7 +1527,7 @@ msgstr "הכתובת עודכנה בהצלחה"
|
|
|
1523
1527
|
#: src/app/routes/_authenticated/_api-keys/api-keys_.$id.tsx:226
|
|
1524
1528
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:124
|
|
1525
1529
|
#: src/lib/components/shared/asset/asset-gallery.tsx:747
|
|
1526
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1530
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:717
|
|
1527
1531
|
msgid "Created"
|
|
1528
1532
|
msgstr "נוצר"
|
|
1529
1533
|
|
|
@@ -1561,16 +1565,16 @@ msgstr "אפשרות מוצר חדשה"
|
|
|
1561
1565
|
msgid "Go to last page"
|
|
1562
1566
|
msgstr "עבור לעמוד האחרון"
|
|
1563
1567
|
|
|
1564
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1568
|
+
#: src/app/common/duplicate-entity-dialog.tsx:113
|
|
1565
1569
|
#: src/app/routes/_authenticated/_api-keys/components/rotate-api-key-button.tsx:61
|
|
1566
1570
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1567
1571
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:418
|
|
1568
1572
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1569
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1573
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:311
|
|
1570
1574
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:352
|
|
1571
1575
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:358
|
|
1572
1576
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1573
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1577
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:273
|
|
1574
1578
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:493
|
|
1575
1579
|
#: src/app/routes/_authenticated/_system/settings-store.tsx:140
|
|
1576
1580
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:370
|
|
@@ -1714,9 +1718,9 @@ msgstr "{operator}"
|
|
|
1714
1718
|
msgid "Refund required"
|
|
1715
1719
|
msgstr "נדרש החזר"
|
|
1716
1720
|
|
|
1717
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1718
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1719
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1721
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:222
|
|
1722
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:228
|
|
1723
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:317
|
|
1720
1724
|
msgid "Fulfill order"
|
|
1721
1725
|
msgstr "מלא הזמנה"
|
|
1722
1726
|
|
|
@@ -1729,7 +1733,7 @@ msgctxt "date-range"
|
|
|
1729
1733
|
msgid "Last 30 days"
|
|
1730
1734
|
msgstr "30 הימים האחרונים"
|
|
1731
1735
|
|
|
1732
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1736
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:238
|
|
1733
1737
|
msgid "No facet values"
|
|
1734
1738
|
msgstr "אין ערכי מאפיינים"
|
|
1735
1739
|
|
|
@@ -1765,9 +1769,9 @@ msgstr "ההחזר סולק בהצלחה"
|
|
|
1765
1769
|
#: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:51
|
|
1766
1770
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
1767
1771
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
1768
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
1772
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:279
|
|
1769
1773
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
1770
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1774
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:92
|
|
1771
1775
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
1772
1776
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
1773
1777
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:78
|
|
@@ -1780,7 +1784,7 @@ msgstr "ההחזר סולק בהצלחה"
|
|
|
1780
1784
|
msgid "Update"
|
|
1781
1785
|
msgstr "עדכן"
|
|
1782
1786
|
|
|
1783
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
1787
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:97
|
|
1784
1788
|
msgid "Heading 2"
|
|
1785
1789
|
msgstr "כותרת 2"
|
|
1786
1790
|
|
|
@@ -1788,7 +1792,7 @@ msgstr "כותרת 2"
|
|
|
1788
1792
|
msgid "Order placed"
|
|
1789
1793
|
msgstr "ההזמנה בוצעה"
|
|
1790
1794
|
|
|
1791
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
1795
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:71
|
|
1792
1796
|
msgid "Successfully updated profile"
|
|
1793
1797
|
msgstr "הפרופיל עודכן בהצלחה"
|
|
1794
1798
|
|
|
@@ -1822,7 +1826,7 @@ msgstr "סנן לפי שם אוסף"
|
|
|
1822
1826
|
msgid "Note added"
|
|
1823
1827
|
msgstr "ההערה נוספה"
|
|
1824
1828
|
|
|
1825
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
1829
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:231
|
|
1826
1830
|
msgid "Select quantities to fulfill and configure the fulfillment handler"
|
|
1827
1831
|
msgstr "בחר כמויות למילוי והגדר את מטפל המשלוח"
|
|
1828
1832
|
|
|
@@ -1835,12 +1839,12 @@ msgid "Starts at"
|
|
|
1835
1839
|
msgstr "מתחיל ב"
|
|
1836
1840
|
|
|
1837
1841
|
#: src/app/common/duplicate-bulk-action.tsx:131
|
|
1838
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
1842
|
+
#: src/app/common/duplicate-entity-dialog.tsx:116
|
|
1839
1843
|
#: src/lib/components/data-table/views-sheet.tsx:244
|
|
1840
1844
|
msgid "Duplicate"
|
|
1841
1845
|
msgstr "שכפל"
|
|
1842
1846
|
|
|
1843
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1847
|
+
#: src/lib/components/data-table/data-table.tsx:588
|
|
1844
1848
|
#: src/lib/components/shared/customer-group-selector.tsx:56
|
|
1845
1849
|
msgid "No results"
|
|
1846
1850
|
msgstr "אין תוצאות"
|
|
@@ -1945,6 +1949,10 @@ msgstr "לקריאה בלבד"
|
|
|
1945
1949
|
msgid "Failed to duplicate global view"
|
|
1946
1950
|
msgstr "שכפול התצוגה הגלובלית נכשל"
|
|
1947
1951
|
|
|
1952
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:254
|
|
1953
|
+
msgid "Showing {shown} of {total} • {selected} selected"
|
|
1954
|
+
msgstr "מציג {shown} מתוך {total} • {selected} נבחרו"
|
|
1955
|
+
|
|
1948
1956
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-shipping-method-sheet.tsx:37
|
|
1949
1957
|
msgid "Test Shipping Method"
|
|
1950
1958
|
msgstr "בדוק שיטת משלוח"
|
|
@@ -2438,7 +2446,7 @@ msgstr "הלקוח הוגדר להזמנה"
|
|
|
2438
2446
|
msgid "Facets"
|
|
2439
2447
|
msgstr "מאפיינים"
|
|
2440
2448
|
|
|
2441
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2449
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:293
|
|
2442
2450
|
msgid "Stock on Hand"
|
|
2443
2451
|
msgstr "מלאי זמין"
|
|
2444
2452
|
|
|
@@ -2606,7 +2614,7 @@ msgid "Billing address"
|
|
|
2606
2614
|
msgstr "כתובת חיוב"
|
|
2607
2615
|
|
|
2608
2616
|
#: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:131
|
|
2609
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2617
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:172
|
|
2610
2618
|
msgid "Add facet value"
|
|
2611
2619
|
msgstr "הוסף ערך מאפיין"
|
|
2612
2620
|
|
|
@@ -2700,7 +2708,7 @@ msgstr "אפשרויות מוצר"
|
|
|
2700
2708
|
msgid "Select country"
|
|
2701
2709
|
msgstr "בחר מדינה"
|
|
2702
2710
|
|
|
2703
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2711
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:427
|
|
2704
2712
|
msgid "Creating..."
|
|
2705
2713
|
msgstr "יוצר..."
|
|
2706
2714
|
|
|
@@ -2712,7 +2720,7 @@ msgstr "האם אתה בטוח שברצונך למחוק תצוגה גלובלי
|
|
|
2712
2720
|
msgid "Force remove option group"
|
|
2713
2721
|
msgstr "הסרה מאולצת של קבוצת אפשרויות"
|
|
2714
2722
|
|
|
2715
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
2723
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:140
|
|
2716
2724
|
msgid "Added"
|
|
2717
2725
|
msgstr "נוסף"
|
|
2718
2726
|
|
|
@@ -2772,7 +2780,6 @@ msgstr "מחק תצוגה גלובלית"
|
|
|
2772
2780
|
#: src/app/routes/_authenticated/_option-groups/option-groups_.$id.tsx:160
|
|
2773
2781
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:138
|
|
2774
2782
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
2775
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:196
|
|
2776
2783
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:219
|
|
2777
2784
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:144
|
|
2778
2785
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:84
|
|
@@ -2885,8 +2892,8 @@ msgstr "שם התצוגה הגלובלית שונה בהצלחה"
|
|
|
2885
2892
|
msgid "No tags selected"
|
|
2886
2893
|
msgstr "לא נבחרו תגיות"
|
|
2887
2894
|
|
|
2888
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2889
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
2895
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:408
|
|
2896
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:417
|
|
2890
2897
|
#: src/lib/components/data-table/data-table-facet-value-faceted-filter.tsx:205
|
|
2891
2898
|
msgid "Back"
|
|
2892
2899
|
msgstr "חזרה"
|
|
@@ -2956,12 +2963,12 @@ msgstr "ההחזר עובד בהצלחה"
|
|
|
2956
2963
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:37
|
|
2957
2964
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:44
|
|
2958
2965
|
#: src/app/routes/_authenticated/_orders/components/state-transition-control.tsx:77
|
|
2959
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
2966
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:192
|
|
2960
2967
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories.tsx:44
|
|
2961
2968
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:281
|
|
2962
2969
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:284
|
|
2963
2970
|
#: src/lib/components/data-input/relation-selector.tsx:404
|
|
2964
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
2971
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:439
|
|
2965
2972
|
msgid "{0}"
|
|
2966
2973
|
msgstr "{0}"
|
|
2967
2974
|
|
|
@@ -2997,7 +3004,7 @@ msgid "Track"
|
|
|
2997
3004
|
msgstr "עקוב"
|
|
2998
3005
|
|
|
2999
3006
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:322
|
|
3000
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
3007
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:429
|
|
3001
3008
|
msgid "Create variant"
|
|
3002
3009
|
msgstr "צור גרסה"
|
|
3003
3010
|
|
|
@@ -3026,7 +3033,7 @@ msgstr "האם אתה בטוח שברצונך לעזוב דף זה? כל השי
|
|
|
3026
3033
|
msgid "Toggle header column"
|
|
3027
3034
|
msgstr "החלף עמודת כותרת"
|
|
3028
3035
|
|
|
3029
|
-
#: src/app/routes/_authenticated/_promotions/promotions.tsx:
|
|
3036
|
+
#: src/app/routes/_authenticated/_promotions/promotions.tsx:90
|
|
3030
3037
|
msgid "New Promotion"
|
|
3031
3038
|
msgstr "מבצע חדש"
|
|
3032
3039
|
|
|
@@ -3110,7 +3117,7 @@ msgstr "מדדי הזמנות"
|
|
|
3110
3117
|
msgid "Select display language"
|
|
3111
3118
|
msgstr "בחר שפת תצוגה"
|
|
3112
3119
|
|
|
3113
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3120
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:128
|
|
3114
3121
|
msgid "Authentication methods"
|
|
3115
3122
|
msgstr "שיטות אימות"
|
|
3116
3123
|
|
|
@@ -3227,7 +3234,7 @@ msgstr "טען עוד {0} ({remaining} נותרו)"
|
|
|
3227
3234
|
msgid "Facet values"
|
|
3228
3235
|
msgstr "ערכי מאפיינים"
|
|
3229
3236
|
|
|
3230
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3237
|
+
#: src/lib/components/data-table/data-table.tsx:237
|
|
3231
3238
|
msgid "Failed to reorder items"
|
|
3232
3239
|
msgstr "נכשל בסידור מחדש של הפריטים"
|
|
3233
3240
|
|
|
@@ -3409,7 +3416,7 @@ msgstr "פריטים הוחזרו"
|
|
|
3409
3416
|
#~ msgstr "הקצה אפשרויות לגרסה קיימת"
|
|
3410
3417
|
|
|
3411
3418
|
#. placeholder {0}: entityName.toLowerCase()
|
|
3412
|
-
#: src/app/common/duplicate-entity-dialog.tsx:
|
|
3419
|
+
#: src/app/common/duplicate-entity-dialog.tsx:85
|
|
3413
3420
|
msgid "Duplicate {0}s"
|
|
3414
3421
|
msgstr "שכפל {0}"
|
|
3415
3422
|
|
|
@@ -3441,7 +3448,7 @@ msgstr "לא פועל"
|
|
|
3441
3448
|
msgid "Assigned"
|
|
3442
3449
|
msgstr "מוקצה"
|
|
3443
3450
|
|
|
3444
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3451
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:96
|
|
3445
3452
|
msgid "Heading 1"
|
|
3446
3453
|
msgstr "כותרת 1"
|
|
3447
3454
|
|
|
@@ -3658,12 +3665,16 @@ msgstr "התצוגה הגלובלית שוכפלה בהצלחה"
|
|
|
3658
3665
|
msgid "Created by"
|
|
3659
3666
|
msgstr "נוצר על ידי"
|
|
3660
3667
|
|
|
3668
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:240
|
|
3669
|
+
msgid "Filter variants..."
|
|
3670
|
+
msgstr "סינון וריאנטים..."
|
|
3671
|
+
|
|
3661
3672
|
#: src/app/routes/_authenticated/_product-variants/components/add-currency-dropdown.tsx:35
|
|
3662
3673
|
msgid "Add a price in another currency"
|
|
3663
3674
|
msgstr "הוסף מחיר במטבע אחר"
|
|
3664
3675
|
|
|
3665
3676
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:127
|
|
3666
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
3677
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:114
|
|
3667
3678
|
msgid "Email Address or identifier"
|
|
3668
3679
|
msgstr "כתובת דוא\"ל או מזהה"
|
|
3669
3680
|
|
|
@@ -3680,7 +3691,7 @@ msgstr "ההחזר מס' {0} הועבר ל-{1}"
|
|
|
3680
3691
|
msgid "Customers"
|
|
3681
3692
|
msgstr "לקוחות"
|
|
3682
3693
|
|
|
3683
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
3694
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:99
|
|
3684
3695
|
msgid "Heading 4"
|
|
3685
3696
|
msgstr "כותרת 4"
|
|
3686
3697
|
|
|
@@ -4033,7 +4044,7 @@ msgstr "נשלח"
|
|
|
4033
4044
|
#~ msgid "Monitored Resources"
|
|
4034
4045
|
#~ msgstr "משאבים מנוטרים"
|
|
4035
4046
|
|
|
4036
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4047
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:689
|
|
4037
4048
|
msgid "Entity Information"
|
|
4038
4049
|
msgstr "מידע ישות"
|
|
4039
4050
|
|
|
@@ -4164,7 +4175,7 @@ msgstr "עדכון מפתח ה-API נכשל"
|
|
|
4164
4175
|
msgid "{title}"
|
|
4165
4176
|
msgstr "{title}"
|
|
4166
4177
|
|
|
4167
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4178
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:244
|
|
4168
4179
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:83
|
|
4169
4180
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:178
|
|
4170
4181
|
msgid "Order lines"
|
|
@@ -4272,7 +4283,7 @@ msgstr "דוא\"ל ישן:"
|
|
|
4272
4283
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
4273
4284
|
msgstr "שמור תצוגה כ\"גלובלית\" כדי להפוך אותה לזמינה לכל המשתמשים."
|
|
4274
4285
|
|
|
4275
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
4286
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:184
|
|
4276
4287
|
msgid "Failed to create variants"
|
|
4277
4288
|
msgstr "יצירת הגרסאות נכשלה"
|
|
4278
4289
|
|
|
@@ -4302,7 +4313,7 @@ msgstr "מוכר חדש"
|
|
|
4302
4313
|
msgid "e.g., Red, Large, Cotton"
|
|
4303
4314
|
msgstr "לדוגמה אדום, גדול, כותנה"
|
|
4304
4315
|
|
|
4305
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
4316
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:75
|
|
4306
4317
|
msgid "Failed to update profile"
|
|
4307
4318
|
msgstr "עדכון הפרופיל נכשל"
|
|
4308
4319
|
|
|
@@ -4322,6 +4333,10 @@ msgstr "אזורים"
|
|
|
4322
4333
|
msgid "Drop files here to upload"
|
|
4323
4334
|
msgstr "גרור קבצים לכאן כדי להעלות"
|
|
4324
4335
|
|
|
4336
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:276
|
|
4337
|
+
msgid "Toggle all visible variants"
|
|
4338
|
+
msgstr "החלפת מצב כל הווריאנטים הגלויים"
|
|
4339
|
+
|
|
4325
4340
|
#: src/app/routes/_authenticated/_customers/components/customer-status-badge.tsx:18
|
|
4326
4341
|
msgid "Verified"
|
|
4327
4342
|
msgstr "מאומת"
|
|
@@ -4477,7 +4492,7 @@ msgstr "תצוגה מקדימה"
|
|
|
4477
4492
|
|
|
4478
4493
|
#. placeholder {0}: quantity.max
|
|
4479
4494
|
#. placeholder {1}: line.quantity
|
|
4480
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4495
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:261
|
|
4481
4496
|
msgid "{0} of {1} available to fulfill"
|
|
4482
4497
|
msgstr "{0} מתוך {1} זמינים למילוי"
|
|
4483
4498
|
|
|
@@ -4726,7 +4741,7 @@ msgstr "הגדרות"
|
|
|
4726
4741
|
msgid "Settings Store"
|
|
4727
4742
|
msgstr "חנות הגדרות"
|
|
4728
4743
|
|
|
4729
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
4744
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:98
|
|
4730
4745
|
msgid "Heading 3"
|
|
4731
4746
|
msgstr "כותרת 3"
|
|
4732
4747
|
|
|
@@ -4960,7 +4975,7 @@ msgstr "שפת ברירת מחדל"
|
|
|
4960
4975
|
msgid "Token"
|
|
4961
4976
|
msgstr "טוקן"
|
|
4962
4977
|
|
|
4963
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
4978
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:315
|
|
4964
4979
|
msgid "Fulfilling..."
|
|
4965
4980
|
msgstr "ממלא..."
|
|
4966
4981
|
|
|
@@ -5056,7 +5071,7 @@ msgid "Default language"
|
|
|
5056
5071
|
msgstr "שפת ברירת מחדל"
|
|
5057
5072
|
|
|
5058
5073
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:253
|
|
5059
|
-
#: src/app/routes/_authenticated/_customers/customers.tsx:
|
|
5074
|
+
#: src/app/routes/_authenticated/_customers/customers.tsx:44
|
|
5060
5075
|
msgid "Status"
|
|
5061
5076
|
msgstr "סטטוס"
|
|
5062
5077
|
|
|
@@ -5111,6 +5126,10 @@ msgstr "יידרש תשלום נוסף בסך {formattedDiff}."
|
|
|
5111
5126
|
msgid "Track inventory by default"
|
|
5112
5127
|
msgstr "עקוב אחר מלאי כברירת מחדל"
|
|
5113
5128
|
|
|
5129
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:258
|
|
5130
|
+
msgid "{selected} of {total} selected"
|
|
5131
|
+
msgstr "{selected} מתוך {total} נבחרו"
|
|
5132
|
+
|
|
5114
5133
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:90
|
|
5115
5134
|
msgid "Successfully created shipping method"
|
|
5116
5135
|
msgstr "שיטת משלוח נוצרה בהצלחה"
|
|
@@ -5143,11 +5162,11 @@ msgid "Customer not found"
|
|
|
5143
5162
|
msgstr "הלקוח לא נמצא"
|
|
5144
5163
|
|
|
5145
5164
|
#. placeholder {0}: entityName.toLowerCase()
|
|
5146
|
-
#: src/lib/components/data-input/default-relation-input.tsx:
|
|
5165
|
+
#: src/lib/components/data-input/default-relation-input.tsx:603
|
|
5147
5166
|
msgid "Select {0}s"
|
|
5148
5167
|
msgstr "בחר {0}"
|
|
5149
5168
|
|
|
5150
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5169
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:256
|
|
5151
5170
|
msgid "New facet values to add:"
|
|
5152
5171
|
msgstr "ערכי מאפיינים חדשים להוספה:"
|
|
5153
5172
|
|
|
@@ -5158,7 +5177,7 @@ msgstr "נכשל בעיבוד ההחזר"
|
|
|
5158
5177
|
|
|
5159
5178
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:115
|
|
5160
5179
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:176
|
|
5161
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5180
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:102
|
|
5162
5181
|
msgid "First name"
|
|
5163
5182
|
msgstr "שם פרטי"
|
|
5164
5183
|
|
|
@@ -5192,7 +5211,7 @@ msgid "Unverified"
|
|
|
5192
5211
|
msgstr "לא מאומת"
|
|
5193
5212
|
|
|
5194
5213
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:111
|
|
5195
|
-
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:
|
|
5214
|
+
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:268
|
|
5196
5215
|
#: src/app/routes/_authenticated/_orders/components/order-table.tsx:78
|
|
5197
5216
|
msgid "Quantity"
|
|
5198
5217
|
msgstr "כמות"
|
|
@@ -5206,8 +5225,8 @@ msgstr "הוסף מסנן"
|
|
|
5206
5225
|
msgid "Tax category"
|
|
5207
5226
|
msgstr "קטגוריית מס"
|
|
5208
5227
|
|
|
5209
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5210
|
-
#: src/app/routes/_authenticated/_profile/profile.tsx:
|
|
5228
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:38
|
|
5229
|
+
#: src/app/routes/_authenticated/_profile/profile.tsx:84
|
|
5211
5230
|
#: src/lib/components/layout/nav-user.tsx:108
|
|
5212
5231
|
msgid "Profile"
|
|
5213
5232
|
msgstr "פרופיל"
|
|
@@ -5260,7 +5279,7 @@ msgstr "קבוצות אפשרויות"
|
|
|
5260
5279
|
msgid "Add surcharge"
|
|
5261
5280
|
msgstr "הוסף תוספת"
|
|
5262
5281
|
|
|
5263
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5282
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:202
|
|
5264
5283
|
msgid "Current facet values"
|
|
5265
5284
|
msgstr "ערכי מאפיינים נוכחיים"
|
|
5266
5285
|
|
|
@@ -5277,7 +5296,7 @@ msgctxt "date-range"
|
|
|
5277
5296
|
msgid "Last month"
|
|
5278
5297
|
msgstr "החודש שעבר"
|
|
5279
5298
|
|
|
5280
|
-
#: src/app/routes/_authenticated/_countries/countries.tsx:
|
|
5299
|
+
#: src/app/routes/_authenticated/_countries/countries.tsx:59
|
|
5281
5300
|
msgid "Add Country"
|
|
5282
5301
|
msgstr "הוסף מדינה"
|
|
5283
5302
|
|
|
@@ -5675,8 +5694,8 @@ msgstr ""
|
|
|
5675
5694
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:96
|
|
5676
5695
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:271
|
|
5677
5696
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:292
|
|
5678
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:
|
|
5679
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5697
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:198
|
|
5698
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:287
|
|
5680
5699
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:351
|
|
5681
5700
|
msgid "SKU"
|
|
5682
5701
|
msgstr "SKU"
|
|
@@ -5724,7 +5743,7 @@ msgstr "אין לך הרשאה לצפות בהגדרות השפה הגלובלי
|
|
|
5724
5743
|
msgid "Successfully created tax rate"
|
|
5725
5744
|
msgstr "שיעור המס נוצר בהצלחה"
|
|
5726
5745
|
|
|
5727
|
-
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:
|
|
5746
|
+
#: src/lib/components/shared/rich-text-editor/responsive-toolbar.tsx:101
|
|
5728
5747
|
msgid "Heading 6"
|
|
5729
5748
|
msgstr "כותרת 6"
|
|
5730
5749
|
|
|
@@ -5777,7 +5796,7 @@ msgstr "מסננים פעילים"
|
|
|
5777
5796
|
|
|
5778
5797
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:178
|
|
5779
5798
|
#: src/lib/components/data-table/data-table-active-filters-popover.tsx:54
|
|
5780
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
5799
|
+
#: src/lib/components/data-table/data-table.tsx:434
|
|
5781
5800
|
msgid "Clear all"
|
|
5782
5801
|
msgstr "נקה הכל"
|
|
5783
5802
|
|
|
@@ -5899,7 +5918,7 @@ msgstr "מספר טלפון"
|
|
|
5899
5918
|
msgid "Private"
|
|
5900
5919
|
msgstr "פרטי"
|
|
5901
5920
|
|
|
5902
|
-
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:
|
|
5921
|
+
#: src/app/routes/_authenticated/_products/components/generate-variants-panel.tsx:283
|
|
5903
5922
|
msgid "Variant"
|
|
5904
5923
|
msgstr "גרסה"
|
|
5905
5924
|
|