@voyantjs/i18n 0.70.0 → 0.73.1
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.
|
@@ -251,9 +251,16 @@ export declare const adminAvailabilityMessages: {
|
|
|
251
251
|
kindCustomOption: string;
|
|
252
252
|
kindCustomInputPlaceholder: string;
|
|
253
253
|
capacityLabel: string;
|
|
254
|
+
capacityDerivedHint: string;
|
|
254
255
|
namePatternLabel: string;
|
|
255
256
|
namePatternPlaceholder: string;
|
|
256
257
|
namePatternHint: string;
|
|
258
|
+
seatMapLabel: string;
|
|
259
|
+
seatMapEmpty: string;
|
|
260
|
+
seatMapEditButton: string;
|
|
261
|
+
seatMapSummary: string;
|
|
262
|
+
seatMapDialogTitle: string;
|
|
263
|
+
seatMapDialogDone: string;
|
|
257
264
|
cancel: string;
|
|
258
265
|
save: string;
|
|
259
266
|
createButton: string;
|
|
@@ -664,9 +671,16 @@ export declare const adminAvailabilityMessages: {
|
|
|
664
671
|
kindCustomOption: string;
|
|
665
672
|
kindCustomInputPlaceholder: string;
|
|
666
673
|
capacityLabel: string;
|
|
674
|
+
capacityDerivedHint: string;
|
|
667
675
|
namePatternLabel: string;
|
|
668
676
|
namePatternPlaceholder: string;
|
|
669
677
|
namePatternHint: string;
|
|
678
|
+
seatMapLabel: string;
|
|
679
|
+
seatMapEmpty: string;
|
|
680
|
+
seatMapEditButton: string;
|
|
681
|
+
seatMapSummary: string;
|
|
682
|
+
seatMapDialogTitle: string;
|
|
683
|
+
seatMapDialogDone: string;
|
|
670
684
|
cancel: string;
|
|
671
685
|
save: string;
|
|
672
686
|
createButton: 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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA62BrC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,mBAAmB,CACzD,CAAC,OAAO,yBAAyB,CAAC,CAAC,IAAI,CAAC,CACzC,CAAA"}
|
|
@@ -250,9 +250,16 @@ export const adminAvailabilityMessages = {
|
|
|
250
250
|
kindCustomOption: "Custom…",
|
|
251
251
|
kindCustomInputPlaceholder: "custom_kind",
|
|
252
252
|
capacityLabel: "Capacity",
|
|
253
|
+
capacityDerivedHint: "Capacity is derived from the seat map ({count} seats).",
|
|
253
254
|
namePatternLabel: "Name pattern",
|
|
254
255
|
namePatternPlaceholder: "Room {sequence}",
|
|
255
256
|
namePatternHint: "Use {placeholder} as a placeholder for the auto-numbered index.",
|
|
257
|
+
seatMapLabel: "Seat map",
|
|
258
|
+
seatMapEmpty: "No seat map yet. Start from a preset or build one cell by cell.",
|
|
259
|
+
seatMapEditButton: "Edit seat map",
|
|
260
|
+
seatMapSummary: "{rows} rows · {count} seats",
|
|
261
|
+
seatMapDialogTitle: "Seat map",
|
|
262
|
+
seatMapDialogDone: "Done",
|
|
256
263
|
cancel: "Cancel",
|
|
257
264
|
save: "Save",
|
|
258
265
|
createButton: "Create template",
|
|
@@ -663,9 +670,16 @@ export const adminAvailabilityMessages = {
|
|
|
663
670
|
kindCustomOption: "Personalizat…",
|
|
664
671
|
kindCustomInputPlaceholder: "tip_personalizat",
|
|
665
672
|
capacityLabel: "Capacitate",
|
|
673
|
+
capacityDerivedHint: "Capacitatea este calculata din harta locurilor ({count} scaune).",
|
|
666
674
|
namePatternLabel: "Tipar nume",
|
|
667
675
|
namePatternPlaceholder: "Camera {sequence}",
|
|
668
676
|
namePatternHint: "Foloseste {placeholder} drept marcaj pentru indexul numerotat automat.",
|
|
677
|
+
seatMapLabel: "Harta locurilor",
|
|
678
|
+
seatMapEmpty: "Inca nu exista o harta a locurilor. Porneste de la o configuratie predefinita sau construieste-o celula cu celula.",
|
|
679
|
+
seatMapEditButton: "Editeaza harta locurilor",
|
|
680
|
+
seatMapSummary: "{rows} randuri · {count} scaune",
|
|
681
|
+
seatMapDialogTitle: "Harta locurilor",
|
|
682
|
+
seatMapDialogDone: "Gata",
|
|
669
683
|
cancel: "Anuleaza",
|
|
670
684
|
save: "Salveaza",
|
|
671
685
|
createButton: "Creeaza sablonul",
|