@identitybuilding/idb-react-translations 0.5.81 → 0.5.82
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.
- package/dist/translations/Login.js +12 -0
- package/package.json +1 -1
|
@@ -18,6 +18,12 @@ var Login = {
|
|
|
18
18
|
en: 'Log out',
|
|
19
19
|
de: 'Abmelden'
|
|
20
20
|
},
|
|
21
|
+
wrong_login_data: {
|
|
22
|
+
nl: "Onjuiste gebruikersnaam of wachtwoord",
|
|
23
|
+
fr: "Nom d'utilisateur ou mot de passe incorrect",
|
|
24
|
+
en: "Incorrect username or password",
|
|
25
|
+
de: "Falscher Benutzername oder falsches Passwort"
|
|
26
|
+
},
|
|
21
27
|
instructions: {
|
|
22
28
|
nl: 'Stuur mij instructies',
|
|
23
29
|
fr: 'Envoie moi des instructions',
|
|
@@ -401,6 +407,12 @@ var Login = {
|
|
|
401
407
|
fr: "Vérifiez votre email pour changer votre mot de passe",
|
|
402
408
|
en: 'Check your email to change your password',
|
|
403
409
|
de: 'Überprüfen Sie Ihre E-Mails, um Ihr Passwort zu ändern'
|
|
410
|
+
},
|
|
411
|
+
share_your_favorite_entrepreneur_with_friends_and_or_family: {
|
|
412
|
+
nl: 'Deel je favoriete onderneming met vrienden en familie',
|
|
413
|
+
fr: 'Partagez votre entreprise préférée avec vos amis et votre famille',
|
|
414
|
+
en: 'Share your favorite business with friends and family',
|
|
415
|
+
de: 'Teilen Sie Ihr Lieblingsunternehmen mit Freunden und Familie'
|
|
404
416
|
}
|
|
405
417
|
};
|
|
406
418
|
var _default = Login;
|
package/package.json
CHANGED