@identitybuilding/idb-react-translations 0.4.100 → 0.4.102

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.
@@ -381,6 +381,11 @@ var General = {
381
381
  fr: 'Promos et magazines',
382
382
  en: 'Promos & magazines'
383
383
  },
384
+ info_and_magazines: {
385
+ nl: "Info en magazines",
386
+ fr: 'Infos et magazines',
387
+ en: 'Info and magazines'
388
+ },
384
389
  brands: {
385
390
  nl: 'Merken',
386
391
  fr: 'Marques',
@@ -725,6 +730,66 @@ var General = {
725
730
  nl: "Lees meer",
726
731
  fr: "Plus d'info",
727
732
  en: "Read more"
733
+ },
734
+ go_to: {
735
+ nl: 'Ga naar',
736
+ fr: 'Allez sur',
737
+ en: 'Go to'
738
+ },
739
+ this_city_is_not_sharing_its_books_here_yet: {
740
+ nl: 'Deze stad deelt haar boekjes hier nog niet',
741
+ fr: 'Cette ville ne partage pas encore ses livres ici',
742
+ en: 'This city is not sharing its books here yet'
743
+ },
744
+ this_municipality_is_not_sharing_its_books_here_yet: {
745
+ nl: 'Deze gemeente deelt haar boekjes hier nog niet',
746
+ fr: 'Cette commune ne partage pas encore ses livres ici',
747
+ en: 'This municipality is not sharing its books here yet'
748
+ },
749
+ search_for_all_enterprises: {
750
+ nl: 'Zoek naar alle handelaars en ondernemers van',
751
+ fr: 'Recherche de tous les commerçants et entrepreneurs de',
752
+ en: 'Search for all traders and entrepreneurs of'
753
+ },
754
+ follow: {
755
+ nl: 'Volgen',
756
+ fr: 'Suivre',
757
+ en: 'Follow'
758
+ },
759
+ cookie_mc_1: {
760
+ nl: 'Wij gebruiken alleen cookies om bij te houden of dit bericht al is weergegeven',
761
+ fr: 'Nous utilisons uniquement des cookies pour savoir si ce message a déjà été affiché',
762
+ en: 'We only use cookies to keep track of whether this message has already been displayed'
763
+ },
764
+ cookie_mc_2: {
765
+ nl: 'Wanneer u accepteert is dit de enige cookie die wij opslaan in uw browser.',
766
+ fr: "Lorsque vous acceptez, c'est le seul cookie que nous stockons dans votre navigateur.",
767
+ en: 'When you accept, this is the only cookie we store in your browser.'
768
+ },
769
+ your_city_or_municipality_has_a_lot_to_tell_you: {
770
+ nl: 'Uw stad of gemeente heeft u veel te vertellen en zij deelt dit graag met haar bewoners. Regelmatig verschijnt er dan ook een info- magazine met heel wat nuttige informatie.',
771
+ fr: 'Votre ville ou commune a beaucoup à vous dire et elle est heureuse de partager cela avec ses habitants. Un magazine d’information est donc régulièrement publié avec beaucoup d’informations utiles.',
772
+ en: 'Your city or municipality has a lot to tell you and it is happy to share this with its residents. An information magazine is therefore regularly published with a lot of useful information.'
773
+ },
774
+ do_you_also_want_to_stay_informed: {
775
+ nl: 'Wil jij ook op de hoogte blijven wanneer jouw stad of gemeente nieuwe info publiceert? Maak een persoonlijk account aan om een melding te ontvangen!',
776
+ fr: 'Voulez-vous également rester informé lorsque votre ville ou commune publie de nouvelles informations? Créez un compte personnel pour recevoir une notification!',
777
+ en: 'Do you also want to stay informed when your city or municipality publishes new information? Create a personal account to receive a notification!'
778
+ },
779
+ also_from_an_ecological_point_of_view: {
780
+ nl: 'Ook vanuit een ecologisch stand- punt willen zij u in de toekomst de verspreiding van deze informatie niet alleen aanbieden d.m.v. drukwerk maar ook online op:',
781
+ fr: 'Du point de vue écologique également, ils veulent vous offrir la diffusion de ces informations à l’avenir, non seulement au moyen d’imprimés, mais aussi en ligne à:',
782
+ en: 'Also from an ecological point of view they want to offer you the dissemination of this information in the future not only by means of printed matter but also online at:'
783
+ },
784
+ printing_is_no_longer_the_norm: {
785
+ nl: 'Tegenwoordig is drukwerk ook niet meer de norm. Het is duur, tijdrovend en moeilijker te verspreiden. Eventuele fouten zijn ook niet meer te herstellen. Bij online verspreiding zijn talloze kanalen mogelijk en is alles snel aanpasbaar. Uw stad of gemeente is ervan overtuigd dat zij met de besparing op drukwerk extra acties kunnen ondernemen die de bevolking dient.',
786
+ fr: "L’impression n’est plus la norme de nos jours. Elle est coûteuse, longue et plus difficile à distribuer. Toute erreur ne peut plus être corrigée. Avec la distribution en ligne, De nombreux canaux sont possibles et tout est rapidement adaptable. Votre ville ou municipalité est convaincue qu’avec les économies sur l’impression, ils peuvent prendre des mesures supplémentaires qui servent la population.",
787
+ en: 'Printing is no longer the norm these days. It is expensive, time consuming and more difficult to distribute. Any errors can no longer be corrected. With online distribution, countless channels are possible and everything is quickly adaptable. Your city or municipality is convinced that with the savings on printing, they can take extra actions that serve the population.'
788
+ },
789
+ search_for_a_promo: {
790
+ nl: 'Zoek naar een promo',
791
+ fr: 'Rechercher une promo',
792
+ en: 'Search for a promo'
728
793
  }
729
794
  };
730
795
  var _default = General;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.4.100",
3
+ "version": "0.4.102",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {