@voyantjs/i18n 0.18.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/contacts.d.ts
CHANGED
|
@@ -4,25 +4,6 @@ export declare const adminContactsMessages: {
|
|
|
4
4
|
contacts: {
|
|
5
5
|
pageTitle: string;
|
|
6
6
|
pageDescription: string;
|
|
7
|
-
list: {
|
|
8
|
-
searchPlaceholder: string;
|
|
9
|
-
newAction: string;
|
|
10
|
-
columnName: string;
|
|
11
|
-
columnEmail: string;
|
|
12
|
-
columnPhone: string;
|
|
13
|
-
columnRelation: string;
|
|
14
|
-
loadFailed: string;
|
|
15
|
-
empty: string;
|
|
16
|
-
noValue: string;
|
|
17
|
-
paginationShowing: string;
|
|
18
|
-
paginationPage: string;
|
|
19
|
-
paginationPrevious: string;
|
|
20
|
-
paginationNext: string;
|
|
21
|
-
relationClient: string;
|
|
22
|
-
relationPartner: string;
|
|
23
|
-
relationSupplier: string;
|
|
24
|
-
relationOther: string;
|
|
25
|
-
};
|
|
26
7
|
dialog: {
|
|
27
8
|
editTitle: string;
|
|
28
9
|
newTitle: string;
|
|
@@ -136,25 +117,6 @@ export declare const adminContactsMessages: {
|
|
|
136
117
|
contacts: {
|
|
137
118
|
pageTitle: string;
|
|
138
119
|
pageDescription: string;
|
|
139
|
-
list: {
|
|
140
|
-
searchPlaceholder: string;
|
|
141
|
-
newAction: string;
|
|
142
|
-
columnName: string;
|
|
143
|
-
columnEmail: string;
|
|
144
|
-
columnPhone: string;
|
|
145
|
-
columnRelation: string;
|
|
146
|
-
loadFailed: string;
|
|
147
|
-
empty: string;
|
|
148
|
-
noValue: string;
|
|
149
|
-
paginationShowing: string;
|
|
150
|
-
paginationPage: string;
|
|
151
|
-
paginationPrevious: string;
|
|
152
|
-
paginationNext: string;
|
|
153
|
-
relationClient: string;
|
|
154
|
-
relationPartner: string;
|
|
155
|
-
relationSupplier: string;
|
|
156
|
-
relationOther: string;
|
|
157
|
-
};
|
|
158
120
|
dialog: {
|
|
159
121
|
editTitle: string;
|
|
160
122
|
newTitle: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.d.ts","sourceRoot":"","sources":["../../src/admin/contacts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"contacts.d.ts","sourceRoot":"","sources":["../../src/admin/contacts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuOjC,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,CAAC,CAAC,OAAO,qBAAqB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/contacts.js
CHANGED
|
@@ -3,25 +3,7 @@ export const adminContactsMessages = {
|
|
|
3
3
|
contacts: {
|
|
4
4
|
pageTitle: "Contacts",
|
|
5
5
|
pageDescription: "Manage your clients, partners, and suppliers.",
|
|
6
|
-
list:
|
|
7
|
-
searchPlaceholder: "Search people…",
|
|
8
|
-
newAction: "New contact",
|
|
9
|
-
columnName: "Name",
|
|
10
|
-
columnEmail: "Email",
|
|
11
|
-
columnPhone: "Phone",
|
|
12
|
-
columnRelation: "Relation",
|
|
13
|
-
loadFailed: "Failed to load people.",
|
|
14
|
-
empty: "No people found.",
|
|
15
|
-
noValue: "—",
|
|
16
|
-
paginationShowing: "Showing {count} of {total}",
|
|
17
|
-
paginationPage: "Page {page} / {pageCount}",
|
|
18
|
-
paginationPrevious: "Previous",
|
|
19
|
-
paginationNext: "Next",
|
|
20
|
-
relationClient: "Client",
|
|
21
|
-
relationPartner: "Partner",
|
|
22
|
-
relationSupplier: "Supplier",
|
|
23
|
-
relationOther: "Other",
|
|
24
|
-
},
|
|
6
|
+
// list: removed — contacts list page no longer reads these keys.
|
|
25
7
|
dialog: {
|
|
26
8
|
editTitle: "Edit contact",
|
|
27
9
|
newTitle: "New contact",
|
|
@@ -135,25 +117,7 @@ export const adminContactsMessages = {
|
|
|
135
117
|
contacts: {
|
|
136
118
|
pageTitle: "Contacts",
|
|
137
119
|
pageDescription: "Manage your clients, partners, and suppliers.",
|
|
138
|
-
list:
|
|
139
|
-
searchPlaceholder: "Search people…",
|
|
140
|
-
newAction: "New contact",
|
|
141
|
-
columnName: "Name",
|
|
142
|
-
columnEmail: "Email",
|
|
143
|
-
columnPhone: "Phone",
|
|
144
|
-
columnRelation: "Relation",
|
|
145
|
-
loadFailed: "Failed to load people.",
|
|
146
|
-
empty: "No people found.",
|
|
147
|
-
noValue: "—",
|
|
148
|
-
paginationShowing: "Showing {count} of {total}",
|
|
149
|
-
paginationPage: "Page {page} / {pageCount}",
|
|
150
|
-
paginationPrevious: "Previous",
|
|
151
|
-
paginationNext: "Next",
|
|
152
|
-
relationClient: "Client",
|
|
153
|
-
relationPartner: "Partner",
|
|
154
|
-
relationSupplier: "Supplier",
|
|
155
|
-
relationOther: "Other",
|
|
156
|
-
},
|
|
120
|
+
// list: removed — contacts list page no longer reads these keys.
|
|
157
121
|
dialog: {
|
|
158
122
|
editTitle: "Edit contact",
|
|
159
123
|
newTitle: "New contact",
|
|
@@ -10,75 +10,6 @@ export declare const operatorAdminCrmMessages: {
|
|
|
10
10
|
title: string;
|
|
11
11
|
description: string;
|
|
12
12
|
};
|
|
13
|
-
organizationList: {
|
|
14
|
-
searchPlaceholder: string;
|
|
15
|
-
newAction: string;
|
|
16
|
-
columnName: string;
|
|
17
|
-
columnIndustry: string;
|
|
18
|
-
columnRelation: string;
|
|
19
|
-
columnWebsite: string;
|
|
20
|
-
columnUpdated: string;
|
|
21
|
-
loadFailed: string;
|
|
22
|
-
empty: string;
|
|
23
|
-
previous: string;
|
|
24
|
-
next: string;
|
|
25
|
-
relativeToday: string;
|
|
26
|
-
relativeDaysAgo: string;
|
|
27
|
-
relativeWeeksAgo: string;
|
|
28
|
-
relativeMonthsAgo: string;
|
|
29
|
-
relativeYearsAgo: string;
|
|
30
|
-
};
|
|
31
|
-
personList: {
|
|
32
|
-
searchPlaceholder: string;
|
|
33
|
-
newAction: string;
|
|
34
|
-
columnName: string;
|
|
35
|
-
columnEmail: string;
|
|
36
|
-
columnPhone: string;
|
|
37
|
-
columnRelation: string;
|
|
38
|
-
loadFailed: string;
|
|
39
|
-
empty: string;
|
|
40
|
-
previous: string;
|
|
41
|
-
next: string;
|
|
42
|
-
};
|
|
43
|
-
organizationDialog: {
|
|
44
|
-
editTitle: string;
|
|
45
|
-
newTitle: string;
|
|
46
|
-
editDescription: string;
|
|
47
|
-
newDescription: string;
|
|
48
|
-
};
|
|
49
|
-
organizationForm: {
|
|
50
|
-
validationNameRequired: string;
|
|
51
|
-
saveFailed: string;
|
|
52
|
-
nameLabel: string;
|
|
53
|
-
legalNameLabel: string;
|
|
54
|
-
websiteLabel: string;
|
|
55
|
-
industryLabel: string;
|
|
56
|
-
cancel: string;
|
|
57
|
-
saving: string;
|
|
58
|
-
create: string;
|
|
59
|
-
saveChanges: string;
|
|
60
|
-
};
|
|
61
|
-
personDialog: {
|
|
62
|
-
editTitle: string;
|
|
63
|
-
newTitle: string;
|
|
64
|
-
editDescription: string;
|
|
65
|
-
newDescription: string;
|
|
66
|
-
};
|
|
67
|
-
personForm: {
|
|
68
|
-
validationNameRequired: string;
|
|
69
|
-
saveFailed: string;
|
|
70
|
-
firstNameLabel: string;
|
|
71
|
-
lastNameLabel: string;
|
|
72
|
-
jobTitleLabel: string;
|
|
73
|
-
emailLabel: string;
|
|
74
|
-
phoneLabel: string;
|
|
75
|
-
cityLabel: string;
|
|
76
|
-
countryLabel: string;
|
|
77
|
-
cancel: string;
|
|
78
|
-
saving: string;
|
|
79
|
-
create: string;
|
|
80
|
-
saveChanges: string;
|
|
81
|
-
};
|
|
82
13
|
shared: {
|
|
83
14
|
failedToSave: string;
|
|
84
15
|
invalidNumber: string;
|
|
@@ -297,75 +228,6 @@ export declare const operatorAdminCrmMessages: {
|
|
|
297
228
|
title: string;
|
|
298
229
|
description: string;
|
|
299
230
|
};
|
|
300
|
-
organizationList: {
|
|
301
|
-
searchPlaceholder: string;
|
|
302
|
-
newAction: string;
|
|
303
|
-
columnName: string;
|
|
304
|
-
columnIndustry: string;
|
|
305
|
-
columnRelation: string;
|
|
306
|
-
columnWebsite: string;
|
|
307
|
-
columnUpdated: string;
|
|
308
|
-
loadFailed: string;
|
|
309
|
-
empty: string;
|
|
310
|
-
previous: string;
|
|
311
|
-
next: string;
|
|
312
|
-
relativeToday: string;
|
|
313
|
-
relativeDaysAgo: string;
|
|
314
|
-
relativeWeeksAgo: string;
|
|
315
|
-
relativeMonthsAgo: string;
|
|
316
|
-
relativeYearsAgo: string;
|
|
317
|
-
};
|
|
318
|
-
personList: {
|
|
319
|
-
searchPlaceholder: string;
|
|
320
|
-
newAction: string;
|
|
321
|
-
columnName: string;
|
|
322
|
-
columnEmail: string;
|
|
323
|
-
columnPhone: string;
|
|
324
|
-
columnRelation: string;
|
|
325
|
-
loadFailed: string;
|
|
326
|
-
empty: string;
|
|
327
|
-
previous: string;
|
|
328
|
-
next: string;
|
|
329
|
-
};
|
|
330
|
-
organizationDialog: {
|
|
331
|
-
editTitle: string;
|
|
332
|
-
newTitle: string;
|
|
333
|
-
editDescription: string;
|
|
334
|
-
newDescription: string;
|
|
335
|
-
};
|
|
336
|
-
organizationForm: {
|
|
337
|
-
validationNameRequired: string;
|
|
338
|
-
saveFailed: string;
|
|
339
|
-
nameLabel: string;
|
|
340
|
-
legalNameLabel: string;
|
|
341
|
-
websiteLabel: string;
|
|
342
|
-
industryLabel: string;
|
|
343
|
-
cancel: string;
|
|
344
|
-
saving: string;
|
|
345
|
-
create: string;
|
|
346
|
-
saveChanges: string;
|
|
347
|
-
};
|
|
348
|
-
personDialog: {
|
|
349
|
-
editTitle: string;
|
|
350
|
-
newTitle: string;
|
|
351
|
-
editDescription: string;
|
|
352
|
-
newDescription: string;
|
|
353
|
-
};
|
|
354
|
-
personForm: {
|
|
355
|
-
validationNameRequired: string;
|
|
356
|
-
saveFailed: string;
|
|
357
|
-
firstNameLabel: string;
|
|
358
|
-
lastNameLabel: string;
|
|
359
|
-
jobTitleLabel: string;
|
|
360
|
-
emailLabel: string;
|
|
361
|
-
phoneLabel: string;
|
|
362
|
-
cityLabel: string;
|
|
363
|
-
countryLabel: string;
|
|
364
|
-
cancel: string;
|
|
365
|
-
saving: string;
|
|
366
|
-
create: string;
|
|
367
|
-
saveChanges: string;
|
|
368
|
-
};
|
|
369
231
|
shared: {
|
|
370
232
|
failedToSave: string;
|
|
371
233
|
invalidNumber: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-operator.d.ts","sourceRoot":"","sources":["../../src/admin/crm-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"crm-operator.d.ts","sourceRoot":"","sources":["../../src/admin/crm-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAicpC,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAC,CAAC,OAAO,wBAAwB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
|
@@ -9,75 +9,9 @@ export const operatorAdminCrmMessages = {
|
|
|
9
9
|
title: "People",
|
|
10
10
|
description: "Manage your clients, partners, and suppliers.",
|
|
11
11
|
},
|
|
12
|
-
organizationList
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
columnName: "Name",
|
|
16
|
-
columnIndustry: "Industry",
|
|
17
|
-
columnRelation: "Relation",
|
|
18
|
-
columnWebsite: "Website",
|
|
19
|
-
columnUpdated: "Updated",
|
|
20
|
-
loadFailed: "Failed to load organizations.",
|
|
21
|
-
empty: "No organizations found.",
|
|
22
|
-
previous: "Previous",
|
|
23
|
-
next: "Next",
|
|
24
|
-
relativeToday: "today",
|
|
25
|
-
relativeDaysAgo: "{count}d ago",
|
|
26
|
-
relativeWeeksAgo: "{count}w ago",
|
|
27
|
-
relativeMonthsAgo: "{count}mo ago",
|
|
28
|
-
relativeYearsAgo: "{count}y ago",
|
|
29
|
-
},
|
|
30
|
-
personList: {
|
|
31
|
-
searchPlaceholder: "Search people…",
|
|
32
|
-
newAction: "New person",
|
|
33
|
-
columnName: "Name",
|
|
34
|
-
columnEmail: "Email",
|
|
35
|
-
columnPhone: "Phone",
|
|
36
|
-
columnRelation: "Relation",
|
|
37
|
-
loadFailed: "Failed to load people.",
|
|
38
|
-
empty: "No people found.",
|
|
39
|
-
previous: "Previous",
|
|
40
|
-
next: "Next",
|
|
41
|
-
},
|
|
42
|
-
organizationDialog: {
|
|
43
|
-
editTitle: "Edit organization",
|
|
44
|
-
newTitle: "New organization",
|
|
45
|
-
editDescription: "Update company details and account metadata.",
|
|
46
|
-
newDescription: "Add a new company to your CRM.",
|
|
47
|
-
},
|
|
48
|
-
organizationForm: {
|
|
49
|
-
validationNameRequired: "Organization name is required.",
|
|
50
|
-
saveFailed: "Failed to save organization.",
|
|
51
|
-
nameLabel: "Name",
|
|
52
|
-
legalNameLabel: "Legal name",
|
|
53
|
-
websiteLabel: "Website",
|
|
54
|
-
industryLabel: "Industry",
|
|
55
|
-
cancel: "Cancel",
|
|
56
|
-
saving: "Saving…",
|
|
57
|
-
create: "Create organization",
|
|
58
|
-
saveChanges: "Save changes",
|
|
59
|
-
},
|
|
60
|
-
personDialog: {
|
|
61
|
-
editTitle: "Edit person",
|
|
62
|
-
newTitle: "New person",
|
|
63
|
-
editDescription: "Update contact details and reference information.",
|
|
64
|
-
newDescription: "Add a new person to your CRM.",
|
|
65
|
-
},
|
|
66
|
-
personForm: {
|
|
67
|
-
validationNameRequired: "First and last name are required.",
|
|
68
|
-
saveFailed: "Failed to save person.",
|
|
69
|
-
firstNameLabel: "First name",
|
|
70
|
-
lastNameLabel: "Last name",
|
|
71
|
-
jobTitleLabel: "Job title",
|
|
72
|
-
emailLabel: "Email",
|
|
73
|
-
phoneLabel: "Phone",
|
|
74
|
-
cityLabel: "City",
|
|
75
|
-
countryLabel: "Country",
|
|
76
|
-
cancel: "Cancel",
|
|
77
|
-
saving: "Saving…",
|
|
78
|
-
create: "Create person",
|
|
79
|
-
saveChanges: "Save changes",
|
|
80
|
-
},
|
|
12
|
+
// organizationList, personList, organizationDialog, organizationForm,
|
|
13
|
+
// personDialog, personForm: removed — owned by `@voyantjs/crm-ui`'s i18n
|
|
14
|
+
// bundle (mounted via <CrmUiMessagesProvider> in the workspace layout).
|
|
81
15
|
shared: {
|
|
82
16
|
failedToSave: "Failed to save",
|
|
83
17
|
invalidNumber: "Invalid number",
|
|
@@ -296,75 +230,6 @@ export const operatorAdminCrmMessages = {
|
|
|
296
230
|
title: "Persoane",
|
|
297
231
|
description: "Gestioneaza clientii, partenerii si furnizorii tai.",
|
|
298
232
|
},
|
|
299
|
-
organizationList: {
|
|
300
|
-
searchPlaceholder: "Cauta organizatii…",
|
|
301
|
-
newAction: "Organizatie noua",
|
|
302
|
-
columnName: "Nume",
|
|
303
|
-
columnIndustry: "Industrie",
|
|
304
|
-
columnRelation: "Relatie",
|
|
305
|
-
columnWebsite: "Website",
|
|
306
|
-
columnUpdated: "Actualizat",
|
|
307
|
-
loadFailed: "Organizatiile nu au putut fi incarcate.",
|
|
308
|
-
empty: "Nu au fost gasite organizatii.",
|
|
309
|
-
previous: "Inapoi",
|
|
310
|
-
next: "Inainte",
|
|
311
|
-
relativeToday: "azi",
|
|
312
|
-
relativeDaysAgo: "{count}z in urma",
|
|
313
|
-
relativeWeeksAgo: "{count}s in urma",
|
|
314
|
-
relativeMonthsAgo: "{count}l in urma",
|
|
315
|
-
relativeYearsAgo: "{count}a in urma",
|
|
316
|
-
},
|
|
317
|
-
personList: {
|
|
318
|
-
searchPlaceholder: "Cauta persoane…",
|
|
319
|
-
newAction: "Persoana noua",
|
|
320
|
-
columnName: "Nume",
|
|
321
|
-
columnEmail: "Email",
|
|
322
|
-
columnPhone: "Telefon",
|
|
323
|
-
columnRelation: "Relatie",
|
|
324
|
-
loadFailed: "Persoanele nu au putut fi incarcate.",
|
|
325
|
-
empty: "Nu au fost gasite persoane.",
|
|
326
|
-
previous: "Inapoi",
|
|
327
|
-
next: "Inainte",
|
|
328
|
-
},
|
|
329
|
-
organizationDialog: {
|
|
330
|
-
editTitle: "Editeaza organizatia",
|
|
331
|
-
newTitle: "Organizatie noua",
|
|
332
|
-
editDescription: "Actualizeaza detaliile companiei si metadatele contului.",
|
|
333
|
-
newDescription: "Adauga o companie noua in CRM.",
|
|
334
|
-
},
|
|
335
|
-
organizationForm: {
|
|
336
|
-
validationNameRequired: "Numele organizatiei este obligatoriu.",
|
|
337
|
-
saveFailed: "Organizatia nu a putut fi salvata.",
|
|
338
|
-
nameLabel: "Nume",
|
|
339
|
-
legalNameLabel: "Nume legal",
|
|
340
|
-
websiteLabel: "Website",
|
|
341
|
-
industryLabel: "Industrie",
|
|
342
|
-
cancel: "Anuleaza",
|
|
343
|
-
saving: "Se salveaza…",
|
|
344
|
-
create: "Creeaza organizatia",
|
|
345
|
-
saveChanges: "Salveaza modificarile",
|
|
346
|
-
},
|
|
347
|
-
personDialog: {
|
|
348
|
-
editTitle: "Editeaza persoana",
|
|
349
|
-
newTitle: "Persoana noua",
|
|
350
|
-
editDescription: "Actualizeaza detaliile de contact si informatiile de referinta.",
|
|
351
|
-
newDescription: "Adauga o persoana noua in CRM.",
|
|
352
|
-
},
|
|
353
|
-
personForm: {
|
|
354
|
-
validationNameRequired: "Prenumele si numele sunt obligatorii.",
|
|
355
|
-
saveFailed: "Persoana nu a putut fi salvata.",
|
|
356
|
-
firstNameLabel: "Prenume",
|
|
357
|
-
lastNameLabel: "Nume",
|
|
358
|
-
jobTitleLabel: "Functie",
|
|
359
|
-
emailLabel: "Email",
|
|
360
|
-
phoneLabel: "Telefon",
|
|
361
|
-
cityLabel: "Oras",
|
|
362
|
-
countryLabel: "Tara",
|
|
363
|
-
cancel: "Anuleaza",
|
|
364
|
-
saving: "Se salveaza…",
|
|
365
|
-
create: "Creeaza persoana",
|
|
366
|
-
saveChanges: "Salveaza modificarile",
|
|
367
|
-
},
|
|
368
233
|
shared: {
|
|
369
234
|
failedToSave: "Salvarea a esuat",
|
|
370
235
|
invalidNumber: "Numar invalid",
|
package/dist/admin/finance.d.ts
CHANGED
|
@@ -119,33 +119,6 @@ export declare const adminFinanceMessages: {
|
|
|
119
119
|
readonly cancel: "Cancel";
|
|
120
120
|
readonly submit: "Create Credit Note";
|
|
121
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
122
|
readonly paymentDialog: {
|
|
150
123
|
readonly title: "Record Payment";
|
|
151
124
|
readonly validationAmountMin: "Amount must be at least 1";
|
|
@@ -162,28 +135,6 @@ export declare const adminFinanceMessages: {
|
|
|
162
135
|
readonly cancel: "Cancel";
|
|
163
136
|
readonly submit: "Record Payment";
|
|
164
137
|
};
|
|
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
138
|
};
|
|
188
139
|
};
|
|
189
140
|
readonly ro: {
|
|
@@ -305,33 +256,6 @@ export declare const adminFinanceMessages: {
|
|
|
305
256
|
readonly cancel: "Anuleaza";
|
|
306
257
|
readonly submit: "Creeaza nota de credit";
|
|
307
258
|
};
|
|
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
259
|
readonly paymentDialog: {
|
|
336
260
|
readonly title: "Inregistreaza plata";
|
|
337
261
|
readonly validationAmountMin: "Suma trebuie sa fie cel putin 1";
|
|
@@ -348,28 +272,6 @@ export declare const adminFinanceMessages: {
|
|
|
348
272
|
readonly cancel: "Anuleaza";
|
|
349
273
|
readonly submit: "Inregistreaza plata";
|
|
350
274
|
};
|
|
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
275
|
};
|
|
374
276
|
};
|
|
375
277
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuRvB,CAAA;AAEV,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,OAAO,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|