@voyantjs/i18n 0.64.0 → 0.66.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/action-ledger-operator.d.ts +378 -0
- package/dist/admin/action-ledger-operator.d.ts.map +1 -0
- package/dist/admin/action-ledger-operator.js +375 -0
- package/dist/admin/app-operator.d.ts +3 -1
- package/dist/admin/app-operator.d.ts.map +1 -1
- package/dist/admin/app-operator.js +3 -1
- package/dist/admin/availability.d.ts +90 -0
- package/dist/admin/availability.d.ts.map +1 -1
- package/dist/admin/availability.js +90 -0
- package/dist/admin/bookings.d.ts +288 -0
- package/dist/admin/bookings.d.ts.map +1 -1
- package/dist/admin/bookings.js +288 -0
- package/dist/admin/legal-operator.d.ts +486 -0
- package/dist/admin/legal-operator.d.ts.map +1 -0
- package/dist/admin/legal-operator.js +483 -0
- package/dist/admin/products-dmc.d.ts +26 -0
- package/dist/admin/products-dmc.d.ts.map +1 -1
- package/dist/admin/products-dmc.js +26 -0
- package/dist/admin/products-operator.d.ts +108 -0
- package/dist/admin/products-operator.d.ts.map +1 -1
- package/dist/admin/products-operator.js +108 -0
- package/dist/admin/resources.d.ts +4 -0
- package/dist/admin/resources.d.ts.map +1 -1
- package/dist/admin/resources.js +4 -0
- package/dist/admin/settings-operator.d.ts +122 -0
- package/dist/admin/settings-operator.d.ts.map +1 -1
- package/dist/admin/settings-operator.js +122 -0
- package/dist/admin/trips.d.ts +566 -0
- package/dist/admin/trips.d.ts.map +1 -1
- package/dist/admin/trips.js +566 -0
- package/package.json +1 -1
|
@@ -302,6 +302,12 @@ export declare const operatorAdminProductsMessages: {
|
|
|
302
302
|
cancel: string;
|
|
303
303
|
create: string;
|
|
304
304
|
save: string;
|
|
305
|
+
formLabel: string;
|
|
306
|
+
defaultBadge: string;
|
|
307
|
+
defaultWithName: string;
|
|
308
|
+
customOverride: string;
|
|
309
|
+
daysLoadFailed: string;
|
|
310
|
+
overrideHint: string;
|
|
305
311
|
};
|
|
306
312
|
services: {
|
|
307
313
|
editTitle: string;
|
|
@@ -535,6 +541,54 @@ export declare const operatorAdminProductsMessages: {
|
|
|
535
541
|
tableCost: string;
|
|
536
542
|
tableQuantity: string;
|
|
537
543
|
};
|
|
544
|
+
catalogBookingToasts: {
|
|
545
|
+
bookedSuccess: string;
|
|
546
|
+
viewBookings: string;
|
|
547
|
+
bookFailed: string;
|
|
548
|
+
};
|
|
549
|
+
catalogBrowser: {
|
|
550
|
+
defaultMarket: string;
|
|
551
|
+
tagsReadOnly: string;
|
|
552
|
+
tagsUpdateFailed: string;
|
|
553
|
+
cannotBookYet: string;
|
|
554
|
+
missingSourceInfo: string;
|
|
555
|
+
};
|
|
556
|
+
paymentPolicy: {
|
|
557
|
+
title: string;
|
|
558
|
+
save: string;
|
|
559
|
+
inheritLabel: string;
|
|
560
|
+
inheritingBadge: string;
|
|
561
|
+
customBadge: string;
|
|
562
|
+
inheritHint: string;
|
|
563
|
+
previewHeading: string;
|
|
564
|
+
savedToast: string;
|
|
565
|
+
saveFailed: string;
|
|
566
|
+
};
|
|
567
|
+
marketRules: {
|
|
568
|
+
title: string;
|
|
569
|
+
description: string;
|
|
570
|
+
addMarketPlaceholder: string;
|
|
571
|
+
addMarketButton: string;
|
|
572
|
+
empty: string;
|
|
573
|
+
removeConfirm: string;
|
|
574
|
+
activeBadge: string;
|
|
575
|
+
inactiveBadge: string;
|
|
576
|
+
activeStatus: string;
|
|
577
|
+
inactiveStatus: string;
|
|
578
|
+
addFailed: string;
|
|
579
|
+
updateFailed: string;
|
|
580
|
+
removeFailed: string;
|
|
581
|
+
sellabilityOptions: {
|
|
582
|
+
sellable: string;
|
|
583
|
+
on_request: string;
|
|
584
|
+
unavailable: string;
|
|
585
|
+
};
|
|
586
|
+
visibilityOptions: {
|
|
587
|
+
public: string;
|
|
588
|
+
private: string;
|
|
589
|
+
hidden: string;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
538
592
|
};
|
|
539
593
|
};
|
|
540
594
|
};
|
|
@@ -840,6 +894,12 @@ export declare const operatorAdminProductsMessages: {
|
|
|
840
894
|
cancel: string;
|
|
841
895
|
create: string;
|
|
842
896
|
save: string;
|
|
897
|
+
formLabel: string;
|
|
898
|
+
defaultBadge: string;
|
|
899
|
+
defaultWithName: string;
|
|
900
|
+
customOverride: string;
|
|
901
|
+
daysLoadFailed: string;
|
|
902
|
+
overrideHint: string;
|
|
843
903
|
};
|
|
844
904
|
services: {
|
|
845
905
|
editTitle: string;
|
|
@@ -1073,6 +1133,54 @@ export declare const operatorAdminProductsMessages: {
|
|
|
1073
1133
|
tableCost: string;
|
|
1074
1134
|
tableQuantity: string;
|
|
1075
1135
|
};
|
|
1136
|
+
catalogBookingToasts: {
|
|
1137
|
+
bookedSuccess: string;
|
|
1138
|
+
viewBookings: string;
|
|
1139
|
+
bookFailed: string;
|
|
1140
|
+
};
|
|
1141
|
+
catalogBrowser: {
|
|
1142
|
+
defaultMarket: string;
|
|
1143
|
+
tagsReadOnly: string;
|
|
1144
|
+
tagsUpdateFailed: string;
|
|
1145
|
+
cannotBookYet: string;
|
|
1146
|
+
missingSourceInfo: string;
|
|
1147
|
+
};
|
|
1148
|
+
paymentPolicy: {
|
|
1149
|
+
title: string;
|
|
1150
|
+
save: string;
|
|
1151
|
+
inheritLabel: string;
|
|
1152
|
+
inheritingBadge: string;
|
|
1153
|
+
customBadge: string;
|
|
1154
|
+
inheritHint: string;
|
|
1155
|
+
previewHeading: string;
|
|
1156
|
+
savedToast: string;
|
|
1157
|
+
saveFailed: string;
|
|
1158
|
+
};
|
|
1159
|
+
marketRules: {
|
|
1160
|
+
title: string;
|
|
1161
|
+
description: string;
|
|
1162
|
+
addMarketPlaceholder: string;
|
|
1163
|
+
addMarketButton: string;
|
|
1164
|
+
empty: string;
|
|
1165
|
+
removeConfirm: string;
|
|
1166
|
+
activeBadge: string;
|
|
1167
|
+
inactiveBadge: string;
|
|
1168
|
+
activeStatus: string;
|
|
1169
|
+
inactiveStatus: string;
|
|
1170
|
+
addFailed: string;
|
|
1171
|
+
updateFailed: string;
|
|
1172
|
+
removeFailed: string;
|
|
1173
|
+
sellabilityOptions: {
|
|
1174
|
+
sellable: string;
|
|
1175
|
+
on_request: string;
|
|
1176
|
+
unavailable: string;
|
|
1177
|
+
};
|
|
1178
|
+
visibilityOptions: {
|
|
1179
|
+
public: string;
|
|
1180
|
+
private: string;
|
|
1181
|
+
hidden: string;
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
1076
1184
|
};
|
|
1077
1185
|
};
|
|
1078
1186
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4rCzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
|
|
@@ -302,6 +302,12 @@ export const operatorAdminProductsMessages = {
|
|
|
302
302
|
cancel: "Cancel",
|
|
303
303
|
create: "Create itinerary",
|
|
304
304
|
save: "Save changes",
|
|
305
|
+
formLabel: "Itinerary",
|
|
306
|
+
defaultBadge: "Default",
|
|
307
|
+
defaultWithName: "Default: {name}",
|
|
308
|
+
customOverride: "Custom override",
|
|
309
|
+
daysLoadFailed: "Failed to load itinerary days.",
|
|
310
|
+
overrideHint: "Override which itinerary this departure follows. Default tracks whichever itinerary is marked as default.",
|
|
305
311
|
},
|
|
306
312
|
// days: removed — owned by `@voyantjs/products-ui`'s day-* primitives.
|
|
307
313
|
services: {
|
|
@@ -537,6 +543,54 @@ export const operatorAdminProductsMessages = {
|
|
|
537
543
|
tableCost: "Cost",
|
|
538
544
|
tableQuantity: "Qty",
|
|
539
545
|
},
|
|
546
|
+
catalogBookingToasts: {
|
|
547
|
+
bookedSuccess: "Booked - order {ref}... ({status})",
|
|
548
|
+
viewBookings: "View bookings",
|
|
549
|
+
bookFailed: "Book request failed: {message}",
|
|
550
|
+
},
|
|
551
|
+
catalogBrowser: {
|
|
552
|
+
defaultMarket: "Default market",
|
|
553
|
+
tagsReadOnly: "Tags can only be edited on owned products.",
|
|
554
|
+
tagsUpdateFailed: "Could not update tags.",
|
|
555
|
+
cannotBookYet: "This catalog row cannot be booked yet.",
|
|
556
|
+
missingSourceInfo: "The catalog record is missing source information.",
|
|
557
|
+
},
|
|
558
|
+
paymentPolicy: {
|
|
559
|
+
title: "Customer payment policy",
|
|
560
|
+
save: "Save",
|
|
561
|
+
inheritLabel: "Inherit from parent",
|
|
562
|
+
inheritingBadge: "Inheriting",
|
|
563
|
+
customBadge: "Custom",
|
|
564
|
+
inheritHint: "When on, falls back to the next-broader policy (category, supplier, operator default). Switch off to set an explicit policy on this product.",
|
|
565
|
+
previewHeading: "Preview",
|
|
566
|
+
savedToast: "Customer payment policy saved",
|
|
567
|
+
saveFailed: "Failed to save policy",
|
|
568
|
+
},
|
|
569
|
+
marketRules: {
|
|
570
|
+
title: "Markets",
|
|
571
|
+
description: "Product-level market availability, visibility, and sellability.",
|
|
572
|
+
addMarketPlaceholder: "Add market",
|
|
573
|
+
addMarketButton: "Add Market",
|
|
574
|
+
empty: "No market rules yet. Without a rule, the product follows global market defaults.",
|
|
575
|
+
removeConfirm: "Remove {market} from this product?",
|
|
576
|
+
activeBadge: "Active",
|
|
577
|
+
inactiveBadge: "Inactive",
|
|
578
|
+
activeStatus: "Active",
|
|
579
|
+
inactiveStatus: "Inactive",
|
|
580
|
+
addFailed: "Could not add market rule.",
|
|
581
|
+
updateFailed: "Could not update market rule.",
|
|
582
|
+
removeFailed: "Could not remove market rule.",
|
|
583
|
+
sellabilityOptions: {
|
|
584
|
+
sellable: "Sellable",
|
|
585
|
+
on_request: "On request",
|
|
586
|
+
unavailable: "Unavailable",
|
|
587
|
+
},
|
|
588
|
+
visibilityOptions: {
|
|
589
|
+
public: "Public",
|
|
590
|
+
private: "Private",
|
|
591
|
+
hidden: "Hidden",
|
|
592
|
+
},
|
|
593
|
+
},
|
|
540
594
|
// versions: removed — owned by `@voyantjs/products-ui`'s product-version-dialog.
|
|
541
595
|
},
|
|
542
596
|
},
|
|
@@ -843,6 +897,12 @@ export const operatorAdminProductsMessages = {
|
|
|
843
897
|
cancel: "Anuleaza",
|
|
844
898
|
create: "Creeaza itinerariul",
|
|
845
899
|
save: "Salveaza",
|
|
900
|
+
formLabel: "Itinerariu",
|
|
901
|
+
defaultBadge: "Implicit",
|
|
902
|
+
defaultWithName: "Implicit: {name}",
|
|
903
|
+
customOverride: "Suprascriere personalizata",
|
|
904
|
+
daysLoadFailed: "Zilele de itinerariu nu au putut fi incarcate.",
|
|
905
|
+
overrideHint: "Suprascrie ce itinerariu urmeaza aceasta plecare. Implicit urmareste itinerariul marcat ca implicit.",
|
|
846
906
|
},
|
|
847
907
|
services: {
|
|
848
908
|
editTitle: "Editeaza serviciul",
|
|
@@ -1076,6 +1136,54 @@ export const operatorAdminProductsMessages = {
|
|
|
1076
1136
|
tableCost: "Cost",
|
|
1077
1137
|
tableQuantity: "Cant.",
|
|
1078
1138
|
},
|
|
1139
|
+
catalogBookingToasts: {
|
|
1140
|
+
bookedSuccess: "Rezervat - comanda {ref}... ({status})",
|
|
1141
|
+
viewBookings: "Vezi rezervarile",
|
|
1142
|
+
bookFailed: "Cererea de rezervare a esuat: {message}",
|
|
1143
|
+
},
|
|
1144
|
+
catalogBrowser: {
|
|
1145
|
+
defaultMarket: "Piata implicita",
|
|
1146
|
+
tagsReadOnly: "Tag-urile pot fi editate doar pentru produsele proprii.",
|
|
1147
|
+
tagsUpdateFailed: "Tag-urile nu au putut fi actualizate.",
|
|
1148
|
+
cannotBookYet: "Acest articol din catalog nu poate fi rezervat inca.",
|
|
1149
|
+
missingSourceInfo: "Inregistrarea din catalog nu are informatii despre sursa.",
|
|
1150
|
+
},
|
|
1151
|
+
paymentPolicy: {
|
|
1152
|
+
title: "Politica de plata pentru clienti",
|
|
1153
|
+
save: "Salveaza",
|
|
1154
|
+
inheritLabel: "Mosteneste de la nivelul superior",
|
|
1155
|
+
inheritingBadge: "Mostenita",
|
|
1156
|
+
customBadge: "Personalizata",
|
|
1157
|
+
inheritHint: "Cand este pornita, foloseste politica nivelului superior (categorie, furnizor, implicit operator). Dezactiveaza pentru a seta o politica explicita pentru acest produs.",
|
|
1158
|
+
previewHeading: "Previzualizare",
|
|
1159
|
+
savedToast: "Politica de plata a fost salvata",
|
|
1160
|
+
saveFailed: "Politica nu a putut fi salvata",
|
|
1161
|
+
},
|
|
1162
|
+
marketRules: {
|
|
1163
|
+
title: "Piete",
|
|
1164
|
+
description: "Disponibilitate, vizibilitate si vandabilitate per piata, la nivel de produs.",
|
|
1165
|
+
addMarketPlaceholder: "Adauga piata",
|
|
1166
|
+
addMarketButton: "Adauga piata",
|
|
1167
|
+
empty: "Nu exista inca reguli de piata. Fara reguli, produsul foloseste setarile globale de piata.",
|
|
1168
|
+
removeConfirm: "Elimini {market} de pe acest produs?",
|
|
1169
|
+
activeBadge: "Activ",
|
|
1170
|
+
inactiveBadge: "Inactiv",
|
|
1171
|
+
activeStatus: "Activ",
|
|
1172
|
+
inactiveStatus: "Inactiv",
|
|
1173
|
+
addFailed: "Regula de piata nu a putut fi adaugata.",
|
|
1174
|
+
updateFailed: "Regula de piata nu a putut fi actualizata.",
|
|
1175
|
+
removeFailed: "Regula de piata nu a putut fi eliminata.",
|
|
1176
|
+
sellabilityOptions: {
|
|
1177
|
+
sellable: "Vandabil",
|
|
1178
|
+
on_request: "La cerere",
|
|
1179
|
+
unavailable: "Indisponibil",
|
|
1180
|
+
},
|
|
1181
|
+
visibilityOptions: {
|
|
1182
|
+
public: "Public",
|
|
1183
|
+
private: "Privat",
|
|
1184
|
+
hidden: "Ascuns",
|
|
1185
|
+
},
|
|
1186
|
+
},
|
|
1079
1187
|
},
|
|
1080
1188
|
},
|
|
1081
1189
|
},
|
|
@@ -47,6 +47,8 @@ export declare const adminResourcesMessages: {
|
|
|
47
47
|
readonly slotLabel: "Slot";
|
|
48
48
|
readonly statusLabel: "Status";
|
|
49
49
|
readonly capacityLabel: "Capacity";
|
|
50
|
+
readonly nameLabel: "Name";
|
|
51
|
+
readonly kindLabel: "Kind";
|
|
50
52
|
readonly createdLabel: "Created";
|
|
51
53
|
readonly updatedLabel: "Updated";
|
|
52
54
|
readonly notesTitle: "Notes";
|
|
@@ -285,6 +287,8 @@ export declare const adminResourcesMessages: {
|
|
|
285
287
|
readonly slotLabel: "Slot";
|
|
286
288
|
readonly statusLabel: "Status";
|
|
287
289
|
readonly capacityLabel: "Capacitate";
|
|
290
|
+
readonly nameLabel: "Nume";
|
|
291
|
+
readonly kindLabel: "Tip";
|
|
288
292
|
readonly createdLabel: "Creat";
|
|
289
293
|
readonly updatedLabel: "Actualizat";
|
|
290
294
|
readonly notesTitle: "Note";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoezB,CAAA;AAEV,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC,CAAC,OAAO,sBAAsB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/resources.js
CHANGED
|
@@ -46,6 +46,8 @@ export const adminResourcesMessages = {
|
|
|
46
46
|
slotLabel: "Slot",
|
|
47
47
|
statusLabel: "Status",
|
|
48
48
|
capacityLabel: "Capacity",
|
|
49
|
+
nameLabel: "Name",
|
|
50
|
+
kindLabel: "Kind",
|
|
49
51
|
createdLabel: "Created",
|
|
50
52
|
updatedLabel: "Updated",
|
|
51
53
|
notesTitle: "Notes",
|
|
@@ -287,6 +289,8 @@ export const adminResourcesMessages = {
|
|
|
287
289
|
slotLabel: "Slot",
|
|
288
290
|
statusLabel: "Status",
|
|
289
291
|
capacityLabel: "Capacitate",
|
|
292
|
+
nameLabel: "Nume",
|
|
293
|
+
kindLabel: "Tip",
|
|
290
294
|
createdLabel: "Creat",
|
|
291
295
|
updatedLabel: "Actualizat",
|
|
292
296
|
notesTitle: "Note",
|
|
@@ -196,6 +196,67 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
196
196
|
savePolicyProfileFailed: string;
|
|
197
197
|
savePolicyRuleFailed: string;
|
|
198
198
|
};
|
|
199
|
+
bookingTaxSettings: {
|
|
200
|
+
title: string;
|
|
201
|
+
description: string;
|
|
202
|
+
catalogPriceModeLabel: string;
|
|
203
|
+
priceModeInclusive: string;
|
|
204
|
+
priceModeExclusive: string;
|
|
205
|
+
taxPolicyProfileLabel: string;
|
|
206
|
+
taxPolicyAutomatic: string;
|
|
207
|
+
savedToast: string;
|
|
208
|
+
saveFailed: string;
|
|
209
|
+
};
|
|
210
|
+
operatorProfilePage: {
|
|
211
|
+
title: string;
|
|
212
|
+
descriptionPrefix: string;
|
|
213
|
+
descriptionCodeFragment: string;
|
|
214
|
+
descriptionSuffix: string;
|
|
215
|
+
savedToast: string;
|
|
216
|
+
saveFailed: string;
|
|
217
|
+
saveChanges: string;
|
|
218
|
+
identity: {
|
|
219
|
+
title: string;
|
|
220
|
+
description: string;
|
|
221
|
+
nameLabel: string;
|
|
222
|
+
legalNameLabel: string;
|
|
223
|
+
vatIdLabel: string;
|
|
224
|
+
registrationNumberLabel: string;
|
|
225
|
+
};
|
|
226
|
+
contact: {
|
|
227
|
+
title: string;
|
|
228
|
+
addressLabel: string;
|
|
229
|
+
phoneLabel: string;
|
|
230
|
+
emailLabel: string;
|
|
231
|
+
websiteLabel: string;
|
|
232
|
+
};
|
|
233
|
+
paymentCollection: {
|
|
234
|
+
title: string;
|
|
235
|
+
description: string;
|
|
236
|
+
beneficiaryLabel: string;
|
|
237
|
+
beneficiaryPlaceholder: string;
|
|
238
|
+
ibanLabel: string;
|
|
239
|
+
bankLabel: string;
|
|
240
|
+
notesLabel: string;
|
|
241
|
+
};
|
|
242
|
+
license: {
|
|
243
|
+
title: string;
|
|
244
|
+
description: string;
|
|
245
|
+
licenseLabel: string;
|
|
246
|
+
authorityLabel: string;
|
|
247
|
+
};
|
|
248
|
+
signatory: {
|
|
249
|
+
title: string;
|
|
250
|
+
description: string;
|
|
251
|
+
nameLabel: string;
|
|
252
|
+
roleLabel: string;
|
|
253
|
+
rolePlaceholder: string;
|
|
254
|
+
};
|
|
255
|
+
defaultPaymentPolicy: {
|
|
256
|
+
title: string;
|
|
257
|
+
description: string;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
199
260
|
priceCatalogsPage: {
|
|
200
261
|
title: string;
|
|
201
262
|
description: string;
|
|
@@ -429,6 +490,67 @@ export declare const operatorAdminSettingsMessages: {
|
|
|
429
490
|
savePolicyProfileFailed: string;
|
|
430
491
|
savePolicyRuleFailed: string;
|
|
431
492
|
};
|
|
493
|
+
bookingTaxSettings: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
catalogPriceModeLabel: string;
|
|
497
|
+
priceModeInclusive: string;
|
|
498
|
+
priceModeExclusive: string;
|
|
499
|
+
taxPolicyProfileLabel: string;
|
|
500
|
+
taxPolicyAutomatic: string;
|
|
501
|
+
savedToast: string;
|
|
502
|
+
saveFailed: string;
|
|
503
|
+
};
|
|
504
|
+
operatorProfilePage: {
|
|
505
|
+
title: string;
|
|
506
|
+
descriptionPrefix: string;
|
|
507
|
+
descriptionCodeFragment: string;
|
|
508
|
+
descriptionSuffix: string;
|
|
509
|
+
savedToast: string;
|
|
510
|
+
saveFailed: string;
|
|
511
|
+
saveChanges: string;
|
|
512
|
+
identity: {
|
|
513
|
+
title: string;
|
|
514
|
+
description: string;
|
|
515
|
+
nameLabel: string;
|
|
516
|
+
legalNameLabel: string;
|
|
517
|
+
vatIdLabel: string;
|
|
518
|
+
registrationNumberLabel: string;
|
|
519
|
+
};
|
|
520
|
+
contact: {
|
|
521
|
+
title: string;
|
|
522
|
+
addressLabel: string;
|
|
523
|
+
phoneLabel: string;
|
|
524
|
+
emailLabel: string;
|
|
525
|
+
websiteLabel: string;
|
|
526
|
+
};
|
|
527
|
+
paymentCollection: {
|
|
528
|
+
title: string;
|
|
529
|
+
description: string;
|
|
530
|
+
beneficiaryLabel: string;
|
|
531
|
+
beneficiaryPlaceholder: string;
|
|
532
|
+
ibanLabel: string;
|
|
533
|
+
bankLabel: string;
|
|
534
|
+
notesLabel: string;
|
|
535
|
+
};
|
|
536
|
+
license: {
|
|
537
|
+
title: string;
|
|
538
|
+
description: string;
|
|
539
|
+
licenseLabel: string;
|
|
540
|
+
authorityLabel: string;
|
|
541
|
+
};
|
|
542
|
+
signatory: {
|
|
543
|
+
title: string;
|
|
544
|
+
description: string;
|
|
545
|
+
nameLabel: string;
|
|
546
|
+
roleLabel: string;
|
|
547
|
+
rolePlaceholder: string;
|
|
548
|
+
};
|
|
549
|
+
defaultPaymentPolicy: {
|
|
550
|
+
title: string;
|
|
551
|
+
description: string;
|
|
552
|
+
};
|
|
553
|
+
};
|
|
432
554
|
priceCatalogsPage: {
|
|
433
555
|
title: string;
|
|
434
556
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-operator.d.ts","sourceRoot":"","sources":["../../src/admin/settings-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"settings-operator.d.ts","sourceRoot":"","sources":["../../src/admin/settings-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAknBzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
|
|
@@ -195,6 +195,67 @@ export const operatorAdminSettingsMessages = {
|
|
|
195
195
|
savePolicyProfileFailed: "Failed to save tax policy profile",
|
|
196
196
|
savePolicyRuleFailed: "Failed to save tax policy rule",
|
|
197
197
|
},
|
|
198
|
+
bookingTaxSettings: {
|
|
199
|
+
title: "Booking tax settings",
|
|
200
|
+
description: "Controls how booking-create previews, quote recomputation, and booking item tax lines resolve sell-side tax.",
|
|
201
|
+
catalogPriceModeLabel: "Catalog price mode",
|
|
202
|
+
priceModeInclusive: "Tax inclusive",
|
|
203
|
+
priceModeExclusive: "Tax exclusive",
|
|
204
|
+
taxPolicyProfileLabel: "Tax policy profile",
|
|
205
|
+
taxPolicyAutomatic: "Automatic active profile",
|
|
206
|
+
savedToast: "Booking tax settings saved",
|
|
207
|
+
saveFailed: "Save failed",
|
|
208
|
+
},
|
|
209
|
+
operatorProfilePage: {
|
|
210
|
+
title: "Operator profile",
|
|
211
|
+
descriptionPrefix: "Operator identity for contracts, public legal blocks, and payment collection. These details populate ",
|
|
212
|
+
descriptionCodeFragment: "operator.*",
|
|
213
|
+
descriptionSuffix: " in contract templates.",
|
|
214
|
+
savedToast: "Operator profile saved",
|
|
215
|
+
saveFailed: "Save failed",
|
|
216
|
+
saveChanges: "Save changes",
|
|
217
|
+
identity: {
|
|
218
|
+
title: "Identity",
|
|
219
|
+
description: "Trading name, legal name, and tax IDs.",
|
|
220
|
+
nameLabel: "Trading name",
|
|
221
|
+
legalNameLabel: "Legal name",
|
|
222
|
+
vatIdLabel: "VAT id",
|
|
223
|
+
registrationNumberLabel: "Trade-register number",
|
|
224
|
+
},
|
|
225
|
+
contact: {
|
|
226
|
+
title: "Contact",
|
|
227
|
+
addressLabel: "Postal address",
|
|
228
|
+
phoneLabel: "Phone",
|
|
229
|
+
emailLabel: "Email",
|
|
230
|
+
websiteLabel: "Website",
|
|
231
|
+
},
|
|
232
|
+
paymentCollection: {
|
|
233
|
+
title: "Payment collection",
|
|
234
|
+
description: "For bank-transfer payment instructions.",
|
|
235
|
+
beneficiaryLabel: "Bank-transfer beneficiary",
|
|
236
|
+
beneficiaryPlaceholder: "Defaults to legal name",
|
|
237
|
+
ibanLabel: "IBAN",
|
|
238
|
+
bankLabel: "Bank name",
|
|
239
|
+
notesLabel: "Payment notes",
|
|
240
|
+
},
|
|
241
|
+
license: {
|
|
242
|
+
title: "License",
|
|
243
|
+
description: "Tour license, hotel rating registry, cruise flag-state, or whichever applies.",
|
|
244
|
+
licenseLabel: "License number",
|
|
245
|
+
authorityLabel: "Issuing authority",
|
|
246
|
+
},
|
|
247
|
+
signatory: {
|
|
248
|
+
title: "Signatory",
|
|
249
|
+
description: "The human whose name appears on the operator-side signature line of issued contracts.",
|
|
250
|
+
nameLabel: "Name",
|
|
251
|
+
roleLabel: "Role",
|
|
252
|
+
rolePlaceholder: "Managing Director",
|
|
253
|
+
},
|
|
254
|
+
defaultPaymentPolicy: {
|
|
255
|
+
title: "Default customer payment policy",
|
|
256
|
+
description: "Applied when no per-supplier, per-category, per-listing, or per-booking override exists. Defines the deposit / balance split shown on the storefront and persisted as the booking's payment schedule.",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
198
259
|
priceCatalogsPage: {
|
|
199
260
|
title: "Price Catalogs",
|
|
200
261
|
description: "Create named price books with currency and pricing posture.",
|
|
@@ -428,6 +489,67 @@ export const operatorAdminSettingsMessages = {
|
|
|
428
489
|
savePolicyProfileFailed: "Profilul de politica fiscala nu a putut fi salvat",
|
|
429
490
|
savePolicyRuleFailed: "Regula fiscala nu a putut fi salvata",
|
|
430
491
|
},
|
|
492
|
+
bookingTaxSettings: {
|
|
493
|
+
title: "Setari de taxe pentru rezervari",
|
|
494
|
+
description: "Controleaza cum sunt calculate taxele pe partea de vanzare in preview-urile de creare rezervare, recalculul ofertelor si liniile fiscale ale articolelor.",
|
|
495
|
+
catalogPriceModeLabel: "Mod pret catalog",
|
|
496
|
+
priceModeInclusive: "Inclusiv TVA",
|
|
497
|
+
priceModeExclusive: "Exclusiv TVA",
|
|
498
|
+
taxPolicyProfileLabel: "Profil de politica fiscala",
|
|
499
|
+
taxPolicyAutomatic: "Profil activ automat",
|
|
500
|
+
savedToast: "Setarile fiscale au fost salvate",
|
|
501
|
+
saveFailed: "Salvarea a esuat",
|
|
502
|
+
},
|
|
503
|
+
operatorProfilePage: {
|
|
504
|
+
title: "Profil operator",
|
|
505
|
+
descriptionPrefix: "Identitatea operatorului pentru contracte, blocuri legale publice si colectarea platilor. Aceste detalii populeaza ",
|
|
506
|
+
descriptionCodeFragment: "operator.*",
|
|
507
|
+
descriptionSuffix: " in sabloanele de contract.",
|
|
508
|
+
savedToast: "Profilul operatorului a fost salvat",
|
|
509
|
+
saveFailed: "Salvarea a esuat",
|
|
510
|
+
saveChanges: "Salveaza modificarile",
|
|
511
|
+
identity: {
|
|
512
|
+
title: "Identitate",
|
|
513
|
+
description: "Numele comercial, denumirea legala si codurile fiscale.",
|
|
514
|
+
nameLabel: "Nume comercial",
|
|
515
|
+
legalNameLabel: "Denumire legala",
|
|
516
|
+
vatIdLabel: "Cod TVA",
|
|
517
|
+
registrationNumberLabel: "Numar registrul comertului",
|
|
518
|
+
},
|
|
519
|
+
contact: {
|
|
520
|
+
title: "Contact",
|
|
521
|
+
addressLabel: "Adresa postala",
|
|
522
|
+
phoneLabel: "Telefon",
|
|
523
|
+
emailLabel: "Email",
|
|
524
|
+
websiteLabel: "Website",
|
|
525
|
+
},
|
|
526
|
+
paymentCollection: {
|
|
527
|
+
title: "Colectarea platilor",
|
|
528
|
+
description: "Pentru instructiunile de plata prin transfer bancar.",
|
|
529
|
+
beneficiaryLabel: "Beneficiar transfer bancar",
|
|
530
|
+
beneficiaryPlaceholder: "Implicit: denumirea legala",
|
|
531
|
+
ibanLabel: "IBAN",
|
|
532
|
+
bankLabel: "Nume banca",
|
|
533
|
+
notesLabel: "Note de plata",
|
|
534
|
+
},
|
|
535
|
+
license: {
|
|
536
|
+
title: "Licenta",
|
|
537
|
+
description: "Licenta de turism, registru de clasificare hotel, pavilion crucisier sau echivalentul aplicabil.",
|
|
538
|
+
licenseLabel: "Numar licenta",
|
|
539
|
+
authorityLabel: "Autoritate emitenta",
|
|
540
|
+
},
|
|
541
|
+
signatory: {
|
|
542
|
+
title: "Semnatar",
|
|
543
|
+
description: "Persoana al carei nume apare pe linia de semnatura a operatorului din contractele emise.",
|
|
544
|
+
nameLabel: "Nume",
|
|
545
|
+
roleLabel: "Rol",
|
|
546
|
+
rolePlaceholder: "Director general",
|
|
547
|
+
},
|
|
548
|
+
defaultPaymentPolicy: {
|
|
549
|
+
title: "Politica implicita de plata pentru clienti",
|
|
550
|
+
description: "Se aplica atunci cand nu exista nicio suprascriere per furnizor, categorie, listing sau rezervare. Defineste impartirea avans / sold afisata pe storefront si stocata ca grafic de plata al rezervarii.",
|
|
551
|
+
},
|
|
552
|
+
},
|
|
431
553
|
priceCatalogsPage: {
|
|
432
554
|
title: "Cataloage de pret",
|
|
433
555
|
description: "Creeaza liste de preturi cu moneda si pozitionare tarifara.",
|