@ttoss/react-auth-strapi 0.2.14 → 0.2.16
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/i18n/compiled/en.json +58 -0
- package/i18n/lang/en.json +16 -0
- package/package.json +6 -6
package/i18n/compiled/en.json
CHANGED
|
@@ -67,6 +67,12 @@
|
|
|
67
67
|
"value": "Sign up"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
|
+
"G/yZLu": [
|
|
71
|
+
{
|
|
72
|
+
"type": 0,
|
|
73
|
+
"value": "Remove"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
70
76
|
"HT4tSM": [
|
|
71
77
|
{
|
|
72
78
|
"type": 0,
|
|
@@ -181,6 +187,12 @@
|
|
|
181
187
|
"value": "Passwords are not the same"
|
|
182
188
|
}
|
|
183
189
|
],
|
|
190
|
+
"XKyo5X": [
|
|
191
|
+
{
|
|
192
|
+
"type": 0,
|
|
193
|
+
"value": "File Upload"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
184
196
|
"XreZg+": [
|
|
185
197
|
{
|
|
186
198
|
"type": 0,
|
|
@@ -215,12 +227,58 @@
|
|
|
215
227
|
"value": "New Password"
|
|
216
228
|
}
|
|
217
229
|
],
|
|
230
|
+
"eRShvB": [
|
|
231
|
+
{
|
|
232
|
+
"type": 0,
|
|
233
|
+
"value": "Maximum files reached"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
218
236
|
"fDCMA6": [
|
|
219
237
|
{
|
|
220
238
|
"type": 0,
|
|
221
239
|
"value": "Select Files"
|
|
222
240
|
}
|
|
223
241
|
],
|
|
242
|
+
"fOOwej": [
|
|
243
|
+
{
|
|
244
|
+
"offset": 0,
|
|
245
|
+
"options": {
|
|
246
|
+
"one": {
|
|
247
|
+
"value": [
|
|
248
|
+
{
|
|
249
|
+
"type": 0,
|
|
250
|
+
"value": "Up to "
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": 7
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"type": 0,
|
|
257
|
+
"value": " file"
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"other": {
|
|
262
|
+
"value": [
|
|
263
|
+
{
|
|
264
|
+
"type": 0,
|
|
265
|
+
"value": "Up to "
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": 7
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"type": 0,
|
|
272
|
+
"value": " files"
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"pluralType": "cardinal",
|
|
278
|
+
"type": 6,
|
|
279
|
+
"value": "max_files"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
224
282
|
"gy0Ynb": [
|
|
225
283
|
{
|
|
226
284
|
"type": 0,
|
package/i18n/lang/en.json
CHANGED
|
@@ -173,14 +173,30 @@
|
|
|
173
173
|
"defaultMessage": "Confirmation code",
|
|
174
174
|
"description": "Confirmation code"
|
|
175
175
|
},
|
|
176
|
+
"G/yZLu": {
|
|
177
|
+
"module": "@ttoss/components",
|
|
178
|
+
"defaultMessage": "Remove"
|
|
179
|
+
},
|
|
176
180
|
"JEsxDw": {
|
|
177
181
|
"module": "@ttoss/components",
|
|
178
182
|
"defaultMessage": "Uploading..."
|
|
179
183
|
},
|
|
184
|
+
"XKyo5X": {
|
|
185
|
+
"module": "@ttoss/components",
|
|
186
|
+
"defaultMessage": "File Upload"
|
|
187
|
+
},
|
|
188
|
+
"eRShvB": {
|
|
189
|
+
"module": "@ttoss/components",
|
|
190
|
+
"defaultMessage": "Maximum files reached"
|
|
191
|
+
},
|
|
180
192
|
"fDCMA6": {
|
|
181
193
|
"module": "@ttoss/components",
|
|
182
194
|
"defaultMessage": "Select Files"
|
|
183
195
|
},
|
|
196
|
+
"fOOwej": {
|
|
197
|
+
"module": "@ttoss/components",
|
|
198
|
+
"defaultMessage": "{max_files, plural, one {Up to # file} other {Up to # files}}"
|
|
199
|
+
},
|
|
184
200
|
"gy0Ynb": {
|
|
185
201
|
"module": "@ttoss/components",
|
|
186
202
|
"defaultMessage": "Click or drag files here"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-strapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"description": "Authentication components and abstractions for React apps using Strapi.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=16.8.0",
|
|
29
|
-
"@ttoss/react-
|
|
30
|
-
"@ttoss/react-notifications": "^2.4.
|
|
31
|
-
"@ttoss/react-
|
|
29
|
+
"@ttoss/react-i18n": "^2.0.18",
|
|
30
|
+
"@ttoss/react-notifications": "^2.4.17",
|
|
31
|
+
"@ttoss/react-auth-core": "^0.2.16"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/react": "^19.1.8",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"react": "^19.1.0",
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"@ttoss/i18n-cli": "^0.7.34",
|
|
39
|
-
"@ttoss/react-auth-core": "^0.2.
|
|
39
|
+
"@ttoss/react-auth-core": "^0.2.16",
|
|
40
40
|
"@ttoss/react-i18n": "^2.0.18",
|
|
41
|
-
"@ttoss/react-notifications": "^2.4.
|
|
41
|
+
"@ttoss/react-notifications": "^2.4.17"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"React",
|