create-mercato-app 0.5.1-develop.2699.f8b50c8046 → 0.5.1-develop.2709.b6bdd776ac

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mercato-app",
3
- "version": "0.5.1-develop.2699.f8b50c8046",
3
+ "version": "0.5.1-develop.2709.b6bdd776ac",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",
@@ -33,9 +33,10 @@
33
33
  "@ai-sdk/cohere": "^3.0.4",
34
34
  "@ai-sdk/google": "^2.0.0",
35
35
  "@ai-sdk/openai": "^3.0.5",
36
- "@mikro-orm/core": "^6.6.2",
37
- "@mikro-orm/migrations": "^6.6.2",
38
- "@mikro-orm/postgresql": "^6.6.2",
36
+ "@mikro-orm/core": "^7.0.10",
37
+ "@mikro-orm/decorators": "^7.0.10",
38
+ "@mikro-orm/migrations": "^7.0.10",
39
+ "@mikro-orm/postgresql": "^7.0.10",
39
40
  "@modelcontextprotocol/sdk": "^1.26.0",
40
41
  "@open-mercato/ai-assistant": "{{PACKAGE_VERSION}}",
41
42
  "@open-mercato/cache": "{{PACKAGE_VERSION}}",
@@ -92,6 +93,7 @@
92
93
  "react-big-calendar": "^1.19.4",
93
94
  "react-dom": "19.2.1",
94
95
  "react-email": "^5.0.6",
96
+ "reflect-metadata": "^0.2.2",
95
97
  "remark-gfm": "^4.0.1",
96
98
  "resend": "^6.5.2",
97
99
  "sanitize-html": "^2.17.2",
@@ -591,6 +591,10 @@
591
591
  border-radius: 18px;
592
592
  border: 1px solid rgba(239, 68, 68, 0.24);
593
593
  background: var(--danger-surface);
594
+ min-width: 0;
595
+ min-height: 0;
596
+ max-width: 100%;
597
+ overflow: hidden;
594
598
  }
595
599
  .failure-box[hidden] {
596
600
  display: none;
@@ -614,6 +618,24 @@
614
618
  font: 500 13px/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
615
619
  white-space: pre-wrap;
616
620
  word-break: break-word;
621
+ overflow-wrap: anywhere;
622
+ max-height: clamp(140px, 26vh, 300px);
623
+ overflow-y: auto;
624
+ overflow-x: hidden;
625
+ scrollbar-width: thin;
626
+ scrollbar-color: rgba(239, 68, 68, 0.45) transparent;
627
+ }
628
+ .failure-lines::-webkit-scrollbar {
629
+ width: 8px;
630
+ }
631
+ .failure-lines::-webkit-scrollbar-track {
632
+ background: transparent;
633
+ }
634
+ .failure-lines::-webkit-scrollbar-thumb {
635
+ border-radius: 999px;
636
+ background: rgba(239, 68, 68, 0.45);
637
+ border: 2px solid transparent;
638
+ background-clip: padding-box;
617
639
  }
618
640
  @keyframes spin {
619
641
  to { transform: rotate(360deg); }
@@ -1482,6 +1482,7 @@ function startPackageWatch() {
1482
1482
  'run',
1483
1483
  'watch',
1484
1484
  '--filter=./packages/*',
1485
+ '--concurrency=32',
1485
1486
  '--output-logs=errors-only',
1486
1487
  '--log-order=grouped',
1487
1488
  '--log-prefix=none',
@@ -1,4 +1,5 @@
1
1
  {
2
+ "addTitle": "Add",
2
3
  "api.docs.description": "Automatisch generierte OpenAPI-Definition für alle aktivierten Module.",
3
4
  "api.docs.serverDescription": "Standardumgebung",
4
5
  "api.docs.title": "Open Mercato API",
@@ -86,6 +87,13 @@
86
87
  "backend.nav.security": "Sicherheit",
87
88
  "backend.selectModule": "Wähle ein Modul im Backend aus.",
88
89
  "backend.title": "Backend",
90
+ "bodyPlaceholder": "Enter details",
91
+ "cancel": "Cancel",
92
+ "catalog.errors.conversionNotFound": "Unit conversion not found.",
93
+ "catalog.errors.optionSchemaNotFound": "Option schema not found.",
94
+ "catalog.errors.productNotFound": "Product not found.",
95
+ "catalog.messageObjects.category.title": "Category",
96
+ "catalog.messageObjects.product.title": "Product",
89
97
  "catalog.products.edit.offers.deleteError": "Angebot für Vertriebskanal konnte nicht entfernt werden.",
90
98
  "common.active": "Aktiv",
91
99
  "common.clear": "Löschen",
@@ -95,27 +103,93 @@
95
103
  "common.create": "Erstellen",
96
104
  "common.delete": "Löschen",
97
105
  "common.edit": "Bearbeiten",
106
+ "common.email": "E-Mail",
98
107
  "common.expand": "Ausklappen",
99
108
  "common.export": "Exportieren",
109
+ "common.inactive": "Inaktiv",
100
110
  "common.language": "Sprache",
101
111
  "common.languages.english": "Englisch",
102
112
  "common.languages.german": "Deutsch",
103
113
  "common.languages.polish": "Polnisch",
104
114
  "common.languages.spanish": "Spanisch",
105
115
  "common.no": "Nein",
116
+ "common.none": "Keine",
106
117
  "common.open": "Öffnen",
107
118
  "common.optional": "Optional",
108
119
  "common.privacy": "Datenschutz",
109
120
  "common.save": "Speichern",
110
121
  "common.saving": "Wird gespeichert…",
122
+ "common.status": "Status",
111
123
  "common.terms": "Nutzungsbedingungen",
112
124
  "common.theme.dark": "Dunkel",
113
125
  "common.theme.light": "Hell",
114
126
  "common.theme.system": "System",
115
127
  "common.theme.toggle": "Design wechseln",
116
128
  "common.update": "Aktualisieren",
129
+ "common.user": "User",
117
130
  "common.view": "Ansehen",
118
131
  "common.yes": "Ja",
132
+ "currencies.messageObjects.currency.title": "Currency",
133
+ "customers.config.pipelineStages.addPipeline": "Add pipeline",
134
+ "customers.config.pipelineStages.addStage": "Add stage",
135
+ "customers.config.pipelineStages.cancel": "Cancel",
136
+ "customers.config.pipelineStages.colorClear": "Clear color",
137
+ "customers.config.pipelineStages.colorHelp": "Optional stage color for board display.",
138
+ "customers.config.pipelineStages.colorLabel": "Color",
139
+ "customers.config.pipelineStages.createPipelineTitle": "Create pipeline",
140
+ "customers.config.pipelineStages.createStageTitle": "Create stage",
141
+ "customers.config.pipelineStages.createdPipeline": "Pipeline created.",
142
+ "customers.config.pipelineStages.createdStage": "Stage created.",
143
+ "customers.config.pipelineStages.default": "Default",
144
+ "customers.config.pipelineStages.deletePipeline": "Delete pipeline",
145
+ "customers.config.pipelineStages.deletePipelineConfirm": "Are you sure you want to delete this pipeline?",
146
+ "customers.config.pipelineStages.deletePipelineTitle": "Delete pipeline",
147
+ "customers.config.pipelineStages.deleteStagTitle": "Delete stage",
148
+ "customers.config.pipelineStages.deleteStage": "Delete stage",
149
+ "customers.config.pipelineStages.deleteStageConfirm": "Are you sure you want to delete this stage?",
150
+ "customers.config.pipelineStages.deletedPipeline": "Pipeline deleted.",
151
+ "customers.config.pipelineStages.deletedStage": "Stage deleted.",
152
+ "customers.config.pipelineStages.editPipeline": "Edit pipeline",
153
+ "customers.config.pipelineStages.editPipelineTitle": "Edit pipeline",
154
+ "customers.config.pipelineStages.editStage": "Edit stage",
155
+ "customers.config.pipelineStages.editStageTitle": "Edit stage",
156
+ "customers.config.pipelineStages.errorCreatePipeline": "Failed to create pipeline.",
157
+ "customers.config.pipelineStages.errorCreateStage": "Failed to create stage.",
158
+ "customers.config.pipelineStages.errorDeletePipeline": "Failed to delete pipeline.",
159
+ "customers.config.pipelineStages.errorDeleteStage": "Failed to delete stage.",
160
+ "customers.config.pipelineStages.errorLoadPipelines": "Failed to load pipelines.",
161
+ "customers.config.pipelineStages.errorLoadStages": "Failed to load stages.",
162
+ "customers.config.pipelineStages.errorReorder": "Failed to reorder stages.",
163
+ "customers.config.pipelineStages.errorUpdatePipeline": "Failed to update pipeline.",
164
+ "customers.config.pipelineStages.errorUpdateStage": "Failed to update stage.",
165
+ "customers.config.pipelineStages.iconBrowse": "Browse icons",
166
+ "customers.config.pipelineStages.iconClear": "Clear icon",
167
+ "customers.config.pipelineStages.iconLabel": "Icon",
168
+ "customers.config.pipelineStages.iconPlaceholder": "Choose an icon",
169
+ "customers.config.pipelineStages.iconSearchEmpty": "No icons found.",
170
+ "customers.config.pipelineStages.iconSearchPlaceholder": "Search icons",
171
+ "customers.config.pipelineStages.iconSuggestions": "Suggestions",
172
+ "customers.config.pipelineStages.loadingPipelines": "Loading pipelines…",
173
+ "customers.config.pipelineStages.loadingStages": "Loading stages…",
174
+ "customers.config.pipelineStages.moveDown": "Move down",
175
+ "customers.config.pipelineStages.moveUp": "Move up",
176
+ "customers.config.pipelineStages.noPipelines": "No pipelines configured.",
177
+ "customers.config.pipelineStages.noStages": "No stages configured.",
178
+ "customers.config.pipelineStages.pipelineName": "Pipeline name",
179
+ "customers.config.pipelineStages.pipelineNamePlaceholder": "Enter pipeline name",
180
+ "customers.config.pipelineStages.previewEmpty": "No preview available.",
181
+ "customers.config.pipelineStages.save": "Save",
182
+ "customers.config.pipelineStages.setAsDefault": "Set as default",
183
+ "customers.config.pipelineStages.stageName": "Stage name",
184
+ "customers.config.pipelineStages.stageNamePlaceholder": "Enter stage name",
185
+ "customers.config.pipelineStages.stagesTitle": "Stages",
186
+ "customers.config.pipelineStages.title": "Pipeline stages",
187
+ "customers.config.pipelineStages.updatedPipeline": "Pipeline updated.",
188
+ "customers.config.pipelineStages.updatedStage": "Stage updated.",
189
+ "customers.config.pipelineStages.viewBoard": "View board",
190
+ "customers.deals.detail.fields.status": "Status",
191
+ "customers.deals.form.pipelineStage.placeholder": "Select pipeline stage",
192
+ "customers.people.detail.deals.fields.pipeline": "Pipeline",
119
193
  "dashboard.action.customize": "Anpassen",
120
194
  "dashboard.action.done": "Fertig",
121
195
  "dashboard.addWidget": "Widget hinzufügen",
@@ -153,11 +227,15 @@
153
227
  "dashboard.widgets.sales.dashboard.newOrders.title": "Neue Bestellungen",
154
228
  "dashboard.widgets.sales.dashboard.newQuotes.description": "Zeigt kürzlich erstellte Verkaufsangebote an.",
155
229
  "dashboard.widgets.sales.dashboard.newQuotes.title": "Neue Angebote",
230
+ "deleteConfirm": "Are you sure you want to delete this item?",
231
+ "deleteError": "Failed to delete item.",
232
+ "deleteSuccess": "Item deleted successfully.",
156
233
  "dictionaries.config.entries.readOnly": "Geerbte Wörterbücher werden in der übergeordneten Organisation verwaltet.",
157
234
  "dictionaries.config.entries.readOnlyActions": "In der übergeordneten Organisation verwaltet",
158
235
  "dictionaries.config.list.add": "Neues Wörterbuch",
159
236
  "dictionaries.config.list.inherited": "Geerbt",
160
237
  "dictionaries.config.list.title": "Wörterbücher",
238
+ "editTitle": "Edit",
161
239
  "entities.user.table.actions.showRecords": "Datensätze anzeigen",
162
240
  "entities.user.table.column.entity": "Entität",
163
241
  "entities.user.table.column.fields": "Felder",
@@ -165,6 +243,8 @@
165
243
  "entities.user.table.column.label": "Bezeichnung",
166
244
  "entities.user.table.column.source": "Quelle",
167
245
  "entities.user.table.title": "Benutzer-Entitäten",
246
+ "entityMissing": "Entity is missing.",
247
+ "error": "Error",
168
248
  "errors.invalid_input": "Ungültige Eingabe",
169
249
  "example.admin.page.description": "Demo-Ressourcen für das Beispielmodul.",
170
250
  "example.admin.page.resources": "Ressourcen",
@@ -189,18 +269,30 @@
189
269
  "example.products.table.column.status": "Status",
190
270
  "example.products.table.column.variants": "Varianten",
191
271
  "example.publicPage": "Öffentliche Beispielseite.",
272
+ "example.widgets.catalogSeoReport.docs": "This widget is injected into the products table via the injection system.",
192
273
  "example.widgets.notes.empty": "Noch keine Notizen. Wechseln Sie zu den Einstellungen, um Ihren Text hinzuzufügen.",
193
274
  "example.widgets.notes.settings.label": "Notizen",
194
275
  "example.widgets.notes.settings.placeholder": "Schreiben Sie kurze Notizen, die Sie griffbereit haben möchten.",
276
+ "example.widgets.salesTodos.description": "This tab is injected by the widget system. Manage todos here to see how extension points work.",
195
277
  "example.widgets.welcome.settings.headlineHint": "Verwenden Sie {{user}}, um den angemeldeten Benutzer einzufügen.",
196
278
  "example.widgets.welcome.settings.headlineLabel": "Überschrift",
197
279
  "example.widgets.welcome.settings.headlinePlaceholder": "Willkommen zurück, {{user}}!",
198
280
  "example.widgets.welcome.settings.messageLabel": "Nachricht",
281
+ "fields.body": "Body",
282
+ "fields.deal": "Deal",
283
+ "fields.dealPlaceholder": "Select a deal",
284
+ "fields.entity": "Entity",
285
+ "fields.occurredAt": "Occurred at",
286
+ "fields.subject": "Subject",
287
+ "fields.type": "Type",
288
+ "form.customFields": "Custom fields",
289
+ "form.details": "Details",
199
290
  "inbox_ops.action.accept": "Akzeptieren",
200
291
  "inbox_ops.action.accept_all": "Alle akzeptieren",
201
292
  "inbox_ops.action.accept_all_confirm": "{count} ausstehende Aktionen ausführen?",
202
293
  "inbox_ops.action.accept_all_confirm_with_skip": "{count} ausstehende Aktionen ausführen? {skipCount} Kontaktaktionen werden wegen fehlender Namen übersprungen.",
203
294
  "inbox_ops.action.accept_blocked": "Fehler beheben, bevor Sie akzeptieren",
295
+ "inbox_ops.action.created_entity": "Created entity",
204
296
  "inbox_ops.action.desc.create_contact": "Kontakt erstellen für {name} ({email})",
205
297
  "inbox_ops.action.desc.create_product": "Katalogprodukt \"{title}\" erstellen",
206
298
  "inbox_ops.action.desc.draft_reply": "Antwortentwurf an {toName}: {subject}",
@@ -242,10 +334,11 @@
242
334
  "inbox_ops.contact.first_name": "Vorname",
243
335
  "inbox_ops.contact.last_name": "Nachname",
244
336
  "inbox_ops.contact.last_name_required": "Nachname ist erforderlich",
245
- "inbox_ops.contact.name_missing_warning": "Vor- und Nachname konnten nicht extrahiert werden. Bitte bearbeiten Sie den Eintrag vor der Annahme.",
246
337
  "inbox_ops.contact.link_name_missing_warning": "Kontaktname fehlt. Bitte bearbeiten und einen Namen angeben, bevor Sie akzeptieren.",
338
+ "inbox_ops.contact.name_missing_warning": "Vor- und Nachname konnten nicht extrahiert werden. Bitte bearbeiten Sie den Eintrag vor der Annahme.",
247
339
  "inbox_ops.contact_type.company": "Firma",
248
340
  "inbox_ops.contact_type.person": "Person",
341
+ "inbox_ops.discrepancies": "Discrepancies",
249
342
  "inbox_ops.discrepancy.currency_mismatch": "Währungsabweichung",
250
343
  "inbox_ops.discrepancy.date_conflict": "Datumskonflikt",
251
344
  "inbox_ops.discrepancy.desc.draft_reply_no_contact": "Antwortempfänger hat keinen zugeordneten Kontakt. Erstellen Sie zuerst den Kontakt.",
@@ -255,6 +348,8 @@
255
348
  "inbox_ops.discrepancy.desc.no_matching_contact": "Kein passender Kontakt gefunden",
256
349
  "inbox_ops.discrepancy.desc.product_not_matched": "Produkt konnte keinem Katalogprodukt zugeordnet werden",
257
350
  "inbox_ops.discrepancy.duplicate_order": "Mögliche doppelte Bestellung",
351
+ "inbox_ops.discrepancy.expected": "Expected",
352
+ "inbox_ops.discrepancy.found": "Found",
258
353
  "inbox_ops.discrepancy.price_mismatch": "Preisabweichung",
259
354
  "inbox_ops.discrepancy.product_not_found": "Produkt nicht gefunden",
260
355
  "inbox_ops.discrepancy.quantity_mismatch": "Mengenabweichung",
@@ -278,6 +373,7 @@
278
373
  "inbox_ops.edit_dialog.form_view": "Formularansicht",
279
374
  "inbox_ops.edit_dialog.invalid_json": "Ungültiges JSON",
280
375
  "inbox_ops.edit_dialog.json_view": "JSON-Ansicht",
376
+ "inbox_ops.edit_dialog.kind": "Type",
281
377
  "inbox_ops.edit_dialog.line_item": "Position",
282
378
  "inbox_ops.edit_dialog.line_items": "Positionen",
283
379
  "inbox_ops.edit_dialog.name": "Name",
@@ -321,6 +417,7 @@
321
417
  "inbox_ops.flash.action_reject_failed": "Aktion konnte nicht abgelehnt werden",
322
418
  "inbox_ops.flash.action_rejected": "Aktion abgelehnt",
323
419
  "inbox_ops.flash.complete_failed": "Auftrag erstellt, aber Aktualisierung des Inbox-Aktionsstatus fehlgeschlagen.",
420
+ "inbox_ops.flash.load_failed": "Failed to load inbox operations.",
324
421
  "inbox_ops.flash.reprocessing_started": "Neuverarbeitung gestartet",
325
422
  "inbox_ops.flash.save_failed": "Speichern fehlgeschlagen",
326
423
  "inbox_ops.flash.send_reply_failed": "Antwort konnte nicht gesendet werden",
@@ -336,6 +433,7 @@
336
433
  "inbox_ops.list.status": "Status",
337
434
  "inbox_ops.loading_proposal": "Vorschlag wird geladen...",
338
435
  "inbox_ops.log.from": "Von",
436
+ "inbox_ops.log.load_failed": "Failed to load inbox operations log.",
339
437
  "inbox_ops.log.status": "Status",
340
438
  "inbox_ops.log.subject": "Betreff",
341
439
  "inbox_ops.log.tab_all": "Alle",
@@ -364,18 +462,21 @@
364
462
  "inbox_ops.preview.notes": "Notizen",
365
463
  "inbox_ops.preview.price": "Preis",
366
464
  "inbox_ops.preview.product": "Produkt",
465
+ "inbox_ops.preview.product_title": "Product title",
367
466
  "inbox_ops.preview.qty": "Menge",
467
+ "inbox_ops.preview.sku": "SKU",
368
468
  "inbox_ops.processing_log": "Verarbeitungsprotokoll",
369
469
  "inbox_ops.proposal": "Vorschlag",
370
470
  "inbox_ops.proposals": "Vorschläge",
371
- "inbox_ops.received_at": "Empfangen",
372
471
  "inbox_ops.recategorize": "Kategorie ändern",
472
+ "inbox_ops.received_at": "Empfangen",
373
473
  "inbox_ops.reply.discard": "Verwerfen",
374
474
  "inbox_ops.reply.edit": "Antwort bearbeiten",
375
475
  "inbox_ops.reply.send": "Antwort senden",
376
476
  "inbox_ops.reply.sending": "Wird gesendet...",
377
477
  "inbox_ops.reply.sent_success": "Antwort erfolgreich gesendet",
378
478
  "inbox_ops.sender_unknown": "Unbekannt",
479
+ "inbox_ops.sent_via_messages": "Gesendet über Nachrichten",
379
480
  "inbox_ops.settings.active": "Aktiv",
380
481
  "inbox_ops.settings.copied": "Kopiert",
381
482
  "inbox_ops.settings.copy": "Kopieren",
@@ -388,6 +489,8 @@
388
489
  "inbox_ops.settings.language_pl": "Polski",
389
490
  "inbox_ops.settings.language_save_failed": "Arbeitssprache konnte nicht aktualisiert werden",
390
491
  "inbox_ops.settings.language_saved": "Arbeitssprache aktualisiert",
492
+ "inbox_ops.settings.load_failed": "Failed to load inbox operation settings.",
493
+ "inbox_ops.settings.loading": "Loading settings…",
391
494
  "inbox_ops.settings.not_found": "Keine Posteingang-Einstellungen gefunden. Einstellungen werden bei der Mandantenbereitstellung erstellt.",
392
495
  "inbox_ops.settings.status": "Status",
393
496
  "inbox_ops.settings.title": "Posteingang-Einstellungen",
@@ -405,7 +508,17 @@
405
508
  "inbox_ops.translate.translate": "Übersetzen",
406
509
  "inbox_ops.untitled_proposal": "Unbenannter Vorschlag",
407
510
  "inbox_ops.view_in_messages": "In Nachrichten anzeigen",
408
- "inbox_ops.sent_via_messages": "Gesendet über Nachrichten",
511
+ "integrations.externalIds.openExternal": "Open external record",
512
+ "integrations.externalIds.title": "External IDs",
513
+ "invalidDate": "Invalid date",
514
+ "linkedDeal": "Linked deal",
515
+ "loadError": "Failed to load data.",
516
+ "loadMore": "Load more",
517
+ "loading": "Loading…",
518
+ "loggedBy": "Logged by",
519
+ "messages.actions.by": "By",
520
+ "messages.composer.contextPreview.title": "Context preview",
521
+ "noDate": "No date",
409
522
  "notices.cookies.accept": "Cookies akzeptieren",
410
523
  "notices.cookies.description": "Wir verwenden essentielle Cookies, um Ihre Einstellungen zu speichern. Erfahren Sie, wie wir Daten in unserer",
411
524
  "notices.cookies.dismiss": "Schließen",
@@ -426,11 +539,15 @@
426
539
  "organizationSwitcher.loading": "Wird geladen…",
427
540
  "organizationSwitcher.manage": "Verwalten",
428
541
  "organizationSwitcher.tenantLabel": "Mandant",
542
+ "resources.messageObjects.resource.title": "Resource",
429
543
  "rules.nav.group": "Geschäftsregeln",
430
544
  "rules.nav.logs": "Protokolle",
431
545
  "rules.nav.rules": "Geschäftsregeln",
432
546
  "rules.nav.rules_logs": "Geschäftsregeln-Protokolle",
433
547
  "rules.nav.sets": "Regelsätze",
548
+ "sales.messageObjects.channel.title": "Sales channel",
549
+ "sales.quotes.public.defaultUnit": "Default unit",
550
+ "save": "Save",
434
551
  "schedule.actions.add": "Hinzufügen",
435
552
  "schedule.emptyDay": "Keine Einträge für diesen Tag",
436
553
  "schedule.item.status.cancelled": "Storniert",
@@ -443,6 +560,9 @@
443
560
  "schedule.range.start": "Start",
444
561
  "schedule.range.timezone": "Zeitzone",
445
562
  "schedule.range.timezone.placeholder": "Zeitzone auswählen…",
563
+ "staff.messageObjects.myAvailability.title": "My availability",
564
+ "staff.messageObjects.teamRole.title": "Team role",
565
+ "staff.myAvailability.title": "My availability",
446
566
  "startPage.apiResources.baseUrl": "Aktuelle API-Basis-URL:",
447
567
  "startPage.apiResources.description": "Erkunden Sie die offizielle Dokumentation und laden Sie die generierten OpenAPI-Exporte für diese Installation herunter.",
448
568
  "startPage.apiResources.openLink": "Link öffnen",
@@ -487,10 +607,14 @@
487
607
  "startPage.showNextTime": "Diese Startseite beim nächsten Mal anzeigen",
488
608
  "startPage.welcome.description": "Dies ist eine anpassbare Startseite für Ihre neue Open Mercato Installation. Wählen Sie unten Ihre Rolle aus, um zu beginnen und die verfügbaren Funktionen zu erkunden.",
489
609
  "startPage.welcome.title": "Willkommen bei Ihrer Open Mercato Installation",
610
+ "subjectPlaceholder": "Enter subject",
611
+ "success": "Success",
490
612
  "tenantSelect.empty": "—",
491
613
  "tenantSelect.error": "Mandanten konnten nicht geladen werden",
492
614
  "tenantSelect.inactive": "Inaktiv",
493
615
  "tenantSelect.loading": "Mandanten werden geladen…",
616
+ "translations.audit.delete": "Deleted translation",
617
+ "translations.audit.save": "Saved translation",
494
618
  "ui.actions.actions": "Aktionen",
495
619
  "ui.actions.cancel": "Abbrechen",
496
620
  "ui.actions.clear": "Löschen",
@@ -500,37 +624,108 @@
500
624
  "ui.actions.refresh": "Aktualisieren",
501
625
  "ui.actions.save": "Speichern",
502
626
  "ui.actions.saveShortcut": "Speichern (⌘/Strg+Eingabe)",
627
+ "ui.advancedFilter.activeCount": "{count} active filters",
628
+ "ui.advancedFilter.addFilter": "Add filter",
629
+ "ui.advancedFilter.and": "And",
630
+ "ui.advancedFilter.apply": "Apply",
631
+ "ui.advancedFilter.clear": "Clear",
632
+ "ui.advancedFilter.clearAll": "Clear all",
633
+ "ui.advancedFilter.dateValue": "Date value",
634
+ "ui.advancedFilter.edit": "Edit",
635
+ "ui.advancedFilter.noConditions": "No filter conditions. Click \"Add filter\" to start.",
636
+ "ui.advancedFilter.numberPlaceholder": "Value",
637
+ "ui.advancedFilter.numberValue": "Number value",
638
+ "ui.advancedFilter.operator.between": "between",
639
+ "ui.advancedFilter.operator.contains": "contains",
640
+ "ui.advancedFilter.operator.does_not_contain": "does not contain",
641
+ "ui.advancedFilter.operator.ends_with": "ends with",
642
+ "ui.advancedFilter.operator.equals": "equals",
643
+ "ui.advancedFilter.operator.greater_or_equal": "greater or equal",
644
+ "ui.advancedFilter.operator.greater_than": "greater than",
645
+ "ui.advancedFilter.operator.has_all_of": "has all of",
646
+ "ui.advancedFilter.operator.has_any_of": "has any of",
647
+ "ui.advancedFilter.operator.has_none_of": "has none of",
648
+ "ui.advancedFilter.operator.is": "is",
649
+ "ui.advancedFilter.operator.is_after": "is after",
650
+ "ui.advancedFilter.operator.is_any_of": "is any of",
651
+ "ui.advancedFilter.operator.is_before": "is before",
652
+ "ui.advancedFilter.operator.is_empty": "is empty",
653
+ "ui.advancedFilter.operator.is_false": "is false",
654
+ "ui.advancedFilter.operator.is_none_of": "is none of",
655
+ "ui.advancedFilter.operator.is_not": "is not",
656
+ "ui.advancedFilter.operator.is_not_empty": "is not empty",
657
+ "ui.advancedFilter.operator.is_true": "is true",
658
+ "ui.advancedFilter.operator.less_or_equal": "less or equal",
659
+ "ui.advancedFilter.operator.less_than": "less than",
660
+ "ui.advancedFilter.operator.not_equals": "not equals",
661
+ "ui.advancedFilter.operator.starts_with": "starts with",
662
+ "ui.advancedFilter.or": "Or",
663
+ "ui.advancedFilter.removeCondition": "Remove condition",
664
+ "ui.advancedFilter.selectField": "Select field",
665
+ "ui.advancedFilter.selectFieldPlaceholder": "Select field...",
666
+ "ui.advancedFilter.selectOperator": "Select operator",
667
+ "ui.advancedFilter.selectValue": "Select value",
668
+ "ui.advancedFilter.selectValuePlaceholder": "Select...",
669
+ "ui.advancedFilter.textPlaceholder": "Value...",
670
+ "ui.advancedFilter.textValue": "Text value",
671
+ "ui.advancedFilter.toggle": "Advanced filters",
672
+ "ui.advancedFilter.toggleJoin": "Filter-Verknüpfung umschalten",
673
+ "ui.advancedFilter.toggleJoinHint": "Klicken, um zwischen UND und ODER zu wechseln",
674
+ "ui.advancedFilter.where": "Where",
503
675
  "ui.badges.severity.high": "Hoch",
504
676
  "ui.badges.severity.low": "Niedrig",
505
677
  "ui.badges.severity.medium": "Mittel",
506
678
  "ui.collapsible.errorPlural": "{{count}} errors",
507
679
  "ui.collapsible.errorSingular": "{{count}} error",
680
+ "ui.collapsible.fieldPlural": "fields",
681
+ "ui.collapsible.fieldSingular": "field",
682
+ "ui.columnChooser.available": "Available columns",
683
+ "ui.columnChooser.close": "Close",
684
+ "ui.columnChooser.hideAll": "Hide all",
685
+ "ui.columnChooser.search": "Search columns...",
686
+ "ui.columnChooser.selected": "Selected columns",
687
+ "ui.columnChooser.shown": "Shown",
688
+ "ui.columnChooser.title": "Columns",
689
+ "ui.columnChooser.toggle": "Choose columns",
690
+ "ui.columnChooser.ungrouped": "Other",
508
691
  "ui.contextHelp.hide": "Ausblenden",
509
692
  "ui.contextHelp.show": "Anzeigen",
510
693
  "ui.dataLoader.loading": "Wird geladen...",
511
694
  "ui.dataTable.actionsColumn": "Aktionen",
695
+ "ui.dataTable.bulkAction.error": "Bulk action failed.",
696
+ "ui.dataTable.bulkAction.selectAll": "Select all",
697
+ "ui.dataTable.bulkAction.selectRow": "Select row",
698
+ "ui.dataTable.bulkAction.selectedCount": "{count} selected",
699
+ "ui.dataTable.bulkAction.started": "Massenaktion gestartet. Fortschritt in der oberen Leiste verfolgen.",
700
+ "ui.dataTable.bulkAction.success": "Bulk action completed.",
512
701
  "ui.dataTable.customizeColumns.ariaLabel": "Spalten anpassen",
513
702
  "ui.dataTable.customizeColumns.srOnly": "Spalten anpassen",
514
703
  "ui.dataTable.customizeColumns.title": "Spalten anpassen",
515
704
  "ui.dataTable.emptyState.default": "Keine Ergebnisse.",
516
705
  "ui.dataTable.export.format.markdown": "Markdown",
517
706
  "ui.dataTable.export.label": "Exportieren",
707
+ "ui.dataTable.fieldset.label": "Columns",
708
+ "ui.dataTable.loading": "Loading table…",
518
709
  "ui.dataTable.pagination.cache.ariaLabel": "Cache {status}",
519
710
  "ui.dataTable.pagination.cache.srOnly": "Cache {status}",
520
711
  "ui.dataTable.pagination.cache.title": "Cache {status}",
521
712
  "ui.dataTable.pagination.next": "Weiter",
522
713
  "ui.dataTable.pagination.nextAriaLabel": "Zur nächsten Seite",
523
714
  "ui.dataTable.pagination.pageInfo": "Seite {page} von {totalPages}",
715
+ "ui.dataTable.pagination.perPage": "per page",
524
716
  "ui.dataTable.pagination.previous": "Zurück",
525
717
  "ui.dataTable.pagination.previousAriaLabel": "Zur vorherigen Seite",
526
718
  "ui.dataTable.pagination.results": "Zeige {start} bis {end} von {total} Ergebnissen",
527
719
  "ui.dataTable.pagination.resultsWithDuration": "Zeige {start} bis {end} von {total} Ergebnissen in {duration}",
720
+ "ui.dataTable.pagination.rowsPerPage": "Rows per page",
721
+ "ui.dataTable.perspectives.allViews": "All views",
528
722
  "ui.dataTable.perspectives.button": "Perspektiven",
529
723
  "ui.dataTable.perspectives.error.apiUnavailable": "Perspektiven-API ist nicht verfügbar. Führen Sie `yarn generate` aus und starten Sie den Entwicklungsserver neu.",
530
724
  "ui.dataTable.perspectives.error.clearRoles": "Rollenperspektiven konnten nicht gelöscht werden",
531
725
  "ui.dataTable.perspectives.error.delete": "Perspektive konnte nicht gelöscht werden",
532
726
  "ui.dataTable.perspectives.error.load": "Perspektiven konnten nicht geladen werden",
533
727
  "ui.dataTable.perspectives.error.save": "Perspektive konnte nicht gespeichert werden",
728
+ "ui.dataTable.perspectives.noView": "— No view —",
534
729
  "ui.dataTable.perspectives.warning.apiUnavailable": "Perspektiven-API ist noch nicht verfügbar. Führen Sie `yarn generate` aus, um Modulrouten neu zu generieren, und starten Sie dann den Server neu.",
535
730
  "ui.datePicker.clearButton": "Löschen",
536
731
  "ui.datePicker.placeholder": "Datum wählen",
@@ -561,6 +756,7 @@
561
756
  "ui.filters.actions.clear": "Löschen",
562
757
  "ui.filters.dateRange.from": "Von",
563
758
  "ui.filters.dateRange.to": "Bis",
759
+ "ui.filters.select.placeholder": "Select an option",
564
760
  "ui.filters.title": "Filter",
565
761
  "ui.forms.actions.cancel": "Abbrechen",
566
762
  "ui.forms.actions.clear": "Leeren",
@@ -568,6 +764,8 @@
568
764
  "ui.forms.actions.edit": "Bearbeiten",
569
765
  "ui.forms.actions.save": "Speichern",
570
766
  "ui.forms.confirmDelete": "Diesen Datensatz löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
767
+ "ui.forms.confirmDeleteWithUndo": "Diesen Datensatz löschen? Sie können ihn über den Versionsverlauf wiederherstellen.",
768
+ "ui.forms.confirmUnsavedChanges": "Sie haben ungespeicherte Änderungen. Möchten Sie die Seite wirklich verlassen?",
571
769
  "ui.forms.errors.highlighted": "Bitte behebe die markierten Fehler.",
572
770
  "ui.forms.errors.required": "Dieses Feld ist erforderlich",
573
771
  "ui.forms.errors.unexpected": "Unerwarteter Fehler",
@@ -579,6 +777,7 @@
579
777
  "ui.forms.listbox.noMatches": "Keine Treffer",
580
778
  "ui.forms.listbox.searchPlaceholder": "Suchen...",
581
779
  "ui.forms.loading": "Daten werden geladen…",
780
+ "ui.forms.optionsUnavailable": "No options available",
582
781
  "ui.forms.richtext.bold": "Fett",
583
782
  "ui.forms.richtext.heading3": "H3",
584
783
  "ui.forms.richtext.italic": "Kursiv",
@@ -602,10 +801,21 @@
602
801
  "ui.perspectives.actions.active": "Aktiv",
603
802
  "ui.perspectives.actions.removing": "Entfernen…",
604
803
  "ui.perspectives.actions.use": "Verwenden",
804
+ "ui.perspectives.autosave.error": "Failed to save view",
805
+ "ui.perspectives.autosave.success": "View saved",
605
806
  "ui.perspectives.badge.default": "Standard",
606
807
  "ui.perspectives.badge.roleDefault": "Rollenstandard",
808
+ "ui.perspectives.chip.menu": "View options",
607
809
  "ui.perspectives.close": "Schließen",
810
+ "ui.perspectives.delete.text": "This view will be removed for you and all shared roles. This cannot be undone.",
811
+ "ui.perspectives.delete.title": "Delete \"{name}\"?",
812
+ "ui.perspectives.deleteRole.text": "This shared view will be removed for the role. This cannot be undone.",
813
+ "ui.perspectives.error.nameExists": "View with this name already exists",
814
+ "ui.perspectives.footer.cancel": "Cancel",
815
+ "ui.perspectives.form.cancelCreate": "Cancel",
816
+ "ui.perspectives.form.clearSearch": "Clear search",
608
817
  "ui.perspectives.form.columns": "Spalten",
818
+ "ui.perspectives.form.confirmCreate": "Create view",
609
819
  "ui.perspectives.form.makeDefault": "Als meine Standardperspektive festlegen",
610
820
  "ui.perspectives.form.nameLabel": "Name",
611
821
  "ui.perspectives.form.namePlaceholder": "z.B. Meine kompakte Ansicht",
@@ -614,8 +824,14 @@
614
824
  "ui.perspectives.form.saving": "Speichern…",
615
825
  "ui.perspectives.form.setRoleDefault": "Als Standard für ausgewählte Rollen festlegen",
616
826
  "ui.perspectives.form.shareWithRoles": "Mit Rollen teilen",
827
+ "ui.perspectives.menu.apply": "Apply",
828
+ "ui.perspectives.menu.clone": "Clone",
829
+ "ui.perspectives.menu.rename": "Rename",
830
+ "ui.perspectives.menu.share": "Share with roles...",
617
831
  "ui.perspectives.myPerspectives.empty": "Noch keine Perspektiven gespeichert. Passen Sie Spalten oder Filter an und speichern Sie Ihre erste Perspektive.",
618
832
  "ui.perspectives.myPerspectives.title": "Meine Perspektiven",
833
+ "ui.perspectives.rename.cancel": "Cancel rename",
834
+ "ui.perspectives.rename.confirm": "Confirm rename",
619
835
  "ui.perspectives.role.clear": "Rolle löschen",
620
836
  "ui.perspectives.role.clearing": "Wird gelöscht…",
621
837
  "ui.perspectives.role.defaultConfigured": "Standardperspektive konfiguriert",
@@ -623,6 +839,8 @@
623
839
  "ui.perspectives.rolePerspectives.empty": "Keine gemeinsamen Rollenperspektiven verfügbar.",
624
840
  "ui.perspectives.rolePerspectives.title": "Rollenperspektiven",
625
841
  "ui.perspectives.saveCurrentView.title": "Aktuelle Ansicht speichern",
842
+ "ui.perspectives.savedViews.new": "New",
843
+ "ui.perspectives.savedViews.title": "Saved views",
626
844
  "ui.perspectives.title": "Perspektiven",
627
845
  "ui.perspectives.untitled": "Unbenannte Perspektive",
628
846
  "ui.perspectives.updated": "Aktualisiert {date}",
@@ -639,10 +857,29 @@
639
857
  "ui.userMenu.logout": "Abmelden",
640
858
  "ui.userMenu.profile": "Profil",
641
859
  "ui.userMenu.userFallback": "Benutzer",
860
+ "ui.webhookGuide.dashboardPath": "Pfad im Dashboard",
861
+ "ui.webhookGuide.endpointUrl": "Webhook-Endpunkt-URL",
862
+ "ui.webhookGuide.hideDetails": "Details ausblenden",
863
+ "ui.webhookGuide.localDevelopment": "Lokale Entwicklung",
864
+ "ui.webhookGuide.publicUrlNote": "Verwenden Sie in Stripe Ihre öffentliche Anwendungs-URL und keine localhost-Adresse.",
865
+ "ui.webhookGuide.recommendedEvents": "Empfohlene Ereignisse",
866
+ "ui.webhookGuide.showDetails": "Details anzeigen",
867
+ "ui.webhookGuide.steps": "Einrichtungsschritte",
868
+ "ui.wizard.back": "Back",
869
+ "ui.wizard.cancel": "Cancel",
870
+ "ui.wizard.complete": "Complete",
871
+ "ui.wizard.completeFailed": "Failed to complete wizard.",
872
+ "ui.wizard.completing": "Completing…",
873
+ "ui.wizard.next": "Next",
874
+ "ui.wizard.steps": "Steps",
875
+ "ui.wizard.validating": "Validating…",
876
+ "ui.wizard.validationFailed": "Validation failed.",
642
877
  "ui.zone.collapse": "Collapse form panel",
643
878
  "ui.zone.expand": "Expand form panel",
644
879
  "ui.zone.unsavedChanges": "Unsaved changes",
645
880
  "ui.zone.validationErrors": "{{count}} validation error(s)",
881
+ "update": "Update",
882
+ "updateSuccess": "Updated successfully.",
646
883
  "upgrades.loading": "Upgrade wird geladen…",
647
884
  "upgrades.runFailed": "Die Upgrade-Aktion konnte nicht ausgeführt werden.",
648
885
  "upgrades.scopeRequired": "Wähle eine Organisation und einen Tenant, um dieses Upgrade anzuwenden.",