@identitybuilding/idb-react-translations 0.5.10 → 0.5.12

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.
@@ -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',
@@ -855,6 +880,21 @@ var General = {
855
880
  nl: "Gevolgde ondernemers",
856
881
  fr: "Entrepreneurs suivis",
857
882
  en: "Followed entrepreneurs"
883
+ },
884
+ previous_work_experience: {
885
+ nl: 'Vorige werkervaring',
886
+ fr: "Précédente expérience professionnelle",
887
+ en: 'Previous work experience'
888
+ },
889
+ motivation: {
890
+ nl: 'Motivatie',
891
+ fr: "Motivation",
892
+ en: 'Motivation'
893
+ },
894
+ send: {
895
+ nl: 'Verzenden',
896
+ fr: "Envoyer",
897
+ en: 'Send'
858
898
  }
859
899
  };
860
900
  var _default = General;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.10",
3
+ "version": "0.5.12",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {