@vendure/admin-ui 3.2.4 → 3.3.1

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 (48) hide show
  1. package/core/common/generated-types.d.ts +64 -0
  2. package/core/common/version.d.ts +1 -1
  3. package/fesm2022/vendure-admin-ui-catalog.mjs +109 -109
  4. package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
  5. package/fesm2022/vendure-admin-ui-core.mjs +686 -677
  6. package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
  7. package/fesm2022/vendure-admin-ui-customer.mjs +43 -43
  8. package/fesm2022/vendure-admin-ui-customer.mjs.map +1 -1
  9. package/fesm2022/vendure-admin-ui-dashboard.mjs +41 -41
  10. package/fesm2022/vendure-admin-ui-dashboard.mjs.map +1 -1
  11. package/fesm2022/vendure-admin-ui-login.mjs +10 -10
  12. package/fesm2022/vendure-admin-ui-login.mjs.map +1 -1
  13. package/fesm2022/vendure-admin-ui-marketing.mjs +10 -10
  14. package/fesm2022/vendure-admin-ui-marketing.mjs.map +1 -1
  15. package/fesm2022/vendure-admin-ui-order.mjs +133 -133
  16. package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
  17. package/fesm2022/vendure-admin-ui-react.mjs +15 -15
  18. package/fesm2022/vendure-admin-ui-react.mjs.map +1 -1
  19. package/fesm2022/vendure-admin-ui-settings.mjs +109 -109
  20. package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -1
  21. package/fesm2022/vendure-admin-ui-system.mjs +107 -15
  22. package/fesm2022/vendure-admin-ui-system.mjs.map +1 -1
  23. package/package.json +6 -6
  24. package/static/i18n-messages/ar.json +84 -67
  25. package/static/i18n-messages/cs.json +214 -198
  26. package/static/i18n-messages/de.json +20 -4
  27. package/static/i18n-messages/en.json +19 -7
  28. package/static/i18n-messages/es.json +20 -4
  29. package/static/i18n-messages/fa.json +20 -4
  30. package/static/i18n-messages/fr.json +152 -136
  31. package/static/i18n-messages/he.json +20 -4
  32. package/static/i18n-messages/hr.json +20 -4
  33. package/static/i18n-messages/it.json +20 -4
  34. package/static/i18n-messages/ja.json +20 -8
  35. package/static/i18n-messages/nb.json +25 -7
  36. package/static/i18n-messages/ne.json +31 -15
  37. package/static/i18n-messages/pl.json +20 -4
  38. package/static/i18n-messages/pt_BR.json +18 -2
  39. package/static/i18n-messages/pt_PT.json +20 -5
  40. package/static/i18n-messages/ru.json +20 -4
  41. package/static/i18n-messages/sv.json +34 -11
  42. package/static/i18n-messages/tr.json +829 -813
  43. package/static/i18n-messages/uk.json +20 -4
  44. package/static/i18n-messages/zh_Hans.json +240 -224
  45. package/static/i18n-messages/zh_Hant.json +421 -405
  46. package/system/components/scheduled-tasks/scheduled-task-list.component.d.ts +18 -0
  47. package/system/public_api.d.ts +1 -0
  48. package/system/system.module.d.ts +4 -3
@@ -6,6 +6,7 @@
6
6
  "add-asset": "Asset hinzufügen",
7
7
  "add-asset-with-count": "{count, plural, =0 {Assets} one {1 Asset} other {{count} Assets}} hinzufügen",
8
8
  "assets-selected-count": "{count, plural, =0 {Kein Asset} one {1 Asset} other {{count} Assets}} ausgewählt",
9
+ "change-asset": "Asset ändern",
9
10
  "dimensions": "Abmessungen",
10
11
  "focal-point": "Fokuspunkt",
11
12
  "notify-create-assets-success": "{count, plural, one {Neues Asset} other {{count} neue Assets}} erstellt",
@@ -16,6 +17,7 @@
16
17
  "select-assets": "Assets auswählen",
17
18
  "set-as-featured-asset": "Als \"Featured Asset\" festlegen",
18
19
  "set-focal-point": "Fokuspunkt setzen",
20
+ "size": "Größe",
19
21
  "source-file": "Quelldatei",
20
22
  "unset-focal-point": "Zurücksetzen",
21
23
  "update-focal-point": "Punkt aktualisieren",
@@ -45,6 +47,7 @@
45
47
  "profile": "Profil",
46
48
  "promotions": "Promotionen",
47
49
  "roles": "Rollen",
50
+ "scheduled-tasks": "Geplante Aufgaben",
48
51
  "seller-orders": "Verkäufer Bestellungen",
49
52
  "sellers": "Verkäufer",
50
53
  "shipping-methods": "Versandarten",
@@ -237,12 +240,14 @@
237
240
  "delete": "Löschen",
238
241
  "description": "Beschreibung",
239
242
  "details": "Details",
243
+ "disable": "Deaktivieren",
240
244
  "disabled": "Deaktiviert",
241
245
  "discard-changes": "Änderungen verwerfen",
242
246
  "duplicate": "Duplizieren",
243
247
  "edit": "Bearbeiten",
244
248
  "edit-field": "Feld bearbeiten",
245
249
  "edit-note": "Notiz bearbeiten",
250
+ "enable": "Aktivieren",
246
251
  "enabled": "Aktiviert",
247
252
  "end-date": "Enddatum",
248
253
  "expand-entries": "Einträge erweitern",
@@ -274,7 +279,7 @@
274
279
  "name": "Name",
275
280
  "no-alerts": "Keine Alarme",
276
281
  "no-bulk-actions-available": "Keine Sammelaktionen verfügbar",
277
- "no-channel-selected": "",
282
+ "no-channel-selected": "Kein Kanal ausgewählt",
278
283
  "no-results": "Keine Ergebnisse",
279
284
  "not-applicable": "Nicht zutreffend",
280
285
  "not-set": "Nicht festgelegt",
@@ -475,6 +480,7 @@
475
480
  "year": "Jahr"
476
481
  },
477
482
  "editor": {
483
+ "height": "Höhe",
478
484
  "image-alt": "Beschreibung ('alt')",
479
485
  "image-src": "Quelle",
480
486
  "image-title": "Titel",
@@ -483,7 +489,8 @@
483
489
  "link-target": "Link 'target'",
484
490
  "link-title": "Link 'title'",
485
491
  "remove-link": "Entfernen",
486
- "set-link": "Link setzen"
492
+ "set-link": "Link setzen",
493
+ "width": "Breite"
487
494
  },
488
495
  "error": {
489
496
  "403-forbidden": "Sie sind derzeit nicht berechtigt, auf \"{ path }\" zuzugreifen. Entweder fehlen Ihnen die Berechtigungen, oder Ihre Sitzung ist abgelaufen.",
@@ -528,6 +535,7 @@
528
535
  "promotions": "Werbeaktionen",
529
536
  "roles": "Rollen",
530
537
  "sales": "Verkäufe",
538
+ "scheduled-tasks": "Geplante Aufgaben",
531
539
  "sellers": "Verkäufer",
532
540
  "settings": "Einstellungen",
533
541
  "shipping-methods": "Versandarten",
@@ -675,7 +683,7 @@
675
683
  "set-billing-address": "Rechnungsadresse festlegen",
676
684
  "set-coupon-codes": "Gutscheincodes festlegen",
677
685
  "set-customer-for-order": "Kunde der Bestellung zuordnen",
678
- "set-customer-success": "",
686
+ "set-customer-success": "Kunde erfolgreich zugeordnet",
679
687
  "set-fulfillment-state": "Abwicklungsstatus wählen",
680
688
  "set-shipping-address": "Versandadresse festlegen",
681
689
  "set-shipping-method": "Versandart festlegen",
@@ -790,6 +798,7 @@
790
798
  },
791
799
  "system": {
792
800
  "all-job-queues": "Alle Job-Warteschlangen",
801
+ "could-not-trigger-task": "Konnte Aufgabe nicht ausführen",
793
802
  "health-all-systems-up": "Alle Systeme betriebsbereit",
794
803
  "health-error": "Fehler: Ein oder mehrere Systeme sind ausgefallen!",
795
804
  "health-last-checked": "Zuletzt überprüft",
@@ -809,6 +818,13 @@
809
818
  "job-state-completed": "Abgeschlossen",
810
819
  "job-state-failed": "Fehlgeschlagen",
811
820
  "job-state-pending": "Ausstehend",
812
- "job-state-running": "Wird ausgeführt"
821
+ "job-state-running": "Wird ausgeführt",
822
+ "last-executed-at": "Letzte Ausführung",
823
+ "last-result": "Letztes Ergebnis",
824
+ "next-execution-at": "Nächste Ausführung",
825
+ "run-task": "Aufgabe ausführen",
826
+ "schedule": "Plan",
827
+ "task-id": "Aufgaben-ID",
828
+ "task-will-be-triggered": "Aufgabe wird ausgeführt"
813
829
  }
814
830
  }
@@ -5,8 +5,8 @@
5
5
  "asset": {
6
6
  "add-asset": "Add asset",
7
7
  "add-asset-with-count": "Add {count, plural, =0 {assets} one {1 asset} other {{count} assets}}",
8
- "change-asset": "Change asset",
9
8
  "assets-selected-count": "{ count } assets selected",
9
+ "change-asset": "Change asset",
10
10
  "dimensions": "Dimensions",
11
11
  "focal-point": "Focal point",
12
12
  "notify-create-assets-success": "Created {count, plural, one {new Asset} other {{count} new Assets}}",
@@ -17,14 +17,14 @@
17
17
  "select-assets": "Select assets",
18
18
  "set-as-featured-asset": "Set as featured asset",
19
19
  "set-focal-point": "Set focal point",
20
+ "size": "Size",
20
21
  "source-file": "Source file",
21
22
  "unset-focal-point": "Unset",
22
23
  "update-focal-point": "Update point",
23
24
  "update-focal-point-error": "Could not update focal point",
24
25
  "update-focal-point-success": "Updated focal point",
25
26
  "upload-assets": "Upload assets",
26
- "uploading": "Uploading...",
27
- "size": "Size"
27
+ "uploading": "Uploading..."
28
28
  },
29
29
  "breadcrumb": {
30
30
  "administrators": "Administrators",
@@ -47,6 +47,7 @@
47
47
  "profile": "Profile",
48
48
  "promotions": "Promotions",
49
49
  "roles": "Roles",
50
+ "scheduled-tasks": "Scheduled tasks",
50
51
  "seller-orders": "Seller orders",
51
52
  "sellers": "Sellers",
52
53
  "shipping-methods": "Shipping methods",
@@ -239,12 +240,14 @@
239
240
  "delete": "Delete",
240
241
  "description": "Description",
241
242
  "details": "Details",
243
+ "disable": "Disable",
242
244
  "disabled": "Disabled",
243
245
  "discard-changes": "Discard changes",
244
246
  "duplicate": "Duplicate",
245
247
  "edit": "Edit",
246
248
  "edit-field": "Edit field",
247
249
  "edit-note": "Edit note",
250
+ "enable": "Enable",
248
251
  "enabled": "Enabled",
249
252
  "end-date": "End date",
250
253
  "expand-entries": "Expand entries",
@@ -276,7 +279,7 @@
276
279
  "name": "Name",
277
280
  "no-alerts": "No alerts",
278
281
  "no-bulk-actions-available": "No bulk actions available",
279
- "no-channel-selected": "",
282
+ "no-channel-selected": "No channel selected",
280
283
  "no-results": "No results",
281
284
  "not-applicable": "Not applicable",
282
285
  "not-set": "Not set",
@@ -477,6 +480,7 @@
477
480
  "year": "year"
478
481
  },
479
482
  "editor": {
483
+ "height": "Height",
480
484
  "image-alt": "Description (alt)",
481
485
  "image-src": "Source",
482
486
  "image-title": "Title",
@@ -486,8 +490,7 @@
486
490
  "link-title": "Link title",
487
491
  "remove-link": "Remove",
488
492
  "set-link": "Set link",
489
- "width": "Width",
490
- "height": "Height"
493
+ "width": "Width"
491
494
  },
492
495
  "error": {
493
496
  "403-forbidden": "You are not currently authorized to access \"{ path }\". Either you lack permissions, or your session has expired.",
@@ -532,6 +535,7 @@
532
535
  "promotions": "Promotions",
533
536
  "roles": "Roles",
534
537
  "sales": "Sales",
538
+ "scheduled-tasks": "Scheduled tasks",
535
539
  "sellers": "Sellers",
536
540
  "settings": "Settings",
537
541
  "shipping-methods": "Shipping methods",
@@ -794,6 +798,7 @@
794
798
  },
795
799
  "system": {
796
800
  "all-job-queues": "All job queues",
801
+ "could-not-trigger-task": "Could not trigger task",
797
802
  "health-all-systems-up": "All systems up",
798
803
  "health-error": "Error: one or more systems are down!",
799
804
  "health-last-checked": "Last checked",
@@ -813,6 +818,13 @@
813
818
  "job-state-completed": "Completed",
814
819
  "job-state-failed": "Failed",
815
820
  "job-state-pending": "Pending",
816
- "job-state-running": "Running"
821
+ "job-state-running": "Running",
822
+ "last-executed-at": "Last executed",
823
+ "last-result": "Last result",
824
+ "next-execution-at": "Next execution",
825
+ "run-task": "Run task",
826
+ "schedule": "Schedule",
827
+ "task-id": "Task ID",
828
+ "task-will-be-triggered": "Task will be triggered"
817
829
  }
818
830
  }
@@ -6,6 +6,7 @@
6
6
  "add-asset": "Añadir recurso",
7
7
  "add-asset-with-count": "Añadir {count, plural, =0 {recurso} one {1 recurso} other {{count} recursos}}",
8
8
  "assets-selected-count": "{ count } recursos seleccionados",
9
+ "change-asset": "Cambiar recurso",
9
10
  "dimensions": "Dimensiones",
10
11
  "focal-point": "Punto focal",
11
12
  "notify-create-assets-success": "{count, plural, one {Nuevo recurso} other {{count} Nuevos recursos}} {count, plural, one {creado} other {creados}} con éxito",
@@ -16,6 +17,7 @@
16
17
  "select-assets": "Seleccionar recursos",
17
18
  "set-as-featured-asset": "Seleccionar como recurso por defecto",
18
19
  "set-focal-point": "Fijar punto focal",
20
+ "size": "Tamaño",
19
21
  "source-file": "Fichero original",
20
22
  "unset-focal-point": "Quitar punto focal",
21
23
  "update-focal-point": "Actualizar punto focal",
@@ -45,6 +47,7 @@
45
47
  "profile": "Perfil",
46
48
  "promotions": "Promociones",
47
49
  "roles": "Roles",
50
+ "scheduled-tasks": "Tareas programadas",
48
51
  "seller-orders": "Órdenes de vendedores",
49
52
  "sellers": "Vendedores",
50
53
  "shipping-methods": "Métodos de envío",
@@ -237,12 +240,14 @@
237
240
  "delete": "Eliminar",
238
241
  "description": "Descripción",
239
242
  "details": "Detalles",
243
+ "disable": "Deshabilitar",
240
244
  "disabled": "Deshabilitado",
241
245
  "discard-changes": "Descartar cambios",
242
246
  "duplicate": "Duplicar",
243
247
  "edit": "Editar",
244
248
  "edit-field": "Editar campo",
245
249
  "edit-note": "Editar nota",
250
+ "enable": "Habilitar",
246
251
  "enabled": "Habilitado",
247
252
  "end-date": "Fecha final",
248
253
  "expand-entries": "Mostrar entradas",
@@ -274,7 +279,7 @@
274
279
  "name": "Nombre",
275
280
  "no-alerts": "No hay alertas",
276
281
  "no-bulk-actions-available": "No hay acciones agrupadas disponibles",
277
- "no-channel-selected": "",
282
+ "no-channel-selected": "Ningún canal seleccionado",
278
283
  "no-results": "Sin resultados",
279
284
  "not-applicable": "No aplicable",
280
285
  "not-set": "Sin fijar",
@@ -475,6 +480,7 @@
475
480
  "year": "año"
476
481
  },
477
482
  "editor": {
483
+ "height": "Altura",
478
484
  "image-alt": "Descripción (alt)",
479
485
  "image-src": "Archivo",
480
486
  "image-title": "Título",
@@ -483,7 +489,8 @@
483
489
  "link-target": "Enlace target",
484
490
  "link-title": "Título del enlace",
485
491
  "remove-link": "Eliminar",
486
- "set-link": "Establecer enlace"
492
+ "set-link": "Establecer enlace",
493
+ "width": "Ancho"
487
494
  },
488
495
  "error": {
489
496
  "403-forbidden": "Actualmente no está autorizado para acceder a \"{ path }\". O bien carece de permisos, o su sesión ha expirado.",
@@ -528,6 +535,7 @@
528
535
  "promotions": "Promociones",
529
536
  "roles": "Roles",
530
537
  "sales": "Ventas",
538
+ "scheduled-tasks": "Tareas programadas",
531
539
  "sellers": "Vendedores",
532
540
  "settings": "Ajustes",
533
541
  "shipping-methods": "Envíos",
@@ -675,7 +683,7 @@
675
683
  "set-billing-address": "Añadir dirección de facturación",
676
684
  "set-coupon-codes": "Añadir cupón de descuento",
677
685
  "set-customer-for-order": "Añadir cliente",
678
- "set-customer-success": "",
686
+ "set-customer-success": "Cliente añadido con éxito",
679
687
  "set-fulfillment-state": "Fijar como {state}",
680
688
  "set-shipping-address": "Añadir dirección de envío",
681
689
  "set-shipping-method": "Añadir método de envío",
@@ -790,6 +798,7 @@
790
798
  },
791
799
  "system": {
792
800
  "all-job-queues": "Todas las colas de trabajo",
801
+ "could-not-trigger-task": "No se pudo activar la tarea",
793
802
  "health-all-systems-up": "Todos los sistemas activos",
794
803
  "health-error": "Error: uno o más sistemas inactivos",
795
804
  "health-last-checked": "Última revisión",
@@ -809,6 +818,13 @@
809
818
  "job-state-completed": "Completado",
810
819
  "job-state-failed": "Fallido",
811
820
  "job-state-pending": "Pendiente",
812
- "job-state-running": "En ejecución"
821
+ "job-state-running": "En ejecución",
822
+ "last-executed-at": "Última ejecución",
823
+ "last-result": "Último resultado",
824
+ "next-execution-at": "Próxima ejecución",
825
+ "run-task": "Ejecutar tarea",
826
+ "schedule": "Programación",
827
+ "task-id": "ID de la tarea",
828
+ "task-will-be-triggered": "Se ejecutará la tarea"
813
829
  }
814
830
  }
@@ -6,6 +6,7 @@
6
6
  "add-asset": "افزودن دارایی",
7
7
  "add-asset-with-count": "اضافه کردن {count} دارایی",
8
8
  "assets-selected-count": "{ count } دارایی انتخاب شده است.",
9
+ "change-asset": "تغییر دارایی",
9
10
  "dimensions": "ابعاد",
10
11
  "focal-point": "نقطه کانونی",
11
12
  "notify-create-assets-success": "{count} دارایی جدید ایجاد شد.",
@@ -16,6 +17,7 @@
16
17
  "select-assets": "دارایی ها را انتخاب کنید",
17
18
  "set-as-featured-asset": "تنظیم به عنوان دارایی برجسته",
18
19
  "set-focal-point": "نقطه کانونی را تنظیم کنید",
20
+ "size": "اندازه",
19
21
  "source-file": "فایل منبع",
20
22
  "unset-focal-point": "نقطه کانونی را حذف کنید",
21
23
  "update-focal-point": "نقطه کانونی را بروزرسانی کنید",
@@ -45,6 +47,7 @@
45
47
  "profile": "پروفایل",
46
48
  "promotions": "تبلیغات",
47
49
  "roles": "نقش ها",
50
+ "scheduled-tasks": "وظایف مجدول",
48
51
  "seller-orders": "سفارشات فروشنده",
49
52
  "sellers": "فروشندگان",
50
53
  "shipping-methods": "روش های حمل و نقل",
@@ -237,12 +240,14 @@
237
240
  "delete": "حذف",
238
241
  "description": "توضیحات",
239
242
  "details": "جزئیات",
