@identitybuilding/idb-react-translations 0.5.43 → 0.5.45

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.
@@ -1281,6 +1281,10 @@ var CustomerInfo = (_CustomerInfo = {
1281
1281
  nl: "In welke regio mogen klanten jou vinden?",
1282
1282
  fr: 'Dans quelle région les clients peuvent-ils vous trouver ?',
1283
1283
  en: "In which region can customers find you?"
1284
+ }), _defineProperty(_CustomerInfo, "search_municipality_ci", {
1285
+ nl: "Zoek gemeente",
1286
+ fr: 'Rechercher une commune',
1287
+ en: "Search_municipality"
1284
1288
  }), _defineProperty(_CustomerInfo, "packs", {
1285
1289
  nl: "Packs",
1286
1290
  fr: 'Packs',
@@ -1389,6 +1393,38 @@ var CustomerInfo = (_CustomerInfo = {
1389
1393
  nl: "PARAAF KLANT OF MANDATARIS inclusief gelezen en goedgekeurd",
1390
1394
  fr: 'INITIALES CLIENT OU OBLIGATOIRES incluses lues et approuvées',
1391
1395
  en: "INITIALES OR MANDATORY INITIALS included read and approved"
1396
+ }), _defineProperty(_CustomerInfo, "seven_days_after_receipt_of_invoice", {
1397
+ nl: "7 dagen na ontvangst factuur",
1398
+ fr: '7 jours après réception de la facture',
1399
+ en: "7 days after receipt of invoice"
1400
+ }), _defineProperty(_CustomerInfo, "fourteen_days_after_receipt_of_invoice", {
1401
+ nl: "14 dagen na ontvangst factuur",
1402
+ fr: '14 jours après réception de la facture',
1403
+ en: "14 days after receipt of invoice"
1404
+ }), _defineProperty(_CustomerInfo, "twentyone_days_after_receipt_of_invoice", {
1405
+ nl: "21 dagen na ontvangst factuur",
1406
+ fr: '21 jours après réception de la facture',
1407
+ en: "21 days after receipt of invoice"
1408
+ }), _defineProperty(_CustomerInfo, "thirty_days_after_receipt_of_invoice", {
1409
+ nl: "30 dagen na ontvangst factuur",
1410
+ fr: '30 jours après réception de la facture',
1411
+ en: "30 days after receipt of invoice"
1412
+ }), _defineProperty(_CustomerInfo, "thirty_days_end_of_month", {
1413
+ nl: "30 dagen einde maand",
1414
+ fr: '30 jours fin de mois',
1415
+ en: "30 days end of month"
1416
+ }), _defineProperty(_CustomerInfo, "in_2_payments", {
1417
+ nl: "In 2 keer (1ste betaling 7 dagen na ontvangst factuur - BTW volledig te betalen)",
1418
+ fr: 'En 2 fois (1er paiement 7 jours après réception de la facture - TVA à régler en totalité)',
1419
+ en: "In 2 payments (1st payment 7 days after receipt of invoice - VAT to be paid in full)"
1420
+ }), _defineProperty(_CustomerInfo, "in_4_payments", {
1421
+ nl: "In 4 keer (1ste betaling 7 dagen na ontvangst factuur - BTW volledig te betalen)",
1422
+ fr: 'En 4 fois (1er paiement 7 jours après réception de la facture - TVA à régler en totalité)',
1423
+ en: "In 4 payments (1st payment 7 days after receipt of invoice - VAT to be paid in full)"
1424
+ }), _defineProperty(_CustomerInfo, "in_12_payments", {
1425
+ nl: "In 12 keer (1ste betaling 7 dagen na ontvangst factuur - BTW volledig te betalen)",
1426
+ fr: 'En 12 fois (1er paiement 7 jours après réception de la facture - TVA à régler en totalité)',
1427
+ en: "In 12 payments (1st payment 7 days after receipt of invoice - VAT to be paid in full)"
1392
1428
  }), _CustomerInfo);
1393
1429
  var _default = CustomerInfo;
1394
1430
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.43",
3
+ "version": "0.5.45",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {