@voyantjs/i18n 0.28.0 → 0.28.3
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/availability.d.ts +16 -0
- package/dist/admin/availability.d.ts.map +1 -1
- package/dist/admin/availability.js +22 -6
- package/dist/admin/finance.d.ts +160 -0
- package/dist/admin/finance.d.ts.map +1 -1
- package/dist/admin/finance.js +160 -0
- package/dist/admin/operator-nav.d.ts +6 -0
- package/dist/admin/operator-nav.d.ts.map +1 -1
- package/dist/admin/operator-nav.js +4 -0
- package/dist/admin/products-operator.d.ts +22 -0
- package/dist/admin/products-operator.d.ts.map +1 -1
- package/dist/admin/products-operator.js +22 -0
- package/dist/admin/resources.d.ts +38 -0
- package/dist/admin/resources.d.ts.map +1 -1
- package/dist/admin/resources.js +38 -0
- package/dist/admin/suppliers-operator.d.ts +32 -0
- package/dist/admin/suppliers-operator.d.ts.map +1 -1
- package/dist/admin/suppliers-operator.js +32 -0
- package/package.json +1 -1
|
@@ -55,6 +55,14 @@ export declare const adminAvailabilityMessages: {
|
|
|
55
55
|
coverageGapsTitle: string;
|
|
56
56
|
coverageGapsEmpty: string;
|
|
57
57
|
coverageGapDescription: string;
|
|
58
|
+
actionRequiredTitle: string;
|
|
59
|
+
actionRequiredBody: string;
|
|
60
|
+
actionRequiredCta: string;
|
|
61
|
+
attentionTitle: string;
|
|
62
|
+
attentionEmpty: string;
|
|
63
|
+
severityCoverageGap: string;
|
|
64
|
+
severityClosed: string;
|
|
65
|
+
severitySoldOut: string;
|
|
58
66
|
};
|
|
59
67
|
nouns: {
|
|
60
68
|
slotSingular: string;
|
|
@@ -397,6 +405,14 @@ export declare const adminAvailabilityMessages: {
|
|
|
397
405
|
coverageGapsTitle: string;
|
|
398
406
|
coverageGapsEmpty: string;
|
|
399
407
|
coverageGapDescription: string;
|
|
408
|
+
actionRequiredTitle: string;
|
|
409
|
+
actionRequiredBody: string;
|
|
410
|
+
actionRequiredCta: string;
|
|
411
|
+
attentionTitle: string;
|
|
412
|
+
attentionEmpty: string;
|
|
413
|
+
severityCoverageGap: string;
|
|
414
|
+
severityClosed: string;
|
|
415
|
+
severitySoldOut: string;
|
|
400
416
|
};
|
|
401
417
|
nouns: {
|
|
402
418
|
slotSingular: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2tBrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}
|
|
@@ -51,9 +51,17 @@ export const adminAvailabilityMessages = {
|
|
|
51
51
|
pickupPointsDescription: "Active operational pickup locations",
|
|
52
52
|
capacityWatchlistTitle: "Capacity Watchlist",
|
|
53
53
|
capacityWatchlistEmpty: "No constrained departures right now.",
|
|
54
|
-
coverageGapsTitle: "
|
|
55
|
-
coverageGapsEmpty: "Every product has
|
|
56
|
-
coverageGapDescription: "No
|
|
54
|
+
coverageGapsTitle: "No upcoming departures",
|
|
55
|
+
coverageGapsEmpty: "Every product has upcoming open departures.",
|
|
56
|
+
coverageGapDescription: "No open departures available to book.",
|
|
57
|
+
actionRequiredTitle: "Action needed",
|
|
58
|
+
actionRequiredBody: "{count} products have no upcoming open departures. Customers can't book until you add some.",
|
|
59
|
+
actionRequiredCta: "Open availability",
|
|
60
|
+
attentionTitle: "Needs attention",
|
|
61
|
+
attentionEmpty: "Everything looks healthy. Coverage and capacity are in good shape.",
|
|
62
|
+
severityCoverageGap: "No departures",
|
|
63
|
+
severityClosed: "Closed",
|
|
64
|
+
severitySoldOut: "Sold out",
|
|
57
65
|
},
|
|
58
66
|
nouns: {
|
|
59
67
|
slotSingular: "slot",
|
|
@@ -393,9 +401,17 @@ export const adminAvailabilityMessages = {
|
|
|
393
401
|
pickupPointsDescription: "Locatii active de pickup operationale",
|
|
394
402
|
capacityWatchlistTitle: "Monitorizare capacitate",
|
|
395
403
|
capacityWatchlistEmpty: "Nu exista plecari constranse in acest moment.",
|
|
396
|
-
coverageGapsTitle: "
|
|
397
|
-
coverageGapsEmpty: "Fiecare produs are
|
|
398
|
-
coverageGapDescription: "Nu
|
|
404
|
+
coverageGapsTitle: "Fara plecari urmatoare",
|
|
405
|
+
coverageGapsEmpty: "Fiecare produs are plecari deschise viitoare.",
|
|
406
|
+
coverageGapDescription: "Nu exista plecari deschise pentru rezervare.",
|
|
407
|
+
actionRequiredTitle: "Atentie",
|
|
408
|
+
actionRequiredBody: "{count} produse nu au plecari deschise urmatoare. Clientii nu pot rezerva pana cand nu adaugi.",
|
|
409
|
+
actionRequiredCta: "Deschide disponibilitatea",
|
|
410
|
+
attentionTitle: "Necesita atentie",
|
|
411
|
+
attentionEmpty: "Totul arata bine. Acoperirea si capacitatea sunt in regula.",
|
|
412
|
+
severityCoverageGap: "Fara plecari",
|
|
413
|
+
severityClosed: "Inchis",
|
|
414
|
+
severitySoldOut: "Epuizat",
|
|
399
415
|
},
|
|
400
416
|
nouns: {
|
|
401
417
|
slotSingular: "slot",
|
package/dist/admin/finance.d.ts
CHANGED
|
@@ -4,11 +4,23 @@ export declare const adminFinanceMessages: {
|
|
|
4
4
|
readonly finance: {
|
|
5
5
|
readonly title: "Finance";
|
|
6
6
|
readonly description: "Manage invoices, payments, and supplier finances.";
|
|
7
|
+
readonly invoicesPageTitle: "Invoices";
|
|
8
|
+
readonly invoicesPageDescription: "Customer-facing invoices, proformas, and credit notes.";
|
|
9
|
+
readonly paymentsPageTitle: "Payments";
|
|
10
|
+
readonly paymentsPageDescription: "All customer and supplier payments in one place.";
|
|
7
11
|
readonly newInvoice: "New Invoice";
|
|
12
|
+
readonly recordPayment: "Record Payment";
|
|
8
13
|
readonly recordSupplierPayment: "Record Supplier Payment";
|
|
9
14
|
readonly invoicesTab: "Invoices";
|
|
10
15
|
readonly supplierPaymentsTab: "Supplier Payments";
|
|
11
16
|
readonly searchInvoicesPlaceholder: "Search invoices...";
|
|
17
|
+
readonly searchPaymentsPlaceholder: "Search by reference number...";
|
|
18
|
+
readonly kindColumn: "Type";
|
|
19
|
+
readonly kindCustomer: "Customer";
|
|
20
|
+
readonly kindSupplier: "Supplier";
|
|
21
|
+
readonly partyColumn: "Party";
|
|
22
|
+
readonly filtersKindLabel: "Type";
|
|
23
|
+
readonly filtersKindAll: "All types";
|
|
12
24
|
readonly invoiceNumberColumn: "Invoice #";
|
|
13
25
|
readonly statusColumn: "Status";
|
|
14
26
|
readonly totalColumn: "Total";
|
|
@@ -32,9 +44,33 @@ export declare const adminFinanceMessages: {
|
|
|
32
44
|
readonly paymentStatusRefunded: "Refunded";
|
|
33
45
|
readonly paymentMethodBankTransfer: "Bank Transfer";
|
|
34
46
|
readonly paymentMethodCreditCard: "Credit Card";
|
|
47
|
+
readonly paymentMethodDebitCard: "Debit Card";
|
|
35
48
|
readonly paymentMethodCash: "Cash";
|
|
36
49
|
readonly paymentMethodCheque: "Cheque";
|
|
50
|
+
readonly paymentMethodWallet: "Wallet";
|
|
51
|
+
readonly paymentMethodDirectBill: "Direct Bill";
|
|
52
|
+
readonly paymentMethodVoucher: "Voucher";
|
|
37
53
|
readonly paymentMethodOther: "Other";
|
|
54
|
+
readonly filtersButton: "Filters";
|
|
55
|
+
readonly filtersStatusLabel: "Status";
|
|
56
|
+
readonly filtersStatusAll: "All statuses";
|
|
57
|
+
readonly filtersMethodLabel: "Payment method";
|
|
58
|
+
readonly filtersMethodAll: "All methods";
|
|
59
|
+
readonly filtersCurrencyLabel: "Currency";
|
|
60
|
+
readonly filtersCurrencyAny: "Any currency";
|
|
61
|
+
readonly filtersSupplierLabel: "Supplier";
|
|
62
|
+
readonly filtersSupplierAny: "Any supplier";
|
|
63
|
+
readonly filtersSupplierEmpty: "No suppliers found.";
|
|
64
|
+
readonly filtersDueDateLabel: "Due date";
|
|
65
|
+
readonly filtersPaymentDateLabel: "Payment date";
|
|
66
|
+
readonly filtersDateAny: "Any date";
|
|
67
|
+
readonly filtersClear: "Clear";
|
|
68
|
+
readonly empty: "No records found.";
|
|
69
|
+
readonly loadFailed: "Failed to load records.";
|
|
70
|
+
readonly paginationShowing: "Showing {count} of {total}";
|
|
71
|
+
readonly paginationPage: "Page {page} / {pageCount}";
|
|
72
|
+
readonly paginationPrevious: "Previous";
|
|
73
|
+
readonly paginationNext: "Next";
|
|
38
74
|
readonly creditNoteStatusDraft: "Draft";
|
|
39
75
|
readonly creditNoteStatusIssued: "Issued";
|
|
40
76
|
readonly creditNoteStatusApplied: "Applied";
|
|
@@ -135,17 +171,73 @@ export declare const adminFinanceMessages: {
|
|
|
135
171
|
readonly cancel: "Cancel";
|
|
136
172
|
readonly submit: "Record Payment";
|
|
137
173
|
};
|
|
174
|
+
readonly paymentDetail: {
|
|
175
|
+
readonly backToPayments: "Back to Payments";
|
|
176
|
+
readonly notFound: "Payment not found";
|
|
177
|
+
readonly loadFailed: "Failed to load payment.";
|
|
178
|
+
readonly summaryTitle: "Payment summary";
|
|
179
|
+
readonly amountLabel: "Amount";
|
|
180
|
+
readonly baseAmountLabel: "Base amount";
|
|
181
|
+
readonly statusLabel: "Status";
|
|
182
|
+
readonly methodLabel: "Method";
|
|
183
|
+
readonly dateLabel: "Payment date";
|
|
184
|
+
readonly referenceLabel: "Reference number";
|
|
185
|
+
readonly notesLabel: "Notes";
|
|
186
|
+
readonly linksTitle: "Links";
|
|
187
|
+
readonly paidByLabel: "Paid by";
|
|
188
|
+
readonly paidToLabel: "Paid to";
|
|
189
|
+
readonly personLabel: "Person";
|
|
190
|
+
readonly organizationLabel: "Organization";
|
|
191
|
+
readonly invoiceLabel: "Invoice";
|
|
192
|
+
readonly bookingLabel: "Booking";
|
|
193
|
+
readonly supplierLabel: "Supplier";
|
|
194
|
+
readonly viewInvoice: "View invoice";
|
|
195
|
+
readonly viewBooking: "View booking";
|
|
196
|
+
readonly metadataTitle: "Metadata";
|
|
197
|
+
readonly kindLabel: "Type";
|
|
198
|
+
readonly createdLabel: "Created";
|
|
199
|
+
readonly updatedLabel: "Updated";
|
|
200
|
+
};
|
|
201
|
+
readonly recordPaymentDialog: {
|
|
202
|
+
readonly title: "Record Payment";
|
|
203
|
+
readonly kindLabel: "Payment type";
|
|
204
|
+
readonly kindCustomer: "Customer payment";
|
|
205
|
+
readonly kindSupplier: "Supplier payment";
|
|
206
|
+
readonly invoiceLabel: "Invoice";
|
|
207
|
+
readonly invoicePlaceholder: "Search invoice number…";
|
|
208
|
+
readonly invoiceEmpty: "No invoices match that search.";
|
|
209
|
+
readonly invoiceRequired: "Invoice is required";
|
|
210
|
+
readonly bookingLabel: "Booking";
|
|
211
|
+
readonly bookingPlaceholder: "Search booking number…";
|
|
212
|
+
readonly bookingEmpty: "No bookings match that search.";
|
|
213
|
+
readonly bookingRequired: "Booking is required";
|
|
214
|
+
readonly supplierLabel: "Supplier";
|
|
215
|
+
readonly supplierPlaceholder: "Any supplier";
|
|
216
|
+
readonly supplierEmpty: "No suppliers found.";
|
|
217
|
+
};
|
|
138
218
|
};
|
|
139
219
|
};
|
|
140
220
|
readonly ro: {
|
|
141
221
|
readonly finance: {
|
|
142
222
|
readonly title: "Financiar";
|
|
143
223
|
readonly description: "Administreaza facturile, platile si platile catre furnizori.";
|
|
224
|
+
readonly invoicesPageTitle: "Facturi";
|
|
225
|
+
readonly invoicesPageDescription: "Facturile, proformele si notele de credit catre clienti.";
|
|
226
|
+
readonly paymentsPageTitle: "Plati";
|
|
227
|
+
readonly paymentsPageDescription: "Toate platile clientilor si furnizorilor intr-un singur loc.";
|
|
144
228
|
readonly newInvoice: "Factura noua";
|
|
229
|
+
readonly recordPayment: "Inregistreaza plata";
|
|
145
230
|
readonly recordSupplierPayment: "Inregistreaza plata furnizorului";
|
|
146
231
|
readonly invoicesTab: "Facturi";
|
|
147
232
|
readonly supplierPaymentsTab: "Plati furnizori";
|
|
148
233
|
readonly searchInvoicesPlaceholder: "Cauta facturi...";
|
|
234
|
+
readonly searchPaymentsPlaceholder: "Cauta dupa numar de referinta...";
|
|
235
|
+
readonly kindColumn: "Tip";
|
|
236
|
+
readonly kindCustomer: "Client";
|
|
237
|
+
readonly kindSupplier: "Furnizor";
|
|
238
|
+
readonly partyColumn: "Parte";
|
|
239
|
+
readonly filtersKindLabel: "Tip";
|
|
240
|
+
readonly filtersKindAll: "Toate tipurile";
|
|
149
241
|
readonly invoiceNumberColumn: "Factura #";
|
|
150
242
|
readonly statusColumn: "Status";
|
|
151
243
|
readonly totalColumn: "Total";
|
|
@@ -169,9 +261,33 @@ export declare const adminFinanceMessages: {
|
|
|
169
261
|
readonly paymentStatusRefunded: "Rambursata";
|
|
170
262
|
readonly paymentMethodBankTransfer: "Transfer bancar";
|
|
171
263
|
readonly paymentMethodCreditCard: "Card de credit";
|
|
264
|
+
readonly paymentMethodDebitCard: "Card de debit";
|
|
172
265
|
readonly paymentMethodCash: "Numerar";
|
|
173
266
|
readonly paymentMethodCheque: "Cec";
|
|
267
|
+
readonly paymentMethodWallet: "Portofel";
|
|
268
|
+
readonly paymentMethodDirectBill: "Facturare directa";
|
|
269
|
+
readonly paymentMethodVoucher: "Voucher";
|
|
174
270
|
readonly paymentMethodOther: "Alta";
|
|
271
|
+
readonly filtersButton: "Filtre";
|
|
272
|
+
readonly filtersStatusLabel: "Status";
|
|
273
|
+
readonly filtersStatusAll: "Toate statusurile";
|
|
274
|
+
readonly filtersMethodLabel: "Metoda de plata";
|
|
275
|
+
readonly filtersMethodAll: "Toate metodele";
|
|
276
|
+
readonly filtersCurrencyLabel: "Moneda";
|
|
277
|
+
readonly filtersCurrencyAny: "Orice moneda";
|
|
278
|
+
readonly filtersSupplierLabel: "Furnizor";
|
|
279
|
+
readonly filtersSupplierAny: "Orice furnizor";
|
|
280
|
+
readonly filtersSupplierEmpty: "Niciun furnizor gasit.";
|
|
281
|
+
readonly filtersDueDateLabel: "Data scadenta";
|
|
282
|
+
readonly filtersPaymentDateLabel: "Data platii";
|
|
283
|
+
readonly filtersDateAny: "Orice data";
|
|
284
|
+
readonly filtersClear: "Sterge filtre";
|
|
285
|
+
readonly empty: "Nu au fost gasite inregistrari.";
|
|
286
|
+
readonly loadFailed: "Incarcarea inregistrarilor a esuat.";
|
|
287
|
+
readonly paginationShowing: "Afisare {count} din {total}";
|
|
288
|
+
readonly paginationPage: "Pagina {page} / {pageCount}";
|
|
289
|
+
readonly paginationPrevious: "Anterior";
|
|
290
|
+
readonly paginationNext: "Urmator";
|
|
175
291
|
readonly creditNoteStatusDraft: "Ciorna";
|
|
176
292
|
readonly creditNoteStatusIssued: "Emisa";
|
|
177
293
|
readonly creditNoteStatusApplied: "Aplicata";
|
|
@@ -272,6 +388,50 @@ export declare const adminFinanceMessages: {
|
|
|
272
388
|
readonly cancel: "Anuleaza";
|
|
273
389
|
readonly submit: "Inregistreaza plata";
|
|
274
390
|
};
|
|
391
|
+
readonly paymentDetail: {
|
|
392
|
+
readonly backToPayments: "Inapoi la plati";
|
|
393
|
+
readonly notFound: "Plata nu a fost gasita";
|
|
394
|
+
readonly loadFailed: "Incarcarea platii a esuat.";
|
|
395
|
+
readonly summaryTitle: "Sumar plata";
|
|
396
|
+
readonly amountLabel: "Suma";
|
|
397
|
+
readonly baseAmountLabel: "Suma in moneda de baza";
|
|
398
|
+
readonly statusLabel: "Status";
|
|
399
|
+
readonly methodLabel: "Metoda";
|
|
400
|
+
readonly dateLabel: "Data platii";
|
|
401
|
+
readonly referenceLabel: "Numar referinta";
|
|
402
|
+
readonly notesLabel: "Note";
|
|
403
|
+
readonly linksTitle: "Legaturi";
|
|
404
|
+
readonly paidByLabel: "Platit de";
|
|
405
|
+
readonly paidToLabel: "Platit catre";
|
|
406
|
+
readonly personLabel: "Persoana";
|
|
407
|
+
readonly organizationLabel: "Organizatie";
|
|
408
|
+
readonly invoiceLabel: "Factura";
|
|
409
|
+
readonly bookingLabel: "Rezervare";
|
|
410
|
+
readonly supplierLabel: "Furnizor";
|
|
411
|
+
readonly viewInvoice: "Vezi factura";
|
|
412
|
+
readonly viewBooking: "Vezi rezervarea";
|
|
413
|
+
readonly metadataTitle: "Metadate";
|
|
414
|
+
readonly kindLabel: "Tip";
|
|
415
|
+
readonly createdLabel: "Creat";
|
|
416
|
+
readonly updatedLabel: "Actualizat";
|
|
417
|
+
};
|
|
418
|
+
readonly recordPaymentDialog: {
|
|
419
|
+
readonly title: "Inregistreaza plata";
|
|
420
|
+
readonly kindLabel: "Tip plata";
|
|
421
|
+
readonly kindCustomer: "Plata client";
|
|
422
|
+
readonly kindSupplier: "Plata furnizor";
|
|
423
|
+
readonly invoiceLabel: "Factura";
|
|
424
|
+
readonly invoicePlaceholder: "Cauta numar factura...";
|
|
425
|
+
readonly invoiceEmpty: "Nicio factura nu corespunde cautarii.";
|
|
426
|
+
readonly invoiceRequired: "Factura este obligatorie";
|
|
427
|
+
readonly bookingLabel: "Rezervare";
|
|
428
|
+
readonly bookingPlaceholder: "Cauta numar rezervare...";
|
|
429
|
+
readonly bookingEmpty: "Nicio rezervare nu corespunde cautarii.";
|
|
430
|
+
readonly bookingRequired: "Rezervarea este obligatorie";
|
|
431
|
+
readonly supplierLabel: "Furnizor";
|
|
432
|
+
readonly supplierPlaceholder: "Orice furnizor";
|
|
433
|
+
readonly supplierEmpty: "Niciun furnizor gasit.";
|
|
434
|
+
};
|
|
275
435
|
};
|
|
276
436
|
};
|
|
277
437
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finance.d.ts","sourceRoot":"","sources":["../../src/admin/finance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"finance.d.ts","sourceRoot":"","sources":["../../src/admin/finance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAubvB,CAAA;AAEV,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,OAAO,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/finance.js
CHANGED
|
@@ -3,11 +3,23 @@ export const adminFinanceMessages = {
|
|
|
3
3
|
finance: {
|
|
4
4
|
title: "Finance",
|
|
5
5
|
description: "Manage invoices, payments, and supplier finances.",
|
|
6
|
+
invoicesPageTitle: "Invoices",
|
|
7
|
+
invoicesPageDescription: "Customer-facing invoices, proformas, and credit notes.",
|
|
8
|
+
paymentsPageTitle: "Payments",
|
|
9
|
+
paymentsPageDescription: "All customer and supplier payments in one place.",
|
|
6
10
|
newInvoice: "New Invoice",
|
|
11
|
+
recordPayment: "Record Payment",
|
|
7
12
|
recordSupplierPayment: "Record Supplier Payment",
|
|
8
13
|
invoicesTab: "Invoices",
|
|
9
14
|
supplierPaymentsTab: "Supplier Payments",
|
|
10
15
|
searchInvoicesPlaceholder: "Search invoices...",
|
|
16
|
+
searchPaymentsPlaceholder: "Search by reference number...",
|
|
17
|
+
kindColumn: "Type",
|
|
18
|
+
kindCustomer: "Customer",
|
|
19
|
+
kindSupplier: "Supplier",
|
|
20
|
+
partyColumn: "Party",
|
|
21
|
+
filtersKindLabel: "Type",
|
|
22
|
+
filtersKindAll: "All types",
|
|
11
23
|
invoiceNumberColumn: "Invoice #",
|
|
12
24
|
statusColumn: "Status",
|
|
13
25
|
totalColumn: "Total",
|
|
@@ -31,9 +43,33 @@ export const adminFinanceMessages = {
|
|
|
31
43
|
paymentStatusRefunded: "Refunded",
|
|
32
44
|
paymentMethodBankTransfer: "Bank Transfer",
|
|
33
45
|
paymentMethodCreditCard: "Credit Card",
|
|
46
|
+
paymentMethodDebitCard: "Debit Card",
|
|
34
47
|
paymentMethodCash: "Cash",
|
|
35
48
|
paymentMethodCheque: "Cheque",
|
|
49
|
+
paymentMethodWallet: "Wallet",
|
|
50
|
+
paymentMethodDirectBill: "Direct Bill",
|
|
51
|
+
paymentMethodVoucher: "Voucher",
|
|
36
52
|
paymentMethodOther: "Other",
|
|
53
|
+
filtersButton: "Filters",
|
|
54
|
+
filtersStatusLabel: "Status",
|
|
55
|
+
filtersStatusAll: "All statuses",
|
|
56
|
+
filtersMethodLabel: "Payment method",
|
|
57
|
+
filtersMethodAll: "All methods",
|
|
58
|
+
filtersCurrencyLabel: "Currency",
|
|
59
|
+
filtersCurrencyAny: "Any currency",
|
|
60
|
+
filtersSupplierLabel: "Supplier",
|
|
61
|
+
filtersSupplierAny: "Any supplier",
|
|
62
|
+
filtersSupplierEmpty: "No suppliers found.",
|
|
63
|
+
filtersDueDateLabel: "Due date",
|
|
64
|
+
filtersPaymentDateLabel: "Payment date",
|
|
65
|
+
filtersDateAny: "Any date",
|
|
66
|
+
filtersClear: "Clear",
|
|
67
|
+
empty: "No records found.",
|
|
68
|
+
loadFailed: "Failed to load records.",
|
|
69
|
+
paginationShowing: "Showing {count} of {total}",
|
|
70
|
+
paginationPage: "Page {page} / {pageCount}",
|
|
71
|
+
paginationPrevious: "Previous",
|
|
72
|
+
paginationNext: "Next",
|
|
37
73
|
creditNoteStatusDraft: "Draft",
|
|
38
74
|
creditNoteStatusIssued: "Issued",
|
|
39
75
|
creditNoteStatusApplied: "Applied",
|
|
@@ -138,17 +174,73 @@ export const adminFinanceMessages = {
|
|
|
138
174
|
},
|
|
139
175
|
// supplierPaymentDialog: removed — owned by `@voyantjs/finance-ui` via
|
|
140
176
|
// <FinanceUiMessagesProvider>.
|
|
177
|
+
paymentDetail: {
|
|
178
|
+
backToPayments: "Back to Payments",
|
|
179
|
+
notFound: "Payment not found",
|
|
180
|
+
loadFailed: "Failed to load payment.",
|
|
181
|
+
summaryTitle: "Payment summary",
|
|
182
|
+
amountLabel: "Amount",
|
|
183
|
+
baseAmountLabel: "Base amount",
|
|
184
|
+
statusLabel: "Status",
|
|
185
|
+
methodLabel: "Method",
|
|
186
|
+
dateLabel: "Payment date",
|
|
187
|
+
referenceLabel: "Reference number",
|
|
188
|
+
notesLabel: "Notes",
|
|
189
|
+
linksTitle: "Links",
|
|
190
|
+
paidByLabel: "Paid by",
|
|
191
|
+
paidToLabel: "Paid to",
|
|
192
|
+
personLabel: "Person",
|
|
193
|
+
organizationLabel: "Organization",
|
|
194
|
+
invoiceLabel: "Invoice",
|
|
195
|
+
bookingLabel: "Booking",
|
|
196
|
+
supplierLabel: "Supplier",
|
|
197
|
+
viewInvoice: "View invoice",
|
|
198
|
+
viewBooking: "View booking",
|
|
199
|
+
metadataTitle: "Metadata",
|
|
200
|
+
kindLabel: "Type",
|
|
201
|
+
createdLabel: "Created",
|
|
202
|
+
updatedLabel: "Updated",
|
|
203
|
+
},
|
|
204
|
+
recordPaymentDialog: {
|
|
205
|
+
title: "Record Payment",
|
|
206
|
+
kindLabel: "Payment type",
|
|
207
|
+
kindCustomer: "Customer payment",
|
|
208
|
+
kindSupplier: "Supplier payment",
|
|
209
|
+
invoiceLabel: "Invoice",
|
|
210
|
+
invoicePlaceholder: "Search invoice number…",
|
|
211
|
+
invoiceEmpty: "No invoices match that search.",
|
|
212
|
+
invoiceRequired: "Invoice is required",
|
|
213
|
+
bookingLabel: "Booking",
|
|
214
|
+
bookingPlaceholder: "Search booking number…",
|
|
215
|
+
bookingEmpty: "No bookings match that search.",
|
|
216
|
+
bookingRequired: "Booking is required",
|
|
217
|
+
supplierLabel: "Supplier",
|
|
218
|
+
supplierPlaceholder: "Any supplier",
|
|
219
|
+
supplierEmpty: "No suppliers found.",
|
|
220
|
+
},
|
|
141
221
|
},
|
|
142
222
|
},
|
|
143
223
|
ro: {
|
|
144
224
|
finance: {
|
|
145
225
|
title: "Financiar",
|
|
146
226
|
description: "Administreaza facturile, platile si platile catre furnizori.",
|
|
227
|
+
invoicesPageTitle: "Facturi",
|
|
228
|
+
invoicesPageDescription: "Facturile, proformele si notele de credit catre clienti.",
|
|
229
|
+
paymentsPageTitle: "Plati",
|
|
230
|
+
paymentsPageDescription: "Toate platile clientilor si furnizorilor intr-un singur loc.",
|
|
147
231
|
newInvoice: "Factura noua",
|
|
232
|
+
recordPayment: "Inregistreaza plata",
|
|
148
233
|
recordSupplierPayment: "Inregistreaza plata furnizorului",
|
|
149
234
|
invoicesTab: "Facturi",
|
|
150
235
|
supplierPaymentsTab: "Plati furnizori",
|
|
151
236
|
searchInvoicesPlaceholder: "Cauta facturi...",
|
|
237
|
+
searchPaymentsPlaceholder: "Cauta dupa numar de referinta...",
|
|
238
|
+
kindColumn: "Tip",
|
|
239
|
+
kindCustomer: "Client",
|
|
240
|
+
kindSupplier: "Furnizor",
|
|
241
|
+
partyColumn: "Parte",
|
|
242
|
+
filtersKindLabel: "Tip",
|
|
243
|
+
filtersKindAll: "Toate tipurile",
|
|
152
244
|
invoiceNumberColumn: "Factura #",
|
|
153
245
|
statusColumn: "Status",
|
|
154
246
|
totalColumn: "Total",
|
|
@@ -172,9 +264,33 @@ export const adminFinanceMessages = {
|
|
|
172
264
|
paymentStatusRefunded: "Rambursata",
|
|
173
265
|
paymentMethodBankTransfer: "Transfer bancar",
|
|
174
266
|
paymentMethodCreditCard: "Card de credit",
|
|
267
|
+
paymentMethodDebitCard: "Card de debit",
|
|
175
268
|
paymentMethodCash: "Numerar",
|
|
176
269
|
paymentMethodCheque: "Cec",
|
|
270
|
+
paymentMethodWallet: "Portofel",
|
|
271
|
+
paymentMethodDirectBill: "Facturare directa",
|
|
272
|
+
paymentMethodVoucher: "Voucher",
|
|
177
273
|
paymentMethodOther: "Alta",
|
|
274
|
+
filtersButton: "Filtre",
|
|
275
|
+
filtersStatusLabel: "Status",
|
|
276
|
+
filtersStatusAll: "Toate statusurile",
|
|
277
|
+
filtersMethodLabel: "Metoda de plata",
|
|
278
|
+
filtersMethodAll: "Toate metodele",
|
|
279
|
+
filtersCurrencyLabel: "Moneda",
|
|
280
|
+
filtersCurrencyAny: "Orice moneda",
|
|
281
|
+
filtersSupplierLabel: "Furnizor",
|
|
282
|
+
filtersSupplierAny: "Orice furnizor",
|
|
283
|
+
filtersSupplierEmpty: "Niciun furnizor gasit.",
|
|
284
|
+
filtersDueDateLabel: "Data scadenta",
|
|
285
|
+
filtersPaymentDateLabel: "Data platii",
|
|
286
|
+
filtersDateAny: "Orice data",
|
|
287
|
+
filtersClear: "Sterge filtre",
|
|
288
|
+
empty: "Nu au fost gasite inregistrari.",
|
|
289
|
+
loadFailed: "Incarcarea inregistrarilor a esuat.",
|
|
290
|
+
paginationShowing: "Afisare {count} din {total}",
|
|
291
|
+
paginationPage: "Pagina {page} / {pageCount}",
|
|
292
|
+
paginationPrevious: "Anterior",
|
|
293
|
+
paginationNext: "Urmator",
|
|
178
294
|
creditNoteStatusDraft: "Ciorna",
|
|
179
295
|
creditNoteStatusIssued: "Emisa",
|
|
180
296
|
creditNoteStatusApplied: "Aplicata",
|
|
@@ -275,6 +391,50 @@ export const adminFinanceMessages = {
|
|
|
275
391
|
cancel: "Anuleaza",
|
|
276
392
|
submit: "Inregistreaza plata",
|
|
277
393
|
},
|
|
394
|
+
paymentDetail: {
|
|
395
|
+
backToPayments: "Inapoi la plati",
|
|
396
|
+
notFound: "Plata nu a fost gasita",
|
|
397
|
+
loadFailed: "Incarcarea platii a esuat.",
|
|
398
|
+
summaryTitle: "Sumar plata",
|
|
399
|
+
amountLabel: "Suma",
|
|
400
|
+
baseAmountLabel: "Suma in moneda de baza",
|
|
401
|
+
statusLabel: "Status",
|
|
402
|
+
methodLabel: "Metoda",
|
|
403
|
+
dateLabel: "Data platii",
|
|
404
|
+
referenceLabel: "Numar referinta",
|
|
405
|
+
notesLabel: "Note",
|
|
406
|
+
linksTitle: "Legaturi",
|
|
407
|
+
paidByLabel: "Platit de",
|
|
408
|
+
paidToLabel: "Platit catre",
|
|
409
|
+
personLabel: "Persoana",
|
|
410
|
+
organizationLabel: "Organizatie",
|
|
411
|
+
invoiceLabel: "Factura",
|
|
412
|
+
bookingLabel: "Rezervare",
|
|
413
|
+
supplierLabel: "Furnizor",
|
|
414
|
+
viewInvoice: "Vezi factura",
|
|
415
|
+
viewBooking: "Vezi rezervarea",
|
|
416
|
+
metadataTitle: "Metadate",
|
|
417
|
+
kindLabel: "Tip",
|
|
418
|
+
createdLabel: "Creat",
|
|
419
|
+
updatedLabel: "Actualizat",
|
|
420
|
+
},
|
|
421
|
+
recordPaymentDialog: {
|
|
422
|
+
title: "Inregistreaza plata",
|
|
423
|
+
kindLabel: "Tip plata",
|
|
424
|
+
kindCustomer: "Plata client",
|
|
425
|
+
kindSupplier: "Plata furnizor",
|
|
426
|
+
invoiceLabel: "Factura",
|
|
427
|
+
invoicePlaceholder: "Cauta numar factura...",
|
|
428
|
+
invoiceEmpty: "Nicio factura nu corespunde cautarii.",
|
|
429
|
+
invoiceRequired: "Factura este obligatorie",
|
|
430
|
+
bookingLabel: "Rezervare",
|
|
431
|
+
bookingPlaceholder: "Cauta numar rezervare...",
|
|
432
|
+
bookingEmpty: "Nicio rezervare nu corespunde cautarii.",
|
|
433
|
+
bookingRequired: "Rezervarea este obligatorie",
|
|
434
|
+
supplierLabel: "Furnizor",
|
|
435
|
+
supplierPlaceholder: "Orice furnizor",
|
|
436
|
+
supplierEmpty: "Niciun furnizor gasit.",
|
|
437
|
+
},
|
|
278
438
|
},
|
|
279
439
|
},
|
|
280
440
|
};
|
|
@@ -18,6 +18,8 @@ export type OperatorAdminNavMessages = {
|
|
|
18
18
|
availability: string;
|
|
19
19
|
resources: string;
|
|
20
20
|
finance: string;
|
|
21
|
+
invoices: string;
|
|
22
|
+
payments: string;
|
|
21
23
|
legal: string;
|
|
22
24
|
contracts: string;
|
|
23
25
|
contractTemplates: string;
|
|
@@ -47,6 +49,8 @@ export declare const operatorAdminNavMessages: {
|
|
|
47
49
|
availability: string;
|
|
48
50
|
resources: string;
|
|
49
51
|
finance: string;
|
|
52
|
+
invoices: string;
|
|
53
|
+
payments: string;
|
|
50
54
|
legal: string;
|
|
51
55
|
contracts: string;
|
|
52
56
|
contractTemplates: string;
|
|
@@ -76,6 +80,8 @@ export declare const operatorAdminNavMessages: {
|
|
|
76
80
|
availability: string;
|
|
77
81
|
resources: string;
|
|
78
82
|
finance: string;
|
|
83
|
+
invoices: string;
|
|
84
|
+
payments: string;
|
|
79
85
|
legal: string;
|
|
80
86
|
contracts: string;
|
|
81
87
|
contractTemplates: 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,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
|
|
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,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DkC,CAAA"}
|
|
@@ -20,6 +20,8 @@ export const operatorAdminNavMessages = {
|
|
|
20
20
|
availability: "Availability",
|
|
21
21
|
resources: "Resources",
|
|
22
22
|
finance: "Finance",
|
|
23
|
+
invoices: "Invoices",
|
|
24
|
+
payments: "Payments",
|
|
23
25
|
legal: "Legal",
|
|
24
26
|
contracts: "Contracts",
|
|
25
27
|
contractTemplates: "Contract Templates",
|
|
@@ -49,6 +51,8 @@ export const operatorAdminNavMessages = {
|
|
|
49
51
|
availability: "Disponibilitate",
|
|
50
52
|
resources: "Resurse",
|
|
51
53
|
finance: "Financiar",
|
|
54
|
+
invoices: "Facturi",
|
|
55
|
+
payments: "Plati",
|
|
52
56
|
legal: "Juridic",
|
|
53
57
|
contracts: "Contracte",
|
|
54
58
|
contractTemplates: "Sabloane contract",
|
|
@@ -190,6 +190,16 @@ export declare const operatorAdminProductsMessages: {
|
|
|
190
190
|
paginationPrevious: string;
|
|
191
191
|
paginationNext: string;
|
|
192
192
|
unlimitedCapacity: string;
|
|
193
|
+
filtersButton: string;
|
|
194
|
+
filtersStatusLabel: string;
|
|
195
|
+
filtersStatusAll: string;
|
|
196
|
+
filtersDateLabel: string;
|
|
197
|
+
filtersDatePlaceholder: string;
|
|
198
|
+
filtersPaxLabel: string;
|
|
199
|
+
filtersSellAmountLabel: string;
|
|
200
|
+
filtersMin: string;
|
|
201
|
+
filtersMax: string;
|
|
202
|
+
filtersClear: string;
|
|
193
203
|
};
|
|
194
204
|
operations: {
|
|
195
205
|
departures: {
|
|
@@ -383,6 +393,7 @@ export declare const operatorAdminProductsMessages: {
|
|
|
383
393
|
unitCategoryTitle: string;
|
|
384
394
|
unitPricingTitle: string;
|
|
385
395
|
addUnitsHint: string;
|
|
396
|
+
perBookingFlatHint: string;
|
|
386
397
|
createCategoriesHint: string;
|
|
387
398
|
tableUnit: string;
|
|
388
399
|
tableSell: string;
|
|
@@ -646,6 +657,16 @@ export declare const operatorAdminProductsMessages: {
|
|
|
646
657
|
paginationPrevious: string;
|
|
647
658
|
paginationNext: string;
|
|
648
659
|
unlimitedCapacity: string;
|
|
660
|
+
filtersButton: string;
|
|
661
|
+
filtersStatusLabel: string;
|
|
662
|
+
filtersStatusAll: string;
|
|
663
|
+
filtersDateLabel: string;
|
|
664
|
+
filtersDatePlaceholder: string;
|
|
665
|
+
filtersPaxLabel: string;
|
|
666
|
+
filtersSellAmountLabel: string;
|
|
667
|
+
filtersMin: string;
|
|
668
|
+
filtersMax: string;
|
|
669
|
+
filtersClear: string;
|
|
649
670
|
};
|
|
650
671
|
operations: {
|
|
651
672
|
departures: {
|
|
@@ -839,6 +860,7 @@ export declare const operatorAdminProductsMessages: {
|
|
|
839
860
|
unitCategoryTitle: string;
|
|
840
861
|
unitPricingTitle: string;
|
|
841
862
|
addUnitsHint: string;
|
|
863
|
+
perBookingFlatHint: string;
|
|
842
864
|
createCategoriesHint: string;
|
|
843
865
|
tableUnit: string;
|
|
844
866
|
tableSell: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy7BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
|
|
@@ -190,6 +190,16 @@ export const operatorAdminProductsMessages = {
|
|
|
190
190
|
paginationPrevious: "Previous",
|
|
191
191
|
paginationNext: "Next",
|
|
192
192
|
unlimitedCapacity: "Unlimited",
|
|
193
|
+
filtersButton: "Filters",
|
|
194
|
+
filtersStatusLabel: "Status",
|
|
195
|
+
filtersStatusAll: "All statuses",
|
|
196
|
+
filtersDateLabel: "Start date",
|
|
197
|
+
filtersDatePlaceholder: "Any date",
|
|
198
|
+
filtersPaxLabel: "Pax",
|
|
199
|
+
filtersSellAmountLabel: "Sell amount",
|
|
200
|
+
filtersMin: "Min",
|
|
201
|
+
filtersMax: "Max",
|
|
202
|
+
filtersClear: "Clear",
|
|
193
203
|
},
|
|
194
204
|
operations: {
|
|
195
205
|
departures: {
|
|
@@ -385,6 +395,7 @@ export const operatorAdminProductsMessages = {
|
|
|
385
395
|
unitCategoryTitle: "Unit x Category Pricing",
|
|
386
396
|
unitPricingTitle: "Unit Pricing",
|
|
387
397
|
addUnitsHint: "Add units to configure pricing.",
|
|
398
|
+
perBookingFlatHint: "This rule charges a single flat amount per booking. Switch the pricing mode to Per Person or Starting From to add unit-level prices.",
|
|
388
399
|
createCategoriesHint: "Create global pricing categories in Settings first.",
|
|
389
400
|
tableUnit: "Unit",
|
|
390
401
|
tableSell: "Sell",
|
|
@@ -649,6 +660,16 @@ export const operatorAdminProductsMessages = {
|
|
|
649
660
|
paginationPrevious: "Anterior",
|
|
650
661
|
paginationNext: "Urmator",
|
|
651
662
|
unlimitedCapacity: "Nelimitat",
|
|
663
|
+
filtersButton: "Filtre",
|
|
664
|
+
filtersStatusLabel: "Status",
|
|
665
|
+
filtersStatusAll: "Toate statusurile",
|
|
666
|
+
filtersDateLabel: "Data start",
|
|
667
|
+
filtersDatePlaceholder: "Orice data",
|
|
668
|
+
filtersPaxLabel: "Pax",
|
|
669
|
+
filtersSellAmountLabel: "Pret vanzare",
|
|
670
|
+
filtersMin: "Min",
|
|
671
|
+
filtersMax: "Max",
|
|
672
|
+
filtersClear: "Sterge filtre",
|
|
652
673
|
},
|
|
653
674
|
operations: {
|
|
654
675
|
departures: {
|
|
@@ -842,6 +863,7 @@ export const operatorAdminProductsMessages = {
|
|
|
842
863
|
unitCategoryTitle: "Preturi pe unitate x categorie",
|
|
843
864
|
unitPricingTitle: "Preturi pe unitate",
|
|
844
865
|
addUnitsHint: "Adauga unitati pentru a configura preturile.",
|
|
866
|
+
perBookingFlatHint: "Aceasta regula incaseaza o suma unica per rezervare. Schimba modul de pret in Per Persoana sau Starting From pentru a adauga preturi pe unitati.",
|
|
845
867
|
createCategoriesHint: "Creeaza mai intai categoriile globale de pret in Setari.",
|
|
846
868
|
tableUnit: "Unitate",
|
|
847
869
|
tableSell: "Vanzare",
|
|
@@ -7,6 +7,25 @@ export declare const adminResourcesMessages: {
|
|
|
7
7
|
readonly searchPlaceholder: "Search resources...";
|
|
8
8
|
readonly allKinds: "All kinds";
|
|
9
9
|
readonly clearFilters: "Clear Filters";
|
|
10
|
+
readonly filtersButton: "Filters";
|
|
11
|
+
readonly filtersKindLabel: "Kind";
|
|
12
|
+
readonly filtersSupplierLabel: "Supplier";
|
|
13
|
+
readonly filtersSupplierAny: "Any supplier";
|
|
14
|
+
readonly filtersSupplierEmpty: "No suppliers found.";
|
|
15
|
+
readonly filtersProductLabel: "Product";
|
|
16
|
+
readonly filtersProductAny: "Any product";
|
|
17
|
+
readonly filtersProductEmpty: "No products found.";
|
|
18
|
+
readonly filtersStatusLabel: "Status";
|
|
19
|
+
readonly filtersStatusAll: "All statuses";
|
|
20
|
+
readonly filtersActiveLabel: "Active";
|
|
21
|
+
readonly filtersActiveAll: "Any";
|
|
22
|
+
readonly filtersActiveOnly: "Active only";
|
|
23
|
+
readonly filtersInactiveOnly: "Inactive only";
|
|
24
|
+
readonly assignmentStatusReserved: "Reserved";
|
|
25
|
+
readonly assignmentStatusAssigned: "Assigned";
|
|
26
|
+
readonly assignmentStatusReleased: "Released";
|
|
27
|
+
readonly assignmentStatusCompleted: "Completed";
|
|
28
|
+
readonly assignmentStatusCancelled: "Cancelled";
|
|
10
29
|
readonly verbActivated: "Activated";
|
|
11
30
|
readonly verbDeactivated: "Deactivated";
|
|
12
31
|
readonly verbAssigned: "Assigned";
|
|
@@ -224,6 +243,25 @@ export declare const adminResourcesMessages: {
|
|
|
224
243
|
readonly title: "Resurse";
|
|
225
244
|
readonly description: "Administreaza ghizi, vehicule, camere, pool-uri si closeout-uri operationale.";
|
|
226
245
|
readonly searchPlaceholder: "Cauta resurse...";
|
|
246
|
+
readonly filtersButton: "Filtre";
|
|
247
|
+
readonly filtersKindLabel: "Tip";
|
|
248
|
+
readonly filtersSupplierLabel: "Furnizor";
|
|
249
|
+
readonly filtersSupplierAny: "Orice furnizor";
|
|
250
|
+
readonly filtersSupplierEmpty: "Niciun furnizor gasit.";
|
|
251
|
+
readonly filtersProductLabel: "Produs";
|
|
252
|
+
readonly filtersProductAny: "Orice produs";
|
|
253
|
+
readonly filtersProductEmpty: "Niciun produs gasit.";
|
|
254
|
+
readonly filtersStatusLabel: "Status";
|
|
255
|
+
readonly filtersStatusAll: "Toate statusurile";
|
|
256
|
+
readonly filtersActiveLabel: "Activ";
|
|
257
|
+
readonly filtersActiveAll: "Orice";
|
|
258
|
+
readonly filtersActiveOnly: "Doar active";
|
|
259
|
+
readonly filtersInactiveOnly: "Doar inactive";
|
|
260
|
+
readonly assignmentStatusReserved: "Rezervat";
|
|
261
|
+
readonly assignmentStatusAssigned: "Asignat";
|
|
262
|
+
readonly assignmentStatusReleased: "Eliberat";
|
|
263
|
+
readonly assignmentStatusCompleted: "Finalizat";
|
|
264
|
+
readonly assignmentStatusCancelled: "Anulat";
|
|
227
265
|
readonly allKinds: "Toate tipurile";
|
|
228
266
|
readonly clearFilters: "Reseteaza filtrele";
|
|
229
267
|
readonly verbActivated: "Activate";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/admin/resources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/admin/resources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgezB,CAAA;AAEV,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC,CAAC,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/resources.js
CHANGED
|
@@ -6,6 +6,25 @@ export const adminResourcesMessages = {
|
|
|
6
6
|
searchPlaceholder: "Search resources...",
|
|
7
7
|
allKinds: "All kinds",
|
|
8
8
|
clearFilters: "Clear Filters",
|
|
9
|
+
filtersButton: "Filters",
|
|
10
|
+
filtersKindLabel: "Kind",
|
|
11
|
+
filtersSupplierLabel: "Supplier",
|
|
12
|
+
filtersSupplierAny: "Any supplier",
|
|
13
|
+
filtersSupplierEmpty: "No suppliers found.",
|
|
14
|
+
filtersProductLabel: "Product",
|
|
15
|
+
filtersProductAny: "Any product",
|
|
16
|
+
filtersProductEmpty: "No products found.",
|
|
17
|
+
filtersStatusLabel: "Status",
|
|
18
|
+
filtersStatusAll: "All statuses",
|
|
19
|
+
filtersActiveLabel: "Active",
|
|
20
|
+
filtersActiveAll: "Any",
|
|
21
|
+
filtersActiveOnly: "Active only",
|
|
22
|
+
filtersInactiveOnly: "Inactive only",
|
|
23
|
+
assignmentStatusReserved: "Reserved",
|
|
24
|
+
assignmentStatusAssigned: "Assigned",
|
|
25
|
+
assignmentStatusReleased: "Released",
|
|
26
|
+
assignmentStatusCompleted: "Completed",
|
|
27
|
+
assignmentStatusCancelled: "Cancelled",
|
|
9
28
|
verbActivated: "Activated",
|
|
10
29
|
verbDeactivated: "Deactivated",
|
|
11
30
|
verbAssigned: "Assigned",
|
|
@@ -226,6 +245,25 @@ export const adminResourcesMessages = {
|
|
|
226
245
|
title: "Resurse",
|
|
227
246
|
description: "Administreaza ghizi, vehicule, camere, pool-uri si closeout-uri operationale.",
|
|
228
247
|
searchPlaceholder: "Cauta resurse...",
|
|
248
|
+
filtersButton: "Filtre",
|
|
249
|
+
filtersKindLabel: "Tip",
|
|
250
|
+
filtersSupplierLabel: "Furnizor",
|
|
251
|
+
filtersSupplierAny: "Orice furnizor",
|
|
252
|
+
filtersSupplierEmpty: "Niciun furnizor gasit.",
|
|
253
|
+
filtersProductLabel: "Produs",
|
|
254
|
+
filtersProductAny: "Orice produs",
|
|
255
|
+
filtersProductEmpty: "Niciun produs gasit.",
|
|
256
|
+
filtersStatusLabel: "Status",
|
|
257
|
+
filtersStatusAll: "Toate statusurile",
|
|
258
|
+
filtersActiveLabel: "Activ",
|
|
259
|
+
filtersActiveAll: "Orice",
|
|
260
|
+
filtersActiveOnly: "Doar active",
|
|
261
|
+
filtersInactiveOnly: "Doar inactive",
|
|
262
|
+
assignmentStatusReserved: "Rezervat",
|
|
263
|
+
assignmentStatusAssigned: "Asignat",
|
|
264
|
+
assignmentStatusReleased: "Eliberat",
|
|
265
|
+
assignmentStatusCompleted: "Finalizat",
|
|
266
|
+
assignmentStatusCancelled: "Anulat",
|
|
229
267
|
allKinds: "Toate tipurile",
|
|
230
268
|
clearFilters: "Reseteaza filtrele",
|
|
231
269
|
verbActivated: "Activate",
|
|
@@ -12,6 +12,22 @@ export declare const operatorAdminSuppliersMessages: {
|
|
|
12
12
|
cityColumn: string;
|
|
13
13
|
countryColumn: string;
|
|
14
14
|
currencyColumn: string;
|
|
15
|
+
filtersButton: string;
|
|
16
|
+
filtersTypeLabel: string;
|
|
17
|
+
filtersTypeAll: string;
|
|
18
|
+
filtersStatusLabel: string;
|
|
19
|
+
filtersStatusAll: string;
|
|
20
|
+
filtersCountryLabel: string;
|
|
21
|
+
filtersCountryAny: string;
|
|
22
|
+
filtersCurrencyLabel: string;
|
|
23
|
+
filtersCurrencyAny: string;
|
|
24
|
+
filtersClear: string;
|
|
25
|
+
paginationShowing: string;
|
|
26
|
+
paginationPage: string;
|
|
27
|
+
paginationPrevious: string;
|
|
28
|
+
paginationNext: string;
|
|
29
|
+
empty: string;
|
|
30
|
+
loadFailed: string;
|
|
15
31
|
typeLabels: {
|
|
16
32
|
hotel: string;
|
|
17
33
|
transfer: string;
|
|
@@ -178,6 +194,22 @@ export declare const operatorAdminSuppliersMessages: {
|
|
|
178
194
|
cityColumn: string;
|
|
179
195
|
countryColumn: string;
|
|
180
196
|
currencyColumn: string;
|
|
197
|
+
filtersButton: string;
|
|
198
|
+
filtersTypeLabel: string;
|
|
199
|
+
filtersTypeAll: string;
|
|
200
|
+
filtersStatusLabel: string;
|
|
201
|
+
filtersStatusAll: string;
|
|
202
|
+
filtersCountryLabel: string;
|
|
203
|
+
filtersCountryAny: string;
|
|
204
|
+
filtersCurrencyLabel: string;
|
|
205
|
+
filtersCurrencyAny: string;
|
|
206
|
+
filtersClear: string;
|
|
207
|
+
paginationShowing: string;
|
|
208
|
+
paginationPage: string;
|
|
209
|
+
paginationPrevious: string;
|
|
210
|
+
paginationNext: string;
|
|
211
|
+
empty: string;
|
|
212
|
+
loadFailed: string;
|
|
181
213
|
typeLabels: {
|
|
182
214
|
hotel: string;
|
|
183
215
|
transfer: 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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6W1C,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,mBAAmB,CAC9D,CAAC,OAAO,8BAA8B,CAAC,CAAC,IAAI,CAAC,CAC9C,CAAA"}
|
|
@@ -11,6 +11,22 @@ export const operatorAdminSuppliersMessages = {
|
|
|
11
11
|
cityColumn: "City",
|
|
12
12
|
countryColumn: "Country",
|
|
13
13
|
currencyColumn: "Currency",
|
|
14
|
+
filtersButton: "Filters",
|
|
15
|
+
filtersTypeLabel: "Type",
|
|
16
|
+
filtersTypeAll: "All types",
|
|
17
|
+
filtersStatusLabel: "Status",
|
|
18
|
+
filtersStatusAll: "All statuses",
|
|
19
|
+
filtersCountryLabel: "Country",
|
|
20
|
+
filtersCountryAny: "Any country",
|
|
21
|
+
filtersCurrencyLabel: "Default currency",
|
|
22
|
+
filtersCurrencyAny: "Any currency",
|
|
23
|
+
filtersClear: "Clear",
|
|
24
|
+
paginationShowing: "Showing {count} of {total}",
|
|
25
|
+
paginationPage: "Page {page} / {pageCount}",
|
|
26
|
+
paginationPrevious: "Previous",
|
|
27
|
+
paginationNext: "Next",
|
|
28
|
+
empty: "No suppliers found.",
|
|
29
|
+
loadFailed: "Failed to load suppliers.",
|
|
14
30
|
typeLabels: {
|
|
15
31
|
hotel: "Hotel",
|
|
16
32
|
transfer: "Transfer",
|
|
@@ -177,6 +193,22 @@ export const operatorAdminSuppliersMessages = {
|
|
|
177
193
|
cityColumn: "Oras",
|
|
178
194
|
countryColumn: "Tara",
|
|
179
195
|
currencyColumn: "Moneda",
|
|
196
|
+
filtersButton: "Filtre",
|
|
197
|
+
filtersTypeLabel: "Tip",
|
|
198
|
+
filtersTypeAll: "Toate tipurile",
|
|
199
|
+
filtersStatusLabel: "Status",
|
|
200
|
+
filtersStatusAll: "Toate statusurile",
|
|
201
|
+
filtersCountryLabel: "Tara",
|
|
202
|
+
filtersCountryAny: "Orice tara",
|
|
203
|
+
filtersCurrencyLabel: "Moneda implicita",
|
|
204
|
+
filtersCurrencyAny: "Orice moneda",
|
|
205
|
+
filtersClear: "Sterge filtre",
|
|
206
|
+
paginationShowing: "Afisare {count} din {total}",
|
|
207
|
+
paginationPage: "Pagina {page} / {pageCount}",
|
|
208
|
+
paginationPrevious: "Anterior",
|
|
209
|
+
paginationNext: "Urmator",
|
|
210
|
+
empty: "Niciun furnizor gasit.",
|
|
211
|
+
loadFailed: "Furnizorii nu au putut fi incarcati.",
|
|
180
212
|
typeLabels: {
|
|
181
213
|
hotel: "Hotel",
|
|
182
214
|
transfer: "Transfer",
|