@webwriter/quiz 1.1.3 → 2.0.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/.github/workflows/publish.yml +8 -0
- package/LICENSE +6 -6
- package/README.md +778 -0
- package/assets/icons/grip-horizontal.svg +8 -0
- package/assets/icons/grip-vertical.svg +8 -0
- package/assets/icons/truefalse.svg +6 -0
- package/custom-elements.json +2779 -0
- package/custom.d.ts +180 -176
- package/dist/api/index.d.ts +27 -0
- package/dist/api/index.js +40 -0
- package/dist/migrate.js +1434 -0
- package/dist/widgets/webwriter-choice-item.js +4036 -3895
- package/dist/widgets/webwriter-choice.js +2269 -5821
- package/dist/widgets/webwriter-gap-item.js +3987 -0
- package/dist/widgets/webwriter-gap.js +2908 -0
- package/dist/widgets/webwriter-mark.js +4335 -3489
- package/dist/widgets/webwriter-order-item.js +4014 -3306
- package/dist/widgets/webwriter-order.js +2944 -4386
- package/dist/widgets/webwriter-pairing-item.js +1058 -2421
- package/dist/widgets/webwriter-pairing.js +2993 -4383
- package/dist/widgets/webwriter-quiz-hint.js +2469 -0
- package/dist/widgets/webwriter-quiz.js +4933 -6099
- package/dist/widgets/webwriter-speech.js +6077 -5230
- package/dist/widgets/webwriter-task-prompt.js +4775 -2165
- package/dist/widgets/webwriter-task.js +2364 -8382
- package/dist/widgets/webwriter-text.js +4169 -4337
- package/dist/widgets/webwriter-true-false.js +4674 -0
- package/editing-config.json +106 -0
- package/lit-localize.json +21 -15
- package/localization/de.xlf +407 -74
- package/localization/es.xlf +407 -69
- package/localization/fr.xlf +407 -69
- package/localization/generated/de.ts +112 -29
- package/localization/generated/es.ts +112 -29
- package/localization/generated/fr.ts +112 -29
- package/localization/generated/index.d.ts +5 -0
- package/localization/generated/index.js +2 -2
- package/localization/generated/it.ts +112 -29
- package/localization/generated/locale-codes.js +31 -79
- package/localization/generated/nl.ts +112 -29
- package/localization/it.xlf +407 -69
- package/localization/nl.xlf +407 -69
- package/package.json +119 -252
- package/scripts/apply-translations.mjs +97 -0
- package/src/api/index.ts +72 -0
- package/src/lib/artboard.ts +686 -0
- package/src/lib/draggable-grid.ts +432 -0
- package/src/lib/encrypted-property.ts +202 -0
- package/src/lib/hint-popup.ts +152 -0
- package/src/lib/utils.ts +97 -0
- package/src/lib/webwriter-quirks.ts +121 -0
- package/src/migrate/index.ts +622 -0
- package/src/migrate/legacy-solution.ts +362 -0
- package/src/snippets/order.html +9 -8
- package/src/widgets/choice/webwriter-choice-item.ts +316 -0
- package/src/widgets/choice/webwriter-choice.ts +328 -0
- package/src/widgets/choice/webwriter-true-false.ts +113 -0
- package/src/widgets/dnd/webwriter-dnd-draggable.ts +28 -0
- package/src/widgets/dnd/webwriter-dnd-dropzone.ts +9 -0
- package/src/widgets/dnd/webwriter-dnd.ts +36 -0
- package/src/widgets/gap/webwriter-gap-item.ts +250 -0
- package/src/widgets/gap/webwriter-gap.ts +447 -0
- package/src/widgets/order/webwriter-order-item.ts +243 -0
- package/src/widgets/order/webwriter-order.ts +282 -0
- package/src/widgets/pairing/webwriter-pairing-item.ts +46 -0
- package/src/widgets/pairing/webwriter-pairing.ts +934 -0
- package/src/widgets/speech/audio-player.ts +325 -0
- package/src/widgets/speech/audio-recorder.ts +285 -0
- package/src/widgets/speech/waveform.ts +113 -0
- package/src/widgets/speech/webwriter-speech.ts +87 -0
- package/src/widgets/webwriter-mark.ts +374 -432
- package/src/widgets/webwriter-quiz-hint.ts +36 -0
- package/src/widgets/webwriter-quiz.ts +320 -282
- package/src/widgets/webwriter-task-prompt.ts +49 -24
- package/src/widgets/webwriter-task.ts +216 -547
- package/src/widgets/webwriter-text.ts +291 -156
- package/tsconfig.api.json +12 -0
- package/tsconfig.json +8 -7
- package/dist/widgets/webwriter-choice.css +0 -444
- package/dist/widgets/webwriter-cloze-gap.css +0 -444
- package/dist/widgets/webwriter-cloze-gap.js +0 -5866
- package/dist/widgets/webwriter-cloze.css +0 -444
- package/dist/widgets/webwriter-cloze.js +0 -3786
- package/dist/widgets/webwriter-mark.css +0 -444
- package/dist/widgets/webwriter-order.css +0 -444
- package/dist/widgets/webwriter-pairing-item.css +0 -444
- package/dist/widgets/webwriter-pairing.css +0 -444
- package/dist/widgets/webwriter-quiz.css +0 -444
- package/dist/widgets/webwriter-task-explainer.css +0 -444
- package/dist/widgets/webwriter-task-explainer.js +0 -2872
- package/dist/widgets/webwriter-task-hint.css +0 -444
- package/dist/widgets/webwriter-task-hint.js +0 -2811
- package/dist/widgets/webwriter-task.css +0 -444
- package/dist/widgets/webwriter-text.css +0 -444
- package/localization/bg.xlf +0 -69
- package/localization/cs.xlf +0 -69
- package/localization/da.xlf +0 -69
- package/localization/el.xlf +0 -69
- package/localization/et.xlf +0 -69
- package/localization/fi.xlf +0 -69
- package/localization/generated/bg.ts +0 -30
- package/localization/generated/cs.ts +0 -30
- package/localization/generated/da.ts +0 -30
- package/localization/generated/el.ts +0 -30
- package/localization/generated/et.ts +0 -30
- package/localization/generated/fi.ts +0 -30
- package/localization/generated/hu.ts +0 -30
- package/localization/generated/id.ts +0 -30
- package/localization/generated/ja.ts +0 -30
- package/localization/generated/ko.ts +0 -30
- package/localization/generated/lt.ts +0 -30
- package/localization/generated/lv.ts +0 -30
- package/localization/generated/nb.ts +0 -30
- package/localization/generated/pl.ts +0 -30
- package/localization/generated/pt-BR.ts +0 -30
- package/localization/generated/pt-PT.ts +0 -30
- package/localization/generated/ro.ts +0 -30
- package/localization/generated/ru.ts +0 -30
- package/localization/generated/sk.ts +0 -30
- package/localization/generated/sl.ts +0 -30
- package/localization/generated/sv.ts +0 -30
- package/localization/generated/tr.ts +0 -30
- package/localization/generated/uk.ts +0 -30
- package/localization/generated/zh-hans.ts +0 -30
- package/localization/hu.xlf +0 -69
- package/localization/id.xlf +0 -69
- package/localization/ja.xlf +0 -69
- package/localization/ko.xlf +0 -69
- package/localization/lt.xlf +0 -69
- package/localization/lv.xlf +0 -69
- package/localization/nb.xlf +0 -69
- package/localization/pl.xlf +0 -69
- package/localization/pt-BR.xlf +0 -69
- package/localization/pt-PT.xlf +0 -69
- package/localization/ro.xlf +0 -69
- package/localization/ru.xlf +0 -69
- package/localization/sk.xlf +0 -69
- package/localization/sl.xlf +0 -69
- package/localization/sv.xlf +0 -69
- package/localization/tr.xlf +0 -69
- package/localization/uk.xlf +0 -69
- package/localization/zh-hans.xlf +0 -69
- package/src/lib/combobox.ts +0 -456
- package/src/lib/highlighter-fill.svg +0 -6
- package/src/snippets/Beispiel-Choice.html +0 -57
- package/src/snippets/Beispiel-Mark.html +0 -14
- package/src/snippets/Beispiel-Order.html +0 -52
- package/src/snippets/Beispiel-Text.html +0 -20
- package/src/snippets/blank.html +0 -1
- package/src/snippets/choice.html +0 -8
- package/src/snippets/cloze.html +0 -4
- package/src/snippets/mark.html +0 -4
- package/src/snippets/pairing.html +0 -10
- package/src/snippets/speech.html +0 -4
- package/src/snippets/text.html +0 -4
- package/src/snippets/wordsearch.html +0 -4
- package/src/widgets/webwriter-choice-item.ts +0 -254
- package/src/widgets/webwriter-choice.ts +0 -353
- package/src/widgets/webwriter-cloze-gap.ts +0 -216
- package/src/widgets/webwriter-cloze.ts +0 -136
- package/src/widgets/webwriter-order-item.ts +0 -441
- package/src/widgets/webwriter-order.ts +0 -327
- package/src/widgets/webwriter-pairing-item.ts +0 -161
- package/src/widgets/webwriter-pairing.ts +0 -193
- package/src/widgets/webwriter-speech.ts +0 -273
- package/src/widgets/webwriter-task-explainer.ts +0 -43
- package/src/widgets/webwriter-task-hint.ts +0 -23
|
@@ -1,30 +1,113 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not modify this file by hand!
|
|
3
|
-
// Re-generate this file by running lit-localize
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/* eslint-disable no-irregular-whitespace */
|
|
9
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
-
|
|
11
|
-
export const templates = {
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
's2ba5f4d8f3bd7c57': `
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
|
|
1
|
+
|
|
2
|
+
// Do not modify this file by hand!
|
|
3
|
+
// Re-generate this file by running lit-localize
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
import {str} from '@lit/localize';
|
|
7
|
+
|
|
8
|
+
/* eslint-disable no-irregular-whitespace */
|
|
9
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
+
|
|
11
|
+
export const templates = {
|
|
12
|
+
's021fb26da6a25f79': `Verdadero o falso`,
|
|
13
|
+
's03d845021c14b84f': `Devolver a las respuestas`,
|
|
14
|
+
's0b733d4a22c3b12f': `¿Enviar tus respuestas para su evaluación?`,
|
|
15
|
+
's0d9a7bb29fee2d85': `Respuesta correcta`,
|
|
16
|
+
's159928724265eb05': `Añadir opción`,
|
|
17
|
+
's15bdec250a4a55fb': `Descendente`,
|
|
18
|
+
's16e1bead7b9c95ce': `Memoria`,
|
|
19
|
+
's1705e89d78286348': `Mensaje para solución correcta`,
|
|
20
|
+
's19d2c07c1effbdaf': `Parcialmente correcto`,
|
|
21
|
+
's21b5ec7253ee5705': `La dirección de ordenación que se utilizará.`,
|
|
22
|
+
's2317e68a652c8498': `Texto corto`,
|
|
23
|
+
's2492f5fb1b05b45e': `Texto`,
|
|
24
|
+
's270d49ea25614a7b': `Reiniciar respuestas`,
|
|
25
|
+
's2ba5f4d8f3bd7c57': `Ordenar`,
|
|
26
|
+
's2ceb11be2290bb1b': `Cancelar`,
|
|
27
|
+
's2d96dca399230ff3': `La variante de disposición que se utilizará.`,
|
|
28
|
+
's2e4818861000b13f': `Disposición`,
|
|
29
|
+
's2f9c7cb1f24c3de8': `Pedir confirmación antes de enviar`,
|
|
30
|
+
's31ac9cd289910c65': `Retroalimentación si no se selecciona`,
|
|
31
|
+
's34adfb0ab932043d': `Ignorar mayúsculas`,
|
|
32
|
+
's36163be9d8064432': `El estilo de numeración que se utilizará.`,
|
|
33
|
+
's37cbecaec58e2192': `Modo`,
|
|
34
|
+
's3d249bb480032121': `Lista`,
|
|
35
|
+
's3ff3b89e5871fae3': `No se admiten varias líneas`,
|
|
36
|
+
's4058ed60e59264ed': `El método de calificación que se utilizará.`,
|
|
37
|
+
's4158d5fc29a1f991': `Correcto`,
|
|
38
|
+
's43f438831bf2524d': `Sin responder`,
|
|
39
|
+
's468f08dd3166cf44': `Elegir fondo`,
|
|
40
|
+
's4802e47fe2e95134': `Opción`,
|
|
41
|
+
's485bbcc5d19e2b20': `Opción múltiple`,
|
|
42
|
+
's48e186fb300e5464': `Hora`,
|
|
43
|
+
's49c940aecfef3ea0': `Resaltar`,
|
|
44
|
+
's52cfa1d198476806': `Elemento`,
|
|
45
|
+
's53bc6e49623c8f80': `Añadir pregunta`,
|
|
46
|
+
's54393bfa280ea55b': `Enunciado`,
|
|
47
|
+
's57784c3b7df6150c': `Parcial (posición)`,
|
|
48
|
+
's5c8e286841ccfd0e': `Columnas de la cuadrícula`,
|
|
49
|
+
's5ca3b69235e6046b': `Pedir confirmación antes de reiniciar`,
|
|
50
|
+
's5d86300c6e210017': `WebWriter no tiene permiso para acceder al micrófono.`,
|
|
51
|
+
's653f729e608b6653': `Haz clic para empezar a grabar`,
|
|
52
|
+
's669b18c6d2d9c95b': `Ninguna`,
|
|
53
|
+
's678dbf717a0b079d': `Todo o nada`,
|
|
54
|
+
's71ba655ef7772e6c': `Incorrecto`,
|
|
55
|
+
's721db58b7b0ea2e3': `Respuestas disponibles`,
|
|
56
|
+
's7254ca27b16ae2d8': `Falso`,
|
|
57
|
+
's729db3aabe406a0a': `Pregunta 1`,
|
|
58
|
+
's729dc6aabe408a53': str`Pregunta ${0}`,
|
|
59
|
+
's73c0e4814878d26e': `Ajustar a la cuadrícula`,
|
|
60
|
+
's73feab3544c345b1': `punto`,
|
|
61
|
+
's7667ffa7b27a7232': `Romana`,
|
|
62
|
+
's766f42576852db83': `¿Enviar respuestas?`,
|
|
63
|
+
's7a153886c76b7dcb': `Mostrar retroalimentación detallada`,
|
|
64
|
+
's7ac431061b2ebf1a': `¿Reiniciar todas las respuestas y empezar de nuevo?`,
|
|
65
|
+
's7acd963aa22be70c': str`Velocidad: ${0}x`,
|
|
66
|
+
's80dc9f56411917df': `Texto para resaltar`,
|
|
67
|
+
's848dd69654cedb5a': `Alternar resaltado en la posición`,
|
|
68
|
+
's855bb4e2b08d1a18': `Sin respuesta`,
|
|
69
|
+
's85ea99fb52be3385': `Verdadero`,
|
|
70
|
+
's8685fbc5eca0de27': `Calificación`,
|
|
71
|
+
's94c650bef124bd01': `Ascendente`,
|
|
72
|
+
's96d2f1dc180a46d8': `Depurar`,
|
|
73
|
+
's9bae45e308549364': `Fecha y hora`,
|
|
74
|
+
's9daa676c05ab2a68': `Opción única`,
|
|
75
|
+
's9dcffdd89c8e0f58': `Pista`,
|
|
76
|
+
'sa0a8f80935f767dd': `Ignorar mayúsculas y minúsculas`,
|
|
77
|
+
'sa937fce28916575e': `Solución`,
|
|
78
|
+
'saa3efba1f0c816b7': `Voz`,
|
|
79
|
+
'saa48690ce74705d4': `Ocultar puntos`,
|
|
80
|
+
'saadba46653e4ffef': `Emparejamiento`,
|
|
81
|
+
'sac8252732f2edb19': `Fecha`,
|
|
82
|
+
'sb1c40c0af94993b6': `Parcial (secuencia)`,
|
|
83
|
+
'sb20f85b66b8eed5b': `Arrastrar y soltar`,
|
|
84
|
+
'sb3d4f79d9d8b71e5': `Enviar`,
|
|
85
|
+
'sb5b8485f95c97a79': `Se ha producido un error al acceder al micrófono.`,
|
|
86
|
+
'sb8f0e32715402f50': `Método de calificación`,
|
|
87
|
+
'sbbb7581f20733d79': `Entrada libre`,
|
|
88
|
+
'sbbb97b1c63507dc0': `Número`,
|
|
89
|
+
'sbcdedcdd8451318c': `¿Reiniciar respuestas?`,
|
|
90
|
+
'sbdc2605da169f810': `Añadir pareja`,
|
|
91
|
+
'sc01c972e33754d22': `Retroalimentación si se selecciona`,
|
|
92
|
+
'scabf78417c4e5d86': `Puntos`,
|
|
93
|
+
'scc337566a7187408': `Numérica`,
|
|
94
|
+
'scc5671964ae0d6f7': `Insertar hueco en la selección`,
|
|
95
|
+
'sd2223afb7d6b100d': `Tipo`,
|
|
96
|
+
'sd23ee5e66df8400a': `Dirección`,
|
|
97
|
+
'sd24f4d056c0124f6': `Hueco vacío`,
|
|
98
|
+
'sdb9694f31d64cfc8': `Tu respuesta`,
|
|
99
|
+
'sdc9d86c26cff613b': `Arrastrar y soltar`,
|
|
100
|
+
'sdd02ad83d7cf88a6': `puntos`,
|
|
101
|
+
'sde7fee183b3bda88': `Numeración`,
|
|
102
|
+
'sde8252d2a4d268ce': `Mosaico`,
|
|
103
|
+
'se2af7220fe721133': `Respuesta libre`,
|
|
104
|
+
'se8a94b4effa2033e': `Alfabética`,
|
|
105
|
+
'sea7b286dd4c986fd': `Mensaje para solución incorrecta`,
|
|
106
|
+
'seaf97719986faf4f': `Hueco`,
|
|
107
|
+
'sf0fce877a8caebec': `Orden aleatorio`,
|
|
108
|
+
'sf4e3c96801ebe794': str`Volumen: ${0}%`,
|
|
109
|
+
'sf90be97cb08f3d5a': `Marcador de posición`,
|
|
110
|
+
'sfe628f6e69f78cca': `Texto largo`,
|
|
111
|
+
'sffeb741d73d302b3': `Puntuación parcial`,
|
|
112
|
+
};
|
|
30
113
|
|
|
@@ -1,30 +1,113 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not modify this file by hand!
|
|
3
|
-
// Re-generate this file by running lit-localize
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/* eslint-disable no-irregular-whitespace */
|
|
9
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
-
|
|
11
|
-
export const templates = {
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
's2ba5f4d8f3bd7c57': `
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
|
|
1
|
+
|
|
2
|
+
// Do not modify this file by hand!
|
|
3
|
+
// Re-generate this file by running lit-localize
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
import {str} from '@lit/localize';
|
|
7
|
+
|
|
8
|
+
/* eslint-disable no-irregular-whitespace */
|
|
9
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
+
|
|
11
|
+
export const templates = {
|
|
12
|
+
's021fb26da6a25f79': `Vrai ou faux`,
|
|
13
|
+
's03d845021c14b84f': `Remettre dans les réponses`,
|
|
14
|
+
's0b733d4a22c3b12f': `Envoyer vos réponses pour évaluation ?`,
|
|
15
|
+
's0d9a7bb29fee2d85': `Bonne réponse`,
|
|
16
|
+
's159928724265eb05': `Ajouter une option`,
|
|
17
|
+
's15bdec250a4a55fb': `Décroissant`,
|
|
18
|
+
's16e1bead7b9c95ce': `Memory`,
|
|
19
|
+
's1705e89d78286348': `Message en cas de bonne réponse`,
|
|
20
|
+
's19d2c07c1effbdaf': `Partiellement correct`,
|
|
21
|
+
's21b5ec7253ee5705': `Sens de classement à utiliser.`,
|
|
22
|
+
's2317e68a652c8498': `Texte court`,
|
|
23
|
+
's2492f5fb1b05b45e': `Texte`,
|
|
24
|
+
's270d49ea25614a7b': `Réinitialiser les réponses`,
|
|
25
|
+
's2ba5f4d8f3bd7c57': `Mise en ordre`,
|
|
26
|
+
's2ceb11be2290bb1b': `Annuler`,
|
|
27
|
+
's2d96dca399230ff3': `Variante de disposition à utiliser.`,
|
|
28
|
+
's2e4818861000b13f': `Disposition`,
|
|
29
|
+
's2f9c7cb1f24c3de8': `Demander confirmation avant l'envoi`,
|
|
30
|
+
's31ac9cd289910c65': `Feedback si non sélectionné`,
|
|
31
|
+
's34adfb0ab932043d': `Ignorer la casse`,
|
|
32
|
+
's36163be9d8064432': `Style de numérotation à utiliser.`,
|
|
33
|
+
's37cbecaec58e2192': `Mode`,
|
|
34
|
+
's3d249bb480032121': `Liste`,
|
|
35
|
+
's3ff3b89e5871fae3': `Les lignes multiples ne sont pas prises en charge`,
|
|
36
|
+
's4058ed60e59264ed': `Méthode de notation à utiliser.`,
|
|
37
|
+
's4158d5fc29a1f991': `Correct`,
|
|
38
|
+
's43f438831bf2524d': `Sans réponse`,
|
|
39
|
+
's468f08dd3166cf44': `Choisir un arrière-plan`,
|
|
40
|
+
's4802e47fe2e95134': `Option`,
|
|
41
|
+
's485bbcc5d19e2b20': `Choix multiple`,
|
|
42
|
+
's48e186fb300e5464': `Heure`,
|
|
43
|
+
's49c940aecfef3ea0': `Surlignage`,
|
|
44
|
+
's52cfa1d198476806': `Élément`,
|
|
45
|
+
's53bc6e49623c8f80': `Ajouter une question`,
|
|
46
|
+
's54393bfa280ea55b': `Énoncé`,
|
|
47
|
+
's57784c3b7df6150c': `Partielle (position)`,
|
|
48
|
+
's5c8e286841ccfd0e': `Colonnes de la grille`,
|
|
49
|
+
's5ca3b69235e6046b': `Demander confirmation avant la réinitialisation`,
|
|
50
|
+
's5d86300c6e210017': `WebWriter n'a pas l'autorisation d'accéder au microphone.`,
|
|
51
|
+
's653f729e608b6653': `Cliquez pour démarrer l'enregistrement`,
|
|
52
|
+
's669b18c6d2d9c95b': `Aucune`,
|
|
53
|
+
's678dbf717a0b079d': `Tout ou rien`,
|
|
54
|
+
's71ba655ef7772e6c': `Incorrect`,
|
|
55
|
+
's721db58b7b0ea2e3': `Réponses disponibles`,
|
|
56
|
+
's7254ca27b16ae2d8': `Faux`,
|
|
57
|
+
's729db3aabe406a0a': `Question 1`,
|
|
58
|
+
's729dc6aabe408a53': str`Question ${0}`,
|
|
59
|
+
's73c0e4814878d26e': `Aligner sur la grille`,
|
|
60
|
+
's73feab3544c345b1': `point`,
|
|
61
|
+
's7667ffa7b27a7232': `Romaine`,
|
|
62
|
+
's766f42576852db83': `Envoyer les réponses ?`,
|
|
63
|
+
's7a153886c76b7dcb': `Afficher un feedback détaillé`,
|
|
64
|
+
's7ac431061b2ebf1a': `Réinitialiser toutes les réponses et recommencer ?`,
|
|
65
|
+
's7acd963aa22be70c': str`Vitesse : ${0}x`,
|
|
66
|
+
's80dc9f56411917df': `Texte à surligner`,
|
|
67
|
+
's848dd69654cedb5a': `Activer/désactiver le surlignage à cette position`,
|
|
68
|
+
's855bb4e2b08d1a18': `Aucune réponse`,
|
|
69
|
+
's85ea99fb52be3385': `Vrai`,
|
|
70
|
+
's8685fbc5eca0de27': `Notation`,
|
|
71
|
+
's94c650bef124bd01': `Croissant`,
|
|
72
|
+
's96d2f1dc180a46d8': `Débogage`,
|
|
73
|
+
's9bae45e308549364': `Date et heure`,
|
|
74
|
+
's9daa676c05ab2a68': `Choix unique`,
|
|
75
|
+
's9dcffdd89c8e0f58': `Indice`,
|
|
76
|
+
'sa0a8f80935f767dd': `Ignorer la casse`,
|
|
77
|
+
'sa937fce28916575e': `Solution`,
|
|
78
|
+
'saa3efba1f0c816b7': `Enregistrement vocal`,
|
|
79
|
+
'saa48690ce74705d4': `Masquer les points`,
|
|
80
|
+
'saadba46653e4ffef': `Appariement`,
|
|
81
|
+
'sac8252732f2edb19': `Date`,
|
|
82
|
+
'sb1c40c0af94993b6': `Partielle (séquence)`,
|
|
83
|
+
'sb20f85b66b8eed5b': `Glisser-déposer`,
|
|
84
|
+
'sb3d4f79d9d8b71e5': `Envoyer`,
|
|
85
|
+
'sb5b8485f95c97a79': `Une erreur s'est produite lors de l'accès au microphone.`,
|
|
86
|
+
'sb8f0e32715402f50': `Méthode de notation`,
|
|
87
|
+
'sbbb7581f20733d79': `Saisie libre`,
|
|
88
|
+
'sbbb97b1c63507dc0': `Nombre`,
|
|
89
|
+
'sbcdedcdd8451318c': `Réinitialiser les réponses ?`,
|
|
90
|
+
'sbdc2605da169f810': `Ajouter une paire`,
|
|
91
|
+
'sc01c972e33754d22': `Feedback si sélectionné`,
|
|
92
|
+
'scabf78417c4e5d86': `Points`,
|
|
93
|
+
'scc337566a7187408': `Numérique`,
|
|
94
|
+
'scc5671964ae0d6f7': `Insérer un trou dans la sélection`,
|
|
95
|
+
'sd2223afb7d6b100d': `Type`,
|
|
96
|
+
'sd23ee5e66df8400a': `Sens`,
|
|
97
|
+
'sd24f4d056c0124f6': `Trou vide`,
|
|
98
|
+
'sdb9694f31d64cfc8': `Votre réponse`,
|
|
99
|
+
'sdc9d86c26cff613b': `Glisser-déposer`,
|
|
100
|
+
'sdd02ad83d7cf88a6': `points`,
|
|
101
|
+
'sde7fee183b3bda88': `Numérotation`,
|
|
102
|
+
'sde8252d2a4d268ce': `Tuiles`,
|
|
103
|
+
'se2af7220fe721133': `Réponse libre`,
|
|
104
|
+
'se8a94b4effa2033e': `Alphabétique`,
|
|
105
|
+
'sea7b286dd4c986fd': `Message en cas de mauvaise réponse`,
|
|
106
|
+
'seaf97719986faf4f': `Texte à trous`,
|
|
107
|
+
'sf0fce877a8caebec': `Ordre aléatoire`,
|
|
108
|
+
'sf4e3c96801ebe794': str`Volume : ${0} %`,
|
|
109
|
+
'sf90be97cb08f3d5a': `Texte indicatif`,
|
|
110
|
+
'sfe628f6e69f78cca': `Texte long`,
|
|
111
|
+
'sffeb741d73d302b3': `Notation partielle`,
|
|
112
|
+
};
|
|
30
113
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {sourceLocale, targetLocales} from './locale-codes.js';
|
|
2
|
-
import {configureLocalization} from '@lit/localize';
|
|
1
|
+
import {sourceLocale, targetLocales} from './locale-codes.js';
|
|
2
|
+
import {configureLocalization} from '@lit/localize';
|
|
3
3
|
export default configureLocalization({sourceLocale, targetLocales, loadLocale: (locale) => import(`./${locale}.ts`)});
|
|
@@ -1,30 +1,113 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not modify this file by hand!
|
|
3
|
-
// Re-generate this file by running lit-localize
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/* eslint-disable no-irregular-whitespace */
|
|
9
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
-
|
|
11
|
-
export const templates = {
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
's2ba5f4d8f3bd7c57': `
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
|
|
1
|
+
|
|
2
|
+
// Do not modify this file by hand!
|
|
3
|
+
// Re-generate this file by running lit-localize
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
import {str} from '@lit/localize';
|
|
7
|
+
|
|
8
|
+
/* eslint-disable no-irregular-whitespace */
|
|
9
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10
|
+
|
|
11
|
+
export const templates = {
|
|
12
|
+
's021fb26da6a25f79': `Vero o falso`,
|
|
13
|
+
's03d845021c14b84f': `Rimetti tra le risposte`,
|
|
14
|
+
's0b733d4a22c3b12f': `Inviare le risposte per la valutazione?`,
|
|
15
|
+
's0d9a7bb29fee2d85': `Risposta corretta`,
|
|
16
|
+
's159928724265eb05': `Aggiungi opzione`,
|
|
17
|
+
's15bdec250a4a55fb': `Decrescente`,
|
|
18
|
+
's16e1bead7b9c95ce': `Memory`,
|
|
19
|
+
's1705e89d78286348': `Messaggio per soluzione corretta`,
|
|
20
|
+
's19d2c07c1effbdaf': `Parzialmente corretto`,
|
|
21
|
+
's21b5ec7253ee5705': `La direzione di ordinamento da usare.`,
|
|
22
|
+
's2317e68a652c8498': `Testo breve`,
|
|
23
|
+
's2492f5fb1b05b45e': `Testo`,
|
|
24
|
+
's270d49ea25614a7b': `Azzera risposte`,
|
|
25
|
+
's2ba5f4d8f3bd7c57': `Ordinamento`,
|
|
26
|
+
's2ceb11be2290bb1b': `Annulla`,
|
|
27
|
+
's2d96dca399230ff3': `La variante di layout da usare.`,
|
|
28
|
+
's2e4818861000b13f': `Layout`,
|
|
29
|
+
's2f9c7cb1f24c3de8': `Chiedi conferma prima dell'invio`,
|
|
30
|
+
's31ac9cd289910c65': `Feedback se non selezionata`,
|
|
31
|
+
's34adfb0ab932043d': `Ignora maiuscole/minuscole`,
|
|
32
|
+
's36163be9d8064432': `Lo stile di numerazione da usare.`,
|
|
33
|
+
's37cbecaec58e2192': `Modalità`,
|
|
34
|
+
's3d249bb480032121': `Elenco`,
|
|
35
|
+
's3ff3b89e5871fae3': `Le righe multiple non sono supportate`,
|
|
36
|
+
's4058ed60e59264ed': `Il metodo di valutazione da usare.`,
|
|
37
|
+
's4158d5fc29a1f991': `Corretto`,
|
|
38
|
+
's43f438831bf2524d': `Senza risposta`,
|
|
39
|
+
's468f08dd3166cf44': `Scegli sfondo`,
|
|
40
|
+
's4802e47fe2e95134': `Opzione`,
|
|
41
|
+
's485bbcc5d19e2b20': `Scelta multipla`,
|
|
42
|
+
's48e186fb300e5464': `Ora`,
|
|
43
|
+
's49c940aecfef3ea0': `Evidenziazione`,
|
|
44
|
+
's52cfa1d198476806': `Elemento`,
|
|
45
|
+
's53bc6e49623c8f80': `Aggiungi domanda`,
|
|
46
|
+
's54393bfa280ea55b': `Consegna`,
|
|
47
|
+
's57784c3b7df6150c': `Parziale (posizione)`,
|
|
48
|
+
's5c8e286841ccfd0e': `Colonne griglia`,
|
|
49
|
+
's5ca3b69235e6046b': `Chiedi conferma prima di azzerare`,
|
|
50
|
+
's5d86300c6e210017': `WebWriter non dispone dell'autorizzazione per accedere al microfono.`,
|
|
51
|
+
's653f729e608b6653': `Clicca per avviare la registrazione`,
|
|
52
|
+
's669b18c6d2d9c95b': `Nessuna`,
|
|
53
|
+
's678dbf717a0b079d': `Tutto o niente`,
|
|
54
|
+
's71ba655ef7772e6c': `Errato`,
|
|
55
|
+
's721db58b7b0ea2e3': `Risposte disponibili`,
|
|
56
|
+
's7254ca27b16ae2d8': `Falso`,
|
|
57
|
+
's729db3aabe406a0a': `Domanda 1`,
|
|
58
|
+
's729dc6aabe408a53': str`Domanda ${0}`,
|
|
59
|
+
's73c0e4814878d26e': `Aggancia alla griglia`,
|
|
60
|
+
's73feab3544c345b1': `punto`,
|
|
61
|
+
's7667ffa7b27a7232': `Romana`,
|
|
62
|
+
's766f42576852db83': `Inviare le risposte?`,
|
|
63
|
+
's7a153886c76b7dcb': `Mostra feedback dettagliato`,
|
|
64
|
+
's7ac431061b2ebf1a': `Azzerare tutte le risposte e ricominciare?`,
|
|
65
|
+
's7acd963aa22be70c': str`Velocità: ${0}x`,
|
|
66
|
+
's80dc9f56411917df': `Testo da evidenziare`,
|
|
67
|
+
's848dd69654cedb5a': `Attiva/disattiva evidenziazione al cursore`,
|
|
68
|
+
's855bb4e2b08d1a18': `Nessuna risposta`,
|
|
69
|
+
's85ea99fb52be3385': `Vero`,
|
|
70
|
+
's8685fbc5eca0de27': `Valutazione`,
|
|
71
|
+
's94c650bef124bd01': `Crescente`,
|
|
72
|
+
's96d2f1dc180a46d8': `Debug`,
|
|
73
|
+
's9bae45e308549364': `Data e ora`,
|
|
74
|
+
's9daa676c05ab2a68': `Scelta singola`,
|
|
75
|
+
's9dcffdd89c8e0f58': `Suggerimento`,
|
|
76
|
+
'sa0a8f80935f767dd': `Ignora maiuscole/minuscole`,
|
|
77
|
+
'sa937fce28916575e': `Soluzione`,
|
|
78
|
+
'saa3efba1f0c816b7': `Registrazione vocale`,
|
|
79
|
+
'saa48690ce74705d4': `Nascondi punti`,
|
|
80
|
+
'saadba46653e4ffef': `Abbinamento`,
|
|
81
|
+
'sac8252732f2edb19': `Data`,
|
|
82
|
+
'sb1c40c0af94993b6': `Parziale (sequenza)`,
|
|
83
|
+
'sb20f85b66b8eed5b': `Trascinamento`,
|
|
84
|
+
'sb3d4f79d9d8b71e5': `Invia`,
|
|
85
|
+
'sb5b8485f95c97a79': `Si è verificato un errore durante l'accesso al microfono.`,
|
|
86
|
+
'sb8f0e32715402f50': `Metodo di valutazione`,
|
|
87
|
+
'sbbb7581f20733d79': `Inserimento libero`,
|
|
88
|
+
'sbbb97b1c63507dc0': `Numero`,
|
|
89
|
+
'sbcdedcdd8451318c': `Azzerare le risposte?`,
|
|
90
|
+
'sbdc2605da169f810': `Aggiungi coppia`,
|
|
91
|
+
'sc01c972e33754d22': `Feedback se selezionata`,
|
|
92
|
+
'scabf78417c4e5d86': `Punti`,
|
|
93
|
+
'scc337566a7187408': `Numerica`,
|
|
94
|
+
'scc5671964ae0d6f7': `Inserisci lacuna nella selezione`,
|
|
95
|
+
'sd2223afb7d6b100d': `Tipo`,
|
|
96
|
+
'sd23ee5e66df8400a': `Direzione`,
|
|
97
|
+
'sd24f4d056c0124f6': `Lacuna vuota`,
|
|
98
|
+
'sdb9694f31d64cfc8': `La tua risposta`,
|
|
99
|
+
'sdc9d86c26cff613b': `Trascinamento`,
|
|
100
|
+
'sdd02ad83d7cf88a6': `punti`,
|
|
101
|
+
'sde7fee183b3bda88': `Numerazione`,
|
|
102
|
+
'sde8252d2a4d268ce': `Riquadri`,
|
|
103
|
+
'se2af7220fe721133': `Risposta libera`,
|
|
104
|
+
'se8a94b4effa2033e': `Alfabetica`,
|
|
105
|
+
'sea7b286dd4c986fd': `Messaggio per soluzione errata`,
|
|
106
|
+
'seaf97719986faf4f': `Lacuna`,
|
|
107
|
+
'sf0fce877a8caebec': `Ordine casuale`,
|
|
108
|
+
'sf4e3c96801ebe794': str`Volume: ${0}%`,
|
|
109
|
+
'sf90be97cb08f3d5a': `Segnaposto`,
|
|
110
|
+
'sfe628f6e69f78cca': `Testo lungo`,
|
|
111
|
+
'sffeb741d73d302b3': `Punteggio parziale`,
|
|
112
|
+
};
|
|
30
113
|
|
|
@@ -1,79 +1,31 @@
|
|
|
1
|
-
// Do not modify this file by hand!
|
|
2
|
-
// Re-generate this file by running lit-localize.
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* The locale code that templates in this source code are written in.
|
|
6
|
-
*/
|
|
7
|
-
export const sourceLocale = `en`;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The other locale codes that this application is localized into. Sorted
|
|
11
|
-
* lexicographically.
|
|
12
|
-
*/
|
|
13
|
-
export const targetLocales = [
|
|
14
|
-
`
|
|
15
|
-
`
|
|
16
|
-
`
|
|
17
|
-
`
|
|
18
|
-
`
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
`
|
|
26
|
-
`
|
|
27
|
-
`
|
|
28
|
-
`
|
|
29
|
-
`
|
|
30
|
-
`
|
|
31
|
-
|
|
32
|
-
`pl`,
|
|
33
|
-
`pt-BR`,
|
|
34
|
-
`pt-PT`,
|
|
35
|
-
`ro`,
|
|
36
|
-
`ru`,
|
|
37
|
-
`sk`,
|
|
38
|
-
`sl`,
|
|
39
|
-
`sv`,
|
|
40
|
-
`tr`,
|
|
41
|
-
`uk`,
|
|
42
|
-
`zh-hans`,
|
|
43
|
-
];
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* All valid project locale codes. Sorted lexicographically.
|
|
47
|
-
*/
|
|
48
|
-
export const allLocales = [
|
|
49
|
-
`bg`,
|
|
50
|
-
`cs`,
|
|
51
|
-
`da`,
|
|
52
|
-
`de`,
|
|
53
|
-
`el`,
|
|
54
|
-
`en`,
|
|
55
|
-
`es`,
|
|
56
|
-
`et`,
|
|
57
|
-
`fi`,
|
|
58
|
-
`fr`,
|
|
59
|
-
`hu`,
|
|
60
|
-
`id`,
|
|
61
|
-
`it`,
|
|
62
|
-
`ja`,
|
|
63
|
-
`ko`,
|
|
64
|
-
`lt`,
|
|
65
|
-
`lv`,
|
|
66
|
-
`nb`,
|
|
67
|
-
`nl`,
|
|
68
|
-
`pl`,
|
|
69
|
-
`pt-BR`,
|
|
70
|
-
`pt-PT`,
|
|
71
|
-
`ro`,
|
|
72
|
-
`ru`,
|
|
73
|
-
`sk`,
|
|
74
|
-
`sl`,
|
|
75
|
-
`sv`,
|
|
76
|
-
`tr`,
|
|
77
|
-
`uk`,
|
|
78
|
-
`zh-hans`,
|
|
79
|
-
];
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize.
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* The locale code that templates in this source code are written in.
|
|
6
|
+
*/
|
|
7
|
+
export const sourceLocale = `en`;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* The other locale codes that this application is localized into. Sorted
|
|
11
|
+
* lexicographically.
|
|
12
|
+
*/
|
|
13
|
+
export const targetLocales = [
|
|
14
|
+
`de`,
|
|
15
|
+
`es`,
|
|
16
|
+
`fr`,
|
|
17
|
+
`it`,
|
|
18
|
+
`nl`,
|
|
19
|
+
];
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* All valid project locale codes. Sorted lexicographically.
|
|
23
|
+
*/
|
|
24
|
+
export const allLocales = [
|
|
25
|
+
`de`,
|
|
26
|
+
`en`,
|
|
27
|
+
`es`,
|
|
28
|
+
`fr`,
|
|
29
|
+
`it`,
|
|
30
|
+
`nl`,
|
|
31
|
+
];
|