@payloadcms/translations 3.0.0-alpha.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/README.md +42 -0
- package/dist/_generatedFiles_/api/ar.json +85 -0
- package/dist/_generatedFiles_/api/az.json +86 -0
- package/dist/_generatedFiles_/api/bg.json +85 -0
- package/dist/_generatedFiles_/api/cs.json +85 -0
- package/dist/_generatedFiles_/api/de.json +85 -0
- package/dist/_generatedFiles_/api/en.json +85 -0
- package/dist/_generatedFiles_/api/es.json +85 -0
- package/dist/_generatedFiles_/api/fa.json +85 -0
- package/dist/_generatedFiles_/api/fr.json +85 -0
- package/dist/_generatedFiles_/api/hr.json +85 -0
- package/dist/_generatedFiles_/api/hu.json +85 -0
- package/dist/_generatedFiles_/api/index.d.ts +2552 -0
- package/dist/_generatedFiles_/api/index.js +68 -0
- package/dist/_generatedFiles_/api/it.json +85 -0
- package/dist/_generatedFiles_/api/ja.json +85 -0
- package/dist/_generatedFiles_/api/ko.json +84 -0
- package/dist/_generatedFiles_/api/my.json +85 -0
- package/dist/_generatedFiles_/api/nb.json +85 -0
- package/dist/_generatedFiles_/api/nl.json +85 -0
- package/dist/_generatedFiles_/api/pl.json +85 -0
- package/dist/_generatedFiles_/api/pt.json +85 -0
- package/dist/_generatedFiles_/api/ro.json +85 -0
- package/dist/_generatedFiles_/api/rs-latin.json +85 -0
- package/dist/_generatedFiles_/api/rs.json +85 -0
- package/dist/_generatedFiles_/api/ru.json +85 -0
- package/dist/_generatedFiles_/api/sv.json +85 -0
- package/dist/_generatedFiles_/api/th.json +85 -0
- package/dist/_generatedFiles_/api/tr.json +85 -0
- package/dist/_generatedFiles_/api/translation-schema.json +403 -0
- package/dist/_generatedFiles_/api/ua.json +85 -0
- package/dist/_generatedFiles_/api/vi.json +85 -0
- package/dist/_generatedFiles_/api/zh-tw.json +85 -0
- package/dist/_generatedFiles_/api/zh.json +85 -0
- package/dist/_generatedFiles_/client/ar.json +273 -0
- package/dist/_generatedFiles_/client/az.json +273 -0
- package/dist/_generatedFiles_/client/bg.json +273 -0
- package/dist/_generatedFiles_/client/cs.json +273 -0
- package/dist/_generatedFiles_/client/de.json +273 -0
- package/dist/_generatedFiles_/client/en.json +275 -0
- package/dist/_generatedFiles_/client/es.json +273 -0
- package/dist/_generatedFiles_/client/fa.json +273 -0
- package/dist/_generatedFiles_/client/fr.json +273 -0
- package/dist/_generatedFiles_/client/hr.json +273 -0
- package/dist/_generatedFiles_/client/hu.json +273 -0
- package/dist/_generatedFiles_/client/index.d.ts +8197 -0
- package/dist/_generatedFiles_/client/index.js +68 -0
- package/dist/_generatedFiles_/client/it.json +273 -0
- package/dist/_generatedFiles_/client/ja.json +275 -0
- package/dist/_generatedFiles_/client/ko.json +272 -0
- package/dist/_generatedFiles_/client/my.json +273 -0
- package/dist/_generatedFiles_/client/nb.json +273 -0
- package/dist/_generatedFiles_/client/nl.json +273 -0
- package/dist/_generatedFiles_/client/pl.json +273 -0
- package/dist/_generatedFiles_/client/pt.json +273 -0
- package/dist/_generatedFiles_/client/ro.json +273 -0
- package/dist/_generatedFiles_/client/rs-latin.json +273 -0
- package/dist/_generatedFiles_/client/rs.json +273 -0
- package/dist/_generatedFiles_/client/ru.json +273 -0
- package/dist/_generatedFiles_/client/sv.json +273 -0
- package/dist/_generatedFiles_/client/th.json +273 -0
- package/dist/_generatedFiles_/client/tr.json +273 -0
- package/dist/_generatedFiles_/client/translation-schema.json +1086 -0
- package/dist/_generatedFiles_/client/ua.json +273 -0
- package/dist/_generatedFiles_/client/vi.json +273 -0
- package/dist/_generatedFiles_/client/zh-tw.json +275 -0
- package/dist/_generatedFiles_/client/zh.json +273 -0
- package/dist/exports/index.d.ts +3 -0
- package/dist/exports/index.js +9 -0
- package/dist/types.d.ts +42 -0
- package/dist/types.js +2 -0
- package/dist/utilities/copyFile.d.ts +1 -0
- package/dist/utilities/copyFile.js +15 -0
- package/dist/utilities/deepMerge.d.ts +1 -0
- package/dist/utilities/deepMerge.js +18 -0
- package/dist/utilities/ensureDirExists.d.ts +1 -0
- package/dist/utilities/ensureDirExists.js +18 -0
- package/dist/utilities/getTranslation.d.ts +3 -0
- package/dist/utilities/getTranslation.js +21 -0
- package/dist/utilities/init.d.ts +30 -0
- package/dist/utilities/init.js +180 -0
- package/package.json +37 -0
|
@@ -0,0 +1,1086 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"additionalProperties": false,
|
|
4
|
+
"properties": {
|
|
5
|
+
"$schema": {
|
|
6
|
+
"type": "string"
|
|
7
|
+
},
|
|
8
|
+
"authentication": {
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"account": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"accountOfCurrentUser": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"alreadyActivated": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"alreadyLoggedIn": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"backToLogin": {
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"beginCreateFirstUser": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"changePassword": {
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"confirmGeneration": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
"confirmPassword": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"emailNotValid": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"emailSent": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
"enableAPIKey": {
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"failedToUnlock": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"forceUnlock": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"forgotPassword": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"forgotPasswordEmailInstructions": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"forgotPasswordQuestion": {
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
"generate": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"generateNewAPIKey": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"logBackIn": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"loggedOutInactivity": {
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
"loggedOutSuccessfully": {
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"login": {
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"logOut": {
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"logout": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"logoutUser": {
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
"newAPIKeyGenerated": {
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
"newPassword": {
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"resetPassword": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
"stayLoggedIn": {
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"successfullyUnlocked": {
|
|
102
|
+
"type": "string"
|
|
103
|
+
},
|
|
104
|
+
"unableToVerify": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"verified": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
"verifiedSuccessfully": {
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"verify": {
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"verifyUser": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"youAreInactive": {
|
|
120
|
+
"type": "string"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"required": [
|
|
124
|
+
"account",
|
|
125
|
+
"accountOfCurrentUser",
|
|
126
|
+
"alreadyActivated",
|
|
127
|
+
"alreadyLoggedIn",
|
|
128
|
+
"backToLogin",
|
|
129
|
+
"beginCreateFirstUser",
|
|
130
|
+
"changePassword",
|
|
131
|
+
"confirmGeneration",
|
|
132
|
+
"confirmPassword",
|
|
133
|
+
"emailNotValid",
|
|
134
|
+
"emailSent",
|
|
135
|
+
"enableAPIKey",
|
|
136
|
+
"failedToUnlock",
|
|
137
|
+
"forceUnlock",
|
|
138
|
+
"forgotPassword",
|
|
139
|
+
"forgotPasswordEmailInstructions",
|
|
140
|
+
"forgotPasswordQuestion",
|
|
141
|
+
"generate",
|
|
142
|
+
"generateNewAPIKey",
|
|
143
|
+
"logBackIn",
|
|
144
|
+
"loggedOutInactivity",
|
|
145
|
+
"loggedOutSuccessfully",
|
|
146
|
+
"login",
|
|
147
|
+
"logOut",
|
|
148
|
+
"logout",
|
|
149
|
+
"logoutUser",
|
|
150
|
+
"newAPIKeyGenerated",
|
|
151
|
+
"newPassword",
|
|
152
|
+
"resetPassword",
|
|
153
|
+
"stayLoggedIn",
|
|
154
|
+
"successfullyUnlocked",
|
|
155
|
+
"unableToVerify",
|
|
156
|
+
"verified",
|
|
157
|
+
"verifiedSuccessfully",
|
|
158
|
+
"verify",
|
|
159
|
+
"verifyUser",
|
|
160
|
+
"youAreInactive"
|
|
161
|
+
],
|
|
162
|
+
"type": "object"
|
|
163
|
+
},
|
|
164
|
+
"error": {
|
|
165
|
+
"additionalProperties": false,
|
|
166
|
+
"properties": {
|
|
167
|
+
"autosaving": {
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
170
|
+
"correctInvalidFields": {
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"deletingTitle": {
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
"loadingDocument": {
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
179
|
+
"localesNotSaved_one": {
|
|
180
|
+
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
"localesNotSaved_other": {
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"noMatchedField": {
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"notAllowedToAccessPage": {
|
|
189
|
+
"type": "string"
|
|
190
|
+
},
|
|
191
|
+
"previewing": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"unableToDeleteCount": {
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
197
|
+
"unableToUpdateCount": {
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
"unknown": {
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"unspecific": {
|
|
204
|
+
"type": "string"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"required": [
|
|
208
|
+
"autosaving",
|
|
209
|
+
"correctInvalidFields",
|
|
210
|
+
"deletingTitle",
|
|
211
|
+
"loadingDocument",
|
|
212
|
+
"localesNotSaved_one",
|
|
213
|
+
"localesNotSaved_other",
|
|
214
|
+
"noMatchedField",
|
|
215
|
+
"notAllowedToAccessPage",
|
|
216
|
+
"previewing",
|
|
217
|
+
"unableToDeleteCount",
|
|
218
|
+
"unableToUpdateCount",
|
|
219
|
+
"unknown",
|
|
220
|
+
"unspecific"
|
|
221
|
+
],
|
|
222
|
+
"type": "object"
|
|
223
|
+
},
|
|
224
|
+
"fields": {
|
|
225
|
+
"additionalProperties": false,
|
|
226
|
+
"properties": {
|
|
227
|
+
"addLabel": {
|
|
228
|
+
"type": "string"
|
|
229
|
+
},
|
|
230
|
+
"addLink": {
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
"addNew": {
|
|
234
|
+
"type": "string"
|
|
235
|
+
},
|
|
236
|
+
"addNewLabel": {
|
|
237
|
+
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"addRelationship": {
|
|
240
|
+
"type": "string"
|
|
241
|
+
},
|
|
242
|
+
"addUpload": {
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"block": {
|
|
246
|
+
"type": "string"
|
|
247
|
+
},
|
|
248
|
+
"blocks": {
|
|
249
|
+
"type": "string"
|
|
250
|
+
},
|
|
251
|
+
"blockType": {
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"chooseFromExisting": {
|
|
255
|
+
"type": "string"
|
|
256
|
+
},
|
|
257
|
+
"collapseAll": {
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
"editLink": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"editRelationship": {
|
|
264
|
+
"type": "string"
|
|
265
|
+
},
|
|
266
|
+
"itemsAndMore": {
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"labelRelationship": {
|
|
270
|
+
"type": "string"
|
|
271
|
+
},
|
|
272
|
+
"latitude": {
|
|
273
|
+
"type": "string"
|
|
274
|
+
},
|
|
275
|
+
"longitude": {
|
|
276
|
+
"type": "string"
|
|
277
|
+
},
|
|
278
|
+
"passwordsDoNotMatch": {
|
|
279
|
+
"type": "string"
|
|
280
|
+
},
|
|
281
|
+
"removeRelationship": {
|
|
282
|
+
"type": "string"
|
|
283
|
+
},
|
|
284
|
+
"removeUpload": {
|
|
285
|
+
"type": "string"
|
|
286
|
+
},
|
|
287
|
+
"saveChanges": {
|
|
288
|
+
"type": "string"
|
|
289
|
+
},
|
|
290
|
+
"searchForBlock": {
|
|
291
|
+
"type": "string"
|
|
292
|
+
},
|
|
293
|
+
"selectFieldsToEdit": {
|
|
294
|
+
"type": "string"
|
|
295
|
+
},
|
|
296
|
+
"showAll": {
|
|
297
|
+
"type": "string"
|
|
298
|
+
},
|
|
299
|
+
"swapRelationship": {
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
"swapUpload": {
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"toggleBlock": {
|
|
306
|
+
"type": "string"
|
|
307
|
+
},
|
|
308
|
+
"uploadNewLabel": {
|
|
309
|
+
"type": "string"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"required": [
|
|
313
|
+
"addLabel",
|
|
314
|
+
"addLink",
|
|
315
|
+
"addNew",
|
|
316
|
+
"addNewLabel",
|
|
317
|
+
"addRelationship",
|
|
318
|
+
"addUpload",
|
|
319
|
+
"block",
|
|
320
|
+
"blocks",
|
|
321
|
+
"blockType",
|
|
322
|
+
"chooseFromExisting",
|
|
323
|
+
"collapseAll",
|
|
324
|
+
"editLink",
|
|
325
|
+
"editRelationship",
|
|
326
|
+
"itemsAndMore",
|
|
327
|
+
"labelRelationship",
|
|
328
|
+
"latitude",
|
|
329
|
+
"longitude",
|
|
330
|
+
"passwordsDoNotMatch",
|
|
331
|
+
"removeRelationship",
|
|
332
|
+
"removeUpload",
|
|
333
|
+
"saveChanges",
|
|
334
|
+
"searchForBlock",
|
|
335
|
+
"selectFieldsToEdit",
|
|
336
|
+
"showAll",
|
|
337
|
+
"swapRelationship",
|
|
338
|
+
"swapUpload",
|
|
339
|
+
"toggleBlock",
|
|
340
|
+
"uploadNewLabel"
|
|
341
|
+
],
|
|
342
|
+
"type": "object"
|
|
343
|
+
},
|
|
344
|
+
"general": {
|
|
345
|
+
"additionalProperties": false,
|
|
346
|
+
"properties": {
|
|
347
|
+
"aboutToDeleteCount_one": {
|
|
348
|
+
"type": "string"
|
|
349
|
+
},
|
|
350
|
+
"aboutToDeleteCount_many": {
|
|
351
|
+
"type": "string"
|
|
352
|
+
},
|
|
353
|
+
"aboutToDeleteCount_other": {
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
"aboutToDelete": {
|
|
357
|
+
"type": "string"
|
|
358
|
+
},
|
|
359
|
+
"addBelow": {
|
|
360
|
+
"type": "string"
|
|
361
|
+
},
|
|
362
|
+
"addFilter": {
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"adminTheme": {
|
|
366
|
+
"type": "string"
|
|
367
|
+
},
|
|
368
|
+
"and": {
|
|
369
|
+
"type": "string"
|
|
370
|
+
},
|
|
371
|
+
"applyChanges": {
|
|
372
|
+
"type": "string"
|
|
373
|
+
},
|
|
374
|
+
"ascending": {
|
|
375
|
+
"type": "string"
|
|
376
|
+
},
|
|
377
|
+
"automatic": {
|
|
378
|
+
"type": "string"
|
|
379
|
+
},
|
|
380
|
+
"backToDashboard": {
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
"cancel": {
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"changesNotSaved": {
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
"close": {
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
"collapse": {
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"collections": {
|
|
396
|
+
"type": "string"
|
|
397
|
+
},
|
|
398
|
+
"columns": {
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"columnToSort": {
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
"confirm": {
|
|
405
|
+
"type": "string"
|
|
406
|
+
},
|
|
407
|
+
"confirmDeletion": {
|
|
408
|
+
"type": "string"
|
|
409
|
+
},
|
|
410
|
+
"confirmDuplication": {
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"copied": {
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
"copy": {
|
|
417
|
+
"type": "string"
|
|
418
|
+
},
|
|
419
|
+
"create": {
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
422
|
+
"created": {
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
"createNew": {
|
|
426
|
+
"type": "string"
|
|
427
|
+
},
|
|
428
|
+
"createNewLabel": {
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
"creating": {
|
|
432
|
+
"type": "string"
|
|
433
|
+
},
|
|
434
|
+
"creatingNewLabel": {
|
|
435
|
+
"type": "string"
|
|
436
|
+
},
|
|
437
|
+
"dark": {
|
|
438
|
+
"type": "string"
|
|
439
|
+
},
|
|
440
|
+
"dashboard": {
|
|
441
|
+
"type": "string"
|
|
442
|
+
},
|
|
443
|
+
"delete": {
|
|
444
|
+
"type": "string"
|
|
445
|
+
},
|
|
446
|
+
"deletedCountSuccessfully": {
|
|
447
|
+
"type": "string"
|
|
448
|
+
},
|
|
449
|
+
"deleting": {
|
|
450
|
+
"type": "string"
|
|
451
|
+
},
|
|
452
|
+
"descending": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
},
|
|
455
|
+
"deselectAllRows": {
|
|
456
|
+
"type": "string"
|
|
457
|
+
},
|
|
458
|
+
"duplicate": {
|
|
459
|
+
"type": "string"
|
|
460
|
+
},
|
|
461
|
+
"duplicateWithoutSaving": {
|
|
462
|
+
"type": "string"
|
|
463
|
+
},
|
|
464
|
+
"edit": {
|
|
465
|
+
"type": "string"
|
|
466
|
+
},
|
|
467
|
+
"editing": {
|
|
468
|
+
"type": "string"
|
|
469
|
+
},
|
|
470
|
+
"editingLabel_one": {
|
|
471
|
+
"type": "string"
|
|
472
|
+
},
|
|
473
|
+
"editingLabel_many": {
|
|
474
|
+
"type": "string"
|
|
475
|
+
},
|
|
476
|
+
"editingLabel_other": {
|
|
477
|
+
"type": "string"
|
|
478
|
+
},
|
|
479
|
+
"editLabel": {
|
|
480
|
+
"type": "string"
|
|
481
|
+
},
|
|
482
|
+
"email": {
|
|
483
|
+
"type": "string"
|
|
484
|
+
},
|
|
485
|
+
"emailAddress": {
|
|
486
|
+
"type": "string"
|
|
487
|
+
},
|
|
488
|
+
"enterAValue": {
|
|
489
|
+
"type": "string"
|
|
490
|
+
},
|
|
491
|
+
"error": {
|
|
492
|
+
"type": "string"
|
|
493
|
+
},
|
|
494
|
+
"errors": {
|
|
495
|
+
"type": "string"
|
|
496
|
+
},
|
|
497
|
+
"fallbackToDefaultLocale": {
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
500
|
+
"filters": {
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
"filterWhere": {
|
|
504
|
+
"type": "string"
|
|
505
|
+
},
|
|
506
|
+
"globals": {
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"language": {
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
512
|
+
"lastModified": {
|
|
513
|
+
"type": "string"
|
|
514
|
+
},
|
|
515
|
+
"leaveAnyway": {
|
|
516
|
+
"type": "string"
|
|
517
|
+
},
|
|
518
|
+
"leaveWithoutSaving": {
|
|
519
|
+
"type": "string"
|
|
520
|
+
},
|
|
521
|
+
"light": {
|
|
522
|
+
"type": "string"
|
|
523
|
+
},
|
|
524
|
+
"livePreview": {
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"loading": {
|
|
528
|
+
"type": "string"
|
|
529
|
+
},
|
|
530
|
+
"locale": {
|
|
531
|
+
"type": "string"
|
|
532
|
+
},
|
|
533
|
+
"menu": {
|
|
534
|
+
"type": "string"
|
|
535
|
+
},
|
|
536
|
+
"moveDown": {
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"moveUp": {
|
|
540
|
+
"type": "string"
|
|
541
|
+
},
|
|
542
|
+
"noFiltersSet": {
|
|
543
|
+
"type": "string"
|
|
544
|
+
},
|
|
545
|
+
"noLabel": {
|
|
546
|
+
"type": "string"
|
|
547
|
+
},
|
|
548
|
+
"none": {
|
|
549
|
+
"type": "string"
|
|
550
|
+
},
|
|
551
|
+
"noOptions": {
|
|
552
|
+
"type": "string"
|
|
553
|
+
},
|
|
554
|
+
"noResults": {
|
|
555
|
+
"type": "string"
|
|
556
|
+
},
|
|
557
|
+
"notFound": {
|
|
558
|
+
"type": "string"
|
|
559
|
+
},
|
|
560
|
+
"nothingFound": {
|
|
561
|
+
"type": "string"
|
|
562
|
+
},
|
|
563
|
+
"noValue": {
|
|
564
|
+
"type": "string"
|
|
565
|
+
},
|
|
566
|
+
"of": {
|
|
567
|
+
"type": "string"
|
|
568
|
+
},
|
|
569
|
+
"open": {
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
"or": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"order": {
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
"pageNotFound": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"password": {
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"payloadSettings": {
|
|
585
|
+
"type": "string"
|
|
586
|
+
},
|
|
587
|
+
"perPage": {
|
|
588
|
+
"type": "string"
|
|
589
|
+
},
|
|
590
|
+
"remove": {
|
|
591
|
+
"type": "string"
|
|
592
|
+
},
|
|
593
|
+
"reset": {
|
|
594
|
+
"type": "string"
|
|
595
|
+
},
|
|
596
|
+
"row": {
|
|
597
|
+
"type": "string"
|
|
598
|
+
},
|
|
599
|
+
"rows": {
|
|
600
|
+
"type": "string"
|
|
601
|
+
},
|
|
602
|
+
"save": {
|
|
603
|
+
"type": "string"
|
|
604
|
+
},
|
|
605
|
+
"saving": {
|
|
606
|
+
"type": "string"
|
|
607
|
+
},
|
|
608
|
+
"searchBy": {
|
|
609
|
+
"type": "string"
|
|
610
|
+
},
|
|
611
|
+
"selectAll": {
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
"selectAllRows": {
|
|
615
|
+
"type": "string"
|
|
616
|
+
},
|
|
617
|
+
"selectedCount": {
|
|
618
|
+
"type": "string"
|
|
619
|
+
},
|
|
620
|
+
"selectValue": {
|
|
621
|
+
"type": "string"
|
|
622
|
+
},
|
|
623
|
+
"showAllLabel": {
|
|
624
|
+
"type": "string"
|
|
625
|
+
},
|
|
626
|
+
"sorryNotFound": {
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
"sort": {
|
|
630
|
+
"type": "string"
|
|
631
|
+
},
|
|
632
|
+
"sortByLabelDirection": {
|
|
633
|
+
"type": "string"
|
|
634
|
+
},
|
|
635
|
+
"stayOnThisPage": {
|
|
636
|
+
"type": "string"
|
|
637
|
+
},
|
|
638
|
+
"submissionSuccessful": {
|
|
639
|
+
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"submit": {
|
|
642
|
+
"type": "string"
|
|
643
|
+
},
|
|
644
|
+
"successfullyCreated": {
|
|
645
|
+
"type": "string"
|
|
646
|
+
},
|
|
647
|
+
"successfullyDuplicated": {
|
|
648
|
+
"type": "string"
|
|
649
|
+
},
|
|
650
|
+
"thisLanguage": {
|
|
651
|
+
"type": "string"
|
|
652
|
+
},
|
|
653
|
+
"titleDeleted": {
|
|
654
|
+
"type": "string"
|
|
655
|
+
},
|
|
656
|
+
"unauthorized": {
|
|
657
|
+
"type": "string"
|
|
658
|
+
},
|
|
659
|
+
"unsavedChangesDuplicate": {
|
|
660
|
+
"type": "string"
|
|
661
|
+
},
|
|
662
|
+
"untitled": {
|
|
663
|
+
"type": "string"
|
|
664
|
+
},
|
|
665
|
+
"updatedAt": {
|
|
666
|
+
"type": "string"
|
|
667
|
+
},
|
|
668
|
+
"updatedCountSuccessfully": {
|
|
669
|
+
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
"updatedSuccessfully": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"updating": {
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
"welcome": {
|
|
678
|
+
"type": "string"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"required": [
|
|
682
|
+
"aboutToDeleteCount_one",
|
|
683
|
+
"aboutToDeleteCount_many",
|
|
684
|
+
"aboutToDeleteCount_other",
|
|
685
|
+
"aboutToDelete",
|
|
686
|
+
"addBelow",
|
|
687
|
+
"addFilter",
|
|
688
|
+
"adminTheme",
|
|
689
|
+
"and",
|
|
690
|
+
"ascending",
|
|
691
|
+
"automatic",
|
|
692
|
+
"backToDashboard",
|
|
693
|
+
"cancel",
|
|
694
|
+
"changesNotSaved",
|
|
695
|
+
"close",
|
|
696
|
+
"collections",
|
|
697
|
+
"columns",
|
|
698
|
+
"columnToSort",
|
|
699
|
+
"confirm",
|
|
700
|
+
"confirmDeletion",
|
|
701
|
+
"confirmDuplication",
|
|
702
|
+
"copied",
|
|
703
|
+
"copy",
|
|
704
|
+
"create",
|
|
705
|
+
"created",
|
|
706
|
+
"createNew",
|
|
707
|
+
"createNewLabel",
|
|
708
|
+
"creating",
|
|
709
|
+
"creatingNewLabel",
|
|
710
|
+
"dark",
|
|
711
|
+
"dashboard",
|
|
712
|
+
"delete",
|
|
713
|
+
"deletedCountSuccessfully",
|
|
714
|
+
"deleting",
|
|
715
|
+
"descending",
|
|
716
|
+
"duplicate",
|
|
717
|
+
"duplicateWithoutSaving",
|
|
718
|
+
"edit",
|
|
719
|
+
"editing",
|
|
720
|
+
"editingLabel_one",
|
|
721
|
+
"editingLabel_many",
|
|
722
|
+
"editingLabel_other",
|
|
723
|
+
"editLabel",
|
|
724
|
+
"email",
|
|
725
|
+
"emailAddress",
|
|
726
|
+
"enterAValue",
|
|
727
|
+
"error",
|
|
728
|
+
"errors",
|
|
729
|
+
"fallbackToDefaultLocale",
|
|
730
|
+
"filters",
|
|
731
|
+
"filterWhere",
|
|
732
|
+
"globals",
|
|
733
|
+
"language",
|
|
734
|
+
"lastModified",
|
|
735
|
+
"leaveAnyway",
|
|
736
|
+
"leaveWithoutSaving",
|
|
737
|
+
"light",
|
|
738
|
+
"loading",
|
|
739
|
+
"moveDown",
|
|
740
|
+
"moveUp",
|
|
741
|
+
"noFiltersSet",
|
|
742
|
+
"noLabel",
|
|
743
|
+
"none",
|
|
744
|
+
"noResults",
|
|
745
|
+
"notFound",
|
|
746
|
+
"nothingFound",
|
|
747
|
+
"noValue",
|
|
748
|
+
"of",
|
|
749
|
+
"or",
|
|
750
|
+
"order",
|
|
751
|
+
"pageNotFound",
|
|
752
|
+
"password",
|
|
753
|
+
"payloadSettings",
|
|
754
|
+
"perPage",
|
|
755
|
+
"remove",
|
|
756
|
+
"row",
|
|
757
|
+
"rows",
|
|
758
|
+
"save",
|
|
759
|
+
"saving",
|
|
760
|
+
"searchBy",
|
|
761
|
+
"selectAll",
|
|
762
|
+
"selectedCount",
|
|
763
|
+
"selectValue",
|
|
764
|
+
"sorryNotFound",
|
|
765
|
+
"sort",
|
|
766
|
+
"stayOnThisPage",
|
|
767
|
+
"submissionSuccessful",
|
|
768
|
+
"submit",
|
|
769
|
+
"successfullyCreated",
|
|
770
|
+
"successfullyDuplicated",
|
|
771
|
+
"thisLanguage",
|
|
772
|
+
"titleDeleted",
|
|
773
|
+
"unauthorized",
|
|
774
|
+
"unsavedChangesDuplicate",
|
|
775
|
+
"untitled",
|
|
776
|
+
"updatedAt",
|
|
777
|
+
"updatedCountSuccessfully",
|
|
778
|
+
"updatedSuccessfully",
|
|
779
|
+
"updating",
|
|
780
|
+
"welcome"
|
|
781
|
+
],
|
|
782
|
+
"type": "object"
|
|
783
|
+
},
|
|
784
|
+
"operators": {
|
|
785
|
+
"additionalProperties": false,
|
|
786
|
+
"properties": {
|
|
787
|
+
"equals": {
|
|
788
|
+
"type": "string"
|
|
789
|
+
},
|
|
790
|
+
"exists": {
|
|
791
|
+
"type": "string"
|
|
792
|
+
},
|
|
793
|
+
"isNotIn": {
|
|
794
|
+
"type": "string"
|
|
795
|
+
},
|
|
796
|
+
"isIn": {
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
"contains": {
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
802
|
+
"isLike": {
|
|
803
|
+
"type": "string"
|
|
804
|
+
},
|
|
805
|
+
"isNotEqualTo": {
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
"near": {
|
|
809
|
+
"type": "string"
|
|
810
|
+
},
|
|
811
|
+
"isGreaterThan": {
|
|
812
|
+
"type": "string"
|
|
813
|
+
},
|
|
814
|
+
"isLessThan": {
|
|
815
|
+
"type": "string"
|
|
816
|
+
},
|
|
817
|
+
"isGreaterThanOrEqualTo": {
|
|
818
|
+
"type": "string"
|
|
819
|
+
},
|
|
820
|
+
"isLessThanOrEqualTo": {
|
|
821
|
+
"type": "string"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
"required": [
|
|
825
|
+
"equals",
|
|
826
|
+
"exists",
|
|
827
|
+
"isNotIn",
|
|
828
|
+
"isIn",
|
|
829
|
+
"contains",
|
|
830
|
+
"isLike",
|
|
831
|
+
"isNotEqualTo",
|
|
832
|
+
"near",
|
|
833
|
+
"isGreaterThan",
|
|
834
|
+
"isLessThan",
|
|
835
|
+
"isGreaterThanOrEqualTo",
|
|
836
|
+
"isLessThanOrEqualTo"
|
|
837
|
+
],
|
|
838
|
+
"type": "object"
|
|
839
|
+
},
|
|
840
|
+
"upload": {
|
|
841
|
+
"additionalProperties": false,
|
|
842
|
+
"properties": {
|
|
843
|
+
"crop": {
|
|
844
|
+
"type": "string"
|
|
845
|
+
},
|
|
846
|
+
"cropToolDescription": {
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
849
|
+
"dragAndDrop": {
|
|
850
|
+
"type": "string"
|
|
851
|
+
},
|
|
852
|
+
"editImage": {
|
|
853
|
+
"type": "string"
|
|
854
|
+
},
|
|
855
|
+
"focalPoint": {
|
|
856
|
+
"type": "string"
|
|
857
|
+
},
|
|
858
|
+
"focalPointDescription": {
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
"height": {
|
|
862
|
+
"type": "string"
|
|
863
|
+
},
|
|
864
|
+
"previewSizes": {
|
|
865
|
+
"type": "string"
|
|
866
|
+
},
|
|
867
|
+
"selectCollectionToBrowse": {
|
|
868
|
+
"type": "string"
|
|
869
|
+
},
|
|
870
|
+
"selectFile": {
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
873
|
+
"setCropArea": {
|
|
874
|
+
"type": "string"
|
|
875
|
+
},
|
|
876
|
+
"setFocalPoint": {
|
|
877
|
+
"type": "string"
|
|
878
|
+
},
|
|
879
|
+
"sizesFor": {
|
|
880
|
+
"type": "string"
|
|
881
|
+
},
|
|
882
|
+
"width": {
|
|
883
|
+
"type": "string"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"required": [
|
|
887
|
+
"dragAndDrop",
|
|
888
|
+
"height",
|
|
889
|
+
"selectCollectionToBrowse",
|
|
890
|
+
"selectFile",
|
|
891
|
+
"width"
|
|
892
|
+
],
|
|
893
|
+
"type": "object"
|
|
894
|
+
},
|
|
895
|
+
"validation": {
|
|
896
|
+
"additionalProperties": false,
|
|
897
|
+
"properties": {
|
|
898
|
+
"fieldHasNo": {
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
"limitReached": {
|
|
902
|
+
"type": "string"
|
|
903
|
+
},
|
|
904
|
+
"required": {
|
|
905
|
+
"type": "string"
|
|
906
|
+
},
|
|
907
|
+
"requiresAtLeast": {
|
|
908
|
+
"type": "string"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"required": [
|
|
912
|
+
"fieldHasNo",
|
|
913
|
+
"required",
|
|
914
|
+
"requiresAtLeast"
|
|
915
|
+
],
|
|
916
|
+
"type": "object"
|
|
917
|
+
},
|
|
918
|
+
"version": {
|
|
919
|
+
"additionalProperties": false,
|
|
920
|
+
"properties": {
|
|
921
|
+
"aboutToPublishSelection": {
|
|
922
|
+
"type": "string"
|
|
923
|
+
},
|
|
924
|
+
"aboutToRestore": {
|
|
925
|
+
"type": "string"
|
|
926
|
+
},
|
|
927
|
+
"aboutToRestoreGlobal": {
|
|
928
|
+
"type": "string"
|
|
929
|
+
},
|
|
930
|
+
"aboutToUnpublishSelection": {
|
|
931
|
+
"type": "string"
|
|
932
|
+
},
|
|
933
|
+
"autosave": {
|
|
934
|
+
"type": "string"
|
|
935
|
+
},
|
|
936
|
+
"autosavedSuccessfully": {
|
|
937
|
+
"type": "string"
|
|
938
|
+
},
|
|
939
|
+
"compareVersion": {
|
|
940
|
+
"type": "string"
|
|
941
|
+
},
|
|
942
|
+
"confirmPublish": {
|
|
943
|
+
"type": "string"
|
|
944
|
+
},
|
|
945
|
+
"confirmUnpublish": {
|
|
946
|
+
"type": "string"
|
|
947
|
+
},
|
|
948
|
+
"confirmVersionRestoration": {
|
|
949
|
+
"type": "string"
|
|
950
|
+
},
|
|
951
|
+
"draft": {
|
|
952
|
+
"type": "string"
|
|
953
|
+
},
|
|
954
|
+
"draftSavedSuccessfully": {
|
|
955
|
+
"type": "string"
|
|
956
|
+
},
|
|
957
|
+
"noFurtherVersionsFound": {
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
"noRowsFound": {
|
|
961
|
+
"type": "string"
|
|
962
|
+
},
|
|
963
|
+
"preview": {
|
|
964
|
+
"type": "string"
|
|
965
|
+
},
|
|
966
|
+
"problemRestoringVersion": {
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"publish": {
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
"publishChanges": {
|
|
973
|
+
"type": "string"
|
|
974
|
+
},
|
|
975
|
+
"published": {
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
978
|
+
"restoredSuccessfully": {
|
|
979
|
+
"type": "string"
|
|
980
|
+
},
|
|
981
|
+
"restoreThisVersion": {
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
"restoring": {
|
|
985
|
+
"type": "string"
|
|
986
|
+
},
|
|
987
|
+
"saveDraft": {
|
|
988
|
+
"type": "string"
|
|
989
|
+
},
|
|
990
|
+
"selectLocales": {
|
|
991
|
+
"type": "string"
|
|
992
|
+
},
|
|
993
|
+
"selectVersionToCompare": {
|
|
994
|
+
"type": "string"
|
|
995
|
+
},
|
|
996
|
+
"showLocales": {
|
|
997
|
+
"type": "string"
|
|
998
|
+
},
|
|
999
|
+
"type": {
|
|
1000
|
+
"type": "string"
|
|
1001
|
+
},
|
|
1002
|
+
"unpublish": {
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
},
|
|
1005
|
+
"unpublishing": {
|
|
1006
|
+
"type": "string"
|
|
1007
|
+
},
|
|
1008
|
+
"versionCreatedOn": {
|
|
1009
|
+
"type": "string"
|
|
1010
|
+
},
|
|
1011
|
+
"versionID": {
|
|
1012
|
+
"type": "string"
|
|
1013
|
+
},
|
|
1014
|
+
"version": {
|
|
1015
|
+
"type": "string"
|
|
1016
|
+
},
|
|
1017
|
+
"versions": {
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
},
|
|
1020
|
+
"viewingVersion": {
|
|
1021
|
+
"type": "string"
|
|
1022
|
+
},
|
|
1023
|
+
"viewingVersionGlobal": {
|
|
1024
|
+
"type": "string"
|
|
1025
|
+
},
|
|
1026
|
+
"viewingVersions": {
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
},
|
|
1029
|
+
"viewingVersionsGlobal": {
|
|
1030
|
+
"type": "string"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"required": [
|
|
1034
|
+
"aboutToPublishSelection",
|
|
1035
|
+
"aboutToRestore",
|
|
1036
|
+
"aboutToRestoreGlobal",
|
|
1037
|
+
"aboutToUnpublishSelection",
|
|
1038
|
+
"autosave",
|
|
1039
|
+
"autosavedSuccessfully",
|
|
1040
|
+
"compareVersion",
|
|
1041
|
+
"confirmPublish",
|
|
1042
|
+
"confirmUnpublish",
|
|
1043
|
+
"confirmVersionRestoration",
|
|
1044
|
+
"draft",
|
|
1045
|
+
"draftSavedSuccessfully",
|
|
1046
|
+
"noFurtherVersionsFound",
|
|
1047
|
+
"noRowsFound",
|
|
1048
|
+
"preview",
|
|
1049
|
+
"problemRestoringVersion",
|
|
1050
|
+
"publish",
|
|
1051
|
+
"publishChanges",
|
|
1052
|
+
"published",
|
|
1053
|
+
"restoredSuccessfully",
|
|
1054
|
+
"restoreThisVersion",
|
|
1055
|
+
"restoring",
|
|
1056
|
+
"saveDraft",
|
|
1057
|
+
"selectLocales",
|
|
1058
|
+
"selectVersionToCompare",
|
|
1059
|
+
"showLocales",
|
|
1060
|
+
"type",
|
|
1061
|
+
"unpublish",
|
|
1062
|
+
"unpublishing",
|
|
1063
|
+
"versionCreatedOn",
|
|
1064
|
+
"versionID",
|
|
1065
|
+
"version",
|
|
1066
|
+
"versions",
|
|
1067
|
+
"viewingVersion",
|
|
1068
|
+
"viewingVersionGlobal",
|
|
1069
|
+
"viewingVersions",
|
|
1070
|
+
"viewingVersionsGlobal"
|
|
1071
|
+
],
|
|
1072
|
+
"type": "object"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"required": [
|
|
1076
|
+
"authentication",
|
|
1077
|
+
"error",
|
|
1078
|
+
"fields",
|
|
1079
|
+
"general",
|
|
1080
|
+
"operators",
|
|
1081
|
+
"upload",
|
|
1082
|
+
"validation",
|
|
1083
|
+
"version"
|
|
1084
|
+
],
|
|
1085
|
+
"type": "object"
|
|
1086
|
+
}
|