@sinequa/atomic-angular 0.3.32 → 0.4.12

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.
@@ -18,6 +18,8 @@
18
18
  "resetEmailSent": "Ein Reset-Link wurde an {{email}} gesendet",
19
19
  "resetEmailFailed": "Die E-Mail zum Zurücksetzen konnte nicht gesendet werden",
20
20
  "passwordChangeFailed": "Passwortänderung fehlgeschlagen",
21
+ "loginAfterPasswordChangeMissingUser": "Passwortänderung fehlgeschlagen, der Benutzername fehlt.",
22
+ "loginAfterPasswordChangeFailed": "Passwortänderung fehlgeschlagen, Sie konnten sich nicht anmelden.",
21
23
  "back": "Zurück",
22
24
  "disconnect": "Abmelden",
23
25
  "SignInWith": "Anmelden mit { provider }",
@@ -12,6 +12,8 @@
12
12
  "passwordExpired": "Your password has expired, you need to change it",
13
13
  "differentPasswords": "Your passwords do not match.",
14
14
  "passwordChangeFailed": "Password change failed",
15
+ "loginAfterPasswordChangeMissingUser": "Password change failed, the username is missing.",
16
+ "loginAfterPasswordChangeFailed": "Password change failed, could not login.",
15
17
  "forgotPassword": "Forgot password",
16
18
  "forgotPasswordTitle": "Forgot your password",
17
19
  "forgotPasswordDescription": "Enter your username. If your account is valid and has an email address, you will receive a reset link.",
@@ -22,7 +24,7 @@
22
24
  "disconnect": "Logout",
23
25
  "SignInWith": "Sign-in with { provider }",
24
26
  "or": "Or",
25
- "welcomeBack": "Welcome back{ name, select, other {{{name}}} undefined {}}!",
27
+ "welcomeBack": "Welcome back { name, select, other {{{name}}} undefined {}}!",
26
28
  "youAreLoggedIn": "You are logged in",
27
29
  "invalidCredentials": "Invalid username or password"
28
30
  }
@@ -13,6 +13,8 @@
13
13
  "passwordExpired": "Votre mot de passe a expiré, vous devez le changer",
14
14
  "differentPasswords": "Vos mots de passe ne sont pas similaires.",
15
15
  "passwordChangeFailed": "Échec du changement de mot de passe",
16
+ "loginAfterPasswordChangeMissingUser": "Échec du changement de mot de passe, le nom d'utilisateur est manquant.",
17
+ "loginAfterPasswordChangeFailed": "Échec du changement de mot de passe, impossible de se connecter.",
16
18
  "back": "Retour",
17
19
  "disconnect": "Se déconnecter",
18
20
  "forgotPasswordTitle": "Mot de passe oublié ?",
@@ -1,5 +1,8 @@
1
1
  {
2
+ "title": "Benutzerprofil",
2
3
  "notDefined": "Nicht definiert",
4
+ "deleteProperty": "Eigenschaft löschen",
5
+ "editProperty": "Eigenschaft bearbeiten",
3
6
  "data": {
4
7
  "mail": "E-Mail",
5
8
  "fullName": "Vollständiger Name",
@@ -1,5 +1,8 @@
1
1
  {
2
+ "title": "User Profile",
2
3
  "notDefined": "Not defined",
4
+ "deleteProperty": "Delete property",
5
+ "editProperty": "Edit property",
3
6
  "data": {
4
7
  "mail": "Mail",
5
8
  "fullName": "Full name",
@@ -1,5 +1,8 @@
1
1
  {
2
+ "title": "Profil Utilisateur",
2
3
  "notDefined": "Non défini",
4
+ "deleteProperty": "Supprimer le champ",
5
+ "editProperty": "Modifier le champ",
3
6
  "data": {
4
7
  "mail": "E-mail",
5
8
  "fullName": "Nom complet",