@identitybuilding/idb-react-translations 0.5.10 → 0.5.11
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/dist/translations/General.js +25 -0
- package/package.json +1 -1
|
@@ -426,6 +426,31 @@ var General = {
|
|
|
426
426
|
fr: 'Article de presse',
|
|
427
427
|
en: 'News Article'
|
|
428
428
|
},
|
|
429
|
+
eshop: {
|
|
430
|
+
nl: 'E-shop',
|
|
431
|
+
fr: 'E-shop',
|
|
432
|
+
en: 'E-shop'
|
|
433
|
+
},
|
|
434
|
+
job_apply: {
|
|
435
|
+
nl: 'solliciteren',
|
|
436
|
+
fr: 'Appliquer',
|
|
437
|
+
en: 'Job apply'
|
|
438
|
+
},
|
|
439
|
+
floorplan: {
|
|
440
|
+
nl: 'Grondplan',
|
|
441
|
+
fr: "Plan d'étage",
|
|
442
|
+
en: 'Floorplan'
|
|
443
|
+
},
|
|
444
|
+
footer: {
|
|
445
|
+
nl: 'Footer',
|
|
446
|
+
fr: "Footer",
|
|
447
|
+
en: 'Footer'
|
|
448
|
+
},
|
|
449
|
+
photo_album: {
|
|
450
|
+
nl: 'Fotoalbum',
|
|
451
|
+
fr: "Album foto",
|
|
452
|
+
en: 'Photo album'
|
|
453
|
+
},
|
|
429
454
|
back_to_results: {
|
|
430
455
|
nl: 'Terug naar resultaten',
|
|
431
456
|
fr: 'Retour aux résultats',
|
package/package.json
CHANGED