@voyantjs/i18n 0.19.0 → 0.21.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.
- package/dist/admin/bookings.d.ts +7 -958
- package/dist/admin/bookings.d.ts.map +1 -1
- package/dist/admin/bookings.js +9 -960
- package/dist/admin/contacts.d.ts +0 -38
- package/dist/admin/contacts.d.ts.map +1 -1
- package/dist/admin/contacts.js +2 -38
- package/dist/admin/crm-operator.d.ts +0 -138
- package/dist/admin/crm-operator.d.ts.map +1 -1
- package/dist/admin/crm-operator.js +3 -138
- package/dist/admin/finance.d.ts +0 -98
- package/dist/admin/finance.d.ts.map +1 -1
- package/dist/admin/finance.js +4 -98
- package/dist/admin/operator-nav.d.ts +12 -0
- package/dist/admin/operator-nav.d.ts.map +1 -1
- package/dist/admin/operator-nav.js +8 -0
- package/dist/admin/products-operator.d.ts +26 -144
- package/dist/admin/products-operator.d.ts.map +1 -1
- package/dist/admin/products-operator.js +30 -144
- package/dist/admin/resources.d.ts +0 -210
- package/dist/admin/resources.d.ts.map +1 -1
- package/dist/admin/resources.js +3 -210
- package/dist/admin/settings-operator.d.ts +218 -0
- package/dist/admin/settings-operator.d.ts.map +1 -1
- package/dist/admin/settings-operator.js +218 -0
- package/dist/admin/suppliers-operator.d.ts +12 -0
- package/dist/admin/suppliers-operator.d.ts.map +1 -1
- package/dist/admin/suppliers-operator.js +12 -0
- package/package.json +1 -1
|
@@ -43,28 +43,7 @@ export const operatorAdminProductsMessages = {
|
|
|
43
43
|
comboboxLoading: "Loading…",
|
|
44
44
|
comboboxEmpty: "No product categories found.",
|
|
45
45
|
},
|
|
46
|
-
tags:
|
|
47
|
-
searchPlaceholder: "Search product tags…",
|
|
48
|
-
addTag: "Add tag",
|
|
49
|
-
tableName: "Name",
|
|
50
|
-
tableActions: "Actions",
|
|
51
|
-
loadFailed: "Failed to load product tags.",
|
|
52
|
-
empty: "No product tags found.",
|
|
53
|
-
edit: "Edit",
|
|
54
|
-
delete: "Delete",
|
|
55
|
-
deleteConfirm: 'Delete tag "{name}"?',
|
|
56
|
-
dialogEditTitle: "Edit product tag",
|
|
57
|
-
dialogNewTitle: "New product tag",
|
|
58
|
-
dialogEditDescription: "Update the tag used to label and filter products.",
|
|
59
|
-
dialogNewDescription: "Create a reusable tag for filtering and classification.",
|
|
60
|
-
validationNameRequired: "Tag name is required.",
|
|
61
|
-
saveFailed: "Failed to save product tag.",
|
|
62
|
-
nameLabel: "Name",
|
|
63
|
-
namePlaceholder: "Family Friendly",
|
|
64
|
-
cancel: "Cancel",
|
|
65
|
-
saveChanges: "Save changes",
|
|
66
|
-
createTag: "Create tag",
|
|
67
|
-
},
|
|
46
|
+
// tags: removed — owned by `@voyantjs/products-ui`'s tag-* primitives.
|
|
68
47
|
},
|
|
69
48
|
core: {
|
|
70
49
|
pageTitle: "Products",
|
|
@@ -109,6 +88,8 @@ export const operatorAdminProductsMessages = {
|
|
|
109
88
|
bookingModeLabel: "Booking Mode",
|
|
110
89
|
productTypeLabel: "Product Type",
|
|
111
90
|
productTypeNone: "None",
|
|
91
|
+
taxClassLabel: "Tax class",
|
|
92
|
+
taxClassNone: "No tax class",
|
|
112
93
|
sellCurrencyLabel: "Sell Currency",
|
|
113
94
|
sellAmountLabel: "Sell Amount",
|
|
114
95
|
costAmountLabel: "Cost Amount",
|
|
@@ -136,6 +117,7 @@ export const operatorAdminProductsMessages = {
|
|
|
136
117
|
delete: "Delete",
|
|
137
118
|
edit: "Edit",
|
|
138
119
|
detailsTitle: "Product Details",
|
|
120
|
+
startingFromLabel: "Starting from",
|
|
139
121
|
sellLabel: "Sell",
|
|
140
122
|
costLabel: "Cost",
|
|
141
123
|
marginLabel: "Margin",
|
|
@@ -164,6 +146,13 @@ export const operatorAdminProductsMessages = {
|
|
|
164
146
|
createChannelsInSettings: "Create channels in Settings",
|
|
165
147
|
organizeTitle: "Organize",
|
|
166
148
|
typeLabel: "Type",
|
|
149
|
+
brochureTitle: "Brochure",
|
|
150
|
+
brochureEmpty: "No brochure generated yet.",
|
|
151
|
+
brochureMeta: "Version {version} · {size}",
|
|
152
|
+
generateBrochure: "Generate brochure",
|
|
153
|
+
regenerateBrochure: "Regenerate",
|
|
154
|
+
downloadBrochure: "Download",
|
|
155
|
+
brochureSizeHint: "Generated PDFs are capped at 5 MB.",
|
|
167
156
|
mediaTitle: "Media",
|
|
168
157
|
itineraryTitle: "Itinerary",
|
|
169
158
|
itinerariesTitle: "Itineraries",
|
|
@@ -274,21 +263,7 @@ export const operatorAdminProductsMessages = {
|
|
|
274
263
|
create: "Create itinerary",
|
|
275
264
|
save: "Save changes",
|
|
276
265
|
},
|
|
277
|
-
days:
|
|
278
|
-
editTitle: "Edit Day",
|
|
279
|
-
newTitle: "Add Day",
|
|
280
|
-
dayNumberLabel: "Day Number",
|
|
281
|
-
locationLabel: "Location",
|
|
282
|
-
locationPlaceholder: "Dubrovnik",
|
|
283
|
-
titleLabel: "Title",
|
|
284
|
-
titlePlaceholder: "Arrival in Dubrovnik",
|
|
285
|
-
descriptionLabel: "Description",
|
|
286
|
-
descriptionPlaceholder: "Day overview and activities...",
|
|
287
|
-
photosLabel: "Photos",
|
|
288
|
-
saveToUpload: "Save the day to upload photos.",
|
|
289
|
-
validationDayNumber: "Day number must be at least 1",
|
|
290
|
-
create: "Add Day",
|
|
291
|
-
},
|
|
266
|
+
// days: removed — owned by `@voyantjs/products-ui`'s day-* primitives.
|
|
292
267
|
services: {
|
|
293
268
|
editTitle: "Edit Service",
|
|
294
269
|
newTitle: "Add Service",
|
|
@@ -299,6 +274,8 @@ export const operatorAdminProductsMessages = {
|
|
|
299
274
|
namePlaceholder: "Deluxe Sea View Room",
|
|
300
275
|
descriptionLabel: "Description",
|
|
301
276
|
descriptionPlaceholder: "Service details...",
|
|
277
|
+
countryCodeLabel: "Country code",
|
|
278
|
+
countryCodePlaceholder: "RO",
|
|
302
279
|
costCurrencyLabel: "Cost Currency",
|
|
303
280
|
costCurrencyPlaceholder: "EUR",
|
|
304
281
|
costAmountLabel: "Cost Amount",
|
|
@@ -318,35 +295,10 @@ export const operatorAdminProductsMessages = {
|
|
|
318
295
|
validationNameRequired: "Name is required",
|
|
319
296
|
validationIsoCurrency: "Use 3-letter ISO code",
|
|
320
297
|
validationCostNonNegative: "Cost must be non-negative",
|
|
298
|
+
validationCountryCode: "Use 2-letter country code",
|
|
321
299
|
create: "Add Service",
|
|
322
300
|
},
|
|
323
|
-
options:
|
|
324
|
-
editTitle: "Edit Option",
|
|
325
|
-
newTitle: "New Option",
|
|
326
|
-
sectionTitle: "Options",
|
|
327
|
-
addAction: "Add Option",
|
|
328
|
-
empty: "No options yet.",
|
|
329
|
-
defaultBadge: "Default",
|
|
330
|
-
editAction: "Edit",
|
|
331
|
-
deleteAction: "Delete",
|
|
332
|
-
deleteConfirm: 'Delete option "{name}" and all its units and prices?',
|
|
333
|
-
nameLabel: "Name",
|
|
334
|
-
namePlaceholder: "Single Room",
|
|
335
|
-
codeLabel: "Code",
|
|
336
|
-
codePlaceholder: "single",
|
|
337
|
-
descriptionLabel: "Description",
|
|
338
|
-
statusLabel: "Status",
|
|
339
|
-
sortOrderLabel: "Sort order",
|
|
340
|
-
availableFromLabel: "Available from",
|
|
341
|
-
availableToLabel: "Available to",
|
|
342
|
-
optionalDatePlaceholder: "Optional",
|
|
343
|
-
defaultLabel: "Default option",
|
|
344
|
-
statusDraft: "Draft",
|
|
345
|
-
statusActive: "Active",
|
|
346
|
-
statusArchived: "Archived",
|
|
347
|
-
validationNameRequired: "Name is required",
|
|
348
|
-
create: "Create Option",
|
|
349
|
-
},
|
|
301
|
+
// options: removed — owned by `@voyantjs/products-ui`'s option-* primitives.
|
|
350
302
|
units: {
|
|
351
303
|
editTitle: "Edit Unit",
|
|
352
304
|
newTitle: "New Unit",
|
|
@@ -485,14 +437,7 @@ export const operatorAdminProductsMessages = {
|
|
|
485
437
|
tableCost: "Cost",
|
|
486
438
|
tableQuantity: "Qty",
|
|
487
439
|
},
|
|
488
|
-
versions:
|
|
489
|
-
dialogTitle: "Create Version Snapshot",
|
|
490
|
-
description: "This will save a snapshot of the current product with all its days and services.",
|
|
491
|
-
notesLabel: "Notes (optional)",
|
|
492
|
-
notesPlaceholder: "What changed in this version...",
|
|
493
|
-
cancel: "Cancel",
|
|
494
|
-
create: "Create Version",
|
|
495
|
-
},
|
|
440
|
+
// versions: removed — owned by `@voyantjs/products-ui`'s product-version-dialog.
|
|
496
441
|
},
|
|
497
442
|
},
|
|
498
443
|
},
|
|
@@ -540,28 +485,6 @@ export const operatorAdminProductsMessages = {
|
|
|
540
485
|
comboboxLoading: "Se incarca…",
|
|
541
486
|
comboboxEmpty: "Nu au fost gasite categorii de produse.",
|
|
542
487
|
},
|
|
543
|
-
tags: {
|
|
544
|
-
searchPlaceholder: "Cauta etichete de produse…",
|
|
545
|
-
addTag: "Adauga eticheta",
|
|
546
|
-
tableName: "Nume",
|
|
547
|
-
tableActions: "Actiuni",
|
|
548
|
-
loadFailed: "Etichetele de produse nu au putut fi incarcate.",
|
|
549
|
-
empty: "Nu au fost gasite etichete de produse.",
|
|
550
|
-
edit: "Editeaza",
|
|
551
|
-
delete: "Sterge",
|
|
552
|
-
deleteConfirm: "Stergi eticheta „{name}”?",
|
|
553
|
-
dialogEditTitle: "Editeaza eticheta de produs",
|
|
554
|
-
dialogNewTitle: "Eticheta de produs noua",
|
|
555
|
-
dialogEditDescription: "Actualizeaza eticheta folosita pentru etichetarea si filtrarea produselor.",
|
|
556
|
-
dialogNewDescription: "Creeaza o eticheta reutilizabila pentru filtrare si clasificare.",
|
|
557
|
-
validationNameRequired: "Numele etichetei este obligatoriu.",
|
|
558
|
-
saveFailed: "Eticheta de produs nu a putut fi salvata.",
|
|
559
|
-
nameLabel: "Nume",
|
|
560
|
-
namePlaceholder: "Potrivit pentru familie",
|
|
561
|
-
cancel: "Anuleaza",
|
|
562
|
-
saveChanges: "Salveaza modificarile",
|
|
563
|
-
createTag: "Creeaza eticheta",
|
|
564
|
-
},
|
|
565
488
|
},
|
|
566
489
|
core: {
|
|
567
490
|
pageTitle: "Produse",
|
|
@@ -606,6 +529,8 @@ export const operatorAdminProductsMessages = {
|
|
|
606
529
|
bookingModeLabel: "Mod rezervare",
|
|
607
530
|
productTypeLabel: "Tip produs",
|
|
608
531
|
productTypeNone: "Niciunul",
|
|
532
|
+
taxClassLabel: "Clasa de taxe",
|
|
533
|
+
taxClassNone: "Fara clasa de taxe",
|
|
609
534
|
sellCurrencyLabel: "Moneda vanzare",
|
|
610
535
|
sellAmountLabel: "Pret vanzare",
|
|
611
536
|
costAmountLabel: "Cost",
|
|
@@ -633,6 +558,7 @@ export const operatorAdminProductsMessages = {
|
|
|
633
558
|
delete: "Sterge",
|
|
634
559
|
edit: "Editeaza",
|
|
635
560
|
detailsTitle: "Detalii produs",
|
|
561
|
+
startingFromLabel: "De la",
|
|
636
562
|
sellLabel: "Vanzare",
|
|
637
563
|
costLabel: "Cost",
|
|
638
564
|
marginLabel: "Marja",
|
|
@@ -661,6 +587,13 @@ export const operatorAdminProductsMessages = {
|
|
|
661
587
|
createChannelsInSettings: "Creeaza canale in Setari",
|
|
662
588
|
organizeTitle: "Organizare",
|
|
663
589
|
typeLabel: "Tip",
|
|
590
|
+
brochureTitle: "Brosura",
|
|
591
|
+
brochureEmpty: "Nu exista inca o brosura generata.",
|
|
592
|
+
brochureMeta: "Versiunea {version} · {size}",
|
|
593
|
+
generateBrochure: "Genereaza brosura",
|
|
594
|
+
regenerateBrochure: "Regenereaza",
|
|
595
|
+
downloadBrochure: "Descarca",
|
|
596
|
+
brochureSizeHint: "PDF-urile generate sunt limitate la 5 MB.",
|
|
664
597
|
mediaTitle: "Media",
|
|
665
598
|
itineraryTitle: "Itinerariu",
|
|
666
599
|
itinerariesTitle: "Itinerarii",
|
|
@@ -771,21 +704,6 @@ export const operatorAdminProductsMessages = {
|
|
|
771
704
|
create: "Creeaza itinerariul",
|
|
772
705
|
save: "Salveaza",
|
|
773
706
|
},
|
|
774
|
-
days: {
|
|
775
|
-
editTitle: "Editeaza ziua",
|
|
776
|
-
newTitle: "Adauga zi",
|
|
777
|
-
dayNumberLabel: "Numar zi",
|
|
778
|
-
locationLabel: "Locatie",
|
|
779
|
-
locationPlaceholder: "Dubrovnik",
|
|
780
|
-
titleLabel: "Titlu",
|
|
781
|
-
titlePlaceholder: "Sosire in Dubrovnik",
|
|
782
|
-
descriptionLabel: "Descriere",
|
|
783
|
-
descriptionPlaceholder: "Prezentarea zilei si activitatile...",
|
|
784
|
-
photosLabel: "Poze",
|
|
785
|
-
saveToUpload: "Salveaza ziua pentru a incarca fotografii.",
|
|
786
|
-
validationDayNumber: "Numarul zilei trebuie sa fie cel putin 1",
|
|
787
|
-
create: "Adauga zi",
|
|
788
|
-
},
|
|
789
707
|
services: {
|
|
790
708
|
editTitle: "Editeaza serviciul",
|
|
791
709
|
newTitle: "Adauga serviciu",
|
|
@@ -796,6 +714,8 @@ export const operatorAdminProductsMessages = {
|
|
|
796
714
|
namePlaceholder: "Camera deluxe cu vedere la mare",
|
|
797
715
|
descriptionLabel: "Descriere",
|
|
798
716
|
descriptionPlaceholder: "Detalii serviciu...",
|
|
717
|
+
countryCodeLabel: "Cod tara",
|
|
718
|
+
countryCodePlaceholder: "RO",
|
|
799
719
|
costCurrencyLabel: "Moneda cost",
|
|
800
720
|
costCurrencyPlaceholder: "EUR",
|
|
801
721
|
costAmountLabel: "Cost",
|
|
@@ -815,35 +735,9 @@ export const operatorAdminProductsMessages = {
|
|
|
815
735
|
validationNameRequired: "Numele este obligatoriu",
|
|
816
736
|
validationIsoCurrency: "Foloseste cod ISO din 3 litere",
|
|
817
737
|
validationCostNonNegative: "Costul trebuie sa fie pozitiv sau zero",
|
|
738
|
+
validationCountryCode: "Foloseste cod de tara din 2 litere",
|
|
818
739
|
create: "Adauga serviciul",
|
|
819
740
|
},
|
|
820
|
-
options: {
|
|
821
|
-
editTitle: "Editeaza optiunea",
|
|
822
|
-
newTitle: "Optiune noua",
|
|
823
|
-
sectionTitle: "Optiuni",
|
|
824
|
-
addAction: "Adauga optiune",
|
|
825
|
-
empty: "Nu exista optiuni momentan.",
|
|
826
|
-
defaultBadge: "Implicita",
|
|
827
|
-
editAction: "Editeaza",
|
|
828
|
-
deleteAction: "Sterge",
|
|
829
|
-
deleteConfirm: 'Stergi optiunea "{name}" si toate unitatile si preturile ei?',
|
|
830
|
-
nameLabel: "Nume",
|
|
831
|
-
namePlaceholder: "Camera single",
|
|
832
|
-
codeLabel: "Cod",
|
|
833
|
-
codePlaceholder: "single",
|
|
834
|
-
descriptionLabel: "Descriere",
|
|
835
|
-
statusLabel: "Status",
|
|
836
|
-
sortOrderLabel: "Ordine sortare",
|
|
837
|
-
availableFromLabel: "Disponibil de la",
|
|
838
|
-
availableToLabel: "Disponibil pana la",
|
|
839
|
-
optionalDatePlaceholder: "Optional",
|
|
840
|
-
defaultLabel: "Optiune implicita",
|
|
841
|
-
statusDraft: "Ciorna",
|
|
842
|
-
statusActive: "Activ",
|
|
843
|
-
statusArchived: "Arhivat",
|
|
844
|
-
validationNameRequired: "Numele este obligatoriu",
|
|
845
|
-
create: "Creeaza optiunea",
|
|
846
|
-
},
|
|
847
741
|
units: {
|
|
848
742
|
editTitle: "Editeaza unitatea",
|
|
849
743
|
newTitle: "Unitate noua",
|
|
@@ -982,14 +876,6 @@ export const operatorAdminProductsMessages = {
|
|
|
982
876
|
tableCost: "Cost",
|
|
983
877
|
tableQuantity: "Cant.",
|
|
984
878
|
},
|
|
985
|
-
versions: {
|
|
986
|
-
dialogTitle: "Creeaza snapshot de versiune",
|
|
987
|
-
description: "Aceasta actiune va salva un snapshot al produsului curent cu toate zilele si serviciile lui.",
|
|
988
|
-
notesLabel: "Note (optional)",
|
|
989
|
-
notesPlaceholder: "Ce s-a schimbat in aceasta versiune...",
|
|
990
|
-
cancel: "Anuleaza",
|
|
991
|
-
create: "Creeaza versiunea",
|
|
992
|
-
},
|
|
993
879
|
},
|
|
994
880
|
},
|
|
995
881
|
},
|
|
@@ -50,117 +50,12 @@ export declare const adminResourcesMessages: {
|
|
|
50
50
|
readonly shared: "Shared";
|
|
51
51
|
readonly exclusive: "Exclusive";
|
|
52
52
|
};
|
|
53
|
-
readonly nouns: {
|
|
54
|
-
readonly resourceSingular: "resource";
|
|
55
|
-
readonly resourcePlural: "resources";
|
|
56
|
-
readonly poolSingular: "pool";
|
|
57
|
-
readonly poolPlural: "pools";
|
|
58
|
-
readonly allocationSingular: "allocation";
|
|
59
|
-
readonly allocationPlural: "allocations";
|
|
60
|
-
readonly assignmentSingular: "assignment";
|
|
61
|
-
readonly assignmentPlural: "assignments";
|
|
62
|
-
readonly closeoutSingular: "closeout";
|
|
63
|
-
readonly closeoutPlural: "closeouts";
|
|
64
|
-
};
|
|
65
|
-
readonly overview: {
|
|
66
|
-
readonly activeResourcesTitle: "Active Resources";
|
|
67
|
-
readonly activeResourcesDescription: "Assignable assets ready for use";
|
|
68
|
-
readonly activePoolsTitle: "Active Pools";
|
|
69
|
-
readonly activePoolsDescription: "Shared-capacity pools live";
|
|
70
|
-
readonly liveAssignmentsTitle: "Live Assignments";
|
|
71
|
-
readonly liveAssignmentsDescription: "Reserved or assigned slot coverage";
|
|
72
|
-
readonly closeoutsTitle: "Closeouts";
|
|
73
|
-
readonly closeoutsDescription: "Active maintenance or conflict blocks";
|
|
74
|
-
readonly assignmentGapsTitle: "Assignment Gaps";
|
|
75
|
-
readonly assignmentGapsEmpty: "Every live reservation has a named resource.";
|
|
76
|
-
readonly assignmentGapStatusLabel: "Status";
|
|
77
|
-
readonly assignmentGapBookingLabel: "Booking";
|
|
78
|
-
readonly ownershipGapsTitle: "Ownership Gaps";
|
|
79
|
-
readonly ownershipGapsEmpty: "Every resource is linked to a supplier.";
|
|
80
|
-
readonly ownershipGapNoSupplier: "No supplier assigned";
|
|
81
|
-
};
|
|
82
53
|
readonly toasts: {
|
|
83
54
|
readonly bulkUpdated: "{verb} {selection}.";
|
|
84
55
|
readonly bulkUpdatedPartial: "{verb} {succeeded} of {selection}.";
|
|
85
56
|
readonly bulkDeleted: "Deleted {selection}.";
|
|
86
57
|
readonly bulkDeletedPartial: "Deleted {succeeded} of {selection}.";
|
|
87
58
|
};
|
|
88
|
-
readonly tabs: {
|
|
89
|
-
readonly resources: {
|
|
90
|
-
readonly title: "Resources";
|
|
91
|
-
readonly description: "Guides, vehicles, rooms, and other assignable assets.";
|
|
92
|
-
readonly actionLabel: "New Resource";
|
|
93
|
-
readonly emptyMessage: "No resources match the current filters.";
|
|
94
|
-
readonly bulkActivateButton: "Activate";
|
|
95
|
-
readonly bulkActivateConfirm: "Activate Resources";
|
|
96
|
-
readonly bulkActivateTitle: "Activate {selection}?";
|
|
97
|
-
readonly bulkActivateDescription: "This makes the selected resources available again for assignment and planning.";
|
|
98
|
-
readonly bulkDeactivateButton: "Deactivate";
|
|
99
|
-
readonly bulkDeactivateConfirm: "Deactivate Resources";
|
|
100
|
-
readonly bulkDeactivateTitle: "Deactivate {selection}?";
|
|
101
|
-
readonly bulkDeactivateDescription: "This preserves the selected resources but removes them from active operational use.";
|
|
102
|
-
readonly bulkDeleteButton: "Delete Selected";
|
|
103
|
-
readonly bulkDeleteConfirm: "Delete Resources";
|
|
104
|
-
readonly bulkDeleteTitle: "Delete {selection}?";
|
|
105
|
-
readonly bulkDeleteDescription: "This permanently removes the selected resources. Use Deactivate if you only need to take them out of rotation.";
|
|
106
|
-
};
|
|
107
|
-
readonly pools: {
|
|
108
|
-
readonly title: "Pools";
|
|
109
|
-
readonly description: "Shared capacity groups by product or operational need.";
|
|
110
|
-
readonly actionLabel: "New Pool";
|
|
111
|
-
readonly emptyMessage: "No pools match the current filters.";
|
|
112
|
-
readonly bulkActivateButton: "Activate";
|
|
113
|
-
readonly bulkActivateConfirm: "Activate Pools";
|
|
114
|
-
readonly bulkActivateTitle: "Activate {selection}?";
|
|
115
|
-
readonly bulkActivateDescription: "This re-enables the selected resource pools for live capacity planning.";
|
|
116
|
-
readonly bulkDeactivateButton: "Deactivate";
|
|
117
|
-
readonly bulkDeactivateConfirm: "Deactivate Pools";
|
|
118
|
-
readonly bulkDeactivateTitle: "Deactivate {selection}?";
|
|
119
|
-
readonly bulkDeactivateDescription: "This keeps the selected pools for reference but removes them from active planning.";
|
|
120
|
-
readonly bulkDeleteButton: "Delete Selected";
|
|
121
|
-
readonly bulkDeleteConfirm: "Delete Pools";
|
|
122
|
-
readonly bulkDeleteTitle: "Delete {selection}?";
|
|
123
|
-
readonly bulkDeleteDescription: "This permanently removes the selected pools and any pool-level grouping they provide.";
|
|
124
|
-
};
|
|
125
|
-
readonly allocations: {
|
|
126
|
-
readonly title: "Allocations";
|
|
127
|
-
readonly description: "Attach pools to products, rules, and start times.";
|
|
128
|
-
readonly actionLabel: "New Allocation";
|
|
129
|
-
readonly emptyMessage: "No allocations match the current filters.";
|
|
130
|
-
readonly bulkDeleteButton: "Delete Selected";
|
|
131
|
-
readonly bulkDeleteConfirm: "Delete Allocations";
|
|
132
|
-
readonly bulkDeleteTitle: "Delete {selection}?";
|
|
133
|
-
readonly bulkDeleteDescription: "This permanently removes the selected allocation rules from resource planning.";
|
|
134
|
-
};
|
|
135
|
-
readonly assignments: {
|
|
136
|
-
readonly title: "Slot Assignments";
|
|
137
|
-
readonly description: "Reserve or assign specific resources against live slots and bookings.";
|
|
138
|
-
readonly actionLabel: "New Assignment";
|
|
139
|
-
readonly emptyMessage: "No assignments match the current filters.";
|
|
140
|
-
readonly bulkAssignButton: "Assign";
|
|
141
|
-
readonly bulkAssignConfirm: "Mark Assigned";
|
|
142
|
-
readonly bulkAssignTitle: "Mark {selection} as assigned?";
|
|
143
|
-
readonly bulkAssignDescription: "This marks the selected reservations as actively assigned without deleting any linkage.";
|
|
144
|
-
readonly bulkReleaseButton: "Release";
|
|
145
|
-
readonly bulkReleaseConfirm: "Release Assignments";
|
|
146
|
-
readonly bulkReleaseTitle: "Release {selection}?";
|
|
147
|
-
readonly bulkReleaseDescription: "This marks the selected reservations as released while keeping the assignment history intact.";
|
|
148
|
-
readonly bulkDeleteButton: "Delete Selected";
|
|
149
|
-
readonly bulkDeleteConfirm: "Delete Assignments";
|
|
150
|
-
readonly bulkDeleteTitle: "Delete {selection}?";
|
|
151
|
-
readonly bulkDeleteDescription: "This permanently removes the selected slot assignments. Use Release if you only need to free the resource.";
|
|
152
|
-
};
|
|
153
|
-
readonly closeouts: {
|
|
154
|
-
readonly title: "Resource Closeouts";
|
|
155
|
-
readonly description: "Block assets for maintenance, charter use, or operational conflicts.";
|
|
156
|
-
readonly actionLabel: "New Closeout";
|
|
157
|
-
readonly emptyMessage: "No closeouts match the current filters.";
|
|
158
|
-
readonly bulkDeleteButton: "Delete Selected";
|
|
159
|
-
readonly bulkDeleteConfirm: "Delete Closeouts";
|
|
160
|
-
readonly bulkDeleteTitle: "Delete {selection}?";
|
|
161
|
-
readonly bulkDeleteDescription: "This permanently removes the selected closeouts and may return the resources to operational use.";
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
59
|
readonly dialogs: {
|
|
165
60
|
readonly resource: {
|
|
166
61
|
readonly validationNameRequired: "Name is required";
|
|
@@ -374,117 +269,12 @@ export declare const adminResourcesMessages: {
|
|
|
374
269
|
readonly shared: "Partajat";
|
|
375
270
|
readonly exclusive: "Exclusiv";
|
|
376
271
|
};
|
|
377
|
-
readonly nouns: {
|
|
378
|
-
readonly resourceSingular: "resursa";
|
|
379
|
-
readonly resourcePlural: "resurse";
|
|
380
|
-
readonly poolSingular: "pool";
|
|
381
|
-
readonly poolPlural: "pool-uri";
|
|
382
|
-
readonly allocationSingular: "alocare";
|
|
383
|
-
readonly allocationPlural: "alocari";
|
|
384
|
-
readonly assignmentSingular: "asignare";
|
|
385
|
-
readonly assignmentPlural: "asignari";
|
|
386
|
-
readonly closeoutSingular: "closeout";
|
|
387
|
-
readonly closeoutPlural: "closeout-uri";
|
|
388
|
-
};
|
|
389
|
-
readonly overview: {
|
|
390
|
-
readonly activeResourcesTitle: "Resurse active";
|
|
391
|
-
readonly activeResourcesDescription: "Active asignabile gata de utilizare";
|
|
392
|
-
readonly activePoolsTitle: "Pool-uri active";
|
|
393
|
-
readonly activePoolsDescription: "Pool-uri cu capacitate partajata active";
|
|
394
|
-
readonly liveAssignmentsTitle: "Asignari active";
|
|
395
|
-
readonly liveAssignmentsDescription: "Acoperire rezervata sau asignata pentru sloturi";
|
|
396
|
-
readonly closeoutsTitle: "Closeout-uri";
|
|
397
|
-
readonly closeoutsDescription: "Blocaje active de mentenanta sau conflict";
|
|
398
|
-
readonly assignmentGapsTitle: "Goluri de asignare";
|
|
399
|
-
readonly assignmentGapsEmpty: "Fiecare rezervare activa are o resursa nominala.";
|
|
400
|
-
readonly assignmentGapStatusLabel: "Status";
|
|
401
|
-
readonly assignmentGapBookingLabel: "Rezervare";
|
|
402
|
-
readonly ownershipGapsTitle: "Goluri de proprietate";
|
|
403
|
-
readonly ownershipGapsEmpty: "Fiecare resursa este legata de un furnizor.";
|
|
404
|
-
readonly ownershipGapNoSupplier: "Fara furnizor asignat";
|
|
405
|
-
};
|
|
406
272
|
readonly toasts: {
|
|
407
273
|
readonly bulkUpdated: "{verb} {selection}.";
|
|
408
274
|
readonly bulkUpdatedPartial: "{verb} {succeeded} din {selection}.";
|
|
409
275
|
readonly bulkDeleted: "Au fost sterse {selection}.";
|
|
410
276
|
readonly bulkDeletedPartial: "Au fost sterse {succeeded} din {selection}.";
|
|
411
277
|
};
|
|
412
|
-
readonly tabs: {
|
|
413
|
-
readonly resources: {
|
|
414
|
-
readonly title: "Resurse";
|
|
415
|
-
readonly description: "Ghizi, vehicule, camere si alte active asignabile.";
|
|
416
|
-
readonly actionLabel: "Resursa noua";
|
|
417
|
-
readonly emptyMessage: "Nicio resursa nu se potriveste filtrelor curente.";
|
|
418
|
-
readonly bulkActivateButton: "Activeaza";
|
|
419
|
-
readonly bulkActivateConfirm: "Activeaza resursele";
|
|
420
|
-
readonly bulkActivateTitle: "Activezi {selection}?";
|
|
421
|
-
readonly bulkActivateDescription: "Aceasta face resursele selectate disponibile din nou pentru asignare si planificare.";
|
|
422
|
-
readonly bulkDeactivateButton: "Dezactiveaza";
|
|
423
|
-
readonly bulkDeactivateConfirm: "Dezactiveaza resursele";
|
|
424
|
-
readonly bulkDeactivateTitle: "Dezactivezi {selection}?";
|
|
425
|
-
readonly bulkDeactivateDescription: "Aceasta pastreaza resursele selectate, dar le scoate din uzul operational activ.";
|
|
426
|
-
readonly bulkDeleteButton: "Sterge selectia";
|
|
427
|
-
readonly bulkDeleteConfirm: "Sterge resursele";
|
|
428
|
-
readonly bulkDeleteTitle: "Stergi {selection}?";
|
|
429
|
-
readonly bulkDeleteDescription: "Aceasta elimina permanent resursele selectate. Foloseste Dezactiveaza daca vrei doar sa le scoti din rotatie.";
|
|
430
|
-
};
|
|
431
|
-
readonly pools: {
|
|
432
|
-
readonly title: "Pool-uri";
|
|
433
|
-
readonly description: "Grupuri de capacitate partajata pe produs sau nevoie operationala.";
|
|
434
|
-
readonly actionLabel: "Pool nou";
|
|
435
|
-
readonly emptyMessage: "Niciun pool nu se potriveste filtrelor curente.";
|
|
436
|
-
readonly bulkActivateButton: "Activeaza";
|
|
437
|
-
readonly bulkActivateConfirm: "Activeaza pool-urile";
|
|
438
|
-
readonly bulkActivateTitle: "Activezi {selection}?";
|
|
439
|
-
readonly bulkActivateDescription: "Aceasta reactiveaza pool-urile selectate pentru planificarea capacitatii.";
|
|
440
|
-
readonly bulkDeactivateButton: "Dezactiveaza";
|
|
441
|
-
readonly bulkDeactivateConfirm: "Dezactiveaza pool-urile";
|
|
442
|
-
readonly bulkDeactivateTitle: "Dezactivezi {selection}?";
|
|
443
|
-
readonly bulkDeactivateDescription: "Aceasta pastreaza pool-urile selectate pentru referinta, dar le scoate din planificarea activa.";
|
|
444
|
-
readonly bulkDeleteButton: "Sterge selectia";
|
|
445
|
-
readonly bulkDeleteConfirm: "Sterge pool-urile";
|
|
446
|
-
readonly bulkDeleteTitle: "Stergi {selection}?";
|
|
447
|
-
readonly bulkDeleteDescription: "Aceasta elimina permanent pool-urile selectate si gruparea operationala oferita de ele.";
|
|
448
|
-
};
|
|
449
|
-
readonly allocations: {
|
|
450
|
-
readonly title: "Alocari";
|
|
451
|
-
readonly description: "Leaga pool-urile de produse, reguli si ore de plecare.";
|
|
452
|
-
readonly actionLabel: "Alocare noua";
|
|
453
|
-
readonly emptyMessage: "Nicio alocare nu se potriveste filtrelor curente.";
|
|
454
|
-
readonly bulkDeleteButton: "Sterge selectia";
|
|
455
|
-
readonly bulkDeleteConfirm: "Sterge alocarile";
|
|
456
|
-
readonly bulkDeleteTitle: "Stergi {selection}?";
|
|
457
|
-
readonly bulkDeleteDescription: "Aceasta elimina permanent regulile de alocare selectate din planificarea resurselor.";
|
|
458
|
-
};
|
|
459
|
-
readonly assignments: {
|
|
460
|
-
readonly title: "Asignari slot";
|
|
461
|
-
readonly description: "Rezerva sau atribuie resurse specifice pentru sloturi si rezervari active.";
|
|
462
|
-
readonly actionLabel: "Asignare noua";
|
|
463
|
-
readonly emptyMessage: "Nicio asignare nu se potriveste filtrelor curente.";
|
|
464
|
-
readonly bulkAssignButton: "Asigneaza";
|
|
465
|
-
readonly bulkAssignConfirm: "Marcheaza ca asignat";
|
|
466
|
-
readonly bulkAssignTitle: "Marchezi {selection} ca asignate?";
|
|
467
|
-
readonly bulkAssignDescription: "Aceasta marcheaza rezervarile selectate ca asignate activ fara a sterge legaturile existente.";
|
|
468
|
-
readonly bulkReleaseButton: "Elibereaza";
|
|
469
|
-
readonly bulkReleaseConfirm: "Elibereaza asignarile";
|
|
470
|
-
readonly bulkReleaseTitle: "Eliberezi {selection}?";
|
|
471
|
-
readonly bulkReleaseDescription: "Aceasta marcheaza rezervarile selectate ca eliberate, pastrand istoricul asignarii.";
|
|
472
|
-
readonly bulkDeleteButton: "Sterge selectia";
|
|
473
|
-
readonly bulkDeleteConfirm: "Sterge asignarile";
|
|
474
|
-
readonly bulkDeleteTitle: "Stergi {selection}?";
|
|
475
|
-
readonly bulkDeleteDescription: "Aceasta elimina permanent asignarile selectate. Foloseste Elibereaza daca vrei doar sa eliberezi resursa.";
|
|
476
|
-
};
|
|
477
|
-
readonly closeouts: {
|
|
478
|
-
readonly title: "Closeout-uri resurse";
|
|
479
|
-
readonly description: "Blocheaza activele pentru mentenanta, curse private sau conflicte operationale.";
|
|
480
|
-
readonly actionLabel: "Closeout nou";
|
|
481
|
-
readonly emptyMessage: "Niciun closeout nu se potriveste filtrelor curente.";
|
|
482
|
-
readonly bulkDeleteButton: "Sterge selectia";
|
|
483
|
-
readonly bulkDeleteConfirm: "Sterge closeout-urile";
|
|
484
|
-
readonly bulkDeleteTitle: "Stergi {selection}?";
|
|
485
|
-
readonly bulkDeleteDescription: "Aceasta elimina permanent closeout-urile selectate si poate readuce resursele in uz operational.";
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
278
|
readonly dialogs: {
|
|
489
279
|
readonly resource: {
|
|
490
280
|
readonly validationNameRequired: "Numele este obligatoriu";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/admin/resources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/admin/resources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0bzB,CAAA;AAEV,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC,CAAC,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|