@voyantjs/i18n 0.16.0

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 (85) hide show
  1. package/dist/admin/app-dmc.d.ts +22 -0
  2. package/dist/admin/app-dmc.d.ts.map +1 -0
  3. package/dist/admin/app-dmc.js +29 -0
  4. package/dist/admin/app-operator.d.ts +23 -0
  5. package/dist/admin/app-operator.d.ts.map +1 -0
  6. package/dist/admin/app-operator.js +17 -0
  7. package/dist/admin/auth.d.ts +247 -0
  8. package/dist/admin/auth.d.ts.map +1 -0
  9. package/dist/admin/auth.js +166 -0
  10. package/dist/admin/availability.d.ts +689 -0
  11. package/dist/admin/availability.d.ts.map +1 -0
  12. package/dist/admin/availability.js +686 -0
  13. package/dist/admin/bookings.d.ts +1067 -0
  14. package/dist/admin/bookings.d.ts.map +1 -0
  15. package/dist/admin/bookings.js +1064 -0
  16. package/dist/admin/chrome.d.ts +36 -0
  17. package/dist/admin/chrome.d.ts.map +1 -0
  18. package/dist/admin/chrome.js +24 -0
  19. package/dist/admin/contacts.d.ts +269 -0
  20. package/dist/admin/contacts.d.ts.map +1 -0
  21. package/dist/admin/contacts.js +266 -0
  22. package/dist/admin/core-dmc.d.ts +21 -0
  23. package/dist/admin/core-dmc.d.ts.map +1 -0
  24. package/dist/admin/core-dmc.js +14 -0
  25. package/dist/admin/core-operator.d.ts +117 -0
  26. package/dist/admin/core-operator.d.ts.map +1 -0
  27. package/dist/admin/core-operator.js +78 -0
  28. package/dist/admin/crm-operator.d.ts +579 -0
  29. package/dist/admin/crm-operator.d.ts.map +1 -0
  30. package/dist/admin/crm-operator.js +576 -0
  31. package/dist/admin/dashboard-operator.d.ts +83 -0
  32. package/dist/admin/dashboard-operator.d.ts.map +1 -0
  33. package/dist/admin/dashboard-operator.js +80 -0
  34. package/dist/admin/distribution-dmc.d.ts +1804 -0
  35. package/dist/admin/distribution-dmc.d.ts.map +1 -0
  36. package/dist/admin/distribution-dmc.js +1181 -0
  37. package/dist/admin/dmc-nav.d.ts +55 -0
  38. package/dist/admin/dmc-nav.d.ts.map +1 -0
  39. package/dist/admin/dmc-nav.js +38 -0
  40. package/dist/admin/finance.d.ts +377 -0
  41. package/dist/admin/finance.d.ts.map +1 -0
  42. package/dist/admin/finance.js +374 -0
  43. package/dist/admin/operator-nav.d.ts +76 -0
  44. package/dist/admin/operator-nav.d.ts.map +1 -0
  45. package/dist/admin/operator-nav.js +52 -0
  46. package/dist/admin/organizations.d.ts +87 -0
  47. package/dist/admin/organizations.d.ts.map +1 -0
  48. package/dist/admin/organizations.js +84 -0
  49. package/dist/admin/pricing-operator.d.ts +233 -0
  50. package/dist/admin/pricing-operator.d.ts.map +1 -0
  51. package/dist/admin/pricing-operator.js +230 -0
  52. package/dist/admin/products-dmc.d.ts +239 -0
  53. package/dist/admin/products-dmc.d.ts.map +1 -0
  54. package/dist/admin/products-dmc.js +236 -0
  55. package/dist/admin/products-operator.d.ts +999 -0
  56. package/dist/admin/products-operator.d.ts.map +1 -0
  57. package/dist/admin/products-operator.js +996 -0
  58. package/dist/admin/resources.d.ts +653 -0
  59. package/dist/admin/resources.d.ts.map +1 -0
  60. package/dist/admin/resources.js +650 -0
  61. package/dist/admin/settings-operator.d.ts +251 -0
  62. package/dist/admin/settings-operator.d.ts.map +1 -0
  63. package/dist/admin/settings-operator.js +248 -0
  64. package/dist/admin/suppliers-operator.d.ts +325 -0
  65. package/dist/admin/suppliers-operator.d.ts.map +1 -0
  66. package/dist/admin/suppliers-operator.js +322 -0
  67. package/dist/admin/suppliers.d.ts +259 -0
  68. package/dist/admin/suppliers.d.ts.map +1 -0
  69. package/dist/admin/suppliers.js +256 -0
  70. package/dist/admin/team.d.ts +102 -0
  71. package/dist/admin/team.d.ts.map +1 -0
  72. package/dist/admin/team.js +68 -0
  73. package/dist/index.d.ts +28 -0
  74. package/dist/index.d.ts.map +1 -0
  75. package/dist/index.js +27 -0
  76. package/dist/package-formatters.d.ts +9 -0
  77. package/dist/package-formatters.d.ts.map +1 -0
  78. package/dist/package-formatters.js +56 -0
  79. package/dist/package-runtime.d.ts +39 -0
  80. package/dist/package-runtime.d.ts.map +1 -0
  81. package/dist/package-runtime.js +60 -0
  82. package/dist/runtime.d.ts +33 -0
  83. package/dist/runtime.d.ts.map +1 -0
  84. package/dist/runtime.js +120 -0
  85. package/package.json +48 -0
