@identitybuilding/idb-react-translations 0.5.37 → 0.5.39

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.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
 
3
- var Contact = {
4
- notifications: {
5
- nl: "Meldingen",
6
- fr: "Notifications",
7
- en: "Notifications"
3
+ var Backoffice = {
4
+ enterprise_number: {
5
+ nl: "Ondernemingsnummer",
6
+ fr: "Numéro d'entreprise",
7
+ en: "Enterprise number"
8
8
  }
9
9
  };
@@ -41,6 +41,11 @@ var General = {
41
41
  fr: 'rse',
42
42
  en: 'esn'
43
43
  },
44
+ load_more: {
45
+ nl: 'Meer laden',
46
+ fr: 'Charger plus',
47
+ en: 'Load more'
48
+ },
44
49
  user: {
45
50
  nl: 'gebruiker',
46
51
  fr: 'utulisateur',
@@ -400,9 +400,9 @@ var WeCare = {
400
400
  en: 'You can trust the Entrepreneursnetwork'
401
401
  },
402
402
  privacyTrust_content: {
403
- nl: 'Het Ondernemersnetwerk is volledig betrouwbaar. We zijn Belgisch en ontwikkelen sedert 2018 dit privacyvriendelijke netwerk.',
404
- fr: 'Le Réseau des Entrepreneurs est entièrement fiable. Nous sommes Belges et développons depuis 2018 ce réseau le plus confidentiel.',
405
- en: "We're a Belgian company that has been obsessive about privacy since 2018. Privacy is based on trust. Here's why you can trust us to do what we say."
403
+ nl: 'Het Ondernemersnetwerk is volledig betrouwbaar. We zijn Belgisch en ontwikkelen sedert 2019 dit privacyvriendelijke netwerk.',
404
+ fr: 'Le Réseau des Entrepreneurs est entièrement fiable. Nous sommes Belges et développons depuis 2019 ce réseau le plus confidentiel.',
405
+ en: "We're a Belgian company that has been obsessive about privacy since 2019. Privacy is based on trust. Here's why you can trust us to do what we say."
406
406
  },
407
407
  privacyTrust_content_0: {
408
408
  nl: 'Privacy is gebaseerd op vertrouwen. Datzelfde geldt voor Het Ondernemersnetwerk. En de volgende zaken helpen je daarbij.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.37",
3
+ "version": "0.5.39",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {