@identitybuilding/idb-react-translations 0.4.101 → 0.4.103
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.
|
@@ -785,6 +785,11 @@ var General = {
|
|
|
785
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
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
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'
|
|
788
793
|
}
|
|
789
794
|
};
|
|
790
795
|
var _default = General;
|
|
@@ -138,7 +138,7 @@ var MapData = {
|
|
|
138
138
|
},
|
|
139
139
|
search_municipality: {
|
|
140
140
|
nl: /*#__PURE__*/_react["default"].createElement("p", null, "Zoek een stad / gemeente ", /*#__PURE__*/_react["default"].createElement("br", null), " of selecteer op kaart"),
|
|
141
|
-
fr: /*#__PURE__*/_react["default"].createElement("p", null, "Recherchez une ville /
|
|
141
|
+
fr: /*#__PURE__*/_react["default"].createElement("p", null, "Recherchez une ville / commune ", /*#__PURE__*/_react["default"].createElement("br", null), "ou s\xE9lectionnez sur la carte"),
|
|
142
142
|
en: /*#__PURE__*/_react["default"].createElement("p", null, "Search a city / municipality ", /*#__PURE__*/_react["default"].createElement("br", null), " or select on map")
|
|
143
143
|
},
|
|
144
144
|
wait_loading_map: {
|
package/package.json
CHANGED