@voyantjs/i18n 0.50.8 → 0.51.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.
|
@@ -228,6 +228,24 @@ export declare const adminAvailabilityMessages: {
|
|
|
228
228
|
generatedSlotsTitle: string;
|
|
229
229
|
generatedSlotsEmpty: string;
|
|
230
230
|
};
|
|
231
|
+
tabs: {
|
|
232
|
+
allocation: string;
|
|
233
|
+
pickup: string;
|
|
234
|
+
closeouts: string;
|
|
235
|
+
activity: string;
|
|
236
|
+
meta: string;
|
|
237
|
+
allocationUnwired: string;
|
|
238
|
+
activityEmpty: string;
|
|
239
|
+
activityAuditTitle: string;
|
|
240
|
+
metaIdentifiersTitle: string;
|
|
241
|
+
metaLifecycleTitle: string;
|
|
242
|
+
};
|
|
243
|
+
duration: {
|
|
244
|
+
nightSingular: string;
|
|
245
|
+
nightsPlural: string;
|
|
246
|
+
daySingular: string;
|
|
247
|
+
daysPlural: string;
|
|
248
|
+
};
|
|
231
249
|
};
|
|
232
250
|
dialogs: {
|
|
233
251
|
slot: {
|
|
@@ -578,6 +596,24 @@ export declare const adminAvailabilityMessages: {
|
|
|
578
596
|
generatedSlotsTitle: string;
|
|
579
597
|
generatedSlotsEmpty: string;
|
|
580
598
|
};
|
|
599
|
+
tabs: {
|
|
600
|
+
allocation: string;
|
|
601
|
+
pickup: string;
|
|
602
|
+
closeouts: string;
|
|
603
|
+
activity: string;
|
|
604
|
+
meta: string;
|
|
605
|
+
allocationUnwired: string;
|
|
606
|
+
activityEmpty: string;
|
|
607
|
+
activityAuditTitle: string;
|
|
608
|
+
metaIdentifiersTitle: string;
|
|
609
|
+
metaLifecycleTitle: string;
|
|
610
|
+
};
|
|
611
|
+
duration: {
|
|
612
|
+
nightSingular: string;
|
|
613
|
+
nightsPlural: string;
|
|
614
|
+
daySingular: string;
|
|
615
|
+
daysPlural: string;
|
|
616
|
+
};
|
|
581
617
|
};
|
|
582
618
|
dialogs: {
|
|
583
619
|
slot: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/admin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/admin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+vBrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}
|
|
@@ -227,6 +227,24 @@ export const adminAvailabilityMessages = {
|
|
|
227
227
|
generatedSlotsTitle: "Generated Slots",
|
|
228
228
|
generatedSlotsEmpty: "No slots currently use this start time.",
|
|
229
229
|
},
|
|
230
|
+
tabs: {
|
|
231
|
+
allocation: "Allocation",
|
|
232
|
+
pickup: "Pickup",
|
|
233
|
+
closeouts: "Closeouts",
|
|
234
|
+
activity: "Activity",
|
|
235
|
+
meta: "Meta",
|
|
236
|
+
allocationUnwired: "Allocation manager not wired in this template.",
|
|
237
|
+
activityEmpty: "No activity recorded for this slot yet.",
|
|
238
|
+
activityAuditTitle: "Audit log",
|
|
239
|
+
metaIdentifiersTitle: "Identifiers",
|
|
240
|
+
metaLifecycleTitle: "Lifecycle",
|
|
241
|
+
},
|
|
242
|
+
duration: {
|
|
243
|
+
nightSingular: "1 night",
|
|
244
|
+
nightsPlural: "{count} nights",
|
|
245
|
+
daySingular: "1 day",
|
|
246
|
+
daysPlural: "{count} days",
|
|
247
|
+
},
|
|
230
248
|
},
|
|
231
249
|
dialogs: {
|
|
232
250
|
slot: {
|
|
@@ -577,6 +595,24 @@ export const adminAvailabilityMessages = {
|
|
|
577
595
|
generatedSlotsTitle: "Sloturi generate",
|
|
578
596
|
generatedSlotsEmpty: "Niciun slot nu foloseste momentan aceasta ora de plecare.",
|
|
579
597
|
},
|
|
598
|
+
tabs: {
|
|
599
|
+
allocation: "Alocare",
|
|
600
|
+
pickup: "Pickup",
|
|
601
|
+
closeouts: "Closeout-uri",
|
|
602
|
+
activity: "Activitate",
|
|
603
|
+
meta: "Meta",
|
|
604
|
+
allocationUnwired: "Managerul de alocare nu este conectat in acest template.",
|
|
605
|
+
activityEmpty: "Nu exista activitate inregistrata pentru acest slot.",
|
|
606
|
+
activityAuditTitle: "Jurnal de audit",
|
|
607
|
+
metaIdentifiersTitle: "Identificatori",
|
|
608
|
+
metaLifecycleTitle: "Ciclu de viata",
|
|
609
|
+
},
|
|
610
|
+
duration: {
|
|
611
|
+
nightSingular: "1 noapte",
|
|
612
|
+
nightsPlural: "{count} nopti",
|
|
613
|
+
daySingular: "1 zi",
|
|
614
|
+
daysPlural: "{count} zile",
|
|
615
|
+
},
|
|
580
616
|
},
|
|
581
617
|
dialogs: {
|
|
582
618
|
slot: {
|
|
@@ -38,6 +38,7 @@ export declare const adminDmcProductsMessages: {
|
|
|
38
38
|
backToProducts: string;
|
|
39
39
|
convertToBooking: string;
|
|
40
40
|
convertToBookingConfirm: string;
|
|
41
|
+
manageAvailabilityAction: string;
|
|
41
42
|
createVersionAction: string;
|
|
42
43
|
editAction: string;
|
|
43
44
|
deleteAction: string;
|
|
@@ -155,6 +156,7 @@ export declare const adminDmcProductsMessages: {
|
|
|
155
156
|
backToProducts: string;
|
|
156
157
|
convertToBooking: string;
|
|
157
158
|
convertToBookingConfirm: string;
|
|
159
|
+
manageAvailabilityAction: string;
|
|
158
160
|
createVersionAction: string;
|
|
159
161
|
editAction: string;
|
|
160
162
|
deleteAction: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products-dmc.d.ts","sourceRoot":"","sources":["../../src/admin/products-dmc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"products-dmc.d.ts","sourceRoot":"","sources":["../../src/admin/products-dmc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+OpC,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAC,CAAC,OAAO,wBAAwB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -37,6 +37,7 @@ export const adminDmcProductsMessages = {
|
|
|
37
37
|
backToProducts: "Back to Products",
|
|
38
38
|
convertToBooking: "Convert to Booking",
|
|
39
39
|
convertToBookingConfirm: "Convert this product to a booking?",
|
|
40
|
+
manageAvailabilityAction: "Manage availability",
|
|
40
41
|
createVersionAction: "Create Version",
|
|
41
42
|
editAction: "Edit",
|
|
42
43
|
deleteAction: "Delete",
|
|
@@ -154,6 +155,7 @@ export const adminDmcProductsMessages = {
|
|
|
154
155
|
backToProducts: "Back to Products",
|
|
155
156
|
convertToBooking: "Convert to Booking",
|
|
156
157
|
convertToBookingConfirm: "Convert this product to a booking?",
|
|
158
|
+
manageAvailabilityAction: "Manage availability",
|
|
157
159
|
createVersionAction: "Create Version",
|
|
158
160
|
editAction: "Edit",
|
|
159
161
|
deleteAction: "Delete",
|