@identitybuilding/idb-react-translations 0.5.9 → 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.
@@ -850,9 +850,13 @@ var CustomerInfo = (_CustomerInfo = {
850
850
  fr: "Département",
851
851
  en: "Department"
852
852
  }), _defineProperty(_CustomerInfo, "date_of_birth", {
853
- nl: "Geboortedatum",
853
+ nl: "Geboortedatum ",
854
854
  fr: "Date de naissance",
855
855
  en: "Date of birth"
856
+ }), _defineProperty(_CustomerInfo, "date_of_birth_not_published", {
857
+ nl: "Geboortedatum (wordt niet gepubliceerd)",
858
+ fr: "Date de naissance (ne sera pas publié)",
859
+ en: "Date of birth (will not be published)"
856
860
  }), _defineProperty(_CustomerInfo, "avatar", {
857
861
  nl: "Afbeelding of avatar",
858
862
  fr: "Image ou avatar",
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {