@identitybuilding/idb-react-translations 0.5.88 → 0.5.89

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.
@@ -425,6 +425,24 @@ var Login = {
425
425
  fr: 'Pas de Belgique',
426
426
  en: 'Not From Belgium',
427
427
  de: 'Nicht aus Belgien'
428
+ },
429
+ search_municipality_StadGemeente: {
430
+ nl: 'Vul hier jouw stad of gemeente in',
431
+ fr: 'Entrez votre ville ou commune',
432
+ en: 'Enter your city or municipality',
433
+ de: 'Geben Sie Ihre Stadt oder Gemeinde ein'
434
+ },
435
+ which_cities_and_or_municipalities_would_you_like_to_follow: {
436
+ nl: 'Welke steden en/of gemeenten wil jij volgen?',
437
+ fr: 'Quelles villes et/ou communes souhaitez-vous suivre ?',
438
+ en: 'Which cities and/or municipalities would you like to follow?',
439
+ de: 'Welche Städte und/oder Gemeinden möchten Sie verfolgen?'
440
+ },
441
+ to_multi_select_the_municipality_using_control_key: {
442
+ nl: 'Selecteer meerdere gemeenten met de Control-knop ingedrukt!',
443
+ fr: 'Sélectionnez plusieurs communes en maintenant la touche Contrôle enfoncée!',
444
+ en: 'Select multiple municipalities by holding down the Control key!',
445
+ de: 'Wählen Sie mehrere Gemeinden aus, indem Sie die Strg-Taste gedrückt halten!'
428
446
  }
429
447
  };
430
448
  var _default = Login;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.88",
3
+ "version": "0.5.89",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {