@identitybuilding/idb-react-translations 0.5.97 → 0.5.99

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.
@@ -1049,6 +1049,36 @@ var General = {
1049
1049
  en: 'Do you also want to stay informed when your city or municipality publishes new information? Create a personal account to receive a notification!',
1050
1050
  de: 'Möchten Sie auch informiert bleiben, wenn Ihre Stadt oder Gemeinde neue Informationen veröffentlicht? Erstellen Sie ein persönliches Konto, um eine Benachrichtigung zu erhalten!'
1051
1051
  },
1052
+ sidebar_inform_text: {
1053
+ nl: 'Blijf op de hoogte van meerdere steden en gemeenten',
1054
+ fr: 'Restez informé sur plusieurs villes et communes',
1055
+ en: 'Stay informed of multiple cities and municipalities',
1056
+ de: 'Bleiben Sie informiert über mehrere Städte und Gemeinden'
1057
+ },
1058
+ sidebar_text_1: {
1059
+ nl: 'Dit netwerk is ideaal voor gebruikers die informatie willen ontvangen over meerdere steden en gemeenten, naast hun eigen stad of gemeente die het infoblad per post verstuurt.',
1060
+ fr: 'Ce réseau est idéal pour les utilisateurs qui souhaitent recevoir des informations sur plusieurs villes et communes, en plus de leur propre ville ou commune qui envoie un bulletin imprimé par courrier.',
1061
+ en: 'This network is ideal for users who want to receive information about multiple cities and municipalities, in addition to their own city or municipality that sends the info sheet by mail.',
1062
+ de: 'Dieses Netzwerk ist ideal für Benutzer, die Informationen über mehrere Städte und Gemeinden erhalten möchten, neben ihrer eigenen Stadt oder Gemeinde, die das Infoblatt per Post versendet.'
1063
+ },
1064
+ sidebar_text_2: {
1065
+ nl: 'Actieve publicaties: Steden en gemeenten die hun infoblad online publiceren, worden aangeduid met een blauw vlak. Met een persoonlijk account ontvang je een e-mailmelding zodra er een nieuwe publicatie beschikbaar is.',
1066
+ fr: "Publications actives : Les villes et communes qui publient leur bulletin en ligne sont indiquées par un encadré bleu. Avec un compte personnel, vous recevez une notification par e-mail dès qu'une nouvelle publication est disponible.",
1067
+ en: 'Active publications: Cities and municipalities that publish their info sheet online are marked with a blue square. With a personal account, you will receive an email notification when a new publication is available.',
1068
+ de: 'Aktive Publikationen: Städte und Gemeinden, die ihr Infoblatt online veröffentlichen, werden mit einem blauen Quadrat markiert. Mit einem persönlichen Konto erhalten Sie eine E-Mail-Benachrichtigung, wenn eine neue Publikation verfügbar ist.'
1069
+ },
1070
+ sidebar_text_3: {
1071
+ nl: 'Volgen van andere gemeenten: Wil je steden of gemeenten volgen die nog niet publiceren? Duid ze aan als favoriet en bij registratie ontvangen zij automatisch jouw verzoek per e-mail.',
1072
+ fr: 'Suivi d’autres communes : Vous souhaitez suivre des villes ou communes qui ne publient pas encore ? Sélectionnez-les comme favoris et, lors de votre inscription, elles recevront automatiquement votre demande par e-mail.',
1073
+ en: 'Following other municipalities: Do you want to follow cities or municipalities that have not yet published their info sheet? Invite them as favorites and receive your request by email.',
1074
+ de: 'Verfolgen anderer Gemeinden: Möchten Sie Städte oder Gemeinden folgen, die noch kein Infoblatt veröffentlichen? Laden Sie sie als Favoriten ein und erhalten Sie Ihre Anfrage per E-Mail.'
1075
+ },
1076
+ sidebar_text_4: {
1077
+ nl: 'Persoonlijk overzicht: Na registratie krijg je een gepersonaliseerd overzicht van de steden en gemeenten die je volgt. Je krijgt een e-mail met een link naar deze overzicht per e-mail.',
1078
+ fr: 'Vue personnalisée : Après votre inscription, vous bénéficiez d’un aperçu personnalisé des villes et communes que vous suivez.',
1079
+ en: 'Personal overview: When you register, you will receive a personal overview of the cities and municipalities you follow. You will receive an email with a link to this overview per email.',
1080
+ de: 'Persönlicher Überblick: Wenn Sie sich registrieren, erhalten Sie einen persönlichen Überblick über die Städte und Gemeinden, die Sie verfolgen. Sie erhalten eine E-Mail mit einem Link zu diesem Überblick per E-Mail.'
1081
+ },
1052
1082
  also_from_an_ecological_point_of_view: {
1053
1083
  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:',
1054
1084
  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 à:',
@@ -86,7 +86,7 @@ var User = {
86
86
  },
87
87
  who_i_follow: {
88
88
  nl: 'WIE VOLG IK?',
89
- fr: 'QUI JE SUIS?',
89
+ fr: 'MES SUIVIS',
90
90
  en: 'Who I follow',
91
91
  de: 'Wer ich folge'
92
92
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.97",
3
+ "version": "0.5.99",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {