@vendure/dashboard 3.7.2 → 3.7.3-master-202608050305

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/bundle/chunks/{2SSKDMRQ-CMBxVbIh.js → 2SSKDMRQ-KZUCTCnr.js} +2 -2
  2. package/dist/bundle/chunks/{AP7HFJJL-PAkY4fBC.js → AP7HFJJL-kxZStlpP.js} +1 -1
  3. package/dist/bundle/chunks/{WDYDFRGG-xJgIWAuv.js → WDYDFRGG-BZRK2ITZ.js} +2 -2
  4. package/dist/bundle/chunks/ar-C8HyGurR.js +4 -0
  5. package/dist/bundle/chunks/bg--aJe6weI.js +4 -0
  6. package/dist/bundle/chunks/cs-DiORN27q.js +4 -0
  7. package/dist/bundle/chunks/de-BIbDqHi0.js +4 -0
  8. package/dist/bundle/chunks/en-BIXvudTL.js +4 -0
  9. package/dist/bundle/chunks/es-CtrB4rBI.js +4 -0
  10. package/dist/bundle/chunks/fa-psHxNGfe.js +4 -0
  11. package/dist/bundle/chunks/fr-C5nCJ4dT.js +4 -0
  12. package/dist/bundle/chunks/he-Bf9mrxS9.js +4 -0
  13. package/dist/bundle/chunks/hr-ukhxxcHj.js +4 -0
  14. package/dist/bundle/chunks/hu-C5Rw37rH.js +4 -0
  15. package/dist/bundle/chunks/it-9Wz02yYH.js +4 -0
  16. package/dist/bundle/chunks/ja-Dws9HYMD.js +4 -0
  17. package/dist/bundle/chunks/ko-BvE54r17.js +4 -0
  18. package/dist/bundle/chunks/{locale-BSCAi77j.js → locale-CJZpQnsu.js} +1 -1
  19. package/dist/bundle/chunks/{main-D8aGWlid.js → main-Df4f8P5A.js} +169 -40
  20. package/dist/bundle/chunks/nb-C5b8s5AZ.js +4 -0
  21. package/dist/bundle/chunks/ne-DidgSoes.js +4 -0
  22. package/dist/bundle/chunks/nl-Bs2EmoET.js +4 -0
  23. package/dist/bundle/chunks/pl-ByMSgi7e.js +4 -0
  24. package/dist/bundle/chunks/pt_BR-CTGGI34p.js +4 -0
  25. package/dist/bundle/chunks/pt_PT-BMabWU8-.js +4 -0
  26. package/dist/bundle/chunks/ro-DLijHEde.js +4 -0
  27. package/dist/bundle/chunks/ru-sL_M_iwR.js +4 -0
  28. package/dist/bundle/chunks/sv-C6w42jAh.js +4 -0
  29. package/dist/bundle/chunks/tr-Lr8P315q.js +4 -0
  30. package/dist/bundle/chunks/uk-5I_XIBoN.js +4 -0
  31. package/dist/bundle/chunks/{use-job-queue-polling-D8i6-8rR.js → use-job-queue-polling-BjEkkz66.js} +291 -70
  32. package/dist/bundle/chunks/uz-BjRS1co1.js +4 -0
  33. package/dist/bundle/chunks/zh_Hans-Bqmum3_n.js +4 -0
  34. package/dist/bundle/chunks/zh_Hant-pqbmvylJ.js +4 -0
  35. package/dist/bundle/dashboard.css +12 -0
  36. package/dist/bundle/lib.js +2 -2
  37. package/dist/bundle/main.js +2 -2
  38. package/package.json +3 -3
  39. package/src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx +172 -41
  40. package/src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx +22 -0
  41. package/src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx +61 -38
  42. package/src/app/routes/_authenticated/_orders/utils/use-modify-order.ts +26 -0
  43. package/src/i18n/locales/ar.po +69 -9
  44. package/src/i18n/locales/bg.po +69 -9
  45. package/src/i18n/locales/cs.po +69 -9
  46. package/src/i18n/locales/de.po +69 -9
  47. package/src/i18n/locales/en.po +69 -9
  48. package/src/i18n/locales/es.po +69 -9
  49. package/src/i18n/locales/fa.po +69 -9
  50. package/src/i18n/locales/fr.po +69 -9
  51. package/src/i18n/locales/he.po +69 -9
  52. package/src/i18n/locales/hr.po +69 -9
  53. package/src/i18n/locales/hu.po +69 -9
  54. package/src/i18n/locales/it.po +69 -9
  55. package/src/i18n/locales/ja.po +69 -9
  56. package/src/i18n/locales/ko.po +69 -9
  57. package/src/i18n/locales/nb.po +69 -9
  58. package/src/i18n/locales/ne.po +69 -9
  59. package/src/i18n/locales/nl.po +69 -9
  60. package/src/i18n/locales/pl.po +69 -9
  61. package/src/i18n/locales/pt_BR.po +69 -9
  62. package/src/i18n/locales/pt_PT.po +69 -9
  63. package/src/i18n/locales/ro.po +69 -9
  64. package/src/i18n/locales/ru.po +69 -9
  65. package/src/i18n/locales/sv.po +69 -9
  66. package/src/i18n/locales/tr.po +69 -9
  67. package/src/i18n/locales/uk.po +69 -9
  68. package/src/i18n/locales/uz.po +69 -9
  69. package/src/i18n/locales/zh_Hans.po +69 -9
  70. package/src/i18n/locales/zh_Hant.po +69 -9
  71. package/src/lib/components/shared/assign-to-channel-dialog.tsx +56 -31
  72. package/src/lib/components/shared/assign-to-channels.spec.ts +45 -0
  73. package/src/lib/components/shared/assign-to-channels.ts +31 -0
  74. package/src/lib/components/shared/customer-address-form.tsx +51 -36
  75. package/src/lib/components/shared/customer-selector.tsx +221 -39
  76. package/src/lib/framework/form-engine/form-schema-tools.spec.ts +48 -0
  77. package/src/lib/framework/form-engine/form-schema-tools.ts +1 -1
  78. package/src/lib/framework/page/list-page.spec.tsx +62 -0
  79. package/src/lib/framework/page/list-page.tsx +27 -0
  80. package/src/lib/graphql/common-operations.ts +33 -0
  81. package/dist/bundle/chunks/ar-DATX7H2x.js +0 -4
  82. package/dist/bundle/chunks/bg-DHS8PDKd.js +0 -4
  83. package/dist/bundle/chunks/cs-CGhaHD2Z.js +0 -4
  84. package/dist/bundle/chunks/de-BMtF5EY3.js +0 -4
  85. package/dist/bundle/chunks/en-DucAVNrv.js +0 -4
  86. package/dist/bundle/chunks/es-FBktM7AP.js +0 -4
  87. package/dist/bundle/chunks/fa-Dl5QN-Zp.js +0 -4
  88. package/dist/bundle/chunks/fr-TPBsPGD2.js +0 -4
  89. package/dist/bundle/chunks/he-CvNLNPHS.js +0 -4
  90. package/dist/bundle/chunks/hr-7QRa6pq0.js +0 -4
  91. package/dist/bundle/chunks/hu-BUCwangz.js +0 -4
  92. package/dist/bundle/chunks/it-DcVNes47.js +0 -4
  93. package/dist/bundle/chunks/ja-C-C3Z-2D.js +0 -4
  94. package/dist/bundle/chunks/ko-B41VP-2G.js +0 -4
  95. package/dist/bundle/chunks/nb-q5my_SIJ.js +0 -4
  96. package/dist/bundle/chunks/ne-DksEv0gd.js +0 -4
  97. package/dist/bundle/chunks/nl-BEWvhJPb.js +0 -4
  98. package/dist/bundle/chunks/pl-DRf5xQAy.js +0 -4
  99. package/dist/bundle/chunks/pt_BR-DEOQ9Vgg.js +0 -4
  100. package/dist/bundle/chunks/pt_PT-DvDBycjC.js +0 -4
  101. package/dist/bundle/chunks/ro-CNbK5V7l.js +0 -4
  102. package/dist/bundle/chunks/ru-BJ395nXO.js +0 -4
  103. package/dist/bundle/chunks/sv-Bxi6B55d.js +0 -4
  104. package/dist/bundle/chunks/tr-D2FNyrS9.js +0 -4
  105. package/dist/bundle/chunks/uk-C3iewRAE.js +0 -4
  106. package/dist/bundle/chunks/uz-DDVd9bpR.js +0 -4
  107. package/dist/bundle/chunks/zh_Hans-DFK1UiKv.js +0 -4
  108. package/dist/bundle/chunks/zh_Hant-BWs2-32i.js +0 -4
