@pie-element/match 12.1.2-next.11 → 12.1.2-next.13

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.
@@ -1,5 +1,5 @@
1
1
  import { a as e } from "../browser-kkT1XVKw.js";
2
- import { Nt as t, O as n, a as r, d as i, dt as a, f as o, ft as s, ht as c, k as l, n as u, p as d, pt as f, r as p, t as m, u as h, x as g } from "../Typography-DS6VD63M.js";
2
+ import { Nt as t, O as n, a as r, d as i, dt as a, f as o, ft as s, ht as c, k as l, n as u, p as d, pt as f, r as p, t as m, u as h, x as g } from "../Typography-DjffPocb.js";
3
3
  import _, { useRef as v } from "react";
4
4
  import { createRoot as y } from "react-dom/client";
5
5
  import { jsx as b, jsxs as x } from "react/jsx-runtime";
@@ -156,7 +156,7 @@ O.propTypes = {
156
156
  size: S.default.string
157
157
  }, O.defaultProps = { open: !1 };
158
158
  //#endregion
159
- //#region ../../lib-react/translator/dist/en.js
159
+ //#region ../../shared/translator/dist/en.js
160
160
  var te = {
161
161
  translation: {
162
162
  categorize: {
@@ -219,6 +219,24 @@ var te = {
219
219
  reset: "Reset"
220
220
  },
221
221
  mathInline: { primaryCorrectWithAlternates: "Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct." },
222
+ mcPopulatedBlank: {
223
+ answerChoices: "Answer choices",
224
+ blankLabel: "blank",
225
+ emptyBlank: "(blank)",
226
+ blankPreSelectionHint: "The answer you choose will appear on the blank line above.",
227
+ correctAnswerSelected: "Correct answer selected",
228
+ incorrectAnswerSelected: "Incorrect answer selected",
229
+ selectedAnswerImage: "Selected answer image",
230
+ choiceImage: "Choice {{id}}",
231
+ clickToEnableAutoplay: "Click to enable audio autoplay",
232
+ audioResourceUnavailable: "Audio is enabled but no playable audio URL is configured.",
233
+ listen: "Listen",
234
+ listenSilentAlt: "Repeat instructions",
235
+ listenPlayingAlt: "Instructions are playing",
236
+ printAudio: "Audio:",
237
+ printTranscript: "Transcript:",
238
+ printKey: "(key)"
239
+ },
222
240
  multipleChoice: {
223
241
  minSelections: "Select at least {{minSelections}}.",
224
242
  maxSelections_one: "Only {{maxSelections}} answer is allowed.",
@@ -231,6 +249,38 @@ var te = {
231
249
  correctAnswerNotSelected: "Correct Answer Not Selected",
232
250
  incorrectSelection: "Incorrect Selection",
233
251
  key: "Key"
252
+ },
253
+ simpleCloze: {
254
+ correctAnswerShown: "Correct answer",
255
+ correct: "Correct",
256
+ incorrect: "Incorrect",
257
+ unanswered: "No answer",
258
+ placeholder: "Enter your answer...",
259
+ answerInput: "Your answer",
260
+ printCorrectAnswer: "Correct answer:",
261
+ printAnswerBlank: "Answer blank"
262
+ },
263
+ vennClassification: {
264
+ tray: "Tiles to classify",
265
+ unknownTarget: "unknown",
266
+ cancelled: "Cancelled",
267
+ returnedToTray: "{{name}} returned to tray",
268
+ placedIn: "{{name}} placed in {{target}}",
269
+ pickedUp: "Picked up {{name}}",
270
+ pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
271
+ dropTarget: "Drop target: {{target}}",
272
+ unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
273
+ unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
274
+ setNumber: "Set {{number}}",
275
+ regionOnly: "{{set}} only",
276
+ regionNeither: "Neither {{first}} nor {{second}}",
277
+ regionNoneOf: "None of {{sets}}",
278
+ regionAndSeparator: " and ",
279
+ tileFallbackName: "Tile",
280
+ tileNotPlaced: "not placed",
281
+ tileInRegion: "in {{region}}",
282
+ tileCorrect: "correct",
283
+ tileIncorrect: "incorrect"
234
284
  }
235
285
  },
236
286
  common: {
@@ -240,6 +290,8 @@ var te = {
240
290
  incorrect: "Incorrect",
241
291
  showCorrectAnswer: "Show correct answer",
242
292
  hideCorrectAnswer: "Hide correct answer",
293
+ showTeacherInstructions: "Show Teacher Instructions",
294
+ hideTeacherInstructions: "Hide Teacher Instructions",
243
295
  commonCorrectAnswerWithAlternates: "Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.",
244
296
  warning: "Warning",
245
297
  showNote: "Show Note",
@@ -308,6 +360,24 @@ var te = {
308
360
  reset: "Reiniciar"
309
361
  },
310
362
  mathInline: { primaryCorrectWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas." },
363
+ mcPopulatedBlank: {
364
+ answerChoices: "Opciones de respuesta",
365
+ blankLabel: "espacio en blanco",
366
+ emptyBlank: "(en blanco)",
367
+ blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
368
+ correctAnswerSelected: "Respuesta correcta seleccionada",
369
+ incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
370
+ selectedAnswerImage: "Imagen de la respuesta seleccionada",
371
+ choiceImage: "Opción {{id}}",
372
+ clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
373
+ audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
374
+ listen: "Escuchar",
375
+ listenSilentAlt: "Escuchar. Repetir las instrucciones.",
376
+ listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
377
+ printAudio: "Audio:",
378
+ printTranscript: "Transcripción:",
379
+ printKey: "(clave)"
380
+ },
311
381
  multipleChoice: {
312
382
  minSelections: "Seleccione al menos {{minSelections}}.",
313
383
  maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
@@ -320,15 +390,49 @@ var te = {
320
390
  correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
321
391
  incorrectSelection: "Selección Incorrecta",
322
392
  key: "Clave"
393
+ },
394
+ simpleCloze: {
395
+ correctAnswerShown: "Respuesta correcta",
396
+ correct: "Correcto",
397
+ incorrect: "Incorrecto",
398
+ unanswered: "Sin respuesta",
399
+ placeholder: "Escribe tu respuesta...",
400
+ answerInput: "Tu respuesta",
401
+ printCorrectAnswer: "Respuesta correcta:",
402
+ printAnswerBlank: "Espacio para la respuesta"
403
+ },
404
+ vennClassification: {
405
+ tray: "Fichas para clasificar",
406
+ unknownTarget: "desconocido",
407
+ cancelled: "Cancelado",
408
+ returnedToTray: "Se devolvió {{name}} a la bandeja",
409
+ placedIn: "Se colocó {{name}} en {{target}}",
410
+ pickedUp: "Se tomó {{name}}",
411
+ pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
412
+ dropTarget: "Destino: {{target}}",
413
+ unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
414
+ unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
415
+ setNumber: "Conjunto {{number}}",
416
+ regionOnly: "Solo {{set}}",
417
+ regionNeither: "Ni {{first}} ni {{second}}",
418
+ regionNoneOf: "Ninguno de {{sets}}",
419
+ regionAndSeparator: " y ",
420
+ tileFallbackName: "Ficha",
421
+ tileNotPlaced: "sin colocar",
422
+ tileInRegion: "en {{region}}",
423
+ tileCorrect: "correcta",
424
+ tileIncorrect: "incorrecta"
323
425
  }
324
426
  },
325
427
  common: {
326
428
  undo: "Deshacer",
327
429
  clearAll: "Borrar todo",
328
- correct: "Correct",
329
- incorrect: "Incorrect",
430
+ correct: "Correcto",
431
+ incorrect: "Incorrecto",
330
432
  showCorrectAnswer: "Mostrar respuesta correcta",
331
433
  hideCorrectAnswer: "Ocultar respuesta correcta",
434
+ showTeacherInstructions: "Mostrar instrucciones para el maestro",
435
+ hideTeacherInstructions: "Ocultar instrucciones para el maestro",
332
436
  commonCorrectAnswerWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.",
333
437
  warning: "Advertencia",
334
438
  showNote: "Mostrar Nota",
@@ -1536,11 +1640,11 @@ var Ce = {}, z = (e) => !k(e) && typeof e != "boolean" && typeof e != "number",
1536
1640
  }
1537
1641
  }.createInstance();
1538
1642
  //#endregion
1539
- //#region ../../lib-react/translator/dist/index.js
1643
+ //#region ../../shared/translator/dist/index.js
1540
1644
  W.createInstance, W.dir, W.init, W.loadResources, W.reloadResources, W.use, W.changeLanguage, W.getFixedT, W.t, W.exists, W.setDefaultNamespace, W.hasLoadedNamespace, W.loadNamespaces, W.loadLanguages, W.init({
1541
1645
  fallbackLng: "en",
1542
1646
  lng: "en",
1543
- debug: !0,
1647
+ showSupportNotice: !1,
1544
1648
  resources: {
1545
1649
  en: te,
1546
1650
  es: ne