@seatlayer/core 0.50.2 → 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.
- package/dist/de-V53JPFHN.js +292 -0
- package/dist/de-V53JPFHN.js.map +1 -0
- package/dist/es-37ISLCZA.js +292 -0
- package/dist/es-37ISLCZA.js.map +1 -0
- package/dist/fr-QKK2T64Q.js +292 -0
- package/dist/fr-QKK2T64Q.js.map +1 -0
- package/dist/index.cjs +967 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +259 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/de-ST4H423D.js +0 -56
- package/dist/de-ST4H423D.js.map +0 -1
- package/dist/es-WEC5NHRT.js +0 -56
- package/dist/es-WEC5NHRT.js.map +0 -1
- package/dist/fr-SGBFNAQV.js +0 -56
- package/dist/fr-SGBFNAQV.js.map +0 -1
package/package.json
CHANGED
package/dist/de-ST4H423D.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// src/i18n/locales/de.ts
|
|
2
|
-
var de = {
|
|
3
|
-
// shared
|
|
4
|
-
"common.cancel": "Abbrechen",
|
|
5
|
-
"common.close": "Schlie\xDFen",
|
|
6
|
-
"common.done": "Fertig",
|
|
7
|
-
"common.copied": "\u2713 Kopiert",
|
|
8
|
-
// buyer picker (extraction in progress — P4 of the port plan)
|
|
9
|
-
"picker.holdExpired": "Ihre Reservierung ist abgelaufen \u2014 die Pl\xE4tze wurden freigegeben. Bitte erneut ausw\xE4hlen.",
|
|
10
|
-
"picker.poweredBy": "Bereitgestellt von SeatLayer",
|
|
11
|
-
"picker.testMode": "TESTMODUS",
|
|
12
|
-
"picker.orphanHint": "Dadurch bleibt ein einzelner Platz \xFCbrig \u2014 r\xFCcken Sie ggf. einen Platz weiter.",
|
|
13
|
-
// renderer (drawn on the Konva map — shared by the embed SDK)
|
|
14
|
-
"map.aria": "Sitzplan. Mit Pfeiltasten zwischen Pl\xE4tzen navigieren, Eingabe zum Ausw\xE4hlen.",
|
|
15
|
-
"map.seatsLeft": "{count} FREI",
|
|
16
|
-
"map.soldOut": "AUSVERKAUFT",
|
|
17
|
-
"map.statusHeld": "Reserviert",
|
|
18
|
-
"map.statusTaken": "Vergeben",
|
|
19
|
-
"map.fromPrice": "AB {price}",
|
|
20
|
-
// buyer picker widget (src/picker/widget/SeatPicker.ts)
|
|
21
|
-
"picker.floor": "Etage",
|
|
22
|
-
"picker.zoomLevel": "Zoomstufe",
|
|
23
|
-
"picker.rungTip.zones": "\xDCbersicht \u2014 Bereichsgruppen wie Nordtrib\xFCne oder VIP",
|
|
24
|
-
"picker.rungTip.sections": "Bereichs-Bl\xF6cke \u2014 ausverkaufte und fast volle Bereiche werden abgedunkelt, um die Verf\xFCgbarkeit auf einen Blick zu zeigen",
|
|
25
|
-
"picker.rungTip.seats": "Einzelne Pl\xE4tze \u2014 Bl\xF6cke l\xF6sen sich zu Punkten auf",
|
|
26
|
-
"picker.rungLabel.zones": "ZONEN",
|
|
27
|
-
"picker.rungLabel.sections": "BEREICHE",
|
|
28
|
-
"picker.rungLabel.seats": "PL\xC4TZE",
|
|
29
|
-
"picker.sectionSummaryAria": "Bereichszusammenfassung {label}",
|
|
30
|
-
"picker.closeSectionSummary": "Bereichszusammenfassung schlie\xDFen",
|
|
31
|
-
"picker.seatsLeftInSection.one": "{count} Platz verf\xFCgbar",
|
|
32
|
-
"picker.seatsLeftInSection.other": "{count} Pl\xE4tze verf\xFCgbar",
|
|
33
|
-
"picker.overview": "\xDCbersicht",
|
|
34
|
-
"picker.entrance": "Eingang",
|
|
35
|
-
"picker.tapSeatHint": "Tippen Sie auf einen Platz, um die Ansicht zu pr\xFCfen",
|
|
36
|
-
"picker.ticketTierFor": "Ticketklasse f\xFCr {label}",
|
|
37
|
-
"picker.viewFromSeat": "Ansicht von Platz {label}",
|
|
38
|
-
"picker.real360": "REAL 360\xB0",
|
|
39
|
-
"picker.preview": "VORSCHAU",
|
|
40
|
-
"picker.sightline": "\u2248 {m} m zur B\xFChne",
|
|
41
|
-
"picker.panorama360": "360\xB0-Veranstaltungsfotos",
|
|
42
|
-
"picker.illustrationCaption": "Illustration \xB7 \u2248 {m} m von der B\xFChne",
|
|
43
|
-
"picker.restrictedView": "Eingeschr\xE4nkte Sicht",
|
|
44
|
-
"picker.obstructedView": "Sichtbehinderung",
|
|
45
|
-
"picker.premiumSeat": "Premium-Platz",
|
|
46
|
-
"picker.hideLimitedView": "Pl\xE4tze mit eingeschr\xE4nkter Sicht ausblenden",
|
|
47
|
-
"picker.bestSeatsPremium": "Beste Pl\xE4tze",
|
|
48
|
-
"picker.premiumFallbackNote": "Kein Premium-Block mit {count} Pl\xE4tzen \u2014 beste verf\xFCgbare werden angezeigt",
|
|
49
|
-
"picker.loading3d": "3D-Veranstaltungsort wird aufgebaut\u2026",
|
|
50
|
-
"picker.unavailable3d": "3D konnte nicht gestartet werden. Der Sitzplan bleibt verf\xFCgbar.",
|
|
51
|
-
"picker.jumpToSection": "Zum Bereich springen"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
de
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=de-ST4H423D.js.map
|
package/dist/de-ST4H423D.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/i18n/locales/de.ts"],"sourcesContent":["/**\n * German bundle — native-quality translations of the English reference dictionary.\n * Keys are identical to en.ts; values are translated to German (de).\n *\n * Conventions:\n * - flat dot-namespaced keys: \"<surface>.<element>\" (picker.holdSeats)\n * - {name} interpolation, {count} reserved for tCount plural keys\n * - plural keys end in \".one\" / \".other\" (Intl.PluralRules categories)\n */\n\nimport type { Dict } from '../index';\n\nexport const de: Dict = {\n // shared\n 'common.cancel': 'Abbrechen',\n 'common.close': 'Schließen',\n 'common.done': 'Fertig',\n 'common.copied': '✓ Kopiert',\n\n // buyer picker (extraction in progress — P4 of the port plan)\n 'picker.holdExpired': 'Ihre Reservierung ist abgelaufen — die Plätze wurden freigegeben. Bitte erneut auswählen.',\n 'picker.poweredBy': 'Bereitgestellt von SeatLayer',\n 'picker.testMode': 'TESTMODUS',\n 'picker.orphanHint': 'Dadurch bleibt ein einzelner Platz übrig — rücken Sie ggf. einen Platz weiter.',\n\n // renderer (drawn on the Konva map — shared by the embed SDK)\n 'map.aria': 'Sitzplan. Mit Pfeiltasten zwischen Plätzen navigieren, Eingabe zum Auswählen.',\n 'map.seatsLeft': '{count} FREI',\n 'map.soldOut': 'AUSVERKAUFT',\n 'map.statusHeld': 'Reserviert',\n 'map.statusTaken': 'Vergeben',\n 'map.fromPrice': 'AB {price}',\n\n // buyer picker widget (src/picker/widget/SeatPicker.ts)\n 'picker.floor': 'Etage',\n 'picker.zoomLevel': 'Zoomstufe',\n 'picker.rungTip.zones': 'Übersicht — Bereichsgruppen wie Nordtribüne oder VIP',\n 'picker.rungTip.sections': 'Bereichs-Blöcke — ausverkaufte und fast volle Bereiche werden abgedunkelt, um die Verfügbarkeit auf einen Blick zu zeigen',\n 'picker.rungTip.seats': 'Einzelne Plätze — Blöcke lösen sich zu Punkten auf',\n 'picker.rungLabel.zones': 'ZONEN',\n 'picker.rungLabel.sections': 'BEREICHE',\n 'picker.rungLabel.seats': 'PLÄTZE',\n 'picker.sectionSummaryAria': 'Bereichszusammenfassung {label}',\n 'picker.closeSectionSummary': 'Bereichszusammenfassung schließen',\n 'picker.seatsLeftInSection.one': '{count} Platz verfügbar',\n 'picker.seatsLeftInSection.other': '{count} Plätze verfügbar',\n 'picker.overview': 'Übersicht',\n 'picker.entrance': 'Eingang',\n 'picker.tapSeatHint': 'Tippen Sie auf einen Platz, um die Ansicht zu prüfen',\n 'picker.ticketTierFor': 'Ticketklasse für {label}',\n 'picker.viewFromSeat': 'Ansicht von Platz {label}',\n 'picker.real360': 'REAL 360°',\n 'picker.preview': 'VORSCHAU',\n 'picker.sightline': '≈ {m} m zur Bühne',\n 'picker.panorama360': '360°-Veranstaltungsfotos',\n 'picker.illustrationCaption': 'Illustration · ≈ {m} m von der Bühne',\n 'picker.restrictedView': 'Eingeschränkte Sicht',\n 'picker.obstructedView': 'Sichtbehinderung',\n 'picker.premiumSeat': 'Premium-Platz',\n 'picker.hideLimitedView': 'Plätze mit eingeschränkter Sicht ausblenden',\n 'picker.bestSeatsPremium': 'Beste Plätze',\n 'picker.premiumFallbackNote': 'Kein Premium-Block mit {count} Plätzen — beste verfügbare werden angezeigt',\n 'picker.loading3d': '3D-Veranstaltungsort wird aufgebaut…',\n 'picker.unavailable3d': '3D konnte nicht gestartet werden. Der Sitzplan bleibt verfügbar.',\n 'picker.jumpToSection': 'Zum Bereich springen',\n};\n"],"mappings":";AAYO,IAAM,KAAW;AAAA;AAAA,EAEtB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,iBAAiB;AAAA;AAAA,EAGjB,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA;AAAA,EAGrB,YAAY;AAAA,EACZ,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,iBAAiB;AAAA;AAAA,EAGjB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,2BAA2B;AAAA,EAC3B,wBAAwB;AAAA,EACxB,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,8BAA8B;AAAA,EAC9B,iCAAiC;AAAA,EACjC,mCAAmC;AAAA,EACnC,mBAAmB;AAAA,EACnB,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,EACtB,wBAAwB;AAAA,EACxB,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,sBAAsB;AAAA,EACtB,8BAA8B;AAAA,EAC9B,yBAAyB;AAAA,EACzB,yBAAyB;AAAA,EACzB,sBAAsB;AAAA,EACtB,0BAA0B;AAAA,EAC1B,2BAA2B;AAAA,EAC3B,8BAA8B;AAAA,EAC9B,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,wBAAwB;AAC1B;","names":[]}
|
package/dist/es-WEC5NHRT.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// src/i18n/locales/es.ts
|
|
2
|
-
var es = {
|
|
3
|
-
// shared
|
|
4
|
-
"common.cancel": "Cancelar",
|
|
5
|
-
"common.close": "Cerrar",
|
|
6
|
-
"common.done": "Listo",
|
|
7
|
-
"common.copied": "\u2713 Copiado",
|
|
8
|
-
// buyer picker (extraction in progress — P4 of the port plan)
|
|
9
|
-
"picker.holdExpired": "Tu retenci\xF3n expir\xF3 \u2014 los asientos fueron liberados. Elige de nuevo.",
|
|
10
|
-
"picker.poweredBy": "Con la tecnolog\xEDa de SeatLayer",
|
|
11
|
-
"picker.testMode": "MODO DE PRUEBA",
|
|
12
|
-
"picker.orphanHint": "Esto deja un asiento aislado \u2014 considera desplazarte un asiento.",
|
|
13
|
-
// renderer (drawn on the Konva map — shared by the embed SDK)
|
|
14
|
-
"map.aria": "Mapa de asientos. Usa las flechas para moverte entre asientos, Intro para seleccionar.",
|
|
15
|
-
"map.seatsLeft": "{count} LIBRES",
|
|
16
|
-
"map.soldOut": "AGOTADO",
|
|
17
|
-
"map.statusHeld": "En espera",
|
|
18
|
-
"map.statusTaken": "Ocupado",
|
|
19
|
-
"map.fromPrice": "DESDE {price}",
|
|
20
|
-
// buyer picker widget (src/picker/widget/SeatPicker.ts)
|
|
21
|
-
"picker.floor": "Piso",
|
|
22
|
-
"picker.zoomLevel": "Nivel de zoom",
|
|
23
|
-
"picker.rungTip.zones": "Vista general \u2014 grupos de secciones como Grada norte o VIP",
|
|
24
|
-
"picker.rungTip.sections": "Bloques de secci\xF3n \u2014 las secciones agotadas y casi llenas se aten\xFAan para ver la disponibilidad de un vistazo",
|
|
25
|
-
"picker.rungTip.seats": "Asientos individuales \u2014 los bloques se convierten en puntos",
|
|
26
|
-
"picker.rungLabel.zones": "ZONAS",
|
|
27
|
-
"picker.rungLabel.sections": "SECCIONES",
|
|
28
|
-
"picker.rungLabel.seats": "ASIENTOS",
|
|
29
|
-
"picker.sectionSummaryAria": "Resumen de secci\xF3n {label}",
|
|
30
|
-
"picker.closeSectionSummary": "Cerrar resumen de secci\xF3n",
|
|
31
|
-
"picker.seatsLeftInSection.one": "{count} asiento disponible",
|
|
32
|
-
"picker.seatsLeftInSection.other": "{count} asientos disponibles",
|
|
33
|
-
"picker.overview": "Descripci\xF3n general",
|
|
34
|
-
"picker.entrance": "Entrada",
|
|
35
|
-
"picker.tapSeatHint": "Toca cualquier asiento para ver su vista",
|
|
36
|
-
"picker.ticketTierFor": "Categor\xEDa de entrada para {label}",
|
|
37
|
-
"picker.viewFromSeat": "Vista desde el asiento {label}",
|
|
38
|
-
"picker.real360": "REAL 360\xB0",
|
|
39
|
-
"picker.preview": "VISTA PREVIA",
|
|
40
|
-
"picker.sightline": "\u2248 {m} m al escenario",
|
|
41
|
-
"picker.panorama360": "Foto de 360\xB0 del lugar",
|
|
42
|
-
"picker.illustrationCaption": "ilustraci\xF3n \xB7 \u2248 {m} m del escenario",
|
|
43
|
-
"picker.restrictedView": "Visibilidad restringida",
|
|
44
|
-
"picker.obstructedView": "Visibilidad obstruida",
|
|
45
|
-
"picker.premiumSeat": "Asiento premium",
|
|
46
|
-
"picker.hideLimitedView": "Ocultar asientos con visibilidad limitada",
|
|
47
|
-
"picker.bestSeatsPremium": "Mejores asientos",
|
|
48
|
-
"picker.premiumFallbackNote": "No hay un bloque premium de {count}: mostrando los mejores disponibles",
|
|
49
|
-
"picker.loading3d": "Creando el recinto en 3D\u2026",
|
|
50
|
-
"picker.unavailable3d": "No se pudo iniciar la vista 3D. El mapa de asientos sigue disponible.",
|
|
51
|
-
"picker.jumpToSection": "Ir a una secci\xF3n"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
es
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=es-WEC5NHRT.js.map
|
package/dist/es-WEC5NHRT.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/i18n/locales/es.ts"],"sourcesContent":["/**\n * Spanish (es) bundle — neutral/international Spanish translation.\n * Follows the same key structure as en.ts; all placeholders and brand\n * names preserved.\n */\n\nimport type { Dict } from '../index';\n\nexport const es: Dict = {\n // shared\n 'common.cancel': 'Cancelar',\n 'common.close': 'Cerrar',\n 'common.done': 'Listo',\n 'common.copied': '✓ Copiado',\n\n // buyer picker (extraction in progress — P4 of the port plan)\n 'picker.holdExpired': 'Tu retención expiró — los asientos fueron liberados. Elige de nuevo.',\n 'picker.poweredBy': 'Con la tecnología de SeatLayer',\n 'picker.testMode': 'MODO DE PRUEBA',\n 'picker.orphanHint': 'Esto deja un asiento aislado — considera desplazarte un asiento.',\n\n // renderer (drawn on the Konva map — shared by the embed SDK)\n 'map.aria': 'Mapa de asientos. Usa las flechas para moverte entre asientos, Intro para seleccionar.',\n 'map.seatsLeft': '{count} LIBRES',\n 'map.soldOut': 'AGOTADO',\n 'map.statusHeld': 'En espera',\n 'map.statusTaken': 'Ocupado',\n 'map.fromPrice': 'DESDE {price}',\n\n // buyer picker widget (src/picker/widget/SeatPicker.ts)\n 'picker.floor': 'Piso',\n 'picker.zoomLevel': 'Nivel de zoom',\n 'picker.rungTip.zones': 'Vista general — grupos de secciones como Grada norte o VIP',\n 'picker.rungTip.sections': 'Bloques de sección — las secciones agotadas y casi llenas se atenúan para ver la disponibilidad de un vistazo',\n 'picker.rungTip.seats': 'Asientos individuales — los bloques se convierten en puntos',\n 'picker.rungLabel.zones': 'ZONAS',\n 'picker.rungLabel.sections': 'SECCIONES',\n 'picker.rungLabel.seats': 'ASIENTOS',\n 'picker.sectionSummaryAria': 'Resumen de sección {label}',\n 'picker.closeSectionSummary': 'Cerrar resumen de sección',\n 'picker.seatsLeftInSection.one': '{count} asiento disponible',\n 'picker.seatsLeftInSection.other': '{count} asientos disponibles',\n 'picker.overview': 'Descripción general',\n 'picker.entrance': 'Entrada',\n 'picker.tapSeatHint': 'Toca cualquier asiento para ver su vista',\n 'picker.ticketTierFor': 'Categoría de entrada para {label}',\n 'picker.viewFromSeat': 'Vista desde el asiento {label}',\n 'picker.real360': 'REAL 360°',\n 'picker.preview': 'VISTA PREVIA',\n 'picker.sightline': '≈ {m} m al escenario',\n 'picker.panorama360': 'Foto de 360° del lugar',\n 'picker.illustrationCaption': 'ilustración · ≈ {m} m del escenario',\n 'picker.restrictedView': 'Visibilidad restringida',\n 'picker.obstructedView': 'Visibilidad obstruida',\n 'picker.premiumSeat': 'Asiento premium',\n 'picker.hideLimitedView': 'Ocultar asientos con visibilidad limitada',\n 'picker.bestSeatsPremium': 'Mejores asientos',\n 'picker.premiumFallbackNote': 'No hay un bloque premium de {count}: mostrando los mejores disponibles',\n 'picker.loading3d': 'Creando el recinto en 3D…',\n 'picker.unavailable3d': 'No se pudo iniciar la vista 3D. El mapa de asientos sigue disponible.',\n 'picker.jumpToSection': 'Ir a una sección',\n};\n"],"mappings":";AAQO,IAAM,KAAW;AAAA;AAAA,EAEtB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,iBAAiB;AAAA;AAAA,EAGjB,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA;AAAA,EAGrB,YAAY;AAAA,EACZ,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,iBAAiB;AAAA;AAAA,EAGjB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,2BAA2B;AAAA,EAC3B,wBAAwB;AAAA,EACxB,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,8BAA8B;AAAA,EAC9B,iCAAiC;AAAA,EACjC,mCAAmC;AAAA,EACnC,mBAAmB;AAAA,EACnB,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,EACtB,wBAAwB;AAAA,EACxB,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,sBAAsB;AAAA,EACtB,8BAA8B;AAAA,EAC9B,yBAAyB;AAAA,EACzB,yBAAyB;AAAA,EACzB,sBAAsB;AAAA,EACtB,0BAA0B;AAAA,EAC1B,2BAA2B;AAAA,EAC3B,8BAA8B;AAAA,EAC9B,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,wBAAwB;AAC1B;","names":[]}
|
package/dist/fr-SGBFNAQV.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// src/i18n/locales/fr.ts
|
|
2
|
-
var fr = {
|
|
3
|
-
// shared
|
|
4
|
-
"common.cancel": "Annuler",
|
|
5
|
-
"common.close": "Fermer",
|
|
6
|
-
"common.done": "Termin\xE9",
|
|
7
|
-
"common.copied": "\u2713 Copi\xE9",
|
|
8
|
-
// buyer picker (extraction in progress — P4 of the port plan)
|
|
9
|
-
"picker.holdExpired": "Votre r\xE9servation a expir\xE9 \u2014 les si\xE8ges ont \xE9t\xE9 lib\xE9r\xE9s. S\xE9lectionnez \xE0 nouveau.",
|
|
10
|
-
"picker.poweredBy": "Propuls\xE9 par SeatLayer",
|
|
11
|
-
"picker.testMode": "MODE TEST",
|
|
12
|
-
"picker.orphanHint": "Cela laisse un si\xE8ge isol\xE9 \u2014 pensez \xE0 vous d\xE9caler d'un si\xE8ge.",
|
|
13
|
-
// renderer (drawn on the Konva map — shared by the embed SDK)
|
|
14
|
-
"map.aria": "Plan de salle. Utilisez les fl\xE8ches pour naviguer entre les si\xE8ges, Entr\xE9e pour s\xE9lectionner.",
|
|
15
|
-
"map.seatsLeft": "{count} LIBRES",
|
|
16
|
-
"map.soldOut": "COMPLET",
|
|
17
|
-
"map.statusHeld": "En attente",
|
|
18
|
-
"map.statusTaken": "Pris",
|
|
19
|
-
"map.fromPrice": "D\xC8S {price}",
|
|
20
|
-
// buyer picker widget (src/picker/widget/SeatPicker.ts)
|
|
21
|
-
"picker.floor": "\xC9tage",
|
|
22
|
-
"picker.zoomLevel": "Niveau de zoom",
|
|
23
|
-
"picker.rungTip.zones": "Vue g\xE9n\xE9rale \u2014 groupes de sections comme Tribune nord ou VIP",
|
|
24
|
-
"picker.rungTip.sections": "Blocs de sections \u2014 les sections compl\xE8tes ou presque pleines sont estomp\xE9es pour voir la disponibilit\xE9 en un coup d\u2019\u0153il",
|
|
25
|
-
"picker.rungTip.seats": "Si\xE8ges individuels \u2014 les blocs se transforment en points",
|
|
26
|
-
"picker.rungLabel.zones": "ZONES",
|
|
27
|
-
"picker.rungLabel.sections": "SECTIONS",
|
|
28
|
-
"picker.rungLabel.seats": "SI\xC8GES",
|
|
29
|
-
"picker.sectionSummaryAria": "R\xE9sum\xE9 de la section {label}",
|
|
30
|
-
"picker.closeSectionSummary": "Fermer le r\xE9sum\xE9 de la section",
|
|
31
|
-
"picker.seatsLeftInSection.one": "{count} si\xE8ge restant",
|
|
32
|
-
"picker.seatsLeftInSection.other": "{count} si\xE8ges restants",
|
|
33
|
-
"picker.overview": "Vue d'ensemble",
|
|
34
|
-
"picker.entrance": "Entr\xE9e",
|
|
35
|
-
"picker.tapSeatHint": "Appuyez sur un si\xE8ge pour v\xE9rifier sa vue",
|
|
36
|
-
"picker.ticketTierFor": "Cat\xE9gorie de billet pour {label}",
|
|
37
|
-
"picker.viewFromSeat": "Vue depuis le si\xE8ge {label}",
|
|
38
|
-
"picker.real360": "VRAI 360\xB0",
|
|
39
|
-
"picker.preview": "APER\xC7U",
|
|
40
|
-
"picker.sightline": "\u2248 {m} m de la sc\xE8ne",
|
|
41
|
-
"picker.panorama360": "Photo panoramique 360\xB0 du lieu",
|
|
42
|
-
"picker.illustrationCaption": "illustration \xB7 \u2248 {m} m de la sc\xE8ne",
|
|
43
|
-
"picker.restrictedView": "Visibilit\xE9 r\xE9duite",
|
|
44
|
-
"picker.obstructedView": "Vue obstru\xE9e",
|
|
45
|
-
"picker.premiumSeat": "Place premium",
|
|
46
|
-
"picker.hideLimitedView": "Masquer les places \xE0 visibilit\xE9 r\xE9duite",
|
|
47
|
-
"picker.bestSeatsPremium": "Meilleures places",
|
|
48
|
-
"picker.premiumFallbackNote": "Aucun bloc premium de {count} \u2014 affichage des meilleures places disponibles",
|
|
49
|
-
"picker.loading3d": "Cr\xE9ation de la salle en 3D\u2026",
|
|
50
|
-
"picker.unavailable3d": "La 3D n\u2019a pas pu d\xE9marrer. Le plan des si\xE8ges reste disponible.",
|
|
51
|
-
"picker.jumpToSection": "Acc\xE9der \xE0 une section"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
fr
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=fr-SGBFNAQV.js.map
|
package/dist/fr-SGBFNAQV.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/i18n/locales/fr.ts"],"sourcesContent":["/**\n * French (fr) bundle — native French translation.\n * Follows the same key structure as en.ts; all placeholders and brand\n * names preserved.\n */\n\nimport type { Dict } from '../index';\n\nexport const fr: Dict = {\n // shared\n 'common.cancel': 'Annuler',\n 'common.close': 'Fermer',\n 'common.done': 'Terminé',\n 'common.copied': '✓ Copié',\n\n // buyer picker (extraction in progress — P4 of the port plan)\n 'picker.holdExpired': 'Votre réservation a expiré — les sièges ont été libérés. Sélectionnez à nouveau.',\n 'picker.poweredBy': 'Propulsé par SeatLayer',\n 'picker.testMode': 'MODE TEST',\n 'picker.orphanHint': \"Cela laisse un siège isolé — pensez à vous décaler d'un siège.\",\n\n // renderer (drawn on the Konva map — shared by the embed SDK)\n 'map.aria': 'Plan de salle. Utilisez les flèches pour naviguer entre les sièges, Entrée pour sélectionner.',\n 'map.seatsLeft': '{count} LIBRES',\n 'map.soldOut': 'COMPLET',\n 'map.statusHeld': 'En attente',\n 'map.statusTaken': 'Pris',\n 'map.fromPrice': 'DÈS {price}',\n\n // buyer picker widget (src/picker/widget/SeatPicker.ts)\n 'picker.floor': 'Étage',\n 'picker.zoomLevel': 'Niveau de zoom',\n 'picker.rungTip.zones': 'Vue générale — groupes de sections comme Tribune nord ou VIP',\n 'picker.rungTip.sections': 'Blocs de sections — les sections complètes ou presque pleines sont estompées pour voir la disponibilité en un coup d’œil',\n 'picker.rungTip.seats': 'Sièges individuels — les blocs se transforment en points',\n 'picker.rungLabel.zones': 'ZONES',\n 'picker.rungLabel.sections': 'SECTIONS',\n 'picker.rungLabel.seats': 'SIÈGES',\n 'picker.sectionSummaryAria': 'Résumé de la section {label}',\n 'picker.closeSectionSummary': 'Fermer le résumé de la section',\n 'picker.seatsLeftInSection.one': '{count} siège restant',\n 'picker.seatsLeftInSection.other': '{count} sièges restants',\n 'picker.overview': 'Vue d\\'ensemble',\n 'picker.entrance': 'Entrée',\n 'picker.tapSeatHint': 'Appuyez sur un siège pour vérifier sa vue',\n 'picker.ticketTierFor': 'Catégorie de billet pour {label}',\n 'picker.viewFromSeat': 'Vue depuis le siège {label}',\n 'picker.real360': 'VRAI 360°',\n 'picker.preview': 'APERÇU',\n 'picker.sightline': '≈ {m} m de la scène',\n 'picker.panorama360': 'Photo panoramique 360° du lieu',\n 'picker.illustrationCaption': 'illustration · ≈ {m} m de la scène',\n 'picker.restrictedView': 'Visibilité réduite',\n 'picker.obstructedView': 'Vue obstruée',\n 'picker.premiumSeat': 'Place premium',\n 'picker.hideLimitedView': 'Masquer les places à visibilité réduite',\n 'picker.bestSeatsPremium': 'Meilleures places',\n 'picker.premiumFallbackNote': 'Aucun bloc premium de {count} — affichage des meilleures places disponibles',\n 'picker.loading3d': 'Création de la salle en 3D…',\n 'picker.unavailable3d': 'La 3D n’a pas pu démarrer. Le plan des sièges reste disponible.',\n 'picker.jumpToSection': 'Accéder à une section',\n};\n"],"mappings":";AAQO,IAAM,KAAW;AAAA;AAAA,EAEtB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,iBAAiB;AAAA;AAAA,EAGjB,sBAAsB;AAAA,EACtB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA;AAAA,EAGrB,YAAY;AAAA,EACZ,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,iBAAiB;AAAA;AAAA,EAGjB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,2BAA2B;AAAA,EAC3B,wBAAwB;AAAA,EACxB,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,0BAA0B;AAAA,EAC1B,6BAA6B;AAAA,EAC7B,8BAA8B;AAAA,EAC9B,iCAAiC;AAAA,EACjC,mCAAmC;AAAA,EACnC,mBAAmB;AAAA,EACnB,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,EACtB,wBAAwB;AAAA,EACxB,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,sBAAsB;AAAA,EACtB,8BAA8B;AAAA,EAC9B,yBAAyB;AAAA,EACzB,yBAAyB;AAAA,EACzB,sBAAsB;AAAA,EACtB,0BAA0B;AAAA,EAC1B,2BAA2B;AAAA,EAC3B,8BAA8B;AAAA,EAC9B,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,wBAAwB;AAC1B;","names":[]}
|