@@ -341,6 +341,7 @@ msgstr "검색하려면 최소 2자를 입력하세요..."
341
341
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
342
342
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
343
343
  #: src/app/routes/_authenticated/_profile/profile.tsx
344
+ #: src/lib/components/shared/customer-selector.tsx
344
345
  msgid "Last name"
345
346
  msgstr "성"
346
347
 
@@ -502,6 +503,10 @@ msgstr "상품 옵션이 생성되었습니다"
502
503
  msgid "Parent product"
503
504
  msgstr "상위 상품"
504
505
 
506
+ #: src/lib/components/shared/customer-selector.tsx
507
+ msgid "Create new customer"
508
+ msgstr ""
509
+
505
510
  #: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx
506
511
  #: src/lib/components/shared/customer-address-form.tsx
507
512
  msgid "City"
@@ -529,6 +534,14 @@ msgstr "링크 제거"
529
534
  msgid "This field is readonly"
530
535
  msgstr "이 필드는 읽기 전용입니다"
531
536
 
537
+ #. placeholder {0}: succeeded.length
538
+ #. placeholder {1}: succeeded.length
539
+ #. placeholder {2}: succeeded.length
540
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
541
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
542
+ msgid "{0, plural, one {Assigned {entityIdsLength} {entityType} to {1} channel} other {Assigned {entityIdsLength} {entityType} to {2} channels}}"
543
+ msgstr ""
544
+
532
545
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
533
546
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
534
547
  msgid "Order Count"
