@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
package/localization/lv.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="lv">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Iespēja</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>True</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Viltus</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Pievienot iespēju</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Teksts, kam pievienot atstarpes</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Teksta izcelšana</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Paskaidrojums</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Pārbaudiet savas atbildes</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Mēģiniet vēlreiz</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Iesniegt</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Atiestatīt</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Uzaicinājums</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/nb.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="nb">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Alternativ</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Sant</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Falsk</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Legg til alternativ</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Tekst for å legge til mellomrom</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Tekst som skal fremheves</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Forklaring</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Sjekk svarene dine</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Prøv igjen</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Send inn</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Tilbakestill</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Spør</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/pl.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="pl">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Opcja</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Prawda</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Fałsz</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Dodaj opcję</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Tekst do dodania przerw</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Tekst do podświetlenia</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Wyjaśnienie</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Sprawdź swoje odpowiedzi</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Spróbuj ponownie</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Prześlij</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Reset</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Podpowiedź</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/pt-BR.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="pt-BR">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Opção</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Verdadeiro</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Falso</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Adicionar opção</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Texto para adicionar lacunas</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Texto para destacar</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Explicação</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Verifique suas respostas</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Tente novamente</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Enviar</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Redefinir</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Prompt</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/pt-PT.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="pt-PT">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Opção</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Verdadeiro</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Falso</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Adicionar opção</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Texto para adicionar lacunas</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Texto a realçar</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Explicação</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Verifique as suas respostas</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Tentar novamente</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Enviar</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Reiniciar</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Prompt</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/ro.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="ro">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Opțiune</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Adevărat</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Fals</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Adaugă opțiune</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Text la care să adăugați spații libere</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Text pentru evidențiere</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Explicație</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Verifică-ți răspunsurile</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Încercați din nou</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Trimite</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Resetare</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Prompt</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/ru.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="ru">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Вариант</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Правда</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Ложь</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Добавить опцию</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Текст для добавления пробелов</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Текст для выделения</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Пояснение</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Проверьте свои ответы</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Попробуйте еще раз</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Отправить</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Сброс</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Справка</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/sk.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="sk">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Možnosť</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Pravda</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>False</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Pridať možnosť</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Text na pridanie medzier</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Text na zvýraznenie</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Vysvetlenie</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Skontrolujte svoje odpovede</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Skúste to znova</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Odoslať</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Obnovenie</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Prompt</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|
package/localization/sl.xlf
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
2
|
-
<file original="lit-localize-inputs" datatype="plaintext" source-language="en" target-language="sl">
|
|
3
|
-
<body>
|
|
4
|
-
<trans-unit id="s4802e47fe2e95134">
|
|
5
|
-
<source>Option</source>
|
|
6
|
-
<target>Možnost</target>
|
|
7
|
-
</trans-unit>
|
|
8
|
-
<trans-unit id="s85ea99fb52be3385">
|
|
9
|
-
<source>True</source>
|
|
10
|
-
<target>Resnično</target>
|
|
11
|
-
</trans-unit>
|
|
12
|
-
<trans-unit id="s7254ca27b16ae2d8">
|
|
13
|
-
<source>False</source>
|
|
14
|
-
<target>Lažno</target>
|
|
15
|
-
</trans-unit>
|
|
16
|
-
<trans-unit id="s159928724265eb05">
|
|
17
|
-
<source>Add Option</source>
|
|
18
|
-
<target>Dodajanje možnosti</target>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="sc56e9323f076a11e">
|
|
21
|
-
<source>Text to add gaps to</source>
|
|
22
|
-
<target>Besedilo za dodajanje presledkov</target>
|
|
23
|
-
</trans-unit>
|
|
24
|
-
<trans-unit id="s80dc9f56411917df">
|
|
25
|
-
<source>Text to Highlight</source>
|
|
26
|
-
<target>Besedilo za poudarjanje</target>
|
|
27
|
-
</trans-unit>
|
|
28
|
-
<trans-unit id="s1b23c41934894f30">
|
|
29
|
-
<source>Explanation</source>
|
|
30
|
-
<target>Razlaga:</target>
|
|
31
|
-
</trans-unit>
|
|
32
|
-
<trans-unit id="sd26e8d4eef55e341">
|
|
33
|
-
<source>Check your answers</source>
|
|
34
|
-
<target>Preverite svoje odgovore</target>
|
|
35
|
-
</trans-unit>
|
|
36
|
-
<trans-unit id="scd1dd6ff53d0d01a">
|
|
37
|
-
<source>Try again</source>
|
|
38
|
-
<target>Poskusite znova</target>
|
|
39
|
-
</trans-unit>
|
|
40
|
-
<trans-unit id="sb3d4f79d9d8b71e5">
|
|
41
|
-
<source>Submit</source>
|
|
42
|
-
<target>Pošlji</target>
|
|
43
|
-
</trans-unit>
|
|
44
|
-
<trans-unit id="s255857544a9d5ec0">
|
|
45
|
-
<source>Reset</source>
|
|
46
|
-
<target>Ponastavitev</target>
|
|
47
|
-
</trans-unit>
|
|
48
|
-
<trans-unit id="s54393bfa280ea55b">
|
|
49
|
-
<source>Prompt</source>
|
|
50
|
-
<target>Poziv</target>
|
|
51
|
-
</trans-unit>
|
|
52
|
-
<trans-unit id="sb0aadaa04e658ad6">
|
|
53
|
-
<source>Choice</source>
|
|
54
|
-
</trans-unit>
|
|
55
|
-
<trans-unit id="s2ba5f4d8f3bd7c57">
|
|
56
|
-
<source>Order</source>
|
|
57
|
-
</trans-unit>
|
|
58
|
-
<trans-unit id="s2492f5fb1b05b45e">
|
|
59
|
-
<source>Text</source>
|
|
60
|
-
</trans-unit>
|
|
61
|
-
<trans-unit id="s49c940aecfef3ea0">
|
|
62
|
-
<source>Mark</source>
|
|
63
|
-
</trans-unit>
|
|
64
|
-
<trans-unit id="saa3efba1f0c816b7">
|
|
65
|
-
<source>Speech</source>
|
|
66
|
-
</trans-unit>
|
|
67
|
-
</body>
|
|
68
|
-
</file>
|
|
69
|
-
</xliff>
|