@@ -0,0 +1,1181 @@
1
+ const distributionEn = {
2
+ distribution: {
3
+ title: "Distribution",
4
+ description: "Manage channels, contracts, commissions, product mappings, booking links, and webhook events.",
5
+ loading: "Loading distribution workspace...",
6
+ tabs: {
7
+ channels: "Channels",
8
+ contracts: "Contracts",
9
+ commissions: "Commissions",
10
+ mappings: "Mappings",
11
+ bookingLinks: "Booking Links",
12
+ webhooks: "Webhooks",
13
+ },
14
+ overview: {
15
+ activeChannelsTitle: "Active Channels",
16
+ activeChannelsDescription: "Channels currently open for trading",
17
+ activeContractsTitle: "Active Contracts",
18
+ activeContractsDescription: "Commercial agreements in force",
19
+ activeMappingsTitle: "Active Mappings",
20
+ activeMappingsDescription: "Products currently synchronized",
21
+ syncQueueTitle: "Sync Queue",
22
+ syncQueueDescription: "Webhook events waiting to be processed",
23
+ webhookQueueTitle: "Webhook Queue",
24
+ webhookQueueEmpty: "No webhook events need attention.",
25
+ contractsToReviewTitle: "Contracts to Review",
26
+ contractsToReviewEmpty: "No contracts need review.",
27
+ received: "Received",
28
+ supplier: "Supplier",
29
+ searchPlaceholder: "Search distribution records...",
30
+ allChannels: "All channels",
31
+ clearFilters: "Clear filters",
32
+ },
33
+ table: {
34
+ noValue: "-",
35
+ view: "View",
36
+ open: "Open",
37
+ channel: "Channel",
38
+ kind: "Kind",
39
+ status: "Status",
40
+ website: "Website",
41
+ supplier: "Supplier",
42
+ payment: "Payment",
43
+ start: "Start",
44
+ contract: "Contract",
45
+ scope: "Scope",
46
+ product: "Product",
47
+ type: "Type",
48
+ amount: "Amount",
49
+ externalProduct: "External Product",
50
+ booking: "Booking",
51
+ externalBooking: "External Booking",
52
+ externalStatus: "External Status",
53
+ synced: "Synced",
54
+ eventType: "Event Type",
55
+ received: "Received",
56
+ processed: "Processed",
57
+ },
58
+ values: {
59
+ channelKind: {
60
+ direct: "Direct",
61
+ affiliate: "Affiliate",
62
+ ota: "OTA",
63
+ reseller: "Reseller",
64
+ marketplace: "Marketplace",
65
+ api_partner: "API Partner",
66
+ connect: "Connect",
67
+ },
68
+ channelStatus: {
69
+ active: "Active",
70
+ inactive: "Inactive",
71
+ pending: "Pending",
72
+ archived: "Archived",
73
+ },
74
+ contractStatus: {
75
+ draft: "Draft",
76
+ active: "Active",
77
+ expired: "Expired",
78
+ terminated: "Terminated",
79
+ },
80
+ paymentOwner: {
81
+ operator: "Operator",
82
+ channel: "Channel",
83
+ split: "Split",
84
+ },
85
+ cancellationOwner: {
86
+ operator: "Operator",
87
+ channel: "Channel",
88
+ mixed: "Mixed",
89
+ },
90
+ commissionScope: {
91
+ booking: "Booking",
92
+ product: "Product",
93
+ rate: "Rate",
94
+ category: "Category",
95
+ },
96
+ commissionType: {
97
+ fixed: "Fixed",
98
+ percentage: "Percentage",
99
+ },
100
+ webhookStatus: {
101
+ pending: "Pending",
102
+ processed: "Processed",
103
+ failed: "Failed",
104
+ ignored: "Ignored",
105
+ },
106
+ mappingStatus: {
107
+ active: "Active",
108
+ inactive: "Inactive",
109
+ },
110
+ },
111
+ entities: {
112
+ channel: { singular: "channel", plural: "channels" },
113
+ contract: { singular: "contract", plural: "contracts" },
114
+ commissionRule: {
115
+ singular: "commission rule",
116
+ plural: "commission rules",
117
+ },
118
+ mapping: { singular: "mapping", plural: "mappings" },
119
+ bookingLink: { singular: "booking link", plural: "booking links" },
120
+ webhookEvent: {
121
+ singular: "webhook event",
122
+ plural: "webhook events",
123
+ },
124
+ },
125
+ toasts: {
126
+ activated: "activated",
127
+ archived: "archived",
128
+ expired: "expired",
129
+ deleted: "deleted",
130
+ deactivated: "deactivated",
131
+ processed: "processed",
132
+ ignored: "ignored",
133
+ success: "{selection} {verb} successfully.",
134
+ partial: "{selection}: {succeeded} succeeded, {failed} failed.",
135
+ },
136
+ channels: {
137
+ title: "Channels",
138
+ description: "Configure sales and connectivity partners.",
139
+ action: "New channel",
140
+ empty: "No channels found.",
141
+ activate: {
142
+ button: "Activate",
143
+ confirm: "Activate",
144
+ title: "Activate {selection}?",
145
+ description: "The selected channels will be marked as active.",
146
+ },
147
+ archive: {
148
+ button: "Archive",
149
+ confirm: "Archive",
150
+ title: "Archive {selection}?",
151
+ description: "The selected channels will be archived.",
152
+ },
153
+ delete: {
154
+ button: "Delete",
155
+ confirm: "Delete",
156
+ title: "Delete {selection}?",
157
+ description: "This action cannot be undone.",
158
+ },
159
+ },
160
+ contracts: {
161
+ title: "Contracts",
162
+ description: "Manage commercial terms by channel and supplier.",
163
+ action: "New contract",
164
+ empty: "No contracts found.",
165
+ activate: {
166
+ button: "Activate",
167
+ confirm: "Activate",
168
+ title: "Activate {selection}?",
169
+ description: "The selected contracts will be set to active.",
170
+ },
171
+ expire: {
172
+ button: "Expire",
173
+ confirm: "Expire",
174
+ title: "Expire {selection}?",
175
+ description: "The selected contracts will be marked as expired.",
176
+ },
177
+ delete: {
178
+ button: "Delete",
179
+ confirm: "Delete",
180
+ title: "Delete {selection}?",
181
+ description: "This action cannot be undone.",
182
+ },
183
+ },
184
+ commissions: {
185
+ title: "Commission Rules",
186
+ description: "Define channel commission logic.",
187
+ action: "New commission rule",
188
+ empty: "No commission rules found.",
189
+ delete: {
190
+ button: "Delete",
191
+ confirm: "Delete",
192
+ title: "Delete {selection}?",
193
+ description: "This action cannot be undone.",
194
+ },
195
+ },
196
+ mappings: {
197
+ title: "Product Mappings",
198
+ description: "Link internal products to external channel products.",
199
+ action: "New mapping",
200
+ empty: "No mappings found.",
201
+ activate: {
202
+ button: "Activate",
203
+ confirm: "Activate",
204
+ title: "Activate {selection}?",
205
+ description: "The selected mappings will be activated.",
206
+ },
207
+ deactivate: {
208
+ button: "Deactivate",
209
+ confirm: "Deactivate",
210
+ title: "Deactivate {selection}?",
211
+ description: "The selected mappings will be deactivated.",
212
+ },
213
+ delete: {
214
+ button: "Delete",
215
+ confirm: "Delete",
216
+ title: "Delete {selection}?",
217
+ description: "This action cannot be undone.",
218
+ },
219
+ },
220
+ bookingLinks: {
221
+ title: "Booking Links",
222
+ description: "Track how internal bookings connect to channel bookings.",
223
+ action: "New booking link",
224
+ empty: "No booking links found.",
225
+ delete: {
226
+ button: "Delete",
227
+ confirm: "Delete",
228
+ title: "Delete {selection}?",
229
+ description: "This action cannot be undone.",
230
+ },
231
+ },
232
+ webhooks: {
233
+ title: "Webhook Events",
234
+ description: "Review webhook traffic and processing state.",
235
+ action: "New webhook event",
236
+ empty: "No webhook events found.",
237
+ process: {
238
+ button: "Process",
239
+ confirm: "Process",
240
+ title: "Process {selection}?",
241
+ description: "The selected webhook events will be processed again.",
242
+ },
243
+ ignore: {
244
+ button: "Ignore",
245
+ confirm: "Ignore",
246
+ title: "Ignore {selection}?",
247
+ description: "The selected webhook events will be marked as ignored.",
248
+ },
249
+ delete: {
250
+ button: "Delete",
251
+ confirm: "Delete",
252
+ title: "Delete {selection}?",
253
+ description: "This action cannot be undone.",
254
+ },
255
+ },
256
+ dialogs: {
257
+ channel: {
258
+ editTitle: "Edit channel",
259
+ createTitle: "New channel",
260
+ labels: {
261
+ name: "Name",
262
+ kind: "Kind",
263
+ status: "Status",
264
+ website: "Website",
265
+ contactName: "Contact name",
266
+ contactEmail: "Contact email",
267
+ metadataJson: "Metadata JSON",
268
+ },
269
+ placeholders: {
270
+ name: "Channel name",
271
+ website: "https://example.com",
272
+ contactName: "Primary contact",
273
+ contactEmail: "partner@example.com",
274
+ metadataJson: '{"key":"value"}',
275
+ },
276
+ actions: {
277
+ cancel: "Cancel",
278
+ save: "Save changes",
279
+ create: "Create channel",
280
+ },
281
+ validation: {
282
+ nameRequired: "Name is required.",
283
+ },
284
+ },
285
+ contract: {
286
+ editTitle: "Edit contract",
287
+ createTitle: "New contract",
288
+ labels: {
289
+ channel: "Channel",
290
+ supplier: "Supplier",
291
+ status: "Status",
292
+ startsAt: "Starts at",
293
+ endsAt: "Ends at",
294
+ paymentOwner: "Payment owner",
295
+ cancellationOwner: "Cancellation owner",
296
+ settlementTerms: "Settlement terms",
297
+ notes: "Notes",
298
+ },
299
+ placeholders: {
300
+ selectChannel: "Select a channel",
301
+ noSupplier: "No supplier",
302
+ startDate: "Select a start date",
303
+ endDate: "Select an end date",
304
+ settlementTerms: "Settlement terms",
305
+ notes: "Notes",
306
+ },
307
+ actions: {
308
+ cancel: "Cancel",
309
+ save: "Save changes",
310
+ create: "Create contract",
311
+ },
312
+ validation: {
313
+ channelRequired: "Channel is required.",
314
+ startDateRequired: "Start date is required.",
315
+ },
316
+ },
317
+ commission: {
318
+ editTitle: "Edit commission rule",
319
+ createTitle: "New commission rule",
320
+ labels: {
321
+ contract: "Contract",
322
+ scope: "Scope",
323
+ product: "Product",
324
+ commissionType: "Commission type",
325
+ amountCents: "Fixed amount",
326
+ percentBasisPoints: "Percentage (basis points)",
327
+ externalRateId: "External rate ID",
328
+ externalCategoryId: "External category ID",
329
+ validFrom: "Valid from",
330
+ validTo: "Valid to",
331
+ },
332
+ placeholders: {
333
+ selectContract: "Select a contract",
334
+ noProduct: "No product",
335
+ externalRateId: "ext-rate-123",
336
+ externalCategoryId: "ext-cat-123",
337
+ validFrom: "Select a start date",
338
+ validTo: "Select an end date",
339
+ },
340
+ actions: {
341
+ cancel: "Cancel",
342
+ save: "Save changes",
343
+ create: "Create commission rule",
344
+ },
345
+ validation: {
346
+ contractRequired: "Contract is required.",
347
+ },
348
+ },
349
+ mapping: {
350
+ editTitle: "Edit mapping",
351
+ createTitle: "New mapping",
352
+ labels: {
353
+ channel: "Channel",
354
+ product: "Product",
355
+ externalProductId: "External product ID",
356
+ externalRateId: "External rate ID",
357
+ externalCategoryId: "External category ID",
358
+ active: "Active",
359
+ activeDescription: "Inactive mappings remain stored but are ignored during sync.",
360
+ },
361
+ placeholders: {
362
+ selectChannel: "Select a channel",
363
+ selectProduct: "Select a product",
364
+ externalProductId: "ext-product-123",
365
+ externalRateId: "ext-rate-123",
366
+ externalCategoryId: "ext-cat-123",
367
+ },
368
+ actions: {
369
+ cancel: "Cancel",
370
+ save: "Save changes",
371
+ create: "Create mapping",
372
+ },
373
+ validation: {
374
+ channelRequired: "Channel is required.",
375
+ productRequired: "Product is required.",
376
+ externalProductIdRequired: "External product ID is required.",
377
+ },
378
+ },
379
+ bookingLink: {
380
+ editTitle: "Edit booking link",
381
+ createTitle: "New booking link",
382
+ labels: {
383
+ channel: "Channel",
384
+ booking: "Booking",
385
+ externalBookingId: "External booking ID",
386
+ externalReference: "External reference",
387
+ externalStatus: "External status",
388
+ bookedAtExternal: "Booked externally at",
389
+ lastSyncedAt: "Last synced at",
390
+ },
391
+ placeholders: {
392
+ selectChannel: "Select a channel",
393
+ selectBooking: "Select a booking",
394
+ externalBookingId: "ext-booking-123",
395
+ externalReference: "Reference",
396
+ externalStatus: "Status",
397
+ bookedAtExternal: "Select a date and time",
398
+ lastSyncedAt: "Select a date and time",
399
+ },
400
+ actions: {
401
+ cancel: "Cancel",
402
+ save: "Save changes",
403
+ create: "Create booking link",
404
+ },
405
+ validation: {
406
+ channelRequired: "Channel is required.",
407
+ bookingRequired: "Booking is required.",
408
+ },
409
+ },
410
+ webhook: {
411
+ editTitle: "Edit webhook event",
412
+ createTitle: "New webhook event",
413
+ labels: {
414
+ channel: "Channel",
415
+ eventType: "Event type",
416
+ externalEventId: "External event ID",
417
+ status: "Status",
418
+ receivedAt: "Received at",
419
+ processedAt: "Processed at",
420
+ payloadJson: "Payload JSON",
421
+ errorMessage: "Error message",
422
+ },
423
+ placeholders: {
424
+ selectChannel: "Select a channel",
425
+ eventType: "booking.updated",
426
+ externalEventId: "evt_123",
427
+ receivedAt: "Select a date and time",
428
+ processedAt: "Select a date and time",
429
+ errorMessage: "Error message",
430
+ },
431
+ actions: {
432
+ cancel: "Cancel",
433
+ save: "Save changes",
434
+ create: "Create webhook event",
435
+ },
436
+ validation: {
437
+ channelRequired: "Channel is required.",
438
+ eventTypeRequired: "Event type is required.",
439
+ payloadJsonRequired: "Payload JSON is required.",
440
+ },
441
+ },
442
+ },
443
+ details: {
444
+ common: {
445
+ back: "Back to Distribution",
446
+ notFound: "Record not found",
447
+ loading: "Loading...",
448
+ delete: "Delete",
449
+ openChannel: "Open channel",
450
+ openProduct: "Open product",
451
+ openBooking: "Open booking",
452
+ openContract: "Open contract",
453
+ },
454
+ channel: {
455
+ title: "Channel",
456
+ notFound: "Channel not found",
457
+ deleteConfirm: "Delete this channel?",
458
+ detailsTitle: "Channel Details",
459
+ metadataTitle: "Metadata",
460
+ contractsTitle: "Contracts",
461
+ mappingsTitle: "Mappings",
462
+ bookingLinksTitle: "Booking Links",
463
+ webhooksTitle: "Webhook Events",
464
+ noMetadata: "No metadata available.",
465
+ noContracts: "No contracts linked to this channel.",
466
+ noMappings: "No mappings linked to this channel.",
467
+ noBookingLinks: "No booking links linked to this channel.",
468
+ noWebhooks: "No webhook events linked to this channel.",
469
+ fields: {
470
+ website: "Website",
471
+ contactName: "Contact name",
472
+ contactEmail: "Contact email",
473
+ created: "Created",
474
+ updated: "Updated",
475
+ supplier: "Supplier",
476
+ payment: "Payment owner",
477
+ cancellation: "Cancellation owner",
478
+ externalProduct: "External product",
479
+ rate: "Rate",
480
+ category: "Category",
481
+ externalBooking: "External booking",
482
+ reference: "Reference",
483
+ synced: "Synced",
484
+ externalEvent: "External event",
485
+ received: "Received",
486
+ processed: "Processed",
487
+ status: "Status",
488
+ },
489
+ openEnded: "Open ended",
490
+ },
491
+ contract: {
492
+ title: "Contract",
493
+ notFound: "Contract not found",
494
+ deleteConfirm: "Delete this contract?",
495
+ detailsTitle: "Contract Details",
496
+ notesTitle: "Notes",
497
+ commissionRulesTitle: "Commission Rules",
498
+ noCommissionRules: "No commission rules linked to this contract.",
499
+ fields: {
500
+ channel: "Channel",
501
+ supplier: "Supplier",
502
+ endsAt: "Ends at",
503
+ paymentOwner: "Payment owner",
504
+ cancellationOwner: "Cancellation owner",
505
+ created: "Created",
506
+ updated: "Updated",
507
+ settlementTerms: "Settlement terms",
508
+ notes: "Notes",
509
+ product: "Product",
510
+ amount: "Amount",
511
+ basisPoints: "Basis points",
512
+ rate: "Rate",
513
+ category: "Category",
514
+ valid: "Valid",
515
+ },
516
+ openEnded: "Open ended",
517
+ },
518
+ commission: {
519
+ title: "Commission Rule",
520
+ notFound: "Commission rule not found",
521
+ deleteConfirm: "Delete this commission rule?",
522
+ detailsTitle: "Commission Rule Details",
523
+ fields: {
524
+ contract: "Contract",
525
+ channel: "Channel",
526
+ product: "Product",
527
+ amount: "Amount",
528
+ basisPoints: "Basis points",
529
+ externalRate: "External rate",
530
+ externalCategory: "External category",
531
+ valid: "Valid",
532
+ created: "Created",
533
+ updated: "Updated",
534
+ },
535
+ },
536
+ mapping: {
537
+ title: "Mapping",
538
+ notFound: "Mapping not found",
539
+ deleteConfirm: "Delete this mapping?",
540
+ detailsTitle: "Mapping Details",
541
+ fields: {
542
+ channel: "Channel",
543
+ product: "Product",
544
+ externalProduct: "External product",
545
+ externalRate: "External rate",
546
+ externalCategory: "External category",
547
+ created: "Created",
548
+ updated: "Updated",
549
+ },
550
+ },
551
+ bookingLink: {
552
+ title: "Booking Link",
553
+ notFound: "Booking link not found",
554
+ deleteConfirm: "Delete this booking link?",
555
+ detailsTitle: "Booking Link Details",
556
+ unmappedStatus: "Unmapped",
557
+ noReference: "No reference",
558
+ fields: {
559
+ channel: "Channel",
560
+ booking: "Booking",
561
+ externalBooking: "External booking",
562
+ reference: "Reference",
563
+ bookedAtExternal: "Booked externally at",
564
+ lastSynced: "Last synced",
565
+ created: "Created",
566
+ updated: "Updated",
567
+ },
568
+ },
569
+ webhook: {
570
+ title: "Webhook Event",
571
+ notFound: "Webhook event not found",
572
+ deleteConfirm: "Delete this webhook event?",
573
+ detailsTitle: "Webhook Event Details",
574
+ payloadTitle: "Payload",
575
+ errorTitle: "Error",
576
+ fields: {
577
+ channel: "Channel",
578
+ externalEvent: "External event",
579
+ received: "Received",
580
+ processed: "Processed",
581
+ created: "Created",
582
+ updated: "Updated",
583
+ },
584
+ },
585
+ },
586
+ },
587
+ };
588
+ const distributionRo = {
589
+ distribution: {
590
+ title: "Distributie",
591
+ description: "Gestioneaza canale, contracte, comisioane, mapari de produse, legaturi de rezervari si evenimente webhook.",
592
+ loading: "Se incarca spatiul de lucru pentru distributie...",
593
+ tabs: {
594
+ channels: "Canale",
595
+ contracts: "Contracte",
596
+ commissions: "Comisioane",
597
+ mappings: "Mapari",
598
+ bookingLinks: "Legaturi rezervari",
599
+ webhooks: "Webhook-uri",
600
+ },
601
+ overview: {
602
+ activeChannelsTitle: "Canale active",
603
+ activeChannelsDescription: "Canale deschise in prezent pentru vanzare",
604
+ activeContractsTitle: "Contracte active",
605
+ activeContractsDescription: "Acorduri comerciale in vigoare",
606
+ activeMappingsTitle: "Mapari active",
607
+ activeMappingsDescription: "Produse sincronizate in prezent",
608
+ syncQueueTitle: "Coada de sincronizare",
609
+ syncQueueDescription: "Evenimente webhook in asteptare pentru procesare",
610
+ webhookQueueTitle: "Coada webhook",
611
+ webhookQueueEmpty: "Niciun eveniment webhook nu necesita atentie.",
612
+ contractsToReviewTitle: "Contracte de revizuit",
613
+ contractsToReviewEmpty: "Niciun contract nu necesita revizuire.",
614
+ received: "Primit",
615
+ supplier: "Furnizor",
616
+ searchPlaceholder: "Cauta in distributie...",
617
+ allChannels: "Toate canalele",
618
+ clearFilters: "Reseteaza filtrele",
619
+ },
620
+ table: {
621
+ noValue: "-",
622
+ view: "Vezi",
623
+ open: "Deschide",
624
+ channel: "Canal",
625
+ kind: "Tip",
626
+ status: "Status",
627
+ website: "Website",
628
+ supplier: "Furnizor",
629
+ payment: "Plata",
630
+ start: "Inceput",
631
+ contract: "Contract",
632
+ scope: "Domeniu",
633
+ product: "Produs",
634
+ type: "Tip",
635
+ amount: "Valoare",
636
+ externalProduct: "Produs extern",
637
+ booking: "Rezervare",
638
+ externalBooking: "Rezervare externa",
639
+ externalStatus: "Status extern",
640
+ synced: "Sincronizat",
641
+ eventType: "Tip eveniment",
642
+ received: "Primit",
643
+ processed: "Procesat",
644
+ },
645
+ values: {
646
+ channelKind: {
647
+ direct: "Direct",
648
+ affiliate: "Afiliat",
649
+ ota: "OTA",
650
+ reseller: "Revanzator",
651
+ marketplace: "Marketplace",
652
+ api_partner: "Partener API",
653
+ connect: "Connect",
654
+ },
655
+ channelStatus: {
656
+ active: "Activ",
657
+ inactive: "Inactiv",
658
+ pending: "In asteptare",
659
+ archived: "Arhivat",
660
+ },
661
+ contractStatus: {
662
+ draft: "Ciorna",
663
+ active: "Activ",
664
+ expired: "Expirat",
665
+ terminated: "Incheiat",
666
+ },
667
+ paymentOwner: {
668
+ operator: "Operator",
669
+ channel: "Canal",
670
+ split: "Partajat",
671
+ },
672
+ cancellationOwner: {
673
+ operator: "Operator",
674
+ channel: "Canal",
675
+ mixed: "Mixt",
676
+ },
677
+ commissionScope: {
678
+ booking: "Rezervare",
679
+ product: "Produs",
680
+ rate: "Tarif",
681
+ category: "Categorie",
682
+ },
683
+ commissionType: {
684
+ fixed: "Fix",
685
+ percentage: "Procentual",
686
+ },
687
+ webhookStatus: {
688
+ pending: "In asteptare",
689
+ processed: "Procesat",
690
+ failed: "Esuat",
691
+ ignored: "Ignorat",
692
+ },
693
+ mappingStatus: {
694
+ active: "Activ",
695
+ inactive: "Inactiv",
696
+ },
697
+ },
698
+ entities: {
699
+ channel: { singular: "canal", plural: "canale" },
700
+ contract: { singular: "contract", plural: "contracte" },
701
+ commissionRule: {
702
+ singular: "regula de comision",
703
+ plural: "reguli de comision",
704
+ },
705
+ mapping: { singular: "mapare", plural: "mapari" },
706
+ bookingLink: {
707
+ singular: "legatura de rezervare",
708
+ plural: "legaturi de rezervare",
709
+ },
710
+ webhookEvent: {
711
+ singular: "eveniment webhook",
712
+ plural: "evenimente webhook",
713
+ },
714
+ },
715
+ toasts: {
716
+ activated: "activate",
717
+ archived: "arhivate",
718
+ expired: "expirate",
719
+ deleted: "sterse",
720
+ deactivated: "dezactivate",
721
+ processed: "procesate",
722
+ ignored: "ignorate",
723
+ success: "{selection} au fost {verb} cu succes.",
724
+ partial: "{selection}: {succeeded} reusite, {failed} esuate.",
725
+ },
726
+ channels: {
727
+ title: "Canale",
728
+ description: "Configureaza partenerii de vanzare si conectivitate.",
729
+ action: "Canal nou",
730
+ empty: "Nu au fost gasite canale.",
731
+ activate: {
732
+ button: "Activeaza",
733
+ confirm: "Activeaza",
734
+ title: "Activezi {selection}?",
735
+ description: "Canalele selectate vor fi marcate ca active.",
736
+ },
737
+ archive: {
738
+ button: "Arhiveaza",
739
+ confirm: "Arhiveaza",
740
+ title: "Arhivezi {selection}?",
741
+ description: "Canalele selectate vor fi arhivate.",
742
+ },
743
+ delete: {
744
+ button: "Sterge",
745
+ confirm: "Sterge",
746
+ title: "Stergi {selection}?",
747
+ description: "Aceasta actiune nu poate fi anulata.",
748
+ },
749
+ },
750
+ contracts: {
751
+ title: "Contracte",
752
+ description: "Gestioneaza conditiile comerciale pe canal si furnizor.",
753
+ action: "Contract nou",
754
+ empty: "Nu au fost gasite contracte.",
755
+ activate: {
756
+ button: "Activeaza",
757
+ confirm: "Activeaza",
758
+ title: "Activezi {selection}?",
759
+ description: "Contractele selectate vor fi setate ca active.",
760
+ },
761
+ expire: {
762
+ button: "Expira",
763
+ confirm: "Expira",
764
+ title: "Expiri {selection}?",
765
+ description: "Contractele selectate vor fi marcate ca expirate.",
766
+ },
767
+ delete: {
768
+ button: "Sterge",
769
+ confirm: "Sterge",
770
+ title: "Stergi {selection}?",
771
+ description: "Aceasta actiune nu poate fi anulata.",
772
+ },
773
+ },
774
+ commissions: {
775
+ title: "Reguli de comision",
776
+ description: "Defineste logica de comision pe canal.",
777
+ action: "Regula noua",
778
+ empty: "Nu au fost gasite reguli de comision.",
779
+ delete: {
780
+ button: "Sterge",
781
+ confirm: "Sterge",
782
+ title: "Stergi {selection}?",
783
+ description: "Aceasta actiune nu poate fi anulata.",
784
+ },
785
+ },
786
+ mappings: {
787
+ title: "Mapari produse",
788
+ description: "Leaga produsele interne de produsele externe ale canalului.",
789
+ action: "Mapare noua",
790
+ empty: "Nu au fost gasite mapari.",
791
+ activate: {
792
+ button: "Activeaza",
793
+ confirm: "Activeaza",
794
+ title: "Activezi {selection}?",
795
+ description: "Maparile selectate vor fi activate.",
796
+ },
797
+ deactivate: {
798
+ button: "Dezactiveaza",
799
+ confirm: "Dezactiveaza",
800
+ title: "Dezactivezi {selection}?",
801
+ description: "Maparile selectate vor fi dezactivate.",
802
+ },
803
+ delete: {
804
+ button: "Sterge",
805
+ confirm: "Sterge",
806
+ title: "Stergi {selection}?",
807
+ description: "Aceasta actiune nu poate fi anulata.",
808
+ },
809
+ },
810
+ bookingLinks: {
811
+ title: "Legaturi rezervari",
812
+ description: "Urmareste modul in care rezervarile interne se leaga de rezervarile din canal.",
813
+ action: "Legatura noua",
814
+ empty: "Nu au fost gasite legaturi de rezervari.",
815
+ delete: {
816
+ button: "Sterge",
817
+ confirm: "Sterge",
818
+ title: "Stergi {selection}?",
819
+ description: "Aceasta actiune nu poate fi anulata.",
820
+ },
821
+ },
822
+ webhooks: {
823
+ title: "Evenimente webhook",
824
+ description: "Revizuieste traficul webhook si starea procesarii.",
825
+ action: "Eveniment webhook nou",
826
+ empty: "Nu au fost gasite evenimente webhook.",
827
+ process: {
828
+ button: "Proceseaza",
829
+ confirm: "Proceseaza",
830
+ title: "Procesezi {selection}?",
831
+ description: "Evenimentele webhook selectate vor fi procesate din nou.",
832
+ },
833
+ ignore: {
834
+ button: "Ignora",
835
+ confirm: "Ignora",
836
+ title: "Ignori {selection}?",
837
+ description: "Evenimentele webhook selectate vor fi marcate ca ignorate.",
838
+ },
839
+ delete: {
840
+ button: "Sterge",
841
+ confirm: "Sterge",
842
+ title: "Stergi {selection}?",
843
+ description: "Aceasta actiune nu poate fi anulata.",
844
+ },
845
+ },
846
+ dialogs: {
847
+ channel: {
848
+ editTitle: "Editeaza canalul",
849
+ createTitle: "Canal nou",
850
+ labels: {
851
+ name: "Nume",
852
+ kind: "Tip",
853
+ status: "Status",
854
+ website: "Website",
855
+ contactName: "Nume contact",
856
+ contactEmail: "Email contact",
857
+ metadataJson: "Metadata JSON",
858
+ },
859
+ placeholders: {
860
+ name: "Numele canalului",
861
+ website: "https://example.com",
862
+ contactName: "Contact principal",
863
+ contactEmail: "partner@example.com",
864
+ metadataJson: '{"key":"value"}',
865
+ },
866
+ actions: {
867
+ cancel: "Anuleaza",
868
+ save: "Salveaza modificarile",
869
+ create: "Creeaza canalul",
870
+ },
871
+ validation: {
872
+ nameRequired: "Numele este obligatoriu.",
873
+ },
874
+ },
875
+ contract: {
876
+ editTitle: "Editeaza contractul",
877
+ createTitle: "Contract nou",
878
+ labels: {
879
+ channel: "Canal",
880
+ supplier: "Furnizor",
881
+ status: "Status",
882
+ startsAt: "Incepe la",
883
+ endsAt: "Se incheie la",
884
+ paymentOwner: "Responsabil plata",
885
+ cancellationOwner: "Responsabil anulare",
886
+ settlementTerms: "Termeni de decontare",
887
+ notes: "Note",
888
+ },
889
+ placeholders: {
890
+ selectChannel: "Selecteaza un canal",
891
+ noSupplier: "Fara furnizor",
892
+ startDate: "Selecteaza data de inceput",
893
+ endDate: "Selecteaza data de sfarsit",
894
+ settlementTerms: "Termeni de decontare",
895
+ notes: "Note",
896
+ },
897
+ actions: {
898
+ cancel: "Anuleaza",
899
+ save: "Salveaza modificarile",
900
+ create: "Creeaza contractul",
901
+ },
902
+ validation: {
903
+ channelRequired: "Canalul este obligatoriu.",
904
+ startDateRequired: "Data de inceput este obligatorie.",
905
+ },
906
+ },
907
+ commission: {
908
+ editTitle: "Editeaza regula de comision",
909
+ createTitle: "Regula de comision noua",
910
+ labels: {
911
+ contract: "Contract",
912
+ scope: "Domeniu",
913
+ product: "Produs",
914
+ commissionType: "Tip comision",
915
+ amountCents: "Valoare fixa",
916
+ percentBasisPoints: "Procent (puncte de baza)",
917
+ externalRateId: "ID tarif extern",
918
+ externalCategoryId: "ID categorie externa",
919
+ validFrom: "Valabil de la",
920
+ validTo: "Valabil pana la",
921
+ },
922
+ placeholders: {
923
+ selectContract: "Selecteaza un contract",
924
+ noProduct: "Fara produs",
925
+ externalRateId: "ext-rate-123",
926
+ externalCategoryId: "ext-cat-123",
927
+ validFrom: "Selecteaza data de inceput",
928
+ validTo: "Selecteaza data de sfarsit",
929
+ },
930
+ actions: {
931
+ cancel: "Anuleaza",
932
+ save: "Salveaza modificarile",
933
+ create: "Creeaza regula",
934
+ },
935
+ validation: {
936
+ contractRequired: "Contractul este obligatoriu.",
937
+ },
938
+ },
939
+ mapping: {
940
+ editTitle: "Editeaza maparea",
941
+ createTitle: "Mapare noua",
942
+ labels: {
943
+ channel: "Canal",
944
+ product: "Produs",
945
+ externalProductId: "ID produs extern",
946
+ externalRateId: "ID tarif extern",
947
+ externalCategoryId: "ID categorie externa",
948
+ active: "Activ",
949
+ activeDescription: "Maparile inactive raman salvate, dar sunt ignorate in timpul sincronizarii.",
950
+ },
951
+ placeholders: {
952
+ selectChannel: "Selecteaza un canal",
953
+ selectProduct: "Selecteaza un produs",
954
+ externalProductId: "ext-product-123",
955
+ externalRateId: "ext-rate-123",
956
+ externalCategoryId: "ext-cat-123",
957
+ },
958
+ actions: {
959
+ cancel: "Anuleaza",
960
+ save: "Salveaza modificarile",
961
+ create: "Creeaza maparea",
962
+ },
963
+ validation: {
964
+ channelRequired: "Canalul este obligatoriu.",
965
+ productRequired: "Produsul este obligatoriu.",
966
+ externalProductIdRequired: "ID-ul produsului extern este obligatoriu.",
967
+ },
968
+ },
969
+ bookingLink: {
970
+ editTitle: "Editeaza legatura rezervarii",
971
+ createTitle: "Legatura de rezervare noua",
972
+ labels: {
973
+ channel: "Canal",
974
+ booking: "Rezervare",
975
+ externalBookingId: "ID rezervare externa",
976
+ externalReference: "Referinta externa",
977
+ externalStatus: "Status extern",
978
+ bookedAtExternal: "Rezervata extern la",
979
+ lastSyncedAt: "Ultima sincronizare la",
980
+ },
981
+ placeholders: {
982
+ selectChannel: "Selecteaza un canal",
983
+ selectBooking: "Selecteaza o rezervare",
984
+ externalBookingId: "ext-booking-123",
985
+ externalReference: "Referinta",
986
+ externalStatus: "Status",
987
+ bookedAtExternal: "Selecteaza data si ora",
988
+ lastSyncedAt: "Selecteaza data si ora",
989
+ },
990
+ actions: {
991
+ cancel: "Anuleaza",
992
+ save: "Salveaza modificarile",
993
+ create: "Creeaza legatura",
994
+ },
995
+ validation: {
996
+ channelRequired: "Canalul este obligatoriu.",
997
+ bookingRequired: "Rezervarea este obligatorie.",
998
+ },
999
+ },
1000
+ webhook: {
1001
+ editTitle: "Editeaza evenimentul webhook",
1002
+ createTitle: "Eveniment webhook nou",
1003
+ labels: {
1004
+ channel: "Canal",
1005
+ eventType: "Tip eveniment",
1006
+ externalEventId: "ID eveniment extern",
1007
+ status: "Status",
1008
+ receivedAt: "Primit la",
1009
+ processedAt: "Procesat la",
1010
+ payloadJson: "Payload JSON",
1011
+ errorMessage: "Mesaj eroare",
1012
+ },
1013
+ placeholders: {
1014
+ selectChannel: "Selecteaza un canal",
1015
+ eventType: "booking.updated",
1016
+ externalEventId: "evt_123",
1017
+ receivedAt: "Selecteaza data si ora",
1018
+ processedAt: "Selecteaza data si ora",
1019
+ errorMessage: "Mesaj eroare",
1020
+ },
1021
+ actions: {
1022
+ cancel: "Anuleaza",
1023
+ save: "Salveaza modificarile",
1024
+ create: "Creeaza evenimentul",
1025
+ },
1026
+ validation: {
1027
+ channelRequired: "Canalul este obligatoriu.",
1028
+ eventTypeRequired: "Tipul evenimentului este obligatoriu.",
1029
+ payloadJsonRequired: "Payload JSON este obligatoriu.",
1030
+ },
1031
+ },
1032
+ },
1033
+ details: {
1034
+ common: {
1035
+ back: "Inapoi la distributie",
1036
+ notFound: "Inregistrarea nu a fost gasita",
1037
+ loading: "Se incarca...",
1038
+ delete: "Sterge",
1039
+ openChannel: "Deschide canalul",
1040
+ openProduct: "Deschide produsul",
1041
+ openBooking: "Deschide rezervarea",
1042
+ openContract: "Deschide contractul",
1043
+ },
1044
+ channel: {
1045
+ title: "Canal",
1046
+ notFound: "Canalul nu a fost gasit",
1047
+ deleteConfirm: "Stergi acest canal?",
1048
+ detailsTitle: "Detalii canal",
1049
+ metadataTitle: "Metadata",
1050
+ contractsTitle: "Contracte",
1051
+ mappingsTitle: "Mapari",
1052
+ bookingLinksTitle: "Legaturi rezervari",
1053
+ webhooksTitle: "Evenimente webhook",
1054
+ noMetadata: "Nu exista metadata.",
1055
+ noContracts: "Nu exista contracte legate de acest canal.",
1056
+ noMappings: "Nu exista mapari legate de acest canal.",
1057
+ noBookingLinks: "Nu exista legaturi de rezervari pentru acest canal.",
1058
+ noWebhooks: "Nu exista evenimente webhook pentru acest canal.",
1059
+ fields: {
1060
+ website: "Website",
1061
+ contactName: "Nume contact",
1062
+ contactEmail: "Email contact",
1063
+ created: "Creat",
1064
+ updated: "Actualizat",
1065
+ supplier: "Furnizor",
1066
+ payment: "Responsabil plata",
1067
+ cancellation: "Responsabil anulare",
1068
+ externalProduct: "Produs extern",
1069
+ rate: "Tarif",
1070
+ category: "Categorie",
1071
+ externalBooking: "Rezervare externa",
1072
+ reference: "Referinta",
1073
+ synced: "Sincronizat",
1074
+ externalEvent: "Eveniment extern",
1075
+ received: "Primit",
1076
+ processed: "Procesat",
1077
+ status: "Status",
1078
+ },
1079
+ openEnded: "Fara sfarsit",
1080
+ },
1081
+ contract: {
1082
+ title: "Contract",
1083
+ notFound: "Contractul nu a fost gasit",
1084
+ deleteConfirm: "Stergi acest contract?",
1085
+ detailsTitle: "Detalii contract",
1086
+ notesTitle: "Note",
1087
+ commissionRulesTitle: "Reguli de comision",
1088
+ noCommissionRules: "Nu exista reguli de comision legate de acest contract.",
1089
+ fields: {
1090
+ channel: "Canal",
1091
+ supplier: "Furnizor",
1092
+ endsAt: "Se incheie la",
1093
+ paymentOwner: "Responsabil plata",
1094
+ cancellationOwner: "Responsabil anulare",
1095
+ created: "Creat",
1096
+ updated: "Actualizat",
1097
+ settlementTerms: "Termeni de decontare",
1098
+ notes: "Note",
1099
+ product: "Produs",
1100
+ amount: "Valoare",
1101
+ basisPoints: "Puncte de baza",
1102
+ rate: "Tarif",
1103
+ category: "Categorie",
1104
+ valid: "Valabil",
1105
+ },
1106
+ openEnded: "Fara sfarsit",
1107
+ },
1108
+ commission: {
1109
+ title: "Regula de comision",
1110
+ notFound: "Regula de comision nu a fost gasita",
1111
+ deleteConfirm: "Stergi aceasta regula de comision?",
1112
+ detailsTitle: "Detalii regula de comision",
1113
+ fields: {
1114
+ contract: "Contract",
1115
+ channel: "Canal",
1116
+ product: "Produs",
1117
+ amount: "Valoare",
1118
+ basisPoints: "Puncte de baza",
1119
+ externalRate: "Tarif extern",
1120
+ externalCategory: "Categorie externa",
1121
+ valid: "Valabil",
1122
+ created: "Creat",
1123
+ updated: "Actualizat",
1124
+ },
1125
+ },
1126
+ mapping: {
1127
+ title: "Mapare",
1128
+ notFound: "Maparea nu a fost gasita",
1129
+ deleteConfirm: "Stergi aceasta mapare?",
1130
+ detailsTitle: "Detalii mapare",
1131
+ fields: {
1132
+ channel: "Canal",
1133
+ product: "Produs",
1134
+ externalProduct: "Produs extern",
1135
+ externalRate: "Tarif extern",
1136
+ externalCategory: "Categorie externa",
1137
+ created: "Creat",
1138
+ updated: "Actualizat",
1139
+ },
1140
+ },
1141
+ bookingLink: {
1142
+ title: "Legatura rezervarii",
1143
+ notFound: "Legatura rezervarii nu a fost gasita",
1144
+ deleteConfirm: "Stergi aceasta legatura a rezervarii?",
1145
+ detailsTitle: "Detalii legatura rezervare",
1146
+ unmappedStatus: "Nemapat",
1147
+ noReference: "Fara referinta",
1148
+ fields: {
1149
+ channel: "Canal",
1150
+ booking: "Rezervare",
1151
+ externalBooking: "Rezervare externa",
1152
+ reference: "Referinta",
1153
+ bookedAtExternal: "Rezervata extern la",
1154
+ lastSynced: "Ultima sincronizare",
1155
+ created: "Creat",
1156
+ updated: "Actualizat",
1157
+ },
1158
+ },
1159
+ webhook: {
1160
+ title: "Eveniment webhook",
1161
+ notFound: "Evenimentul webhook nu a fost gasit",
1162
+ deleteConfirm: "Stergi acest eveniment webhook?",
1163
+ detailsTitle: "Detalii eveniment webhook",
1164
+ payloadTitle: "Payload",
1165
+ errorTitle: "Eroare",
1166
+ fields: {
1167
+ channel: "Canal",
1168
+ externalEvent: "Eveniment extern",
1169
+ received: "Primit",
1170
+ processed: "Procesat",
1171
+ created: "Creat",
1172
+ updated: "Actualizat",
1173
+ },
1174
+ },
1175
+ },
1176
+ },
1177
+ };
1178
+ export const adminDmcDistributionMessages = {
1179
+ en: distributionEn,
1180
+ ro: distributionRo,
1181
+ };