@voyantjs/i18n 0.20.0 → 0.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  export type OperatorAdminNavMessages = {
2
2
  dashboard: string;
3
3
  catalog: string;
4
+ catalogOrders: string;
4
5
  flights: string;
5
6
  flightOrders: string;
6
7
  products: string;
@@ -29,6 +30,7 @@ export declare const operatorAdminNavMessages: {
29
30
  nav: {
30
31
  dashboard: string;
31
32
  catalog: string;
33
+ catalogOrders: string;
32
34
  flights: string;
33
35
  flightOrders: string;
34
36
  products: string;
@@ -57,6 +59,7 @@ export declare const operatorAdminNavMessages: {
57
59
  nav: {
58
60
  dashboard: string;
59
61
  catalog: string;
62
+ catalogOrders: string;
60
63
  flights: string;
61
64
  flightOrders: string;
62
65
  products: string;
@@ -1 +1 @@
1
- {"version":3,"file":"operator-nav.d.ts","sourceRoot":"","sources":["../../src/admin/operator-nav.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,yBAAyB,EAAE,MAAM,CAAA;IACjC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,wBAAwB,EAAE,MAAM,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,iBAAiB,EAAE,MAAM,CAAA;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDkC,CAAA"}
1
+ {"version":3,"file":"operator-nav.d.ts","sourceRoot":"","sources":["../../src/admin/operator-nav.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,yBAAyB,EAAE,MAAM,CAAA;IACjC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,wBAAwB,EAAE,MAAM,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,iBAAiB,EAAE,MAAM,CAAA;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DkC,CAAA"}
@@ -3,6 +3,7 @@ export const operatorAdminNavMessages = {
3
3
  nav: {
4
4
  dashboard: "Dashboard",
5
5
  catalog: "Catalog",
6
+ catalogOrders: "Orders",
6
7
  flights: "Flights",
7
8
  flightOrders: "Orders",
8
9
  products: "Products",
@@ -31,6 +32,7 @@ export const operatorAdminNavMessages = {
31
32
  nav: {
32
33
  dashboard: "Panou",
33
34
  catalog: "Catalog",
35
+ catalogOrders: "Comenzi",
34
36
  flights: "Zboruri",
35
37
  flightOrders: "Comenzi",
36
38
  products: "Produse",
@@ -88,6 +88,8 @@ export declare const operatorAdminProductsMessages: {
88
88
  bookingModeLabel: string;
89
89
  productTypeLabel: string;
90
90
  productTypeNone: string;
91
+ taxClassLabel: string;
92
+ taxClassNone: string;
91
93
  sellCurrencyLabel: string;
92
94
  sellAmountLabel: string;
93
95
  costAmountLabel: string;
@@ -115,6 +117,7 @@ export declare const operatorAdminProductsMessages: {
115
117
  delete: string;
116
118
  edit: string;
117
119
  detailsTitle: string;
120
+ startingFromLabel: string;
118
121
  sellLabel: string;
119
122
  costLabel: string;
120
123
  marginLabel: string;
@@ -143,6 +146,13 @@ export declare const operatorAdminProductsMessages: {
143
146
  createChannelsInSettings: string;
144
147
  organizeTitle: string;
145
148
  typeLabel: string;
149
+ brochureTitle: string;
150
+ brochureEmpty: string;
151
+ brochureMeta: string;
152
+ generateBrochure: string;
153
+ regenerateBrochure: string;
154
+ downloadBrochure: string;
155
+ brochureSizeHint: string;
146
156
  mediaTitle: string;
147
157
  itineraryTitle: string;
148
158
  itinerariesTitle: string;
@@ -263,6 +273,8 @@ export declare const operatorAdminProductsMessages: {
263
273
  namePlaceholder: string;
264
274
  descriptionLabel: string;
265
275
  descriptionPlaceholder: string;
276
+ countryCodeLabel: string;
277
+ countryCodePlaceholder: string;
266
278
  costCurrencyLabel: string;
267
279
  costCurrencyPlaceholder: string;
268
280
  costAmountLabel: string;
@@ -282,6 +294,7 @@ export declare const operatorAdminProductsMessages: {
282
294
  validationNameRequired: string;
283
295
  validationIsoCurrency: string;
284
296
  validationCostNonNegative: string;
297
+ validationCountryCode: string;
285
298
  create: string;
286
299
  };
287
300
  units: {
@@ -513,6 +526,8 @@ export declare const operatorAdminProductsMessages: {
513
526
  bookingModeLabel: string;
514
527
  productTypeLabel: string;
515
528
  productTypeNone: string;
529
+ taxClassLabel: string;
530
+ taxClassNone: string;
516
531
  sellCurrencyLabel: string;
517
532
  sellAmountLabel: string;
518
533
  costAmountLabel: string;
@@ -540,6 +555,7 @@ export declare const operatorAdminProductsMessages: {
540
555
  delete: string;
541
556
  edit: string;
542
557
  detailsTitle: string;
558
+ startingFromLabel: string;
543
559
  sellLabel: string;
544
560
  costLabel: string;
545
561
  marginLabel: string;
@@ -568,6 +584,13 @@ export declare const operatorAdminProductsMessages: {
568
584
  createChannelsInSettings: string;
569
585
  organizeTitle: string;
570
586
  typeLabel: string;
587
+ brochureTitle: string;
588
+ brochureEmpty: string;
589
+ brochureMeta: string;
590
+ generateBrochure: string;
591
+ regenerateBrochure: string;
592
+ downloadBrochure: string;
593
+ brochureSizeHint: string;
571
594
  mediaTitle: string;
572
595
  itineraryTitle: string;
573
596
  itinerariesTitle: string;
@@ -688,6 +711,8 @@ export declare const operatorAdminProductsMessages: {
688
711
  namePlaceholder: string;
689
712
  descriptionLabel: string;
690
713
  descriptionPlaceholder: string;
714
+ countryCodeLabel: string;
715
+ countryCodePlaceholder: string;
691
716
  costCurrencyLabel: string;
692
717
  costCurrencyPlaceholder: string;
693
718
  costAmountLabel: string;
@@ -707,6 +732,7 @@ export declare const operatorAdminProductsMessages: {
707
732
  validationNameRequired: string;
708
733
  validationIsoCurrency: string;
709
734
  validationCostNonNegative: string;
735
+ validationCountryCode: string;
710
736
  create: string;
711
737
  };
712
738
  units: {
@@ -1 +1 @@
1
- {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+1BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
1
+ {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy3BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
@@ -88,6 +88,8 @@ export const operatorAdminProductsMessages = {
88
88
  bookingModeLabel: "Booking Mode",
89
89
  productTypeLabel: "Product Type",
90
90
  productTypeNone: "None",
91
+ taxClassLabel: "Tax class",
92
+ taxClassNone: "No tax class",
91
93
  sellCurrencyLabel: "Sell Currency",
92
94
  sellAmountLabel: "Sell Amount",
93
95
  costAmountLabel: "Cost Amount",
@@ -115,6 +117,7 @@ export const operatorAdminProductsMessages = {
115
117
  delete: "Delete",
116
118
  edit: "Edit",
117
119
  detailsTitle: "Product Details",
120
+ startingFromLabel: "Starting from",
118
121
  sellLabel: "Sell",
119
122
  costLabel: "Cost",
120
123
  marginLabel: "Margin",
@@ -143,6 +146,13 @@ export const operatorAdminProductsMessages = {
143
146
  createChannelsInSettings: "Create channels in Settings",
144
147
  organizeTitle: "Organize",
145
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.",
146
156
  mediaTitle: "Media",
147
157
  itineraryTitle: "Itinerary",
148
158
  itinerariesTitle: "Itineraries",
@@ -264,6 +274,8 @@ export const operatorAdminProductsMessages = {
264
274
  namePlaceholder: "Deluxe Sea View Room",
265
275
  descriptionLabel: "Description",
266
276
  descriptionPlaceholder: "Service details...",
277
+ countryCodeLabel: "Country code",
278
+ countryCodePlaceholder: "RO",
267
279
  costCurrencyLabel: "Cost Currency",
268
280
  costCurrencyPlaceholder: "EUR",
269
281
  costAmountLabel: "Cost Amount",
@@ -283,6 +295,7 @@ export const operatorAdminProductsMessages = {
283
295
  validationNameRequired: "Name is required",
284
296
  validationIsoCurrency: "Use 3-letter ISO code",
285
297
  validationCostNonNegative: "Cost must be non-negative",
298
+ validationCountryCode: "Use 2-letter country code",
286
299
  create: "Add Service",
287
300
  },
288
301
  // options: removed — owned by `@voyantjs/products-ui`'s option-* primitives.
@@ -516,6 +529,8 @@ export const operatorAdminProductsMessages = {
516
529
  bookingModeLabel: "Mod rezervare",
517
530
  productTypeLabel: "Tip produs",
518
531
  productTypeNone: "Niciunul",
532
+ taxClassLabel: "Clasa de taxe",
533
+ taxClassNone: "Fara clasa de taxe",
519
534
  sellCurrencyLabel: "Moneda vanzare",
520
535
  sellAmountLabel: "Pret vanzare",
521
536
  costAmountLabel: "Cost",
@@ -543,6 +558,7 @@ export const operatorAdminProductsMessages = {
543
558
  delete: "Sterge",
544
559
  edit: "Editeaza",
545
560
  detailsTitle: "Detalii produs",
561
+ startingFromLabel: "De la",
546
562
  sellLabel: "Vanzare",
547
563
  costLabel: "Cost",
548
564
  marginLabel: "Marja",
@@ -571,6 +587,13 @@ export const operatorAdminProductsMessages = {
571
587
  createChannelsInSettings: "Creeaza canale in Setari",
572
588
  organizeTitle: "Organizare",
573
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.",
574
597
  mediaTitle: "Media",
575
598
  itineraryTitle: "Itinerariu",
576
599
  itinerariesTitle: "Itinerarii",
@@ -691,6 +714,8 @@ export const operatorAdminProductsMessages = {
691
714
  namePlaceholder: "Camera deluxe cu vedere la mare",
692
715
  descriptionLabel: "Descriere",
693
716
  descriptionPlaceholder: "Detalii serviciu...",
717
+ countryCodeLabel: "Cod tara",
718
+ countryCodePlaceholder: "RO",
694
719
  costCurrencyLabel: "Moneda cost",
695
720
  costCurrencyPlaceholder: "EUR",
696
721
  costAmountLabel: "Cost",
@@ -710,6 +735,7 @@ export const operatorAdminProductsMessages = {
710
735
  validationNameRequired: "Numele este obligatoriu",
711
736
  validationIsoCurrency: "Foloseste cod ISO din 3 litere",
712
737
  validationCostNonNegative: "Costul trebuie sa fie pozitiv sau zero",
738
+ validationCountryCode: "Foloseste cod de tara din 2 litere",
713
739
  create: "Adauga serviciul",
714
740
  },
715
741
  units: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiQzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
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"}
@@ -5,8 +5,10 @@ export const operatorAdminSettingsMessages = {
5
5
  description: "Manage your workspace configuration",
6
6
  generalGroup: "General",
7
7
  productsGroup: "Products",
8
+ operator: "Operator",
8
9
  team: "Team",
9
10
  channels: "Channels",
11
+ taxes: "Taxes",
10
12
  pricingCategories: "Pricing Categories",
11
13
  priceCatalogs: "Price Catalogs",
12
14
  productTypes: "Product Types",
@@ -85,6 +87,113 @@ export const operatorAdminSettingsMessages = {
85
87
  title: "Pricing Categories",
86
88
  description: "Global categories like adult, child, and room reused across your pricing rules.",
87
89
  },
90
+ taxesPage: {
91
+ title: "Tax Regimes and Classes",
92
+ description: "Manage tax classes and the default tax regime each class uses for VAT calculation.",
93
+ addTax: "Add tax class",
94
+ empty: "No tax classes yet. Seed or create classes such as Normala, Redusa, and Art. 311.",
95
+ inactive: "Inactive",
96
+ edit: "Edit",
97
+ delete: "Delete",
98
+ deleteConfirm: "Delete this tax class?",
99
+ editSheetTitle: "Edit Tax Class",
100
+ newSheetTitle: "New Tax Class",
101
+ taxClassBadge: "Tax class",
102
+ defaultRegimeLabel: "Default regime",
103
+ regimeOverridesLabel: "Overrides",
104
+ regimeOverrideCount: "{count} overrides",
105
+ taxClassSectionTitle: "Tax class",
106
+ taxClassSectionDescription: "The assignable classification stored on products and booking lines.",
107
+ defaultRegimeSectionTitle: "Default tax regime",
108
+ defaultRegimeSectionDescription: "The VAT/tax calculation rule linked through tax_classes.default_regime_id.",
109
+ regimeOverridesSectionTitle: "Regime overrides",
110
+ regimeOverridesSectionDescription: "Optional tax_classes.lines entries for base, addon, accommodation, or all lines.",
111
+ addRegimeOverride: "Add override",
112
+ removeRegimeOverride: "Remove override",
113
+ noRegimeOverrides: "No regime overrides. This class falls back to the default regime.",
114
+ appliesToLabel: "Applies to",
115
+ taxRegimeLabel: "Tax regime",
116
+ appliesToBase: "Base",
117
+ appliesToAddon: "Addon",
118
+ appliesToAccommodation: "Accommodation",
119
+ appliesToAll: "All",
120
+ taxClassLabelLabel: "Tax class label",
121
+ taxClassLabelPlaceholder: "Normala 21",
122
+ taxClassCodeLabel: "Tax class code",
123
+ taxClassCodePlaceholder: "normala",
124
+ taxClassDescriptionLabel: "Tax class description",
125
+ taxClassDescriptionPlaceholder: "Optional tax class description...",
126
+ regimeNameLabel: "Regime name",
127
+ regimeNamePlaceholder: "Normala",
128
+ regimeCodeLabel: "Regime code",
129
+ rateLabel: "Regime rate %",
130
+ jurisdictionLabel: "Jurisdiction",
131
+ legalReferenceLabel: "Legal reference",
132
+ legalReferencePlaceholder: "Optional legal reference",
133
+ regimeDescriptionLabel: "Regime description",
134
+ regimeDescriptionPlaceholder: "Optional tax regime description...",
135
+ activeLabel: "Active",
136
+ cancel: "Cancel",
137
+ saveChanges: "Save Changes",
138
+ createTax: "Create Tax Class",
139
+ validationNameRequired: "Tax class label is required",
140
+ validationRateInvalid: "Rate must be a non-negative number",
141
+ saveFailed: "Failed to save tax class",
142
+ policyTitle: "Tax Policy Profiles",
143
+ policyDescription: "Manage implementation-specific tax rules that choose tax regimes automatically.",
144
+ addPolicyProfile: "Add profile",
145
+ addPolicyRule: "Add rule",
146
+ policyEmpty: "No tax policy profiles yet.",
147
+ policyRulesEmpty: "No policy rules yet. Add ordered rules for this profile.",
148
+ deletePolicyProfileConfirm: "Delete this tax policy profile and its rules?",
149
+ deletePolicyRuleConfirm: "Delete this tax policy rule?",
150
+ editPolicyProfileSheetTitle: "Edit Tax Policy Profile",
151
+ newPolicyProfileSheetTitle: "New Tax Policy Profile",
152
+ editPolicyRuleSheetTitle: "Edit Tax Policy Rule",
153
+ newPolicyRuleSheetTitle: "New Tax Policy Rule",
154
+ policyProfileNameLabel: "Profile name",
155
+ policyProfileNamePlaceholder: "Romanian travel operator",
156
+ policyProfileCodeLabel: "Profile code",
157
+ policyProfileCodePlaceholder: "ro-travel-operator",
158
+ policyProfileDescriptionLabel: "Profile description",
159
+ policyProfileDescriptionPlaceholder: "Optional policy profile description...",
160
+ policyPriorityLabel: "Priority",
161
+ policySideLabel: "Side",
162
+ policyRuleNameLabel: "Rule name",
163
+ policyRuleNamePlaceholder: "Accommodation in Romania",
164
+ policyConditionLabel: "Condition",
165
+ policyConditionSectionTitle: "Condition",
166
+ policyConditionSectionDescription: "Choose when this rule applies. Rules are evaluated by priority.",
167
+ policyConditionModeLabel: "Match",
168
+ policyConditionAlways: "Always",
169
+ policyConditionAlwaysDescription: "This rule always matches and is usually used as the last fallback rule.",
170
+ policyConditionModeAll: "All conditions",
171
+ policyConditionModeAny: "Any condition",
172
+ addPolicyCondition: "Add condition",
173
+ removePolicyCondition: "Remove condition",
174
+ policyFactLabel: "Fact",
175
+ policyFactHasAccommodation: "Has accommodation",
176
+ policyFactAccommodationCountries: "Accommodation countries",
177
+ policyOperatorLabel: "Operator",
178
+ policyOperatorEquals: "is",
179
+ policyOperatorContains: "contains",
180
+ policyValueLabel: "Value",
181
+ policyValueYes: "Yes",
182
+ policyValueNo: "No",
183
+ policyActionsLabel: "Actions",
184
+ policySideSell: "Sell",
185
+ policySideBuy: "Buy",
186
+ createPolicyProfile: "Create Profile",
187
+ createPolicyRule: "Create Rule",
188
+ validationPolicyProfileNameRequired: "Profile name is required",
189
+ validationPolicyProfileRequired: "Tax policy profile is required",
190
+ validationPolicyRuleNameRequired: "Rule name is required",
191
+ validationPolicyRuleRegimeRequired: "Tax regime is required",
192
+ validationPolicyRulePriorityInvalid: "Priority must be a non-negative integer",
193
+ validationPolicyRuleConditionInvalid: "Condition must include at least one valid row. Country values must be two-letter ISO codes.",
194
+ savePolicyProfileFailed: "Failed to save tax policy profile",
195
+ savePolicyRuleFailed: "Failed to save tax policy rule",
196
+ },
88
197
  priceCatalogsPage: {
89
198
  title: "Price Catalogs",
90
199
  description: "Create named price books with currency and pricing posture.",
@@ -128,8 +237,10 @@ export const operatorAdminSettingsMessages = {
128
237
  description: "Administreaza configuratia spatiului de lucru",
129
238
  generalGroup: "General",
130
239
  productsGroup: "Produse",
240
+ operator: "Operator",
131
241
  team: "Echipa",
132
242
  channels: "Canale",
243
+ taxes: "Taxe",
133
244
  pricingCategories: "Categorii de tarifare",
134
245
  priceCatalogs: "Cataloage de pret",
135
246
  productTypes: "Tipuri de produs",
@@ -208,6 +319,113 @@ export const operatorAdminSettingsMessages = {
208
319
  title: "Categorii de tarifare",
209
320
  description: "Categorii globale precum adult, copil si camera, refolosite in regulile tale de tarifare.",
210
321
  },
322
+ taxesPage: {
323
+ title: "Regimuri si clase de taxe",
324
+ description: "Administreaza clasele de taxe si regimul fiscal implicit folosit pentru calcul TVA.",
325
+ addTax: "Adauga clasa de taxe",
326
+ empty: "Nu exista clase de taxe momentan. Seed sau creeaza clase precum Normala, Redusa si Art. 311.",
327
+ inactive: "Inactiv",
328
+ edit: "Editeaza",
329
+ delete: "Sterge",
330
+ deleteConfirm: "Stergi aceasta clasa de taxe?",
331
+ editSheetTitle: "Editeaza clasa de taxe",
332
+ newSheetTitle: "Clasa de taxe noua",
333
+ taxClassBadge: "Clasa de taxe",
334
+ defaultRegimeLabel: "Regim implicit",
335
+ regimeOverridesLabel: "Suprascrieri",
336
+ regimeOverrideCount: "{count} suprascrieri",
337
+ taxClassSectionTitle: "Clasa de taxe",
338
+ taxClassSectionDescription: "Clasificarea selectabila salvata pe produse si linii de rezervare.",
339
+ defaultRegimeSectionTitle: "Regim fiscal implicit",
340
+ defaultRegimeSectionDescription: "Regula de calcul TVA/taxe legata prin tax_classes.default_regime_id.",
341
+ regimeOverridesSectionTitle: "Suprascrieri de regim",
342
+ regimeOverridesSectionDescription: "Intrari optionale tax_classes.lines pentru baza, addon, cazare sau toate liniile.",
343
+ addRegimeOverride: "Adauga suprascriere",
344
+ removeRegimeOverride: "Sterge suprascrierea",
345
+ noRegimeOverrides: "Nu exista suprascrieri de regim. Clasa foloseste regimul implicit.",
346
+ appliesToLabel: "Se aplica la",
347
+ taxRegimeLabel: "Regim fiscal",
348
+ appliesToBase: "Baza",
349
+ appliesToAddon: "Addon",
350
+ appliesToAccommodation: "Cazare",
351
+ appliesToAll: "Toate",
352
+ taxClassLabelLabel: "Eticheta clasei de taxe",
353
+ taxClassLabelPlaceholder: "Normala 21",
354
+ taxClassCodeLabel: "Cod clasa de taxe",
355
+ taxClassCodePlaceholder: "normala",
356
+ taxClassDescriptionLabel: "Descriere clasa de taxe",
357
+ taxClassDescriptionPlaceholder: "Descriere optionala pentru clasa de taxe...",
358
+ regimeNameLabel: "Nume regim",
359
+ regimeNamePlaceholder: "Normala",
360
+ regimeCodeLabel: "Cod regim",
361
+ rateLabel: "Cota regim %",
362
+ jurisdictionLabel: "Jurisdictie",
363
+ legalReferenceLabel: "Referinta legala",
364
+ legalReferencePlaceholder: "Referinta legala optionala",
365
+ regimeDescriptionLabel: "Descriere regim",
366
+ regimeDescriptionPlaceholder: "Descriere optionala pentru regimul fiscal...",
367
+ activeLabel: "Activ",
368
+ cancel: "Anuleaza",
369
+ saveChanges: "Salveaza modificarile",
370
+ createTax: "Creeaza clasa de taxe",
371
+ validationNameRequired: "Eticheta clasei de taxe este obligatorie",
372
+ validationRateInvalid: "Cota trebuie sa fie un numar pozitiv",
373
+ saveFailed: "Clasa de taxe nu a putut fi salvata",
374
+ policyTitle: "Profile de politica fiscala",
375
+ policyDescription: "Administreaza reguli fiscale specifice implementarii care aleg automat regimurile fiscale.",
376
+ addPolicyProfile: "Adauga profil",
377
+ addPolicyRule: "Adauga regula",
378
+ policyEmpty: "Nu exista profile de politica fiscala momentan.",
379
+ policyRulesEmpty: "Nu exista reguli. Adauga reguli ordonate pentru acest profil.",
380
+ deletePolicyProfileConfirm: "Stergi acest profil de politica fiscala si regulile lui?",
381
+ deletePolicyRuleConfirm: "Stergi aceasta regula fiscala?",
382
+ editPolicyProfileSheetTitle: "Editeaza profilul de politica fiscala",
383
+ newPolicyProfileSheetTitle: "Profil de politica fiscala nou",
384
+ editPolicyRuleSheetTitle: "Editeaza regula fiscala",
385
+ newPolicyRuleSheetTitle: "Regula fiscala noua",
386
+ policyProfileNameLabel: "Nume profil",
387
+ policyProfileNamePlaceholder: "Operator turistic Romania",
388
+ policyProfileCodeLabel: "Cod profil",
389
+ policyProfileCodePlaceholder: "ro-travel-operator",
390
+ policyProfileDescriptionLabel: "Descriere profil",
391
+ policyProfileDescriptionPlaceholder: "Descriere optionala pentru profil...",
392
+ policyPriorityLabel: "Prioritate",
393
+ policySideLabel: "Parte",
394
+ policyRuleNameLabel: "Nume regula",
395
+ policyRuleNamePlaceholder: "Cazare in Romania",
396
+ policyConditionLabel: "Conditie",
397
+ policyConditionSectionTitle: "Conditie",
398
+ policyConditionSectionDescription: "Alege cand se aplica aceasta regula. Regulile sunt evaluate dupa prioritate.",
399
+ policyConditionModeLabel: "Potrivire",
400
+ policyConditionAlways: "Intotdeauna",
401
+ policyConditionAlwaysDescription: "Aceasta regula se potriveste intotdeauna si este folosita de obicei ca regula implicita finala.",
402
+ policyConditionModeAll: "Toate conditiile",
403
+ policyConditionModeAny: "Oricare conditie",
404
+ addPolicyCondition: "Adauga conditie",
405
+ removePolicyCondition: "Sterge conditia",
406
+ policyFactLabel: "Fapt",
407
+ policyFactHasAccommodation: "Are cazare",
408
+ policyFactAccommodationCountries: "Tari cazare",
409
+ policyOperatorLabel: "Operator",
410
+ policyOperatorEquals: "este",
411
+ policyOperatorContains: "contine",
412
+ policyValueLabel: "Valoare",
413
+ policyValueYes: "Da",
414
+ policyValueNo: "Nu",
415
+ policyActionsLabel: "Actiuni",
416
+ policySideSell: "Vanzare",
417
+ policySideBuy: "Achizitie",
418
+ createPolicyProfile: "Creeaza profilul",
419
+ createPolicyRule: "Creeaza regula",
420
+ validationPolicyProfileNameRequired: "Numele profilului este obligatoriu",
421
+ validationPolicyProfileRequired: "Profilul de politica fiscala este obligatoriu",
422
+ validationPolicyRuleNameRequired: "Numele regulii este obligatoriu",
423
+ validationPolicyRuleRegimeRequired: "Regimul fiscal este obligatoriu",
424
+ validationPolicyRulePriorityInvalid: "Prioritatea trebuie sa fie un intreg pozitiv",
425
+ validationPolicyRuleConditionInvalid: "Conditia trebuie sa includa cel putin un rand valid. Tarile trebuie sa fie coduri ISO din doua litere.",
426
+ savePolicyProfileFailed: "Profilul de politica fiscala nu a putut fi salvat",
427
+ savePolicyRuleFailed: "Regula fiscala nu a putut fi salvata",
428
+ },
211
429
  priceCatalogsPage: {
212
430
  title: "Cataloage de pret",
213
431
  description: "Creeaza liste de preturi cu moneda si pozitionare tarifara.",
@@ -45,6 +45,7 @@ export declare const operatorAdminSuppliersMessages: {
45
45
  supplier: {
46
46
  validationNameRequired: string;
47
47
  validationIsoCurrency: string;
48
+ validationReservationTimeout: string;
48
49
  editTitle: string;
49
50
  newTitle: string;
50
51
  typeLabel: string;
@@ -66,6 +67,8 @@ export declare const operatorAdminSuppliersMessages: {
66
67
  countryLabel: string;
67
68
  defaultCurrencyLabel: string;
68
69
  defaultCurrencyPlaceholder: string;
70
+ reservationTimeoutLabel: string;
71
+ reservationTimeoutPlaceholder: string;
69
72
  primaryContactTitle: string;
70
73
  contactNameLabel: string;
71
74
  contactNamePlaceholder: string;
@@ -136,6 +139,9 @@ export declare const operatorAdminSuppliersMessages: {
136
139
  cityLabel: string;
137
140
  countryLabel: string;
138
141
  defaultCurrencyLabel: string;
142
+ reservationTimeoutLabel: string;
143
+ reservationTimeoutValue: string;
144
+ reservationTimeoutInherited: string;
139
145
  primaryContactTitle: string;
140
146
  noContactInfo: string;
141
147
  createdLabel: string;
@@ -205,6 +211,7 @@ export declare const operatorAdminSuppliersMessages: {
205
211
  supplier: {
206
212
  validationNameRequired: string;
207
213
  validationIsoCurrency: string;
214
+ validationReservationTimeout: string;
208
215
  editTitle: string;
209
216
  newTitle: string;
210
217
  typeLabel: string;
@@ -226,6 +233,8 @@ export declare const operatorAdminSuppliersMessages: {
226
233
  countryLabel: string;
227
234
  defaultCurrencyLabel: string;
228
235
  defaultCurrencyPlaceholder: string;
236
+ reservationTimeoutLabel: string;
237
+ reservationTimeoutPlaceholder: string;
229
238
  primaryContactTitle: string;
230
239
  contactNameLabel: string;
231
240
  contactNamePlaceholder: string;
@@ -296,6 +305,9 @@ export declare const operatorAdminSuppliersMessages: {
296
305
  cityLabel: string;
297
306
  countryLabel: string;
298
307
  defaultCurrencyLabel: string;
308
+ reservationTimeoutLabel: string;
309
+ reservationTimeoutValue: string;
310
+ reservationTimeoutInherited: string;
299
311
  primaryContactTitle: string;
300
312
  noContactInfo: string;
301
313
  createdLabel: string;
@@ -1 +1 @@
1
- {"version":3,"file":"suppliers-operator.d.ts","sourceRoot":"","sources":["../../src/admin/suppliers-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiU1C,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,mBAAmB,CAC9D,CAAC,OAAO,8BAA8B,CAAC,CAAC,IAAI,CAAC,CAC9C,CAAA"}
1
+ {"version":3,"file":"suppliers-operator.d.ts","sourceRoot":"","sources":["../../src/admin/suppliers-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6U1C,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,mBAAmB,CAC9D,CAAC,OAAO,8BAA8B,CAAC,CAAC,IAAI,CAAC,CAC9C,CAAA"}
@@ -44,6 +44,7 @@ export const operatorAdminSuppliersMessages = {
44
44
  supplier: {
45
45
  validationNameRequired: "Name is required",
46
46
  validationIsoCurrency: "Use 3-letter ISO code",
47
+ validationReservationTimeout: "Use 0-1440 minutes",
47
48
  editTitle: "Edit Supplier",
48
49
  newTitle: "New Supplier",
49
50
  typeLabel: "Type",
@@ -65,6 +66,8 @@ export const operatorAdminSuppliersMessages = {
65
66
  countryLabel: "Country",
66
67
  defaultCurrencyLabel: "Default Currency",
67
68
  defaultCurrencyPlaceholder: "EUR",
69
+ reservationTimeoutLabel: "Reservation timeout (minutes)",
70
+ reservationTimeoutPlaceholder: "30",
68
71
  primaryContactTitle: "Primary Contact",
69
72
  contactNameLabel: "Name",
70
73
  contactNamePlaceholder: "John Doe",
@@ -135,6 +138,9 @@ export const operatorAdminSuppliersMessages = {
135
138
  cityLabel: "City",
136
139
  countryLabel: "Country",
137
140
  defaultCurrencyLabel: "Default Currency",
141
+ reservationTimeoutLabel: "Reservation timeout",
142
+ reservationTimeoutValue: "{count} minutes",
143
+ reservationTimeoutInherited: "Inherited",
138
144
  primaryContactTitle: "Primary Contact",
139
145
  noContactInfo: "No contact information.",
140
146
  createdLabel: "Created",
@@ -204,6 +210,7 @@ export const operatorAdminSuppliersMessages = {
204
210
  supplier: {
205
211
  validationNameRequired: "Numele este obligatoriu",
206
212
  validationIsoCurrency: "Foloseste cod ISO din 3 litere",
213
+ validationReservationTimeout: "Foloseste 0-1440 minute",
207
214
  editTitle: "Editeaza furnizorul",
208
215
  newTitle: "Furnizor nou",
209
216
  typeLabel: "Tip",
@@ -225,6 +232,8 @@ export const operatorAdminSuppliersMessages = {
225
232
  countryLabel: "Tara",
226
233
  defaultCurrencyLabel: "Moneda implicita",
227
234
  defaultCurrencyPlaceholder: "EUR",
235
+ reservationTimeoutLabel: "Timeout rezervare (minute)",
236
+ reservationTimeoutPlaceholder: "30",
228
237
  primaryContactTitle: "Contact principal",
229
238
  contactNameLabel: "Nume",
230
239
  contactNamePlaceholder: "Ion Popescu",
@@ -295,6 +304,9 @@ export const operatorAdminSuppliersMessages = {
295
304
  cityLabel: "Oras",
296
305
  countryLabel: "Tara",
297
306
  defaultCurrencyLabel: "Moneda implicita",
307
+ reservationTimeoutLabel: "Timeout rezervare",
308
+ reservationTimeoutValue: "{count} minute",
309
+ reservationTimeoutInherited: "Mostenit",
298
310
  primaryContactTitle: "Contact principal",
299
311
  noContactInfo: "Nu exista informatii de contact.",
300
312
  createdLabel: "Creat",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/i18n",
3
- "version": "0.20.0",
3
+ "version": "0.21.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {