@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.
@@ -0,0 +1,375 @@
1
+ /**
2
+ * Operator-side strings for the central action ledger surface — list
3
+ * page (filters + table) and per-entry sheet (actor, target, mutation,
4
+ * sensitive-read, payloads, relay outbox). The booking-detail panel
5
+ * uses `bookings.detail.actionLedger`; this surface is the
6
+ * cross-booking explorer.
7
+ */
8
+ export const operatorAdminActionLedgerMessages = {
9
+ en: {
10
+ actionLedgerPage: {
11
+ title: "Logs",
12
+ description: "Search central action records by actor, target, workflow, risk, and status.",
13
+ searchAria: "Search action name",
14
+ searchPlaceholder: "Search action (e.g. booking.pii.read)",
15
+ clear: "Clear",
16
+ filters: "Filters",
17
+ table: {
18
+ headerWhen: "When",
19
+ headerAction: "Action",
20
+ headerActor: "Actor",
21
+ headerTarget: "Target",
22
+ headerWorkflow: "Workflow",
23
+ headerRisk: "Risk",
24
+ headerStatus: "Status",
25
+ loadFailed: "Failed to load logs.",
26
+ empty: "No log entries match these filters.",
27
+ },
28
+ footer: {
29
+ empty: "No entries",
30
+ showingOne: "Showing 1 entry",
31
+ showingMany: "Showing {count} entries",
32
+ previous: "Previous",
33
+ next: "Next",
34
+ pageLabel: "Page {page}",
35
+ },
36
+ viewEntryAria: "View {id}",
37
+ filtersPopover: {
38
+ principalTypeLabel: "Principal type",
39
+ principalIdLabel: "Principal ID",
40
+ targetTypeLabel: "Target type",
41
+ targetLabel: "Target",
42
+ workflowRunLabel: "Workflow run",
43
+ correlationIdLabel: "Correlation ID",
44
+ correlationIdPlaceholder: "correlation id",
45
+ riskLabel: "Risk",
46
+ statusLabel: "Status",
47
+ principalTypeOptions: {
48
+ any: "Any principal",
49
+ user: "Staff user",
50
+ api_key: "API key",
51
+ agent: "Agent",
52
+ workflow: "Workflow",
53
+ system: "System",
54
+ },
55
+ principalIdPlaceholder: {
56
+ any: "principal id",
57
+ user: "staff user id",
58
+ api_key: "api key id",
59
+ agent: "agent id",
60
+ workflow: "workflow run id",
61
+ system: "system id",
62
+ },
63
+ targetTypeOptions: {
64
+ any: "Any target",
65
+ booking: "Booking",
66
+ product: "Product",
67
+ person: "Person",
68
+ organization: "Organization",
69
+ invoice: "Invoice",
70
+ supplier: "Supplier",
71
+ },
72
+ targetSearch: {
73
+ bookingPlaceholder: "Search bookings",
74
+ bookingEmpty: "No bookings",
75
+ productPlaceholder: "Search products",
76
+ productEmpty: "No products",
77
+ personPlaceholder: "Search people",
78
+ personEmpty: "No people",
79
+ organizationPlaceholder: "Search organizations",
80
+ organizationEmpty: "No organizations",
81
+ unknownPickType: "pick a target type to browse",
82
+ unknownPlaceholder: "target id",
83
+ },
84
+ workflowRunPlaceholder: "Recent workflow runs",
85
+ workflowRunLoading: "Loading…",
86
+ workflowRunEmpty: "No runs",
87
+ riskOptions: {
88
+ any: "Any risk",
89
+ low: "Low",
90
+ medium: "Medium",
91
+ high: "High",
92
+ critical: "Critical",
93
+ },
94
+ statusOptions: {
95
+ any: "Any status",
96
+ requested: "Requested",
97
+ awaiting_approval: "Awaiting approval",
98
+ approved: "Approved",
99
+ denied: "Denied",
100
+ succeeded: "Succeeded",
101
+ failed: "Failed",
102
+ reversed: "Reversed",
103
+ compensated: "Compensated",
104
+ expired: "Expired",
105
+ cancelled: "Cancelled",
106
+ superseded: "Superseded",
107
+ },
108
+ },
109
+ entrySheet: {
110
+ title: "Action details",
111
+ description: "Ledger context, idempotency, mutation detail, sensitive-read detail, and relay state.",
112
+ loading: "Loading action details...",
113
+ notFound: "Action ledger entry not found.",
114
+ noValue: "-",
115
+ booleanYes: "yes",
116
+ booleanNo: "no",
117
+ baseFields: {
118
+ when: "When",
119
+ action: "Action",
120
+ version: "Version",
121
+ kind: "Kind",
122
+ routeOrTool: "Route or tool",
123
+ authorization: "Authorization",
124
+ },
125
+ actor: {
126
+ title: "Actor",
127
+ principalType: "Principal type",
128
+ principalId: "Principal ID",
129
+ actorType: "Actor type",
130
+ callerType: "Caller type",
131
+ sessionId: "Session ID",
132
+ apiToken: "API token",
133
+ organization: "Organization",
134
+ internal: "Internal",
135
+ },
136
+ targetFlow: {
137
+ title: "Target And Flow",
138
+ targetType: "Target type",
139
+ targetId: "Target ID",
140
+ workflowRun: "Workflow run",
141
+ workflowStep: "Workflow step",
142
+ correlation: "Correlation",
143
+ causationAction: "Causation action",
144
+ capability: "Capability",
145
+ capabilityVersion: "Capability version",
146
+ },
147
+ idempotency: {
148
+ title: "Idempotency",
149
+ scope: "Scope",
150
+ key: "Key",
151
+ fingerprint: "Fingerprint",
152
+ },
153
+ mutation: {
154
+ title: "Mutation",
155
+ summary: "Summary",
156
+ inputRef: "Input ref",
157
+ resultRef: "Result ref",
158
+ reversalKind: "Reversal kind",
159
+ reversalState: "Reversal state",
160
+ reverses: "Reverses",
161
+ },
162
+ sensitiveRead: {
163
+ title: "Sensitive Read",
164
+ reason: "Reason",
165
+ decisionPolicy: "Decision policy",
166
+ disclosure: "Disclosure",
167
+ fields: "Fields",
168
+ },
169
+ payloads: {
170
+ title: "Payloads",
171
+ empty: "No payload refs recorded.",
172
+ kind: "Kind",
173
+ schema: "Schema",
174
+ storageRef: "Storage ref",
175
+ redaction: "Redaction",
176
+ retention: "Retention",
177
+ hash: "Hash",
178
+ },
179
+ relay: {
180
+ title: "Relay Outbox",
181
+ empty: "No relay rows recorded.",
182
+ status: "Status",
183
+ payloadRef: "Payload ref",
184
+ attempts: "Attempts",
185
+ nextRetry: "Next retry",
186
+ processed: "Processed",
187
+ lastError: "Last error",
188
+ },
189
+ },
190
+ },
191
+ },
192
+ ro: {
193
+ actionLedgerPage: {
194
+ title: "Jurnal",
195
+ description: "Cauta inregistrarile centrale de actiuni dupa actor, tinta, workflow, risc si status.",
196
+ searchAria: "Cauta nume actiune",
197
+ searchPlaceholder: "Cauta actiune (ex. booking.pii.read)",
198
+ clear: "Reseteaza",
199
+ filters: "Filtre",
200
+ table: {
201
+ headerWhen: "Cand",
202
+ headerAction: "Actiune",
203
+ headerActor: "Actor",
204
+ headerTarget: "Tinta",
205
+ headerWorkflow: "Workflow",
206
+ headerRisk: "Risc",
207
+ headerStatus: "Status",
208
+ loadFailed: "Jurnalul nu a putut fi incarcat.",
209
+ empty: "Nu exista inregistrari care sa corespunda filtrelor.",
210
+ },
211
+ footer: {
212
+ empty: "Fara inregistrari",
213
+ showingOne: "Se afiseaza 1 inregistrare",
214
+ showingMany: "Se afiseaza {count} inregistrari",
215
+ previous: "Anterior",
216
+ next: "Urmator",
217
+ pageLabel: "Pagina {page}",
218
+ },
219
+ viewEntryAria: "Vezi {id}",
220
+ filtersPopover: {
221
+ principalTypeLabel: "Tip principal",
222
+ principalIdLabel: "ID principal",
223
+ targetTypeLabel: "Tip tinta",
224
+ targetLabel: "Tinta",
225
+ workflowRunLabel: "Rulare workflow",
226
+ correlationIdLabel: "ID corelatie",
227
+ correlationIdPlaceholder: "id corelatie",
228
+ riskLabel: "Risc",
229
+ statusLabel: "Status",
230
+ principalTypeOptions: {
231
+ any: "Orice principal",
232
+ user: "Utilizator staff",
233
+ api_key: "Cheie API",
234
+ agent: "Agent",
235
+ workflow: "Workflow",
236
+ system: "Sistem",
237
+ },
238
+ principalIdPlaceholder: {
239
+ any: "id principal",
240
+ user: "id utilizator staff",
241
+ api_key: "id cheie API",
242
+ agent: "id agent",
243
+ workflow: "id rulare workflow",
244
+ system: "id sistem",
245
+ },
246
+ targetTypeOptions: {
247
+ any: "Orice tinta",
248
+ booking: "Rezervare",
249
+ product: "Produs",
250
+ person: "Persoana",
251
+ organization: "Organizatie",
252
+ invoice: "Factura",
253
+ supplier: "Furnizor",
254
+ },
255
+ targetSearch: {
256
+ bookingPlaceholder: "Cauta rezervari",
257
+ bookingEmpty: "Fara rezervari",
258
+ productPlaceholder: "Cauta produse",
259
+ productEmpty: "Fara produse",
260
+ personPlaceholder: "Cauta persoane",
261
+ personEmpty: "Fara persoane",
262
+ organizationPlaceholder: "Cauta organizatii",
263
+ organizationEmpty: "Fara organizatii",
264
+ unknownPickType: "alege un tip de tinta pentru a naviga",
265
+ unknownPlaceholder: "id tinta",
266
+ },
267
+ workflowRunPlaceholder: "Rulari recente de workflow",
268
+ workflowRunLoading: "Se incarca…",
269
+ workflowRunEmpty: "Fara rulari",
270
+ riskOptions: {
271
+ any: "Orice risc",
272
+ low: "Scazut",
273
+ medium: "Mediu",
274
+ high: "Ridicat",
275
+ critical: "Critic",
276
+ },
277
+ statusOptions: {
278
+ any: "Orice status",
279
+ requested: "Solicitat",
280
+ awaiting_approval: "Asteapta aprobare",
281
+ approved: "Aprobat",
282
+ denied: "Respins",
283
+ succeeded: "Reusit",
284
+ failed: "Esuat",
285
+ reversed: "Anulat",
286
+ compensated: "Compensat",
287
+ expired: "Expirat",
288
+ cancelled: "Anulat",
289
+ superseded: "Inlocuit",
290
+ },
291
+ },
292
+ entrySheet: {
293
+ title: "Detalii actiune",
294
+ description: "Context jurnal, idempotenta, detalii mutatie, citire sensibila si stare relay.",
295
+ loading: "Se incarca detaliile actiunii...",
296
+ notFound: "Inregistrarea de jurnal nu a fost gasita.",
297
+ noValue: "-",
298
+ booleanYes: "da",
299
+ booleanNo: "nu",
300
+ baseFields: {
301
+ when: "Cand",
302
+ action: "Actiune",
303
+ version: "Versiune",
304
+ kind: "Tip",
305
+ routeOrTool: "Ruta sau unealta",
306
+ authorization: "Autorizare",
307
+ },
308
+ actor: {
309
+ title: "Actor",
310
+ principalType: "Tip principal",
311
+ principalId: "ID principal",
312
+ actorType: "Tip actor",
313
+ callerType: "Tip apelant",
314
+ sessionId: "ID sesiune",
315
+ apiToken: "Token API",
316
+ organization: "Organizatie",
317
+ internal: "Intern",
318
+ },
319
+ targetFlow: {
320
+ title: "Tinta si flux",
321
+ targetType: "Tip tinta",
322
+ targetId: "ID tinta",
323
+ workflowRun: "Rulare workflow",
324
+ workflowStep: "Pas workflow",
325
+ correlation: "Corelatie",
326
+ causationAction: "Actiune cauzatoare",
327
+ capability: "Capabilitate",
328
+ capabilityVersion: "Versiune capabilitate",
329
+ },
330
+ idempotency: {
331
+ title: "Idempotenta",
332
+ scope: "Domeniu",
333
+ key: "Cheie",
334
+ fingerprint: "Amprenta",
335
+ },
336
+ mutation: {
337
+ title: "Mutatie",
338
+ summary: "Sumar",
339
+ inputRef: "Ref intrare",
340
+ resultRef: "Ref rezultat",
341
+ reversalKind: "Tip inversare",
342
+ reversalState: "Stare inversare",
343
+ reverses: "Inverseaza",
344
+ },
345
+ sensitiveRead: {
346
+ title: "Citire sensibila",
347
+ reason: "Motiv",
348
+ decisionPolicy: "Politica de decizie",
349
+ disclosure: "Dezvaluire",
350
+ fields: "Campuri",
351
+ },
352
+ payloads: {
353
+ title: "Payload-uri",
354
+ empty: "Nu sunt inregistrate referinte de payload.",
355
+ kind: "Tip",
356
+ schema: "Schema",
357
+ storageRef: "Ref stocare",
358
+ redaction: "Redactare",
359
+ retention: "Retentie",
360
+ hash: "Hash",
361
+ },
362
+ relay: {
363
+ title: "Outbox relay",
364
+ empty: "Nu sunt inregistrate randuri de relay.",
365
+ status: "Status",
366
+ payloadRef: "Ref payload",
367
+ attempts: "Incercari",
368
+ nextRetry: "Urmatoarea reincercare",
369
+ processed: "Procesat",
370
+ lastError: "Ultima eroare",
371
+ },
372
+ },
373
+ },
374
+ },
375
+ };
@@ -1,4 +1,5 @@
1
1
  import { type LocaleMessageDefinitions } from "../runtime.js";
