@voyantjs/i18n 0.16.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.
Files changed (85) hide show
  1. package/dist/admin/app-dmc.d.ts +22 -0
  2. package/dist/admin/app-dmc.d.ts.map +1 -0
  3. package/dist/admin/app-dmc.js +29 -0
  4. package/dist/admin/app-operator.d.ts +23 -0
  5. package/dist/admin/app-operator.d.ts.map +1 -0
  6. package/dist/admin/app-operator.js +17 -0
  7. package/dist/admin/auth.d.ts +247 -0
  8. package/dist/admin/auth.d.ts.map +1 -0
  9. package/dist/admin/auth.js +166 -0
  10. package/dist/admin/availability.d.ts +689 -0
  11. package/dist/admin/availability.d.ts.map +1 -0
  12. package/dist/admin/availability.js +686 -0
  13. package/dist/admin/bookings.d.ts +1067 -0
  14. package/dist/admin/bookings.d.ts.map +1 -0
  15. package/dist/admin/bookings.js +1064 -0
  16. package/dist/admin/chrome.d.ts +36 -0
  17. package/dist/admin/chrome.d.ts.map +1 -0
  18. package/dist/admin/chrome.js +24 -0
  19. package/dist/admin/contacts.d.ts +269 -0
  20. package/dist/admin/contacts.d.ts.map +1 -0
  21. package/dist/admin/contacts.js +266 -0
  22. package/dist/admin/core-dmc.d.ts +21 -0
  23. package/dist/admin/core-dmc.d.ts.map +1 -0
  24. package/dist/admin/core-dmc.js +14 -0
  25. package/dist/admin/core-operator.d.ts +117 -0
  26. package/dist/admin/core-operator.d.ts.map +1 -0
  27. package/dist/admin/core-operator.js +78 -0
  28. package/dist/admin/crm-operator.d.ts +579 -0
  29. package/dist/admin/crm-operator.d.ts.map +1 -0
  30. package/dist/admin/crm-operator.js +576 -0
  31. package/dist/admin/dashboard-operator.d.ts +83 -0
  32. package/dist/admin/dashboard-operator.d.ts.map +1 -0
  33. package/dist/admin/dashboard-operator.js +80 -0
  34. package/dist/admin/distribution-dmc.d.ts +1804 -0
  35. package/dist/admin/distribution-dmc.d.ts.map +1 -0
  36. package/dist/admin/distribution-dmc.js +1181 -0
  37. package/dist/admin/dmc-nav.d.ts +55 -0
  38. package/dist/admin/dmc-nav.d.ts.map +1 -0
  39. package/dist/admin/dmc-nav.js +38 -0
  40. package/dist/admin/finance.d.ts +377 -0
  41. package/dist/admin/finance.d.ts.map +1 -0
  42. package/dist/admin/finance.js +374 -0
  43. package/dist/admin/operator-nav.d.ts +76 -0
  44. package/dist/admin/operator-nav.d.ts.map +1 -0
  45. package/dist/admin/operator-nav.js +52 -0
  46. package/dist/admin/organizations.d.ts +87 -0
  47. package/dist/admin/organizations.d.ts.map +1 -0
  48. package/dist/admin/organizations.js +84 -0
  49. package/dist/admin/pricing-operator.d.ts +233 -0
  50. package/dist/admin/pricing-operator.d.ts.map +1 -0
  51. package/dist/admin/pricing-operator.js +230 -0
  52. package/dist/admin/products-dmc.d.ts +239 -0
  53. package/dist/admin/products-dmc.d.ts.map +1 -0
  54. package/dist/admin/products-dmc.js +236 -0
  55. package/dist/admin/products-operator.d.ts +999 -0
  56. package/dist/admin/products-operator.d.ts.map +1 -0
  57. package/dist/admin/products-operator.js +996 -0
  58. package/dist/admin/resources.d.ts +653 -0
  59. package/dist/admin/resources.d.ts.map +1 -0
  60. package/dist/admin/resources.js +650 -0
  61. package/dist/admin/settings-operator.d.ts +251 -0
  62. package/dist/admin/settings-operator.d.ts.map +1 -0
  63. package/dist/admin/settings-operator.js +248 -0
  64. package/dist/admin/suppliers-operator.d.ts +325 -0
  65. package/dist/admin/suppliers-operator.d.ts.map +1 -0
  66. package/dist/admin/suppliers-operator.js +322 -0
  67. package/dist/admin/suppliers.d.ts +259 -0
  68. package/dist/admin/suppliers.d.ts.map +1 -0
  69. package/dist/admin/suppliers.js +256 -0
  70. package/dist/admin/team.d.ts +102 -0
  71. package/dist/admin/team.d.ts.map +1 -0
  72. package/dist/admin/team.js +68 -0
  73. package/dist/index.d.ts +28 -0
  74. package/dist/index.d.ts.map +1 -0
  75. package/dist/index.js +27 -0
  76. package/dist/package-formatters.d.ts +9 -0
  77. package/dist/package-formatters.d.ts.map +1 -0
  78. package/dist/package-formatters.js +56 -0
  79. package/dist/package-runtime.d.ts +39 -0
  80. package/dist/package-runtime.d.ts.map +1 -0
  81. package/dist/package-runtime.js +60 -0
  82. package/dist/runtime.d.ts +33 -0
  83. package/dist/runtime.d.ts.map +1 -0
  84. package/dist/runtime.js +120 -0
  85. package/package.json +48 -0
@@ -0,0 +1,55 @@
1
+ export type DmcAdminNavMessages = {
2
+ dashboard: string;
3
+ contacts: string;
4
+ suppliers: string;
5
+ products: string;
6
+ availability: string;
7
+ resources: string;
8
+ bookings: string;
9
+ notifications: string;
10
+ notificationTemplates: string;
11
+ notificationReminderRules: string;
12
+ notificationDeliveries: string;
13
+ notificationReminderRuns: string;
14
+ distribution: string;
15
+ finance: string;
16
+ };
17
+ export declare const dmcAdminNavMessages: {
18
+ en: {
19
+ nav: {
20
+ dashboard: string;
21
+ contacts: string;
22
+ suppliers: string;
23
+ products: string;
24
+ availability: string;
25
+ resources: string;
26
+ bookings: string;
27
+ notifications: string;
28
+ notificationTemplates: string;
29
+ notificationReminderRules: string;
30
+ notificationDeliveries: string;
31
+ notificationReminderRuns: string;
32
+ distribution: string;
33
+ finance: string;
34
+ };
35
+ };
36
+ ro: {
37
+ nav: {
38
+ dashboard: string;
39
+ contacts: string;
40
+ suppliers: string;
41
+ products: string;
42
+ availability: string;
43
+ resources: string;
44
+ bookings: string;
45
+ notifications: string;
46
+ notificationTemplates: string;
47
+ notificationReminderRules: string;
48
+ notificationDeliveries: string;
49
+ notificationReminderRuns: string;
50
+ distribution: string;
51
+ finance: string;
52
+ };
53
+ };
54
+ };
55
+ //# sourceMappingURL=dmc-nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dmc-nav.d.ts","sourceRoot":"","sources":["../../src/admin/dmc-nav.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,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,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCkC,CAAA"}
@@ -0,0 +1,38 @@
1
+ export const dmcAdminNavMessages = {
2
+ en: {
3
+ nav: {
4
+ dashboard: "Dashboard",
5
+ contacts: "Contacts",
6
+ suppliers: "Suppliers",
7
+ products: "Products",
8
+ availability: "Availability",
9
+ resources: "Resources",
10
+ bookings: "Bookings",
11
+ notifications: "Notifications",
12
+ notificationTemplates: "Templates",
13
+ notificationReminderRules: "Reminder Rules",
14
+ notificationDeliveries: "Deliveries",
15
+ notificationReminderRuns: "Reminder Runs",
16
+ distribution: "Distribution",
17
+ finance: "Finance",
18
+ },
19
+ },
20
+ ro: {
21
+ nav: {
22
+ dashboard: "Panou",
23
+ contacts: "Contacte",
24
+ suppliers: "Furnizori",
25
+ products: "Produse",
26
+ availability: "Disponibilitate",
27
+ resources: "Resurse",
28
+ bookings: "Rezervari",
29
+ notifications: "Notificari",
30
+ notificationTemplates: "Sabloane",
31
+ notificationReminderRules: "Reguli reminder",
32
+ notificationDeliveries: "Livrari",
33
+ notificationReminderRuns: "Executii reminder",
34
+ distribution: "Distributie",
35
+ finance: "Financiar",
36
+ },
37
+ },
38
+ };
@@ -0,0 +1,377 @@
1
+ import type { LocaleMessageSchema } from "../runtime.js";
2
+ export declare const adminFinanceMessages: {
3
+ readonly en: {
4
+ readonly finance: {
5
+ readonly title: "Finance";
6
+ readonly description: "Manage invoices, payments, and supplier finances.";
7
+ readonly newInvoice: "New Invoice";
8
+ readonly recordSupplierPayment: "Record Supplier Payment";
9
+ readonly invoicesTab: "Invoices";
10
+ readonly supplierPaymentsTab: "Supplier Payments";
11
+ readonly searchInvoicesPlaceholder: "Search invoices...";
12
+ readonly invoiceNumberColumn: "Invoice #";
13
+ readonly statusColumn: "Status";
14
+ readonly totalColumn: "Total";
15
+ readonly paidColumn: "Paid";
16
+ readonly balanceDueColumn: "Balance Due";
17
+ readonly dueDateColumn: "Due Date";
18
+ readonly bookingColumn: "Booking";
19
+ readonly supplierColumn: "Supplier";
20
+ readonly amountColumn: "Amount";
21
+ readonly dateColumn: "Date";
22
+ readonly referenceColumn: "Reference";
23
+ readonly invoiceStatusDraft: "Draft";
24
+ readonly invoiceStatusSent: "Sent";
25
+ readonly invoiceStatusPartiallyPaid: "Partially Paid";
26
+ readonly invoiceStatusPaid: "Paid";
27
+ readonly invoiceStatusOverdue: "Overdue";
28
+ readonly invoiceStatusVoid: "Void";
29
+ readonly paymentStatusPending: "Pending";
30
+ readonly paymentStatusCompleted: "Completed";
31
+ readonly paymentStatusFailed: "Failed";
32
+ readonly paymentStatusRefunded: "Refunded";
33
+ readonly paymentMethodBankTransfer: "Bank Transfer";
34
+ readonly paymentMethodCreditCard: "Credit Card";
35
+ readonly paymentMethodCash: "Cash";
36
+ readonly paymentMethodCheque: "Cheque";
37
+ readonly paymentMethodOther: "Other";
38
+ readonly creditNoteStatusDraft: "Draft";
39
+ readonly creditNoteStatusIssued: "Issued";
40
+ readonly creditNoteStatusApplied: "Applied";
41
+ readonly detailPage: {
42
+ readonly notFound: "Invoice not found";
43
+ readonly backToFinance: "Back to Finance";
44
+ readonly edit: "Edit";
45
+ readonly delete: "Delete";
46
+ readonly deleteOnlyDraftAlert: "Only draft invoices can be deleted";
47
+ readonly deleteConfirm: "Are you sure you want to delete this invoice?";
48
+ readonly deleteLineItemConfirm: "Delete this line item?";
49
+ };
50
+ readonly detailSections: {
51
+ readonly invoiceDetailsTitle: "Invoice Details";
52
+ readonly currencyLabel: "Currency";
53
+ readonly subtotalLabel: "Subtotal";
54
+ readonly taxLabel: "Tax";
55
+ readonly totalLabel: "Total";
56
+ readonly paidLabel: "Paid";
57
+ readonly balanceDueLabel: "Balance Due";
58
+ readonly datesLinksTitle: "Dates & Links";
59
+ readonly issueDateLabel: "Issue Date";
60
+ readonly dueDateLabel: "Due Date";
61
+ readonly bookingLabel: "Booking";
62
+ readonly viewBooking: "View Booking";
63
+ readonly personLabel: "Person";
64
+ readonly organizationLabel: "Organization";
65
+ readonly notesLabel: "Notes";
66
+ readonly createdLabel: "Created";
67
+ readonly updatedLabel: "Updated";
68
+ readonly lineItemsTitle: "Line Items";
69
+ readonly addLineItem: "Add Line Item";
70
+ readonly noLineItems: "No line items yet.";
71
+ readonly descriptionColumn: "Description";
72
+ readonly quantityColumn: "Qty";
73
+ readonly unitPriceColumn: "Unit Price";
74
+ readonly taxRateColumn: "Tax Rate";
75
+ readonly paymentsTitle: "Payments";
76
+ readonly recordPayment: "Record Payment";
77
+ readonly noPayments: "No payments yet.";
78
+ readonly methodColumn: "Method";
79
+ readonly creditNotesTitle: "Credit Notes";
80
+ readonly addCreditNote: "Add Credit Note";
81
+ readonly noCreditNotes: "No credit notes yet.";
82
+ readonly creditNoteNumberColumn: "CN #";
83
+ readonly reasonColumn: "Reason";
84
+ readonly notesTitle: "Notes";
85
+ readonly addInternalNotePlaceholder: "Add an internal note...";
86
+ readonly addNote: "Add Note";
87
+ readonly noNotes: "No notes yet.";
88
+ readonly noValue: "-";
89
+ };
90
+ readonly lineItemDialog: {
91
+ readonly editTitle: "Edit Line Item";
92
+ readonly newTitle: "Add Line Item";
93
+ readonly validationDescriptionRequired: "Description is required";
94
+ readonly descriptionLabel: "Description";
95
+ readonly descriptionPlaceholder: "Service description...";
96
+ readonly quantityLabel: "Quantity";
97
+ readonly unitPriceLabel: "Unit Price (cents)";
98
+ readonly totalLabel: "Total (cents)";
99
+ readonly taxRateLabel: "Tax Rate (cents, e.g. 2000 = 20%)";
100
+ readonly taxRatePlaceholder: "0";
101
+ readonly sortOrderLabel: "Sort Order";
102
+ readonly cancel: "Cancel";
103
+ readonly saveChanges: "Save Changes";
104
+ readonly createLineItem: "Add Line Item";
105
+ };
106
+ readonly creditNoteDialog: {
107
+ readonly title: "Add Credit Note";
108
+ readonly validationNumberRequired: "Credit note number is required";
109
+ readonly validationAmountMin: "Amount must be at least 1";
110
+ readonly validationReasonRequired: "Reason is required";
111
+ readonly numberLabel: "Credit Note Number";
112
+ readonly numberPlaceholder: "CN-2025-1234";
113
+ readonly currencyLabel: "Currency";
114
+ readonly amountLabel: "Amount (cents)";
115
+ readonly reasonLabel: "Reason";
116
+ readonly reasonPlaceholder: "Reason for credit note...";
117
+ readonly notesLabel: "Notes";
118
+ readonly notesPlaceholder: "Additional notes...";
119
+ readonly cancel: "Cancel";
120
+ readonly submit: "Create Credit Note";
121
+ };
122
+ readonly invoiceDialog: {
123
+ readonly editTitle: "Edit Invoice";
124
+ readonly newTitle: "New Invoice";
125
+ readonly validationInvoiceNumberRequired: "Invoice number is required";
126
+ readonly validationBookingIdRequired: "Booking ID is required";
127
+ readonly validationCurrencyCode: "Use 3-letter ISO code";
128
+ readonly validationIssueDateRequired: "Issue date is required";
129
+ readonly validationDueDateRequired: "Due date is required";
130
+ readonly invoiceNumberLabel: "Invoice Number";
131
+ readonly invoiceNumberPlaceholder: "INV-2025-1234";
132
+ readonly statusLabel: "Status";
133
+ readonly bookingIdLabel: "Booking ID";
134
+ readonly bookingIdPlaceholder: "book_...";
135
+ readonly currencyLabel: "Currency";
136
+ readonly subtotalLabel: "Subtotal (cents)";
137
+ readonly taxLabel: "Tax (cents)";
138
+ readonly totalLabel: "Total (cents)";
139
+ readonly issueDateLabel: "Issue Date";
140
+ readonly issueDatePlaceholder: "Pick issue date";
141
+ readonly dueDateLabel: "Due Date";
142
+ readonly dueDatePlaceholder: "Pick due date";
143
+ readonly notesLabel: "Notes";
144
+ readonly notesPlaceholder: "Invoice notes...";
145
+ readonly cancel: "Cancel";
146
+ readonly saveChanges: "Save Changes";
147
+ readonly createInvoice: "Create Invoice";
148
+ };
149
+ readonly paymentDialog: {
150
+ readonly title: "Record Payment";
151
+ readonly validationAmountMin: "Amount must be at least 1";
152
+ readonly validationPaymentDateRequired: "Payment date is required";
153
+ readonly amountLabel: "Amount (cents)";
154
+ readonly currencyLabel: "Currency";
155
+ readonly paymentMethodLabel: "Payment Method";
156
+ readonly statusLabel: "Status";
157
+ readonly paymentDateLabel: "Payment Date";
158
+ readonly referenceNumberLabel: "Reference Number";
159
+ readonly referenceNumberPlaceholder: "TXN-12345";
160
+ readonly notesLabel: "Notes";
161
+ readonly notesPlaceholder: "Payment notes...";
162
+ readonly cancel: "Cancel";
163
+ readonly submit: "Record Payment";
164
+ };
165
+ readonly supplierPaymentDialog: {
166
+ readonly title: "Record Supplier Payment";
167
+ readonly validationBookingIdRequired: "Booking ID is required";
168
+ readonly validationAmountMin: "Amount must be at least 1";
169
+ readonly validationPaymentDateRequired: "Payment date is required";
170
+ readonly bookingIdLabel: "Booking ID";
171
+ readonly bookingIdPlaceholder: "book_...";
172
+ readonly supplierIdLabel: "Supplier ID (optional)";
173
+ readonly supplierIdPlaceholder: "supp_...";
174
+ readonly amountLabel: "Amount (cents)";
175
+ readonly currencyLabel: "Currency";
176
+ readonly paymentDateLabel: "Payment Date";
177
+ readonly paymentDatePlaceholder: "Select payment date";
178
+ readonly paymentMethodLabel: "Payment Method";
179
+ readonly statusLabel: "Status";
180
+ readonly referenceNumberLabel: "Reference Number";
181
+ readonly referenceNumberPlaceholder: "TXN-12345";
182
+ readonly notesLabel: "Notes";
183
+ readonly notesPlaceholder: "Payment notes...";
184
+ readonly cancel: "Cancel";
185
+ readonly submit: "Record Supplier Payment";
186
+ };
187
+ };
188
+ };
189
+ readonly ro: {
190
+ readonly finance: {
191
+ readonly title: "Financiar";
192
+ readonly description: "Administreaza facturile, platile si platile catre furnizori.";
193
+ readonly newInvoice: "Factura noua";
194
+ readonly recordSupplierPayment: "Inregistreaza plata furnizorului";
195
+ readonly invoicesTab: "Facturi";
196
+ readonly supplierPaymentsTab: "Plati furnizori";
197
+ readonly searchInvoicesPlaceholder: "Cauta facturi...";
198
+ readonly invoiceNumberColumn: "Factura #";
199
+ readonly statusColumn: "Status";
200
+ readonly totalColumn: "Total";
201
+ readonly paidColumn: "Platit";
202
+ readonly balanceDueColumn: "Rest de plata";
203
+ readonly dueDateColumn: "Data scadenta";
204
+ readonly bookingColumn: "Rezervare";
205
+ readonly supplierColumn: "Furnizor";
206
+ readonly amountColumn: "Suma";
207
+ readonly dateColumn: "Data";
208
+ readonly referenceColumn: "Referinta";
209
+ readonly invoiceStatusDraft: "Ciorna";
210
+ readonly invoiceStatusSent: "Trimisa";
211
+ readonly invoiceStatusPartiallyPaid: "Platita partial";
212
+ readonly invoiceStatusPaid: "Platita";
213
+ readonly invoiceStatusOverdue: "Intarziata";
214
+ readonly invoiceStatusVoid: "Anulata";
215
+ readonly paymentStatusPending: "In asteptare";
216
+ readonly paymentStatusCompleted: "Finalizata";
217
+ readonly paymentStatusFailed: "Esuata";
218
+ readonly paymentStatusRefunded: "Rambursata";
219
+ readonly paymentMethodBankTransfer: "Transfer bancar";
220
+ readonly paymentMethodCreditCard: "Card de credit";
221
+ readonly paymentMethodCash: "Numerar";
222
+ readonly paymentMethodCheque: "Cec";
223
+ readonly paymentMethodOther: "Alta";
224
+ readonly creditNoteStatusDraft: "Ciorna";
225
+ readonly creditNoteStatusIssued: "Emisa";
226
+ readonly creditNoteStatusApplied: "Aplicata";
227
+ readonly detailPage: {
228
+ readonly notFound: "Factura nu a fost gasita";
229
+ readonly backToFinance: "Inapoi la Financiar";
230
+ readonly edit: "Editeaza";
231
+ readonly delete: "Sterge";
232
+ readonly deleteOnlyDraftAlert: "Doar facturile in ciorna pot fi sterse";
233
+ readonly deleteConfirm: "Sigur vrei sa stergi aceasta factura?";
234
+ readonly deleteLineItemConfirm: "Stergi aceasta pozitie?";
235
+ };
236
+ readonly detailSections: {
237
+ readonly invoiceDetailsTitle: "Detalii factura";
238
+ readonly currencyLabel: "Moneda";
239
+ readonly subtotalLabel: "Subtotal";
240
+ readonly taxLabel: "Taxa";
241
+ readonly totalLabel: "Total";
242
+ readonly paidLabel: "Platit";
243
+ readonly balanceDueLabel: "Rest de plata";
244
+ readonly datesLinksTitle: "Date si legaturi";
245
+ readonly issueDateLabel: "Data emiterii";
246
+ readonly dueDateLabel: "Data scadentei";
247
+ readonly bookingLabel: "Rezervare";
248
+ readonly viewBooking: "Vezi rezervarea";
249
+ readonly personLabel: "Persoana";
250
+ readonly organizationLabel: "Organizatie";
251
+ readonly notesLabel: "Note";
252
+ readonly createdLabel: "Creat";
253
+ readonly updatedLabel: "Actualizat";
254
+ readonly lineItemsTitle: "Pozitii factura";
255
+ readonly addLineItem: "Adauga pozitie";
256
+ readonly noLineItems: "Nu exista pozitii momentan.";
257
+ readonly descriptionColumn: "Descriere";
258
+ readonly quantityColumn: "Cant.";
259
+ readonly unitPriceColumn: "Pret unitar";
260
+ readonly taxRateColumn: "Cota taxa";
261
+ readonly paymentsTitle: "Plati";
262
+ readonly recordPayment: "Inregistreaza plata";
263
+ readonly noPayments: "Nu exista plati momentan.";
264
+ readonly methodColumn: "Metoda";
265
+ readonly creditNotesTitle: "Note de credit";
266
+ readonly addCreditNote: "Adauga nota de credit";
267
+ readonly noCreditNotes: "Nu exista note de credit momentan.";
268
+ readonly creditNoteNumberColumn: "NC #";
269
+ readonly reasonColumn: "Motiv";
270
+ readonly notesTitle: "Note";
271
+ readonly addInternalNotePlaceholder: "Adauga o nota interna...";
272
+ readonly addNote: "Adauga nota";
273
+ readonly noNotes: "Nu exista note momentan.";
274
+ readonly noValue: "-";
275
+ };
276
+ readonly lineItemDialog: {
277
+ readonly editTitle: "Editeaza pozitia";
278
+ readonly newTitle: "Adauga pozitie";
279
+ readonly validationDescriptionRequired: "Descrierea este obligatorie";
280
+ readonly descriptionLabel: "Descriere";
281
+ readonly descriptionPlaceholder: "Descriere serviciu...";
282
+ readonly quantityLabel: "Cantitate";
283
+ readonly unitPriceLabel: "Pret unitar (centi)";
284
+ readonly totalLabel: "Total (centi)";
285
+ readonly taxRateLabel: "Cota taxa (centi, ex. 2000 = 20%)";
286
+ readonly taxRatePlaceholder: "0";
287
+ readonly sortOrderLabel: "Ordine de sortare";
288
+ readonly cancel: "Anuleaza";
289
+ readonly saveChanges: "Salveaza modificarile";
290
+ readonly createLineItem: "Adauga pozitie";
291
+ };
292
+ readonly creditNoteDialog: {
293
+ readonly title: "Adauga nota de credit";
294
+ readonly validationNumberRequired: "Numarul notei de credit este obligatoriu";
295
+ readonly validationAmountMin: "Suma trebuie sa fie cel putin 1";
296
+ readonly validationReasonRequired: "Motivul este obligatoriu";
297
+ readonly numberLabel: "Numar nota de credit";
298
+ readonly numberPlaceholder: "CN-2025-1234";
299
+ readonly currencyLabel: "Moneda";
300
+ readonly amountLabel: "Suma (centi)";
301
+ readonly reasonLabel: "Motiv";
302
+ readonly reasonPlaceholder: "Motivul notei de credit...";
303
+ readonly notesLabel: "Note";
304
+ readonly notesPlaceholder: "Note suplimentare...";
305
+ readonly cancel: "Anuleaza";
306
+ readonly submit: "Creeaza nota de credit";
307
+ };
308
+ readonly invoiceDialog: {
309
+ readonly editTitle: "Editeaza factura";
310
+ readonly newTitle: "Factura noua";
311
+ readonly validationInvoiceNumberRequired: "Numarul facturii este obligatoriu";
312
+ readonly validationBookingIdRequired: "ID-ul rezervarii este obligatoriu";
313
+ readonly validationCurrencyCode: "Foloseste un cod ISO din 3 litere";
314
+ readonly validationIssueDateRequired: "Data emiterii este obligatorie";
315
+ readonly validationDueDateRequired: "Data scadentei este obligatorie";
316
+ readonly invoiceNumberLabel: "Numar factura";
317
+ readonly invoiceNumberPlaceholder: "INV-2025-1234";
318
+ readonly statusLabel: "Status";
319
+ readonly bookingIdLabel: "ID rezervare";
320
+ readonly bookingIdPlaceholder: "book_...";
321
+ readonly currencyLabel: "Moneda";
322
+ readonly subtotalLabel: "Subtotal (centi)";
323
+ readonly taxLabel: "Taxa (centi)";
324
+ readonly totalLabel: "Total (centi)";
325
+ readonly issueDateLabel: "Data emiterii";
326
+ readonly issueDatePlaceholder: "Alege data emiterii";
327
+ readonly dueDateLabel: "Data scadentei";
328
+ readonly dueDatePlaceholder: "Alege data scadentei";
329
+ readonly notesLabel: "Note";
330
+ readonly notesPlaceholder: "Note factura...";
331
+ readonly cancel: "Anuleaza";
332
+ readonly saveChanges: "Salveaza modificarile";
333
+ readonly createInvoice: "Creeaza factura";
334
+ };
335
+ readonly paymentDialog: {
336
+ readonly title: "Inregistreaza plata";
337
+ readonly validationAmountMin: "Suma trebuie sa fie cel putin 1";
338
+ readonly validationPaymentDateRequired: "Data platii este obligatorie";
339
+ readonly amountLabel: "Suma (centi)";
340
+ readonly currencyLabel: "Moneda";
341
+ readonly paymentMethodLabel: "Metoda de plata";
342
+ readonly statusLabel: "Status";
343
+ readonly paymentDateLabel: "Data platii";
344
+ readonly referenceNumberLabel: "Numar referinta";
345
+ readonly referenceNumberPlaceholder: "TXN-12345";
346
+ readonly notesLabel: "Note";
347
+ readonly notesPlaceholder: "Note plata...";
348
+ readonly cancel: "Anuleaza";
349
+ readonly submit: "Inregistreaza plata";
350
+ };
351
+ readonly supplierPaymentDialog: {
352
+ readonly title: "Inregistreaza plata furnizorului";
353
+ readonly validationBookingIdRequired: "ID-ul rezervarii este obligatoriu";
354
+ readonly validationAmountMin: "Suma trebuie sa fie cel putin 1";
355
+ readonly validationPaymentDateRequired: "Data platii este obligatorie";
356
+ readonly bookingIdLabel: "ID rezervare";
357
+ readonly bookingIdPlaceholder: "book_...";
358
+ readonly supplierIdLabel: "ID furnizor (optional)";
359
+ readonly supplierIdPlaceholder: "supp_...";
360
+ readonly amountLabel: "Suma (centi)";
361
+ readonly currencyLabel: "Moneda";
362
+ readonly paymentDateLabel: "Data platii";
363
+ readonly paymentDatePlaceholder: "Selecteaza data platii";
364
+ readonly paymentMethodLabel: "Metoda de plata";
365
+ readonly statusLabel: "Status";
366
+ readonly referenceNumberLabel: "Numar referinta";
367
+ readonly referenceNumberPlaceholder: "TXN-12345";
368
+ readonly notesLabel: "Note";
369
+ readonly notesPlaceholder: "Note plata...";
370
+ readonly cancel: "Anuleaza";
371
+ readonly submit: "Inregistreaza plata furnizorului";
372
+ };
373
+ };
374
+ };
375
+ };
376
+ export type AdminFinanceMessages = LocaleMessageSchema<(typeof adminFinanceMessages)["en"]>;
377
+ //# sourceMappingURL=finance.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqXvB,CAAA;AAEV,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,OAAO,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}