@pie-lib/translator 2.3.0 → 2.3.1-next.1712
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/CHANGELOG.md +203 -16
- package/NEXT.CHANGELOG.json +1 -0
- package/lib/en.js +29 -6
- package/lib/en.js.map +1 -1
- package/lib/es.js +29 -6
- package/lib/es.js.map +1 -1
- package/lib/index.js +14 -14
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/en.js +29 -5
- package/src/es.js +29 -5
- package/src/index.js +22 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,29 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [2.
|
|
6
|
+
# [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.17.0...@pie-lib/translator@2.18.0) (2025-09-18)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
8
9
|
|
|
9
|
-
### Features
|
|
10
10
|
|
|
11
|
-
* **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
# [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.16.0...@pie-lib/translator@2.17.0) (2025-09-18)
|
|
15
15
|
|
|
16
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.16.0) (2025-09-18)
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
18
28
|
|
|
19
29
|
|
|
20
30
|
### Features
|
|
21
31
|
|
|
22
|
-
*
|
|
32
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
23
33
|
|
|
24
34
|
|
|
25
35
|
|
|
26
36
|
|
|
27
37
|
|
|
28
|
-
|
|
38
|
+
# [2.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.14.0...@pie-lib/translator@2.15.0) (2025-09-17)
|
|
29
39
|
|
|
30
40
|
**Note:** Version bump only for package @pie-lib/translator
|
|
31
41
|
|
|
@@ -33,47 +43,224 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
33
43
|
|
|
34
44
|
|
|
35
45
|
|
|
36
|
-
# [2.
|
|
46
|
+
# [2.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.13.0...@pie-lib/translator@2.14.0) (2025-09-17)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [2.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.12.1...@pie-lib/translator@2.13.0) (2025-09-17)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [2.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.12.1) (2025-08-11)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
37
68
|
|
|
38
69
|
|
|
39
70
|
### Features
|
|
40
71
|
|
|
41
|
-
*
|
|
72
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
42
73
|
|
|
43
74
|
|
|
44
75
|
|
|
45
76
|
|
|
46
77
|
|
|
47
|
-
# [2.
|
|
78
|
+
# [2.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.12.0) (2025-08-07)
|
|
79
|
+
|
|
80
|
+
### Features
|
|
81
|
+
|
|
82
|
+
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
83
|
+
|
|
84
|
+
# [2.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.11.0) (2025-07-31)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
87
|
+
|
|
88
|
+
# [2.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.10.0) (2025-07-31)
|
|
48
89
|
|
|
90
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
91
|
+
|
|
92
|
+
# [2.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.9.0) (2025-07-31)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
95
|
+
|
|
96
|
+
# [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.8.0) (2025-07-31)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
99
|
+
|
|
100
|
+
# [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
103
|
+
|
|
104
|
+
# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
107
|
+
|
|
108
|
+
# [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.8.0) (2025-07-31)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
111
|
+
|
|
112
|
+
# [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
115
|
+
|
|
116
|
+
# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
119
|
+
|
|
120
|
+
# [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
123
|
+
|
|
124
|
+
# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
127
|
+
|
|
128
|
+
# [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
131
|
+
|
|
132
|
+
# [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
135
|
+
|
|
136
|
+
# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
139
|
+
|
|
140
|
+
# [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
143
|
+
|
|
144
|
+
# [2.4.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.8) (2025-07-25)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
147
|
+
|
|
148
|
+
# [2.4.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.7) (2025-07-25)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
151
|
+
|
|
152
|
+
# [2.4.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.7) (2025-07-25)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
155
|
+
|
|
156
|
+
# [2.4.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.6) (2025-07-25)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
159
|
+
|
|
160
|
+
# [2.4.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.6) (2025-07-25)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
163
|
+
|
|
164
|
+
# [2.4.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.5) (2025-07-25)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
167
|
+
|
|
168
|
+
# [2.4.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.5) (2025-07-25)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
171
|
+
|
|
172
|
+
# [2.4.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.4) (2025-07-25)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
175
|
+
|
|
176
|
+
# [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-25)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
179
|
+
|
|
180
|
+
# [2.4.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.4) (2025-07-23)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
183
|
+
|
|
184
|
+
# [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-23)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
187
|
+
|
|
188
|
+
# [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-20)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
191
|
+
|
|
192
|
+
# [2.4.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.2) (2025-07-20)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
195
|
+
|
|
196
|
+
# [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
199
|
+
|
|
200
|
+
# [2.4.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.2) (2025-07-20)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
203
|
+
|
|
204
|
+
# [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
207
|
+
|
|
208
|
+
# [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
211
|
+
|
|
212
|
+
# [2.4.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.0) (2025-07-20)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
215
|
+
|
|
216
|
+
# [2.5.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0-beta.0) (2025-07-15)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
219
|
+
|
|
220
|
+
# [2.4.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.0) (2025-07-15)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
223
|
+
|
|
224
|
+
# [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.2.0...@pie-lib/translator@2.3.0) (2023-09-18)
|
|
49
225
|
|
|
50
226
|
### Features
|
|
51
227
|
|
|
52
|
-
|
|
228
|
+
- **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
|
|
53
229
|
|
|
230
|
+
# [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.1.1...@pie-lib/translator@2.2.0) (2023-08-07)
|
|
54
231
|
|
|
55
|
-
###
|
|
232
|
+
### Features
|
|
56
233
|
|
|
57
|
-
|
|
234
|
+
- **correct-answer-toggle:** add translations PD-2802 ([b53b653](https://github.com/pie-framework/pie-lib/commit/b53b653246deea3f67328b37feeb17787181e590))
|
|
58
235
|
|
|
236
|
+
## [2.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.1.0...@pie-lib/translator@2.1.1) (2023-06-24)
|
|
59
237
|
|
|
238
|
+
**Note:** Version bump only for package @pie-lib/translator
|
|
60
239
|
|
|
240
|
+
# [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.0.0...@pie-lib/translator@2.1.0) (2023-06-13)
|
|
61
241
|
|
|
242
|
+
### Features
|
|
62
243
|
|
|
63
|
-
|
|
244
|
+
- **charting, translator:** add translator to charting. add missing text in translator ([2c722a2](https://github.com/pie-framework/pie-lib/commit/2c722a241deb1ad4b51aa22c6eba74a0ec8a5ec0))
|
|
64
245
|
|
|
246
|
+
# [2.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@1.2.0...@pie-lib/translator@2.0.0) (2023-06-06)
|
|
65
247
|
|
|
66
248
|
### Features
|
|
67
249
|
|
|
68
|
-
|
|
250
|
+
- expanded translator by exposing languageOptions PD-2795 ([4d3167b](https://github.com/pie-framework/pie-lib/commit/4d3167bcdc106bc87f05c3ff0fafab7800be7a1d))
|
|
69
251
|
|
|
252
|
+
### BREAKING CHANGES
|
|
70
253
|
|
|
254
|
+
- The translator is now inside the returned object, not the object itself.
|
|
71
255
|
|
|
256
|
+
# [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@1.1.0...@pie-lib/translator@1.2.0) (2023-06-06)
|
|
257
|
+
|
|
258
|
+
### Features
|
|
72
259
|
|
|
260
|
+
- added translator package for graphing PD-1208 ([99d1ad7](https://github.com/pie-framework/pie-lib/commit/99d1ad796707d2d613c4776df7d06e94c33fe07c))
|
|
73
261
|
|
|
74
262
|
# 1.1.0 (2023-06-05)
|
|
75
263
|
|
|
76
|
-
|
|
77
264
|
### Features
|
|
78
265
|
|
|
79
|
-
|
|
266
|
+
- added translator package PD-2527 ([6797c71](https://github.com/pie-framework/pie-lib/commit/6797c71dec3fc973ebf696701aae5e8d1db537f9))
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
package/lib/en.js
CHANGED
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
8
|
translation: {
|
|
9
|
+
categorize: {
|
|
10
|
+
limitMaxChoicesPerCategory: "You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.",
|
|
11
|
+
maxChoicesPerCategoryRestriction: 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].'
|
|
12
|
+
},
|
|
9
13
|
ebsr: {
|
|
10
14
|
part: 'Part {{index}}'
|
|
11
15
|
},
|
|
@@ -16,7 +20,7 @@ var _default = {
|
|
|
16
20
|
},
|
|
17
21
|
imageClozeAssociation: {
|
|
18
22
|
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
19
|
-
reachedLimit_other: '
|
|
23
|
+
reachedLimit_other: 'Full'
|
|
20
24
|
},
|
|
21
25
|
drawingResponse: {
|
|
22
26
|
fillColor: 'Fill color',
|
|
@@ -36,14 +40,24 @@ var _default = {
|
|
|
36
40
|
},
|
|
37
41
|
charting: {
|
|
38
42
|
addCategory: 'Add category',
|
|
43
|
+
actions: 'Actions',
|
|
44
|
+
add: 'Add',
|
|
45
|
+
"delete": 'Delete',
|
|
39
46
|
newLabel: 'New label',
|
|
40
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
47
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
48
|
+
keyLegend: {
|
|
49
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
50
|
+
correctAnswer: 'Student correct answer',
|
|
51
|
+
correctKeyAnswer: 'Answer key correct'
|
|
52
|
+
}
|
|
41
53
|
},
|
|
42
54
|
graphing: {
|
|
43
55
|
point: 'Point',
|
|
44
56
|
circle: 'Circle',
|
|
45
57
|
line: 'Line',
|
|
46
58
|
parabola: 'Parabola',
|
|
59
|
+
absolute: 'Absolute Value',
|
|
60
|
+
exponential: 'Exponential',
|
|
47
61
|
polygon: 'Polygon',
|
|
48
62
|
ray: 'Ray',
|
|
49
63
|
segment: 'Segment',
|
|
@@ -56,10 +70,18 @@ var _default = {
|
|
|
56
70
|
mathInline: {
|
|
57
71
|
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.'
|
|
58
72
|
},
|
|
73
|
+
multipleChoice: {
|
|
74
|
+
minSelections: 'Select at least {{minSelections}}.',
|
|
75
|
+
maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
|
|
76
|
+
maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
|
|
77
|
+
minmaxSelections_equal: 'Select {{minSelections}}.',
|
|
78
|
+
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
79
|
+
},
|
|
59
80
|
selectText: {
|
|
60
|
-
correctAnswerSelected: 'Correct
|
|
61
|
-
correctAnswerNotSelected: 'Correct
|
|
62
|
-
incorrectSelection: 'Incorrect
|
|
81
|
+
correctAnswerSelected: 'Correct',
|
|
82
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
83
|
+
incorrectSelection: 'Incorrect Selection',
|
|
84
|
+
key: 'Key'
|
|
63
85
|
}
|
|
64
86
|
},
|
|
65
87
|
common: {
|
|
@@ -72,7 +94,8 @@ var _default = {
|
|
|
72
94
|
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.',
|
|
73
95
|
warning: 'Warning',
|
|
74
96
|
showNote: 'Show Note',
|
|
75
|
-
hideNote: 'Hide Note'
|
|
97
|
+
hideNote: 'Hide Note',
|
|
98
|
+
cancel: 'Cancel'
|
|
76
99
|
}
|
|
77
100
|
};
|
|
78
101
|
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","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,
|
|
1
|
+
{"version":3,"sources":["../src/en.js"],"names":["translation","categorize","limitMaxChoicesPerCategory","maxChoicesPerCategoryRestriction","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","actions","add","newLabel","keyLegend","incorrectAnswer","correctAnswer","correctKeyAnswer","graphing","point","circle","line","parabola","absolute","exponential","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","multipleChoice","minSelections","maxSelections_one","maxSelections_other","minmaxSelections_equal","minmaxSelections_range","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","key","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote","cancel"],"mappings":"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","sourcesContent":["export default {\n translation: {\n categorize: {\n limitMaxChoicesPerCategory:\n \"You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.\",\n maxChoicesPerCategoryRestriction:\n 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].',\n },\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: 'Full',\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 actions: 'Actions',\n add: 'Add',\n delete: 'Delete',\n newLabel: 'New label',\n reachedLimit_other: \"There can't be more than {{count}} categories.\",\n keyLegend: {\n incorrectAnswer: 'Student incorrect answer',\n correctAnswer: 'Student correct answer',\n correctKeyAnswer: 'Answer key correct',\n },\n },\n graphing: {\n point: 'Point',\n circle: 'Circle',\n line: 'Line',\n parabola: 'Parabola',\n absolute: 'Absolute Value',\n exponential: 'Exponential',\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 multipleChoice: {\n minSelections: 'Select at least {{minSelections}}.',\n maxSelections_one: 'Only {{maxSelections}} answer is allowed.',\n maxSelections_other: 'Only {{maxSelections}} answers are allowed.',\n minmaxSelections_equal: 'Select {{minSelections}}.',\n minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.',\n },\n selectText: {\n correctAnswerSelected: 'Correct',\n correctAnswerNotSelected: 'Correct Answer Not Selected',\n incorrectSelection: 'Incorrect Selection',\n key: 'Key',\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 showNote: 'Show Note',\n hideNote: 'Hide Note',\n cancel: 'Cancel',\n },\n};\n"],"file":"en.js"}
|
package/lib/es.js
CHANGED
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
8
|
translation: {
|
|
9
|
+
categorize: {
|
|
10
|
+
limitMaxChoicesPerCategory: 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
11
|
+
maxChoicesPerCategoryRestriction: 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta'
|
|
12
|
+
},
|
|
9
13
|
ebsr: {
|
|
10
14
|
part: 'Parte {{index}}'
|
|
11
15
|
},
|
|
@@ -16,7 +20,7 @@ var _default = {
|
|
|
16
20
|
},
|
|
17
21
|
imageClozeAssociation: {
|
|
18
22
|
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: '
|
|
23
|
+
reachedLimit_other: 'Lleno'
|
|
20
24
|
},
|
|
21
25
|
drawingResponse: {
|
|
22
26
|
fillColor: 'Color de relleno',
|
|
@@ -36,14 +40,24 @@ var _default = {
|
|
|
36
40
|
},
|
|
37
41
|
charting: {
|
|
38
42
|
addCategory: 'Añadir categoría',
|
|
43
|
+
actions: 'Acciones',
|
|
44
|
+
add: 'Añadir',
|
|
45
|
+
"delete": 'Eliminar',
|
|
39
46
|
newLabel: 'Nueva etiqueta',
|
|
40
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
47
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
48
|
+
keyLegend: {
|
|
49
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
50
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
51
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
52
|
+
}
|
|
41
53
|
},
|
|
42
54
|
graphing: {
|
|
43
55
|
point: 'Punto',
|
|
44
56
|
circle: 'Circulo',
|
|
45
57
|
line: 'Línea',
|
|
46
58
|
parabola: 'Parábola',
|
|
59
|
+
absolute: 'Valor absoluto',
|
|
60
|
+
exponential: 'Exponencial',
|
|
47
61
|
polygon: 'Polígono',
|
|
48
62
|
ray: 'Semirrecta',
|
|
49
63
|
segment: 'Segmento ',
|
|
@@ -56,10 +70,18 @@ var _default = {
|
|
|
56
70
|
mathInline: {
|
|
57
71
|
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.'
|
|
58
72
|
},
|
|
73
|
+
multipleChoice: {
|
|
74
|
+
minSelections: 'Seleccione al menos {{minSelections}}.',
|
|
75
|
+
maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
|
|
76
|
+
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
|
|
77
|
+
minmaxSelections_equal: 'Seleccione {{minSelections}}.',
|
|
78
|
+
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
79
|
+
},
|
|
59
80
|
selectText: {
|
|
60
|
-
correctAnswerSelected: 'Respuesta
|
|
61
|
-
correctAnswerNotSelected: 'Respuesta
|
|
62
|
-
incorrectSelection: 'Selección
|
|
81
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
82
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
83
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
84
|
+
key: 'Clave'
|
|
63
85
|
}
|
|
64
86
|
},
|
|
65
87
|
common: {
|
|
@@ -72,7 +94,8 @@ var _default = {
|
|
|
72
94
|
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.',
|
|
73
95
|
warning: 'Advertencia',
|
|
74
96
|
showNote: 'Mostrar Nota',
|
|
75
|
-
hideNote: 'Ocultar Nota'
|
|
97
|
+
hideNote: 'Ocultar Nota',
|
|
98
|
+
cancel: 'Cancelar'
|
|
76
99
|
}
|
|
77
100
|
};
|
|
78
101
|
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","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote"],"mappings":";;;;;;eAAe;AACbA,EAAAA,WAAW,EAAE;AACXC,IAAAA,IAAI,EAAE;AACJC,MAAAA,IAAI,EAAE;AADF,
|
|
1
|
+
{"version":3,"sources":["../src/es.js"],"names":["translation","categorize","limitMaxChoicesPerCategory","maxChoicesPerCategoryRestriction","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","actions","add","newLabel","keyLegend","incorrectAnswer","correctAnswer","correctKeyAnswer","graphing","point","circle","line","parabola","absolute","exponential","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","multipleChoice","minSelections","maxSelections_one","maxSelections_other","minmaxSelections_equal","minmaxSelections_range","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","key","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote","cancel"],"mappings":"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","sourcesContent":["export default {\n translation: {\n categorize: {\n limitMaxChoicesPerCategory:\n 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',\n maxChoicesPerCategoryRestriction:\n 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta',\n },\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: 'Lleno',\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 actions: 'Acciones',\n add: 'Añadir',\n delete: 'Eliminar',\n newLabel: 'Nueva etiqueta',\n reachedLimit_other: 'No puede haber más de {{count}} categorías.',\n keyLegend: {\n incorrectAnswer: 'Respuesta incorrecta del estudiante',\n correctAnswer: 'Respuesta correcta del estudiante',\n correctKeyAnswer: 'Clave de respuesta correcta',\n },\n },\n graphing: {\n point: 'Punto',\n circle: 'Circulo',\n line: 'Línea',\n parabola: 'Parábola',\n absolute: 'Valor absoluto',\n exponential: 'Exponencial',\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 multipleChoice: {\n minSelections: 'Seleccione al menos {{minSelections}}.',\n maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',\n maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',\n minmaxSelections_equal: 'Seleccione {{minSelections}}.',\n minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.',\n },\n selectText: {\n correctAnswerSelected: 'Respuesta Correcta',\n correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',\n incorrectSelection: 'Selección Incorrecta',\n key: 'Clave',\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 showNote: 'Mostrar Nota',\n hideNote: 'Ocultar Nota',\n cancel: 'Cancelar',\n },\n};\n"],"file":"es.js"}
|
package/lib/index.js
CHANGED
|
@@ -20,8 +20,8 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
20
20
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
21
|
|
|
22
22
|
_i18next["default"].init({
|
|
23
|
-
fallbackLng:
|
|
24
|
-
lng:
|
|
23
|
+
fallbackLng: 'en',
|
|
24
|
+
lng: 'en',
|
|
25
25
|
debug: true,
|
|
26
26
|
resources: {
|
|
27
27
|
en: _en["default"],
|
|
@@ -36,16 +36,16 @@ var _default = {
|
|
|
36
36
|
|
|
37
37
|
switch (lng) {
|
|
38
38
|
// these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng
|
|
39
|
-
case
|
|
40
|
-
case
|
|
41
|
-
options.lng =
|
|
39
|
+
case 'en_US':
|
|
40
|
+
case 'en-US':
|
|
41
|
+
options.lng = 'en';
|
|
42
42
|
break;
|
|
43
43
|
|
|
44
|
-
case
|
|
45
|
-
case
|
|
46
|
-
case
|
|
47
|
-
case
|
|
48
|
-
options.lng =
|
|
44
|
+
case 'es_ES':
|
|
45
|
+
case 'es-ES':
|
|
46
|
+
case 'es_MX':
|
|
47
|
+
case 'es-MX':
|
|
48
|
+
options.lng = 'es';
|
|
49
49
|
break;
|
|
50
50
|
|
|
51
51
|
default:
|
|
@@ -58,11 +58,11 @@ var _default = {
|
|
|
58
58
|
}
|
|
59
59
|
}),
|
|
60
60
|
languageOptions: [{
|
|
61
|
-
value:
|
|
62
|
-
label:
|
|
61
|
+
value: 'en_US',
|
|
62
|
+
label: 'English (US)'
|
|
63
63
|
}, {
|
|
64
|
-
value:
|
|
65
|
-
label:
|
|
64
|
+
value: 'es_ES',
|
|
65
|
+
label: 'Spanish'
|
|
66
66
|
}]
|
|
67
67
|
};
|
|
68
68
|
exports["default"] = _default;
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.js"],"names":["i18next","init","fallbackLng","lng","debug","resources","en","es","translator","t","key","options","languageOptions","value","label"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AACA;;;;;;AAEAA,oBAAQC,IAAR,
|
|
1
|
+
{"version":3,"sources":["../src/index.js"],"names":["i18next","init","fallbackLng","lng","debug","resources","en","es","translator","t","key","options","languageOptions","value","label"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AACA;;;;;;AAEAA,oBAAQC,IAAR,CAAa;AACXC,EAAAA,WAAW,EAAE,IADF;AAEXC,EAAAA,GAAG,EAAE,IAFM;AAGXC,EAAAA,KAAK,EAAE,IAHI;AAIXC,EAAAA,SAAS,EAAE;AACTC,IAAAA,EAAE,EAAEA,cADK;AAETC,IAAAA,EAAE,EAAEA;AAFK;AAJA,CAAb;;eAUe;AACbC,EAAAA,UAAU,kCACLR,mBADK;AAERS,IAAAA,CAAC,EAAE,WAACC,GAAD,EAAMC,OAAN,EAAkB;AACnB,UAAQR,GAAR,GAAgBQ,OAAhB,CAAQR,GAAR;;AAEA,cAAQA,GAAR;AACE;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACEQ,UAAAA,OAAO,CAACR,GAAR,GAAc,IAAd;AACA;;AACF,aAAK,OAAL;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACEQ,UAAAA,OAAO,CAACR,GAAR,GAAc,IAAd;AACA;;AACF;AACE;AAbJ;;AAeA,aAAOH,oBAAQS,CAAR,CAAUC,GAAV;AAAiBP,QAAAA,GAAG,EAAHA;AAAjB,SAAyBQ,OAAzB,EAAP;AACD;AArBO,IADG;AAwBbC,EAAAA,eAAe,EAAE,CACf;AAAEC,IAAAA,KAAK,EAAE,OAAT;AAAkBC,IAAAA,KAAK,EAAE;AAAzB,GADe,EAEf;AAAED,IAAAA,KAAK,EAAE,OAAT;AAAkBC,IAAAA,KAAK,EAAE;AAAzB,GAFe;AAxBJ,C","sourcesContent":["import i18next from 'i18next';\nimport en from './en';\nimport es from './es';\n\ni18next.init({\n fallbackLng: 'en',\n lng: 'en',\n debug: true,\n resources: {\n en: en,\n es: es,\n },\n});\n\nexport default {\n translator: {\n ...i18next,\n t: (key, options) => {\n const { lng } = options;\n\n switch (lng) {\n // these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng\n case 'en_US':\n case 'en-US':\n options.lng = 'en';\n break;\n case 'es_ES':\n case 'es-ES':\n case 'es_MX':\n case 'es-MX':\n options.lng = 'es';\n break;\n default:\n break;\n }\n return i18next.t(key, { lng, ...options });\n },\n },\n languageOptions: [\n { value: 'en_US', label: 'English (US)' },\n { value: 'es_ES', label: 'Spanish' },\n ],\n};\n"],"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/translator",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1-next.1712+4ac095ca",
|
|
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": "4ac095ca931e5fe8f131f28f41dd61093bd55d98"
|
|
18
18
|
}
|
package/src/en.js
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
translation: {
|
|
3
|
+
categorize: {
|
|
4
|
+
limitMaxChoicesPerCategory:
|
|
5
|
+
"You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.",
|
|
6
|
+
maxChoicesPerCategoryRestriction:
|
|
7
|
+
'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].',
|
|
8
|
+
},
|
|
3
9
|
ebsr: {
|
|
4
10
|
part: 'Part {{index}}',
|
|
5
11
|
},
|
|
@@ -11,8 +17,7 @@ export default {
|
|
|
11
17
|
imageClozeAssociation: {
|
|
12
18
|
reachedLimit_one:
|
|
13
19
|
'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.',
|
|
20
|
+
reachedLimit_other: 'Full',
|
|
16
21
|
},
|
|
17
22
|
drawingResponse: {
|
|
18
23
|
fillColor: 'Fill color',
|
|
@@ -32,14 +37,24 @@ export default {
|
|
|
32
37
|
},
|
|
33
38
|
charting: {
|
|
34
39
|
addCategory: 'Add category',
|
|
40
|
+
actions: 'Actions',
|
|
41
|
+
add: 'Add',
|
|
42
|
+
delete: 'Delete',
|
|
35
43
|
newLabel: 'New label',
|
|
36
44
|
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
45
|
+
keyLegend: {
|
|
46
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
47
|
+
correctAnswer: 'Student correct answer',
|
|
48
|
+
correctKeyAnswer: 'Answer key correct',
|
|
49
|
+
},
|
|
37
50
|
},
|
|
38
51
|
graphing: {
|
|
39
52
|
point: 'Point',
|
|
40
53
|
circle: 'Circle',
|
|
41
54
|
line: 'Line',
|
|
42
55
|
parabola: 'Parabola',
|
|
56
|
+
absolute: 'Absolute Value',
|
|
57
|
+
exponential: 'Exponential',
|
|
43
58
|
polygon: 'Polygon',
|
|
44
59
|
ray: 'Ray',
|
|
45
60
|
segment: 'Segment',
|
|
@@ -53,10 +68,18 @@ export default {
|
|
|
53
68
|
primaryCorrectWithAlternates:
|
|
54
69
|
'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.',
|
|
55
70
|
},
|
|
71
|
+
multipleChoice: {
|
|
72
|
+
minSelections: 'Select at least {{minSelections}}.',
|
|
73
|
+
maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
|
|
74
|
+
maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
|
|
75
|
+
minmaxSelections_equal: 'Select {{minSelections}}.',
|
|
76
|
+
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.',
|
|
77
|
+
},
|
|
56
78
|
selectText: {
|
|
57
|
-
correctAnswerSelected: 'Correct
|
|
58
|
-
correctAnswerNotSelected: 'Correct
|
|
59
|
-
incorrectSelection: 'Incorrect
|
|
79
|
+
correctAnswerSelected: 'Correct',
|
|
80
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
81
|
+
incorrectSelection: 'Incorrect Selection',
|
|
82
|
+
key: 'Key',
|
|
60
83
|
},
|
|
61
84
|
},
|
|
62
85
|
common: {
|
|
@@ -71,5 +94,6 @@ export default {
|
|
|
71
94
|
warning: 'Warning',
|
|
72
95
|
showNote: 'Show Note',
|
|
73
96
|
hideNote: 'Hide Note',
|
|
97
|
+
cancel: 'Cancel',
|
|
74
98
|
},
|
|
75
99
|
};
|
package/src/es.js
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
translation: {
|
|
3
|
+
categorize: {
|
|
4
|
+
limitMaxChoicesPerCategory:
|
|
5
|
+
'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
6
|
+
maxChoicesPerCategoryRestriction:
|
|
7
|
+
'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta',
|
|
8
|
+
},
|
|
3
9
|
ebsr: {
|
|
4
10
|
part: 'Parte {{index}}',
|
|
5
11
|
},
|
|
@@ -11,8 +17,7 @@ export default {
|
|
|
11
17
|
imageClozeAssociation: {
|
|
12
18
|
reachedLimit_one:
|
|
13
19
|
'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.',
|
|
20
|
+
reachedLimit_other: 'Lleno',
|
|
16
21
|
},
|
|
17
22
|
drawingResponse: {
|
|
18
23
|
fillColor: 'Color de relleno',
|
|
@@ -32,14 +37,24 @@ export default {
|
|
|
32
37
|
},
|
|
33
38
|
charting: {
|
|
34
39
|
addCategory: 'Añadir categoría',
|
|
40
|
+
actions: 'Acciones',
|
|
41
|
+
add: 'Añadir',
|
|
42
|
+
delete: 'Eliminar',
|
|
35
43
|
newLabel: 'Nueva etiqueta',
|
|
36
44
|
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
45
|
+
keyLegend: {
|
|
46
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
47
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
48
|
+
correctKeyAnswer: 'Clave de respuesta correcta',
|
|
49
|
+
},
|
|
37
50
|
},
|
|
38
51
|
graphing: {
|
|
39
52
|
point: 'Punto',
|
|
40
53
|
circle: 'Circulo',
|
|
41
54
|
line: 'Línea',
|
|
42
55
|
parabola: 'Parábola',
|
|
56
|
+
absolute: 'Valor absoluto',
|
|
57
|
+
exponential: 'Exponencial',
|
|
43
58
|
polygon: 'Polígono',
|
|
44
59
|
ray: 'Semirrecta',
|
|
45
60
|
segment: 'Segmento ',
|
|
@@ -53,10 +68,18 @@ export default {
|
|
|
53
68
|
primaryCorrectWithAlternates:
|
|
54
69
|
'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.',
|
|
55
70
|
},
|
|
71
|
+
multipleChoice: {
|
|
72
|
+
minSelections: 'Seleccione al menos {{minSelections}}.',
|
|
73
|
+
maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
|
|
74
|
+
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
|
|
75
|
+
minmaxSelections_equal: 'Seleccione {{minSelections}}.',
|
|
76
|
+
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.',
|
|
77
|
+
},
|
|
56
78
|
selectText: {
|
|
57
|
-
correctAnswerSelected: 'Respuesta
|
|
58
|
-
correctAnswerNotSelected: 'Respuesta
|
|
59
|
-
incorrectSelection: 'Selección
|
|
79
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
80
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
81
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
82
|
+
key: 'Clave',
|
|
60
83
|
},
|
|
61
84
|
},
|
|
62
85
|
common: {
|
|
@@ -71,5 +94,6 @@ export default {
|
|
|
71
94
|
warning: 'Advertencia',
|
|
72
95
|
showNote: 'Mostrar Nota',
|
|
73
96
|
hideNote: 'Ocultar Nota',
|
|
97
|
+
cancel: 'Cancelar',
|
|
74
98
|
},
|
|
75
99
|
};
|
package/src/index.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import i18next from
|
|
2
|
-
import en from
|
|
3
|
-
import es from
|
|
1
|
+
import i18next from 'i18next';
|
|
2
|
+
import en from './en';
|
|
3
|
+
import es from './es';
|
|
4
4
|
|
|
5
|
-
i18next.init(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
);
|
|
5
|
+
i18next.init({
|
|
6
|
+
fallbackLng: 'en',
|
|
7
|
+
lng: 'en',
|
|
8
|
+
debug: true,
|
|
9
|
+
resources: {
|
|
10
|
+
en: en,
|
|
11
|
+
es: es,
|
|
12
|
+
},
|
|
13
|
+
});
|
|
16
14
|
|
|
17
15
|
export default {
|
|
18
16
|
translator: {
|
|
@@ -22,15 +20,15 @@ export default {
|
|
|
22
20
|
|
|
23
21
|
switch (lng) {
|
|
24
22
|
// these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng
|
|
25
|
-
case
|
|
26
|
-
case
|
|
27
|
-
options.lng =
|
|
23
|
+
case 'en_US':
|
|
24
|
+
case 'en-US':
|
|
25
|
+
options.lng = 'en';
|
|
28
26
|
break;
|
|
29
|
-
case
|
|
30
|
-
case
|
|
31
|
-
case
|
|
32
|
-
case
|
|
33
|
-
options.lng =
|
|
27
|
+
case 'es_ES':
|
|
28
|
+
case 'es-ES':
|
|
29
|
+
case 'es_MX':
|
|
30
|
+
case 'es-MX':
|
|
31
|
+
options.lng = 'es';
|
|
34
32
|
break;
|
|
35
33
|
default:
|
|
36
34
|
break;
|
|
@@ -39,7 +37,7 @@ export default {
|
|
|
39
37
|
},
|
|
40
38
|
},
|
|
41
39
|
languageOptions: [
|
|
42
|
-
{ value:
|
|
43
|
-
{ value:
|
|
40
|
+
{ value: 'en_US', label: 'English (US)' },
|
|
41
|
+
{ value: 'es_ES', label: 'Spanish' },
|
|
44
42
|
],
|
|
45
43
|
};
|