@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.
- package/dist/admin/app-dmc.d.ts +22 -0
- package/dist/admin/app-dmc.d.ts.map +1 -0
- package/dist/admin/app-dmc.js +29 -0
- package/dist/admin/app-operator.d.ts +23 -0
- package/dist/admin/app-operator.d.ts.map +1 -0
- package/dist/admin/app-operator.js +17 -0
- package/dist/admin/auth.d.ts +247 -0
- package/dist/admin/auth.d.ts.map +1 -0
- package/dist/admin/auth.js +166 -0
- package/dist/admin/availability.d.ts +689 -0
- package/dist/admin/availability.d.ts.map +1 -0
- package/dist/admin/availability.js +686 -0
- package/dist/admin/bookings.d.ts +1067 -0
- package/dist/admin/bookings.d.ts.map +1 -0
- package/dist/admin/bookings.js +1064 -0
- package/dist/admin/chrome.d.ts +36 -0
- package/dist/admin/chrome.d.ts.map +1 -0
- package/dist/admin/chrome.js +24 -0
- package/dist/admin/contacts.d.ts +269 -0
- package/dist/admin/contacts.d.ts.map +1 -0
- package/dist/admin/contacts.js +266 -0
- package/dist/admin/core-dmc.d.ts +21 -0
- package/dist/admin/core-dmc.d.ts.map +1 -0
- package/dist/admin/core-dmc.js +14 -0
- package/dist/admin/core-operator.d.ts +117 -0
- package/dist/admin/core-operator.d.ts.map +1 -0
- package/dist/admin/core-operator.js +78 -0
- package/dist/admin/crm-operator.d.ts +579 -0
- package/dist/admin/crm-operator.d.ts.map +1 -0
- package/dist/admin/crm-operator.js +576 -0
- package/dist/admin/dashboard-operator.d.ts +83 -0
- package/dist/admin/dashboard-operator.d.ts.map +1 -0
- package/dist/admin/dashboard-operator.js +80 -0
- package/dist/admin/distribution-dmc.d.ts +1804 -0
- package/dist/admin/distribution-dmc.d.ts.map +1 -0
- package/dist/admin/distribution-dmc.js +1181 -0
- package/dist/admin/dmc-nav.d.ts +55 -0
- package/dist/admin/dmc-nav.d.ts.map +1 -0
- package/dist/admin/dmc-nav.js +38 -0
- package/dist/admin/finance.d.ts +377 -0
- package/dist/admin/finance.d.ts.map +1 -0
- package/dist/admin/finance.js +374 -0
- package/dist/admin/operator-nav.d.ts +76 -0
- package/dist/admin/operator-nav.d.ts.map +1 -0
- package/dist/admin/operator-nav.js +52 -0
- package/dist/admin/organizations.d.ts +87 -0
- package/dist/admin/organizations.d.ts.map +1 -0
- package/dist/admin/organizations.js +84 -0
- package/dist/admin/pricing-operator.d.ts +233 -0
- package/dist/admin/pricing-operator.d.ts.map +1 -0
- package/dist/admin/pricing-operator.js +230 -0
- package/dist/admin/products-dmc.d.ts +239 -0
- package/dist/admin/products-dmc.d.ts.map +1 -0
- package/dist/admin/products-dmc.js +236 -0
- package/dist/admin/products-operator.d.ts +999 -0
- package/dist/admin/products-operator.d.ts.map +1 -0
- package/dist/admin/products-operator.js +996 -0
- package/dist/admin/resources.d.ts +653 -0
- package/dist/admin/resources.d.ts.map +1 -0
- package/dist/admin/resources.js +650 -0
- package/dist/admin/settings-operator.d.ts +251 -0
- package/dist/admin/settings-operator.d.ts.map +1 -0
- package/dist/admin/settings-operator.js +248 -0
- package/dist/admin/suppliers-operator.d.ts +325 -0
- package/dist/admin/suppliers-operator.d.ts.map +1 -0
- package/dist/admin/suppliers-operator.js +322 -0
- package/dist/admin/suppliers.d.ts +259 -0
- package/dist/admin/suppliers.d.ts.map +1 -0
- package/dist/admin/suppliers.js +256 -0
- package/dist/admin/team.d.ts +102 -0
- package/dist/admin/team.d.ts.map +1 -0
- package/dist/admin/team.js +68 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/package-formatters.d.ts +9 -0
- package/dist/package-formatters.d.ts.map +1 -0
- package/dist/package-formatters.js +56 -0
- package/dist/package-runtime.d.ts +39 -0
- package/dist/package-runtime.d.ts.map +1 -0
- package/dist/package-runtime.js +60 -0
- package/dist/runtime.d.ts +33 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +120 -0
- package/package.json +48 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
import type { LocaleMessageSchema } from "../runtime.js";
|
|
2
|
+
export declare const adminSuppliersModuleMessages: {
|
|
3
|
+
en: {
|
|
4
|
+
suppliersModule: {
|
|
5
|
+
pageTitle: string;
|
|
6
|
+
pageDescription: string;
|
|
7
|
+
newAction: string;
|
|
8
|
+
searchPlaceholder: string;
|
|
9
|
+
columnName: string;
|
|
10
|
+
columnType: string;
|
|
11
|
+
columnStatus: string;
|
|
12
|
+
columnCity: string;
|
|
13
|
+
columnCountry: string;
|
|
14
|
+
columnCurrency: string;
|
|
15
|
+
noValue: string;
|
|
16
|
+
notFound: string;
|
|
17
|
+
backToSuppliers: string;
|
|
18
|
+
editAction: string;
|
|
19
|
+
deleteAction: string;
|
|
20
|
+
deleteConfirm: string;
|
|
21
|
+
detailsTitle: string;
|
|
22
|
+
primaryContactTitle: string;
|
|
23
|
+
servicesTitle: string;
|
|
24
|
+
notesTitle: string;
|
|
25
|
+
addServiceAction: string;
|
|
26
|
+
addNotePlaceholder: string;
|
|
27
|
+
addNoteAction: string;
|
|
28
|
+
saving: string;
|
|
29
|
+
noServices: string;
|
|
30
|
+
noNotes: string;
|
|
31
|
+
noContactInformation: string;
|
|
32
|
+
descriptionLabel: string;
|
|
33
|
+
emailLabel: string;
|
|
34
|
+
phoneLabel: string;
|
|
35
|
+
websiteLabel: string;
|
|
36
|
+
addressLabel: string;
|
|
37
|
+
cityLabel: string;
|
|
38
|
+
countryLabel: string;
|
|
39
|
+
defaultCurrencyLabel: string;
|
|
40
|
+
nameLabel: string;
|
|
41
|
+
createdLabel: string;
|
|
42
|
+
updatedLabel: string;
|
|
43
|
+
typeHotel: string;
|
|
44
|
+
typeTransfer: string;
|
|
45
|
+
typeGuide: string;
|
|
46
|
+
typeExperience: string;
|
|
47
|
+
typeAirline: string;
|
|
48
|
+
typeRestaurant: string;
|
|
49
|
+
typeOther: string;
|
|
50
|
+
statusActive: string;
|
|
51
|
+
statusInactive: string;
|
|
52
|
+
statusPending: string;
|
|
53
|
+
supplierDialogEditTitle: string;
|
|
54
|
+
supplierDialogNewTitle: string;
|
|
55
|
+
supplierTypeLabel: string;
|
|
56
|
+
supplierStatusLabel: string;
|
|
57
|
+
supplierNameLabel: string;
|
|
58
|
+
supplierNamePlaceholder: string;
|
|
59
|
+
supplierDescriptionLabel: string;
|
|
60
|
+
supplierDescriptionPlaceholder: string;
|
|
61
|
+
supplierEmailPlaceholder: string;
|
|
62
|
+
supplierPhonePlaceholder: string;
|
|
63
|
+
supplierWebsitePlaceholder: string;
|
|
64
|
+
supplierAddressPlaceholder: string;
|
|
65
|
+
supplierCityPlaceholder: string;
|
|
66
|
+
supplierDefaultCurrencyLabel: string;
|
|
67
|
+
primaryContactSectionTitle: string;
|
|
68
|
+
contactNamePlaceholder: string;
|
|
69
|
+
contactEmailPlaceholder: string;
|
|
70
|
+
contactPhonePlaceholder: string;
|
|
71
|
+
validationNameRequired: string;
|
|
72
|
+
validationIsoCurrency: string;
|
|
73
|
+
cancel: string;
|
|
74
|
+
saveChanges: string;
|
|
75
|
+
createSupplier: string;
|
|
76
|
+
serviceDialogEditTitle: string;
|
|
77
|
+
serviceDialogNewTitle: string;
|
|
78
|
+
serviceTypeLabel: string;
|
|
79
|
+
serviceTypeAccommodation: string;
|
|
80
|
+
serviceTypeTransfer: string;
|
|
81
|
+
serviceTypeExperience: string;
|
|
82
|
+
serviceTypeGuide: string;
|
|
83
|
+
serviceTypeMeal: string;
|
|
84
|
+
serviceTypeOther: string;
|
|
85
|
+
serviceNameLabel: string;
|
|
86
|
+
serviceNamePlaceholder: string;
|
|
87
|
+
serviceDescriptionLabel: string;
|
|
88
|
+
serviceDescriptionPlaceholder: string;
|
|
89
|
+
durationLabel: string;
|
|
90
|
+
durationPlaceholder: string;
|
|
91
|
+
capacityLabel: string;
|
|
92
|
+
capacityPlaceholder: string;
|
|
93
|
+
activeToggleLabel: string;
|
|
94
|
+
createService: string;
|
|
95
|
+
serviceDeleteConfirm: string;
|
|
96
|
+
ratesTitle: string;
|
|
97
|
+
addRateAction: string;
|
|
98
|
+
noRates: string;
|
|
99
|
+
rateColumnName: string;
|
|
100
|
+
rateColumnAmount: string;
|
|
101
|
+
rateColumnUnit: string;
|
|
102
|
+
rateColumnValid: string;
|
|
103
|
+
rateColumnPax: string;
|
|
104
|
+
inactiveBadge: string;
|
|
105
|
+
maxPaxSummary: string;
|
|
106
|
+
rateDialogEditTitle: string;
|
|
107
|
+
rateDialogNewTitle: string;
|
|
108
|
+
rateNameLabel: string;
|
|
109
|
+
rateNamePlaceholder: string;
|
|
110
|
+
rateCurrencyLabel: string;
|
|
111
|
+
rateAmountLabel: string;
|
|
112
|
+
rateUnitLabel: string;
|
|
113
|
+
rateUnitPerPerson: string;
|
|
114
|
+
rateUnitPerGroup: string;
|
|
115
|
+
rateUnitPerNight: string;
|
|
116
|
+
rateUnitPerVehicle: string;
|
|
117
|
+
rateUnitFlat: string;
|
|
118
|
+
validFromLabel: string;
|
|
119
|
+
validToLabel: string;
|
|
120
|
+
minPaxLabel: string;
|
|
121
|
+
maxPaxLabel: string;
|
|
122
|
+
rateNotesLabel: string;
|
|
123
|
+
rateNotesPlaceholder: string;
|
|
124
|
+
validationAmountNonNegative: string;
|
|
125
|
+
createRate: string;
|
|
126
|
+
rateDeleteConfirm: string;
|
|
127
|
+
unknownRange: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
ro: {
|
|
131
|
+
suppliersModule: {
|
|
132
|
+
pageTitle: string;
|
|
133
|
+
pageDescription: string;
|
|
134
|
+
newAction: string;
|
|
135
|
+
searchPlaceholder: string;
|
|
136
|
+
columnName: string;
|
|
137
|
+
columnType: string;
|
|
138
|
+
columnStatus: string;
|
|
139
|
+
columnCity: string;
|
|
140
|
+
columnCountry: string;
|
|
141
|
+
columnCurrency: string;
|
|
142
|
+
noValue: string;
|
|
143
|
+
notFound: string;
|
|
144
|
+
backToSuppliers: string;
|
|
145
|
+
editAction: string;
|
|
146
|
+
deleteAction: string;
|
|
147
|
+
deleteConfirm: string;
|
|
148
|
+
detailsTitle: string;
|
|
149
|
+
primaryContactTitle: string;
|
|
150
|
+
servicesTitle: string;
|
|
151
|
+
notesTitle: string;
|
|
152
|
+
addServiceAction: string;
|
|
153
|
+
addNotePlaceholder: string;
|
|
154
|
+
addNoteAction: string;
|
|
155
|
+
saving: string;
|
|
156
|
+
noServices: string;
|
|
157
|
+
noNotes: string;
|
|
158
|
+
noContactInformation: string;
|
|
159
|
+
descriptionLabel: string;
|
|
160
|
+
emailLabel: string;
|
|
161
|
+
phoneLabel: string;
|
|
162
|
+
websiteLabel: string;
|
|
163
|
+
addressLabel: string;
|
|
164
|
+
cityLabel: string;
|
|
165
|
+
countryLabel: string;
|
|
166
|
+
defaultCurrencyLabel: string;
|
|
167
|
+
nameLabel: string;
|
|
168
|
+
createdLabel: string;
|
|
169
|
+
updatedLabel: string;
|
|
170
|
+
typeHotel: string;
|
|
171
|
+
typeTransfer: string;
|
|
172
|
+
typeGuide: string;
|
|
173
|
+
typeExperience: string;
|
|
174
|
+
typeAirline: string;
|
|
175
|
+
typeRestaurant: string;
|
|
176
|
+
typeOther: string;
|
|
177
|
+
statusActive: string;
|
|
178
|
+
statusInactive: string;
|
|
179
|
+
statusPending: string;
|
|
180
|
+
supplierDialogEditTitle: string;
|
|
181
|
+
supplierDialogNewTitle: string;
|
|
182
|
+
supplierTypeLabel: string;
|
|
183
|
+
supplierStatusLabel: string;
|
|
184
|
+
supplierNameLabel: string;
|
|
185
|
+
supplierNamePlaceholder: string;
|
|
186
|
+
supplierDescriptionLabel: string;
|
|
187
|
+
supplierDescriptionPlaceholder: string;
|
|
188
|
+
supplierEmailPlaceholder: string;
|
|
189
|
+
supplierPhonePlaceholder: string;
|
|
190
|
+
supplierWebsitePlaceholder: string;
|
|
191
|
+
supplierAddressPlaceholder: string;
|
|
192
|
+
supplierCityPlaceholder: string;
|
|
193
|
+
supplierDefaultCurrencyLabel: string;
|
|
194
|
+
primaryContactSectionTitle: string;
|
|
195
|
+
contactNamePlaceholder: string;
|
|
196
|
+
contactEmailPlaceholder: string;
|
|
197
|
+
contactPhonePlaceholder: string;
|
|
198
|
+
validationNameRequired: string;
|
|
199
|
+
validationIsoCurrency: string;
|
|
200
|
+
cancel: string;
|
|
201
|
+
saveChanges: string;
|
|
202
|
+
createSupplier: string;
|
|
203
|
+
serviceDialogEditTitle: string;
|
|
204
|
+
serviceDialogNewTitle: string;
|
|
205
|
+
serviceTypeLabel: string;
|
|
206
|
+
serviceTypeAccommodation: string;
|
|
207
|
+
serviceTypeTransfer: string;
|
|
208
|
+
serviceTypeExperience: string;
|
|
209
|
+
serviceTypeGuide: string;
|
|
210
|
+
serviceTypeMeal: string;
|
|
211
|
+
serviceTypeOther: string;
|
|
212
|
+
serviceNameLabel: string;
|
|
213
|
+
serviceNamePlaceholder: string;
|
|
214
|
+
serviceDescriptionLabel: string;
|
|
215
|
+
serviceDescriptionPlaceholder: string;
|
|
216
|
+
durationLabel: string;
|
|
217
|
+
durationPlaceholder: string;
|
|
218
|
+
capacityLabel: string;
|
|
219
|
+
capacityPlaceholder: string;
|
|
220
|
+
activeToggleLabel: string;
|
|
221
|
+
createService: string;
|
|
222
|
+
serviceDeleteConfirm: string;
|
|
223
|
+
ratesTitle: string;
|
|
224
|
+
addRateAction: string;
|
|
225
|
+
noRates: string;
|
|
226
|
+
rateColumnName: string;
|
|
227
|
+
rateColumnAmount: string;
|
|
228
|
+
rateColumnUnit: string;
|
|
229
|
+
rateColumnValid: string;
|
|
230
|
+
rateColumnPax: string;
|
|
231
|
+
inactiveBadge: string;
|
|
232
|
+
maxPaxSummary: string;
|
|
233
|
+
rateDialogEditTitle: string;
|
|
234
|
+
rateDialogNewTitle: string;
|
|
235
|
+
rateNameLabel: string;
|
|
236
|
+
rateNamePlaceholder: string;
|
|
237
|
+
rateCurrencyLabel: string;
|
|
238
|
+
rateAmountLabel: string;
|
|
239
|
+
rateUnitLabel: string;
|
|
240
|
+
rateUnitPerPerson: string;
|
|
241
|
+
rateUnitPerGroup: string;
|
|
242
|
+
rateUnitPerNight: string;
|
|
243
|
+
rateUnitPerVehicle: string;
|
|
244
|
+
rateUnitFlat: string;
|
|
245
|
+
validFromLabel: string;
|
|
246
|
+
validToLabel: string;
|
|
247
|
+
minPaxLabel: string;
|
|
248
|
+
maxPaxLabel: string;
|
|
249
|
+
rateNotesLabel: string;
|
|
250
|
+
rateNotesPlaceholder: string;
|
|
251
|
+
validationAmountNonNegative: string;
|
|
252
|
+
createRate: string;
|
|
253
|
+
rateDeleteConfirm: string;
|
|
254
|
+
unknownRange: string;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
export type AdminSuppliersModuleMessages = LocaleMessageSchema<(typeof adminSuppliersModuleMessages)["en"]>;
|
|
259
|
+
//# sourceMappingURL=suppliers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suppliers.d.ts","sourceRoot":"","sources":["../../src/admin/suppliers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+PxC,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG,mBAAmB,CAC5D,CAAC,OAAO,4BAA4B,CAAC,CAAC,IAAI,CAAC,CAC5C,CAAA"}
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
export const adminSuppliersModuleMessages = {
|
|
2
|
+
en: {
|
|
3
|
+
suppliersModule: {
|
|
4
|
+
pageTitle: "Suppliers",
|
|
5
|
+
pageDescription: "Manage your hotels, transfers, guides, and service providers.",
|
|
6
|
+
newAction: "New Supplier",
|
|
7
|
+
searchPlaceholder: "Search suppliers...",
|
|
8
|
+
columnName: "Name",
|
|
9
|
+
columnType: "Type",
|
|
10
|
+
columnStatus: "Status",
|
|
11
|
+
columnCity: "City",
|
|
12
|
+
columnCountry: "Country",
|
|
13
|
+
columnCurrency: "Currency",
|
|
14
|
+
noValue: "-",
|
|
15
|
+
notFound: "Supplier not found",
|
|
16
|
+
backToSuppliers: "Back to Suppliers",
|
|
17
|
+
editAction: "Edit",
|
|
18
|
+
deleteAction: "Delete",
|
|
19
|
+
deleteConfirm: "Are you sure you want to delete this supplier?",
|
|
20
|
+
detailsTitle: "Supplier Details",
|
|
21
|
+
primaryContactTitle: "Primary Contact",
|
|
22
|
+
servicesTitle: "Services",
|
|
23
|
+
notesTitle: "Notes",
|
|
24
|
+
addServiceAction: "Add Service",
|
|
25
|
+
addNotePlaceholder: "Add a note...",
|
|
26
|
+
addNoteAction: "Add",
|
|
27
|
+
saving: "Saving...",
|
|
28
|
+
noServices: "No services yet.",
|
|
29
|
+
noNotes: "No notes yet.",
|
|
30
|
+
noContactInformation: "No contact information.",
|
|
31
|
+
descriptionLabel: "Description",
|
|
32
|
+
emailLabel: "Email",
|
|
33
|
+
phoneLabel: "Phone",
|
|
34
|
+
websiteLabel: "Website",
|
|
35
|
+
addressLabel: "Address",
|
|
36
|
+
cityLabel: "City",
|
|
37
|
+
countryLabel: "Country",
|
|
38
|
+
defaultCurrencyLabel: "Default Currency",
|
|
39
|
+
nameLabel: "Name",
|
|
40
|
+
createdLabel: "Created",
|
|
41
|
+
updatedLabel: "Updated",
|
|
42
|
+
typeHotel: "Hotel",
|
|
43
|
+
typeTransfer: "Transfer",
|
|
44
|
+
typeGuide: "Guide",
|
|
45
|
+
typeExperience: "Experience",
|
|
46
|
+
typeAirline: "Airline",
|
|
47
|
+
typeRestaurant: "Restaurant",
|
|
48
|
+
typeOther: "Other",
|
|
49
|
+
statusActive: "Active",
|
|
50
|
+
statusInactive: "Inactive",
|
|
51
|
+
statusPending: "Pending",
|
|
52
|
+
supplierDialogEditTitle: "Edit Supplier",
|
|
53
|
+
supplierDialogNewTitle: "New Supplier",
|
|
54
|
+
supplierTypeLabel: "Type",
|
|
55
|
+
supplierStatusLabel: "Status",
|
|
56
|
+
supplierNameLabel: "Name",
|
|
57
|
+
supplierNamePlaceholder: "Supplier name",
|
|
58
|
+
supplierDescriptionLabel: "Description",
|
|
59
|
+
supplierDescriptionPlaceholder: "Brief description...",
|
|
60
|
+
supplierEmailPlaceholder: "info@supplier.com",
|
|
61
|
+
supplierPhonePlaceholder: "+1 234 567 890",
|
|
62
|
+
supplierWebsitePlaceholder: "https://supplier.com",
|
|
63
|
+
supplierAddressPlaceholder: "123 Main St",
|
|
64
|
+
supplierCityPlaceholder: "Dubrovnik",
|
|
65
|
+
supplierDefaultCurrencyLabel: "Default Currency",
|
|
66
|
+
primaryContactSectionTitle: "Primary Contact",
|
|
67
|
+
contactNamePlaceholder: "John Doe",
|
|
68
|
+
contactEmailPlaceholder: "john@supplier.com",
|
|
69
|
+
contactPhonePlaceholder: "+1 234 567 890",
|
|
70
|
+
validationNameRequired: "Name is required",
|
|
71
|
+
validationIsoCurrency: "Use 3-letter ISO code",
|
|
72
|
+
cancel: "Cancel",
|
|
73
|
+
saveChanges: "Save Changes",
|
|
74
|
+
createSupplier: "Create Supplier",
|
|
75
|
+
serviceDialogEditTitle: "Edit Service",
|
|
76
|
+
serviceDialogNewTitle: "Add Service",
|
|
77
|
+
serviceTypeLabel: "Service Type",
|
|
78
|
+
serviceTypeAccommodation: "Accommodation",
|
|
79
|
+
serviceTypeTransfer: "Transfer",
|
|
80
|
+
serviceTypeExperience: "Experience",
|
|
81
|
+
serviceTypeGuide: "Guide",
|
|
82
|
+
serviceTypeMeal: "Meal",
|
|
83
|
+
serviceTypeOther: "Other",
|
|
84
|
+
serviceNameLabel: "Name",
|
|
85
|
+
serviceNamePlaceholder: "Deluxe Sea View Room",
|
|
86
|
+
serviceDescriptionLabel: "Description",
|
|
87
|
+
serviceDescriptionPlaceholder: "Service description...",
|
|
88
|
+
durationLabel: "Duration",
|
|
89
|
+
durationPlaceholder: "3 hours, per night, etc.",
|
|
90
|
+
capacityLabel: "Capacity (max pax)",
|
|
91
|
+
capacityPlaceholder: "10",
|
|
92
|
+
activeToggleLabel: "Active",
|
|
93
|
+
createService: "Add Service",
|
|
94
|
+
serviceDeleteConfirm: "Delete this service and all its rates?",
|
|
95
|
+
ratesTitle: "Rates",
|
|
96
|
+
addRateAction: "Add Rate",
|
|
97
|
+
noRates: "No rates yet.",
|
|
98
|
+
rateColumnName: "Name",
|
|
99
|
+
rateColumnAmount: "Amount",
|
|
100
|
+
rateColumnUnit: "Unit",
|
|
101
|
+
rateColumnValid: "Valid",
|
|
102
|
+
rateColumnPax: "Pax",
|
|
103
|
+
inactiveBadge: "Inactive",
|
|
104
|
+
maxPaxSummary: "max {count} pax",
|
|
105
|
+
rateDialogEditTitle: "Edit Rate",
|
|
106
|
+
rateDialogNewTitle: "Add Rate",
|
|
107
|
+
rateNameLabel: "Name / Season",
|
|
108
|
+
rateNamePlaceholder: "Summer 2025",
|
|
109
|
+
rateCurrencyLabel: "Currency",
|
|
110
|
+
rateAmountLabel: "Amount",
|
|
111
|
+
rateUnitLabel: "Unit",
|
|
112
|
+
rateUnitPerPerson: "Per person",
|
|
113
|
+
rateUnitPerGroup: "Per group",
|
|
114
|
+
rateUnitPerNight: "Per night",
|
|
115
|
+
rateUnitPerVehicle: "Per vehicle",
|
|
116
|
+
rateUnitFlat: "Flat",
|
|
117
|
+
validFromLabel: "Valid From",
|
|
118
|
+
validToLabel: "Valid To",
|
|
119
|
+
minPaxLabel: "Min Pax",
|
|
120
|
+
maxPaxLabel: "Max Pax",
|
|
121
|
+
rateNotesLabel: "Notes",
|
|
122
|
+
rateNotesPlaceholder: "Additional pricing notes...",
|
|
123
|
+
validationAmountNonNegative: "Amount must be non-negative",
|
|
124
|
+
createRate: "Add Rate",
|
|
125
|
+
rateDeleteConfirm: "Delete this rate?",
|
|
126
|
+
unknownRange: "?",
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
ro: {
|
|
130
|
+
suppliersModule: {
|
|
131
|
+
pageTitle: "Suppliers",
|
|
132
|
+
pageDescription: "Manage your hotels, transfers, guides, and service providers.",
|
|
133
|
+
newAction: "New Supplier",
|
|
134
|
+
searchPlaceholder: "Search suppliers...",
|
|
135
|
+
columnName: "Name",
|
|
136
|
+
columnType: "Type",
|
|
137
|
+
columnStatus: "Status",
|
|
138
|
+
columnCity: "City",
|
|
139
|
+
columnCountry: "Country",
|
|
140
|
+
columnCurrency: "Currency",
|
|
141
|
+
noValue: "-",
|
|
142
|
+
notFound: "Supplier not found",
|
|
143
|
+
backToSuppliers: "Back to Suppliers",
|
|
144
|
+
editAction: "Edit",
|
|
145
|
+
deleteAction: "Delete",
|
|
146
|
+
deleteConfirm: "Are you sure you want to delete this supplier?",
|
|
147
|
+
detailsTitle: "Supplier Details",
|
|
148
|
+
primaryContactTitle: "Primary Contact",
|
|
149
|
+
servicesTitle: "Services",
|
|
150
|
+
notesTitle: "Notes",
|
|
151
|
+
addServiceAction: "Add Service",
|
|
152
|
+
addNotePlaceholder: "Add a note...",
|
|
153
|
+
addNoteAction: "Add",
|
|
154
|
+
saving: "Saving...",
|
|
155
|
+
noServices: "No services yet.",
|
|
156
|
+
noNotes: "No notes yet.",
|
|
157
|
+
noContactInformation: "No contact information.",
|
|
158
|
+
descriptionLabel: "Description",
|
|
159
|
+
emailLabel: "Email",
|
|
160
|
+
phoneLabel: "Phone",
|
|
161
|
+
websiteLabel: "Website",
|
|
162
|
+
addressLabel: "Address",
|
|
163
|
+
cityLabel: "City",
|
|
164
|
+
countryLabel: "Country",
|
|
165
|
+
defaultCurrencyLabel: "Default Currency",
|
|
166
|
+
nameLabel: "Name",
|
|
167
|
+
createdLabel: "Created",
|
|
168
|
+
updatedLabel: "Updated",
|
|
169
|
+
typeHotel: "Hotel",
|
|
170
|
+
typeTransfer: "Transfer",
|
|
171
|
+
typeGuide: "Guide",
|
|
172
|
+
typeExperience: "Experience",
|
|
173
|
+
typeAirline: "Airline",
|
|
174
|
+
typeRestaurant: "Restaurant",
|
|
175
|
+
typeOther: "Other",
|
|
176
|
+
statusActive: "Active",
|
|
177
|
+
statusInactive: "Inactive",
|
|
178
|
+
statusPending: "Pending",
|
|
179
|
+
supplierDialogEditTitle: "Edit Supplier",
|
|
180
|
+
supplierDialogNewTitle: "New Supplier",
|
|
181
|
+
supplierTypeLabel: "Type",
|
|
182
|
+
supplierStatusLabel: "Status",
|
|
183
|
+
supplierNameLabel: "Name",
|
|
184
|
+
supplierNamePlaceholder: "Supplier name",
|
|
185
|
+
supplierDescriptionLabel: "Description",
|
|
186
|
+
supplierDescriptionPlaceholder: "Brief description...",
|
|
187
|
+
supplierEmailPlaceholder: "info@supplier.com",
|
|
188
|
+
supplierPhonePlaceholder: "+1 234 567 890",
|
|
189
|
+
supplierWebsitePlaceholder: "https://supplier.com",
|
|
190
|
+
supplierAddressPlaceholder: "123 Main St",
|
|
191
|
+
supplierCityPlaceholder: "Dubrovnik",
|
|
192
|
+
supplierDefaultCurrencyLabel: "Default Currency",
|
|
193
|
+
primaryContactSectionTitle: "Primary Contact",
|
|
194
|
+
contactNamePlaceholder: "John Doe",
|
|
195
|
+
contactEmailPlaceholder: "john@supplier.com",
|
|
196
|
+
contactPhonePlaceholder: "+1 234 567 890",
|
|
197
|
+
validationNameRequired: "Name is required",
|
|
198
|
+
validationIsoCurrency: "Use 3-letter ISO code",
|
|
199
|
+
cancel: "Cancel",
|
|
200
|
+
saveChanges: "Save Changes",
|
|
201
|
+
createSupplier: "Create Supplier",
|
|
202
|
+
serviceDialogEditTitle: "Edit Service",
|
|
203
|
+
serviceDialogNewTitle: "Add Service",
|
|
204
|
+
serviceTypeLabel: "Service Type",
|
|
205
|
+
serviceTypeAccommodation: "Accommodation",
|
|
206
|
+
serviceTypeTransfer: "Transfer",
|
|
207
|
+
serviceTypeExperience: "Experience",
|
|
208
|
+
serviceTypeGuide: "Guide",
|
|
209
|
+
serviceTypeMeal: "Meal",
|
|
210
|
+
serviceTypeOther: "Other",
|
|
211
|
+
serviceNameLabel: "Name",
|
|
212
|
+
serviceNamePlaceholder: "Deluxe Sea View Room",
|
|
213
|
+
serviceDescriptionLabel: "Description",
|
|
214
|
+
serviceDescriptionPlaceholder: "Service description...",
|
|
215
|
+
durationLabel: "Duration",
|
|
216
|
+
durationPlaceholder: "3 hours, per night, etc.",
|
|
217
|
+
capacityLabel: "Capacity (max pax)",
|
|
218
|
+
capacityPlaceholder: "10",
|
|
219
|
+
activeToggleLabel: "Active",
|
|
220
|
+
createService: "Add Service",
|
|
221
|
+
serviceDeleteConfirm: "Delete this service and all its rates?",
|
|
222
|
+
ratesTitle: "Rates",
|
|
223
|
+
addRateAction: "Add Rate",
|
|
224
|
+
noRates: "No rates yet.",
|
|
225
|
+
rateColumnName: "Name",
|
|
226
|
+
rateColumnAmount: "Amount",
|
|
227
|
+
rateColumnUnit: "Unit",
|
|
228
|
+
rateColumnValid: "Valid",
|
|
229
|
+
rateColumnPax: "Pax",
|
|
230
|
+
inactiveBadge: "Inactive",
|
|
231
|
+
maxPaxSummary: "max {count} pax",
|
|
232
|
+
rateDialogEditTitle: "Edit Rate",
|
|
233
|
+
rateDialogNewTitle: "Add Rate",
|
|
234
|
+
rateNameLabel: "Name / Season",
|
|
235
|
+
rateNamePlaceholder: "Summer 2025",
|
|
236
|
+
rateCurrencyLabel: "Currency",
|
|
237
|
+
rateAmountLabel: "Amount",
|
|
238
|
+
rateUnitLabel: "Unit",
|
|
239
|
+
rateUnitPerPerson: "Per person",
|
|
240
|
+
rateUnitPerGroup: "Per group",
|
|
241
|
+
rateUnitPerNight: "Per night",
|
|
242
|
+
rateUnitPerVehicle: "Per vehicle",
|
|
243
|
+
rateUnitFlat: "Flat",
|
|
244
|
+
validFromLabel: "Valid From",
|
|
245
|
+
validToLabel: "Valid To",
|
|
246
|
+
minPaxLabel: "Min Pax",
|
|
247
|
+
maxPaxLabel: "Max Pax",
|
|
248
|
+
rateNotesLabel: "Notes",
|
|
249
|
+
rateNotesPlaceholder: "Additional pricing notes...",
|
|
250
|
+
validationAmountNonNegative: "Amount must be non-negative",
|
|
251
|
+
createRate: "Add Rate",
|
|
252
|
+
rateDeleteConfirm: "Delete this rate?",
|
|
253
|
+
unknownRange: "?",
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export type AdminTeamMessages = {
|
|
2
|
+
team: {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
pendingInvitations: string;
|
|
6
|
+
noOutstandingInvitations: string;
|
|
7
|
+
invitationWaitingSingular: string;
|
|
8
|
+
invitationWaitingPlural: string;
|
|
9
|
+
nothingHereYet: string;
|
|
10
|
+
revoke: string;
|
|
11
|
+
revokeConfirm: string;
|
|
12
|
+
expires: string;
|
|
13
|
+
history: string;
|
|
14
|
+
historyDescription: string;
|
|
15
|
+
redeemed: string;
|
|
16
|
+
expired: string;
|
|
17
|
+
inviteMember: string;
|
|
18
|
+
inviteDialogTitle: string;
|
|
19
|
+
inviteDialogDescription: string;
|
|
20
|
+
inviteCreated: string;
|
|
21
|
+
inviteEmailSentSuffix: string;
|
|
22
|
+
inviteManualShareSuffix: string;
|
|
23
|
+
acceptLink: string;
|
|
24
|
+
copied: string;
|
|
25
|
+
copy: string;
|
|
26
|
+
done: string;
|
|
27
|
+
errorCouldNotSendInvitation: string;
|
|
28
|
+
emailLabel: string;
|
|
29
|
+
emailPlaceholder: string;
|
|
30
|
+
cancel: string;
|
|
31
|
+
sendInvitation: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export declare const adminTeamMessages: {
|
|
35
|
+
en: {
|
|
36
|
+
team: {
|
|
37
|
+
title: string;
|
|
38
|
+
description: string;
|
|
39
|
+
pendingInvitations: string;
|
|
40
|
+
noOutstandingInvitations: string;
|
|
41
|
+
invitationWaitingSingular: string;
|
|
42
|
+
invitationWaitingPlural: string;
|
|
43
|
+
nothingHereYet: string;
|
|
44
|
+
revoke: string;
|
|
45
|
+
revokeConfirm: string;
|
|
46
|
+
expires: string;
|
|
47
|
+
history: string;
|
|
48
|
+
historyDescription: string;
|
|
49
|
+
redeemed: string;
|
|
50
|
+
expired: string;
|
|
51
|
+
inviteMember: string;
|
|
52
|
+
inviteDialogTitle: string;
|
|
53
|
+
inviteDialogDescription: string;
|
|
54
|
+
inviteCreated: string;
|
|
55
|
+
inviteEmailSentSuffix: string;
|
|
56
|
+
inviteManualShareSuffix: string;
|
|
57
|
+
acceptLink: string;
|
|
58
|
+
copied: string;
|
|
59
|
+
copy: string;
|
|
60
|
+
done: string;
|
|
61
|
+
errorCouldNotSendInvitation: string;
|
|
62
|
+
emailLabel: string;
|
|
63
|
+
emailPlaceholder: string;
|
|
64
|
+
cancel: string;
|
|
65
|
+
sendInvitation: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
ro: {
|
|
69
|
+
team: {
|
|
70
|
+
title: string;
|
|
71
|
+
description: string;
|
|
72
|
+
pendingInvitations: string;
|
|
73
|
+
noOutstandingInvitations: string;
|
|
74
|
+
invitationWaitingSingular: string;
|
|
75
|
+
invitationWaitingPlural: string;
|
|
76
|
+
nothingHereYet: string;
|
|
77
|
+
revoke: string;
|
|
78
|
+
revokeConfirm: string;
|
|
79
|
+
expires: string;
|
|
80
|
+
history: string;
|
|
81
|
+
historyDescription: string;
|
|
82
|
+
redeemed: string;
|
|
83
|
+
expired: string;
|
|
84
|
+
inviteMember: string;
|
|
85
|
+
inviteDialogTitle: string;
|
|
86
|
+
inviteDialogDescription: string;
|
|
87
|
+
inviteCreated: string;
|
|
88
|
+
inviteEmailSentSuffix: string;
|
|
89
|
+
inviteManualShareSuffix: string;
|
|
90
|
+
acceptLink: string;
|
|
91
|
+
copied: string;
|
|
92
|
+
copy: string;
|
|
93
|
+
done: string;
|
|
94
|
+
errorCouldNotSendInvitation: string;
|
|
95
|
+
emailLabel: string;
|
|
96
|
+
emailPlaceholder: string;
|
|
97
|
+
cancel: string;
|
|
98
|
+
sendInvitation: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
//# sourceMappingURL=team.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"team.d.ts","sourceRoot":"","sources":["../../src/admin/team.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAA;QACb,WAAW,EAAE,MAAM,CAAA;QACnB,kBAAkB,EAAE,MAAM,CAAA;QAC1B,wBAAwB,EAAE,MAAM,CAAA;QAChC,yBAAyB,EAAE,MAAM,CAAA;QACjC,uBAAuB,EAAE,MAAM,CAAA;QAC/B,cAAc,EAAE,MAAM,CAAA;QACtB,MAAM,EAAE,MAAM,CAAA;QACd,aAAa,EAAE,MAAM,CAAA;QACrB,OAAO,EAAE,MAAM,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;QACf,kBAAkB,EAAE,MAAM,CAAA;QAC1B,QAAQ,EAAE,MAAM,CAAA;QAChB,OAAO,EAAE,MAAM,CAAA;QACf,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;QACzB,uBAAuB,EAAE,MAAM,CAAA;QAC/B,aAAa,EAAE,MAAM,CAAA;QACrB,qBAAqB,EAAE,MAAM,CAAA;QAC7B,uBAAuB,EAAE,MAAM,CAAA;QAC/B,UAAU,EAAE,MAAM,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;QACd,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,2BAA2B,EAAE,MAAM,CAAA;QACnC,UAAU,EAAE,MAAM,CAAA;QAClB,gBAAgB,EAAE,MAAM,CAAA;QACxB,MAAM,EAAE,MAAM,CAAA;QACd,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;CACF,CAAA;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwE7B,CAAA"}
|