243
+ "disable": "غیرفعال",
240
244
  "disabled": "غیرفعال است",
241
245
  "discard-changes": "لغو تغییرات",
242
246
  "duplicate": "تکثیر",
243
247
  "edit": "ویرایش",
244
248
  "edit-field": "ویرایش فیلد",
245
249
  "edit-note": "ویرایش یادداشت",
250
+ "enable": "فعال",
246
251
  "enabled": "فعال است",
247
252
  "end-date": "تاریخ پایان",
248
253
  "expand-entries": "مشاهده گزینه ها",
@@ -274,7 +279,7 @@
274
279
  "name": "نام",
275
280
  "no-alerts": "هیچ پیغامی وجود ندارد",
276
281
  "no-bulk-actions-available": "هیچ اقدام انبوهی در دسترس نیست.",
277
- "no-channel-selected": "",
282
+ "no-channel-selected": "هیچ کانالی انتخاب نشده است",
278
283
  "no-results": "بدون نتیجه",
279
284
  "not-applicable": "قابل اجرا نیست",
280
285
  "not-set": "تنظیم نشده است.",
@@ -475,6 +480,7 @@
475
480
  "year": "سال"
476
481
  },
477
482
  "editor": {
483
+ "height": "ارتفاع",
478
484
  "image-alt": "توضیحات",
479
485
  "image-src": "منبع",
480
486
  "image-title": "عنوان",
@@ -483,7 +489,8 @@
483
489
  "link-target": "نحوه اجرای لینک",
484
490
  "link-title": "عنوان لینک",
485
491
  "remove-link": "حذف",
486
- "set-link": "تنظیم لینک"
492
+ "set-link": "تنظیم لینک",
493
+ "width": "عرض"
487
494
  },
488
495
  "error": {
489
496
  "403-forbidden": "شما در حال حاضر مجاز به دسترسی به \"{ path }\" نیستید. یا فاقد مجوز هستید یا جلسه شما منقضی شده است.",
@@ -528,6 +535,7 @@
528
535
  "promotions": "تبلیغات",
529
536
  "roles": "نقش ها",
530
537
  "sales": "فروش",
538
+ "scheduled-tasks": "وظایف مجدول",
531
539
  "sellers": "فروشندگان",
532
540
  "settings": "تنظیمات",
533
541
  "shipping-methods": "روش های حمل و نقل",
@@ -675,7 +683,7 @@
675
683
  "set-billing-address": "تعیین آدرس صورتحساب",
676
684
  "set-coupon-codes": "تعیین کد تخفیف",
677
685
  "set-customer-for-order": "تعیین مشتری",
678
- "set-customer-success": "",
686
+ "set-customer-success": "مشتری با موفقیت تعیین شد",
679
687
  "set-fulfillment-state": "علامت زدن بعنوان {state}",
680
688
  "set-shipping-address": "تنظیم آدرس حمل و نقل",
681
689
  "set-shipping-method": "تنظیم شیوه حمل و نقل",
@@ -790,6 +798,7 @@
790
798
  },
791
799
  "system": {
792
800
  "all-job-queues": "صف صف های وظایف",
801
+ "could-not-trigger-task": "نمی تواند وظیفه را اجرا کند",
793
802
  "health-all-systems-up": "همه بخش ها بدرستی کار میکند.",
794
803
  "health-error": "خطا! یک بخش یا بیشتر از سیستم از دسترس خارج شده است.",
795
804
  "health-last-checked": "زمان آخرین بررسی",
@@ -809,6 +818,13 @@
809
818
  "job-state-completed": "تکمیل شده",
810
819
  "job-state-failed": "ناموفق",
811
820
  "job-state-pending": "در انتظار",
812
- "job-state-running": "در حال اجرا"
821
+ "job-state-running": "در حال اجرا",
822
+ "last-executed-at": "آخرین اجرا",
823
+ "last-result": "آخرین نتیجه",
824
+ "next-execution-at": "تالی",
825
+ "run-task": "اجرا کار",
826
+ "schedule": "جدول",
827
+ "task-id": "شناسه کار",
828
+ "task-will-be-triggered": "کار اجرا خواهد شد"
813
829
  }
814
830
  }