2
+ import { type OperatorAdminActionLedgerMessages } from "./action-ledger-operator.js";
2
3
  import { type AdminAuthMessages } from "./auth.js";
3
4
  import { type AdminAvailabilityMessages } from "./availability.js";
4
5
  import { type AdminBookingsMessages } from "./bookings.js";
@@ -7,6 +8,7 @@ import { type OperatorAdminCoreMessages } from "./core-operator.js";
7
8
  import { type OperatorAdminCrmMessages } from "./crm-operator.js";
8
9
  import { type OperatorAdminDashboardMessages } from "./dashboard-operator.js";
9
10
  import { type AdminFinanceMessages } from "./finance.js";
11
+ import { type OperatorAdminLegalMessages } from "./legal-operator.js";
10
12
  import { type OperatorAdminNavMessages } from "./operator-nav.js";
11
13
  import { type OperatorAdminPricingMessages } from "./pricing-operator.js";
12
14
  import { type OperatorAdminProductsMessages } from "./products-operator.js";
@@ -17,7 +19,7 @@ import { type AdminTeamMessages } from "./team.js";
17
19
  import { type AdminTripsMessages } from "./trips.js";
18
20
  export type OperatorAdminMessages = AdminChromeMessages & {
19
21
  auth: AdminAuthMessages;
20
- } & OperatorAdminCoreMessages & AdminTeamMessages & AdminAvailabilityMessages & AdminBookingsMessages & AdminFinanceMessages & AdminResourcesMessages & OperatorAdminDashboardMessages & OperatorAdminSettingsMessages & OperatorAdminPricingMessages & OperatorAdminCrmMessages & OperatorAdminProductsMessages & OperatorAdminSuppliersMessages & AdminTripsMessages & {
22
+ } & OperatorAdminCoreMessages & OperatorAdminActionLedgerMessages & AdminTeamMessages & AdminAvailabilityMessages & AdminBookingsMessages & AdminFinanceMessages & AdminResourcesMessages & OperatorAdminDashboardMessages & OperatorAdminSettingsMessages & OperatorAdminPricingMessages & OperatorAdminCrmMessages & OperatorAdminLegalMessages & OperatorAdminProductsMessages & OperatorAdminSuppliersMessages & AdminTripsMessages & {
21
23
  nav: OperatorAdminNavMessages;
22
24
  };
