@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
package/dist/admin/resources.js
CHANGED
|
@@ -49,117 +49,15 @@ export const adminResourcesMessages = {
|
|
|
49
49
|
shared: "Shared",
|
|
50
50
|
exclusive: "Exclusive",
|
|
51
51
|
},
|
|
52
|
-
nouns:
|
|
53
|
-
|
|
54
|
-
resourcePlural: "resources",
|
|
55
|
-
poolSingular: "pool",
|
|
56
|
-
poolPlural: "pools",
|
|
57
|
-
allocationSingular: "allocation",
|
|
58
|
-
allocationPlural: "allocations",
|
|
59
|
-
assignmentSingular: "assignment",
|
|
60
|
-
assignmentPlural: "assignments",
|
|
61
|
-
closeoutSingular: "closeout",
|
|
62
|
-
closeoutPlural: "closeouts",
|
|
63
|
-
},
|
|
64
|
-
overview: {
|
|
65
|
-
activeResourcesTitle: "Active Resources",
|
|
66
|
-
activeResourcesDescription: "Assignable assets ready for use",
|
|
67
|
-
activePoolsTitle: "Active Pools",
|
|
68
|
-
activePoolsDescription: "Shared-capacity pools live",
|
|
69
|
-
liveAssignmentsTitle: "Live Assignments",
|
|
70
|
-
liveAssignmentsDescription: "Reserved or assigned slot coverage",
|
|
71
|
-
closeoutsTitle: "Closeouts",
|
|
72
|
-
closeoutsDescription: "Active maintenance or conflict blocks",
|
|
73
|
-
assignmentGapsTitle: "Assignment Gaps",
|
|
74
|
-
assignmentGapsEmpty: "Every live reservation has a named resource.",
|
|
75
|
-
assignmentGapStatusLabel: "Status",
|
|
76
|
-
assignmentGapBookingLabel: "Booking",
|
|
77
|
-
ownershipGapsTitle: "Ownership Gaps",
|
|
78
|
-
ownershipGapsEmpty: "Every resource is linked to a supplier.",
|
|
79
|
-
ownershipGapNoSupplier: "No supplier assigned",
|
|
80
|
-
},
|
|
52
|
+
// nouns, overview: removed — owned by `@voyantjs/resources-ui` via
|
|
53
|
+
// <ResourcesUiMessagesProvider>.
|
|
81
54
|
toasts: {
|
|
82
55
|
bulkUpdated: "{verb} {selection}.",
|
|
83
56
|
bulkUpdatedPartial: "{verb} {succeeded} of {selection}.",
|
|
84
57
|
bulkDeleted: "Deleted {selection}.",
|
|
85
58
|
bulkDeletedPartial: "Deleted {succeeded} of {selection}.",
|
|
86
59
|
},
|
|
87
|
-
tabs:
|
|
88
|
-
resources: {
|
|
89
|
-
title: "Resources",
|
|
90
|
-
description: "Guides, vehicles, rooms, and other assignable assets.",
|
|
91
|
-
actionLabel: "New Resource",
|
|
92
|
-
emptyMessage: "No resources match the current filters.",
|
|
93
|
-
bulkActivateButton: "Activate",
|
|
94
|
-
bulkActivateConfirm: "Activate Resources",
|
|
95
|
-
bulkActivateTitle: "Activate {selection}?",
|
|
96
|
-
bulkActivateDescription: "This makes the selected resources available again for assignment and planning.",
|
|
97
|
-
bulkDeactivateButton: "Deactivate",
|
|
98
|
-
bulkDeactivateConfirm: "Deactivate Resources",
|
|
99
|
-
bulkDeactivateTitle: "Deactivate {selection}?",
|
|
100
|
-
bulkDeactivateDescription: "This preserves the selected resources but removes them from active operational use.",
|
|
101
|
-
bulkDeleteButton: "Delete Selected",
|
|
102
|
-
bulkDeleteConfirm: "Delete Resources",
|
|
103
|
-
bulkDeleteTitle: "Delete {selection}?",
|
|
104
|
-
bulkDeleteDescription: "This permanently removes the selected resources. Use Deactivate if you only need to take them out of rotation.",
|
|
105
|
-
},
|
|
106
|
-
pools: {
|
|
107
|
-
title: "Pools",
|
|
108
|
-
description: "Shared capacity groups by product or operational need.",
|
|
109
|
-
actionLabel: "New Pool",
|
|
110
|
-
emptyMessage: "No pools match the current filters.",
|
|
111
|
-
bulkActivateButton: "Activate",
|
|
112
|
-
bulkActivateConfirm: "Activate Pools",
|
|
113
|
-
bulkActivateTitle: "Activate {selection}?",
|
|
114
|
-
bulkActivateDescription: "This re-enables the selected resource pools for live capacity planning.",
|
|
115
|
-
bulkDeactivateButton: "Deactivate",
|
|
116
|
-
bulkDeactivateConfirm: "Deactivate Pools",
|
|
117
|
-
bulkDeactivateTitle: "Deactivate {selection}?",
|
|
118
|
-
bulkDeactivateDescription: "This keeps the selected pools for reference but removes them from active planning.",
|
|
119
|
-
bulkDeleteButton: "Delete Selected",
|
|
120
|
-
bulkDeleteConfirm: "Delete Pools",
|
|
121
|
-
bulkDeleteTitle: "Delete {selection}?",
|
|
122
|
-
bulkDeleteDescription: "This permanently removes the selected pools and any pool-level grouping they provide.",
|
|
123
|
-
},
|
|
124
|
-
allocations: {
|
|
125
|
-
title: "Allocations",
|
|
126
|
-
description: "Attach pools to products, rules, and start times.",
|
|
127
|
-
actionLabel: "New Allocation",
|
|
128
|
-
emptyMessage: "No allocations match the current filters.",
|
|
129
|
-
bulkDeleteButton: "Delete Selected",
|
|
130
|
-
bulkDeleteConfirm: "Delete Allocations",
|
|
131
|
-
bulkDeleteTitle: "Delete {selection}?",
|
|
132
|
-
bulkDeleteDescription: "This permanently removes the selected allocation rules from resource planning.",
|
|
133
|
-
},
|
|
134
|
-
assignments: {
|
|
135
|
-
title: "Slot Assignments",
|
|
136
|
-
description: "Reserve or assign specific resources against live slots and bookings.",
|
|
137
|
-
actionLabel: "New Assignment",
|
|
138
|
-
emptyMessage: "No assignments match the current filters.",
|
|
139
|
-
bulkAssignButton: "Assign",
|
|
140
|
-
bulkAssignConfirm: "Mark Assigned",
|
|
141
|
-
bulkAssignTitle: "Mark {selection} as assigned?",
|
|
142
|
-
bulkAssignDescription: "This marks the selected reservations as actively assigned without deleting any linkage.",
|
|
143
|
-
bulkReleaseButton: "Release",
|
|
144
|
-
bulkReleaseConfirm: "Release Assignments",
|
|
145
|
-
bulkReleaseTitle: "Release {selection}?",
|
|
146
|
-
bulkReleaseDescription: "This marks the selected reservations as released while keeping the assignment history intact.",
|
|
147
|
-
bulkDeleteButton: "Delete Selected",
|
|
148
|
-
bulkDeleteConfirm: "Delete Assignments",
|
|
149
|
-
bulkDeleteTitle: "Delete {selection}?",
|
|
150
|
-
bulkDeleteDescription: "This permanently removes the selected slot assignments. Use Release if you only need to free the resource.",
|
|
151
|
-
},
|
|
152
|
-
closeouts: {
|
|
153
|
-
title: "Resource Closeouts",
|
|
154
|
-
description: "Block assets for maintenance, charter use, or operational conflicts.",
|
|
155
|
-
actionLabel: "New Closeout",
|
|
156
|
-
emptyMessage: "No closeouts match the current filters.",
|
|
157
|
-
bulkDeleteButton: "Delete Selected",
|
|
158
|
-
bulkDeleteConfirm: "Delete Closeouts",
|
|
159
|
-
bulkDeleteTitle: "Delete {selection}?",
|
|
160
|
-
bulkDeleteDescription: "This permanently removes the selected closeouts and may return the resources to operational use.",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
60
|
+
// tabs: removed — owned by `@voyantjs/resources-ui` via <ResourcesUiMessagesProvider>.
|
|
163
61
|
dialogs: {
|
|
164
62
|
resource: {
|
|
165
63
|
validationNameRequired: "Name is required",
|
|
@@ -373,117 +271,12 @@ export const adminResourcesMessages = {
|
|
|
373
271
|
shared: "Partajat",
|
|
374
272
|
exclusive: "Exclusiv",
|
|
375
273
|
},
|
|
376
|
-
nouns: {
|
|
377
|
-
resourceSingular: "resursa",
|
|
378
|
-
resourcePlural: "resurse",
|
|
379
|
-
poolSingular: "pool",
|
|
380
|
-
poolPlural: "pool-uri",
|
|
381
|
-
allocationSingular: "alocare",
|
|
382
|
-
allocationPlural: "alocari",
|
|
383
|
-
assignmentSingular: "asignare",
|
|
384
|
-
assignmentPlural: "asignari",
|
|
385
|
-
closeoutSingular: "closeout",
|
|
386
|
-
closeoutPlural: "closeout-uri",
|
|
387
|
-
},
|
|
388
|
-
overview: {
|
|
389
|
-
activeResourcesTitle: "Resurse active",
|
|
390
|
-
activeResourcesDescription: "Active asignabile gata de utilizare",
|
|
391
|
-
activePoolsTitle: "Pool-uri active",
|
|
392
|
-
activePoolsDescription: "Pool-uri cu capacitate partajata active",
|
|
393
|
-
liveAssignmentsTitle: "Asignari active",
|
|
394
|
-
liveAssignmentsDescription: "Acoperire rezervata sau asignata pentru sloturi",
|
|
395
|
-
closeoutsTitle: "Closeout-uri",
|
|
396
|
-
closeoutsDescription: "Blocaje active de mentenanta sau conflict",
|
|
397
|
-
assignmentGapsTitle: "Goluri de asignare",
|
|
398
|
-
assignmentGapsEmpty: "Fiecare rezervare activa are o resursa nominala.",
|
|
399
|
-
assignmentGapStatusLabel: "Status",
|
|
400
|
-
assignmentGapBookingLabel: "Rezervare",
|
|
401
|
-
ownershipGapsTitle: "Goluri de proprietate",
|
|
402
|
-
ownershipGapsEmpty: "Fiecare resursa este legata de un furnizor.",
|
|
403
|
-
ownershipGapNoSupplier: "Fara furnizor asignat",
|
|
404
|
-
},
|
|
405
274
|
toasts: {
|
|
406
275
|
bulkUpdated: "{verb} {selection}.",
|
|
407
276
|
bulkUpdatedPartial: "{verb} {succeeded} din {selection}.",
|
|
408
277
|
bulkDeleted: "Au fost sterse {selection}.",
|
|
409
278
|
bulkDeletedPartial: "Au fost sterse {succeeded} din {selection}.",
|
|
410
279
|
},
|
|
411
|
-
tabs: {
|
|
412
|
-
resources: {
|
|
413
|
-
title: "Resurse",
|
|
414
|
-
description: "Ghizi, vehicule, camere si alte active asignabile.",
|
|
415
|
-
actionLabel: "Resursa noua",
|
|
416
|
-
emptyMessage: "Nicio resursa nu se potriveste filtrelor curente.",
|
|
417
|
-
bulkActivateButton: "Activeaza",
|
|
418
|
-
bulkActivateConfirm: "Activeaza resursele",
|
|
419
|
-
bulkActivateTitle: "Activezi {selection}?",
|
|
420
|
-
bulkActivateDescription: "Aceasta face resursele selectate disponibile din nou pentru asignare si planificare.",
|
|
421
|
-
bulkDeactivateButton: "Dezactiveaza",
|
|
422
|
-
bulkDeactivateConfirm: "Dezactiveaza resursele",
|
|
423
|
-
bulkDeactivateTitle: "Dezactivezi {selection}?",
|
|
424
|
-
bulkDeactivateDescription: "Aceasta pastreaza resursele selectate, dar le scoate din uzul operational activ.",
|
|
425
|
-
bulkDeleteButton: "Sterge selectia",
|
|
426
|
-
bulkDeleteConfirm: "Sterge resursele",
|
|
427
|
-
bulkDeleteTitle: "Stergi {selection}?",
|
|
428
|
-
bulkDeleteDescription: "Aceasta elimina permanent resursele selectate. Foloseste Dezactiveaza daca vrei doar sa le scoti din rotatie.",
|
|
429
|
-
},
|
|
430
|
-
pools: {
|
|
431
|
-
title: "Pool-uri",
|
|
432
|
-
description: "Grupuri de capacitate partajata pe produs sau nevoie operationala.",
|
|
433
|
-
actionLabel: "Pool nou",
|
|
434
|
-
emptyMessage: "Niciun pool nu se potriveste filtrelor curente.",
|
|
435
|
-
bulkActivateButton: "Activeaza",
|
|
436
|
-
bulkActivateConfirm: "Activeaza pool-urile",
|
|
437
|
-
bulkActivateTitle: "Activezi {selection}?",
|
|
438
|
-
bulkActivateDescription: "Aceasta reactiveaza pool-urile selectate pentru planificarea capacitatii.",
|
|
439
|
-
bulkDeactivateButton: "Dezactiveaza",
|
|
440
|
-
bulkDeactivateConfirm: "Dezactiveaza pool-urile",
|
|
441
|
-
bulkDeactivateTitle: "Dezactivezi {selection}?",
|
|
442
|
-
bulkDeactivateDescription: "Aceasta pastreaza pool-urile selectate pentru referinta, dar le scoate din planificarea activa.",
|
|
443
|
-
bulkDeleteButton: "Sterge selectia",
|
|
444
|
-
bulkDeleteConfirm: "Sterge pool-urile",
|
|
445
|
-
bulkDeleteTitle: "Stergi {selection}?",
|
|
446
|
-
bulkDeleteDescription: "Aceasta elimina permanent pool-urile selectate si gruparea operationala oferita de ele.",
|
|
447
|
-
},
|
|
448
|
-
allocations: {
|
|
449
|
-
title: "Alocari",
|
|
450
|
-
description: "Leaga pool-urile de produse, reguli si ore de plecare.",
|
|
451
|
-
actionLabel: "Alocare noua",
|
|
452
|
-
emptyMessage: "Nicio alocare nu se potriveste filtrelor curente.",
|
|
453
|
-
bulkDeleteButton: "Sterge selectia",
|
|
454
|
-
bulkDeleteConfirm: "Sterge alocarile",
|
|
455
|
-
bulkDeleteTitle: "Stergi {selection}?",
|
|
456
|
-
bulkDeleteDescription: "Aceasta elimina permanent regulile de alocare selectate din planificarea resurselor.",
|
|
457
|
-
},
|
|
458
|
-
assignments: {
|
|
459
|
-
title: "Asignari slot",
|
|
460
|
-
description: "Rezerva sau atribuie resurse specifice pentru sloturi si rezervari active.",
|
|
461
|
-
actionLabel: "Asignare noua",
|
|
462
|
-
emptyMessage: "Nicio asignare nu se potriveste filtrelor curente.",
|
|
463
|
-
bulkAssignButton: "Asigneaza",
|
|
464
|
-
bulkAssignConfirm: "Marcheaza ca asignat",
|
|
465
|
-
bulkAssignTitle: "Marchezi {selection} ca asignate?",
|
|
466
|
-
bulkAssignDescription: "Aceasta marcheaza rezervarile selectate ca asignate activ fara a sterge legaturile existente.",
|
|
467
|
-
bulkReleaseButton: "Elibereaza",
|
|
468
|
-
bulkReleaseConfirm: "Elibereaza asignarile",
|
|
469
|
-
bulkReleaseTitle: "Eliberezi {selection}?",
|
|
470
|
-
bulkReleaseDescription: "Aceasta marcheaza rezervarile selectate ca eliberate, pastrand istoricul asignarii.",
|
|
471
|
-
bulkDeleteButton: "Sterge selectia",
|
|
472
|
-
bulkDeleteConfirm: "Sterge asignarile",
|
|
473
|
-
bulkDeleteTitle: "Stergi {selection}?",
|
|
474
|
-
bulkDeleteDescription: "Aceasta elimina permanent asignarile selectate. Foloseste Elibereaza daca vrei doar sa eliberezi resursa.",
|
|
475
|
-
},
|
|
476
|
-
closeouts: {
|
|
477
|
-
title: "Closeout-uri resurse",
|
|
478
|
-
description: "Blocheaza activele pentru mentenanta, curse private sau conflicte operationale.",
|
|
479
|
-
actionLabel: "Closeout nou",
|
|
480
|
-
emptyMessage: "Niciun closeout nu se potriveste filtrelor curente.",
|
|
481
|
-
bulkDeleteButton: "Sterge selectia",
|
|
482
|
-
bulkDeleteConfirm: "Sterge closeout-urile",
|
|
483
|
-
bulkDeleteTitle: "Stergi {selection}?",
|
|
484
|
-
bulkDeleteDescription: "Aceasta elimina permanent closeout-urile selectate si poate readuce resursele in uz operational.",
|
|
485
|
-
},
|
|
486
|
-
},
|
|
487
280
|
dialogs: {
|
|
488
281
|
resource: {
|
|
489
282
|
validationNameRequired: "Numele este obligatoriu",
|
|
@@ -6,8 +6,10 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
6
6
|
description: string;
|
|
7
7
|
generalGroup: string;
|
|
8
8
|
productsGroup: string;
|
|
9
|
+
operator: string;
|
|
9
10
|
team: string;
|
|
10
11
|
channels: string;
|
|
12
|
+
taxes: string;
|
|
11
13
|
pricingCategories: string;
|
|
12
14
|
priceCatalogs: string;
|
|
13
15
|
productTypes: string;
|
|
@@ -86,6 +88,113 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
86
88
|
title: string;
|
|
87
89
|
description: string;
|
|
88
90
|
};
|
|
91
|
+
taxesPage: {
|
|
92
|
+
title: string;
|
|
93
|
+
description: string;
|
|
94
|
+
addTax: string;
|
|
95
|
+
empty: string;
|
|
96
|
+
inactive: string;
|
|
97
|
+
edit: string;
|
|
98
|
+
delete: string;
|
|
99
|
+
deleteConfirm: string;
|
|
100
|
+
editSheetTitle: string;
|
|
101
|
+
newSheetTitle: string;
|
|
102
|
+
taxClassBadge: string;
|
|
103
|
+
defaultRegimeLabel: string;
|
|
104
|
+
regimeOverridesLabel: string;
|
|
105
|
+
regimeOverrideCount: string;
|
|
106
|
+
taxClassSectionTitle: string;
|
|
107
|
+
taxClassSectionDescription: string;
|
|
108
|
+
defaultRegimeSectionTitle: string;
|
|
109
|
+
defaultRegimeSectionDescription: string;
|
|
110
|
+
regimeOverridesSectionTitle: string;
|
|
111
|
+
regimeOverridesSectionDescription: string;
|
|
112
|
+
addRegimeOverride: string;
|
|
113
|
+
removeRegimeOverride: string;
|
|
114
|
+
noRegimeOverrides: string;
|
|
115
|
+
appliesToLabel: string;
|
|
116
|
+
taxRegimeLabel: string;
|
|
117
|
+
appliesToBase: string;
|
|
118
|
+
appliesToAddon: string;
|
|
119
|
+
appliesToAccommodation: string;
|
|
120
|
+
appliesToAll: string;
|
|
121
|
+
taxClassLabelLabel: string;
|
|
122
|
+
taxClassLabelPlaceholder: string;
|
|
123
|
+
taxClassCodeLabel: string;
|
|
124
|
+
taxClassCodePlaceholder: string;
|
|
125
|
+
taxClassDescriptionLabel: string;
|
|
126
|
+
taxClassDescriptionPlaceholder: string;
|
|
127
|
+
regimeNameLabel: string;
|
|
128
|
+
regimeNamePlaceholder: string;
|
|
129
|
+
regimeCodeLabel: string;
|
|
130
|
+
rateLabel: string;
|
|
131
|
+
jurisdictionLabel: string;
|
|
132
|
+
legalReferenceLabel: string;
|
|
133
|
+
legalReferencePlaceholder: string;
|
|
134
|
+
regimeDescriptionLabel: string;
|
|
135
|
+
regimeDescriptionPlaceholder: string;
|
|
136
|
+
activeLabel: string;
|
|
137
|
+
cancel: string;
|
|
138
|
+
saveChanges: string;
|
|
139
|
+
createTax: string;
|
|
140
|
+
validationNameRequired: string;
|
|
141
|
+
validationRateInvalid: string;
|
|
142
|
+
saveFailed: string;
|
|
143
|
+
policyTitle: string;
|
|
144
|
+
policyDescription: string;
|
|
145
|
+
addPolicyProfile: string;
|
|
146
|
+
addPolicyRule: string;
|
|
147
|
+
policyEmpty: string;
|
|
148
|
+
policyRulesEmpty: string;
|
|
149
|
+
deletePolicyProfileConfirm: string;
|
|
150
|
+
deletePolicyRuleConfirm: string;
|
|
151
|
+
editPolicyProfileSheetTitle: string;
|
|
152
|
+
newPolicyProfileSheetTitle: string;
|
|
153
|
+
editPolicyRuleSheetTitle: string;
|
|
154
|
+
newPolicyRuleSheetTitle: string;
|
|
155
|
+
policyProfileNameLabel: string;
|
|
156
|
+
policyProfileNamePlaceholder: string;
|
|
157
|
+
policyProfileCodeLabel: string;
|
|
158
|
+
policyProfileCodePlaceholder: string;
|
|
159
|
+
policyProfileDescriptionLabel: string;
|
|
160
|
+
policyProfileDescriptionPlaceholder: string;
|
|
161
|
+
policyPriorityLabel: string;
|
|
162
|
+
policySideLabel: string;
|
|
163
|
+
policyRuleNameLabel: string;
|
|
164
|
+
policyRuleNamePlaceholder: string;
|
|
165
|
+
policyConditionLabel: string;
|
|
166
|
+
policyConditionSectionTitle: string;
|
|
167
|
+
policyConditionSectionDescription: string;
|
|
168
|
+
policyConditionModeLabel: string;
|
|
169
|
+
policyConditionAlways: string;
|
|
170
|
+
policyConditionAlwaysDescription: string;
|
|
171
|
+
policyConditionModeAll: string;
|
|
172
|
+
policyConditionModeAny: string;
|
|
173
|
+
addPolicyCondition: string;
|
|
174
|
+
removePolicyCondition: string;
|
|
175
|
+
policyFactLabel: string;
|
|
176
|
+
policyFactHasAccommodation: string;
|
|
177
|
+
policyFactAccommodationCountries: string;
|
|
178
|
+
policyOperatorLabel: string;
|
|
179
|
+
policyOperatorEquals: string;
|
|
180
|
+
policyOperatorContains: string;
|
|
181
|
+
policyValueLabel: string;
|
|
182
|
+
policyValueYes: string;
|
|
183
|
+
policyValueNo: string;
|
|
184
|
+
policyActionsLabel: string;
|
|
185
|
+
policySideSell: string;
|
|
186
|
+
policySideBuy: string;
|
|
187
|
+
createPolicyProfile: string;
|
|
188
|
+
createPolicyRule: string;
|
|
189
|
+
validationPolicyProfileNameRequired: string;
|
|
190
|
+
validationPolicyProfileRequired: string;
|
|
191
|
+
validationPolicyRuleNameRequired: string;
|
|
192
|
+
validationPolicyRuleRegimeRequired: string;
|
|
193
|
+
validationPolicyRulePriorityInvalid: string;
|
|
194
|
+
validationPolicyRuleConditionInvalid: string;
|
|
195
|
+
savePolicyProfileFailed: string;
|
|
196
|
+
savePolicyRuleFailed: string;
|
|
197
|
+
};
|
|
89
198
|
priceCatalogsPage: {
|
|
90
199
|
title: string;
|
|
91
200
|
description: string;
|
|
@@ -129,8 +238,10 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
129
238
|
description: string;
|
|
130
239
|
generalGroup: string;
|
|
131
240
|
productsGroup: string;
|
|
241
|
+
operator: string;
|
|
132
242
|
team: string;
|
|
133
243
|
channels: string;
|
|
244
|
+
taxes: string;
|
|
134
245
|
pricingCategories: string;
|
|
135
246
|
priceCatalogs: string;
|
|
136
247
|
productTypes: string;
|
|
@@ -209,6 +320,113 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
209
320
|
title: string;
|
|
210
321
|
description: string;
|
|
211
322
|
};
|
|
323
|
+
taxesPage: {
|
|
324
|
+
title: string;
|
|
325
|
+
description: string;
|
|
326
|
+
addTax: string;
|
|
327
|
+
empty: string;
|
|
328
|
+
inactive: string;
|
|
329
|
+
edit: string;
|
|
330
|
+
delete: string;
|
|
331
|
+
deleteConfirm: string;
|
|
332
|
+
editSheetTitle: string;
|
|
333
|
+
newSheetTitle: string;
|
|
334
|
+
taxClassBadge: string;
|
|
335
|
+
defaultRegimeLabel: string;
|
|
336
|
+
regimeOverridesLabel: string;
|
|
337
|
+
regimeOverrideCount: string;
|
|
338
|
+
taxClassSectionTitle: string;
|
|
339
|
+
taxClassSectionDescription: string;
|
|
340
|
+
defaultRegimeSectionTitle: string;
|
|
341
|
+
defaultRegimeSectionDescription: string;
|
|
342
|
+
regimeOverridesSectionTitle: string;
|
|
343
|
+
regimeOverridesSectionDescription: string;
|
|
344
|
+
addRegimeOverride: string;
|
|
345
|
+
removeRegimeOverride: string;
|
|
346
|
+
noRegimeOverrides: string;
|
|
347
|
+
appliesToLabel: string;
|
|
348
|
+
taxRegimeLabel: string;
|
|
349
|
+
appliesToBase: string;
|
|
350
|
+
appliesToAddon: string;
|
|
351
|
+
appliesToAccommodation: string;
|
|
352
|
+
appliesToAll: string;
|
|
353
|
+
taxClassLabelLabel: string;
|
|
354
|
+
taxClassLabelPlaceholder: string;
|
|
355
|
+
taxClassCodeLabel: string;
|
|
356
|
+
taxClassCodePlaceholder: string;
|
|
357
|
+
taxClassDescriptionLabel: string;
|
|
358
|
+
taxClassDescriptionPlaceholder: string;
|
|
359
|
+
regimeNameLabel: string;
|
|
360
|
+
regimeNamePlaceholder: string;
|
|
361
|
+
regimeCodeLabel: string;
|
|
362
|
+
rateLabel: string;
|
|
363
|
+
jurisdictionLabel: string;
|
|
364
|
+
legalReferenceLabel: string;
|
|
365
|
+
legalReferencePlaceholder: string;
|
|
366
|
+
regimeDescriptionLabel: string;
|
|
367
|
+
regimeDescriptionPlaceholder: string;
|
|
368
|
+
activeLabel: string;
|
|
369
|
+
cancel: string;
|
|
370
|
+
saveChanges: string;
|
|
371
|
+
createTax: string;
|
|
372
|
+
validationNameRequired: string;
|
|
373
|
+
validationRateInvalid: string;
|
|
374
|
+
saveFailed: string;
|
|
375
|
+
policyTitle: string;
|
|
376
|
+
policyDescription: string;
|
|
377
|
+
addPolicyProfile: string;
|
|
378
|
+
addPolicyRule: string;
|
|
379
|
+
policyEmpty: string;
|
|
380
|
+
policyRulesEmpty: string;
|
|
381
|
+
deletePolicyProfileConfirm: string;
|
|
382
|
+
deletePolicyRuleConfirm: string;
|
|
383
|
+
editPolicyProfileSheetTitle: string;
|
|
384
|
+
newPolicyProfileSheetTitle: string;
|
|
385
|
+
editPolicyRuleSheetTitle: string;
|
|
386
|
+
newPolicyRuleSheetTitle: string;
|
|
387
|
+
policyProfileNameLabel: string;
|
|
388
|
+
policyProfileNamePlaceholder: string;
|
|
389
|
+
policyProfileCodeLabel: string;
|
|
390
|
+
policyProfileCodePlaceholder: string;
|
|
391
|
+
policyProfileDescriptionLabel: string;
|
|
392
|
+
policyProfileDescriptionPlaceholder: string;
|
|
393
|
+
policyPriorityLabel: string;
|
|
394
|
+
policySideLabel: string;
|
|
395
|
+
policyRuleNameLabel: string;
|
|
396
|
+
policyRuleNamePlaceholder: string;
|
|
397
|
+
policyConditionLabel: string;
|
|
398
|
+
policyConditionSectionTitle: string;
|
|
399
|
+
policyConditionSectionDescription: string;
|
|
400
|
+
policyConditionModeLabel: string;
|
|
401
|
+
policyConditionAlways: string;
|
|
402
|
+
policyConditionAlwaysDescription: string;
|
|
403
|
+
policyConditionModeAll: string;
|
|
404
|
+
policyConditionModeAny: string;
|
|
405
|
+
addPolicyCondition: string;
|
|
406
|
+
removePolicyCondition: string;
|
|
407
|
+
policyFactLabel: string;
|
|
408
|
+
policyFactHasAccommodation: string;
|
|
409
|
+
policyFactAccommodationCountries: string;
|
|
410
|
+
policyOperatorLabel: string;
|
|
411
|
+
policyOperatorEquals: string;
|
|
412
|
+
policyOperatorContains: string;
|
|
413
|
+
policyValueLabel: string;
|
|
414
|
+
policyValueYes: string;
|
|
415
|
+
policyValueNo: string;
|
|
416
|
+
policyActionsLabel: string;
|
|
417
|
+
policySideSell: string;
|
|
418
|
+
policySideBuy: string;
|
|
419
|
+
createPolicyProfile: string;
|
|
420
|
+
createPolicyRule: string;
|
|
421
|
+
validationPolicyProfileNameRequired: string;
|
|
422
|
+
validationPolicyProfileRequired: string;
|
|
423
|
+
validationPolicyRuleNameRequired: string;
|
|
424
|
+
validationPolicyRuleRegimeRequired: string;
|
|
425
|
+
validationPolicyRulePriorityInvalid: string;
|
|
426
|
+
validationPolicyRuleConditionInvalid: string;
|
|
427
|
+
savePolicyProfileFailed: string;
|
|
428
|
+
savePolicyRuleFailed: string;
|
|
429
|
+
};
|
|
212
430
|
priceCatalogsPage: {
|
|
213
431
|
title: string;
|
|
214
432
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-operator.d.ts","sourceRoot":"","sources":["../../src/admin/settings-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"settings-operator.d.ts","sourceRoot":"","sources":["../../src/admin/settings-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ezC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
|