@identitybuilding/idb-react-translations 0.5.77 → 0.5.79

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.
@@ -454,6 +454,12 @@ var CustomerInfo = {
454
454
  en: "First name",
455
455
  de: "Vorname"
456
456
  },
457
+ ci_lastname: {
458
+ nl: "Achternaam",
459
+ fr: "Nom",
460
+ en: "Last name",
461
+ de: "Nachname"
462
+ },
457
463
  ci_name: {
458
464
  nl: "Naam",
459
465
  fr: "Nom",
@@ -1001,6 +1001,18 @@ var General = {
1001
1001
  en: 'Follow',
1002
1002
  de: 'Folgen'
1003
1003
  },
1004
+ following: {
1005
+ nl: 'Ontvolgen',
1006
+ fr: 'suivant',
1007
+ en: 'Following',
1008
+ de: 'folgende'
1009
+ },
1010
+ share: {
1011
+ nl: 'Delen',
1012
+ fr: 'Partager',
1013
+ en: 'Share',
1014
+ de: 'Aktie'
1015
+ },
1004
1016
  cookie_mc_1: {
1005
1017
  nl: 'Wij gebruiken alleen cookies om bij te houden of dit bericht al is weergegeven',
1006
1018
  fr: 'Nous utilisons uniquement des cookies pour savoir si ce message a déjà été affiché',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.77",
3
+ "version": "0.5.79",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {