@voyantjs/i18n 0.51.0 → 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.
|
@@ -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",
|