@identitybuilding/idb-react-translations 0.5.8 → 0.5.10
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.
|
@@ -850,9 +850,13 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
850
850
|
fr: "Département",
|
|
851
851
|
en: "Department"
|
|
852
852
|
}), _defineProperty(_CustomerInfo, "date_of_birth", {
|
|
853
|
-
nl: "Geboortedatum",
|
|
853
|
+
nl: "Geboortedatum ",
|
|
854
854
|
fr: "Date de naissance",
|
|
855
855
|
en: "Date of birth"
|
|
856
|
+
}), _defineProperty(_CustomerInfo, "date_of_birth_not_published", {
|
|
857
|
+
nl: "Geboortedatum (wordt niet gepubliceerd)",
|
|
858
|
+
fr: "Date de naissance (ne sera pas publié)",
|
|
859
|
+
en: "Date of birth (will not be published)"
|
|
856
860
|
}), _defineProperty(_CustomerInfo, "avatar", {
|
|
857
861
|
nl: "Afbeelding of avatar",
|
|
858
862
|
fr: "Image ou avatar",
|
|
@@ -330,6 +330,11 @@ var Login = {
|
|
|
330
330
|
nl: 'Een onderneming volgen zonder een account is niet mogelijk',
|
|
331
331
|
fr: "Suivre une entreprise sans compte n'est pas possible",
|
|
332
332
|
en: 'Following an enterprise without an account is impossible'
|
|
333
|
+
},
|
|
334
|
+
check_mail_password_reset: {
|
|
335
|
+
nl: 'Check jouw mail om jou wachtwoord aan te passen',
|
|
336
|
+
fr: "Vérifiez votre email pour changer votre mot de passe",
|
|
337
|
+
en: 'Check your email to change your password'
|
|
333
338
|
}
|
|
334
339
|
};
|
|
335
340
|
var _default = Login;
|
package/package.json
CHANGED