@identitybuilding/idb-react-translations 0.5.0 → 0.5.2

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.
@@ -825,6 +825,31 @@ var General = {
825
825
  nl: 'ondernemer',
826
826
  fr: "l'entrepreneur",
827
827
  en: 'enterprise'
828
+ },
829
+ i_am_consumer: {
830
+ nl: 'Ik ben consument',
831
+ fr: "je suis consommateur",
832
+ en: 'I am consumer'
833
+ },
834
+ i_am_entrepreneur: {
835
+ nl: 'Ik ben ondernemer',
836
+ fr: "je suis entrepreneur",
837
+ en: 'I am entrepreneur'
838
+ },
839
+ register: {
840
+ nl: 'Registreer',
841
+ fr: "S'inscrire",
842
+ en: 'Register'
843
+ },
844
+ saved_cmps: {
845
+ nl: "Opgeslagen promofolders",
846
+ fr: "Dépliant promos",
847
+ en: "Saved promos"
848
+ },
849
+ following_establishments: {
850
+ nl: "Gevolgde ondernemers",
851
+ fr: "Entrepreneurs suivis",
852
+ en: "Followed entrepreneurs"
828
853
  }
829
854
  };
830
855
  var _default = General;
@@ -18,7 +18,7 @@ var MapData = {
18
18
  },
19
19
  in_colaberation_with: {
20
20
  nl: 'in samenwerking met de lokale besturen',
21
- fr: 'en collaboration avec les gouvernances locales',
21
+ fr: 'en collaboration avec Les Pouvoirs Locaux',
22
22
  en: 'in collaboration with local authorities'
23
23
  },
24
24
  location: {
@@ -173,7 +173,7 @@ var MapData = {
173
173
  },
174
174
  municipality_names: {
175
175
  nl: 'Gemeentenamen',
176
- fr: 'Nom d\'commune',
176
+ fr: 'Nom des villes et des communes',
177
177
  en: 'Municipality names'
178
178
  },
179
179
  municipalities: {
@@ -248,8 +248,8 @@ var WeCare = {
248
248
  en: 'That is why we follow and adhere to the GDPR rule'
249
249
  },
250
250
  gdpr_button_link: {
251
- nl: 'https://www.gegevensbeschermingsautoriteit.be/algemene-verordening-gegevensbescherming',
252
- fr: 'https://www.autoriteprotectiondonnees.be/reglement-general-sur-la-protection-des-donnees-0',
251
+ nl: 'https://eur-lex.europa.eu/legal-content/NL/TXT/HTML/?uri=CELEX:32016R0679&from=EN',
252
+ fr: 'https://eur-lex.europa.eu/legal-content/FR/TXT/HTML/?uri=CELEX:32016R0679&from=EN',
253
253
  en: 'https://www.dataprotectionauthority.be/privacy-topics'
254
254
  },
255
255
  gdpr_button_text: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {