@identitybuilding/idb-react-translations 0.4.90 → 0.4.92

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.
@@ -12,6 +12,16 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
12
12
  // All enterprise related data
13
13
  var CustomerInfo = (_CustomerInfo = {
14
14
  // General -----------------------------------------------------------------------------------------
15
+ welcome: {
16
+ nl: "Welkom",
17
+ fr: "Bienvenue",
18
+ en: "Welcome"
19
+ },
20
+ search_and_select: {
21
+ nl: "Zoek en selecteer jouw vestiging",
22
+ fr: "Cherchez et sélectionnez votre établissement",
23
+ en: "Search and select your establishment"
24
+ },
15
25
  dear: {
16
26
  nl: "Beste",
17
27
  fr: "Cher",
@@ -53,36 +63,6 @@ var CustomerInfo = (_CustomerInfo = {
53
63
  fr: 'Ensemble, nous travaillons sur une histoire "FORTE"',
54
64
  en: 'Together we work on a "STRONG" story '
55
65
  },
56
- // identitybuilding_develops: {
57
- // nl: 'identityBuilding ontwikkelt www.100procentlokaal.be om de <span className="highligth">lokale economie</span> te ondersteunen en extra zuurstof te geven. Samen met jullie bouwen wij “HET STERKSTE NETWERK”',
58
- // fr: `identityBuilding développe www.100pourcentlocal.be pour soutenir l'économie locale et lui donner un supplément d'oxygène. Avec vous, nous construisons "LE RÉSEAU LE PLUS FORT"`,
59
- // en: 'identityBuilding develops www.100percentlocal.be to support the local economy and to give extra oxygen. Together with you, we build "THE STRONGEST NETWORK"'
60
- // },
61
- // this_is_the_largest_and_most_important: {
62
- // nl: "Dit is het grootste en belangrijkste Belgische initiatief waarbij alle ondernemers en haar klanten als doelgroep centraal staan. Verdeeld over ",
63
- // fr: "Il s'agit de la plus grande et de la plus importante initiative belge dans laquelle tous les entrepreneurs et leurs clients en tant que groupe cible occupent le devant de la scène. Réparti sur 581 villes et municipalitésles utilisateurs peuvent visiter 1.511.753 établissements actifsen recherchant n'importe quelle activité.",
64
- // en: "This is the largest and most important Belgian initiative in which all entrepreneurs and its customers as a target group take centre stage. Divided over 581 cities and municipalities users can visit 1.511.753 active establishments by searching for any activity."
65
- // },
66
- // this_is_the_largest_and_most_important_part2: {
67
- // nl: "581 steden en gemeenten ",
68
- // fr: "581 villes et municipalitésles ",
69
- // en: "581 cities and municipalities "
70
- // },
71
- // this_is_the_largest_and_most_important_part3: {
72
- // nl: "kan de gebruiker uit ",
73
- // fr: "utilisateurs peuvent visiter ",
74
- // en: "users can visit "
75
- // },
76
- // this_is_the_largest_and_most_important_part4: {
77
- // nl: "actieve vestigingen zoeken naar elke activiteit.",
78
- // fr: "établissements actifsen recherchant n'importe quelle activité.",
79
- // en: "active establishments by searching for any activity."
80
- // },
81
- // a_number_of_cities_and_municipalities_support: {
82
- // nl: "Een aantal steden en gemeenten ondersteunen dit initiatief en hebben intussen hun samenwerking reeds bevestigd. Het lokaal bestuur van Erpe-Mere bevestigde ook de samenwerking.",
83
- // fr: "Un certain nombre de villes et de municipalités soutiennent cette initiative et ont entre-temps déjà confirmé leur coopération. Le gouvernement local d'Erpe-Mere a également confirmé sa coopération.",
84
- // en: "A number of cities and municipalities support this initiative and have meanwhile already confirmed their cooperation. The local government of Erpe-Mere confirmed the cooperation as well."
85
- // },
86
66
  discover_the_added_value: {
87
67
  nl: "Ontdek de meerwaarde voor jouw onderneming op:",
88
68
  fr: "Découvrez la valeur ajoutée pour votre entreprise sur :",
@@ -834,7 +814,7 @@ var CustomerInfo = (_CustomerInfo = {
834
814
  fr: "par exemple:",
835
815
  en: "eg:"
836
816
  }), _defineProperty(_CustomerInfo, "a_department_manager", {
837
- nl: "Beste",
817
+ nl: "een verantwoordelijke van een afdeling...",
838
818
  fr: "un responsable de département...",
839
819
  en: "a department manager..."
840
820
  }), _defineProperty(_CustomerInfo, "add", {
@@ -1075,8 +1055,8 @@ var CustomerInfo = (_CustomerInfo = {
1075
1055
  en: "All your information is now shown online"
1076
1056
  }), _defineProperty(_CustomerInfo, "show_bp_button", {
1077
1057
  nl: "TOON HOE IK WORD WEERGEGEVEN",
1078
- fr: "AFFICHER MA PAGE D'ENTREPRISE",
1079
- en: "SHOW MY BUSINESS PAGE"
1058
+ fr: "MONTRER COMMENT JE SUIS AFFICHÉ",
1059
+ en: "SHOW HOW I'M DISPLAYED"
1080
1060
  }), _defineProperty(_CustomerInfo, "have_question", {
1081
1061
  nl: "Ik heb een vraag! Kan een raadgever mij vrijblijvend contacteren?",
1082
1062
  fr: "J'ai une question! Un conseiller peut-il me contacter sans engagement ?",
@@ -1105,6 +1085,10 @@ var CustomerInfo = (_CustomerInfo = {
1105
1085
  nl: "Door te klikken op onderstaande knop bevestig je alle gegevens m.b.t. jouw onderneming te hebben ingevuld.",
1106
1086
  fr: "En cliquant sur le bouton ci-dessous, vous confirmez avoir saisi toutes les informations concernant votre entreprise.",
1107
1087
  en: "By clicking on the button below you confirm that you have entered all information regarding your company."
1088
+ }), _defineProperty(_CustomerInfo, "participation_contest", {
1089
+ nl: "Deelname wedstrijd",
1090
+ fr: "Concours de participation",
1091
+ en: "Participation contest"
1108
1092
  }), _defineProperty(_CustomerInfo, "congrats_done", {
1109
1093
  nl: "Proficiat, je bent klaar en krijgt jouw Business Page 1 jaar",
1110
1094
  fr: "Félicitations, vous avez terminé et obtenez votre page d'entreprise 1 an",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.4.90",
3
+ "version": "0.4.92",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {