@voyantjs/i18n 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/admin/app-dmc.d.ts +22 -0
  2. package/dist/admin/app-dmc.d.ts.map +1 -0
  3. package/dist/admin/app-dmc.js +29 -0
  4. package/dist/admin/app-operator.d.ts +23 -0
  5. package/dist/admin/app-operator.d.ts.map +1 -0
  6. package/dist/admin/app-operator.js +17 -0
  7. package/dist/admin/auth.d.ts +247 -0
  8. package/dist/admin/auth.d.ts.map +1 -0
  9. package/dist/admin/auth.js +166 -0
  10. package/dist/admin/availability.d.ts +689 -0
  11. package/dist/admin/availability.d.ts.map +1 -0
  12. package/dist/admin/availability.js +686 -0
  13. package/dist/admin/bookings.d.ts +1067 -0
  14. package/dist/admin/bookings.d.ts.map +1 -0
  15. package/dist/admin/bookings.js +1064 -0
  16. package/dist/admin/chrome.d.ts +36 -0
  17. package/dist/admin/chrome.d.ts.map +1 -0
  18. package/dist/admin/chrome.js +24 -0
  19. package/dist/admin/contacts.d.ts +269 -0
  20. package/dist/admin/contacts.d.ts.map +1 -0
  21. package/dist/admin/contacts.js +266 -0
  22. package/dist/admin/core-dmc.d.ts +21 -0
  23. package/dist/admin/core-dmc.d.ts.map +1 -0
  24. package/dist/admin/core-dmc.js +14 -0
  25. package/dist/admin/core-operator.d.ts +117 -0
  26. package/dist/admin/core-operator.d.ts.map +1 -0
  27. package/dist/admin/core-operator.js +78 -0
  28. package/dist/admin/crm-operator.d.ts +579 -0
  29. package/dist/admin/crm-operator.d.ts.map +1 -0
  30. package/dist/admin/crm-operator.js +576 -0
  31. package/dist/admin/dashboard-operator.d.ts +83 -0
  32. package/dist/admin/dashboard-operator.d.ts.map +1 -0
  33. package/dist/admin/dashboard-operator.js +80 -0
  34. package/dist/admin/distribution-dmc.d.ts +1804 -0
  35. package/dist/admin/distribution-dmc.d.ts.map +1 -0
  36. package/dist/admin/distribution-dmc.js +1181 -0
  37. package/dist/admin/dmc-nav.d.ts +55 -0
  38. package/dist/admin/dmc-nav.d.ts.map +1 -0
  39. package/dist/admin/dmc-nav.js +38 -0
  40. package/dist/admin/finance.d.ts +377 -0
  41. package/dist/admin/finance.d.ts.map +1 -0
  42. package/dist/admin/finance.js +374 -0
  43. package/dist/admin/operator-nav.d.ts +76 -0
  44. package/dist/admin/operator-nav.d.ts.map +1 -0
  45. package/dist/admin/operator-nav.js +52 -0
  46. package/dist/admin/organizations.d.ts +87 -0
  47. package/dist/admin/organizations.d.ts.map +1 -0
  48. package/dist/admin/organizations.js +84 -0
  49. package/dist/admin/pricing-operator.d.ts +233 -0
  50. package/dist/admin/pricing-operator.d.ts.map +1 -0
  51. package/dist/admin/pricing-operator.js +230 -0
  52. package/dist/admin/products-dmc.d.ts +239 -0
  53. package/dist/admin/products-dmc.d.ts.map +1 -0
  54. package/dist/admin/products-dmc.js +236 -0
  55. package/dist/admin/products-operator.d.ts +999 -0
  56. package/dist/admin/products-operator.d.ts.map +1 -0
  57. package/dist/admin/products-operator.js +996 -0
  58. package/dist/admin/resources.d.ts +653 -0
  59. package/dist/admin/resources.d.ts.map +1 -0
  60. package/dist/admin/resources.js +650 -0
  61. package/dist/admin/settings-operator.d.ts +251 -0
  62. package/dist/admin/settings-operator.d.ts.map +1 -0
  63. package/dist/admin/settings-operator.js +248 -0
  64. package/dist/admin/suppliers-operator.d.ts +325 -0
  65. package/dist/admin/suppliers-operator.d.ts.map +1 -0
  66. package/dist/admin/suppliers-operator.js +322 -0
  67. package/dist/admin/suppliers.d.ts +259 -0
  68. package/dist/admin/suppliers.d.ts.map +1 -0
  69. package/dist/admin/suppliers.js +256 -0
  70. package/dist/admin/team.d.ts +102 -0
  71. package/dist/admin/team.d.ts.map +1 -0
  72. package/dist/admin/team.js +68 -0
  73. package/dist/index.d.ts +28 -0
  74. package/dist/index.d.ts.map +1 -0
  75. package/dist/index.js +27 -0
  76. package/dist/package-formatters.d.ts +9 -0
  77. package/dist/package-formatters.d.ts.map +1 -0
  78. package/dist/package-formatters.js +56 -0
  79. package/dist/package-runtime.d.ts +39 -0
  80. package/dist/package-runtime.d.ts.map +1 -0
  81. package/dist/package-runtime.js +60 -0
  82. package/dist/runtime.d.ts +33 -0
  83. package/dist/runtime.d.ts.map +1 -0
  84. package/dist/runtime.js +120 -0
  85. package/package.json +48 -0
