@voyantjs/i18n 0.50.7 → 0.51.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.
@@ -228,6 +228,24 @@ export declare const adminAvailabilityMessages: {
228
228
  generatedSlotsTitle: string;
229
229
  generatedSlotsEmpty: string;
230
230
  };
231
+ tabs: {
232
+ allocation: string;
233
+ pickup: string;
234
+ closeouts: string;
235
+ activity: string;
236
+ meta: string;
237
+ allocationUnwired: string;
238
+ activityEmpty: string;
239
+ activityAuditTitle: string;
240
+ metaIdentifiersTitle: string;
241
+ metaLifecycleTitle: string;
242
+ };
243
+ duration: {
244
+ nightSingular: string;
245
+ nightsPlural: string;
246
+ daySingular: string;
247
+ daysPlural: string;
248
+ };
231
249
  };
232
250
  dialogs: {
233
251
  slot: {
@@ -578,6 +596,24 @@ export declare const adminAvailabilityMessages: {
578
596
  generatedSlotsTitle: string;
579
597
  generatedSlotsEmpty: string;
580
598
  };
599
+ tabs: {
600
+ allocation: string;
601
+ pickup: string;
602
+ closeouts: string;
603
+ activity: string;
604
+ meta: string;
605
+ allocationUnwired: string;
606
+ activityEmpty: string;
607
+ activityAuditTitle: string;
608
+ metaIdentifiersTitle: string;
609
+ metaLifecycleTitle: string;
610
+ };
611
+ duration: {
612
+ nightSingular: string;
613
+ nightsPlural: string;
614
+ daySingular: string;
615
+ daysPlural: string;
616
+ };
581
617
  };
582
618
  dialogs: {
583
619
  slot: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2tBrC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+vBrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}
@@ -227,6 +227,24 @@ export const adminAvailabilityMessages = {
227
227
  generatedSlotsTitle: "Generated Slots",
228
228
  generatedSlotsEmpty: "No slots currently use this start time.",
229
229
  },
230
+ tabs: {
231
+ allocation: "Allocation",
232
+ pickup: "Pickup",
233
+ closeouts: "Closeouts",
234
+ activity: "Activity",
235
+ meta: "Meta",
236
+ allocationUnwired: "Allocation manager not wired in this template.",
237
+ activityEmpty: "No activity recorded for this slot yet.",
238
+ activityAuditTitle: "Audit log",
239
+ metaIdentifiersTitle: "Identifiers",
240
+ metaLifecycleTitle: "Lifecycle",
241
+ },
242
+ duration: {
243
+ nightSingular: "1 night",
244
+ nightsPlural: "{count} nights",
245
+ daySingular: "1 day",
246
+ daysPlural: "{count} days",
247
+ },
230
248
  },
231
249
  dialogs: {
232
250
  slot: {
@@ -577,6 +595,24 @@ export const adminAvailabilityMessages = {
577
595
  generatedSlotsTitle: "Sloturi generate",
578
596
  generatedSlotsEmpty: "Niciun slot nu foloseste momentan aceasta ora de plecare.",
579
597
  },
598
+ tabs: {
599
+ allocation: "Alocare",
600
+ pickup: "Pickup",
601
+ closeouts: "Closeout-uri",
602
+ activity: "Activitate",
603
+ meta: "Meta",
604
+ allocationUnwired: "Managerul de alocare nu este conectat in acest template.",
605
+ activityEmpty: "Nu exista activitate inregistrata pentru acest slot.",
606
+ activityAuditTitle: "Jurnal de audit",
607
+ metaIdentifiersTitle: "Identificatori",
608
+ metaLifecycleTitle: "Ciclu de viata",
609
+ },
610
+ duration: {
611
+ nightSingular: "1 noapte",
612
+ nightsPlural: "{count} nopti",
613
+ daySingular: "1 zi",
614
+ daysPlural: "{count} zile",
615
+ },
580
616
  },
581
617
  dialogs: {
582
618
  slot: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/i18n",
3
- "version": "0.50.7",
3
+ "version": "0.51.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {