strapi-plugin-navigation 3.0.7 → 3.0.8

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.
@@ -0,0 +1,496 @@
1
+ declare const tr: {
2
+ plugin: {
3
+ name: string;
4
+ section: {
5
+ name: string;
6
+ item: string;
7
+ };
8
+ };
9
+ header: {
10
+ title: string;
11
+ description: string;
12
+ meta: string;
13
+ action: {
14
+ newItem: string;
15
+ manage: string;
16
+ collapseAll: string;
17
+ expandAll: string;
18
+ };
19
+ };
20
+ submit: {
21
+ cta: {
22
+ cancel: string;
23
+ save: string;
24
+ };
25
+ };
26
+ empty: {
27
+ description: string;
28
+ cta: string;
29
+ };
30
+ popup: {
31
+ navigation: {
32
+ manage: {
33
+ header: {
34
+ LIST: string;
35
+ CREATE: string;
36
+ DELETE: string;
37
+ ERROR: string;
38
+ EDIT: string;
39
+ };
40
+ button: {
41
+ cancel: string;
42
+ delete: string;
43
+ save: string;
44
+ edit: string;
45
+ create: string;
46
+ goBack: string;
47
+ purge: string;
48
+ };
49
+ table: {
50
+ id: string;
51
+ name: string;
52
+ locale: string;
53
+ visibility: string;
54
+ hasSelected: string;
55
+ };
56
+ footer: {
57
+ button: {
58
+ purge: string;
59
+ };
60
+ };
61
+ purge: {
62
+ header: string;
63
+ };
64
+ delete: {
65
+ header: string;
66
+ };
67
+ error: {
68
+ header: string;
69
+ message: string;
70
+ };
71
+ navigation: {
72
+ visible: string;
73
+ hidden: string;
74
+ };
75
+ };
76
+ form: {
77
+ name: {
78
+ label: string;
79
+ placeholder: string;
80
+ validation: {
81
+ name: {
82
+ required: string;
83
+ tooShort: string;
84
+ alreadyUsed: string;
85
+ };
86
+ visible: {
87
+ required: string;
88
+ };
89
+ };
90
+ };
91
+ visible: {
92
+ label: string;
93
+ toggle: {
94
+ visible: string;
95
+ hidden: string;
96
+ };
97
+ };
98
+ };
99
+ };
100
+ item: {
101
+ header: {
102
+ view: string;
103
+ edit: string;
104
+ new: string;
105
+ };
106
+ form: {
107
+ title: {
108
+ label: string;
109
+ autoSync: {
110
+ label: string;
111
+ };
112
+ placeholder: string;
113
+ };
114
+ uiRouterKey: {
115
+ label: string;
116
+ placeholder: string;
117
+ };
118
+ uiRouter: {
119
+ unableToRender: string;
120
+ };
121
+ path: {
122
+ label: string;
123
+ placeholder: string;
124
+ preview: string;
125
+ };
126
+ externalPath: {
127
+ label: string;
128
+ placeholder: string;
129
+ validation: {
130
+ type: string;
131
+ };
132
+ };
133
+ menuAttached: {
134
+ label: string;
135
+ value: {
136
+ yes: string;
137
+ no: string;
138
+ };
139
+ };
140
+ type: {
141
+ label: string;
142
+ internal: {
143
+ label: string;
144
+ };
145
+ external: {
146
+ label: string;
147
+ description: string;
148
+ };
149
+ wrapper: {
150
+ label: string;
151
+ };
152
+ };
153
+ audience: {
154
+ label: string;
155
+ placeholder: string;
156
+ empty: string;
157
+ };
158
+ relatedSection: {
159
+ label: string;
160
+ };
161
+ relatedType: {
162
+ label: string;
163
+ placeholder: string;
164
+ empty: string;
165
+ };
166
+ related: {
167
+ label: string;
168
+ placeholder: string;
169
+ empty: string;
170
+ };
171
+ i18n: {
172
+ locale: {
173
+ label: string;
174
+ placeholder: string;
175
+ button: string;
176
+ error: {
177
+ generic: string;
178
+ unavailable: string;
179
+ };
180
+ };
181
+ };
182
+ button: {
183
+ create: string;
184
+ update: string;
185
+ restore: string;
186
+ remove: string;
187
+ save: string;
188
+ cancel: string;
189
+ };
190
+ };
191
+ };
192
+ };
193
+ notification: {
194
+ navigation: {
195
+ submit: string;
196
+ error: string;
197
+ item: {
198
+ relation: string;
199
+ status: {
200
+ draft: string;
201
+ published: string;
202
+ };
203
+ };
204
+ };
205
+ error: {
206
+ common: string;
207
+ customField: {
208
+ type: string;
209
+ media: {
210
+ missing: string;
211
+ };
212
+ };
213
+ item: {
214
+ relation: string;
215
+ slug: string;
216
+ };
217
+ };
218
+ };
219
+ pages: {
220
+ auth: {
221
+ noAccess: string;
222
+ not: {
223
+ allowed: string;
224
+ };
225
+ };
226
+ main: {
227
+ search: {
228
+ placeholder: string;
229
+ subLabel: string;
230
+ };
231
+ header: {
232
+ localization: {
233
+ select: {
234
+ placeholder: string;
235
+ };
236
+ };
237
+ };
238
+ };
239
+ settings: {
240
+ title: string;
241
+ general: {
242
+ title: string;
243
+ };
244
+ additional: {
245
+ title: string;
246
+ };
247
+ customFields: {
248
+ title: string;
249
+ };
250
+ nameField: {
251
+ title: string;
252
+ };
253
+ restoring: {
254
+ title: string;
255
+ };
256
+ section: {
257
+ title: string;
258
+ subtitle: string;
259
+ };
260
+ header: {
261
+ title: string;
262
+ description: string;
263
+ };
264
+ form: {
265
+ cascadeMenuAttached: {
266
+ label: string;
267
+ hint: string;
268
+ };
269
+ preferCustomContentTypes: {
270
+ label: string;
271
+ hint: string;
272
+ };
273
+ contentTypes: {
274
+ label: string;
275
+ placeholder: string;
276
+ hint: string;
277
+ };
278
+ i18n: {
279
+ label: string;
280
+ hint: string;
281
+ hintMissingDefaultLocale: string;
282
+ };
283
+ allowedLevels: {
284
+ label: string;
285
+ placeholder: string;
286
+ hint: string;
287
+ };
288
+ audience: {
289
+ label: string;
290
+ hint: string;
291
+ };
292
+ nameField: {
293
+ default: string;
294
+ label: string;
295
+ placeholder: string;
296
+ hint: string;
297
+ empty: string;
298
+ };
299
+ populate: {
300
+ label: string;
301
+ placeholder: string;
302
+ hint: string;
303
+ empty: string;
304
+ };
305
+ pathDefaultFields: {
306
+ label: string;
307
+ placeholder: string;
308
+ hint: string;
309
+ empty: string;
310
+ };
311
+ contentTypesSettings: {
312
+ label: string;
313
+ tooltip: string;
314
+ initializationWarning: {
315
+ title: string;
316
+ content: string;
317
+ };
318
+ };
319
+ customFields: {
320
+ table: {
321
+ confirmation: {
322
+ header: string;
323
+ message: string;
324
+ confirm: string;
325
+ error: string;
326
+ };
327
+ header: {
328
+ name: string;
329
+ label: string;
330
+ type: string;
331
+ required: string;
332
+ };
333
+ footer: string;
334
+ edit: string;
335
+ enable: string;
336
+ disable: string;
337
+ remove: string;
338
+ required: string;
339
+ notRequired: string;
340
+ };
341
+ popup: {
342
+ header: {
343
+ edit: string;
344
+ new: string;
345
+ };
346
+ name: {
347
+ label: string;
348
+ placeholder: string;
349
+ description: string;
350
+ };
351
+ label: {
352
+ label: string;
353
+ placeholder: string;
354
+ description: string;
355
+ };
356
+ type: {
357
+ label: string;
358
+ description: string;
359
+ };
360
+ required: {
361
+ label: string;
362
+ description: string;
363
+ };
364
+ options: {
365
+ label: string;
366
+ description: string;
367
+ };
368
+ multi: {
369
+ label: string;
370
+ description: string;
371
+ };
372
+ };
373
+ };
374
+ };
375
+ actions: {
376
+ submit: string;
377
+ restore: {
378
+ label: string;
379
+ confirmation: {
380
+ header: string;
381
+ confirm: string;
382
+ description: string;
383
+ };
384
+ description: string;
385
+ };
386
+ restart: {
387
+ label: string;
388
+ alert: {
389
+ title: string;
390
+ description: string;
391
+ close: string;
392
+ cancel: string;
393
+ reason: {
394
+ I18N: string;
395
+ GRAPH_QL: string;
396
+ I18N_NAVIGATIONS_PRUNE: string;
397
+ };
398
+ };
399
+ };
400
+ disableI18n: {
401
+ confirmation: {
402
+ header: string;
403
+ confirm: string;
404
+ description: {
405
+ line1: string;
406
+ line2: string;
407
+ line3: string;
408
+ };
409
+ };
410
+ prune: {
411
+ label: string;
412
+ on: string;
413
+ off: string;
414
+ };
415
+ };
416
+ };
417
+ notification: {
418
+ fetch: {
419
+ error: string;
420
+ };
421
+ submit: {
422
+ success: string;
423
+ error: string;
424
+ };
425
+ restore: {
426
+ success: string;
427
+ error: string;
428
+ };
429
+ restart: {
430
+ success: string;
431
+ error: string;
432
+ };
433
+ };
434
+ };
435
+ view: {
436
+ actions: {
437
+ i18nCopyItems: {
438
+ confirmation: {
439
+ header: string;
440
+ confirm: string;
441
+ content: string;
442
+ };
443
+ };
444
+ };
445
+ };
446
+ };
447
+ components: {
448
+ toggle: {
449
+ enabled: string;
450
+ disabled: string;
451
+ };
452
+ navigationItem: {
453
+ action: {
454
+ newItem: string;
455
+ edit: string;
456
+ view: string;
457
+ restore: string;
458
+ remove: string;
459
+ };
460
+ badge: {
461
+ removed: string;
462
+ draft: string;
463
+ published: string;
464
+ };
465
+ related: {
466
+ localeMissing: string;
467
+ };
468
+ };
469
+ confirmation: {
470
+ dialog: {
471
+ button: {
472
+ cancel: string;
473
+ confirm: string;
474
+ };
475
+ description: string;
476
+ header: string;
477
+ };
478
+ };
479
+ notAccessPage: {
480
+ back: string;
481
+ };
482
+ };
483
+ view: {
484
+ i18n: {
485
+ fill: {
486
+ option: string;
487
+ cta: {
488
+ header: string;
489
+ button: string;
490
+ };
491
+ };
492
+ };
493
+ };
494
+ };
495
+ export default tr;
496
+ export type TR = typeof tr;