@@ -731,6 +744,10 @@ msgstr "짧은 날짜"
731
744
  msgid "Available currencies"
732
745
  msgstr "사용 가능한 통화"
733
746
 
747
+ #: src/lib/components/shared/customer-selector.tsx
748
+ msgid "Search customers..."
749
+ msgstr ""
750
+
734
751
  #. placeholder {0}: selectedIds.size
735
752
  #: src/lib/components/data-input/product-multi-selector-input.tsx
736
753
  msgid "Select {0} Items"
@@ -904,6 +921,11 @@ msgstr "상품 생성 실패"
904
921
  msgid "Customer"
905
922
  msgstr "고객"
906
923
 
924
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
925
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
926
+ msgid "Update address"
927
+ msgstr ""
928
+
907
929
  #. placeholder {0}: error.message
908
930
  #: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx
909
931
  msgid "Error loading order history: {0}"
@@ -1152,6 +1174,7 @@ msgid "Assets"
1152
1174
  msgstr "에셋"
1153
1175
 
1154
1176
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
1177
+ #: src/lib/components/shared/customer-selector.tsx
1155
1178
  msgid "Email address"
1156
1179
  msgstr "이메일 주소"
1157
1180
 
@@ -1645,6 +1668,7 @@ msgstr "마지막 페이지로 이동"
1645
1668
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
1646
1669
  #: src/lib/components/shared/confirmation-dialog.tsx
1647
1670
  #: src/lib/components/shared/customer-address-form.tsx
1671
+ #: src/lib/components/shared/customer-selector.tsx
1648
1672
  #: src/lib/components/shared/navigation-confirmation.tsx
1649
1673
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
1650
1674
  #: src/lib/components/shared/rich-text-editor/link-dialog.tsx
@@ -1742,6 +1766,10 @@ msgstr "세금 카테고리"
1742
1766
  msgid "Private collections are not visible in the shop"
1743
1767
  msgstr "비공개 컬렉션은 상점에 표시되지 않습니다"
1744
1768
 
1769
+ #: src/lib/components/shared/customer-selector.tsx
1770
+ msgid "Create customer"
1771
+ msgstr ""
1772
+
1745
1773
  #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx
1746
1774
  #: src/app/routes/_authenticated/_products/products_.$id.tsx
1747
1775
  msgid "When enabled, a product is available in the shop"
@@ -2636,6 +2664,10 @@ msgstr "데이터 보기"
2636
2664
  msgid "Delete View"
2637
2665
  msgstr "뷰 삭제"
2638
2666
 
2667
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
2668
+ msgid "Failed to assign {entityIdsLength} {entityType} to the selected channels"
2669
+ msgstr ""
2670
+
2639
2671
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
2640
2672
  msgid "Add a new address to the customer."
2641
2673
  msgstr "고객에게 새 주소를 추가합니다."
@@ -3042,10 +3074,9 @@ msgstr "변경사항 저장"
3042
3074
  msgid "Address updated"
3043
3075
  msgstr "주소가 업데이트되었습니다"
3044
3076
 
3045
- #. placeholder {0}: selectedChannelIds.length
3046
3077
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3047
- msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3048
- msgstr "{entityIdsLength}개 {entityType}이(가) {0}개 채널에 할당되었습니다"
3078
+ #~ msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3079
+ #~ msgstr "{entityIdsLength}개 {entityType}이(가) {0}개 채널에 할당되었습니다"
3049
3080
 
3050
3081
  #: src/app/routes/_authenticated/_orders/hooks/use-refund-order.ts
3051
3082
  msgid "Refund processed successfully"
@@ -3294,11 +3325,9 @@ msgstr "할당"
3294
3325
  msgid "Successfully created seller"
3295
3326
  msgstr "판매자가 생성되었습니다"
3296
3327
 
3297
- #. placeholder {0}: failedChannelIds.length
3298
- #. placeholder {1}: selectedChannelIds.length
3299
3328
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3300
- msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3301
- msgstr "{entityIdsLength}개 {entityType}을(를) {1}개 채널 중 {0}개에 할당 실패"
3329
+ #~ msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3330
+ #~ msgstr "{entityIdsLength}개 {entityType}을(를) {1}개 채널 중 {0}개에 할당 실패"
3302
3331
 
3303
3332
  #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx
3304
3333
  msgid "Successfully updated shipping method"
@@ -3420,8 +3449,8 @@ msgid "Shipping Methods"
3420
3449
  msgstr "배송 방법"
3421
3450
 
3422
3451
  #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3423
- msgid "Select an address"
3424
- msgstr "주소 선택"
3452
+ #~ msgid "Select an address"
3453
+ #~ msgstr "주소 선택"
3425
3454
 
3426
3455
  #: src/app/routes/_authenticated/_system/settings-store.tsx
3427
3456
  msgid "Yes"
@@ -3478,6 +3507,10 @@ msgstr "같지 않음"
3478
3507
  #~ msgid "Refresh"
3479
3508
  #~ msgstr "새로고침"
3480
3509
 
