@vendure/dashboard 3.5.2-master-202512180239 → 3.5.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/dist/plugin/constants.js +21 -2
- package/dist/plugin/dashboard.plugin.d.ts +1 -0
- package/dist/plugin/dashboard.plugin.js +4 -3
- package/package.json +3 -3
- package/src/app/routeTree.gen.ts +1135 -1072
- package/src/app/routes/_authenticated/_facets/components/facet-values-sheet.tsx +4 -1
- package/src/app/routes/_authenticated/_facets/components/facet-values-table.tsx +1 -1
- package/src/app/routes/_authenticated/_facets/facets.tsx +22 -38
- package/src/app/routes/_authenticated/_orders/components/order-table-totals.tsx +16 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants.graphql.ts +0 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +2 -2
- package/src/app/routes/_authenticated/_products/products.graphql.ts +5 -0
- package/src/app/routes/_authenticated/_products/products_.$id.tsx +24 -1
- package/src/app/routes/_authenticated/_system/components/payload-dialog.tsx +9 -2
- package/src/app/routes/_authenticated/_system/job-queue.tsx +11 -2
- package/src/app/routes/_authenticated/_zones/zones.tsx +1 -0
- package/src/i18n/locales/ar.po +177 -141
- package/src/i18n/locales/cs.po +177 -141
- package/src/i18n/locales/de.po +177 -141
- package/src/i18n/locales/en.po +177 -141
- package/src/i18n/locales/es.po +177 -141
- package/src/i18n/locales/fa.po +177 -141
- package/src/i18n/locales/fr.po +177 -141
- package/src/i18n/locales/he.po +177 -141
- package/src/i18n/locales/hr.po +177 -141
- package/src/i18n/locales/it.po +177 -141
- package/src/i18n/locales/ja.po +177 -141
- package/src/i18n/locales/nb.po +177 -141
- package/src/i18n/locales/ne.po +177 -141
- package/src/i18n/locales/pl.po +177 -141
- package/src/i18n/locales/pt_BR.po +177 -141
- package/src/i18n/locales/pt_PT.po +177 -141
- package/src/i18n/locales/ru.po +177 -141
- package/src/i18n/locales/sv.po +177 -141
- package/src/i18n/locales/tr.po +177 -141
- package/src/i18n/locales/uk.po +177 -141
- package/src/i18n/locales/zh_Hans.po +177 -141
- package/src/i18n/locales/zh_Hant.po +177 -141
- package/src/lib/components/data-table/data-table-context.tsx +18 -3
- package/src/lib/components/data-table/global-views-bar.tsx +1 -1
- package/src/lib/components/data-table/save-view-dialog.tsx +21 -0
- package/src/lib/components/data-table/use-generated-columns.tsx +56 -24
- package/src/lib/components/data-table/views-sheet.tsx +1 -1
- package/src/lib/components/layout/channel-switcher.tsx +7 -5
- package/src/lib/components/layout/nav-main.tsx +2 -2
- package/src/lib/components/shared/alerts.tsx +3 -1
- package/src/lib/components/shared/assign-to-channel-bulk-action.tsx +10 -10
- package/src/lib/components/shared/assign-to-channel-dialog.tsx +1 -1
- package/src/lib/components/shared/assigned-channels.tsx +108 -0
- package/src/lib/components/shared/assigned-facet-values.tsx +5 -7
- package/src/lib/components/shared/channel-chip.tsx +43 -0
- package/src/lib/components/ui/dropdown-menu.tsx +4 -1
- package/src/lib/components/ui/sidebar.tsx +2 -1
- package/src/lib/hooks/use-saved-views.ts +1 -0
- package/src/lib/providers/channel-provider.tsx +7 -1
- package/src/lib/types/saved-views.ts +3 -0
package/src/i18n/locales/he.po
CHANGED
|
@@ -25,6 +25,31 @@ msgstr "שגיאה בהרחבת שאילתה"
|
|
|
25
25
|
msgid "The page will continue with the default query."
|
|
26
26
|
msgstr "הדף ימשיך עם שאילתת ברירת המחדל."
|
|
27
27
|
|
|
28
|
+
#. js-lingui-explicit-id
|
|
29
|
+
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
30
|
+
msgid "Failed to extend query document"
|
|
31
|
+
msgstr "הרחבת מסמך השאילתה נכשלה"
|
|
32
|
+
|
|
33
|
+
#. js-lingui-explicit-id
|
|
34
|
+
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
35
|
+
msgid "Query extension is invalid: must have at least one top-level field"
|
|
36
|
+
msgstr "הרחבת השאילתה אינה תקינה: חייב להיות לפחות שדה אחד ברמה העליונה"
|
|
37
|
+
|
|
38
|
+
#. js-lingui-explicit-id
|
|
39
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
40
|
+
msgid "Query extension mismatch: "
|
|
41
|
+
msgstr "אי-התאמה בהרחבת שאילתה:"
|
|
42
|
+
|
|
43
|
+
#. js-lingui-explicit-id
|
|
44
|
+
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
45
|
+
msgid "Query extension contains invalid GraphQL syntax"
|
|
46
|
+
msgstr "הרחבת השאילתה מכילה תחביר GraphQL לא תקין"
|
|
47
|
+
|
|
48
|
+
#. js-lingui-explicit-id
|
|
49
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
50
|
+
msgid "Query extension error: "
|
|
51
|
+
msgstr "שגיאה בהרחבת שאילתה:"
|
|
52
|
+
|
|
28
53
|
#. js-lingui-explicit-id
|
|
29
54
|
#: src/lib/framework/defaults.ts:16
|
|
30
55
|
msgid "Insights"
|
|
@@ -191,36 +216,16 @@ msgstr "ווידג'ט הזמנות אחרונות"
|
|
|
191
216
|
msgid "Orders Summary Widget"
|
|
192
217
|
msgstr "ווידג'ט סיכום הזמנות"
|
|
193
218
|
|
|
194
|
-
#. js-lingui-explicit-id
|
|
195
|
-
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
196
|
-
msgid "Failed to extend query document"
|
|
197
|
-
msgstr "הרחבת מסמך השאילתה נכשלה"
|
|
198
|
-
|
|
199
|
-
#. js-lingui-explicit-id
|
|
200
|
-
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
201
|
-
msgid "Query extension is invalid: must have at least one top-level field"
|
|
202
|
-
msgstr "הרחבת השאילתה אינה תקינה: חייב להיות לפחות שדה אחד ברמה העליונה"
|
|
203
|
-
|
|
204
|
-
#. js-lingui-explicit-id
|
|
205
|
-
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
206
|
-
msgid "Query extension mismatch: "
|
|
207
|
-
msgstr "אי-התאמה בהרחבת שאילתה:"
|
|
208
|
-
|
|
209
|
-
#. js-lingui-explicit-id
|
|
210
|
-
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
211
|
-
msgid "Query extension contains invalid GraphQL syntax"
|
|
212
|
-
msgstr "הרחבת השאילתה מכילה תחביר GraphQL לא תקין"
|
|
213
|
-
|
|
214
|
-
#. js-lingui-explicit-id
|
|
215
|
-
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
216
|
-
msgid "Query extension error: "
|
|
217
|
-
msgstr "שגיאה בהרחבת שאילתה:"
|
|
218
|
-
|
|
219
219
|
#. js-lingui-explicit-id
|
|
220
220
|
#: src/lib/framework/alert/search-index-buffer-alert/search-index-buffer-alert.ts:35
|
|
221
221
|
msgid "Running pending search index updates"
|
|
222
222
|
msgstr "מריץ עדכוני אינדקס חיפוש ממתינים"
|
|
223
223
|
|
|
224
|
+
#. js-lingui-explicit-id
|
|
225
|
+
#: src/lib/components/data-input/string-list-input.tsx:237
|
|
226
|
+
msgid "Type and press Enter or comma to add..."
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
224
229
|
#. js-lingui-explicit-id
|
|
225
230
|
#: src/i18n/common-strings.ts:7
|
|
226
231
|
msgid "fulfillmentState.Created"
|
|
@@ -750,7 +755,7 @@ msgid "{0} customers"
|
|
|
750
755
|
msgstr "{0} לקוחות"
|
|
751
756
|
|
|
752
757
|
#. placeholder {0}: selectedIds.length
|
|
753
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
758
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:398
|
|
754
759
|
msgid "{0} items selected"
|
|
755
760
|
msgstr "{0} פריטים נבחרו"
|
|
756
761
|
|
|
@@ -771,14 +776,14 @@ msgstr "{0} נבחרו"
|
|
|
771
776
|
msgid "{0} variants"
|
|
772
777
|
msgstr "{0} גרסאות"
|
|
773
778
|
|
|
774
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
775
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
779
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:393
|
|
780
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:223
|
|
776
781
|
#: src/lib/components/shared/configurable-operation-selector.tsx:135
|
|
777
782
|
msgid "{buttonText}"
|
|
778
783
|
msgstr "{buttonText}"
|
|
779
784
|
|
|
780
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
781
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
785
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:109
|
|
786
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:137
|
|
782
787
|
msgid "{label}"
|
|
783
788
|
msgstr "{label}"
|
|
784
789
|
|
|
@@ -817,7 +822,7 @@ msgstr "נדרש החזר כספי של {formattedDiff}. בחר סכומי תש
|
|
|
817
822
|
msgid "Actions"
|
|
818
823
|
msgstr "פעולות"
|
|
819
824
|
|
|
820
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
825
|
+
#: src/lib/components/layout/channel-switcher.tsx:171
|
|
821
826
|
msgctxt "active language"
|
|
822
827
|
msgid "Active"
|
|
823
828
|
msgstr "פעיל"
|
|
@@ -847,6 +852,10 @@ msgstr "הוסף קבוצת אפשרויות נוספת"
|
|
|
847
852
|
msgid "Add asset"
|
|
848
853
|
msgstr "הוסף קובץ"
|
|
849
854
|
|
|
855
|
+
#: src/lib/components/layout/channel-switcher.tsx:204
|
|
856
|
+
msgid "Add channel"
|
|
857
|
+
msgstr ""
|
|
858
|
+
|
|
850
859
|
#: src/lib/components/shared/rich-text-editor/table-edit-icons.tsx:151
|
|
851
860
|
msgid "Add column after"
|
|
852
861
|
msgstr "הוסף עמודה אחרי"
|
|
@@ -968,7 +977,7 @@ msgstr "הוסף שורה לפני"
|
|
|
968
977
|
msgid "Add stock level for another location"
|
|
969
978
|
msgstr "הוסף רמת מלאי למיקום אחר"
|
|
970
979
|
|
|
971
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
980
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:182
|
|
972
981
|
msgid "Add Stock to Location"
|
|
973
982
|
msgstr "הוסף מלאי למיקום"
|
|
974
983
|
|
|
@@ -1045,7 +1054,11 @@ msgstr "מנהלים"
|
|
|
1045
1054
|
msgid "after"
|
|
1046
1055
|
msgstr "אחרי"
|
|
1047
1056
|
|
|
1048
|
-
#: src/
|
|
1057
|
+
#: src/lib/components/shared/alerts.tsx:33
|
|
1058
|
+
msgid "Alerts"
|
|
1059
|
+
msgstr ""
|
|
1060
|
+
|
|
1061
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:66
|
|
1049
1062
|
msgid "All resources are up and running"
|
|
1050
1063
|
msgstr "כל המשאבים פעילים"
|
|
1051
1064
|
|
|
@@ -1065,8 +1078,8 @@ msgstr "יידרש תשלום נוסף בסך {formattedDiff}."
|
|
|
1065
1078
|
msgid "AND"
|
|
1066
1079
|
msgstr "וגם"
|
|
1067
1080
|
|
|
1068
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1069
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1081
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:164
|
|
1082
|
+
#: src/lib/components/shared/customer-address-form.tsx:155
|
|
1070
1083
|
msgid "Apartment, suite, etc."
|
|
1071
1084
|
msgstr "דירה, יחידה וכו'"
|
|
1072
1085
|
|
|
@@ -1127,6 +1140,12 @@ msgstr "האם אתה בטוח שברצונך למחוק תצוגה זו? לא
|
|
|
1127
1140
|
msgid "Are you sure you want to navigate away from this page? Any unsaved changes will be lost."
|
|
1128
1141
|
msgstr "האם אתה בטוח שברצונך לעזוב דף זה? כל השינויים שלא נשמרו יאבדו."
|
|
1129
1142
|
|
|
1143
|
+
#. placeholder {0}: selection.length
|
|
1144
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
1145
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:51
|
|
1146
|
+
msgid "Are you sure you want to remove {0} {1} from this zone?"
|
|
1147
|
+
msgstr ""
|
|
1148
|
+
|
|
1130
1149
|
#. placeholder {0}: selection.length
|
|
1131
1150
|
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:84
|
|
1132
1151
|
msgid "Are you sure you want to remove {0} {entityType} from the current channel?"
|
|
@@ -1171,7 +1190,7 @@ msgstr "מטבעות זמינים"
|
|
|
1171
1190
|
msgid "Available languages"
|
|
1172
1191
|
msgstr "שפות זמינות"
|
|
1173
1192
|
|
|
1174
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1193
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:345
|
|
1175
1194
|
msgid "Available Languages"
|
|
1176
1195
|
msgstr "שפות זמינות"
|
|
1177
1196
|
|
|
@@ -1195,7 +1214,7 @@ msgstr "לפני"
|
|
|
1195
1214
|
msgid "between"
|
|
1196
1215
|
msgstr "בין"
|
|
1197
1216
|
|
|
1198
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1217
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:270
|
|
1199
1218
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:260
|
|
1200
1219
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:450
|
|
1201
1220
|
msgid "Billing address"
|
|
@@ -1226,22 +1245,22 @@ msgstr "מחשבון"
|
|
|
1226
1245
|
#: src/app/common/duplicate-entity-dialog.tsx:108
|
|
1227
1246
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1228
1247
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:413
|
|
1229
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1248
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:337
|
|
1230
1249
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1231
1250
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:304
|
|
1232
1251
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:350
|
|
1233
1252
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1234
1253
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:270
|
|
1235
1254
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:364
|
|
1236
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1255
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:122
|
|
1237
1256
|
#: src/lib/components/data-table/use-generated-columns.tsx:359
|
|
1238
1257
|
#: src/lib/components/data-table/views-sheet.tsx:217
|
|
1239
1258
|
#: src/lib/components/data-table/views-sheet.tsx:295
|
|
1240
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1259
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:400
|
|
1241
1260
|
#: src/lib/components/shared/asset/asset-focal-point-editor.tsx:88
|
|
1242
1261
|
#: src/lib/components/shared/assign-to-channel-dialog.tsx:122
|
|
1243
1262
|
#: src/lib/components/shared/confirmation-dialog.tsx:43
|
|
1244
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1263
|
+
#: src/lib/components/shared/customer-address-form.tsx:328
|
|
1245
1264
|
#: src/lib/components/shared/navigation-confirmation.tsx:55
|
|
1246
1265
|
#: src/lib/components/shared/rich-text-editor/image-dialog.tsx:205
|
|
1247
1266
|
#: src/lib/components/shared/rich-text-editor/link-dialog.tsx:142
|
|
@@ -1272,7 +1291,7 @@ msgstr "ערוץ"
|
|
|
1272
1291
|
msgid "Channel defaults"
|
|
1273
1292
|
msgstr "ברירות מחדל של ערוץ"
|
|
1274
1293
|
|
|
1275
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1294
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:328
|
|
1276
1295
|
msgid "Channel Languages"
|
|
1277
1296
|
msgstr "שפות ערוץ"
|
|
1278
1297
|
|
|
@@ -1280,13 +1299,13 @@ msgstr "שפות ערוץ"
|
|
|
1280
1299
|
#: src/app/routes/_authenticated/_channels/channels.tsx:16
|
|
1281
1300
|
#: src/app/routes/_authenticated/_channels/channels.tsx:24
|
|
1282
1301
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:115
|
|
1283
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1302
|
+
#: src/lib/components/layout/channel-switcher.tsx:121
|
|
1284
1303
|
msgid "Channels"
|
|
1285
1304
|
msgstr "ערוצים"
|
|
1286
1305
|
|
|
1287
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1306
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:185
|
|
1288
1307
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:196
|
|
1289
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1308
|
+
#: src/lib/components/shared/customer-address-form.tsx:176
|
|
1290
1309
|
msgid "City"
|
|
1291
1310
|
msgstr "עיר"
|
|
1292
1311
|
|
|
@@ -1295,7 +1314,7 @@ msgid "Clear"
|
|
|
1295
1314
|
msgstr "נקה"
|
|
1296
1315
|
|
|
1297
1316
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:180
|
|
1298
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1317
|
+
#: src/lib/components/data-table/data-table.tsx:304
|
|
1299
1318
|
msgid "Clear all"
|
|
1300
1319
|
msgstr "נקה הכל"
|
|
1301
1320
|
|
|
@@ -1321,6 +1340,7 @@ msgstr "לחץ על \"הרץ בדיקה\" כדי לבדוק שיטת משלוח
|
|
|
1321
1340
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:187
|
|
1322
1341
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:104
|
|
1323
1342
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:149
|
|
1343
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:61
|
|
1324
1344
|
#: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:78
|
|
1325
1345
|
msgid "Code"
|
|
1326
1346
|
msgstr "קוד"
|
|
@@ -1343,9 +1363,9 @@ msgstr "אוספים הועברו בהצלחה"
|
|
|
1343
1363
|
msgid "Column settings"
|
|
1344
1364
|
msgstr "הגדרות עמודות"
|
|
1345
1365
|
|
|
1346
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1366
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:126
|
|
1347
1367
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:165
|
|
1348
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1368
|
+
#: src/lib/components/shared/customer-address-form.tsx:117
|
|
1349
1369
|
msgid "Company"
|
|
1350
1370
|
msgstr "חברה"
|
|
1351
1371
|
|
|
@@ -1358,7 +1378,7 @@ msgstr "השלם טיוטה"
|
|
|
1358
1378
|
msgid "Conditions"
|
|
1359
1379
|
msgstr "תנאים"
|
|
1360
1380
|
|
|
1361
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1381
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:266
|
|
1362
1382
|
msgid "Configure available languages for your store and channels"
|
|
1363
1383
|
msgstr "הגדר שפות זמינות עבור החנות והערוצים שלך"
|
|
1364
1384
|
|
|
@@ -1367,7 +1387,7 @@ msgstr "הגדר שפות זמינות עבור החנות והערוצים של
|
|
|
1367
1387
|
msgid "Confirm"
|
|
1368
1388
|
msgstr "אשר"
|
|
1369
1389
|
|
|
1370
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1390
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:116
|
|
1371
1391
|
msgid "Confirm Action"
|
|
1372
1392
|
msgstr "אשר פעולה"
|
|
1373
1393
|
|
|
@@ -1388,7 +1408,7 @@ msgstr "מכיל"
|
|
|
1388
1408
|
msgid "Contents"
|
|
1389
1409
|
msgstr "תוכן"
|
|
1390
1410
|
|
|
1391
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1411
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:125
|
|
1392
1412
|
#: src/lib/components/shared/confirmation-dialog.tsx:52
|
|
1393
1413
|
msgid "Continue"
|
|
1394
1414
|
msgstr "המשך"
|
|
@@ -1404,9 +1424,10 @@ msgstr "העתק לאישי"
|
|
|
1404
1424
|
msgid "Countries"
|
|
1405
1425
|
msgstr "מדינות"
|
|
1406
1426
|
|
|
1407
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1427
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:240
|
|
1408
1428
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:217
|
|
1409
|
-
#: src/
|
|
1429
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:53
|
|
1430
|
+
#: src/lib/components/shared/customer-address-form.tsx:231
|
|
1410
1431
|
msgid "Country"
|
|
1411
1432
|
msgstr "מדינה"
|
|
1412
1433
|
|
|
@@ -1432,7 +1453,7 @@ msgstr "קוד קופון הוגדר עבור ההזמנה"
|
|
|
1432
1453
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
|
|
1433
1454
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
|
|
1434
1455
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
|
|
1435
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
1456
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:200
|
|
1436
1457
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:111
|
|
1437
1458
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
1438
1459
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:159
|
|
@@ -1453,7 +1474,7 @@ msgstr "צור"
|
|
|
1453
1474
|
msgid "Create \"{0}\""
|
|
1454
1475
|
msgstr "צור \"{0}\""
|
|
1455
1476
|
|
|
1456
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1477
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:182
|
|
1457
1478
|
msgid "Create {createCount} variants"
|
|
1458
1479
|
msgstr "צור {createCount} גרסאות"
|
|
1459
1480
|
|
|
@@ -1470,16 +1491,16 @@ msgstr "צור אפשרויות מוצר"
|
|
|
1470
1491
|
msgid "Create variant"
|
|
1471
1492
|
msgstr "צור גרסה"
|
|
1472
1493
|
|
|
1473
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1494
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:153
|
|
1474
1495
|
msgid "Create Variants"
|
|
1475
1496
|
msgstr "צור גרסאות"
|
|
1476
1497
|
|
|
1477
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1498
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:156
|
|
1478
1499
|
msgid "Create variants for your product"
|
|
1479
1500
|
msgstr "צור גרסאות למוצר שלך"
|
|
1480
1501
|
|
|
1481
1502
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:114
|
|
1482
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1503
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:433
|
|
1483
1504
|
msgid "Created"
|
|
1484
1505
|
msgstr "נוצר"
|
|
1485
1506
|
|
|
@@ -1488,11 +1509,11 @@ msgstr "נוצר"
|
|
|
1488
1509
|
msgid "Created at"
|
|
1489
1510
|
msgstr "נוצר ב"
|
|
1490
1511
|
|
|
1491
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1512
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:180
|
|
1492
1513
|
msgid "Creating..."
|
|
1493
1514
|
msgstr "יוצר..."
|
|
1494
1515
|
|
|
1495
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1516
|
+
#: src/lib/components/layout/channel-switcher.tsx:142
|
|
1496
1517
|
msgctxt "current channel"
|
|
1497
1518
|
msgid "Current"
|
|
1498
1519
|
msgstr "נוכחי"
|
|
@@ -1501,7 +1522,7 @@ msgstr "נוכחי"
|
|
|
1501
1522
|
msgid "Current facet values"
|
|
1502
1523
|
msgstr "ערכי מאפיינים נוכחיים"
|
|
1503
1524
|
|
|
1504
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
1525
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:54
|
|
1505
1526
|
msgid "Current status"
|
|
1506
1527
|
msgstr "מצב נוכחי"
|
|
1507
1528
|
|
|
@@ -1517,7 +1538,7 @@ msgstr "שדות מותאמים אישית"
|
|
|
1517
1538
|
msgid "Custom fields changed"
|
|
1518
1539
|
msgstr "השדות המותאמים אישית השתנו"
|
|
1519
1540
|
|
|
1520
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1541
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:245
|
|
1521
1542
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:217
|
|
1522
1543
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:403
|
|
1523
1544
|
#: src/lib/components/shared/role-code-label.tsx:8
|
|
@@ -1587,8 +1608,8 @@ msgctxt "theme"
|
|
|
1587
1608
|
msgid "Dark"
|
|
1588
1609
|
msgstr "כהה"
|
|
1589
1610
|
|
|
1590
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1591
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1611
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:322
|
|
1612
|
+
#: src/lib/components/shared/customer-address-form.tsx:313
|
|
1592
1613
|
msgid "Default Billing Address"
|
|
1593
1614
|
msgstr "כתובת חיוב ברירת מחדל"
|
|
1594
1615
|
|
|
@@ -1604,12 +1625,12 @@ msgstr "מטבע ברירת מחדל"
|
|
|
1604
1625
|
msgid "Default language"
|
|
1605
1626
|
msgstr "שפת ברירת מחדל"
|
|
1606
1627
|
|
|
1607
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1628
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:373
|
|
1608
1629
|
msgid "Default Language"
|
|
1609
1630
|
msgstr "שפת ברירת מחדל"
|
|
1610
1631
|
|
|
1611
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1612
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1632
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:302
|
|
1633
|
+
#: src/lib/components/shared/customer-address-form.tsx:293
|
|
1613
1634
|
msgid "Default Shipping Address"
|
|
1614
1635
|
msgstr "כתובת משלוח ברירת מחדל"
|
|
1615
1636
|
|
|
@@ -1706,7 +1727,7 @@ msgstr "מושבת"
|
|
|
1706
1727
|
msgid "Discount"
|
|
1707
1728
|
msgstr "הנחה"
|
|
1708
1729
|
|
|
1709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
1730
|
+
#: src/lib/components/layout/language-dialog.tsx:55
|
|
1710
1731
|
msgid "Display language"
|
|
1711
1732
|
msgstr "שפת תצוגה"
|
|
1712
1733
|
|
|
@@ -1854,6 +1875,7 @@ msgstr "הפעל"
|
|
|
1854
1875
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:105
|
|
1855
1876
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:56
|
|
1856
1877
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:58
|
|
1878
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:57
|
|
1857
1879
|
#: src/lib/components/layout/nav-user.tsx:158
|
|
1858
1880
|
msgid "Enabled"
|
|
1859
1881
|
msgstr "מופעל"
|
|
@@ -1878,7 +1900,7 @@ msgstr "הזן את מזהה העסקה לסילוק החזר זה"
|
|
|
1878
1900
|
msgid "Enter transaction ID"
|
|
1879
1901
|
msgstr "הזן מזהה עסקה"
|
|
1880
1902
|
|
|
1881
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1903
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:406
|
|
1882
1904
|
msgid "Entity Information"
|
|
1883
1905
|
msgstr "מידע ישות"
|
|
1884
1906
|
|
|
@@ -1900,7 +1922,7 @@ msgstr "שגיאה בטעינת היסטוריית הזמנה: {0}"
|
|
|
1900
1922
|
msgid "Error message"
|
|
1901
1923
|
msgstr "הודעת שגיאה"
|
|
1902
1924
|
|
|
1903
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
1925
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:124
|
|
1904
1926
|
msgid "Error transitioning to state"
|
|
1905
1927
|
msgstr "שגיאה במעבר למצב"
|
|
1906
1928
|
|
|
@@ -2125,11 +2147,11 @@ msgstr "שכפול התצוגה נכשל"
|
|
|
2125
2147
|
msgid "Failed to fulfill order"
|
|
2126
2148
|
msgstr "מילוי ההזמנה נכשל"
|
|
2127
2149
|
|
|
2128
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2150
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:295
|
|
2129
2151
|
msgid "Failed to load global settings"
|
|
2130
2152
|
msgstr "טעינת ההגדרות הגלובליות נכשלה"
|
|
2131
2153
|
|
|
2132
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2154
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:139
|
|
2133
2155
|
msgid "Failed to modify order"
|
|
2134
2156
|
msgstr "שינוי ההזמנה נכשל"
|
|
2135
2157
|
|
|
@@ -2137,6 +2159,10 @@ msgstr "שינוי ההזמנה נכשל"
|
|
|
2137
2159
|
msgid "Failed to move collections"
|
|
2138
2160
|
msgstr "העברת האוספים נכשלה"
|
|
2139
2161
|
|
|
2162
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:36
|
|
2163
|
+
msgid "Failed to remove countries from zone"
|
|
2164
|
+
msgstr ""
|
|
2165
|
+
|
|
2140
2166
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:139
|
|
2141
2167
|
msgid "Failed to remove customer from group"
|
|
2142
2168
|
msgstr "הסרת הלקוח מהקבוצה נכשלה"
|
|
@@ -2163,7 +2189,7 @@ msgstr "סילוק התשלום נכשל"
|
|
|
2163
2189
|
msgid "Failed to settle refund"
|
|
2164
2190
|
msgstr "סילוק ההחזר נכשל"
|
|
2165
2191
|
|
|
2166
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2192
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:115
|
|
2167
2193
|
msgid "Failed to transition order to state"
|
|
2168
2194
|
msgstr "מעבר ההזמנה למצב נכשל"
|
|
2169
2195
|
|
|
@@ -2219,7 +2245,7 @@ msgstr "עדכון מצב המשלוח נכשל"
|
|
|
2219
2245
|
msgid "Failed to update global settings"
|
|
2220
2246
|
msgstr "עדכון ההגדרות הגלובליות נכשל"
|
|
2221
2247
|
|
|
2222
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2248
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:92
|
|
2223
2249
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:59
|
|
2224
2250
|
msgid "Failed to update order"
|
|
2225
2251
|
msgstr "עדכון ההזמנה נכשל"
|
|
@@ -2302,7 +2328,7 @@ msgstr "סנן לפי שם אוסף"
|
|
|
2302
2328
|
msgid "Filter by tags"
|
|
2303
2329
|
msgstr "סנן לפי תגיות"
|
|
2304
2330
|
|
|
2305
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
2331
|
+
#: src/lib/components/data-table/data-table.tsx:243
|
|
2306
2332
|
msgid "Filter..."
|
|
2307
2333
|
msgstr "סנן..."
|
|
2308
2334
|
|
|
@@ -2363,7 +2389,7 @@ msgstr "משלוח מס' {0} מ-{1} ל-{2}"
|
|
|
2363
2389
|
msgid "Fulfillment created"
|
|
2364
2390
|
msgstr "המשלוח נוצר"
|
|
2365
2391
|
|
|
2366
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2392
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:280
|
|
2367
2393
|
msgid "Fulfillment details"
|
|
2368
2394
|
msgstr "פרטי משלוח"
|
|
2369
2395
|
|
|
@@ -2384,9 +2410,9 @@ msgstr "מצב המשלוח עודכן בהצלחה"
|
|
|
2384
2410
|
msgid "Fulfillment transitioned"
|
|
2385
2411
|
msgstr "המשלוח הועבר"
|
|
2386
2412
|
|
|
2387
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
2413
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:109
|
|
2388
2414
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:159
|
|
2389
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
2415
|
+
#: src/lib/components/shared/customer-address-form.tsx:100
|
|
2390
2416
|
msgid "Full Name"
|
|
2391
2417
|
msgstr "שם מלא"
|
|
2392
2418
|
|
|
@@ -2399,7 +2425,7 @@ msgstr "כללי"
|
|
|
2399
2425
|
msgid "Generate slug automatically"
|
|
2400
2426
|
msgstr "צור slug אוטומטית"
|
|
2401
2427
|
|
|
2402
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2428
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:275
|
|
2403
2429
|
msgid "Global Languages"
|
|
2404
2430
|
msgstr "שפות גלובליות"
|
|
2405
2431
|
|
|
@@ -2480,7 +2506,7 @@ msgstr "כותרת 5"
|
|
|
2480
2506
|
msgid "Heading 6"
|
|
2481
2507
|
msgstr "כותרת 6"
|
|
2482
2508
|
|
|
2483
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2509
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:42
|
|
2484
2510
|
msgid "Health checks"
|
|
2485
2511
|
msgstr "בדיקות תקינות"
|
|
2486
2512
|
|
|
@@ -2603,7 +2629,7 @@ msgid "Language"
|
|
|
2603
2629
|
msgstr "שפה"
|
|
2604
2630
|
|
|
2605
2631
|
#. placeholder {0}: formatLanguageName(contentLanguage)
|
|
2606
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2632
|
+
#: src/lib/components/layout/channel-switcher.tsx:107
|
|
2607
2633
|
msgid "Language: {0}"
|
|
2608
2634
|
msgstr "שפה: {0}"
|
|
2609
2635
|
|
|
@@ -2637,7 +2663,7 @@ msgid "Last Result"
|
|
|
2637
2663
|
msgstr "תוצאה אחרונה"
|
|
2638
2664
|
|
|
2639
2665
|
#. placeholder {0}: formatRelative(dataUpdatedAt, new Date())
|
|
2640
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2666
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:57
|
|
2641
2667
|
msgid "Last updated {0}"
|
|
2642
2668
|
msgstr "עודכן לאחרונה {0}"
|
|
2643
2669
|
|
|
@@ -2683,7 +2709,7 @@ msgstr "טוען כתובות..."
|
|
|
2683
2709
|
msgid "Loading collections..."
|
|
2684
2710
|
msgstr "טוען אוספים..."
|
|
2685
2711
|
|
|
2686
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2712
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:289
|
|
2687
2713
|
msgid "Loading global settings..."
|
|
2688
2714
|
msgstr "טוען הגדרות גלובליות..."
|
|
2689
2715
|
|
|
@@ -2706,7 +2732,7 @@ msgstr "טוען תגיות..."
|
|
|
2706
2732
|
msgid "Loading..."
|
|
2707
2733
|
msgstr "טוען..."
|
|
2708
2734
|
|
|
2709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2735
|
+
#: src/lib/components/layout/language-dialog.tsx:73
|
|
2710
2736
|
msgid "Locale"
|
|
2711
2737
|
msgstr "אזור"
|
|
2712
2738
|
|
|
@@ -2730,8 +2756,8 @@ msgstr "נהל תצוגות גלובליות"
|
|
|
2730
2756
|
msgid "Manage Global Views"
|
|
2731
2757
|
msgstr "נהל תצוגות גלובליות"
|
|
2732
2758
|
|
|
2733
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2734
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2759
|
+
#: src/lib/components/layout/channel-switcher.tsx:185
|
|
2760
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:263
|
|
2735
2761
|
msgid "Manage Languages"
|
|
2736
2762
|
msgstr "נהל שפות"
|
|
2737
2763
|
|
|
@@ -2760,7 +2786,7 @@ msgstr "נהל את התצוגות השמורות האישיות שלך לטבל
|
|
|
2760
2786
|
msgid "matches regex"
|
|
2761
2787
|
msgstr "תואם ביטוי רגולרי"
|
|
2762
2788
|
|
|
2763
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2789
|
+
#: src/lib/components/layout/language-dialog.tsx:109
|
|
2764
2790
|
msgid "Medium date"
|
|
2765
2791
|
msgstr "תאריך בינוני"
|
|
2766
2792
|
|
|
@@ -2776,7 +2802,7 @@ msgstr "שיטה"
|
|
|
2776
2802
|
msgid "Metrics"
|
|
2777
2803
|
msgstr "מדדים"
|
|
2778
2804
|
|
|
2779
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2805
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:169
|
|
2780
2806
|
#: src/app/routes/_authenticated/_orders/utils/order-detail-loaders.tsx:75
|
|
2781
2807
|
msgid "Modify"
|
|
2782
2808
|
msgstr "שנה"
|
|
@@ -2785,7 +2811,7 @@ msgstr "שנה"
|
|
|
2785
2811
|
msgid "Modify order"
|
|
2786
2812
|
msgstr "שנה הזמנה"
|
|
2787
2813
|
|
|
2788
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2814
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:82
|
|
2789
2815
|
msgid "Monitored Resources"
|
|
2790
2816
|
msgstr "משאבים מנוטרים"
|
|
2791
2817
|
|
|
@@ -3057,7 +3083,7 @@ msgstr "אין כתובת"
|
|
|
3057
3083
|
msgid "No addresses found"
|
|
3058
3084
|
msgstr "לא נמצאו כתובות"
|
|
3059
3085
|
|
|
3060
|
-
#: src/lib/components/shared/alerts.tsx:
|
|
3086
|
+
#: src/lib/components/shared/alerts.tsx:45
|
|
3061
3087
|
msgid "No alerts"
|
|
3062
3088
|
msgstr "אין התראות"
|
|
3063
3089
|
|
|
@@ -3069,7 +3095,7 @@ msgstr "אין כתובת חיוב"
|
|
|
3069
3095
|
msgid "No countries found"
|
|
3070
3096
|
msgstr "לא נמצאו מדינות"
|
|
3071
3097
|
|
|
3072
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3098
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:255
|
|
3073
3099
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:227
|
|
3074
3100
|
msgid "No customer"
|
|
3075
3101
|
msgstr "אין לקוח"
|
|
@@ -3090,11 +3116,11 @@ msgstr "לא נמצאו שיטות משלוח זכאיות להזמנה זו."
|
|
|
3090
3116
|
msgid "No facet values"
|
|
3091
3117
|
msgstr "אין ערכי מאפיינים"
|
|
3092
3118
|
|
|
3093
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3119
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:300
|
|
3094
3120
|
msgid "No fulfillments"
|
|
3095
3121
|
msgstr "אין משלוחים"
|
|
3096
3122
|
|
|
3097
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3123
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:359
|
|
3098
3124
|
msgid "No global languages configured"
|
|
3099
3125
|
msgstr "לא הוגדרו שפות גלובליות"
|
|
3100
3126
|
|
|
@@ -3140,7 +3166,7 @@ msgstr "לא נדרש תשלום או החזר"
|
|
|
3140
3166
|
msgid "No result yet"
|
|
3141
3167
|
msgstr "עדיין אין תוצאה"
|
|
3142
3168
|
|
|
3143
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3169
|
+
#: src/lib/components/data-table/data-table.tsx:365
|
|
3144
3170
|
#: src/lib/components/shared/customer-group-selector.tsx:58
|
|
3145
3171
|
msgid "No results"
|
|
3146
3172
|
msgstr "אין תוצאות"
|
|
@@ -3162,7 +3188,7 @@ msgstr "אין כתובת משלוח"
|
|
|
3162
3188
|
msgid "No shipping methods available"
|
|
3163
3189
|
msgstr "אין שיטות משלוח זמינות"
|
|
3164
3190
|
|
|
3165
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3191
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:174
|
|
3166
3192
|
msgid "No stock locations available on current channel"
|
|
3167
3193
|
msgstr "אין מיקומי מלאי זמינים בערוץ הנוכחי"
|
|
3168
3194
|
|
|
@@ -3283,7 +3309,7 @@ msgstr "ההזמנה נמסרה"
|
|
|
3283
3309
|
msgid "Order fulfilled"
|
|
3284
3310
|
msgstr "ההזמנה מולאה"
|
|
3285
3311
|
|
|
3286
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3312
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:233
|
|
3287
3313
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx:30
|
|
3288
3314
|
msgid "Order history"
|
|
3289
3315
|
msgstr "היסטוריית הזמנה"
|
|
@@ -3398,7 +3424,7 @@ msgstr "התשלום אושר"
|
|
|
3398
3424
|
msgid "Payment cancelled successfully"
|
|
3399
3425
|
msgstr "התשלום בוטל בהצלחה"
|
|
3400
3426
|
|
|
3401
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3427
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:221
|
|
3402
3428
|
msgid "Payment details"
|
|
3403
3429
|
msgstr "פרטי תשלום"
|
|
3404
3430
|
|
|
@@ -3457,9 +3483,9 @@ msgstr "הרשאות"
|
|
|
3457
3483
|
msgid "Phone number"
|
|
3458
3484
|
msgstr "מספר טלפון"
|
|
3459
3485
|
|
|
3460
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3486
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:273
|
|
3461
3487
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:241
|
|
3462
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3488
|
+
#: src/lib/components/shared/customer-address-form.tsx:264
|
|
3463
3489
|
msgid "Phone Number"
|
|
3464
3490
|
msgstr "מספר טלפון"
|
|
3465
3491
|
|
|
@@ -3475,9 +3501,9 @@ msgstr "אנא הוסף מוצרים והשלם את כתובת המשלוח כ
|
|
|
3475
3501
|
msgid "Please select a target collection"
|
|
3476
3502
|
msgstr "אנא בחר אוסף יעד"
|
|
3477
3503
|
|
|
3478
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3504
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:223
|
|
3479
3505
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:208
|
|
3480
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3506
|
+
#: src/lib/components/shared/customer-address-form.tsx:214
|
|
3481
3507
|
msgid "Postal Code"
|
|
3482
3508
|
msgstr "מיקוד"
|
|
3483
3509
|
|
|
@@ -3497,8 +3523,8 @@ msgstr "תצוגה מקדימה של שינויי הזמנה"
|
|
|
3497
3523
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
3498
3524
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:272
|
|
3499
3525
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:340
|
|
3500
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3501
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3526
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:212
|
|
3527
|
+
#: src/lib/components/layout/language-dialog.tsx:121
|
|
3502
3528
|
msgid "Price"
|
|
3503
3529
|
msgstr "מחיר"
|
|
3504
3530
|
|
|
@@ -3607,7 +3633,7 @@ msgstr "סיבה"
|
|
|
3607
3633
|
msgid "Rebuild search index"
|
|
3608
3634
|
msgstr "בנה מחדש אינדקס חיפוש"
|
|
3609
3635
|
|
|
3610
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
3636
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:46
|
|
3611
3637
|
msgid "Refresh"
|
|
3612
3638
|
msgstr "רענן"
|
|
3613
3639
|
|
|
@@ -3675,6 +3701,10 @@ msgstr "הסר"
|
|
|
3675
3701
|
msgid "Remove from current channel"
|
|
3676
3702
|
msgstr "הסר מהערוץ הנוכחי"
|
|
3677
3703
|
|
|
3704
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:49
|
|
3705
|
+
msgid "Remove from zone"
|
|
3706
|
+
msgstr ""
|
|
3707
|
+
|
|
3678
3708
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:278
|
|
3679
3709
|
msgid "Remove group"
|
|
3680
3710
|
msgstr "הסר קבוצה"
|
|
@@ -3687,6 +3717,12 @@ msgstr "הסר פריט"
|
|
|
3687
3717
|
msgid "Remove link"
|
|
3688
3718
|
msgstr "הסר קישור"
|
|
3689
3719
|
|
|
3720
|
+
#. placeholder {0}: selection.length
|
|
3721
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
3722
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:31
|
|
3723
|
+
msgid "Removed {0} {1} from zone"
|
|
3724
|
+
msgstr ""
|
|
3725
|
+
|
|
3690
3726
|
#: src/app/routes/_authenticated/_orders/components/order-modification-summary.tsx:200
|
|
3691
3727
|
msgid "Removed coupon codes"
|
|
3692
3728
|
msgstr "קודי קופון שהוסרו"
|
|
@@ -3741,11 +3777,11 @@ msgstr "פועל"
|
|
|
3741
3777
|
msgid "Same window"
|
|
3742
3778
|
msgstr "אותו חלון"
|
|
3743
3779
|
|
|
3744
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3780
|
+
#: src/lib/components/layout/language-dialog.tsx:92
|
|
3745
3781
|
msgid "Sample Formatting"
|
|
3746
3782
|
msgstr "עיצוב לדוגמה"
|
|
3747
3783
|
|
|
3748
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3784
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:216
|
|
3749
3785
|
#: src/lib/components/data-table/views-sheet.tsx:210
|
|
3750
3786
|
#: src/lib/components/shared/history-timeline/history-note-editor.tsx:54
|
|
3751
3787
|
msgid "Save"
|
|
@@ -3755,8 +3791,8 @@ msgstr "שמור"
|
|
|
3755
3791
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
3756
3792
|
msgstr "שמור תצוגה כ\"גלובלית\" כדי להפוך אותה לזמינה לכל המשתמשים."
|
|
3757
3793
|
|
|
3758
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3759
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3794
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:341
|
|
3795
|
+
#: src/lib/components/shared/customer-address-form.tsx:332
|
|
3760
3796
|
msgid "Save Address"
|
|
3761
3797
|
msgstr "שמור כתובת"
|
|
3762
3798
|
|
|
@@ -3765,7 +3801,7 @@ msgid "Save changes"
|
|
|
3765
3801
|
msgstr "שמור שינויים"
|
|
3766
3802
|
|
|
3767
3803
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3768
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3804
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3769
3805
|
msgid "Save Changes"
|
|
3770
3806
|
msgstr "שמור שינויים"
|
|
3771
3807
|
|
|
@@ -3782,7 +3818,7 @@ msgid "Save View"
|
|
|
3782
3818
|
msgstr "שמור תצוגה"
|
|
3783
3819
|
|
|
3784
3820
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3785
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3821
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3786
3822
|
msgid "Saving..."
|
|
3787
3823
|
msgstr "שומר..."
|
|
3788
3824
|
|
|
@@ -3831,7 +3867,7 @@ msgstr "לא ניתן היה להתחיל בניית מחדש של אינדקס
|
|
|
3831
3867
|
msgid "Search index rebuild started"
|
|
3832
3868
|
msgstr "החלה בניית מחדש של אינדקס החיפוש"
|
|
3833
3869
|
|
|
3834
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3870
|
+
#: src/lib/components/shared/language-selector.tsx:53
|
|
3835
3871
|
msgid "Search languages..."
|
|
3836
3872
|
msgstr "חפש שפות..."
|
|
3837
3873
|
|
|
@@ -3870,8 +3906,8 @@ msgstr "בחר ערוץ"
|
|
|
3870
3906
|
msgid "Select a channel to assign {0} {entityType} to"
|
|
3871
3907
|
msgstr "בחר ערוץ להקצאת {0} {entityType} אליו"
|
|
3872
3908
|
|
|
3873
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3874
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3909
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:250
|
|
3910
|
+
#: src/lib/components/shared/customer-address-form.tsx:241
|
|
3875
3911
|
msgid "Select a country"
|
|
3876
3912
|
msgstr "בחר מדינה"
|
|
3877
3913
|
|
|
@@ -3883,7 +3919,7 @@ msgstr "בחר מטבע"
|
|
|
3883
3919
|
msgid "Select a destination collection"
|
|
3884
3920
|
msgstr "בחר אוסף יעד"
|
|
3885
3921
|
|
|
3886
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3922
|
+
#: src/lib/components/shared/language-selector.tsx:52
|
|
3887
3923
|
msgid "Select a language"
|
|
3888
3924
|
msgstr "בחר שפה"
|
|
3889
3925
|
|
|
@@ -3916,7 +3952,7 @@ msgstr "בחר כתובת"
|
|
|
3916
3952
|
msgid "Select an option"
|
|
3917
3953
|
msgstr "בחר אפשרות"
|
|
3918
3954
|
|
|
3919
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3955
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:301
|
|
3920
3956
|
msgid "Select Available Languages"
|
|
3921
3957
|
msgstr "בחר שפות זמינות"
|
|
3922
3958
|
|
|
@@ -3932,11 +3968,11 @@ msgstr "בחר לקוח"
|
|
|
3932
3968
|
msgid "Select date range"
|
|
3933
3969
|
msgstr "בחר טווח תאריכים"
|
|
3934
3970
|
|
|
3935
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3971
|
+
#: src/lib/components/layout/language-dialog.tsx:49
|
|
3936
3972
|
msgid "Select display language"
|
|
3937
3973
|
msgstr "בחר שפת תצוגה"
|
|
3938
3974
|
|
|
3939
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3975
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:363
|
|
3940
3976
|
msgid "Select from globally available languages for this channel"
|
|
3941
3977
|
msgstr "בחר מתוך השפות הזמינות גלובלית עבור ערוץ זה"
|
|
3942
3978
|
|
|
@@ -3948,7 +3984,7 @@ msgstr "בחר פריט"
|
|
|
3948
3984
|
msgid "Select items"
|
|
3949
3985
|
msgstr "בחר פריטים"
|
|
3950
3986
|
|
|
3951
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3987
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:103
|
|
3952
3988
|
msgid "Select next state"
|
|
3953
3989
|
msgstr "בחר מצב הבא"
|
|
3954
3990
|
|
|
@@ -3960,7 +3996,7 @@ msgstr "בחר כמויות למילוי והגדר את מטפל המשלוח"
|
|
|
3960
3996
|
msgid "Select seller"
|
|
3961
3997
|
msgstr "בחר מוכר"
|
|
3962
3998
|
|
|
3963
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3999
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:107
|
|
3964
4000
|
msgid "Select the next state for the order"
|
|
3965
4001
|
msgstr "בחר את המצב הבא להזמנה"
|
|
3966
4002
|
|
|
@@ -4031,7 +4067,7 @@ msgstr "סלק החזר"
|
|
|
4031
4067
|
msgid "Shipping"
|
|
4032
4068
|
msgstr "משלוח"
|
|
4033
4069
|
|
|
4034
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4070
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:262
|
|
4035
4071
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:234
|
|
4036
4072
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:418
|
|
4037
4073
|
msgid "Shipping address"
|
|
@@ -4075,7 +4111,7 @@ msgstr "שיטת משלוח הוגדרה להזמנה"
|
|
|
4075
4111
|
msgid "Shipping Methods"
|
|
4076
4112
|
msgstr "שיטות משלוח"
|
|
4077
4113
|
|
|
4078
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
4114
|
+
#: src/lib/components/layout/language-dialog.tsx:115
|
|
4079
4115
|
msgid "Short date"
|
|
4080
4116
|
msgstr "תאריך קצר"
|
|
4081
4117
|
|
|
@@ -4100,7 +4136,7 @@ msgstr "התחבר כדי לגשת ללוח הבקרה של המנהל"
|
|
|
4100
4136
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:245
|
|
4101
4137
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:334
|
|
4102
4138
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:195
|
|
4103
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4139
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
|
|
4104
4140
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:306
|
|
4105
4141
|
msgid "SKU"
|
|
4106
4142
|
msgstr "SKU"
|
|
@@ -4118,7 +4154,7 @@ msgstr "ה-slug מוגדר"
|
|
|
4118
4154
|
msgid "Slug will be generated automatically..."
|
|
4119
4155
|
msgstr "ה-slug ייווצר אוטומטית..."
|
|
4120
4156
|
|
|
4121
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
4157
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:73
|
|
4122
4158
|
msgid "Some resources are down"
|
|
4123
4159
|
msgstr "חלק מהמשאבים לא פעילים"
|
|
4124
4160
|
|
|
@@ -4141,8 +4177,8 @@ msgstr "מצב"
|
|
|
4141
4177
|
msgid "State / Province"
|
|
4142
4178
|
msgstr "מדינה / מחוז"
|
|
4143
4179
|
|
|
4144
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4145
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4180
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:202
|
|
4181
|
+
#: src/lib/components/shared/customer-address-form.tsx:193
|
|
4146
4182
|
msgid "State/Province"
|
|
4147
4183
|
msgstr "מדינה/מחוז"
|
|
4148
4184
|
|
|
@@ -4178,13 +4214,13 @@ msgstr "מיקומי מלאי"
|
|
|
4178
4214
|
msgid "Stock on hand"
|
|
4179
4215
|
msgstr "מלאי זמין"
|
|
4180
4216
|
|
|
4181
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4217
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:215
|
|
4182
4218
|
msgid "Stock on Hand"
|
|
4183
4219
|
msgstr "מלאי זמין"
|
|
4184
4220
|
|
|
4185
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4221
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:147
|
|
4186
4222
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:175
|
|
4187
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4223
|
+
#: src/lib/components/shared/customer-address-form.tsx:138
|
|
4188
4224
|
msgid "Street Address"
|
|
4189
4225
|
msgstr "כתובת רחוב"
|
|
4190
4226
|
|
|
@@ -4365,7 +4401,7 @@ msgstr "ערכי המאפיינים עבור {entityIdsLength} {entityType} עו
|
|
|
4365
4401
|
msgid "Successfully updated global settings"
|
|
4366
4402
|
msgstr "ההגדרות הגלובליות עודכנו בהצלחה"
|
|
4367
4403
|
|
|
4368
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4404
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:88
|
|
4369
4405
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:55
|
|
4370
4406
|
msgid "Successfully updated order"
|
|
4371
4407
|
msgstr "ההזמנה עודכנה בהצלחה"
|
|
@@ -4476,7 +4512,7 @@ msgstr "שיעור מס: {taxRate}%"
|
|
|
4476
4512
|
msgid "Tax Rates"
|
|
4477
4513
|
msgstr "שיעורי מס"
|
|
4478
4514
|
|
|
4479
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4515
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:205
|
|
4480
4516
|
msgid "Tax summary"
|
|
4481
4517
|
msgstr "סיכום מס"
|
|
4482
4518
|
|
|
@@ -4559,7 +4595,7 @@ msgstr "אלה הלקוחות בקבוצת הלקוחות <0>{customerGroupName}
|
|
|
4559
4595
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4560
4596
|
msgstr "אלה ערכי המאפיינים עבור המאפיין <0>{facetName}</0>."
|
|
4561
4597
|
|
|
4562
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4598
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:316
|
|
4563
4599
|
msgid "These languages will be available for all channels to use"
|
|
4564
4600
|
msgstr "שפות אלה יהיו זמינות לכל הערוצים לשימוש"
|
|
4565
4601
|
|
|
@@ -4667,7 +4703,7 @@ msgstr "מזהה עסקה נדרש"
|
|
|
4667
4703
|
#. placeholder {0}: getTranslatedOrderState(state)
|
|
4668
4704
|
#. placeholder {0}: getTranslatedPaymentState(state)
|
|
4669
4705
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:92
|
|
4670
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4706
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:110
|
|
4671
4707
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:154
|
|
4672
4708
|
msgid "Transition to {0}"
|
|
4673
4709
|
msgstr "מעבר ל-{0}"
|
|
@@ -4676,7 +4712,7 @@ msgstr "מעבר ל-{0}"
|
|
|
4676
4712
|
msgid "Transition to {suggestedState}"
|
|
4677
4713
|
msgstr "מעבר ל-{suggestedState}"
|
|
4678
4714
|
|
|
4679
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
4715
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:130
|
|
4680
4716
|
msgid "Transition to selected state"
|
|
4681
4717
|
msgstr "מעבר למצב שנבחר"
|
|
4682
4718
|
|
|
@@ -4740,7 +4776,7 @@ msgstr "עדכן"
|
|
|
4740
4776
|
msgid "Update the note content or visibility"
|
|
4741
4777
|
msgstr "עדכן את תוכן ההערה או נראותה"
|
|
4742
4778
|
|
|
4743
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4779
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:446
|
|
4744
4780
|
msgid "Updated"
|
|
4745
4781
|
msgstr "עודכן"
|
|
4746
4782
|
|
|
@@ -4752,13 +4788,13 @@ msgstr "העלה"
|
|
|
4752
4788
|
msgid "Usage limit"
|
|
4753
4789
|
msgstr "מגבלת שימוש"
|
|
4754
4790
|
|
|
4755
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4756
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4791
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:325
|
|
4792
|
+
#: src/lib/components/shared/customer-address-form.tsx:316
|
|
4757
4793
|
msgid "Use as the default billing address"
|
|
4758
4794
|
msgstr "השתמש ככתובת חיוב ברירת מחדל"
|
|
4759
4795
|
|
|
4760
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4761
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4796
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:305
|
|
4797
|
+
#: src/lib/components/shared/customer-address-form.tsx:296
|
|
4762
4798
|
msgid "Use as the default shipping address"
|
|
4763
4799
|
msgstr "השתמש ככתובת משלוח ברירת מחדל"
|
|
4764
4800
|
|
|
@@ -4786,7 +4822,7 @@ msgstr "משתמש באסטרטגיית אימות מקורית"
|
|
|
4786
4822
|
msgid "Values"
|
|
4787
4823
|
msgstr "ערכים"
|
|
4788
4824
|
|
|
4789
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4825
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:205
|
|
4790
4826
|
msgid "Variant"
|
|
4791
4827
|
msgstr "גרסה"
|
|
4792
4828
|
|
|
@@ -4904,11 +4940,11 @@ msgctxt "date-range"
|
|
|
4904
4940
|
msgid "Yesterday"
|
|
4905
4941
|
msgstr "אתמול"
|
|
4906
4942
|
|
|
4907
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4943
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:338
|
|
4908
4944
|
msgid "You don't have permission to view channel settings"
|
|
4909
4945
|
msgstr "אין לך הרשאה לצפות בהגדרות הערוץ"
|
|
4910
4946
|
|
|
4911
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4947
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:284
|
|
4912
4948
|
msgid "You don't have permission to view global language settings"
|
|
4913
4949
|
msgstr "אין לך הרשאה לצפות בהגדרות השפה הגלובליות"
|
|
4914
4950
|
|