@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,996 @@
1
+ export const operatorAdminProductsMessages = {
2
+ en: {
3
+ products: {
4
+ taxonomy: {
5
+ categories: {
6
+ pageTitle: "Categories",
7
+ pageDescription: "Hierarchical product categories for organizing your catalog.",
8
+ searchPlaceholder: "Search product categories…",
9
+ addCategory: "Add category",
10
+ tableName: "Name",
11
+ tableSlug: "Slug",
12
+ tableParent: "Parent",
13
+ tableStatus: "Status",
14
+ tableActions: "Actions",
15
+ loadFailed: "Failed to load product categories.",
16
+ empty: "No product categories found.",
17
+ parentFallback: "—",
18
+ statusActive: "Active",
19
+ statusInactive: "Inactive",
20
+ edit: "Edit",
21
+ delete: "Delete",
22
+ deleteConfirm: 'Delete category "{name}"?',
23
+ dialogEditTitle: "Edit product category",
24
+ dialogNewTitle: "New product category",
25
+ dialogEditDescription: "Update category hierarchy, slug, and active state.",
26
+ dialogNewDescription: "Create a category for organizing your product catalog.",
27
+ validationNameRequired: "Category name is required.",
28
+ validationSlugRequired: "Category slug is required.",
29
+ saveFailed: "Failed to save product category.",
30
+ nameLabel: "Name",
31
+ namePlaceholder: "Adventure",
32
+ slugLabel: "Slug",
33
+ slugPlaceholder: "adventure",
34
+ parentLabel: "Parent category",
35
+ parentPlaceholder: "Search parent category…",
36
+ descriptionLabel: "Description",
37
+ descriptionPlaceholder: "Category description...",
38
+ sortOrderLabel: "Sort order",
39
+ activeLabel: "Active",
40
+ cancel: "Cancel",
41
+ saveChanges: "Save changes",
42
+ createCategory: "Create category",
43
+ comboboxLoading: "Loading…",
44
+ comboboxEmpty: "No product categories found.",
45
+ },
46
+ tags: {
47
+ searchPlaceholder: "Search product tags…",
48
+ addTag: "Add tag",
49
+ tableName: "Name",
50
+ tableActions: "Actions",
51
+ loadFailed: "Failed to load product tags.",
52
+ empty: "No product tags found.",
53
+ edit: "Edit",
54
+ delete: "Delete",
55
+ deleteConfirm: 'Delete tag "{name}"?',
56
+ dialogEditTitle: "Edit product tag",
57
+ dialogNewTitle: "New product tag",
58
+ dialogEditDescription: "Update the tag used to label and filter products.",
59
+ dialogNewDescription: "Create a reusable tag for filtering and classification.",
60
+ validationNameRequired: "Tag name is required.",
61
+ saveFailed: "Failed to save product tag.",
62
+ nameLabel: "Name",
63
+ namePlaceholder: "Family Friendly",
64
+ cancel: "Cancel",
65
+ saveChanges: "Save changes",
66
+ createTag: "Create tag",
67
+ },
68
+ },
69
+ core: {
70
+ pageTitle: "Products",
71
+ pageDescription: "Manage your quotes, packages, and proposals.",
72
+ searchPlaceholder: "Search products…",
73
+ newProduct: "New product",
74
+ tableName: "Name",
75
+ tableStatus: "Status",
76
+ tableSellAmount: "Sell Amount",
77
+ tablePax: "Pax",
78
+ tableStartDate: "Start Date",
79
+ loadFailed: "Failed to load products.",
80
+ empty: "No products found.",
81
+ noValue: "—",
82
+ statusDraft: "Draft",
83
+ statusActive: "Active",
84
+ statusArchived: "Archived",
85
+ bookingModeDate: "Date",
86
+ bookingModeDateTime: "Date & Time",
87
+ bookingModeOpen: "Open",
88
+ bookingModeStay: "Stay",
89
+ bookingModeTransfer: "Transfer",
90
+ bookingModeItinerary: "Itinerary",
91
+ bookingModeOther: "Other",
92
+ dialogEditTitle: "Edit product",
93
+ dialogNewTitle: "New product",
94
+ dialogEditDescription: "Update product details, pricing, and classification.",
95
+ dialogNewDescription: "Create a new product in your catalog.",
96
+ detailSheetEditTitle: "Edit Product",
97
+ detailSheetNewTitle: "New Product",
98
+ validationNameRequired: "Product name is required.",
99
+ validationSellCurrencyInvalid: "Sell currency must be a 3-letter ISO code.",
100
+ validationIsoCurrency: "Use 3-letter ISO code",
101
+ saveFailed: "Failed to save product.",
102
+ nameLabel: "Name",
103
+ namePlaceholder: "Croatia Explorer 2026",
104
+ descriptionLabel: "Description",
105
+ descriptionPlaceholder: "Brief overview of the product...",
106
+ tagsLabel: "Tags",
107
+ tagInputPlaceholder: "Type a tag and press Enter",
108
+ statusLabel: "Status",
109
+ bookingModeLabel: "Booking Mode",
110
+ productTypeLabel: "Product Type",
111
+ productTypeNone: "None",
112
+ sellCurrencyLabel: "Sell Currency",
113
+ sellAmountLabel: "Sell Amount",
114
+ costAmountLabel: "Cost Amount",
115
+ amountPlaceholder: "0.00",
116
+ cancel: "Cancel",
117
+ saving: "Saving…",
118
+ createProduct: "Create product",
119
+ saveChanges: "Save changes",
120
+ currencySearchPlaceholder: "Search currency...",
121
+ currencyEmpty: "No currency found",
122
+ productTypeSearchPlaceholder: "Search product types…",
123
+ productTypeLoading: "Loading…",
124
+ productTypeEmpty: "No product types found.",
125
+ detailNotFound: "Product not found",
126
+ backToProducts: "Back to Products",
127
+ deleteConfirm: "Are you sure you want to delete this product?",
128
+ deleteMediaConfirm: "Delete this media?",
129
+ deleteDepartureConfirm: "Delete this departure?",
130
+ deleteScheduleConfirm: "Delete this schedule?",
131
+ deleteDayConfirm: "Delete this day and all its services?",
132
+ deleteServiceConfirm: "Delete this service?",
133
+ uploadFailed: "Upload failed",
134
+ breadcrumbProducts: "Products",
135
+ addBooking: "Add Booking",
136
+ delete: "Delete",
137
+ edit: "Edit",
138
+ detailsTitle: "Product Details",
139
+ sellLabel: "Sell",
140
+ costLabel: "Cost",
141
+ marginLabel: "Margin",
142
+ departuresTitle: "Departures",
143
+ newDeparture: "New Departure",
144
+ departuresEmpty: "No departures yet. Add a departure or create a recurring schedule.",
145
+ departureStartColumn: "Start",
146
+ departureEndColumn: "End",
147
+ departureDurationColumn: "Duration",
148
+ departureStatusColumn: "Status",
149
+ departureCapacityColumn: "Capacity",
150
+ departureStatusOpen: "Open",
151
+ departureStatusClosed: "Closed",
152
+ departureStatusSoldOut: "Sold out",
153
+ departureStatusCancelled: "Cancelled",
154
+ schedulesTitle: "Recurring Schedules",
155
+ newSchedule: "New Schedule",
156
+ schedulesEmpty: "No recurring schedules. Define a rule to auto-generate departures.",
157
+ inactiveBadge: "Inactive",
158
+ scheduleSummary: "Max {maxCapacity} pax · {timezone}{cutoff}",
159
+ scheduleCutoffSuffix: " · cutoff {minutes}m",
160
+ channelsTitle: "Channels",
161
+ channelsEmpty: "Not assigned to any channels yet.",
162
+ addChannel: "Add Channel",
163
+ noChannelsDefined: "No channels defined yet.",
164
+ createChannelsInSettings: "Create channels in Settings",
165
+ organizeTitle: "Organize",
166
+ typeLabel: "Type",
167
+ mediaTitle: "Media",
168
+ itineraryTitle: "Itinerary",
169
+ itinerariesTitle: "Itineraries",
170
+ newItinerary: "New itinerary",
171
+ renameItinerary: "Rename itinerary",
172
+ duplicateItinerary: "Duplicate itinerary",
173
+ deleteItinerary: "Delete itinerary",
174
+ setDefaultItinerary: "Set as default",
175
+ defaultBadge: "Default",
176
+ itineraryOptionsLabel: "Itinerary options",
177
+ itineraryRowOptionsLabel: "{name} options",
178
+ noItinerariesYet: "No itinerary yet. Create one to start adding days.",
179
+ deleteItineraryTitle: "Delete itinerary?",
180
+ deleteItineraryDescription: '"{name}" and all its days and services will be permanently removed.',
181
+ confirmDelete: "Delete",
182
+ addDay: "Add Day",
183
+ itineraryEmpty: "No days yet. Add a day to build the itinerary.",
184
+ paginationShowing: "Showing {count} of {total}",
185
+ paginationPage: "Page {page} / {pageCount}",
186
+ paginationPrevious: "Previous",
187
+ paginationNext: "Next",
188
+ unlimitedCapacity: "Unlimited",
189
+ },
190
+ operations: {
191
+ departures: {
192
+ editTitle: "Edit Departure",
193
+ newTitle: "New Departure",
194
+ scheduleLegend: "Schedule",
195
+ availabilityLegend: "Availability",
196
+ startDateLabel: "Start date",
197
+ startTimeLabel: "Start time",
198
+ endDateLabel: "End date",
199
+ endDateOptional: "(optional)",
200
+ endTimeLabel: "End time",
201
+ endTimeOptional: "(optional)",
202
+ datePlaceholder: "Pick a date",
203
+ timezoneLabel: "Timezone",
204
+ timezoneSearchPlaceholder: "Search timezones…",
205
+ timezoneEmpty: "No timezone found.",
206
+ statusLabel: "Status",
207
+ capacityLabel: "Capacity (pax)",
208
+ unlimitedLabel: "Unlimited capacity",
209
+ notesLabel: "Notes",
210
+ notesPlaceholder: "Internal notes...",
211
+ nightsOverrideLabel: "Nights (override)",
212
+ daysOverrideLabel: "Days (override)",
213
+ multiDayHint: "Multi-day departure: {nights} night{nightSuffix} ({days} days) by calendar. Override if needed.",
214
+ validationStartDateRequired: "Start date is required",
215
+ validationStartTimeRequired: "Start time is required",
216
+ validationTimezoneRequired: "Timezone is required",
217
+ validationEndDateOrder: "End date must be on or after start date",
218
+ validationEndTimeOrder: "End time must be after start time on the same day",
219
+ create: "Create Departure",
220
+ },
221
+ schedules: {
222
+ editTitle: "Edit Schedule",
223
+ newTitle: "New Recurring Schedule",
224
+ repeatsLabel: "Repeats",
225
+ everyLabel: "Every",
226
+ weeklyDaysLabel: "On these days",
227
+ monthlyDaysLabel: "On days of the month",
228
+ timezoneLabel: "Timezone",
229
+ timezoneSearchPlaceholder: "Search timezones…",
230
+ timezoneEmpty: "No timezone found.",
231
+ maxCapacityLabel: "Max capacity",
232
+ cutoffLabel: "Cutoff (minutes)",
233
+ activeLabel: "Active",
234
+ activeDescription: "Active (generates new departures)",
235
+ unitDays: "day(s)",
236
+ unitWeeks: "week(s)",
237
+ unitMonths: "month(s)",
238
+ weekdayMon: "Mon",
239
+ weekdayTue: "Tue",
240
+ weekdayWed: "Wed",
241
+ weekdayThu: "Thu",
242
+ weekdayFri: "Fri",
243
+ weekdaySat: "Sat",
244
+ weekdaySun: "Sun",
245
+ frequencyDaily: "Daily",
246
+ frequencyWeekly: "Weekly",
247
+ frequencyMonthly: "Monthly",
248
+ previewEveryDay: "Generates every day",
249
+ previewEveryDays: "Generates every {interval} days",
250
+ previewEveryWeek: "Generates every week",
251
+ previewEveryWeeks: "Generates every {interval} weeks",
252
+ previewEveryMonth: "Generates every month",
253
+ previewEveryMonths: "Generates every {interval} months",
254
+ previewPickWeekday: " — pick at least one weekday",
255
+ previewPickMonthday: " — pick at least one day",
256
+ previewWeekly: "{cadence} on {days}",
257
+ previewMonthly: "{cadence} on day{suffix} {days}",
258
+ previewSuffixDays: "s",
259
+ validationTimezoneRequired: "Timezone is required",
260
+ validationWeekdayRequired: "Select at least one weekday",
261
+ validationMonthdayRequired: "Select at least one day of the month",
262
+ create: "Create Schedule",
263
+ },
264
+ itineraries: {
265
+ editTitle: "Rename itinerary",
266
+ newTitle: "New itinerary",
267
+ nameLabel: "Name",
268
+ namePlaceholder: "e.g. Main itinerary, Family variant",
269
+ setDefaultLabel: "Set as default itinerary",
270
+ firstDefaultHint: "The first itinerary is automatically the default.",
271
+ defaultLockHint: "This is the default. Set another itinerary as default to change it.",
272
+ validationNameRequired: "Name is required",
273
+ cancel: "Cancel",
274
+ create: "Create itinerary",
275
+ save: "Save changes",
276
+ },
277
+ days: {
278
+ editTitle: "Edit Day",
279
+ newTitle: "Add Day",
280
+ dayNumberLabel: "Day Number",
281
+ locationLabel: "Location",
282
+ locationPlaceholder: "Dubrovnik",
283
+ titleLabel: "Title",
284
+ titlePlaceholder: "Arrival in Dubrovnik",
285
+ descriptionLabel: "Description",
286
+ descriptionPlaceholder: "Day overview and activities...",
287
+ photosLabel: "Photos",
288
+ saveToUpload: "Save the day to upload photos.",
289
+ validationDayNumber: "Day number must be at least 1",
290
+ create: "Add Day",
291
+ },
292
+ services: {
293
+ editTitle: "Edit Service",
294
+ newTitle: "Add Service",
295
+ supplierServiceLabel: "Link Supplier Service (optional)",
296
+ supplierServicePlaceholder: "Select a supplier service...",
297
+ serviceTypeLabel: "Service Type",
298
+ nameLabel: "Name",
299
+ namePlaceholder: "Deluxe Sea View Room",
300
+ descriptionLabel: "Description",
301
+ descriptionPlaceholder: "Service details...",
302
+ costCurrencyLabel: "Cost Currency",
303
+ costCurrencyPlaceholder: "EUR",
304
+ costAmountLabel: "Cost Amount",
305
+ costAmountPlaceholder: "150.00",
306
+ quantityLabel: "Quantity",
307
+ quantityPlaceholder: "1",
308
+ sortOrderLabel: "Sort Order",
309
+ sortOrderPlaceholder: "1",
310
+ notesLabel: "Notes",
311
+ notesPlaceholder: "Additional notes...",
312
+ serviceTypeAccommodation: "Accommodation",
313
+ serviceTypeTransfer: "Transfer",
314
+ serviceTypeExperience: "Experience",
315
+ serviceTypeGuide: "Guide",
316
+ serviceTypeMeal: "Meal",
317
+ serviceTypeOther: "Other",
318
+ validationNameRequired: "Name is required",
319
+ validationIsoCurrency: "Use 3-letter ISO code",
320
+ validationCostNonNegative: "Cost must be non-negative",
321
+ create: "Add Service",
322
+ },
323
+ options: {
324
+ editTitle: "Edit Option",
325
+ newTitle: "New Option",
326
+ sectionTitle: "Options",
327
+ addAction: "Add Option",
328
+ empty: "No options yet.",
329
+ defaultBadge: "Default",
330
+ editAction: "Edit",
331
+ deleteAction: "Delete",
332
+ deleteConfirm: 'Delete option "{name}" and all its units and prices?',
333
+ nameLabel: "Name",
334
+ namePlaceholder: "Single Room",
335
+ codeLabel: "Code",
336
+ codePlaceholder: "single",
337
+ descriptionLabel: "Description",
338
+ statusLabel: "Status",
339
+ sortOrderLabel: "Sort order",
340
+ availableFromLabel: "Available from",
341
+ availableToLabel: "Available to",
342
+ optionalDatePlaceholder: "Optional",
343
+ defaultLabel: "Default option",
344
+ statusDraft: "Draft",
345
+ statusActive: "Active",
346
+ statusArchived: "Archived",
347
+ validationNameRequired: "Name is required",
348
+ create: "Create Option",
349
+ },
350
+ units: {
351
+ editTitle: "Edit Unit",
352
+ newTitle: "New Unit",
353
+ sectionTitle: "Units",
354
+ addAction: "Add Unit",
355
+ empty: "No units yet.",
356
+ tableType: "Type",
357
+ tableName: "Name",
358
+ tableQuantity: "Qty",
359
+ tableAge: "Age",
360
+ tableOccupancy: "Occupancy",
361
+ editAction: "Edit",
362
+ deleteAction: "Delete",
363
+ deleteConfirm: 'Delete unit "{name}"?',
364
+ nameLabel: "Name",
365
+ namePlaceholder: "Adult",
366
+ codeLabel: "Code",
367
+ codePlaceholder: "adult",
368
+ typeLabel: "Type",
369
+ sortOrderLabel: "Sort order",
370
+ minQuantityLabel: "Min quantity",
371
+ maxQuantityLabel: "Max quantity",
372
+ minAgeLabel: "Min age",
373
+ maxAgeLabel: "Max age",
374
+ occupancyMinLabel: "Occupancy min",
375
+ occupancyMaxLabel: "Occupancy max",
376
+ descriptionLabel: "Description",
377
+ requiredLabel: "Required",
378
+ hiddenLabel: "Hidden",
379
+ typePerson: "Person",
380
+ typeGroup: "Group",
381
+ typeRoom: "Room",
382
+ typeVehicle: "Vehicle",
383
+ typeService: "Service",
384
+ typeOther: "Other",
385
+ validationNameRequired: "Name is required",
386
+ create: "Create Unit",
387
+ },
388
+ unitPrices: {
389
+ editTitle: "Edit Price",
390
+ newTitle: "Set Price",
391
+ unitLabel: "Unit",
392
+ unitPlaceholder: "Select...",
393
+ categoryLabel: "Category",
394
+ categoryPlaceholder: "Search pricing categories…",
395
+ pricingModeLabel: "Pricing mode",
396
+ pricingModePerUnit: "Per Unit",
397
+ pricingModePerPerson: "Per Person",
398
+ pricingModePerBooking: "Per Booking",
399
+ pricingModeIncluded: "Included",
400
+ pricingModeFree: "Free",
401
+ pricingModeOnRequest: "On Request",
402
+ sellLabel: "Sell",
403
+ costLabel: "Cost",
404
+ minQuantityLabel: "Min quantity",
405
+ maxQuantityLabel: "Max quantity",
406
+ sortOrderLabel: "Sort order",
407
+ activeLabel: "Active",
408
+ notesLabel: "Notes",
409
+ validationUnitRequired: "Unit is required",
410
+ create: "Set Price",
411
+ },
412
+ priceRules: {
413
+ editTitle: "Edit Price Rule",
414
+ newTitle: "New Price Rule",
415
+ sectionTitle: "Pricing",
416
+ addAction: "Add Price Rule",
417
+ empty: "No price rules yet. Link a catalog to start pricing.",
418
+ unitCategoryTitle: "Unit x Category Pricing",
419
+ addUnitsHint: "Add units to configure pricing.",
420
+ createCategoriesHint: "Create global pricing categories in Settings first.",
421
+ tableUnit: "Unit",
422
+ editAction: "Edit",
423
+ deleteAction: "Delete",
424
+ deleteRuleConfirm: 'Delete price rule "{name}"?',
425
+ deleteCellConfirm: "Delete this price cell?",
426
+ defaultBadge: "Default",
427
+ activeBadge: "Active",
428
+ inactiveBadge: "Inactive",
429
+ baseSellLabel: "Base sell",
430
+ baseCostLabel: "Base cost",
431
+ allCategoriesLabel: "All categories",
432
+ catalogLabel: "Catalog",
433
+ scheduleLabel: "Schedule (optional)",
434
+ cancellationPolicyLabel: "Cancellation policy (optional)",
435
+ nameLabel: "Name",
436
+ namePlaceholder: "Public Rate",
437
+ pricingModeLabel: "Pricing mode",
438
+ pricingModePerPerson: "Per Person",
439
+ pricingModePerBooking: "Per Booking",
440
+ pricingModeStartingFrom: "Starting From",
441
+ pricingModeFree: "Free",
442
+ pricingModeOnRequest: "On Request",
443
+ baseSellInputLabel: "Base sell",
444
+ baseCostInputLabel: "Base cost",
445
+ codeLabel: "Code",
446
+ codePlaceholder: "public-eur",
447
+ descriptionLabel: "Description",
448
+ minPerBookingLabel: "Min per booking",
449
+ maxPerBookingLabel: "Max per booking",
450
+ allCategoriesSwitchLabel: "All categories",
451
+ defaultSwitchLabel: "Default",
452
+ activeSwitchLabel: "Active",
453
+ notesLabel: "Notes",
454
+ validationCatalogRequired: "Catalog is required",
455
+ validationNameRequired: "Name is required",
456
+ create: "Create Rule",
457
+ },
458
+ media: {
459
+ emptySummary: "No media yet.",
460
+ itemCount: "{count} item{suffix}",
461
+ cancelReorder: "Cancel",
462
+ saveOrder: "Save order",
463
+ reorder: "Reorder",
464
+ upload: "Upload",
465
+ emptyState: "No media yet. Upload images or videos.",
466
+ setCover: "Set cover",
467
+ cover: "Cover",
468
+ delete: "Delete",
469
+ deleteConfirm: "Delete this item?",
470
+ drag: "Drag",
471
+ viewerTitle: "Media viewer",
472
+ close: "Close",
473
+ previous: "Previous",
474
+ next: "Next",
475
+ },
476
+ dayRows: {
477
+ title: "Day {dayNumber}",
478
+ photoCount: "{count} photo{suffix}",
479
+ editAction: "Edit",
480
+ addServiceAction: "Add Service",
481
+ deleteAction: "Delete",
482
+ emptyServices: "No services yet.",
483
+ tableName: "Name",
484
+ tableType: "Type",
485
+ tableCost: "Cost",
486
+ tableQuantity: "Qty",
487
+ },
488
+ versions: {
489
+ dialogTitle: "Create Version Snapshot",
490
+ description: "This will save a snapshot of the current product with all its days and services.",
491
+ notesLabel: "Notes (optional)",
492
+ notesPlaceholder: "What changed in this version...",
493
+ cancel: "Cancel",
494
+ create: "Create Version",
495
+ },
496
+ },
497
+ },
498
+ },
499
+ ro: {
500
+ products: {
501
+ taxonomy: {
502
+ categories: {
503
+ pageTitle: "Categorii",
504
+ pageDescription: "Categorii ierarhice de produse pentru organizarea catalogului.",
505
+ searchPlaceholder: "Cauta categorii de produse…",
506
+ addCategory: "Adauga categorie",
507
+ tableName: "Nume",
508
+ tableSlug: "Slug",
509
+ tableParent: "Parinte",
510
+ tableStatus: "Status",
511
+ tableActions: "Actiuni",
512
+ loadFailed: "Categoriile de produse nu au putut fi incarcate.",
513
+ empty: "Nu au fost gasite categorii de produse.",
514
+ parentFallback: "—",
515
+ statusActive: "Activa",
516
+ statusInactive: "Inactiva",
517
+ edit: "Editeaza",
518
+ delete: "Sterge",
519
+ deleteConfirm: "Stergi categoria „{name}”?",
520
+ dialogEditTitle: "Editeaza categoria de produs",
521
+ dialogNewTitle: "Categorie de produs noua",
522
+ dialogEditDescription: "Actualizeaza ierarhia, slug-ul si starea categoriei.",
523
+ dialogNewDescription: "Creeaza o categorie pentru organizarea catalogului de produse.",
524
+ validationNameRequired: "Numele categoriei este obligatoriu.",
525
+ validationSlugRequired: "Slug-ul categoriei este obligatoriu.",
526
+ saveFailed: "Categoria de produs nu a putut fi salvata.",
527
+ nameLabel: "Nume",
528
+ namePlaceholder: "Aventura",
529
+ slugLabel: "Slug",
530
+ slugPlaceholder: "aventura",
531
+ parentLabel: "Categorie parinte",
532
+ parentPlaceholder: "Cauta categoria parinte…",
533
+ descriptionLabel: "Descriere",
534
+ descriptionPlaceholder: "Descriere categorie...",
535
+ sortOrderLabel: "Ordine de sortare",
536
+ activeLabel: "Activa",
537
+ cancel: "Anuleaza",
538
+ saveChanges: "Salveaza modificarile",
539
+ createCategory: "Creeaza categoria",
540
+ comboboxLoading: "Se incarca…",
541
+ comboboxEmpty: "Nu au fost gasite categorii de produse.",
542
+ },
543
+ tags: {
544
+ searchPlaceholder: "Cauta etichete de produse…",
545
+ addTag: "Adauga eticheta",
546
+ tableName: "Nume",
547
+ tableActions: "Actiuni",
548
+ loadFailed: "Etichetele de produse nu au putut fi incarcate.",
549
+ empty: "Nu au fost gasite etichete de produse.",
550
+ edit: "Editeaza",
551
+ delete: "Sterge",
552
+ deleteConfirm: "Stergi eticheta „{name}”?",
553
+ dialogEditTitle: "Editeaza eticheta de produs",
554
+ dialogNewTitle: "Eticheta de produs noua",
555
+ dialogEditDescription: "Actualizeaza eticheta folosita pentru etichetarea si filtrarea produselor.",
556
+ dialogNewDescription: "Creeaza o eticheta reutilizabila pentru filtrare si clasificare.",
557
+ validationNameRequired: "Numele etichetei este obligatoriu.",
558
+ saveFailed: "Eticheta de produs nu a putut fi salvata.",
559
+ nameLabel: "Nume",
560
+ namePlaceholder: "Potrivit pentru familie",
561
+ cancel: "Anuleaza",
562
+ saveChanges: "Salveaza modificarile",
563
+ createTag: "Creeaza eticheta",
564
+ },
565
+ },
566
+ core: {
567
+ pageTitle: "Produse",
568
+ pageDescription: "Administreaza ofertele, pachetele si propunerile tale.",
569
+ searchPlaceholder: "Cauta produse…",
570
+ newProduct: "Produs nou",
571
+ tableName: "Nume",
572
+ tableStatus: "Status",
573
+ tableSellAmount: "Pret vanzare",
574
+ tablePax: "Pax",
575
+ tableStartDate: "Data inceput",
576
+ loadFailed: "Produsele nu au putut fi incarcate.",
577
+ empty: "Nu au fost gasite produse.",
578
+ noValue: "—",
579
+ statusDraft: "Ciorna",
580
+ statusActive: "Activ",
581
+ statusArchived: "Arhivat",
582
+ bookingModeDate: "Data",
583
+ bookingModeDateTime: "Data si ora",
584
+ bookingModeOpen: "Deschis",
585
+ bookingModeStay: "Sejur",
586
+ bookingModeTransfer: "Transfer",
587
+ bookingModeItinerary: "Itinerariu",
588
+ bookingModeOther: "Altul",
589
+ dialogEditTitle: "Editeaza produsul",
590
+ dialogNewTitle: "Produs nou",
591
+ dialogEditDescription: "Actualizeaza detaliile produsului, preturile si clasificarea.",
592
+ dialogNewDescription: "Creeaza un produs nou in catalogul tau.",
593
+ detailSheetEditTitle: "Editeaza produsul",
594
+ detailSheetNewTitle: "Produs nou",
595
+ validationNameRequired: "Numele produsului este obligatoriu.",
596
+ validationSellCurrencyInvalid: "Moneda de vanzare trebuie sa fie un cod ISO din 3 litere.",
597
+ validationIsoCurrency: "Foloseste cod ISO din 3 litere",
598
+ saveFailed: "Produsul nu a putut fi salvat.",
599
+ nameLabel: "Nume",
600
+ namePlaceholder: "Croatia Explorer 2026",
601
+ descriptionLabel: "Descriere",
602
+ descriptionPlaceholder: "Prezentare scurta a produsului...",
603
+ tagsLabel: "Etichete",
604
+ tagInputPlaceholder: "Scrie o eticheta si apasa Enter",
605
+ statusLabel: "Status",
606
+ bookingModeLabel: "Mod rezervare",
607
+ productTypeLabel: "Tip produs",
608
+ productTypeNone: "Niciunul",
609
+ sellCurrencyLabel: "Moneda vanzare",
610
+ sellAmountLabel: "Pret vanzare",
611
+ costAmountLabel: "Cost",
612
+ amountPlaceholder: "0.00",
613
+ cancel: "Anuleaza",
614
+ saving: "Se salveaza…",
615
+ createProduct: "Creeaza produsul",
616
+ saveChanges: "Salveaza modificarile",
617
+ currencySearchPlaceholder: "Cauta moneda...",
618
+ currencyEmpty: "Nu a fost gasita nicio moneda",
619
+ productTypeSearchPlaceholder: "Cauta tipuri de produs…",
620
+ productTypeLoading: "Se incarca…",
621
+ productTypeEmpty: "Nu au fost gasite tipuri de produs.",
622
+ detailNotFound: "Produsul nu a fost gasit",
623
+ backToProducts: "Inapoi la produse",
624
+ deleteConfirm: "Sigur vrei sa stergi acest produs?",
625
+ deleteMediaConfirm: "Stergi acest element media?",
626
+ deleteDepartureConfirm: "Stergi aceasta plecare?",
627
+ deleteScheduleConfirm: "Stergi acest program?",
628
+ deleteDayConfirm: "Stergi aceasta zi si toate serviciile ei?",
629
+ deleteServiceConfirm: "Stergi acest serviciu?",
630
+ uploadFailed: "Incarcarea a esuat",
631
+ breadcrumbProducts: "Produse",
632
+ addBooking: "Adauga rezervare",
633
+ delete: "Sterge",
634
+ edit: "Editeaza",
635
+ detailsTitle: "Detalii produs",
636
+ sellLabel: "Vanzare",
637
+ costLabel: "Cost",
638
+ marginLabel: "Marja",
639
+ departuresTitle: "Plecari",
640
+ newDeparture: "Plecare noua",
641
+ departuresEmpty: "Nu exista plecari momentan. Adauga o plecare sau creeaza un program recurent.",
642
+ departureStartColumn: "Start",
643
+ departureEndColumn: "Sfarsit",
644
+ departureDurationColumn: "Durata",
645
+ departureStatusColumn: "Status",
646
+ departureCapacityColumn: "Capacitate",
647
+ departureStatusOpen: "Deschis",
648
+ departureStatusClosed: "Inchis",
649
+ departureStatusSoldOut: "Epuizat",
650
+ departureStatusCancelled: "Anulat",
651
+ schedulesTitle: "Programe recurente",
652
+ newSchedule: "Program nou",
653
+ schedulesEmpty: "Nu exista programe recurente. Defineste o regula pentru a genera automat plecari.",
654
+ inactiveBadge: "Inactiv",
655
+ scheduleSummary: "Max {maxCapacity} pax · {timezone}{cutoff}",
656
+ scheduleCutoffSuffix: " · cutoff {minutes}m",
657
+ channelsTitle: "Canale",
658
+ channelsEmpty: "Nu este asignat niciunui canal momentan.",
659
+ addChannel: "Adauga canal",
660
+ noChannelsDefined: "Nu exista canale definite momentan.",
661
+ createChannelsInSettings: "Creeaza canale in Setari",
662
+ organizeTitle: "Organizare",
663
+ typeLabel: "Tip",
664
+ mediaTitle: "Media",
665
+ itineraryTitle: "Itinerariu",
666
+ itinerariesTitle: "Itinerarii",
667
+ newItinerary: "Itinerariu nou",
668
+ renameItinerary: "Redenumeste itinerariul",
669
+ duplicateItinerary: "Duplica itinerariul",
670
+ deleteItinerary: "Sterge itinerariul",
671
+ setDefaultItinerary: "Seteaza ca implicit",
672
+ defaultBadge: "Implicit",
673
+ itineraryOptionsLabel: "Optiuni itinerariu",
674
+ itineraryRowOptionsLabel: "Optiuni {name}",
675
+ noItinerariesYet: "Nu exista niciun itinerariu. Creeaza unul pentru a adauga zile.",
676
+ deleteItineraryTitle: "Stergi itinerariul?",
677
+ deleteItineraryDescription: '"{name}" si toate zilele si serviciile sale vor fi sterse definitiv.',
678
+ confirmDelete: "Sterge",
679
+ addDay: "Adauga zi",
680
+ itineraryEmpty: "Nu exista zile momentan. Adauga o zi pentru a construi itinerariul.",
681
+ paginationShowing: "Afisare {count} din {total}",
682
+ paginationPage: "Pagina {page} / {pageCount}",
683
+ paginationPrevious: "Anterior",
684
+ paginationNext: "Urmator",
685
+ unlimitedCapacity: "Nelimitat",
686
+ },
687
+ operations: {
688
+ departures: {
689
+ editTitle: "Editeaza plecarea",
690
+ newTitle: "Plecare noua",
691
+ scheduleLegend: "Program",
692
+ availabilityLegend: "Disponibilitate",
693
+ startDateLabel: "Data inceput",
694
+ startTimeLabel: "Ora inceput",
695
+ endDateLabel: "Data sfarsit",
696
+ endDateOptional: "(optional)",
697
+ endTimeLabel: "Ora sfarsit",
698
+ endTimeOptional: "(optional)",
699
+ datePlaceholder: "Alege o data",
700
+ timezoneLabel: "Fus orar",
701
+ timezoneSearchPlaceholder: "Cauta fusuri orare…",
702
+ timezoneEmpty: "Nu a fost gasit niciun fus orar.",
703
+ statusLabel: "Status",
704
+ capacityLabel: "Capacitate (pax)",
705
+ unlimitedLabel: "Capacitate nelimitata",
706
+ notesLabel: "Note",
707
+ notesPlaceholder: "Note interne...",
708
+ nightsOverrideLabel: "Nopti (suprascriere)",
709
+ daysOverrideLabel: "Zile (suprascriere)",
710
+ multiDayHint: "Plecare pe mai multe zile: {nights} noapte{nightSuffix} ({days} zile) dupa calendar. Suprascrie daca este necesar.",
711
+ validationStartDateRequired: "Data de inceput este obligatorie",
712
+ validationStartTimeRequired: "Ora de inceput este obligatorie",
713
+ validationTimezoneRequired: "Fusul orar este obligatoriu",
714
+ validationEndDateOrder: "Data de sfarsit trebuie sa fie in aceeasi zi sau dupa data de inceput",
715
+ validationEndTimeOrder: "Ora de sfarsit trebuie sa fie dupa ora de inceput in aceeasi zi",
716
+ create: "Creeaza plecarea",
717
+ },
718
+ schedules: {
719
+ editTitle: "Editeaza programul",
720
+ newTitle: "Program recurent nou",
721
+ repeatsLabel: "Se repeta",
722
+ everyLabel: "La fiecare",
723
+ weeklyDaysLabel: "In aceste zile",
724
+ monthlyDaysLabel: "In aceste zile ale lunii",
725
+ timezoneLabel: "Fus orar",
726
+ timezoneSearchPlaceholder: "Cauta fusuri orare…",
727
+ timezoneEmpty: "Nu a fost gasit niciun fus orar.",
728
+ maxCapacityLabel: "Capacitate maxima",
729
+ cutoffLabel: "Cutoff (minute)",
730
+ activeLabel: "Activ",
731
+ activeDescription: "Activ (genereaza plecari noi)",
732
+ unitDays: "zi(le)",
733
+ unitWeeks: "saptamana(i)",
734
+ unitMonths: "luna(i)",
735
+ weekdayMon: "Lun",
736
+ weekdayTue: "Mar",
737
+ weekdayWed: "Mie",
738
+ weekdayThu: "Joi",
739
+ weekdayFri: "Vin",
740
+ weekdaySat: "Sam",
741
+ weekdaySun: "Dum",
742
+ frequencyDaily: "Zilnic",
743
+ frequencyWeekly: "Saptamanal",
744
+ frequencyMonthly: "Lunar",
745
+ previewEveryDay: "Genereaza in fiecare zi",
746
+ previewEveryDays: "Genereaza la fiecare {interval} zile",
747
+ previewEveryWeek: "Genereaza in fiecare saptamana",
748
+ previewEveryWeeks: "Genereaza la fiecare {interval} saptamani",
749
+ previewEveryMonth: "Genereaza in fiecare luna",
750
+ previewEveryMonths: "Genereaza la fiecare {interval} luni",
751
+ previewPickWeekday: " — alege cel putin o zi a saptamanii",
752
+ previewPickMonthday: " — alege cel putin o zi a lunii",
753
+ previewWeekly: "{cadence} in {days}",
754
+ previewMonthly: "{cadence} in ziua{suffix} {days}",
755
+ previewSuffixDays: "le",
756
+ validationTimezoneRequired: "Fusul orar este obligatoriu",
757
+ validationWeekdayRequired: "Selecteaza cel putin o zi a saptamanii",
758
+ validationMonthdayRequired: "Selecteaza cel putin o zi a lunii",
759
+ create: "Creeaza programul",
760
+ },
761
+ itineraries: {
762
+ editTitle: "Redenumeste itinerariul",
763
+ newTitle: "Itinerariu nou",
764
+ nameLabel: "Nume",
765
+ namePlaceholder: "ex. Itinerariu principal, Varianta familie",
766
+ setDefaultLabel: "Seteaza ca itinerariu implicit",
767
+ firstDefaultHint: "Primul itinerariu devine automat implicit.",
768
+ defaultLockHint: "Acesta este implicit. Seteaza alt itinerariu ca implicit pentru a schimba.",
769
+ validationNameRequired: "Numele este obligatoriu",
770
+ cancel: "Anuleaza",
771
+ create: "Creeaza itinerariul",
772
+ save: "Salveaza",
773
+ },
774
+ days: {
775
+ editTitle: "Editeaza ziua",
776
+ newTitle: "Adauga zi",
777
+ dayNumberLabel: "Numar zi",
778
+ locationLabel: "Locatie",
779
+ locationPlaceholder: "Dubrovnik",
780
+ titleLabel: "Titlu",
781
+ titlePlaceholder: "Sosire in Dubrovnik",
782
+ descriptionLabel: "Descriere",
783
+ descriptionPlaceholder: "Prezentarea zilei si activitatile...",
784
+ photosLabel: "Poze",
785
+ saveToUpload: "Salveaza ziua pentru a incarca fotografii.",
786
+ validationDayNumber: "Numarul zilei trebuie sa fie cel putin 1",
787
+ create: "Adauga zi",
788
+ },
789
+ services: {
790
+ editTitle: "Editeaza serviciul",
791
+ newTitle: "Adauga serviciu",
792
+ supplierServiceLabel: "Leaga serviciul furnizorului (optional)",
793
+ supplierServicePlaceholder: "Selecteaza un serviciu de furnizor...",
794
+ serviceTypeLabel: "Tip serviciu",
795
+ nameLabel: "Nume",
796
+ namePlaceholder: "Camera deluxe cu vedere la mare",
797
+ descriptionLabel: "Descriere",
798
+ descriptionPlaceholder: "Detalii serviciu...",
799
+ costCurrencyLabel: "Moneda cost",
800
+ costCurrencyPlaceholder: "EUR",
801
+ costAmountLabel: "Cost",
802
+ costAmountPlaceholder: "150.00",
803
+ quantityLabel: "Cantitate",
804
+ quantityPlaceholder: "1",
805
+ sortOrderLabel: "Ordine sortare",
806
+ sortOrderPlaceholder: "1",
807
+ notesLabel: "Note",
808
+ notesPlaceholder: "Note suplimentare...",
809
+ serviceTypeAccommodation: "Cazare",
810
+ serviceTypeTransfer: "Transfer",
811
+ serviceTypeExperience: "Experienta",
812
+ serviceTypeGuide: "Ghid",
813
+ serviceTypeMeal: "Masa",
814
+ serviceTypeOther: "Altul",
815
+ validationNameRequired: "Numele este obligatoriu",
816
+ validationIsoCurrency: "Foloseste cod ISO din 3 litere",
817
+ validationCostNonNegative: "Costul trebuie sa fie pozitiv sau zero",
818
+ create: "Adauga serviciul",
819
+ },
820
+ options: {
821
+ editTitle: "Editeaza optiunea",
822
+ newTitle: "Optiune noua",
823
+ sectionTitle: "Optiuni",
824
+ addAction: "Adauga optiune",
825
+ empty: "Nu exista optiuni momentan.",
826
+ defaultBadge: "Implicita",
827
+ editAction: "Editeaza",
828
+ deleteAction: "Sterge",
829
+ deleteConfirm: 'Stergi optiunea "{name}" si toate unitatile si preturile ei?',
830
+ nameLabel: "Nume",
831
+ namePlaceholder: "Camera single",
832
+ codeLabel: "Cod",
833
+ codePlaceholder: "single",
834
+ descriptionLabel: "Descriere",
835
+ statusLabel: "Status",
836
+ sortOrderLabel: "Ordine sortare",
837
+ availableFromLabel: "Disponibil de la",
838
+ availableToLabel: "Disponibil pana la",
839
+ optionalDatePlaceholder: "Optional",
840
+ defaultLabel: "Optiune implicita",
841
+ statusDraft: "Ciorna",
842
+ statusActive: "Activ",
843
+ statusArchived: "Arhivat",
844
+ validationNameRequired: "Numele este obligatoriu",
845
+ create: "Creeaza optiunea",
846
+ },
847
+ units: {
848
+ editTitle: "Editeaza unitatea",
849
+ newTitle: "Unitate noua",
850
+ sectionTitle: "Unitati",
851
+ addAction: "Adauga unitate",
852
+ empty: "Nu exista unitati momentan.",
853
+ tableType: "Tip",
854
+ tableName: "Nume",
855
+ tableQuantity: "Cant.",
856
+ tableAge: "Varsta",
857
+ tableOccupancy: "Ocupare",
858
+ editAction: "Editeaza",
859
+ deleteAction: "Sterge",
860
+ deleteConfirm: 'Stergi unitatea "{name}"?',
861
+ nameLabel: "Nume",
862
+ namePlaceholder: "Adult",
863
+ codeLabel: "Cod",
864
+ codePlaceholder: "adult",
865
+ typeLabel: "Tip",
866
+ sortOrderLabel: "Ordine sortare",
867
+ minQuantityLabel: "Cantitate minima",
868
+ maxQuantityLabel: "Cantitate maxima",
869
+ minAgeLabel: "Varsta minima",
870
+ maxAgeLabel: "Varsta maxima",
871
+ occupancyMinLabel: "Ocupare minima",
872
+ occupancyMaxLabel: "Ocupare maxima",
873
+ descriptionLabel: "Descriere",
874
+ requiredLabel: "Obligatorie",
875
+ hiddenLabel: "Ascunsa",
876
+ typePerson: "Persoana",
877
+ typeGroup: "Grup",
878
+ typeRoom: "Camera",
879
+ typeVehicle: "Vehicul",
880
+ typeService: "Serviciu",
881
+ typeOther: "Altul",
882
+ validationNameRequired: "Numele este obligatoriu",
883
+ create: "Creeaza unitatea",
884
+ },
885
+ unitPrices: {
886
+ editTitle: "Editeaza pretul",
887
+ newTitle: "Seteaza pretul",
888
+ unitLabel: "Unitate",
889
+ unitPlaceholder: "Selecteaza...",
890
+ categoryLabel: "Categorie",
891
+ categoryPlaceholder: "Cauta categorii de pret…",
892
+ pricingModeLabel: "Mod de tarifare",
893
+ pricingModePerUnit: "Per unitate",
894
+ pricingModePerPerson: "Per persoana",
895
+ pricingModePerBooking: "Per rezervare",
896
+ pricingModeIncluded: "Inclus",
897
+ pricingModeFree: "Gratuit",
898
+ pricingModeOnRequest: "La cerere",
899
+ sellLabel: "Vanzare",
900
+ costLabel: "Cost",
901
+ minQuantityLabel: "Cantitate minima",
902
+ maxQuantityLabel: "Cantitate maxima",
903
+ sortOrderLabel: "Ordine sortare",
904
+ activeLabel: "Activ",
905
+ notesLabel: "Note",
906
+ validationUnitRequired: "Unitatea este obligatorie",
907
+ create: "Seteaza pretul",
908
+ },
909
+ priceRules: {
910
+ editTitle: "Editeaza regula de pret",
911
+ newTitle: "Regula de pret noua",
912
+ sectionTitle: "Preturi",
913
+ addAction: "Adauga regula de pret",
914
+ empty: "Nu exista reguli de pret momentan. Leaga un catalog pentru a incepe tarifarea.",
915
+ unitCategoryTitle: "Preturi pe unitate x categorie",
916
+ addUnitsHint: "Adauga unitati pentru a configura preturile.",
917
+ createCategoriesHint: "Creeaza mai intai categoriile globale de pret in Setari.",
918
+ tableUnit: "Unitate",
919
+ editAction: "Editeaza",
920
+ deleteAction: "Sterge",
921
+ deleteRuleConfirm: 'Stergi regula de pret "{name}"?',
922
+ deleteCellConfirm: "Stergi aceasta celula de pret?",
923
+ defaultBadge: "Implicita",
924
+ activeBadge: "Activa",
925
+ inactiveBadge: "Inactiva",
926
+ baseSellLabel: "Vanzare baza",
927
+ baseCostLabel: "Cost baza",
928
+ allCategoriesLabel: "Toate categoriile",
929
+ catalogLabel: "Catalog",
930
+ scheduleLabel: "Program (optional)",
931
+ cancellationPolicyLabel: "Politica de anulare (optional)",
932
+ nameLabel: "Nume",
933
+ namePlaceholder: "Tarif public",
934
+ pricingModeLabel: "Mod de tarifare",
935
+ pricingModePerPerson: "Per persoana",
936
+ pricingModePerBooking: "Per rezervare",
937
+ pricingModeStartingFrom: "De la",
938
+ pricingModeFree: "Gratuit",
939
+ pricingModeOnRequest: "La cerere",
940
+ baseSellInputLabel: "Vanzare baza",
941
+ baseCostInputLabel: "Cost baza",
942
+ codeLabel: "Cod",
943
+ codePlaceholder: "public-eur",
944
+ descriptionLabel: "Descriere",
945
+ minPerBookingLabel: "Minim per rezervare",
946
+ maxPerBookingLabel: "Maxim per rezervare",
947
+ allCategoriesSwitchLabel: "Toate categoriile",
948
+ defaultSwitchLabel: "Implicita",
949
+ activeSwitchLabel: "Activa",
950
+ notesLabel: "Note",
951
+ validationCatalogRequired: "Catalogul este obligatoriu",
952
+ validationNameRequired: "Numele este obligatoriu",
953
+ create: "Creeaza regula",
954
+ },
955
+ media: {
956
+ emptySummary: "Nu exista media momentan.",
957
+ itemCount: "{count} element{suffix}",
958
+ cancelReorder: "Anuleaza",
959
+ saveOrder: "Salveaza ordinea",
960
+ reorder: "Reordoneaza",
961
+ upload: "Incarca",
962
+ emptyState: "Nu exista media momentan. Incarca imagini sau videoclipuri.",
963
+ setCover: "Seteaza coperta",
964
+ cover: "Coperta",
965
+ delete: "Sterge",
966
+ deleteConfirm: "Stergi acest element?",
967
+ drag: "Trage",
968
+ viewerTitle: "Vizualizator media",
969
+ close: "Inchide",
970
+ previous: "Anterior",
971
+ next: "Urmator",
972
+ },
973
+ dayRows: {
974
+ title: "Ziua {dayNumber}",
975
+ photoCount: "{count} media",
976
+ editAction: "Editeaza",
977
+ addServiceAction: "Adauga serviciu",
978
+ deleteAction: "Sterge",
979
+ emptyServices: "Nu exista servicii momentan.",
980
+ tableName: "Nume",
981
+ tableType: "Tip",
982
+ tableCost: "Cost",
983
+ tableQuantity: "Cant.",
984
+ },
985
+ versions: {
986
+ dialogTitle: "Creeaza snapshot de versiune",
987
+ description: "Aceasta actiune va salva un snapshot al produsului curent cu toate zilele si serviciile lui.",
988
+ notesLabel: "Note (optional)",
989
+ notesPlaceholder: "Ce s-a schimbat in aceasta versiune...",
990
+ cancel: "Anuleaza",
991
+ create: "Creeaza versiunea",
992
+ },
993
+ },
994
+ },
995
+ },
996
+ };