23
25
  export declare const operatorAdminMessageDefinitions: LocaleMessageDefinitions<OperatorAdminMessages>;
@@ -1 +1 @@
1
- {"version":3,"file":"app-operator.d.ts","sourceRoot":"","sources":["../../src/admin/app-operator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,KAAK,wBAAwB,EAAE,MAAM,eAAe,CAAA;AAC9F,OAAO,EAAE,KAAK,iBAAiB,EAAqB,MAAM,WAAW,CAAA;AACrE,OAAO,EAAE,KAAK,yBAAyB,EAA6B,MAAM,mBAAmB,CAAA;AAC7F,OAAO,EAAE,KAAK,qBAAqB,EAAyB,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,KAAK,mBAAmB,EAAuB,MAAM,aAAa,CAAA;AAC3E,OAAO,EAAE,KAAK,yBAAyB,EAA6B,MAAM,oBAAoB,CAAA;AAC9F,OAAO,EAAE,KAAK,wBAAwB,EAA4B,MAAM,mBAAmB,CAAA;AAC3F,OAAO,EACL,KAAK,8BAA8B,EAEpC,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,KAAK,oBAAoB,EAAwB,MAAM,cAAc,CAAA;AAC9E,OAAO,EAAE,KAAK,wBAAwB,EAA4B,MAAM,mBAAmB,CAAA;AAC3F,OAAO,EACL,KAAK,4BAA4B,EAElC,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,KAAK,sBAAsB,EAA0B,MAAM,gBAAgB,CAAA;AACpF,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,KAAK,8BAA8B,EAEpC,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,KAAK,iBAAiB,EAAqB,MAAM,WAAW,CAAA;AACrE,OAAO,EAAE,KAAK,kBAAkB,EAAsB,MAAM,YAAY,CAAA;AAExE,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACxD,IAAI,EAAE,iBAAiB,CAAA;CACxB,GAAG,yBAAyB,GAC3B,iBAAiB,GACjB,yBAAyB,GACzB,qBAAqB,GACrB,oBAAoB,GACpB,sBAAsB,GACtB,8BAA8B,GAC9B,6BAA6B,GAC7B,4BAA4B,GAC5B,wBAAwB,GACxB,6BAA6B,GAC7B,8BAA8B,GAC9B,kBAAkB,GAAG;IACnB,GAAG,EAAE,wBAAwB,CAAA;CAC9B,CAAA;AAEH,eAAO,MAAM,+BAA+B,iDAkBiB,CAAA"}
1
+ {"version":3,"file":"app-operator.d.ts","sourceRoot":"","sources":["../../src/admin/app-operator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,KAAK,wBAAwB,EAAE,MAAM,eAAe,CAAA;AAC9F,OAAO,EACL,KAAK,iCAAiC,EAEvC,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,KAAK,iBAAiB,EAAqB,MAAM,WAAW,CAAA;AACrE,OAAO,EAAE,KAAK,yBAAyB,EAA6B,MAAM,mBAAmB,CAAA;AAC7F,OAAO,EAAE,KAAK,qBAAqB,EAAyB,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,KAAK,mBAAmB,EAAuB,MAAM,aAAa,CAAA;AAC3E,OAAO,EAAE,KAAK,yBAAyB,EAA6B,MAAM,oBAAoB,CAAA;AAC9F,OAAO,EAAE,KAAK,wBAAwB,EAA4B,MAAM,mBAAmB,CAAA;AAC3F,OAAO,EACL,KAAK,8BAA8B,EAEpC,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,KAAK,oBAAoB,EAAwB,MAAM,cAAc,CAAA;AAC9E,OAAO,EAAE,KAAK,0BAA0B,EAA8B,MAAM,qBAAqB,CAAA;AACjG,OAAO,EAAE,KAAK,wBAAwB,EAA4B,MAAM,mBAAmB,CAAA;AAC3F,OAAO,EACL,KAAK,4BAA4B,EAElC,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,KAAK,sBAAsB,EAA0B,MAAM,gBAAgB,CAAA;AACpF,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,KAAK,8BAA8B,EAEpC,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,KAAK,iBAAiB,EAAqB,MAAM,WAAW,CAAA;AACrE,OAAO,EAAE,KAAK,kBAAkB,EAAsB,MAAM,YAAY,CAAA;AAExE,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACxD,IAAI,EAAE,iBAAiB,CAAA;CACxB,GAAG,yBAAyB,GAC3B,iCAAiC,GACjC,iBAAiB,GACjB,yBAAyB,GACzB,qBAAqB,GACrB,oBAAoB,GACpB,sBAAsB,GACtB,8BAA8B,GAC9B,6BAA6B,GAC7B,4BAA4B,GAC5B,wBAAwB,GACxB,0BAA0B,GAC1B,6BAA6B,GAC7B,8BAA8B,GAC9B,kBAAkB,GAAG;IACnB,GAAG,EAAE,wBAAwB,CAAA;CAC9B,CAAA;AAEH,eAAO,MAAM,+BAA+B,iDAoBiB,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import { composeLocaleMessageDefinitions } from "../runtime.js";
2
+ import { operatorAdminActionLedgerMessages, } from "./action-ledger-operator.js";
2
3
  import { adminAuthMessages } from "./auth.js";
3
4
  import { adminAvailabilityMessages } from "./availability.js";
4
5
  import { adminBookingsMessages } from "./bookings.js";
@@ -7,6 +8,7 @@ import { operatorAdminCoreMessages } from "./core-operator.js";
7
8
  import { operatorAdminCrmMessages } from "./crm-operator.js";
8
9
  import { operatorAdminDashboardMessages, } from "./dashboard-operator.js";
9
10
  import { adminFinanceMessages } from "./finance.js";
11
+ import { operatorAdminLegalMessages } from "./legal-operator.js";
10
12
  import { operatorAdminNavMessages } from "./operator-nav.js";
11
13
  import { operatorAdminPricingMessages, } from "./pricing-operator.js";
12
14
  import { operatorAdminProductsMessages, } from "./products-operator.js";
@@ -15,4 +17,4 @@ import { operatorAdminSettingsMessages, } from "./settings-operator.js";
15
17
  import { operatorAdminSuppliersMessages, } from "./suppliers-operator.js";
16
18
  import { adminTeamMessages } from "./team.js";
17
19
  import { adminTripsMessages } from "./trips.js";
18
- export const operatorAdminMessageDefinitions = composeLocaleMessageDefinitions(adminChromeMessages, adminAuthMessages, operatorAdminCoreMessages, adminTeamMessages, adminAvailabilityMessages, adminBookingsMessages, operatorAdminDashboardMessages, operatorAdminPricingMessages, operatorAdminSettingsMessages, operatorAdminCrmMessages, operatorAdminProductsMessages, operatorAdminSuppliersMessages, adminTripsMessages, adminFinanceMessages, adminResourcesMessages, operatorAdminNavMessages);
20
+ export const operatorAdminMessageDefinitions = composeLocaleMessageDefinitions(adminChromeMessages, adminAuthMessages, operatorAdminCoreMessages, operatorAdminActionLedgerMessages, adminTeamMessages, adminAvailabilityMessages, adminBookingsMessages, operatorAdminDashboardMessages, operatorAdminPricingMessages, operatorAdminSettingsMessages, operatorAdminCrmMessages, operatorAdminLegalMessages, operatorAdminProductsMessages, operatorAdminSuppliersMessages, adminTripsMessages, adminFinanceMessages, adminResourcesMessages, operatorAdminNavMessages);
@@ -16,6 +16,10 @@ export declare const adminAvailabilityMessages: {
16
16
  tabStartTimes: string;
17
17
  tabCloseouts: string;
18
18
  tabPickupPoints: string;
19
+ tabCalendar: string;
20
+ slotFallbackTitle: string;
21
+ productsComboboxSearching: string;
22
+ productsComboboxEmpty: string;
19
23
  statusActive: string;
20
24
  statusInactive: string;
21
25
  statusOpen: string;
@@ -82,6 +86,14 @@ export declare const adminAvailabilityMessages: {
82
86
  bulkDeleted: string;
83
87
  bulkDeletedPartial: string;
84
88
  };
89
+ toolbar: {
90
+ statusAll: string;
91
+ stateLabel: string;
92
+ stateAll: string;
93
+ dateRangeLabel: string;
94
+ dateRangePlaceholder: string;
95
+ reset: string;
96
+ };
85
97
  tabs: {
86
98
  slots: {
87
99
  title: string;
@@ -218,6 +230,39 @@ export declare const adminAvailabilityMessages: {
218
230
  relatedCloseoutsTitle: string;
219
231
  relatedCloseoutsEmpty: string;
220
232
  createdByLabel: string;
233
+ bookingPreviewTitle: string;
234
+ bookingPreviewDescription: string;
235
+ };
236
+ resourceTemplates: {
237
+ title: string;
238
+ description: string;
239
+ addButton: string;
240
+ editTitle: string;
241
+ newTitle: string;
242
+ loadFailed: string;
243
+ emptyMessage: string;
244
+ capacitySummary: string;
245
+ deleteConfirm: string;
246
+ deleteFailed: string;
247
+ saveFailed: string;
248
+ validation: string;
249
+ kindLabel: string;
250
+ kindPlaceholder: string;
251
+ kindCustomOption: string;
252
+ kindCustomInputPlaceholder: string;
253
+ capacityLabel: string;
254
+ namePatternLabel: string;
255
+ namePatternPlaceholder: string;
256
+ namePatternHint: string;
257
+ cancel: string;
258
+ save: string;
259
+ createButton: string;
260
+ kinds: {
261
+ room: string;
262
+ vehicle_seat: string;
263
+ cabin: string;
264
+ flight_seat: string;
265
+ };
221
266
  };
222
267
  startTime: {
223
268
  notFound: string;
@@ -384,6 +429,10 @@ export declare const adminAvailabilityMessages: {
384
429
  tabStartTimes: string;
385
430
  tabCloseouts: string;
386
431
  tabPickupPoints: string;
432
+ tabCalendar: string;
433
+ slotFallbackTitle: string;
434
+ productsComboboxSearching: string;
435
+ productsComboboxEmpty: string;
387
436
  statusActive: string;
388
437
  statusInactive: string;
389
438
  statusOpen: string;
@@ -450,6 +499,14 @@ export declare const adminAvailabilityMessages: {
450
499
  bulkDeleted: string;
451
500
  bulkDeletedPartial: string;
452
501
  };
502
+ toolbar: {
503
+ statusAll: string;
504
+ stateLabel: string;
505
+ stateAll: string;
506
+ dateRangeLabel: string;
507
+ dateRangePlaceholder: string;
508
+ reset: string;
509
+ };
453
510
  tabs: {
454
511
  slots: {
455
512
  title: string;
@@ -586,6 +643,39 @@ export declare const adminAvailabilityMessages: {
586
643
  relatedCloseoutsTitle: string;
587
644
  relatedCloseoutsEmpty: string;
588
645
  createdByLabel: string;
646
+ bookingPreviewTitle: string;
647
+ bookingPreviewDescription: string;
648
+ };
649
+ resourceTemplates: {
650
+ title: string;
651
+ description: string;
652
+ addButton: string;
653
+ editTitle: string;
654
+ newTitle: string;
655
+ loadFailed: string;
656
+ emptyMessage: string;
657
+ capacitySummary: string;
658
+ deleteConfirm: string;
659
+ deleteFailed: string;
660
+ saveFailed: string;
661
+ validation: string;
662
+ kindLabel: string;
663
+ kindPlaceholder: string;
664
+ kindCustomOption: string;
665
+ kindCustomInputPlaceholder: string;
666
+ capacityLabel: string;
667
+ namePatternLabel: string;
668
+ namePatternPlaceholder: string;
669
+ namePatternHint: string;
670
+ cancel: string;
671
+ save: string;
672
+ createButton: string;
673
+ kinds: {
674
+ room: string;
675
+ vehicle_seat: string;
676
+ cabin: string;
677
+ flight_seat: string;
678
+ };
589
679
  };
590
680
  startTime: {
591
681
  notFound: string;
@@ -1 +1 @@
1
- {"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/admin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+vBrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}
1
+ {"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/admin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA81BrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}