@pie-lib/translator 2.0.0 → 2.0.1-next.33
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/lib/en.js +44 -42
- package/lib/en.js.map +1 -1
- package/lib/es.js +44 -42
- package/lib/es.js.map +1 -1
- package/package.json +2 -2
- package/src/en.js +48 -42
- package/src/es.js +48 -42
package/lib/en.js
CHANGED
|
@@ -7,63 +7,65 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _default = {
|
|
8
8
|
translation: {
|
|
9
9
|
ebsr: {
|
|
10
|
-
part:
|
|
10
|
+
part: 'Part {{index}}'
|
|
11
11
|
},
|
|
12
12
|
numberLine: {
|
|
13
|
-
addElementLimit_one:
|
|
14
|
-
addElementLimit_other:
|
|
15
|
-
clearAll:
|
|
13
|
+
addElementLimit_one: 'You can only add {{count}} element',
|
|
14
|
+
addElementLimit_other: 'You can only add {{count}} elements',
|
|
15
|
+
clearAll: 'Clear all'
|
|
16
16
|
},
|
|
17
17
|
imageClozeAssociation: {
|
|
18
|
-
reachedLimit_one:
|
|
19
|
-
reachedLimit_other:
|
|
18
|
+
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
19
|
+
reachedLimit_other: 'You’ve reached the limit of {{count}} responses per area. To add another response, one must first be removed.'
|
|
20
20
|
},
|
|
21
21
|
drawingResponse: {
|
|
22
|
-
fillColor:
|
|
23
|
-
outlineColor:
|
|
24
|
-
noFill:
|
|
25
|
-
lightblue:
|
|
26
|
-
lightyellow:
|
|
27
|
-
red:
|
|
28
|
-
orange:
|
|
29
|
-
yellow:
|
|
30
|
-
violet:
|
|
31
|
-
blue:
|
|
32
|
-
green:
|
|
33
|
-
white:
|
|
34
|
-
black:
|
|
35
|
-
onDoubleClick:
|
|
22
|
+
fillColor: 'Fill color',
|
|
23
|
+
outlineColor: 'Outline color',
|
|
24
|
+
noFill: 'No fill',
|
|
25
|
+
lightblue: 'Light blue',
|
|
26
|
+
lightyellow: 'Light yellow',
|
|
27
|
+
red: 'Red',
|
|
28
|
+
orange: 'Orange',
|
|
29
|
+
yellow: 'Yellow',
|
|
30
|
+
violet: 'Violet',
|
|
31
|
+
blue: 'Blue',
|
|
32
|
+
green: 'Green',
|
|
33
|
+
white: 'White',
|
|
34
|
+
black: 'Black',
|
|
35
|
+
onDoubleClick: 'Double click to edit this text. Press Enter to submit.'
|
|
36
36
|
},
|
|
37
37
|
charting: {
|
|
38
|
-
addCategory:
|
|
39
|
-
newLabel:
|
|
38
|
+
addCategory: 'Add category',
|
|
39
|
+
newLabel: 'New label',
|
|
40
|
+
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
40
41
|
},
|
|
41
42
|
graphing: {
|
|
42
|
-
point:
|
|
43
|
-
circle:
|
|
44
|
-
line:
|
|
45
|
-
parabola:
|
|
46
|
-
polygon:
|
|
47
|
-
ray:
|
|
48
|
-
segment:
|
|
49
|
-
sine:
|
|
50
|
-
vector:
|
|
51
|
-
label:
|
|
52
|
-
redo:
|
|
53
|
-
reset:
|
|
43
|
+
point: 'Point',
|
|
44
|
+
circle: 'Circle',
|
|
45
|
+
line: 'Line',
|
|
46
|
+
parabola: 'Parabola',
|
|
47
|
+
polygon: 'Polygon',
|
|
48
|
+
ray: 'Ray',
|
|
49
|
+
segment: 'Segment',
|
|
50
|
+
sine: 'Sine',
|
|
51
|
+
vector: 'Vector',
|
|
52
|
+
label: 'Label',
|
|
53
|
+
redo: 'Redo',
|
|
54
|
+
reset: 'Reset'
|
|
54
55
|
},
|
|
55
56
|
mathInline: {
|
|
56
|
-
primaryCorrectWithAlternates:
|
|
57
|
+
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.'
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
common: {
|
|
60
|
-
undo:
|
|
61
|
-
clearAll:
|
|
62
|
-
correct:
|
|
63
|
-
incorrect:
|
|
64
|
-
showCorrectAnswer:
|
|
65
|
-
hideCorrectAnswer:
|
|
66
|
-
commonCorrectAnswerWithAlternates:
|
|
61
|
+
undo: 'Undo',
|
|
62
|
+
clearAll: 'Clear all',
|
|
63
|
+
correct: 'Correct',
|
|
64
|
+
incorrect: 'Incorrect',
|
|
65
|
+
showCorrectAnswer: 'Show correct answer',
|
|
66
|
+
hideCorrectAnswer: 'Hide correct answer',
|
|
67
|
+
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.',
|
|
68
|
+
warning: 'Warning'
|
|
67
69
|
}
|
|
68
70
|
};
|
|
69
71
|
exports["default"] = _default;
|
package/lib/en.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/en.js"],"names":["translation","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","newLabel","graphing","point","circle","line","parabola","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,KADK;AAIXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,mBAAmB,EAAE,oCADX;AAEVC,MAAAA,qBAAqB,EAAE,qCAFb;AAGVC,MAAAA,QAAQ,EAAE;AAHA,KAJD;AASXC,IAAAA,qBAAqB,EAAE;AACrBC,MAAAA,gBAAgB,
|
|
1
|
+
{"version":3,"sources":["../src/en.js"],"names":["translation","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","newLabel","graphing","point","circle","line","parabola","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,KADK;AAIXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,mBAAmB,EAAE,oCADX;AAEVC,MAAAA,qBAAqB,EAAE,qCAFb;AAGVC,MAAAA,QAAQ,EAAE;AAHA,KAJD;AASXC,IAAAA,qBAAqB,EAAE;AACrBC,MAAAA,gBAAgB,EACd,8GAFmB;AAGrBC,MAAAA,kBAAkB,EAChB;AAJmB,KATZ;AAeXC,IAAAA,eAAe,EAAE;AACfC,MAAAA,SAAS,EAAE,YADI;AAEfC,MAAAA,YAAY,EAAE,eAFC;AAGfC,MAAAA,MAAM,EAAE,SAHO;AAIfC,MAAAA,SAAS,EAAE,YAJI;AAKfC,MAAAA,WAAW,EAAE,cALE;AAMfC,MAAAA,GAAG,EAAE,KANU;AAOfC,MAAAA,MAAM,EAAE,QAPO;AAQfC,MAAAA,MAAM,EAAE,QARO;AASfC,MAAAA,MAAM,EAAE,QATO;AAUfC,MAAAA,IAAI,EAAE,MAVS;AAWfC,MAAAA,KAAK,EAAE,OAXQ;AAYfC,MAAAA,KAAK,EAAE,OAZQ;AAafC,MAAAA,KAAK,EAAE,OAbQ;AAcfC,MAAAA,aAAa,EAAE;AAdA,KAfN;AA+BXC,IAAAA,QAAQ,EAAE;AACRC,MAAAA,WAAW,EAAE,cADL;AAERC,MAAAA,QAAQ,EAAE,WAFF;AAGRlB,MAAAA,kBAAkB,EAAE;AAHZ,KA/BC;AAoCXmB,IAAAA,QAAQ,EAAE;AACRC,MAAAA,KAAK,EAAE,OADC;AAERC,MAAAA,MAAM,EAAE,QAFA;AAGRC,MAAAA,IAAI,EAAE,MAHE;AAIRC,MAAAA,QAAQ,EAAE,UAJF;AAKRC,MAAAA,OAAO,EAAE,SALD;AAMRC,MAAAA,GAAG,EAAE,KANG;AAORC,MAAAA,OAAO,EAAE,SAPD;AAQRC,MAAAA,IAAI,EAAE,MARE;AASRC,MAAAA,MAAM,EAAE,QATA;AAURC,MAAAA,KAAK,EAAE,OAVC;AAWRC,MAAAA,IAAI,EAAE,MAXE;AAYRC,MAAAA,KAAK,EAAE;AAZC,KApCC;AAkDXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,4BAA4B,EAC1B;AAFQ;AAlDD,GADA;AAwDbC,EAAAA,MAAM,EAAE;AACNC,IAAAA,IAAI,EAAE,MADA;AAENtC,IAAAA,QAAQ,EAAE,WAFJ;AAGNuC,IAAAA,OAAO,EAAE,SAHH;AAINC,IAAAA,SAAS,EAAE,WAJL;AAKNC,IAAAA,iBAAiB,EAAE,qBALb;AAMNC,IAAAA,iBAAiB,EAAE,qBANb;AAONC,IAAAA,iCAAiC,EAC/B,gLARI;AASNC,IAAAA,OAAO,EAAE;AATH;AAxDK,C","sourcesContent":["export default {\n translation: {\n ebsr: {\n part: 'Part {{index}}',\n },\n numberLine: {\n addElementLimit_one: 'You can only add {{count}} element',\n addElementLimit_other: 'You can only add {{count}} elements',\n clearAll: 'Clear all',\n },\n imageClozeAssociation: {\n reachedLimit_one:\n 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',\n reachedLimit_other:\n 'You’ve reached the limit of {{count}} responses per area. To add another response, one must first be removed.',\n },\n drawingResponse: {\n fillColor: 'Fill color',\n outlineColor: 'Outline color',\n noFill: 'No fill',\n lightblue: 'Light blue',\n lightyellow: 'Light yellow',\n red: 'Red',\n orange: 'Orange',\n yellow: 'Yellow',\n violet: 'Violet',\n blue: 'Blue',\n green: 'Green',\n white: 'White',\n black: 'Black',\n onDoubleClick: 'Double click to edit this text. Press Enter to submit.',\n },\n charting: {\n addCategory: 'Add category',\n newLabel: 'New label',\n reachedLimit_other: \"There can't be more than {{count}} categories.\",\n },\n graphing: {\n point: 'Point',\n circle: 'Circle',\n line: 'Line',\n parabola: 'Parabola',\n polygon: 'Polygon',\n ray: 'Ray',\n segment: 'Segment',\n sine: 'Sine',\n vector: 'Vector',\n label: 'Label',\n redo: 'Redo',\n reset: 'Reset',\n },\n mathInline: {\n primaryCorrectWithAlternates:\n '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.',\n },\n },\n common: {\n undo: 'Undo',\n clearAll: 'Clear all',\n correct: 'Correct',\n incorrect: 'Incorrect',\n showCorrectAnswer: 'Show correct answer',\n hideCorrectAnswer: 'Hide correct answer',\n commonCorrectAnswerWithAlternates:\n '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.',\n warning: 'Warning',\n },\n};\n"],"file":"en.js"}
|
package/lib/es.js
CHANGED
|
@@ -7,63 +7,65 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _default = {
|
|
8
8
|
translation: {
|
|
9
9
|
ebsr: {
|
|
10
|
-
part:
|
|
10
|
+
part: 'Parte {{index}}'
|
|
11
11
|
},
|
|
12
12
|
numberLine: {
|
|
13
|
-
addElementLimit_one:
|
|
14
|
-
addElementLimit_other:
|
|
15
|
-
clearAll:
|
|
13
|
+
addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
|
|
14
|
+
addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
|
|
15
|
+
clearAll: 'Borrar todo'
|
|
16
16
|
},
|
|
17
17
|
imageClozeAssociation: {
|
|
18
|
-
reachedLimit_one:
|
|
19
|
-
reachedLimit_other:
|
|
18
|
+
reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
19
|
+
reachedLimit_other: 'Has alcanzado el límite de {{count}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.'
|
|
20
20
|
},
|
|
21
21
|
drawingResponse: {
|
|
22
|
-
fillColor:
|
|
23
|
-
outlineColor:
|
|
24
|
-
noFill:
|
|
25
|
-
lightblue:
|
|
26
|
-
lightyellow:
|
|
27
|
-
red:
|
|
28
|
-
orange:
|
|
29
|
-
yellow:
|
|
30
|
-
violet:
|
|
31
|
-
blue:
|
|
32
|
-
green:
|
|
33
|
-
white:
|
|
34
|
-
black:
|
|
35
|
-
onDoubleClick:
|
|
22
|
+
fillColor: 'Color de relleno',
|
|
23
|
+
outlineColor: 'Color del contorno',
|
|
24
|
+
noFill: 'Sin relleno',
|
|
25
|
+
lightblue: 'Azul claro',
|
|
26
|
+
lightyellow: 'Amarillo claro',
|
|
27
|
+
red: 'Rojo',
|
|
28
|
+
orange: 'Naranja',
|
|
29
|
+
yellow: 'Amarillo',
|
|
30
|
+
violet: 'Violeta',
|
|
31
|
+
blue: 'Azul',
|
|
32
|
+
green: 'Verde',
|
|
33
|
+
white: 'Blanco',
|
|
34
|
+
black: 'Negro',
|
|
35
|
+
onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar'
|
|
36
36
|
},
|
|
37
37
|
charting: {
|
|
38
|
-
addCategory:
|
|
39
|
-
newLabel:
|
|
38
|
+
addCategory: 'Añadir categoría',
|
|
39
|
+
newLabel: 'Nueva etiqueta',
|
|
40
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
40
41
|
},
|
|
41
42
|
graphing: {
|
|
42
|
-
point:
|
|
43
|
-
circle:
|
|
44
|
-
line:
|
|
45
|
-
parabola:
|
|
46
|
-
polygon:
|
|
47
|
-
ray:
|
|
48
|
-
segment:
|
|
49
|
-
sine:
|
|
50
|
-
vector:
|
|
51
|
-
label:
|
|
52
|
-
redo:
|
|
53
|
-
reset:
|
|
43
|
+
point: 'Punto',
|
|
44
|
+
circle: 'Circulo',
|
|
45
|
+
line: 'Línea',
|
|
46
|
+
parabola: 'Parábola',
|
|
47
|
+
polygon: 'Polígono',
|
|
48
|
+
ray: 'Semirrecta',
|
|
49
|
+
segment: 'Segmento ',
|
|
50
|
+
sine: 'Seno',
|
|
51
|
+
vector: 'Vector',
|
|
52
|
+
label: 'Etiqueta',
|
|
53
|
+
redo: 'Rehacer',
|
|
54
|
+
reset: 'Reiniciar'
|
|
54
55
|
},
|
|
55
56
|
mathInline: {
|
|
56
|
-
primaryCorrectWithAlternates:
|
|
57
|
+
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.'
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
common: {
|
|
60
|
-
undo:
|
|
61
|
-
clearAll:
|
|
62
|
-
correct:
|
|
63
|
-
incorrect:
|
|
64
|
-
showCorrectAnswer:
|
|
65
|
-
hideCorrectAnswer:
|
|
66
|
-
commonCorrectAnswerWithAlternates:
|
|
61
|
+
undo: 'Deshacer',
|
|
62
|
+
clearAll: 'Borrar todo',
|
|
63
|
+
correct: 'Correct',
|
|
64
|
+
incorrect: 'Incorrect',
|
|
65
|
+
showCorrectAnswer: 'Mostrar respuesta correcta',
|
|
66
|
+
hideCorrectAnswer: 'Ocultar respuesta correcta',
|
|
67
|
+
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.',
|
|
68
|
+
warning: 'Advertencia'
|
|
67
69
|
}
|
|
68
70
|
};
|
|
69
71
|
exports["default"] = _default;
|
package/lib/es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/es.js"],"names":["translation","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","newLabel","graphing","point","circle","line","parabola","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,KADK;AAIXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,mBAAmB,EAAE,wCADX;AAEVC,MAAAA,qBAAqB,EAAE,yCAFb;AAGVC,MAAAA,QAAQ,EAAE;AAHA,KAJD;AASXC,IAAAA,qBAAqB,EAAE;AACrBC,MAAAA,gBAAgB,
|
|
1
|
+
{"version":3,"sources":["../src/es.js"],"names":["translation","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","newLabel","graphing","point","circle","line","parabola","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,KADK;AAIXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,mBAAmB,EAAE,wCADX;AAEVC,MAAAA,qBAAqB,EAAE,yCAFb;AAGVC,MAAAA,QAAQ,EAAE;AAHA,KAJD;AASXC,IAAAA,qBAAqB,EAAE;AACrBC,MAAAA,gBAAgB,EACd,+HAFmB;AAGrBC,MAAAA,kBAAkB,EAChB;AAJmB,KATZ;AAeXC,IAAAA,eAAe,EAAE;AACfC,MAAAA,SAAS,EAAE,kBADI;AAEfC,MAAAA,YAAY,EAAE,oBAFC;AAGfC,MAAAA,MAAM,EAAE,aAHO;AAIfC,MAAAA,SAAS,EAAE,YAJI;AAKfC,MAAAA,WAAW,EAAE,gBALE;AAMfC,MAAAA,GAAG,EAAE,MANU;AAOfC,MAAAA,MAAM,EAAE,SAPO;AAQfC,MAAAA,MAAM,EAAE,UARO;AASfC,MAAAA,MAAM,EAAE,SATO;AAUfC,MAAAA,IAAI,EAAE,MAVS;AAWfC,MAAAA,KAAK,EAAE,OAXQ;AAYfC,MAAAA,KAAK,EAAE,QAZQ;AAafC,MAAAA,KAAK,EAAE,OAbQ;AAcfC,MAAAA,aAAa,EAAE;AAdA,KAfN;AA+BXC,IAAAA,QAAQ,EAAE;AACRC,MAAAA,WAAW,EAAE,kBADL;AAERC,MAAAA,QAAQ,EAAE,gBAFF;AAGRlB,MAAAA,kBAAkB,EAAE;AAHZ,KA/BC;AAoCXmB,IAAAA,QAAQ,EAAE;AACRC,MAAAA,KAAK,EAAE,OADC;AAERC,MAAAA,MAAM,EAAE,SAFA;AAGRC,MAAAA,IAAI,EAAE,OAHE;AAIRC,MAAAA,QAAQ,EAAE,UAJF;AAKRC,MAAAA,OAAO,EAAE,UALD;AAMRC,MAAAA,GAAG,EAAE,YANG;AAORC,MAAAA,OAAO,EAAE,WAPD;AAQRC,MAAAA,IAAI,EAAE,MARE;AASRC,MAAAA,MAAM,EAAE,QATA;AAURC,MAAAA,KAAK,EAAE,UAVC;AAWRC,MAAAA,IAAI,EAAE,SAXE;AAYRC,MAAAA,KAAK,EAAE;AAZC,KApCC;AAkDXC,IAAAA,UAAU,EAAE;AACVC,MAAAA,4BAA4B,EAC1B;AAFQ;AAlDD,GADA;AAwDbC,EAAAA,MAAM,EAAE;AACNC,IAAAA,IAAI,EAAE,UADA;AAENtC,IAAAA,QAAQ,EAAE,aAFJ;AAGNuC,IAAAA,OAAO,EAAE,SAHH;AAINC,IAAAA,SAAS,EAAE,WAJL;AAKNC,IAAAA,iBAAiB,EAAE,4BALb;AAMNC,IAAAA,iBAAiB,EAAE,4BANb;AAONC,IAAAA,iCAAiC,EAC/B,yMARI;AASNC,IAAAA,OAAO,EAAE;AATH;AAxDK,C","sourcesContent":["export default {\n translation: {\n ebsr: {\n part: 'Parte {{index}}',\n },\n numberLine: {\n addElementLimit_one: 'Solo puedes agregar {{count}} elemento',\n addElementLimit_other: 'Solo puedes agregar {{count}} elementos',\n clearAll: 'Borrar todo',\n },\n imageClozeAssociation: {\n reachedLimit_one:\n 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',\n reachedLimit_other:\n 'Has alcanzado el límite de {{count}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',\n },\n drawingResponse: {\n fillColor: 'Color de relleno',\n outlineColor: 'Color del contorno',\n noFill: 'Sin relleno',\n lightblue: 'Azul claro',\n lightyellow: 'Amarillo claro',\n red: 'Rojo',\n orange: 'Naranja',\n yellow: 'Amarillo',\n violet: 'Violeta',\n blue: 'Azul',\n green: 'Verde',\n white: 'Blanco',\n black: 'Negro',\n onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar',\n },\n charting: {\n addCategory: 'Añadir categoría',\n newLabel: 'Nueva etiqueta',\n reachedLimit_other: 'No puede haber más de {{count}} categorías.',\n },\n graphing: {\n point: 'Punto',\n circle: 'Circulo',\n line: 'Línea',\n parabola: 'Parábola',\n polygon: 'Polígono',\n ray: 'Semirrecta',\n segment: 'Segmento ',\n sine: 'Seno',\n vector: 'Vector',\n label: 'Etiqueta',\n redo: 'Rehacer',\n reset: 'Reiniciar',\n },\n mathInline: {\n primaryCorrectWithAlternates:\n '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.',\n },\n },\n common: {\n undo: 'Deshacer',\n clearAll: 'Borrar todo',\n correct: 'Correct',\n incorrect: 'Incorrect',\n showCorrectAnswer: 'Mostrar respuesta correcta',\n hideCorrectAnswer: 'Ocultar respuesta correcta',\n commonCorrectAnswerWithAlternates:\n '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.',\n warning: 'Advertencia',\n },\n};\n"],"file":"es.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/translator",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1-next.33+1a7c4289",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.9.0"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "1a7c42894ce9a619999134952033c0bfe7ba663a"
|
|
18
18
|
}
|
package/src/en.js
CHANGED
|
@@ -1,62 +1,68 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
translation: {
|
|
3
3
|
ebsr: {
|
|
4
|
-
part:
|
|
4
|
+
part: 'Part {{index}}',
|
|
5
5
|
},
|
|
6
6
|
numberLine: {
|
|
7
|
-
addElementLimit_one:
|
|
8
|
-
addElementLimit_other:
|
|
9
|
-
clearAll:
|
|
7
|
+
addElementLimit_one: 'You can only add {{count}} element',
|
|
8
|
+
addElementLimit_other: 'You can only add {{count}} elements',
|
|
9
|
+
clearAll: 'Clear all',
|
|
10
10
|
},
|
|
11
11
|
imageClozeAssociation: {
|
|
12
|
-
reachedLimit_one:
|
|
13
|
-
|
|
12
|
+
reachedLimit_one:
|
|
13
|
+
'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
14
|
+
reachedLimit_other:
|
|
15
|
+
'You’ve reached the limit of {{count}} responses per area. To add another response, one must first be removed.',
|
|
14
16
|
},
|
|
15
17
|
drawingResponse: {
|
|
16
|
-
fillColor:
|
|
17
|
-
outlineColor:
|
|
18
|
-
noFill:
|
|
19
|
-
lightblue:
|
|
20
|
-
lightyellow:
|
|
21
|
-
red:
|
|
22
|
-
orange:
|
|
23
|
-
yellow:
|
|
24
|
-
violet:
|
|
25
|
-
blue:
|
|
26
|
-
green:
|
|
27
|
-
white:
|
|
28
|
-
black:
|
|
29
|
-
onDoubleClick:
|
|
18
|
+
fillColor: 'Fill color',
|
|
19
|
+
outlineColor: 'Outline color',
|
|
20
|
+
noFill: 'No fill',
|
|
21
|
+
lightblue: 'Light blue',
|
|
22
|
+
lightyellow: 'Light yellow',
|
|
23
|
+
red: 'Red',
|
|
24
|
+
orange: 'Orange',
|
|
25
|
+
yellow: 'Yellow',
|
|
26
|
+
violet: 'Violet',
|
|
27
|
+
blue: 'Blue',
|
|
28
|
+
green: 'Green',
|
|
29
|
+
white: 'White',
|
|
30
|
+
black: 'Black',
|
|
31
|
+
onDoubleClick: 'Double click to edit this text. Press Enter to submit.',
|
|
30
32
|
},
|
|
31
33
|
charting: {
|
|
32
|
-
addCategory:
|
|
33
|
-
newLabel:
|
|
34
|
+
addCategory: 'Add category',
|
|
35
|
+
newLabel: 'New label',
|
|
36
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
34
37
|
},
|
|
35
38
|
graphing: {
|
|
36
|
-
point:
|
|
37
|
-
circle:
|
|
38
|
-
line:
|
|
39
|
-
parabola:
|
|
40
|
-
polygon:
|
|
41
|
-
ray:
|
|
42
|
-
segment:
|
|
43
|
-
sine:
|
|
44
|
-
vector:
|
|
45
|
-
label:
|
|
46
|
-
redo:
|
|
47
|
-
reset:
|
|
39
|
+
point: 'Point',
|
|
40
|
+
circle: 'Circle',
|
|
41
|
+
line: 'Line',
|
|
42
|
+
parabola: 'Parabola',
|
|
43
|
+
polygon: 'Polygon',
|
|
44
|
+
ray: 'Ray',
|
|
45
|
+
segment: 'Segment',
|
|
46
|
+
sine: 'Sine',
|
|
47
|
+
vector: 'Vector',
|
|
48
|
+
label: 'Label',
|
|
49
|
+
redo: 'Redo',
|
|
50
|
+
reset: 'Reset',
|
|
48
51
|
},
|
|
49
52
|
mathInline: {
|
|
50
|
-
primaryCorrectWithAlternates:
|
|
53
|
+
primaryCorrectWithAlternates:
|
|
54
|
+
'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.',
|
|
51
55
|
},
|
|
52
56
|
},
|
|
53
57
|
common: {
|
|
54
|
-
undo:
|
|
55
|
-
clearAll:
|
|
56
|
-
correct:
|
|
57
|
-
incorrect:
|
|
58
|
-
showCorrectAnswer:
|
|
59
|
-
hideCorrectAnswer:
|
|
60
|
-
commonCorrectAnswerWithAlternates:
|
|
58
|
+
undo: 'Undo',
|
|
59
|
+
clearAll: 'Clear all',
|
|
60
|
+
correct: 'Correct',
|
|
61
|
+
incorrect: 'Incorrect',
|
|
62
|
+
showCorrectAnswer: 'Show correct answer',
|
|
63
|
+
hideCorrectAnswer: 'Hide correct answer',
|
|
64
|
+
commonCorrectAnswerWithAlternates:
|
|
65
|
+
'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.',
|
|
66
|
+
warning: 'Warning',
|
|
61
67
|
},
|
|
62
68
|
};
|
package/src/es.js
CHANGED
|
@@ -1,62 +1,68 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
translation: {
|
|
3
3
|
ebsr: {
|
|
4
|
-
part:
|
|
4
|
+
part: 'Parte {{index}}',
|
|
5
5
|
},
|
|
6
6
|
numberLine: {
|
|
7
|
-
addElementLimit_one:
|
|
8
|
-
addElementLimit_other:
|
|
9
|
-
clearAll:
|
|
7
|
+
addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
|
|
8
|
+
addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
|
|
9
|
+
clearAll: 'Borrar todo',
|
|
10
10
|
},
|
|
11
11
|
imageClozeAssociation: {
|
|
12
|
-
reachedLimit_one:
|
|
13
|
-
|
|
12
|
+
reachedLimit_one:
|
|
13
|
+
'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
14
|
+
reachedLimit_other:
|
|
15
|
+
'Has alcanzado el límite de {{count}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
14
16
|
},
|
|
15
17
|
drawingResponse: {
|
|
16
|
-
fillColor:
|
|
17
|
-
outlineColor:
|
|
18
|
-
noFill:
|
|
19
|
-
lightblue:
|
|
20
|
-
lightyellow:
|
|
21
|
-
red:
|
|
22
|
-
orange:
|
|
23
|
-
yellow:
|
|
24
|
-
violet:
|
|
25
|
-
blue:
|
|
26
|
-
green:
|
|
27
|
-
white:
|
|
28
|
-
black:
|
|
29
|
-
onDoubleClick:
|
|
18
|
+
fillColor: 'Color de relleno',
|
|
19
|
+
outlineColor: 'Color del contorno',
|
|
20
|
+
noFill: 'Sin relleno',
|
|
21
|
+
lightblue: 'Azul claro',
|
|
22
|
+
lightyellow: 'Amarillo claro',
|
|
23
|
+
red: 'Rojo',
|
|
24
|
+
orange: 'Naranja',
|
|
25
|
+
yellow: 'Amarillo',
|
|
26
|
+
violet: 'Violeta',
|
|
27
|
+
blue: 'Azul',
|
|
28
|
+
green: 'Verde',
|
|
29
|
+
white: 'Blanco',
|
|
30
|
+
black: 'Negro',
|
|
31
|
+
onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar',
|
|
30
32
|
},
|
|
31
33
|
charting: {
|
|
32
|
-
addCategory:
|
|
33
|
-
newLabel:
|
|
34
|
+
addCategory: 'Añadir categoría',
|
|
35
|
+
newLabel: 'Nueva etiqueta',
|
|
36
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
34
37
|
},
|
|
35
38
|
graphing: {
|
|
36
|
-
point:
|
|
37
|
-
circle:
|
|
38
|
-
line:
|
|
39
|
-
parabola:
|
|
40
|
-
polygon:
|
|
41
|
-
ray:
|
|
42
|
-
segment:
|
|
43
|
-
sine:
|
|
44
|
-
vector:
|
|
45
|
-
label:
|
|
46
|
-
redo:
|
|
47
|
-
reset:
|
|
39
|
+
point: 'Punto',
|
|
40
|
+
circle: 'Circulo',
|
|
41
|
+
line: 'Línea',
|
|
42
|
+
parabola: 'Parábola',
|
|
43
|
+
polygon: 'Polígono',
|
|
44
|
+
ray: 'Semirrecta',
|
|
45
|
+
segment: 'Segmento ',
|
|
46
|
+
sine: 'Seno',
|
|
47
|
+
vector: 'Vector',
|
|
48
|
+
label: 'Etiqueta',
|
|
49
|
+
redo: 'Rehacer',
|
|
50
|
+
reset: 'Reiniciar',
|
|
48
51
|
},
|
|
49
52
|
mathInline: {
|
|
50
|
-
primaryCorrectWithAlternates:
|
|
53
|
+
primaryCorrectWithAlternates:
|
|
54
|
+
'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.',
|
|
51
55
|
},
|
|
52
56
|
},
|
|
53
57
|
common: {
|
|
54
|
-
undo:
|
|
55
|
-
clearAll:
|
|
56
|
-
correct:
|
|
57
|
-
incorrect:
|
|
58
|
-
showCorrectAnswer:
|
|
59
|
-
hideCorrectAnswer:
|
|
60
|
-
commonCorrectAnswerWithAlternates:
|
|
58
|
+
undo: 'Deshacer',
|
|
59
|
+
clearAll: 'Borrar todo',
|
|
60
|
+
correct: 'Correct',
|
|
61
|
+
incorrect: 'Incorrect',
|
|
62
|
+
showCorrectAnswer: 'Mostrar respuesta correcta',
|
|
63
|
+
hideCorrectAnswer: 'Ocultar respuesta correcta',
|
|
64
|
+
commonCorrectAnswerWithAlternates:
|
|
65
|
+
'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.',
|
|
66
|
+
warning: 'Advertencia',
|
|
61
67
|
},
|
|
62
68
|
};
|