@voyantjs/i18n 0.19.0 → 0.20.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 +9 -0
- package/dist/admin/operator-nav.d.ts.map +1 -1
- package/dist/admin/operator-nav.js +6 -0
- package/dist/admin/products-operator.d.ts +0 -144
- package/dist/admin/products-operator.d.ts.map +1 -1
- package/dist/admin/products-operator.js +4 -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/package.json +1 -1
package/dist/admin/finance.js
CHANGED
|
@@ -118,33 +118,8 @@ export const adminFinanceMessages = {
|
|
|
118
118
|
cancel: "Cancel",
|
|
119
119
|
submit: "Create Credit Note",
|
|
120
120
|
},
|
|
121
|
-
invoiceDialog:
|
|
122
|
-
|
|
123
|
-
newTitle: "New Invoice",
|
|
124
|
-
validationInvoiceNumberRequired: "Invoice number is required",
|
|
125
|
-
validationBookingIdRequired: "Booking ID is required",
|
|
126
|
-
validationCurrencyCode: "Use 3-letter ISO code",
|
|
127
|
-
validationIssueDateRequired: "Issue date is required",
|
|
128
|
-
validationDueDateRequired: "Due date is required",
|
|
129
|
-
invoiceNumberLabel: "Invoice Number",
|
|
130
|
-
invoiceNumberPlaceholder: "INV-2025-1234",
|
|
131
|
-
statusLabel: "Status",
|
|
132
|
-
bookingIdLabel: "Booking ID",
|
|
133
|
-
bookingIdPlaceholder: "book_...",
|
|
134
|
-
currencyLabel: "Currency",
|
|
135
|
-
subtotalLabel: "Subtotal (cents)",
|
|
136
|
-
taxLabel: "Tax (cents)",
|
|
137
|
-
totalLabel: "Total (cents)",
|
|
138
|
-
issueDateLabel: "Issue Date",
|
|
139
|
-
issueDatePlaceholder: "Pick issue date",
|
|
140
|
-
dueDateLabel: "Due Date",
|
|
141
|
-
dueDatePlaceholder: "Pick due date",
|
|
142
|
-
notesLabel: "Notes",
|
|
143
|
-
notesPlaceholder: "Invoice notes...",
|
|
144
|
-
cancel: "Cancel",
|
|
145
|
-
saveChanges: "Save Changes",
|
|
146
|
-
createInvoice: "Create Invoice",
|
|
147
|
-
},
|
|
121
|
+
// invoiceDialog: removed — owned by `@voyantjs/finance-ui` via
|
|
122
|
+
// <FinanceUiMessagesProvider>.
|
|
148
123
|
paymentDialog: {
|
|
149
124
|
title: "Record Payment",
|
|
150
125
|
validationAmountMin: "Amount must be at least 1",
|
|
@@ -161,28 +136,8 @@ export const adminFinanceMessages = {
|
|
|
161
136
|
cancel: "Cancel",
|
|
162
137
|
submit: "Record Payment",
|
|
163
138
|
},
|
|
164
|
-
supplierPaymentDialog:
|
|
165
|
-
|
|
166
|
-
validationBookingIdRequired: "Booking ID is required",
|
|
167
|
-
validationAmountMin: "Amount must be at least 1",
|
|
168
|
-
validationPaymentDateRequired: "Payment date is required",
|
|
169
|
-
bookingIdLabel: "Booking ID",
|
|
170
|
-
bookingIdPlaceholder: "book_...",
|
|
171
|
-
supplierIdLabel: "Supplier ID (optional)",
|
|
172
|
-
supplierIdPlaceholder: "supp_...",
|
|
173
|
-
amountLabel: "Amount (cents)",
|
|
174
|
-
currencyLabel: "Currency",
|
|
175
|
-
paymentDateLabel: "Payment Date",
|
|
176
|
-
paymentDatePlaceholder: "Select payment date",
|
|
177
|
-
paymentMethodLabel: "Payment Method",
|
|
178
|
-
statusLabel: "Status",
|
|
179
|
-
referenceNumberLabel: "Reference Number",
|
|
180
|
-
referenceNumberPlaceholder: "TXN-12345",
|
|
181
|
-
notesLabel: "Notes",
|
|
182
|
-
notesPlaceholder: "Payment notes...",
|
|
183
|
-
cancel: "Cancel",
|
|
184
|
-
submit: "Record Supplier Payment",
|
|
185
|
-
},
|
|
139
|
+
// supplierPaymentDialog: removed — owned by `@voyantjs/finance-ui` via
|
|
140
|
+
// <FinanceUiMessagesProvider>.
|
|
186
141
|
},
|
|
187
142
|
},
|
|
188
143
|
ro: {
|
|
@@ -304,33 +259,6 @@ export const adminFinanceMessages = {
|
|
|
304
259
|
cancel: "Anuleaza",
|
|
305
260
|
submit: "Creeaza nota de credit",
|
|
306
261
|
},
|
|
307
|
-
invoiceDialog: {
|
|
308
|
-
editTitle: "Editeaza factura",
|
|
309
|
-
newTitle: "Factura noua",
|
|
310
|
-
validationInvoiceNumberRequired: "Numarul facturii este obligatoriu",
|
|
311
|
-
validationBookingIdRequired: "ID-ul rezervarii este obligatoriu",
|
|
312
|
-
validationCurrencyCode: "Foloseste un cod ISO din 3 litere",
|
|
313
|
-
validationIssueDateRequired: "Data emiterii este obligatorie",
|
|
314
|
-
validationDueDateRequired: "Data scadentei este obligatorie",
|
|
315
|
-
invoiceNumberLabel: "Numar factura",
|
|
316
|
-
invoiceNumberPlaceholder: "INV-2025-1234",
|
|
317
|
-
statusLabel: "Status",
|
|
318
|
-
bookingIdLabel: "ID rezervare",
|
|
319
|
-
bookingIdPlaceholder: "book_...",
|
|
320
|
-
currencyLabel: "Moneda",
|
|
321
|
-
subtotalLabel: "Subtotal (centi)",
|
|
322
|
-
taxLabel: "Taxa (centi)",
|
|
323
|
-
totalLabel: "Total (centi)",
|
|
324
|
-
issueDateLabel: "Data emiterii",
|
|
325
|
-
issueDatePlaceholder: "Alege data emiterii",
|
|
326
|
-
dueDateLabel: "Data scadentei",
|
|
327
|
-
dueDatePlaceholder: "Alege data scadentei",
|
|
328
|
-
notesLabel: "Note",
|
|
329
|
-
notesPlaceholder: "Note factura...",
|
|
330
|
-
cancel: "Anuleaza",
|
|
331
|
-
saveChanges: "Salveaza modificarile",
|
|
332
|
-
createInvoice: "Creeaza factura",
|
|
333
|
-
},
|
|
334
262
|
paymentDialog: {
|
|
335
263
|
title: "Inregistreaza plata",
|
|
336
264
|
validationAmountMin: "Suma trebuie sa fie cel putin 1",
|
|
@@ -347,28 +275,6 @@ export const adminFinanceMessages = {
|
|
|
347
275
|
cancel: "Anuleaza",
|
|
348
276
|
submit: "Inregistreaza plata",
|
|
349
277
|
},
|
|
350
|
-
supplierPaymentDialog: {
|
|
351
|
-
title: "Inregistreaza plata furnizorului",
|
|
352
|
-
validationBookingIdRequired: "ID-ul rezervarii este obligatoriu",
|
|
353
|
-
validationAmountMin: "Suma trebuie sa fie cel putin 1",
|
|
354
|
-
validationPaymentDateRequired: "Data platii este obligatorie",
|
|
355
|
-
bookingIdLabel: "ID rezervare",
|
|
356
|
-
bookingIdPlaceholder: "book_...",
|
|
357
|
-
supplierIdLabel: "ID furnizor (optional)",
|
|
358
|
-
supplierIdPlaceholder: "supp_...",
|
|
359
|
-
amountLabel: "Suma (centi)",
|
|
360
|
-
currencyLabel: "Moneda",
|
|
361
|
-
paymentDateLabel: "Data platii",
|
|
362
|
-
paymentDatePlaceholder: "Selecteaza data platii",
|
|
363
|
-
paymentMethodLabel: "Metoda de plata",
|
|
364
|
-
statusLabel: "Status",
|
|
365
|
-
referenceNumberLabel: "Numar referinta",
|
|
366
|
-
referenceNumberPlaceholder: "TXN-12345",
|
|
367
|
-
notesLabel: "Note",
|
|
368
|
-
notesPlaceholder: "Note plata...",
|
|
369
|
-
cancel: "Anuleaza",
|
|
370
|
-
submit: "Inregistreaza plata furnizorului",
|
|
371
|
-
},
|
|
372
278
|
},
|
|
373
279
|
},
|
|
374
280
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export type OperatorAdminNavMessages = {
|
|
2
2
|
dashboard: string;
|
|
3
|
+
catalog: string;
|
|
4
|
+
flights: string;
|
|
5
|
+
flightOrders: string;
|
|
3
6
|
products: string;
|
|
4
7
|
categories: string;
|
|
5
8
|
bookings: string;
|
|
@@ -25,6 +28,9 @@ export declare const operatorAdminNavMessages: {
|
|
|
25
28
|
en: {
|
|
26
29
|
nav: {
|
|
27
30
|
dashboard: string;
|
|
31
|
+
catalog: string;
|
|
32
|
+
flights: string;
|
|
33
|
+
flightOrders: string;
|
|
28
34
|
products: string;
|
|
29
35
|
categories: string;
|
|
30
36
|
bookings: string;
|
|
@@ -50,6 +56,9 @@ export declare const operatorAdminNavMessages: {
|
|
|
50
56
|
ro: {
|
|
51
57
|
nav: {
|
|
52
58
|
dashboard: string;
|
|
59
|
+
catalog: string;
|
|
60
|
+
flights: string;
|
|
61
|
+
flightOrders: string;
|
|
53
62
|
products: string;
|
|
54
63
|
categories: string;
|
|
55
64
|
bookings: 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,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
|
|
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"}
|
|
@@ -2,6 +2,9 @@ export const operatorAdminNavMessages = {
|
|
|
2
2
|
en: {
|
|
3
3
|
nav: {
|
|
4
4
|
dashboard: "Dashboard",
|
|
5
|
+
catalog: "Catalog",
|
|
6
|
+
flights: "Flights",
|
|
7
|
+
flightOrders: "Orders",
|
|
5
8
|
products: "Products",
|
|
6
9
|
categories: "Categories",
|
|
7
10
|
bookings: "Bookings",
|
|
@@ -27,6 +30,9 @@ export const operatorAdminNavMessages = {
|
|
|
27
30
|
ro: {
|
|
28
31
|
nav: {
|
|
29
32
|
dashboard: "Panou",
|
|
33
|
+
catalog: "Catalog",
|
|
34
|
+
flights: "Zboruri",
|
|
35
|
+
flightOrders: "Comenzi",
|
|
30
36
|
products: "Produse",
|
|
31
37
|
categories: "Categorii",
|
|
32
38
|
bookings: "Rezervari",
|
|
@@ -44,28 +44,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
44
44
|
comboboxLoading: string;
|
|
45
45
|
comboboxEmpty: string;
|
|
46
46
|
};
|
|
47
|
-
tags: {
|
|
48
|
-
searchPlaceholder: string;
|
|
49
|
-
addTag: string;
|
|
50
|
-
tableName: string;
|
|
51
|
-
tableActions: string;
|
|
52
|
-
loadFailed: string;
|
|
53
|
-
empty: string;
|
|
54
|
-
edit: string;
|
|
55
|
-
delete: string;
|
|
56
|
-
deleteConfirm: string;
|
|
57
|
-
dialogEditTitle: string;
|
|
58
|
-
dialogNewTitle: string;
|
|
59
|
-
dialogEditDescription: string;
|
|
60
|
-
dialogNewDescription: string;
|
|
61
|
-
validationNameRequired: string;
|
|
62
|
-
saveFailed: string;
|
|
63
|
-
nameLabel: string;
|
|
64
|
-
namePlaceholder: string;
|
|
65
|
-
cancel: string;
|
|
66
|
-
saveChanges: string;
|
|
67
|
-
createTag: string;
|
|
68
|
-
};
|
|
69
47
|
};
|
|
70
48
|
core: {
|
|
71
49
|
pageTitle: string;
|
|
@@ -275,21 +253,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
275
253
|
create: string;
|
|
276
254
|
save: string;
|
|
277
255
|
};
|
|
278
|
-
days: {
|
|
279
|
-
editTitle: string;
|
|
280
|
-
newTitle: string;
|
|
281
|
-
dayNumberLabel: string;
|
|
282
|
-
locationLabel: string;
|
|
283
|
-
locationPlaceholder: string;
|
|
284
|
-
titleLabel: string;
|
|
285
|
-
titlePlaceholder: string;
|
|
286
|
-
descriptionLabel: string;
|
|
287
|
-
descriptionPlaceholder: string;
|
|
288
|
-
photosLabel: string;
|
|
289
|
-
saveToUpload: string;
|
|
290
|
-
validationDayNumber: string;
|
|
291
|
-
create: string;
|
|
292
|
-
};
|
|
293
256
|
services: {
|
|
294
257
|
editTitle: string;
|
|
295
258
|
newTitle: string;
|
|
@@ -321,33 +284,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
321
284
|
validationCostNonNegative: string;
|
|
322
285
|
create: string;
|
|
323
286
|
};
|
|
324
|
-
options: {
|
|
325
|
-
editTitle: string;
|
|
326
|
-
newTitle: string;
|
|
327
|
-
sectionTitle: string;
|
|
328
|
-
addAction: string;
|
|
329
|
-
empty: string;
|
|
330
|
-
defaultBadge: string;
|
|
331
|
-
editAction: string;
|
|
332
|
-
deleteAction: string;
|
|
333
|
-
deleteConfirm: string;
|
|
334
|
-
nameLabel: string;
|
|
335
|
-
namePlaceholder: string;
|
|
336
|
-
codeLabel: string;
|
|
337
|
-
codePlaceholder: string;
|
|
338
|
-
descriptionLabel: string;
|
|
339
|
-
statusLabel: string;
|
|
340
|
-
sortOrderLabel: string;
|
|
341
|
-
availableFromLabel: string;
|
|
342
|
-
availableToLabel: string;
|
|
343
|
-
optionalDatePlaceholder: string;
|
|
344
|
-
defaultLabel: string;
|
|
345
|
-
statusDraft: string;
|
|
346
|
-
statusActive: string;
|
|
347
|
-
statusArchived: string;
|
|
348
|
-
validationNameRequired: string;
|
|
349
|
-
create: string;
|
|
350
|
-
};
|
|
351
287
|
units: {
|
|
352
288
|
editTitle: string;
|
|
353
289
|
newTitle: string;
|
|
@@ -486,14 +422,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
486
422
|
tableCost: string;
|
|
487
423
|
tableQuantity: string;
|
|
488
424
|
};
|
|
489
|
-
versions: {
|
|
490
|
-
dialogTitle: string;
|
|
491
|
-
description: string;
|
|
492
|
-
notesLabel: string;
|
|
493
|
-
notesPlaceholder: string;
|
|
494
|
-
cancel: string;
|
|
495
|
-
create: string;
|
|
496
|
-
};
|
|
497
425
|
};
|
|
498
426
|
};
|
|
499
427
|
};
|
|
@@ -541,28 +469,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
541
469
|
comboboxLoading: string;
|
|
542
470
|
comboboxEmpty: string;
|
|
543
471
|
};
|
|
544
|
-
tags: {
|
|
545
|
-
searchPlaceholder: string;
|
|
546
|
-
addTag: string;
|
|
547
|
-
tableName: string;
|
|
548
|
-
tableActions: string;
|
|
549
|
-
loadFailed: string;
|
|
550
|
-
empty: string;
|
|
551
|
-
edit: string;
|
|
552
|
-
delete: string;
|
|
553
|
-
deleteConfirm: string;
|
|
554
|
-
dialogEditTitle: string;
|
|
555
|
-
dialogNewTitle: string;
|
|
556
|
-
dialogEditDescription: string;
|
|
557
|
-
dialogNewDescription: string;
|
|
558
|
-
validationNameRequired: string;
|
|
559
|
-
saveFailed: string;
|
|
560
|
-
nameLabel: string;
|
|
561
|
-
namePlaceholder: string;
|
|
562
|
-
cancel: string;
|
|
563
|
-
saveChanges: string;
|
|
564
|
-
createTag: string;
|
|
565
|
-
};
|
|
566
472
|
};
|
|
567
473
|
core: {
|
|
568
474
|
pageTitle: string;
|
|
@@ -772,21 +678,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
772
678
|
create: string;
|
|
773
679
|
save: string;
|
|
774
680
|
};
|
|
775
|
-
days: {
|
|
776
|
-
editTitle: string;
|
|
777
|
-
newTitle: string;
|
|
778
|
-
dayNumberLabel: string;
|
|
779
|
-
locationLabel: string;
|
|
780
|
-
locationPlaceholder: string;
|
|
781
|
-
titleLabel: string;
|
|
782
|
-
titlePlaceholder: string;
|
|
783
|
-
descriptionLabel: string;
|
|
784
|
-
descriptionPlaceholder: string;
|
|
785
|
-
photosLabel: string;
|
|
786
|
-
saveToUpload: string;
|
|
787
|
-
validationDayNumber: string;
|
|
788
|
-
create: string;
|
|
789
|
-
};
|
|
790
681
|
services: {
|
|
791
682
|
editTitle: string;
|
|
792
683
|
newTitle: string;
|
|
@@ -818,33 +709,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
818
709
|
validationCostNonNegative: string;
|
|
819
710
|
create: string;
|
|
820
711
|
};
|
|
821
|
-
options: {
|
|
822
|
-
editTitle: string;
|
|
823
|
-
newTitle: string;
|
|
824
|
-
sectionTitle: string;
|
|
825
|
-
addAction: string;
|
|
826
|
-
empty: string;
|
|
827
|
-
defaultBadge: string;
|
|
828
|
-
editAction: string;
|
|
829
|
-
deleteAction: string;
|
|
830
|
-
deleteConfirm: string;
|
|
831
|
-
nameLabel: string;
|
|
832
|
-
namePlaceholder: string;
|
|
833
|
-
codeLabel: string;
|
|
834
|
-
codePlaceholder: string;
|
|
835
|
-
descriptionLabel: string;
|
|
836
|
-
statusLabel: string;
|
|
837
|
-
sortOrderLabel: string;
|
|
838
|
-
availableFromLabel: string;
|
|
839
|
-
availableToLabel: string;
|
|
840
|
-
optionalDatePlaceholder: string;
|
|
841
|
-
defaultLabel: string;
|
|
842
|
-
statusDraft: string;
|
|
843
|
-
statusActive: string;
|
|
844
|
-
statusArchived: string;
|
|
845
|
-
validationNameRequired: string;
|
|
846
|
-
create: string;
|
|
847
|
-
};
|
|
848
712
|
units: {
|
|
849
713
|
editTitle: string;
|
|
850
714
|
newTitle: string;
|
|
@@ -983,14 +847,6 @@ export declare const operatorAdminProductsMessages: {
|
|
|
983
847
|
tableCost: string;
|
|
984
848
|
tableQuantity: string;
|
|
985
849
|
};
|
|
986
|
-
versions: {
|
|
987
|
-
dialogTitle: string;
|
|
988
|
-
description: string;
|
|
989
|
-
notesLabel: string;
|
|
990
|
-
notesPlaceholder: string;
|
|
991
|
-
cancel: string;
|
|
992
|
-
create: string;
|
|
993
|
-
};
|
|
994
850
|
};
|
|
995
851
|
};
|
|
996
852
|
};
|
|
@@ -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
|
|
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"}
|
|
@@ -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",
|
|
@@ -274,21 +253,7 @@ export const operatorAdminProductsMessages = {
|
|
|
274
253
|
create: "Create itinerary",
|
|
275
254
|
save: "Save changes",
|
|
276
255
|
},
|
|
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
|
-
},
|
|
256
|
+
// days: removed — owned by `@voyantjs/products-ui`'s day-* primitives.
|
|
292
257
|
services: {
|
|
293
258
|
editTitle: "Edit Service",
|
|
294
259
|
newTitle: "Add Service",
|
|
@@ -320,33 +285,7 @@ export const operatorAdminProductsMessages = {
|
|
|
320
285
|
validationCostNonNegative: "Cost must be non-negative",
|
|
321
286
|
create: "Add Service",
|
|
322
287
|
},
|
|
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
|
-
},
|
|
288
|
+
// options: removed — owned by `@voyantjs/products-ui`'s option-* primitives.
|
|
350
289
|
units: {
|
|
351
290
|
editTitle: "Edit Unit",
|
|
352
291
|
newTitle: "New Unit",
|
|
@@ -485,14 +424,7 @@ export const operatorAdminProductsMessages = {
|
|
|
485
424
|
tableCost: "Cost",
|
|
486
425
|
tableQuantity: "Qty",
|
|
487
426
|
},
|
|
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
|
-
},
|
|
427
|
+
// versions: removed — owned by `@voyantjs/products-ui`'s product-version-dialog.
|
|
496
428
|
},
|
|
497
429
|
},
|
|
498
430
|
},
|
|
@@ -540,28 +472,6 @@ export const operatorAdminProductsMessages = {
|
|
|
540
472
|
comboboxLoading: "Se incarca…",
|
|
541
473
|
comboboxEmpty: "Nu au fost gasite categorii de produse.",
|
|
542
474
|
},
|
|
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
475
|
},
|
|
566
476
|
core: {
|
|
567
477
|
pageTitle: "Produse",
|
|
@@ -771,21 +681,6 @@ export const operatorAdminProductsMessages = {
|
|
|
771
681
|
create: "Creeaza itinerariul",
|
|
772
682
|
save: "Salveaza",
|
|
773
683
|
},
|
|
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
684
|
services: {
|
|
790
685
|
editTitle: "Editeaza serviciul",
|
|
791
686
|
newTitle: "Adauga serviciu",
|
|
@@ -817,33 +712,6 @@ export const operatorAdminProductsMessages = {
|
|
|
817
712
|
validationCostNonNegative: "Costul trebuie sa fie pozitiv sau zero",
|
|
818
713
|
create: "Adauga serviciul",
|
|
819
714
|
},
|
|
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
715
|
units: {
|
|
848
716
|
editTitle: "Editeaza unitatea",
|
|
849
717
|
newTitle: "Unitate noua",
|
|
@@ -982,14 +850,6 @@ export const operatorAdminProductsMessages = {
|
|
|
982
850
|
tableCost: "Cost",
|
|
983
851
|
tableQuantity: "Cant.",
|
|
984
852
|
},
|
|
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
853
|
},
|
|
994
854
|
},
|
|
995
855
|
},
|