3510
+ #: src/lib/components/shared/customer-selector.tsx
3511
+ msgid "Existing customer"
3512
+ msgstr ""
3513
+
3481
3514
  #: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx
3482
3515
  #~ msgid "e.g. Size"
3483
3516
  #~ msgstr "예: 사이즈"
@@ -3525,6 +3558,10 @@ msgstr "항목 선택"
3525
3558
  msgid "New product"
3526
3559
  msgstr "새 상품"
3527
3560
 
3561
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3562
+ msgid "Failed for: {failedCodes}"
3563
+ msgstr ""
3564
+
3528
3565
  #: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx
3529
3566
  msgid "Manage Tags"
3530
3567
  msgstr "태그 관리"
@@ -3621,6 +3658,10 @@ msgstr "속성 값이 생성되었습니다"
3621
3658
  msgid "Marketing"
3622
3659
  msgstr "마케팅"
3623
3660
 
3661
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3662
+ msgid "Existing address"
3663
+ msgstr ""
3664
+
3624
3665
  #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
3625
3666
  msgid "Draft order deleted"
3626
3667
  msgstr "임시 저장 주문이 삭제되었습니다"
@@ -3643,6 +3684,7 @@ msgid "Remove from channel"
3643
3684
  msgstr "채널에서 제거"
3644
3685
 
3645
3686
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
3687
+ #: src/lib/components/shared/customer-selector.tsx
3646
3688
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
3647
3689
  msgid "Title"
3648
3690
  msgstr "제목"
@@ -3682,6 +3724,13 @@ msgstr "{0}개 변형"
3682
3724
  msgid "Failed to settle payment"
3683
3725
  msgstr "결제 정산 실패"
3684
3726
 
3727
+ #. placeholder {0}: failed.length
3728
+ #. placeholder {1}: failed.length
3729
+ #. placeholder {2}: failed.length
3730
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3731
+ msgid "{0, plural, one {Failed to assign {entityIdsLength} {entityType} to {1} channel} other {Failed to assign {entityIdsLength} {entityType} to {2} channels}}"
3732
+ msgstr ""
3733
+
3685
3734
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
3686
3735
  msgid "No billing address"
3687
3736
  msgstr "청구지 주소 없음"
@@ -4836,6 +4885,10 @@ msgstr "멤버 편집"
4836
4885
  msgid "Stock on hand"
4837
4886
  msgstr "보유 재고"
4838
4887
 
4888
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
4889
+ msgid "New address"
4890
+ msgstr ""
4891
+
4839
4892
  #: src/lib/components/data-table/data-table-filter-dialog.tsx
4840
4893
  msgid "Filter by {columnId}"
4841
4894
  msgstr "{columnId}로 필터"
@@ -5237,6 +5290,11 @@ msgstr "기본 언어"
5237
5290
  msgid "Status"
5238
5291
  msgstr "상태"
5239
5292
 
5293
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5294
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5295
+ msgid "Okay"
5296
+ msgstr ""
5297
+
5240
5298
  #: src/lib/components/shared/configurable-operation-multi-selector.tsx
5241
5299
  #: src/lib/components/shared/configurable-operation-selector.tsx
5242
5300
  msgid "No options found"
@@ -5345,6 +5403,7 @@ msgstr "환불 처리 실패"
5345
5403
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
5346
5404
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
5347
5405
  #: src/app/routes/_authenticated/_profile/profile.tsx
5406
+ #: src/lib/components/shared/customer-selector.tsx
5348
5407
  msgid "First name"
5349
5408
  msgstr "이름"
5350
5409
 
@@ -6084,6 +6143,7 @@ msgid "Order process"
6084
6143
  msgstr "주문 프로세스"
6085
6144
 
6086
6145
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
6146
+ #: src/lib/components/shared/customer-selector.tsx
6087
6147
  msgid "Phone number"
6088
6148
  msgstr "전화번호"
6089
6149
 
@@ -345,6 +345,7 @@ msgstr "Skriv minst 2 tegn for å søke..."
345
345
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
346
346
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
347
347
  #: src/app/routes/_authenticated/_profile/profile.tsx
348
+ #: src/lib/components/shared/customer-selector.tsx
348
349
  msgid "Last name"
349
350
  msgstr "Etternavn"
350
351
 
@@ -514,6 +515,10 @@ msgstr "Produktalternativ opprettet"
514
515
  msgid "Parent product"
515
516
  msgstr "Overordnet produkt"
516
517
 
518
+ #: src/lib/components/shared/customer-selector.tsx
519
+ msgid "Create new customer"
520
+ msgstr ""
521
+
517
522
  #: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx
518
523
  #: src/lib/components/shared/customer-address-form.tsx
519
524
  msgid "City"
@@ -541,6 +546,14 @@ msgstr "Fjern lenke"
541
546
  msgid "This field is readonly"
542
547
  msgstr "Dette feltet er skrivebeskyttet"
543
548
 
549
+ #. placeholder {0}: succeeded.length
550
+ #. placeholder {1}: succeeded.length
551
+ #. placeholder {2}: succeeded.length
552
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
553
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
554
+ msgid "{0, plural, one {Assigned {entityIdsLength} {entityType} to {1} channel} other {Assigned {entityIdsLength} {entityType} to {2} channels}}"
555
+ msgstr ""
556
+
544
557
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
545
558
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
546
559
  msgid "Order Count"
@@ -743,6 +756,10 @@ msgstr "Kort dato"
743
756
  msgid "Available currencies"
744
757
  msgstr "Tilgjengelige valutaer"
745
758
 
759
+ #: src/lib/components/shared/customer-selector.tsx
760
+ msgid "Search customers..."
761
+ msgstr ""
762
+
746
763
  #. placeholder {0}: selectedIds.size
747
764
  #: src/lib/components/data-input/product-multi-selector-input.tsx
748
765
  msgid "Select {0} Items"
@@ -916,6 +933,11 @@ msgstr "Kunne ikke opprette produkt"
916
933
  msgid "Customer"
917
934
  msgstr "Kunde"
918
935
 
936
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
937
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
938
+ msgid "Update address"
939
+ msgstr ""
940
+
919
941
  #. placeholder {0}: error.message
920
942
  #: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx
921
943
  msgid "Error loading order history: {0}"
@@ -1164,6 +1186,7 @@ msgid "Assets"
1164
1186
  msgstr "Ressurser"
1165
1187
 
1166
1188
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
1189
+ #: src/lib/components/shared/customer-selector.tsx
1167
1190
  msgid "Email address"
1168
1191
  msgstr "E-postadresse"
1169
1192
 
@@ -1657,6 +1680,7 @@ msgstr "Gå til siste side"
1657
1680
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
1658
1681
  #: src/lib/components/shared/confirmation-dialog.tsx
1659
1682
  #: src/lib/components/shared/customer-address-form.tsx
1683
+ #: src/lib/components/shared/customer-selector.tsx
1660
1684
  #: src/lib/components/shared/navigation-confirmation.tsx
1661
1685
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
1662
1686
  #: src/lib/components/shared/rich-text-editor/link-dialog.tsx
@@ -1754,6 +1778,10 @@ msgstr "Skattekategorier"
1754
1778
  msgid "Private collections are not visible in the shop"
1755
1779
  msgstr "Private samlinger er ikke synlige i butikken"
1756
1780
 
1781
+ #: src/lib/components/shared/customer-selector.tsx
1782
+ msgid "Create customer"
1783
+ msgstr ""
1784
+
1757
1785
  #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx
1758
1786
  #: src/app/routes/_authenticated/_products/products_.$id.tsx
1759
1787
  msgid "When enabled, a product is available in the shop"
@@ -2658,6 +2686,10 @@ msgstr "Vis data"
2658
2686
  msgid "Delete View"
2659
2687
  msgstr "Slett visning"
2660
2688
 
2689
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
2690
+ msgid "Failed to assign {entityIdsLength} {entityType} to the selected channels"
2691
+ msgstr ""
2692
+
2661
2693
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
2662
2694
  msgid "Add a new address to the customer."
2663
2695
  msgstr "Legg til en ny adresse til kunden."
@@ -3068,10 +3100,9 @@ msgstr "Lagre endringer"
3068
3100
  msgid "Address updated"
3069
3101
  msgstr "Adresse oppdatert"
3070
3102
 
3071
- #. placeholder {0}: selectedChannelIds.length
3072
3103
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3073
- msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3074
- msgstr ""
3104
+ #~ msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3105
+ #~ msgstr ""
3075
3106
 
3076
3107
  #: src/app/routes/_authenticated/_orders/hooks/use-refund-order.ts
3077
3108
  msgid "Refund processed successfully"
@@ -3324,11 +3355,9 @@ msgstr "Tildel"
3324
3355
  msgid "Successfully created seller"
3325
3356
  msgstr "Selger opprettet"
3326
3357
 
3327
- #. placeholder {0}: failedChannelIds.length
3328
- #. placeholder {1}: selectedChannelIds.length
3329
3358
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3330
- msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3331
- msgstr ""
3359
+ #~ msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3360
+ #~ msgstr ""
3332
3361
 
3333
3362
  #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx
3334
3363
  msgid "Successfully updated shipping method"
@@ -3450,8 +3479,8 @@ msgid "Shipping Methods"
3450
3479
  msgstr "Fraktmetoder"
3451
3480
 
3452
3481
  #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3453
- msgid "Select an address"
3454
- msgstr "Velg en adresse"
3482
+ #~ msgid "Select an address"
3483
+ #~ msgstr "Velg en adresse"
3455
3484
 
3456
3485
  #: src/app/routes/_authenticated/_system/settings-store.tsx
3457
3486
  msgid "Yes"
@@ -3508,6 +3537,10 @@ msgstr "er ikke lik"
3508
3537
  #~ msgid "Refresh"
3509
3538
  #~ msgstr "Oppdater"
3510
3539
 
3540
+ #: src/lib/components/shared/customer-selector.tsx
3541
+ msgid "Existing customer"
3542
+ msgstr ""
3543
+
3511
3544
  #: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx
3512
3545
  #~ msgid "e.g. Size"
3513
3546
  #~ msgstr "f.eks. Størrelse"
@@ -3555,6 +3588,10 @@ msgstr "Velg vare"
3555
3588
  msgid "New product"
3556
3589
  msgstr "Nytt produkt"
3557
3590
 
3591
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3592
+ msgid "Failed for: {failedCodes}"
3593
+ msgstr ""
3594
+
3558
3595
  #: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx
3559
3596
  msgid "Manage Tags"
3560
3597
  msgstr "Administrer tagger"
@@ -3654,6 +3691,10 @@ msgstr "Fasettverdi opprettet"
3654
3691
  msgid "Marketing"
3655
3692
  msgstr "Markedsføring"
3656
3693
 
3694
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3695
+ msgid "Existing address"
3696
+ msgstr ""
3697
+
3657
3698
  #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
3658
3699
  msgid "Draft order deleted"
3659
3700
  msgstr "Utkastbestilling slettet"
@@ -3676,6 +3717,7 @@ msgid "Remove from channel"
3676
3717
  msgstr "Fjern fra kanal"
3677
3718
 
3678
3719
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
3720
+ #: src/lib/components/shared/customer-selector.tsx
3679
3721
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
3680
3722
  msgid "Title"
3681
3723
  msgstr "Tittel"
@@ -3715,6 +3757,13 @@ msgstr "{0} varianter"
3715
3757
  msgid "Failed to settle payment"
3716
3758
  msgstr "Kunne ikke gjennomføre betaling"
3717
3759
 
3760
+ #. placeholder {0}: failed.length
3761
+ #. placeholder {1}: failed.length
3762
+ #. placeholder {2}: failed.length
3763
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3764
+ msgid "{0, plural, one {Failed to assign {entityIdsLength} {entityType} to {1} channel} other {Failed to assign {entityIdsLength} {entityType} to {2} channels}}"
3765
+ msgstr ""
3766
+
3718
3767
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
3719
3768
  msgid "No billing address"
3720
3769
  msgstr "Ingen fakturaadresse"
@@ -4885,6 +4934,10 @@ msgstr "Rediger medlemmer"
4885
4934
  msgid "Stock on hand"
4886
4935
  msgstr "Lager på hånd"
4887
4936
 
4937
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
4938
+ msgid "New address"
4939
+ msgstr ""
4940
+
4888
4941
  #: src/lib/components/data-table/data-table-filter-dialog.tsx
4889
4942
  msgid "Filter by {columnId}"
4890
4943
  msgstr "Filtrer etter {columnId}"
@@ -5310,6 +5363,11 @@ msgstr "Standardspråk"
5310
5363
  msgid "Status"
5311
5364
  msgstr "Status"
5312
5365
 
5366
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5367
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5368
+ msgid "Okay"
5369
+ msgstr ""
5370
+
5313
5371
  #: src/lib/components/shared/configurable-operation-multi-selector.tsx
5314
5372
  #: src/lib/components/shared/configurable-operation-selector.tsx
5315
5373
  msgid "No options found"
@@ -5418,6 +5476,7 @@ msgstr "Kunne ikke behandle refusjon"
5418
5476
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
5419
5477
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
5420
5478
  #: src/app/routes/_authenticated/_profile/profile.tsx
5479
+ #: src/lib/components/shared/customer-selector.tsx
5421
5480
  msgid "First name"
5422
5481
  msgstr "Fornavn"
5423
5482
 
@@ -6173,6 +6232,7 @@ msgid "Order process"
6173
6232
  msgstr "Ordreprosess"
6174
6233
 
6175
6234
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
6235
+ #: src/lib/components/shared/customer-selector.tsx
6176
6236
  msgid "Phone number"
6177
6237
  msgstr "Telefonnummer"
6178
6238
 
@@ -345,6 +345,7 @@ msgstr "खोज्न कम्तिमा २ वर्णहरू टा
345
345
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
346
346
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
347
347
  #: src/app/routes/_authenticated/_profile/profile.tsx
348
+ #: src/lib/components/shared/customer-selector.tsx
348
349
  msgid "Last name"
349
350
  msgstr "थर"
350
351
 
@@ -514,6 +515,10 @@ msgstr "उत्पादन विकल्प सफलतापूर्व
514
515
  msgid "Parent product"
515
516
  msgstr "मुख्य उत्पादन"
516
517
 
518
+ #: src/lib/components/shared/customer-selector.tsx
519
+ msgid "Create new customer"
520
+ msgstr ""
521
+
517
522
  #: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx
518
523
  #: src/lib/components/shared/customer-address-form.tsx
519
524
  msgid "City"
@@ -541,6 +546,14 @@ msgstr "लिङ्क हटाउनुहोस्"
541
546
  msgid "This field is readonly"
542
547
  msgstr "यो फिल्ड पढ्न मात्र हो"
543
548
 
549
+ #. placeholder {0}: succeeded.length
550
+ #. placeholder {1}: succeeded.length
551
+ #. placeholder {2}: succeeded.length
552
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
553
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
554
+ msgid "{0, plural, one {Assigned {entityIdsLength} {entityType} to {1} channel} other {Assigned {entityIdsLength} {entityType} to {2} channels}}"
555
+ msgstr ""
556
+
544
557
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
545
558
  #: src/lib/framework/dashboard-widget/metrics-widget/index.tsx
