@identitybuilding/idb-react-translations 0.5.95 → 0.5.96
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.
|
@@ -288,6 +288,12 @@ var Login = {
|
|
|
288
288
|
en: 'Forgot password?',
|
|
289
289
|
de: 'Passwort vergessen?'
|
|
290
290
|
},
|
|
291
|
+
more_than_one_at: {
|
|
292
|
+
nl: 'Voer slechts één @ in uw e-mailadres in',
|
|
293
|
+
fr: 'Veuillez saisir un seul @ dans votre adresse e-mail',
|
|
294
|
+
en: 'Please Enter only one @ in your e-mail address',
|
|
295
|
+
de: 'Bitte geben Sie in Ihrer E-Mail-Adresse nur ein @ ein'
|
|
296
|
+
},
|
|
291
297
|
please_enter_an_email: {
|
|
292
298
|
nl: 'Gelieve een email in te vullen',
|
|
293
299
|
fr: 'Veuillez saisir un e-mail',
|
package/package.json
CHANGED