orderiom-api-package 0.4.76 → 0.4.77
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/package.json
CHANGED
package/src/messages/de-api.json
CHANGED
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"current_password_should_be_valid": "aktuelles Passwort nicht richtig!",
|
|
80
80
|
"email_does_not_exists": "diese E-Mail-Adresse existiert nicht.",
|
|
81
81
|
"access_problem": "Sie haben keinen Zugriff auf dieses Ereignis",
|
|
82
|
+
"you password has successfully changed": "Ihr Passwort wurde erfolgreich geändert.",
|
|
82
83
|
"user_type_should_be_boolean": "Der Benutzertyp muss boolesch sein",
|
|
83
84
|
"name_should_be_string": "The name must be a string.",
|
|
84
85
|
"order_id_should_be_string": "Ihre Bestellnummer muss eine Nummer sein",
|
package/src/messages/en-api.json
CHANGED
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"current_password_should_be_valid": "current_password not true!",
|
|
80
80
|
"email_does_not_exists": "this email address does not exist",
|
|
81
81
|
"access_problem": "You don't have acces to this event",
|
|
82
|
+
"you password has successfully changed": "You password has successfully changed",
|
|
82
83
|
"user_type_should_be_boolean": "The userType must be boolean",
|
|
83
84
|
"name_should_be_string": "The name must be a string.",
|
|
84
85
|
"order_id_should_be_string": "Your order Id must be a number",
|
package/src/messages/fr-api.json
CHANGED
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"current_password_should_be_valid": "mot de passe actuel incorrect!",
|
|
80
80
|
"email_does_not_exists": "cette adresse email n'existe pas",
|
|
81
81
|
"access_problem": "Vous n'avez pas accès à cet événement",
|
|
82
|
+
"you password has successfully changed": "Votre mot de passe a été modifié avec succès.",
|
|
82
83
|
"user_type_should_be_boolean": "Le type d'utilisateur doit être booléen",
|
|
83
84
|
"name_should_be_string": "Le nom doit être une chaîne de caractères.",
|
|
84
85
|
"order_id_should_be_string": "Votre identifiant de commande doit être un nombre",
|