546
559
  msgid "Order Count"
@@ -743,6 +756,10 @@ msgstr "छोटो मिति"
743
756
  msgid "Available currencies"
744
757
  msgstr "उपलब्ध मुद्राहरू"
745
758
 
759
+ #: src/lib/components/shared/customer-selector.tsx
760
+ msgid "Search customers..."
761
+ msgstr ""
762
+
746
763
  #. placeholder {0}: selectedIds.size
747
764
  #: src/lib/components/data-input/product-multi-selector-input.tsx
748
765
  msgid "Select {0} Items"
@@ -916,6 +933,11 @@ msgstr "उत्पादन सिर्जना गर्न असफल"
916
933
  msgid "Customer"
917
934
  msgstr "ग्राहक"
918
935
 
936
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
937
+ #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
938
+ msgid "Update address"
939
+ msgstr ""
940
+
919
941
  #. placeholder {0}: error.message
920
942
  #: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx
921
943
  msgid "Error loading order history: {0}"
@@ -1164,6 +1186,7 @@ msgid "Assets"
1164
1186
  msgstr "सम्पत्तिहरू"
1165
1187
 
1166
1188
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
1189
+ #: src/lib/components/shared/customer-selector.tsx
1167
1190
  msgid "Email address"
1168
1191
  msgstr "इमेल ठेगाना"
1169
1192
 
@@ -1657,6 +1680,7 @@ msgstr "अन्तिम पृष्ठमा जानुहोस्"
1657
1680
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
1658
1681
  #: src/lib/components/shared/confirmation-dialog.tsx
1659
1682
  #: src/lib/components/shared/customer-address-form.tsx
1683
+ #: src/lib/components/shared/customer-selector.tsx
1660
1684
  #: src/lib/components/shared/navigation-confirmation.tsx
1661
1685
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
1662
1686
  #: src/lib/components/shared/rich-text-editor/link-dialog.tsx
@@ -1754,6 +1778,10 @@ msgstr "कर वर्गहरू"
1754
1778
  msgid "Private collections are not visible in the shop"
1755
1779
  msgstr "निजी संग्रहहरू पसलमा देखिँदैनन्"
1756
1780
 
1781
+ #: src/lib/components/shared/customer-selector.tsx
1782
+ msgid "Create customer"
1783
+ msgstr ""
1784
+
1757
1785
  #: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx
1758
1786
  #: src/app/routes/_authenticated/_products/products_.$id.tsx
1759
1787
  msgid "When enabled, a product is available in the shop"
@@ -2658,6 +2686,10 @@ msgstr "डेटा हेर्नुहोस्"
2658
2686
  msgid "Delete View"
2659
2687
  msgstr "दृश्य मेट्नुहोस्"
2660
2688
 
2689
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
2690
+ msgid "Failed to assign {entityIdsLength} {entityType} to the selected channels"
2691
+ msgstr ""
2692
+
2661
2693
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
2662
2694
  msgid "Add a new address to the customer."
2663
2695
  msgstr "ग्राहकमा नयाँ ठेगाना थप्नुहोस्।"
@@ -3068,10 +3100,9 @@ msgstr "परिवर्तनहरू सुरक्षित गर्न
3068
3100
  msgid "Address updated"
3069
3101
  msgstr "ठेगाना अपडेट गरियो"
3070
3102
 
3071
- #. placeholder {0}: selectedChannelIds.length
3072
3103
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3073
- msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3074
- msgstr ""
3104
+ #~ msgid "Successfully assigned {entityIdsLength} {entityType} to {0} channels"
3105
+ #~ msgstr ""
3075
3106
 
3076
3107
  #: src/app/routes/_authenticated/_orders/hooks/use-refund-order.ts
3077
3108
  msgid "Refund processed successfully"
@@ -3324,11 +3355,9 @@ msgstr "असाइन गर्नुहोस्"
3324
3355
  msgid "Successfully created seller"
3325
3356
  msgstr "विक्रेता सफलतापूर्वक सिर्जना गरियो"
3326
3357
 
3327
- #. placeholder {0}: failedChannelIds.length
3328
- #. placeholder {1}: selectedChannelIds.length
3329
3358
  #: src/lib/components/shared/assign-to-channel-dialog.tsx
3330
- msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3331
- msgstr ""
3359
+ #~ msgid "Failed to assign {entityIdsLength} {entityType} to {0} of {1} channels"
3360
+ #~ msgstr ""
3332
3361
 
3333
3362
  #: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx
3334
3363
  msgid "Successfully updated shipping method"
@@ -3450,8 +3479,8 @@ msgid "Shipping Methods"
3450
3479
  msgstr "ढुवानी विधिहरू"
3451
3480
 
3452
3481
  #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3453
- msgid "Select an address"
3454
- msgstr "ठेगाना चयन गर्नुहोस्"
3482
+ #~ msgid "Select an address"
3483
+ #~ msgstr "ठेगाना चयन गर्नुहोस्"
3455
3484
 