@@ -0,0 +1,650 @@
1
+ export const adminResourcesMessages = {
2
+ en: {
3
+ resources: {
4
+ title: "Resources",
5
+ description: "Manage assignable guides, vehicles, rooms, pools, and operational closeouts.",
6
+ searchPlaceholder: "Search resources...",
7
+ allKinds: "All kinds",
8
+ clearFilters: "Clear Filters",
9
+ verbActivated: "Activated",
10
+ verbDeactivated: "Deactivated",
11
+ verbAssigned: "Assigned",
12
+ verbReleased: "Released",
13
+ tabResources: "Resources",
14
+ tabPools: "Pools",
15
+ tabAllocations: "Allocations",
16
+ tabAssignments: "Assignments",
17
+ tabCloseouts: "Closeouts",
18
+ openLabel: "Open",
19
+ viewLabel: "View",
20
+ activeLabel: "Active",
21
+ inactiveLabel: "Inactive",
22
+ supplierLabel: "Supplier",
23
+ productLabel: "Product",
24
+ poolLabel: "Pool",
25
+ resourceLabel: "Resource",
26
+ bookingLabel: "Booking",
27
+ slotLabel: "Slot",
28
+ statusLabel: "Status",
29
+ capacityLabel: "Capacity",
30
+ createdLabel: "Created",
31
+ updatedLabel: "Updated",
32
+ notesTitle: "Notes",
33
+ kindLabels: {
34
+ guide: "Guide",
35
+ vehicle: "Vehicle",
36
+ room: "Room",
37
+ boat: "Boat",
38
+ equipment: "Equipment",
39
+ other: "Other",
40
+ },
41
+ assignmentStatusLabels: {
42
+ reserved: "Reserved",
43
+ assigned: "Assigned",
44
+ released: "Released",
45
+ cancelled: "Cancelled",
46
+ completed: "Completed",
47
+ },
48
+ allocationModeLabels: {
49
+ shared: "Shared",
50
+ exclusive: "Exclusive",
51
+ },
52
+ nouns: {
53
+ resourceSingular: "resource",
54
+ resourcePlural: "resources",
55
+ poolSingular: "pool",
56
+ poolPlural: "pools",
57
+ allocationSingular: "allocation",
58
+ allocationPlural: "allocations",
59
+ assignmentSingular: "assignment",
60
+ assignmentPlural: "assignments",
61
+ closeoutSingular: "closeout",
62
+ closeoutPlural: "closeouts",
63
+ },
64
+ overview: {
65
+ activeResourcesTitle: "Active Resources",
66
+ activeResourcesDescription: "Assignable assets ready for use",
67
+ activePoolsTitle: "Active Pools",
68
+ activePoolsDescription: "Shared-capacity pools live",
69
+ liveAssignmentsTitle: "Live Assignments",
70
+ liveAssignmentsDescription: "Reserved or assigned slot coverage",
71
+ closeoutsTitle: "Closeouts",
72
+ closeoutsDescription: "Active maintenance or conflict blocks",
73
+ assignmentGapsTitle: "Assignment Gaps",
74
+ assignmentGapsEmpty: "Every live reservation has a named resource.",
75
+ assignmentGapStatusLabel: "Status",
76
+ assignmentGapBookingLabel: "Booking",
77
+ ownershipGapsTitle: "Ownership Gaps",
78
+ ownershipGapsEmpty: "Every resource is linked to a supplier.",
79
+ ownershipGapNoSupplier: "No supplier assigned",
80
+ },
81
+ toasts: {
82
+ bulkUpdated: "{verb} {selection}.",
83
+ bulkUpdatedPartial: "{verb} {succeeded} of {selection}.",
84
+ bulkDeleted: "Deleted {selection}.",
85
+ bulkDeletedPartial: "Deleted {succeeded} of {selection}.",
86
+ },
87
+ tabs: {
88
+ resources: {
89
+ title: "Resources",
90
+ description: "Guides, vehicles, rooms, and other assignable assets.",
91
+ actionLabel: "New Resource",
92
+ emptyMessage: "No resources match the current filters.",
93
+ bulkActivateButton: "Activate",
94
+ bulkActivateConfirm: "Activate Resources",
95
+ bulkActivateTitle: "Activate {selection}?",
96
+ bulkActivateDescription: "This makes the selected resources available again for assignment and planning.",
97
+ bulkDeactivateButton: "Deactivate",
98
+ bulkDeactivateConfirm: "Deactivate Resources",
99
+ bulkDeactivateTitle: "Deactivate {selection}?",
100
+ bulkDeactivateDescription: "This preserves the selected resources but removes them from active operational use.",
101
+ bulkDeleteButton: "Delete Selected",
102
+ bulkDeleteConfirm: "Delete Resources",
103
+ bulkDeleteTitle: "Delete {selection}?",
104
+ bulkDeleteDescription: "This permanently removes the selected resources. Use Deactivate if you only need to take them out of rotation.",
105
+ },
106
+ pools: {
107
+ title: "Pools",
108
+ description: "Shared capacity groups by product or operational need.",
109
+ actionLabel: "New Pool",
110
+ emptyMessage: "No pools match the current filters.",
111
+ bulkActivateButton: "Activate",
112
+ bulkActivateConfirm: "Activate Pools",
113
+ bulkActivateTitle: "Activate {selection}?",
114
+ bulkActivateDescription: "This re-enables the selected resource pools for live capacity planning.",
115
+ bulkDeactivateButton: "Deactivate",
116
+ bulkDeactivateConfirm: "Deactivate Pools",
117
+ bulkDeactivateTitle: "Deactivate {selection}?",
118
+ bulkDeactivateDescription: "This keeps the selected pools for reference but removes them from active planning.",
119
+ bulkDeleteButton: "Delete Selected",
120
+ bulkDeleteConfirm: "Delete Pools",
121
+ bulkDeleteTitle: "Delete {selection}?",
122
+ bulkDeleteDescription: "This permanently removes the selected pools and any pool-level grouping they provide.",
123
+ },
124
+ allocations: {
125
+ title: "Allocations",
126
+ description: "Attach pools to products, rules, and start times.",
127
+ actionLabel: "New Allocation",
128
+ emptyMessage: "No allocations match the current filters.",
129
+ bulkDeleteButton: "Delete Selected",
130
+ bulkDeleteConfirm: "Delete Allocations",
131
+ bulkDeleteTitle: "Delete {selection}?",
132
+ bulkDeleteDescription: "This permanently removes the selected allocation rules from resource planning.",
133
+ },
134
+ assignments: {
135
+ title: "Slot Assignments",
136
+ description: "Reserve or assign specific resources against live slots and bookings.",
137
+ actionLabel: "New Assignment",
138
+ emptyMessage: "No assignments match the current filters.",
139
+ bulkAssignButton: "Assign",
140
+ bulkAssignConfirm: "Mark Assigned",
141
+ bulkAssignTitle: "Mark {selection} as assigned?",
142
+ bulkAssignDescription: "This marks the selected reservations as actively assigned without deleting any linkage.",
143
+ bulkReleaseButton: "Release",
144
+ bulkReleaseConfirm: "Release Assignments",
145
+ bulkReleaseTitle: "Release {selection}?",
146
+ bulkReleaseDescription: "This marks the selected reservations as released while keeping the assignment history intact.",
147
+ bulkDeleteButton: "Delete Selected",
148
+ bulkDeleteConfirm: "Delete Assignments",
149
+ bulkDeleteTitle: "Delete {selection}?",
150
+ bulkDeleteDescription: "This permanently removes the selected slot assignments. Use Release if you only need to free the resource.",
151
+ },
152
+ closeouts: {
153
+ title: "Resource Closeouts",
154
+ description: "Block assets for maintenance, charter use, or operational conflicts.",
155
+ actionLabel: "New Closeout",
156
+ emptyMessage: "No closeouts match the current filters.",
157
+ bulkDeleteButton: "Delete Selected",
158
+ bulkDeleteConfirm: "Delete Closeouts",
159
+ bulkDeleteTitle: "Delete {selection}?",
160
+ bulkDeleteDescription: "This permanently removes the selected closeouts and may return the resources to operational use.",
161
+ },
162
+ },
163
+ dialogs: {
164
+ resource: {
165
+ validationNameRequired: "Name is required",
166
+ editTitle: "Edit Resource",
167
+ newTitle: "New Resource",
168
+ supplierLabel: "Supplier",
169
+ noSupplier: "No supplier",
170
+ kindLabel: "Kind",
171
+ nameLabel: "Name",
172
+ namePlaceholder: "Guide Anna",
173
+ codeLabel: "Code",
174
+ codePlaceholder: "G-001",
175
+ capacityLabel: "Capacity",
176
+ notesLabel: "Notes",
177
+ notesPlaceholder: "Languages, certifications, maintenance notes...",
178
+ activeTitle: "Active",
179
+ activeDescription: "Make this resource available for assignment.",
180
+ cancel: "Cancel",
181
+ save: "Save Resource",
182
+ create: "Create Resource",
183
+ },
184
+ pool: {
185
+ validationNameRequired: "Name is required",
186
+ editTitle: "Edit Pool",
187
+ newTitle: "New Pool",
188
+ productLabel: "Product",
189
+ noProduct: "No product",
190
+ kindLabel: "Kind",
191
+ nameLabel: "Name",
192
+ namePlaceholder: "Morning guide pool",
193
+ sharedCapacityLabel: "Shared Capacity",
194
+ notesLabel: "Notes",
195
+ notesPlaceholder: "Shared allocation assumptions or operating rules...",
196
+ activeTitle: "Active",
197
+ activeDescription: "Allow new allocations against this pool.",
198
+ cancel: "Cancel",
199
+ save: "Save Pool",
200
+ create: "Create Pool",
201
+ },
202
+ allocation: {
203
+ validationPoolRequired: "Pool is required",
204
+ validationProductRequired: "Product is required",
205
+ editTitle: "Edit Allocation",
206
+ newTitle: "New Allocation",
207
+ poolLabel: "Pool",
208
+ selectPoolPlaceholder: "Select pool",
209
+ productLabel: "Product",
210
+ selectProductPlaceholder: "Select product",
211
+ ruleLabel: "Rule",
212
+ noRule: "No rule",
213
+ startTimeLabel: "Start Time",
214
+ noStartTime: "No start time",
215
+ quantityRequiredLabel: "Quantity Required",
216
+ priorityLabel: "Priority",
217
+ allocationModeLabel: "Allocation Mode",
218
+ cancel: "Cancel",
219
+ save: "Save Allocation",
220
+ create: "Create Allocation",
221
+ },
222
+ assignment: {
223
+ validationSlotRequired: "Slot is required",
224
+ editTitle: "Edit Assignment",
225
+ newTitle: "New Assignment",
226
+ slotLabel: "Slot",
227
+ selectSlotPlaceholder: "Select slot",
228
+ poolLabel: "Pool",
229
+ noPool: "No pool",
230
+ resourceLabel: "Resource",
231
+ noResource: "No resource",
232
+ bookingLabel: "Booking",
233
+ noBooking: "No booking",
234
+ statusLabel: "Status",
235
+ assignedByLabel: "Assigned By",
236
+ assignedByPlaceholder: "ops-team@voyant.local",
237
+ releasedAtLabel: "Released At",
238
+ notesLabel: "Notes",
239
+ notesPlaceholder: "Crew request, maintenance hold, pairing notes...",
240
+ cancel: "Cancel",
241
+ save: "Save Assignment",
242
+ create: "Create Assignment",
243
+ },
244
+ closeout: {
245
+ validationResourceRequired: "Resource is required",
246
+ validationDateRequired: "Date is required",
247
+ editTitle: "Edit Closeout",
248
+ newTitle: "New Closeout",
249
+ resourceLabel: "Resource",
250
+ selectResourcePlaceholder: "Select resource",
251
+ dateLabel: "Date",
252
+ startsAtLabel: "Starts At",
253
+ endsAtLabel: "Ends At",
254
+ createdByLabel: "Created By",
255
+ createdByPlaceholder: "ops-team@voyant.local",
256
+ reasonLabel: "Reason",
257
+ reasonPlaceholder: "Maintenance, service blackout, private charter...",
258
+ cancel: "Cancel",
259
+ save: "Save Closeout",
260
+ create: "Create Closeout",
261
+ },
262
+ },
263
+ details: {
264
+ backToResources: "Back to Resources",
265
+ openSupplier: "Open Supplier",
266
+ openProduct: "Open Product",
267
+ openPool: "Open Pool",
268
+ openSlot: "Open Slot",
269
+ openResource: "Open Resource",
270
+ delete: "Delete",
271
+ quantityPrefix: "Qty",
272
+ noValue: "-",
273
+ noPool: "No pool",
274
+ noResource: "No resource",
275
+ noBooking: "No booking",
276
+ noRule: "No rule",
277
+ noStartTime: "No start time",
278
+ resource: {
279
+ notFound: "Resource not found",
280
+ deleteConfirm: "Delete this resource?",
281
+ detailsTitle: "Resource Details",
282
+ poolMembershipsTitle: "Pool Memberships",
283
+ poolMembershipsEmpty: "This resource is not in any pools.",
284
+ assignmentsTitle: "Assignments",
285
+ assignmentsEmpty: "No slot assignments for this resource.",
286
+ closeoutsTitle: "Closeouts",
287
+ closeoutsEmpty: "No closeouts recorded for this resource.",
288
+ assignedByLabel: "Assigned by",
289
+ releasedLabel: "Released",
290
+ createdByLabel: "Created by",
291
+ noSupplierAssigned: "No supplier assigned",
292
+ },
293
+ pool: {
294
+ notFound: "Pool not found",
295
+ deleteConfirm: "Delete this resource pool?",
296
+ detailsTitle: "Pool Details",
297
+ membersTitle: "Members",
298
+ membersEmpty: "No resources are assigned to this pool.",
299
+ allocationsTitle: "Allocations",
300
+ allocationsEmpty: "No allocations configured for this pool.",
301
+ liveAssignmentsTitle: "Live Assignments",
302
+ liveAssignmentsEmpty: "No slot assignments reference this pool.",
303
+ noResourcesFallback: "resource",
304
+ priorityLabel: "Priority",
305
+ },
306
+ allocation: {
307
+ notFound: "Allocation not found",
308
+ pageTitle: "Resource Allocation",
309
+ deleteConfirm: "Delete this allocation?",
310
+ detailsTitle: "Allocation Details",
311
+ ruleLabel: "Rule",
312
+ startTimeLabel: "Start Time",
313
+ priorityLabel: "Priority",
314
+ },
315
+ assignment: {
316
+ notFound: "Assignment not found",
317
+ pageTitle: "Slot Assignment",
318
+ deleteConfirm: "Delete this assignment?",
319
+ detailsTitle: "Assignment Details",
320
+ assignedByLabel: "Assigned By",
321
+ releasedLabel: "Released",
322
+ },
323
+ },
324
+ },
325
+ },
326
+ ro: {
327
+ resources: {
328
+ title: "Resurse",
329
+ description: "Administreaza ghizi, vehicule, camere, pool-uri si closeout-uri operationale.",
330
+ searchPlaceholder: "Cauta resurse...",
331
+ allKinds: "Toate tipurile",
332
+ clearFilters: "Reseteaza filtrele",
333
+ verbActivated: "Activate",
334
+ verbDeactivated: "Dezactivate",
335
+ verbAssigned: "Asignate",
336
+ verbReleased: "Eliberate",
337
+ tabResources: "Resurse",
338
+ tabPools: "Pool-uri",
339
+ tabAllocations: "Alocari",
340
+ tabAssignments: "Asignari",
341
+ tabCloseouts: "Closeout-uri",
342
+ openLabel: "Deschide",
343
+ viewLabel: "Vezi",
344
+ activeLabel: "Activ",
345
+ inactiveLabel: "Inactiv",
346
+ supplierLabel: "Furnizor",
347
+ productLabel: "Produs",
348
+ poolLabel: "Pool",
349
+ resourceLabel: "Resursa",
350
+ bookingLabel: "Rezervare",
351
+ slotLabel: "Slot",
352
+ statusLabel: "Status",
353
+ capacityLabel: "Capacitate",
354
+ createdLabel: "Creat",
355
+ updatedLabel: "Actualizat",
356
+ notesTitle: "Note",
357
+ kindLabels: {
358
+ guide: "Ghid",
359
+ vehicle: "Vehicul",
360
+ room: "Camera",
361
+ boat: "Barca",
362
+ equipment: "Echipament",
363
+ other: "Altul",
364
+ },
365
+ assignmentStatusLabels: {
366
+ reserved: "Rezervat",
367
+ assigned: "Asignat",
368
+ released: "Eliberat",
369
+ cancelled: "Anulat",
370
+ completed: "Finalizat",
371
+ },
372
+ allocationModeLabels: {
373
+ shared: "Partajat",
374
+ exclusive: "Exclusiv",
375
+ },
376
+ nouns: {
377
+ resourceSingular: "resursa",
378
+ resourcePlural: "resurse",
379
+ poolSingular: "pool",
380
+ poolPlural: "pool-uri",
381
+ allocationSingular: "alocare",
382
+ allocationPlural: "alocari",
383
+ assignmentSingular: "asignare",
384
+ assignmentPlural: "asignari",
385
+ closeoutSingular: "closeout",
386
+ closeoutPlural: "closeout-uri",
387
+ },
388
+ overview: {
389
+ activeResourcesTitle: "Resurse active",
390
+ activeResourcesDescription: "Active asignabile gata de utilizare",
391
+ activePoolsTitle: "Pool-uri active",
392
+ activePoolsDescription: "Pool-uri cu capacitate partajata active",
393
+ liveAssignmentsTitle: "Asignari active",
394
+ liveAssignmentsDescription: "Acoperire rezervata sau asignata pentru sloturi",
395
+ closeoutsTitle: "Closeout-uri",
396
+ closeoutsDescription: "Blocaje active de mentenanta sau conflict",
397
+ assignmentGapsTitle: "Goluri de asignare",
398
+ assignmentGapsEmpty: "Fiecare rezervare activa are o resursa nominala.",
399
+ assignmentGapStatusLabel: "Status",
400
+ assignmentGapBookingLabel: "Rezervare",
401
+ ownershipGapsTitle: "Goluri de proprietate",
402
+ ownershipGapsEmpty: "Fiecare resursa este legata de un furnizor.",
403
+ ownershipGapNoSupplier: "Fara furnizor asignat",
404
+ },
405
+ toasts: {
406
+ bulkUpdated: "{verb} {selection}.",
407
+ bulkUpdatedPartial: "{verb} {succeeded} din {selection}.",
408
+ bulkDeleted: "Au fost sterse {selection}.",
409
+ bulkDeletedPartial: "Au fost sterse {succeeded} din {selection}.",
410
+ },
411
+ tabs: {
412
+ resources: {
413
+ title: "Resurse",
414
+ description: "Ghizi, vehicule, camere si alte active asignabile.",
415
+ actionLabel: "Resursa noua",
416
+ emptyMessage: "Nicio resursa nu se potriveste filtrelor curente.",
417
+ bulkActivateButton: "Activeaza",
418
+ bulkActivateConfirm: "Activeaza resursele",
419
+ bulkActivateTitle: "Activezi {selection}?",
420
+ bulkActivateDescription: "Aceasta face resursele selectate disponibile din nou pentru asignare si planificare.",
421
+ bulkDeactivateButton: "Dezactiveaza",
422
+ bulkDeactivateConfirm: "Dezactiveaza resursele",
423
+ bulkDeactivateTitle: "Dezactivezi {selection}?",
424
+ bulkDeactivateDescription: "Aceasta pastreaza resursele selectate, dar le scoate din uzul operational activ.",
425
+ bulkDeleteButton: "Sterge selectia",
426
+ bulkDeleteConfirm: "Sterge resursele",
427
+ bulkDeleteTitle: "Stergi {selection}?",
428
+ bulkDeleteDescription: "Aceasta elimina permanent resursele selectate. Foloseste Dezactiveaza daca vrei doar sa le scoti din rotatie.",
429
+ },
430
+ pools: {
431
+ title: "Pool-uri",
432
+ description: "Grupuri de capacitate partajata pe produs sau nevoie operationala.",
433
+ actionLabel: "Pool nou",
434
+ emptyMessage: "Niciun pool nu se potriveste filtrelor curente.",
435
+ bulkActivateButton: "Activeaza",
436
+ bulkActivateConfirm: "Activeaza pool-urile",
437
+ bulkActivateTitle: "Activezi {selection}?",
438
+ bulkActivateDescription: "Aceasta reactiveaza pool-urile selectate pentru planificarea capacitatii.",
439
+ bulkDeactivateButton: "Dezactiveaza",
440
+ bulkDeactivateConfirm: "Dezactiveaza pool-urile",
441
+ bulkDeactivateTitle: "Dezactivezi {selection}?",
442
+ bulkDeactivateDescription: "Aceasta pastreaza pool-urile selectate pentru referinta, dar le scoate din planificarea activa.",
443
+ bulkDeleteButton: "Sterge selectia",
444
+ bulkDeleteConfirm: "Sterge pool-urile",
445
+ bulkDeleteTitle: "Stergi {selection}?",
446
+ bulkDeleteDescription: "Aceasta elimina permanent pool-urile selectate si gruparea operationala oferita de ele.",
447
+ },
448
+ allocations: {
449
+ title: "Alocari",
450
+ description: "Leaga pool-urile de produse, reguli si ore de plecare.",
451
+ actionLabel: "Alocare noua",
452
+ emptyMessage: "Nicio alocare nu se potriveste filtrelor curente.",
453
+ bulkDeleteButton: "Sterge selectia",
454
+ bulkDeleteConfirm: "Sterge alocarile",
455
+ bulkDeleteTitle: "Stergi {selection}?",
456
+ bulkDeleteDescription: "Aceasta elimina permanent regulile de alocare selectate din planificarea resurselor.",
457
+ },
458
+ assignments: {
459
+ title: "Asignari slot",
460
+ description: "Rezerva sau atribuie resurse specifice pentru sloturi si rezervari active.",
461
+ actionLabel: "Asignare noua",
462
+ emptyMessage: "Nicio asignare nu se potriveste filtrelor curente.",
463
+ bulkAssignButton: "Asigneaza",
464
+ bulkAssignConfirm: "Marcheaza ca asignat",
465
+ bulkAssignTitle: "Marchezi {selection} ca asignate?",
466
+ bulkAssignDescription: "Aceasta marcheaza rezervarile selectate ca asignate activ fara a sterge legaturile existente.",
467
+ bulkReleaseButton: "Elibereaza",
468
+ bulkReleaseConfirm: "Elibereaza asignarile",
469
+ bulkReleaseTitle: "Eliberezi {selection}?",
470
+ bulkReleaseDescription: "Aceasta marcheaza rezervarile selectate ca eliberate, pastrand istoricul asignarii.",
471
+ bulkDeleteButton: "Sterge selectia",
472
+ bulkDeleteConfirm: "Sterge asignarile",
473
+ bulkDeleteTitle: "Stergi {selection}?",
474
+ bulkDeleteDescription: "Aceasta elimina permanent asignarile selectate. Foloseste Elibereaza daca vrei doar sa eliberezi resursa.",
475
+ },
476
+ closeouts: {
477
+ title: "Closeout-uri resurse",
478
+ description: "Blocheaza activele pentru mentenanta, curse private sau conflicte operationale.",
479
+ actionLabel: "Closeout nou",
480
+ emptyMessage: "Niciun closeout nu se potriveste filtrelor curente.",
481
+ bulkDeleteButton: "Sterge selectia",
482
+ bulkDeleteConfirm: "Sterge closeout-urile",
483
+ bulkDeleteTitle: "Stergi {selection}?",
484
+ bulkDeleteDescription: "Aceasta elimina permanent closeout-urile selectate si poate readuce resursele in uz operational.",
485
+ },
486
+ },
487
+ dialogs: {
488
+ resource: {
489
+ validationNameRequired: "Numele este obligatoriu",
490
+ editTitle: "Editeaza resursa",
491
+ newTitle: "Resursa noua",
492
+ supplierLabel: "Furnizor",
493
+ noSupplier: "Fara furnizor",
494
+ kindLabel: "Tip",
495
+ nameLabel: "Nume",
496
+ namePlaceholder: "Ghid Ana",
497
+ codeLabel: "Cod",
498
+ codePlaceholder: "G-001",
499
+ capacityLabel: "Capacitate",
500
+ notesLabel: "Note",
501
+ notesPlaceholder: "Limbi vorbite, certificari, note de mentenanta...",
502
+ activeTitle: "Activ",
503
+ activeDescription: "Face aceasta resursa disponibila pentru asignare.",
504
+ cancel: "Anuleaza",
505
+ save: "Salveaza resursa",
506
+ create: "Creeaza resursa",
507
+ },
508
+ pool: {
509
+ validationNameRequired: "Numele este obligatoriu",
510
+ editTitle: "Editeaza pool-ul",
511
+ newTitle: "Pool nou",
512
+ productLabel: "Produs",
513
+ noProduct: "Fara produs",
514
+ kindLabel: "Tip",
515
+ nameLabel: "Nume",
516
+ namePlaceholder: "Pool ghizi de dimineata",
517
+ sharedCapacityLabel: "Capacitate partajata",
518
+ notesLabel: "Note",
519
+ notesPlaceholder: "Ipoteze de alocare partajata sau reguli operationale...",
520
+ activeTitle: "Activ",
521
+ activeDescription: "Permite alocari noi pe acest pool.",
522
+ cancel: "Anuleaza",
523
+ save: "Salveaza pool-ul",
524
+ create: "Creeaza pool-ul",
525
+ },
526
+ allocation: {
527
+ validationPoolRequired: "Pool-ul este obligatoriu",
528
+ validationProductRequired: "Produsul este obligatoriu",
529
+ editTitle: "Editeaza alocarea",
530
+ newTitle: "Alocare noua",
531
+ poolLabel: "Pool",
532
+ selectPoolPlaceholder: "Selecteaza pool-ul",
533
+ productLabel: "Produs",
534
+ selectProductPlaceholder: "Selecteaza produsul",
535
+ ruleLabel: "Regula",
536
+ noRule: "Fara regula",
537
+ startTimeLabel: "Ora de plecare",
538
+ noStartTime: "Fara ora de plecare",
539
+ quantityRequiredLabel: "Cantitate necesara",
540
+ priorityLabel: "Prioritate",
541
+ allocationModeLabel: "Mod de alocare",
542
+ cancel: "Anuleaza",
543
+ save: "Salveaza alocarea",
544
+ create: "Creeaza alocarea",
545
+ },
546
+ assignment: {
547
+ validationSlotRequired: "Slotul este obligatoriu",
548
+ editTitle: "Editeaza asignarea",
549
+ newTitle: "Asignare noua",
550
+ slotLabel: "Slot",
551
+ selectSlotPlaceholder: "Selecteaza slotul",
552
+ poolLabel: "Pool",
553
+ noPool: "Fara pool",
554
+ resourceLabel: "Resursa",
555
+ noResource: "Fara resursa",
556
+ bookingLabel: "Rezervare",
557
+ noBooking: "Fara rezervare",
558
+ statusLabel: "Status",
559
+ assignedByLabel: "Asignat de",
560
+ assignedByPlaceholder: "ops-team@voyant.local",
561
+ releasedAtLabel: "Eliberat la",
562
+ notesLabel: "Note",
563
+ notesPlaceholder: "Cerere echipaj, mentenanta, note de asociere...",
564
+ cancel: "Anuleaza",
565
+ save: "Salveaza asignarea",
566
+ create: "Creeaza asignarea",
567
+ },
568
+ closeout: {
569
+ validationResourceRequired: "Resursa este obligatorie",
570
+ validationDateRequired: "Data este obligatorie",
571
+ editTitle: "Editeaza closeout-ul",
572
+ newTitle: "Closeout nou",
573
+ resourceLabel: "Resursa",
574
+ selectResourcePlaceholder: "Selecteaza resursa",
575
+ dateLabel: "Data",
576
+ startsAtLabel: "Incepe la",
577
+ endsAtLabel: "Se termina la",
578
+ createdByLabel: "Creat de",
579
+ createdByPlaceholder: "ops-team@voyant.local",
580
+ reasonLabel: "Motiv",
581
+ reasonPlaceholder: "Mentenanta, blackout de serviciu, charter privat...",
582
+ cancel: "Anuleaza",
583
+ save: "Salveaza closeout-ul",
584
+ create: "Creeaza closeout-ul",
585
+ },
586
+ },
587
+ details: {
588
+ backToResources: "Inapoi la resurse",
589
+ openSupplier: "Deschide furnizorul",
590
+ openProduct: "Deschide produsul",
591
+ openPool: "Deschide pool-ul",
592
+ openSlot: "Deschide slotul",
593
+ openResource: "Deschide resursa",
594
+ delete: "Sterge",
595
+ quantityPrefix: "Cant",
596
+ noValue: "-",
597
+ noPool: "Fara pool",
598
+ noResource: "Fara resursa",
599
+ noBooking: "Fara rezervare",
600
+ noRule: "Fara regula",
601
+ noStartTime: "Fara ora de plecare",
602
+ resource: {
603
+ notFound: "Resursa nu a fost gasita",
604
+ deleteConfirm: "Stergi aceasta resursa?",
605
+ detailsTitle: "Detalii resursa",
606
+ poolMembershipsTitle: "Apartenenta la pool-uri",
607
+ poolMembershipsEmpty: "Aceasta resursa nu este in niciun pool.",
608
+ assignmentsTitle: "Asignari",
609
+ assignmentsEmpty: "Nu exista asignari de slot pentru aceasta resursa.",
610
+ closeoutsTitle: "Closeout-uri",
611
+ closeoutsEmpty: "Nu exista closeout-uri inregistrate pentru aceasta resursa.",
612
+ assignedByLabel: "Asignat de",
613
+ releasedLabel: "Eliberat",
614
+ createdByLabel: "Creat de",
615
+ noSupplierAssigned: "Fara furnizor asignat",
616
+ },
617
+ pool: {
618
+ notFound: "Pool-ul nu a fost gasit",
619
+ deleteConfirm: "Stergi acest pool de resurse?",
620
+ detailsTitle: "Detalii pool",
621
+ membersTitle: "Membri",
622
+ membersEmpty: "Nicio resursa nu este asignata acestui pool.",
623
+ allocationsTitle: "Alocari",
624
+ allocationsEmpty: "Nu exista alocari configurate pentru acest pool.",
625
+ liveAssignmentsTitle: "Asignari active",
626
+ liveAssignmentsEmpty: "Nicio asignare de slot nu refera acest pool.",
627
+ noResourcesFallback: "resursa",
628
+ priorityLabel: "Prioritate",
629
+ },
630
+ allocation: {
631
+ notFound: "Alocarea nu a fost gasita",
632
+ pageTitle: "Alocare resursa",
633
+ deleteConfirm: "Stergi aceasta alocare?",
634
+ detailsTitle: "Detalii alocare",
635
+ ruleLabel: "Regula",
636
+ startTimeLabel: "Ora de plecare",
637
+ priorityLabel: "Prioritate",
638
+ },
639
+ assignment: {
640
+ notFound: "Asignarea nu a fost gasita",
641
+ pageTitle: "Asignare slot",
642
+ deleteConfirm: "Stergi aceasta asignare?",
643
+ detailsTitle: "Detalii asignare",
644
+ assignedByLabel: "Asignat de",
645
+ releasedLabel: "Eliberat",
646
+ },
647
+ },
648
+ },
649
+ },
650
+ };