@commercetools-frontend/i18n 22.10.0 → 22.12.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/compiled-data/de.json +13 -1
- package/compiled-data/en.json +42 -6
- package/compiled-data/es.json +14 -2
- package/compiled-data/fr-FR.json +156 -4
- package/compiled-data/pt-BR.json +7 -1
- package/compiled-data/zh-CN.json +13 -1
- package/dist/commercetools-frontend-i18n.cjs.dev.js +7 -7
- package/dist/commercetools-frontend-i18n.cjs.prod.js +7 -7
- package/dist/commercetools-frontend-i18n.esm.js +7 -7
- package/dist/{de-7cdd36ba.esm.js → de-13be183b.esm.js} +13 -1
- package/dist/{de-0c5db73c.cjs.prod.js → de-53e78818.cjs.prod.js} +13 -1
- package/dist/{de-db0383c2.cjs.dev.js → de-ee606b89.cjs.dev.js} +13 -1
- package/dist/{en-bab4abaf.cjs.prod.js → en-3bc4c34d.cjs.prod.js} +42 -6
- package/dist/{en-4957742d.esm.js → en-718ebd9c.esm.js} +42 -6
- package/dist/{en-82eb0e10.cjs.dev.js → en-a196aeb1.cjs.dev.js} +42 -6
- package/dist/{es-a0585e11.cjs.prod.js → es-06d66908.cjs.prod.js} +14 -2
- package/dist/{es-042f808c.cjs.dev.js → es-85876db8.cjs.dev.js} +14 -2
- package/dist/{es-425fb967.esm.js → es-ccf7ea0a.esm.js} +14 -2
- package/dist/{fr-FR-398bae77.cjs.dev.js → fr-FR-02dd7db1.cjs.prod.js} +156 -4
- package/dist/{fr-FR-c5a88750.cjs.prod.js → fr-FR-75c06e66.cjs.dev.js} +156 -4
- package/dist/{fr-FR-f69eb330.esm.js → fr-FR-90be0bdd.esm.js} +156 -4
- package/dist/{pt-BR-e62f0a3a.cjs.dev.js → pt-BR-477af27f.cjs.prod.js} +7 -1
- package/dist/{pt-BR-650b5533.cjs.prod.js → pt-BR-9cff32b9.cjs.dev.js} +7 -1
- package/dist/{pt-BR-9d1741cc.esm.js → pt-BR-e9217a48.esm.js} +7 -1
- package/dist/{zh-CN-b1ea3588.cjs.dev.js → zh-CN-78562569.cjs.dev.js} +13 -1
- package/dist/{zh-CN-0f904080.esm.js → zh-CN-964437b0.esm.js} +13 -1
- package/dist/{zh-CN-0abd9a06.cjs.prod.js → zh-CN-aa726492.cjs.prod.js} +13 -1
- package/package.json +2 -2
package/compiled-data/de.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"ApiError.MaxResourceLimitExceeded": [
|
|
139
139
|
{
|
|
140
140
|
"type": 0,
|
|
141
|
-
"value": "
|
|
141
|
+
"value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"ApiError.OverlappingPrices": [
|
|
@@ -347,6 +347,18 @@
|
|
|
347
347
|
"value": "Modale Seite schließen"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
"type": 0,
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
350
362
|
"ErrorApologizer.notifiedTeam": [
|
|
351
363
|
{
|
|
352
364
|
"type": 0,
|
package/compiled-data/en.json
CHANGED
|
@@ -135,6 +135,12 @@
|
|
|
135
135
|
"value": "Slugs may only contain alphanumeric (0-9 A-Z) characters, underscores and hyphens and must have a length between 2 and 256 characters."
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
|
+
"ApiError.MaxResourceLimitExceeded": [
|
|
139
|
+
{
|
|
140
|
+
"type": 0,
|
|
141
|
+
"value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
|
+
}
|
|
143
|
+
],
|
|
138
144
|
"ApiError.OverlappingPrices": [
|
|
139
145
|
{
|
|
140
146
|
"type": 0,
|
|
@@ -188,7 +194,7 @@
|
|
|
188
194
|
"ApiError.ResourceNotFound": [
|
|
189
195
|
{
|
|
190
196
|
"type": 0,
|
|
191
|
-
"value": "
|
|
197
|
+
"value": "We could not find what you are looking for"
|
|
192
198
|
}
|
|
193
199
|
],
|
|
194
200
|
"ApiError.SemanticError": [
|
|
@@ -341,6 +347,18 @@
|
|
|
341
347
|
"value": "Close Modal Page"
|
|
342
348
|
}
|
|
343
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
"type": 0,
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
344
362
|
"ErrorApologizer.notifiedTeam": [
|
|
345
363
|
{
|
|
346
364
|
"type": 0,
|
|
@@ -365,6 +383,12 @@
|
|
|
365
383
|
"value": "We are unable to authorize you to use the Merchant Center."
|
|
366
384
|
}
|
|
367
385
|
],
|
|
386
|
+
"LocaleSwitcher.localesLabel": [
|
|
387
|
+
{
|
|
388
|
+
"type": 0,
|
|
389
|
+
"value": "Locales menu"
|
|
390
|
+
}
|
|
391
|
+
],
|
|
368
392
|
"NavBar.MCSupport.title": [
|
|
369
393
|
{
|
|
370
394
|
"type": 0,
|
|
@@ -380,7 +404,7 @@
|
|
|
380
404
|
"PageNotFound.paragraph1": [
|
|
381
405
|
{
|
|
382
406
|
"type": 0,
|
|
383
|
-
"value": "The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again
|
|
407
|
+
"value": "The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again. Please contact your system administrator or the commercetools "
|
|
384
408
|
},
|
|
385
409
|
{
|
|
386
410
|
"children": [
|
|
@@ -406,13 +430,13 @@
|
|
|
406
430
|
"PageUnauthorized.paragraph1": [
|
|
407
431
|
{
|
|
408
432
|
"type": 0,
|
|
409
|
-
"value": "The
|
|
433
|
+
"value": "The page you are looking for either does not exist for this project or you are not authorized to view it."
|
|
410
434
|
}
|
|
411
435
|
],
|
|
412
436
|
"PageUnauthorized.paragraph2": [
|
|
413
437
|
{
|
|
414
438
|
"type": 0,
|
|
415
|
-
"value": "
|
|
439
|
+
"value": "Contact your system administrator or the commercetools "
|
|
416
440
|
},
|
|
417
441
|
{
|
|
418
442
|
"children": [
|
|
@@ -565,10 +589,10 @@
|
|
|
565
589
|
"value": "Sorry, but there are no projects that match your search."
|
|
566
590
|
}
|
|
567
591
|
],
|
|
568
|
-
"ProjectSwitcher.
|
|
592
|
+
"ProjectSwitcher.projectsLabel": [
|
|
569
593
|
{
|
|
570
594
|
"type": 0,
|
|
571
|
-
"value": "Projects"
|
|
595
|
+
"value": "Projects menu"
|
|
572
596
|
}
|
|
573
597
|
],
|
|
574
598
|
"ProjectSwitcher.searchPlaceholder": [
|
|
@@ -853,6 +877,12 @@
|
|
|
853
877
|
"value": "Open Project Settings • Shipping Methods"
|
|
854
878
|
}
|
|
855
879
|
],
|
|
880
|
+
"QuickAccess.openProjectSettingsStoresTab": [
|
|
881
|
+
{
|
|
882
|
+
"type": 0,
|
|
883
|
+
"value": "Open Project Settings • Stores"
|
|
884
|
+
}
|
|
885
|
+
],
|
|
856
886
|
"QuickAccess.openProjectSettingsTaxesTab": [
|
|
857
887
|
{
|
|
858
888
|
"type": 0,
|
|
@@ -1009,6 +1039,12 @@
|
|
|
1009
1039
|
"value": "Logout"
|
|
1010
1040
|
}
|
|
1011
1041
|
],
|
|
1042
|
+
"UserSettingsMenu.menuLabel": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": 0,
|
|
1045
|
+
"value": "User settings menu"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1012
1048
|
"UserSettingsMenu.openMenuLabel": [
|
|
1013
1049
|
{
|
|
1014
1050
|
"type": 0,
|
package/compiled-data/es.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"ApiError.MaxResourceLimitExceeded": [
|
|
139
139
|
{
|
|
140
140
|
"type": 0,
|
|
141
|
-
"value": "
|
|
141
|
+
"value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"ApiError.OverlappingPrices": [
|
|
@@ -347,6 +347,18 @@
|
|
|
347
347
|
"value": "Cerrar Página modal"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
"type": 0,
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
350
362
|
"ErrorApologizer.notifiedTeam": [
|
|
351
363
|
{
|
|
352
364
|
"type": 0,
|
|
@@ -374,7 +386,7 @@
|
|
|
374
386
|
"LocaleSwitcher.localesLabel": [
|
|
375
387
|
{
|
|
376
388
|
"type": 0,
|
|
377
|
-
"value": "Menú de
|
|
389
|
+
"value": "Menú de idiomas"
|
|
378
390
|
}
|
|
379
391
|
],
|
|
380
392
|
"NavBar.MCSupport.title": [
|
package/compiled-data/fr-FR.json
CHANGED
|
@@ -135,6 +135,12 @@
|
|
|
135
135
|
"value": "Les slugs doivent uniquement contenir des caractères alphanumériques (0-9A-Z), des caractères de soulignement et des traits d'union, et leur longueur doit être comprise entre 2 et 256 caractères."
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
|
+
"ApiError.MaxResourceLimitExceeded": [
|
|
139
|
+
{
|
|
140
|
+
"type": 0,
|
|
141
|
+
"value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
|
+
}
|
|
143
|
+
],
|
|
138
144
|
"ApiError.OverlappingPrices": [
|
|
139
145
|
{
|
|
140
146
|
"type": 0,
|
|
@@ -221,12 +227,36 @@
|
|
|
221
227
|
"value": "Revenir au projet"
|
|
222
228
|
}
|
|
223
229
|
],
|
|
230
|
+
"AppKit.Shared.activate": [
|
|
231
|
+
{
|
|
232
|
+
"type": 0,
|
|
233
|
+
"value": "Activate"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"AppKit.Shared.active": [
|
|
237
|
+
{
|
|
238
|
+
"type": 0,
|
|
239
|
+
"value": "Active"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"AppKit.Shared.add": [
|
|
243
|
+
{
|
|
244
|
+
"type": 0,
|
|
245
|
+
"value": "Add"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
224
248
|
"AppKit.Shared.cancel": [
|
|
225
249
|
{
|
|
226
250
|
"type": 0,
|
|
227
251
|
"value": "Annuler"
|
|
228
252
|
}
|
|
229
253
|
],
|
|
254
|
+
"AppKit.Shared.close": [
|
|
255
|
+
{
|
|
256
|
+
"type": 0,
|
|
257
|
+
"value": "Close"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
230
260
|
"AppKit.Shared.confirm": [
|
|
231
261
|
{
|
|
232
262
|
"type": 0,
|
|
@@ -239,12 +269,60 @@
|
|
|
239
269
|
"value": "Créer"
|
|
240
270
|
}
|
|
241
271
|
],
|
|
272
|
+
"AppKit.Shared.deactivate": [
|
|
273
|
+
{
|
|
274
|
+
"type": 0,
|
|
275
|
+
"value": "Deactivate"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
242
278
|
"AppKit.Shared.delete": [
|
|
243
279
|
{
|
|
244
280
|
"type": 0,
|
|
245
281
|
"value": "Supprimer"
|
|
246
282
|
}
|
|
247
283
|
],
|
|
284
|
+
"AppKit.Shared.disable": [
|
|
285
|
+
{
|
|
286
|
+
"type": 0,
|
|
287
|
+
"value": "Disable"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"AppKit.Shared.edit": [
|
|
291
|
+
{
|
|
292
|
+
"type": 0,
|
|
293
|
+
"value": "Edit"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"AppKit.Shared.enable": [
|
|
297
|
+
{
|
|
298
|
+
"type": 0,
|
|
299
|
+
"value": "Enable"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"AppKit.Shared.inactive": [
|
|
303
|
+
{
|
|
304
|
+
"type": 0,
|
|
305
|
+
"value": "Inactive"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"AppKit.Shared.open": [
|
|
309
|
+
{
|
|
310
|
+
"type": 0,
|
|
311
|
+
"value": "Open"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"AppKit.Shared.remove": [
|
|
315
|
+
{
|
|
316
|
+
"type": 0,
|
|
317
|
+
"value": "Remove"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"AppKit.Shared.revert": [
|
|
321
|
+
{
|
|
322
|
+
"type": 0,
|
|
323
|
+
"value": "Rétablir les modifications"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
248
326
|
"AppKit.Shared.save": [
|
|
249
327
|
{
|
|
250
328
|
"type": 0,
|
|
@@ -269,6 +347,18 @@
|
|
|
269
347
|
"value": "Fermer la fenêtre modale"
|
|
270
348
|
}
|
|
271
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
"type": 0,
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
272
362
|
"ErrorApologizer.notifiedTeam": [
|
|
273
363
|
{
|
|
274
364
|
"type": 0,
|
|
@@ -293,6 +383,12 @@
|
|
|
293
383
|
"value": "Nous ne pouvons pas vous autoriser à utiliser le Merchant Center."
|
|
294
384
|
}
|
|
295
385
|
],
|
|
386
|
+
"LocaleSwitcher.localesLabel": [
|
|
387
|
+
{
|
|
388
|
+
"type": 0,
|
|
389
|
+
"value": "Menu Paramètres régionaux"
|
|
390
|
+
}
|
|
391
|
+
],
|
|
296
392
|
"NavBar.MCSupport.title": [
|
|
297
393
|
{
|
|
298
394
|
"type": 0,
|
|
@@ -308,7 +404,39 @@
|
|
|
308
404
|
"PageNotFound.paragraph1": [
|
|
309
405
|
{
|
|
310
406
|
"type": 0,
|
|
311
|
-
"value": "
|
|
407
|
+
"value": "The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again. Please contact your system administrator or the commercetools "
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"children": [
|
|
411
|
+
{
|
|
412
|
+
"type": 0,
|
|
413
|
+
"value": "Help Desk"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"type": 8,
|
|
417
|
+
"value": "a"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"type": 0,
|
|
421
|
+
"value": " if you have any further questions."
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"PageNotFound.title": [
|
|
425
|
+
{
|
|
426
|
+
"type": 0,
|
|
427
|
+
"value": "Impossible de trouver ce que vous cherchez"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"PageUnauthorized.paragraph1": [
|
|
431
|
+
{
|
|
432
|
+
"type": 0,
|
|
433
|
+
"value": "Le module que vous recherchez n'existe pas pour ce projet, ou alors vous n'êtes pas autorisé à l'afficher."
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"PageUnauthorized.paragraph2": [
|
|
437
|
+
{
|
|
438
|
+
"type": 0,
|
|
439
|
+
"value": "Contactez votre administrateur système ou commercetools "
|
|
312
440
|
},
|
|
313
441
|
{
|
|
314
442
|
"children": [
|
|
@@ -325,7 +453,7 @@
|
|
|
325
453
|
"value": " pour en savoir plus."
|
|
326
454
|
}
|
|
327
455
|
],
|
|
328
|
-
"
|
|
456
|
+
"PageUnauthorized.title": [
|
|
329
457
|
{
|
|
330
458
|
"type": 0,
|
|
331
459
|
"value": "Impossible de trouver ce que vous cherchez"
|
|
@@ -461,10 +589,10 @@
|
|
|
461
589
|
"value": "Aucun projet ne correspond à votre recherche."
|
|
462
590
|
}
|
|
463
591
|
],
|
|
464
|
-
"ProjectSwitcher.
|
|
592
|
+
"ProjectSwitcher.projectsLabel": [
|
|
465
593
|
{
|
|
466
594
|
"type": 0,
|
|
467
|
-
"value": "Projets"
|
|
595
|
+
"value": "Menu Projets"
|
|
468
596
|
}
|
|
469
597
|
],
|
|
470
598
|
"ProjectSwitcher.searchPlaceholder": [
|
|
@@ -749,6 +877,12 @@
|
|
|
749
877
|
"value": "Ouvrir Paramètres du projet • Modes d'expédition"
|
|
750
878
|
}
|
|
751
879
|
],
|
|
880
|
+
"QuickAccess.openProjectSettingsStoresTab": [
|
|
881
|
+
{
|
|
882
|
+
"type": 0,
|
|
883
|
+
"value": "Ouvrir Paramètres du projet • Boutiques"
|
|
884
|
+
}
|
|
885
|
+
],
|
|
752
886
|
"QuickAccess.openProjectSettingsTaxesTab": [
|
|
753
887
|
{
|
|
754
888
|
"type": 0,
|
|
@@ -893,12 +1027,30 @@
|
|
|
893
1027
|
"value": "Traitement..."
|
|
894
1028
|
}
|
|
895
1029
|
],
|
|
1030
|
+
"UserSettingsMenu.closeMenuLabel": [
|
|
1031
|
+
{
|
|
1032
|
+
"type": 0,
|
|
1033
|
+
"value": "Close user settings menu"
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
896
1036
|
"UserSettingsMenu.logout": [
|
|
897
1037
|
{
|
|
898
1038
|
"type": 0,
|
|
899
1039
|
"value": "Déconnexion"
|
|
900
1040
|
}
|
|
901
1041
|
],
|
|
1042
|
+
"UserSettingsMenu.menuLabel": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": 0,
|
|
1045
|
+
"value": "Menu Paramètres utilisateur"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"UserSettingsMenu.openMenuLabel": [
|
|
1049
|
+
{
|
|
1050
|
+
"type": 0,
|
|
1051
|
+
"value": "Open user settings menu"
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
902
1054
|
"UserSettingsMenu.privacyPolicy": [
|
|
903
1055
|
{
|
|
904
1056
|
"type": 0,
|
package/compiled-data/pt-BR.json
CHANGED
|
@@ -350,7 +350,13 @@
|
|
|
350
350
|
"CustomViewLoader.error.load": [
|
|
351
351
|
{
|
|
352
352
|
"type": 0,
|
|
353
|
-
"value": "
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
354
360
|
}
|
|
355
361
|
],
|
|
356
362
|
"ErrorApologizer.notifiedTeam": [
|
package/compiled-data/zh-CN.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"ApiError.MaxResourceLimitExceeded": [
|
|
139
139
|
{
|
|
140
140
|
"type": 0,
|
|
141
|
-
"value": "
|
|
141
|
+
"value": "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"ApiError.OverlappingPrices": [
|
|
@@ -347,6 +347,18 @@
|
|
|
347
347
|
"value": "关闭模态页面"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
"type": 0,
|
|
353
|
+
"value": "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
"type": 0,
|
|
359
|
+
"value": "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
350
362
|
"ErrorApologizer.notifiedTeam": [
|
|
351
363
|
{
|
|
352
364
|
"type": 0,
|
|
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
59
59
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
60
60
|
|
|
61
61
|
// NOTE: This string will be replaced on build time with the package version.
|
|
62
|
-
var version = "22.
|
|
62
|
+
var version = "22.12.0";
|
|
63
63
|
|
|
64
64
|
// @ts-nocheck
|
|
65
65
|
/* THIS IS A GENERATED FILE */
|
|
@@ -248,17 +248,17 @@ const getAppKitChunkImport = locale => {
|
|
|
248
248
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
249
249
|
switch (intlLocale) {
|
|
250
250
|
case 'de':
|
|
251
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
251
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-ee606b89.cjs.dev.js'); });
|
|
252
252
|
case 'es':
|
|
253
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
253
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-85876db8.cjs.dev.js'); });
|
|
254
254
|
case 'fr-FR':
|
|
255
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
255
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-75c06e66.cjs.dev.js'); });
|
|
256
256
|
case 'pt-BR':
|
|
257
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
257
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-9cff32b9.cjs.dev.js'); });
|
|
258
258
|
case 'zh-CN':
|
|
259
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-
|
|
259
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-78562569.cjs.dev.js'); });
|
|
260
260
|
default:
|
|
261
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
261
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-a196aeb1.cjs.dev.js'); });
|
|
262
262
|
}
|
|
263
263
|
};
|
|
264
264
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
59
59
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
60
60
|
|
|
61
61
|
// NOTE: This string will be replaced on build time with the package version.
|
|
62
|
-
var version = "22.
|
|
62
|
+
var version = "22.12.0";
|
|
63
63
|
|
|
64
64
|
// @ts-nocheck
|
|
65
65
|
/* THIS IS A GENERATED FILE */
|
|
@@ -248,17 +248,17 @@ const getAppKitChunkImport = locale => {
|
|
|
248
248
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
249
249
|
switch (intlLocale) {
|
|
250
250
|
case 'de':
|
|
251
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
251
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-53e78818.cjs.prod.js'); });
|
|
252
252
|
case 'es':
|
|
253
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
253
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-06d66908.cjs.prod.js'); });
|
|
254
254
|
case 'fr-FR':
|
|
255
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
255
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-02dd7db1.cjs.prod.js'); });
|
|
256
256
|
case 'pt-BR':
|
|
257
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
257
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-477af27f.cjs.prod.js'); });
|
|
258
258
|
case 'zh-CN':
|
|
259
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-
|
|
259
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-aa726492.cjs.prod.js'); });
|
|
260
260
|
default:
|
|
261
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
261
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-3bc4c34d.cjs.prod.js'); });
|
|
262
262
|
}
|
|
263
263
|
};
|
|
264
264
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -20,7 +20,7 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';
|
|
|
20
20
|
import { defineMessages } from 'react-intl';
|
|
21
21
|
|
|
22
22
|
// NOTE: This string will be replaced on build time with the package version.
|
|
23
|
-
var version = "22.
|
|
23
|
+
var version = "22.12.0";
|
|
24
24
|
|
|
25
25
|
// @ts-nocheck
|
|
26
26
|
/* THIS IS A GENERATED FILE */
|
|
@@ -209,17 +209,17 @@ const getAppKitChunkImport = locale => {
|
|
|
209
209
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
210
210
|
switch (intlLocale) {
|
|
211
211
|
case 'de':
|
|
212
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-
|
|
212
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-de" */'./de-13be183b.esm.js');
|
|
213
213
|
case 'es':
|
|
214
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-
|
|
214
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-es" */'./es-ccf7ea0a.esm.js');
|
|
215
215
|
case 'fr-FR':
|
|
216
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-
|
|
216
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-fr-FR" */'./fr-FR-90be0bdd.esm.js');
|
|
217
217
|
case 'pt-BR':
|
|
218
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-
|
|
218
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-pt-BR" */'./pt-BR-e9217a48.esm.js');
|
|
219
219
|
case 'zh-CN':
|
|
220
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-
|
|
220
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-zh-CN" */'./zh-CN-964437b0.esm.js');
|
|
221
221
|
default:
|
|
222
|
-
return import( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-
|
|
222
|
+
return import( /* webpackChunkName: "i18n-app-kit-locale-en" */'./en-718ebd9c.esm.js');
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
225
|
const getCommunityKitChunkImport = async locale => {
|
|
@@ -138,7 +138,7 @@ var de = {
|
|
|
138
138
|
"ApiError.MaxResourceLimitExceeded": [
|
|
139
139
|
{
|
|
140
140
|
type: 0,
|
|
141
|
-
value: "
|
|
141
|
+
value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"ApiError.OverlappingPrices": [
|
|
@@ -347,6 +347,18 @@ var de = {
|
|
|
347
347
|
value: "Modale Seite schließen"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
|
+
"CustomViewLoader.error.load": [
|
|
351
|
+
{
|
|
352
|
+
type: 0,
|
|
353
|
+
value: "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"CustomViewsSelector.title": [
|
|
357
|
+
{
|
|
358
|
+
type: 0,
|
|
359
|
+
value: "Custom Views:"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
350
362
|
"ErrorApologizer.notifiedTeam": [
|
|
351
363
|
{
|
|
352
364
|
type: 0,
|
|
@@ -140,7 +140,7 @@ var de = {
|
|
|
140
140
|
"ApiError.MaxResourceLimitExceeded": [
|
|
141
141
|
{
|
|
142
142
|
type: 0,
|
|
143
|
-
value: "
|
|
143
|
+
value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
144
144
|
}
|
|
145
145
|
],
|
|
146
146
|
"ApiError.OverlappingPrices": [
|
|
@@ -349,6 +349,18 @@ var de = {
|
|
|
349
349
|
value: "Modale Seite schließen"
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
|
+
"CustomViewLoader.error.load": [
|
|
353
|
+
{
|
|
354
|
+
type: 0,
|
|
355
|
+
value: "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"CustomViewsSelector.title": [
|
|
359
|
+
{
|
|
360
|
+
type: 0,
|
|
361
|
+
value: "Custom Views:"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
352
364
|
"ErrorApologizer.notifiedTeam": [
|
|
353
365
|
{
|
|
354
366
|
type: 0,
|
|
@@ -140,7 +140,7 @@ var de = {
|
|
|
140
140
|
"ApiError.MaxResourceLimitExceeded": [
|
|
141
141
|
{
|
|
142
142
|
type: 0,
|
|
143
|
-
value: "
|
|
143
|
+
value: "The project reached the limit for the resource. To add more resources delete existing ones or reach out to the administrator or contact customer support."
|
|
144
144
|
}
|
|
145
145
|
],
|
|
146
146
|
"ApiError.OverlappingPrices": [
|
|
@@ -349,6 +349,18 @@ var de = {
|
|
|
349
349
|
value: "Modale Seite schließen"
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
|
+
"CustomViewLoader.error.load": [
|
|
353
|
+
{
|
|
354
|
+
type: 0,
|
|
355
|
+
value: "We could not load the Custom View. Please contact your administrator to check its configuration."
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"CustomViewsSelector.title": [
|
|
359
|
+
{
|
|
360
|
+
type: 0,
|
|
361
|
+
value: "Custom Views:"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
352
364
|
"ErrorApologizer.notifiedTeam": [
|
|
353
365
|
{
|
|
354
366
|
type: 0,
|