3456
3485
  #: src/app/routes/_authenticated/_system/settings-store.tsx
3457
3486
  msgid "Yes"
@@ -3508,6 +3537,10 @@ msgstr "बराबर छैन"
3508
3537
  #~ msgid "Refresh"
3509
3538
  #~ msgstr "रिफ्रेस गर्नुहोस्"
3510
3539
 
3540
+ #: src/lib/components/shared/customer-selector.tsx
3541
+ msgid "Existing customer"
3542
+ msgstr ""
3543
+
3511
3544
  #: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx
3512
3545
  #~ msgid "e.g. Size"
3513
3546
  #~ msgstr "जस्तै साइज"
@@ -3555,6 +3588,10 @@ msgstr "वस्तु चयन गर्नुहोस्"
3555
3588
  msgid "New product"
3556
3589
  msgstr "नयाँ उत्पादन"
3557
3590
 
3591
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3592
+ msgid "Failed for: {failedCodes}"
3593
+ msgstr ""
3594
+
3558
3595
  #: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx
3559
3596
  msgid "Manage Tags"
3560
3597
  msgstr "ट्यागहरू व्यवस्थापन गर्नुहोस्"
@@ -3654,6 +3691,10 @@ msgstr "विशेषता मान सफलतापूर्वक सि
3654
3691
  msgid "Marketing"
3655
3692
  msgstr "मार्केटिङ"
3656
3693
 
3694
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
3695
+ msgid "Existing address"
3696
+ msgstr ""
3697
+
3657
3698
  #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
3658
3699
  msgid "Draft order deleted"
3659
3700
  msgstr "मस्यौदा अर्डर मेटियो"
@@ -3676,6 +3717,7 @@ msgid "Remove from channel"
3676
3717
  msgstr "च्यानलबाट हटाउनुहोस्"
3677
3718
 
3678
3719
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
3720
+ #: src/lib/components/shared/customer-selector.tsx
3679
3721
  #: src/lib/components/shared/rich-text-editor/image-dialog.tsx
3680
3722
  msgid "Title"
3681
3723
  msgstr "शीर्षक"
@@ -3715,6 +3757,13 @@ msgstr "{0} प्रकारहरू"
3715
3757
  msgid "Failed to settle payment"
3716
3758
  msgstr "भुक्तानी सम्पन्न गर्न असफल"
3717
3759
 
3760
+ #. placeholder {0}: failed.length
3761
+ #. placeholder {1}: failed.length
3762
+ #. placeholder {2}: failed.length
3763
+ #: src/lib/components/shared/assign-to-channel-dialog.tsx
3764
+ msgid "{0, plural, one {Failed to assign {entityIdsLength} {entityType} to {1} channel} other {Failed to assign {entityIdsLength} {entityType} to {2} channels}}"
3765
+ msgstr ""
3766
+
3718
3767
  #: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx
3719
3768
  msgid "No billing address"
3720
3769
  msgstr "कुनै बिलिङ ठेगाना छैन"
@@ -4885,6 +4934,10 @@ msgstr "सदस्यहरू सम्पादन गर्नुहोस
4885
4934
  msgid "Stock on hand"
4886
4935
  msgstr "हातमा स्टक"
4887
4936
 
4937
+ #: src/app/routes/_authenticated/_orders/components/customer-address-selector.tsx
4938
+ msgid "New address"
4939
+ msgstr ""
4940
+
4888
4941
  #: src/lib/components/data-table/data-table-filter-dialog.tsx
4889
4942
  msgid "Filter by {columnId}"
4890
4943
  msgstr "{columnId} द्वारा फिल्टर गर्नुहोस्"
@@ -5310,6 +5363,11 @@ msgstr "पूर्वनिर्धारित भाषा"
5310
5363
  msgid "Status"
5311
5364
  msgstr "स्थिति"
5312
5365
 
5366
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5367
+ #: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx
5368
+ msgid "Okay"
5369
+ msgstr ""
5370
+
5313
5371
  #: src/lib/components/shared/configurable-operation-multi-selector.tsx
5314
5372
  #: src/lib/components/shared/configurable-operation-selector.tsx
5315
5373
  msgid "No options found"
@@ -5418,6 +5476,7 @@ msgstr "फिर्ता प्रक्रिया गर्न असफल
5418
5476
  #: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx
5419
5477
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
5420
5478
  #: src/app/routes/_authenticated/_profile/profile.tsx
5479
+ #: src/lib/components/shared/customer-selector.tsx
5421
5480
  msgid "First name"
5422
5481
  msgstr "पहिलो नाम"
5423
5482
 
@@ -6173,6 +6232,7 @@ msgid "Order process"
6173
6232
  msgstr "अर्डर प्रक्रिया"
6174
6233
 
6175
6234
  #: src/app/routes/_authenticated/_customers/customers_.$id.tsx
6235
+ #: src/lib/components/shared/customer-selector.tsx
6176
6236
  msgid "Phone number"
6177
6237
  msgstr "फोन नम्बर"
6178
6238