@sinequa/atomic-angular 0.3.15 → 0.3.25
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/features/auth/i18n/de.json +2 -0
- package/features/auth/i18n/en.json +2 -0
- package/features/auth/i18n/fr.json +2 -0
- package/features/user-profile/i18n/de.json +13 -0
- package/features/user-profile/i18n/en.json +13 -0
- package/features/user-profile/i18n/fr.json +13 -0
- package/fesm2022/sinequa-atomic-angular.mjs +842 -439
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +493 -241
- package/package.json +5 -1
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"confirm": "Bestätigen",
|
|
10
10
|
"passwordChanged": "Passwort erfolgreich geändert",
|
|
11
11
|
"passwordExpiresSoon": "Ihr Passwort läuft bald ab",
|
|
12
|
+
"passwordExpired": "Ihr Passwort ist abgelaufen, Sie müssen es ändern",
|
|
13
|
+
"differentPasswords": "Ihre Passwörter stimmen nicht überein.",
|
|
12
14
|
"forgotPassword": "Passwort vergessen",
|
|
13
15
|
"forgotPasswordTitle": "Passwort vergessen?",
|
|
14
16
|
"forgotPasswordDescription": "Geben Sie Ihren Benutzernamen ein. Wenn Ihr Konto gültig ist und eine E-Mail-Adresse hat, erhalten Sie einen Link zum Zurücksetzen.",
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"passwordChanged": "Password changed successfully",
|
|
10
10
|
"currentPassword": "Current password",
|
|
11
11
|
"passwordExpiresSoon": "Your password is expiring soon",
|
|
12
|
+
"passwordExpired": "Your password has expired, you need to change it",
|
|
13
|
+
"differentPasswords": "Your passwords do not match.",
|
|
12
14
|
"passwordChangeFailed": "Password change failed",
|
|
13
15
|
"forgotPassword": "Forgot password",
|
|
14
16
|
"forgotPasswordTitle": "Forgot your password",
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
"forgotPassword": "Mot de passe oublié",
|
|
11
11
|
"currentPassword": "Mot de passe actuel",
|
|
12
12
|
"passwordExpiresSoon": "Votre mot de passe expire bientôt",
|
|
13
|
+
"passwordExpired": "Votre mot de passe a expiré, vous devez le changer",
|
|
14
|
+
"differentPasswords": "Vos mots de passe ne sont pas similaires.",
|
|
13
15
|
"passwordChangeFailed": "Échec du changement de mot de passe",
|
|
14
16
|
"back": "Retour",
|
|
15
17
|
"disconnect": "Se déconnecter",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"notDefined": "Nicht definiert",
|
|
3
|
+
"data": {
|
|
4
|
+
"mail": "E-Mail",
|
|
5
|
+
"fullName": "Vollständiger Name",
|
|
6
|
+
"jobTitle": "Berufsbezeichnung",
|
|
7
|
+
"group": "Gruppe",
|
|
8
|
+
"organisation": "Organisation",
|
|
9
|
+
"location": "Standort",
|
|
10
|
+
"profilePhoto": "Profilfoto",
|
|
11
|
+
"skills": "Fähigkeiten"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"notDefined": "Not defined",
|
|
3
|
+
"data": {
|
|
4
|
+
"mail": "Mail",
|
|
5
|
+
"fullName": "Full name",
|
|
6
|
+
"jobTitle": "Job title",
|
|
7
|
+
"group": "Group",
|
|
8
|
+
"organisation": "Organisation",
|
|
9
|
+
"location": "Location",
|
|
10
|
+
"profilePhoto": "Profile photo",
|
|
11
|
+
"skills": "Skills"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"notDefined": "Non défini",
|
|
3
|
+
"data": {
|
|
4
|
+
"mail": "E-mail",
|
|
5
|
+
"fullName": "Nom complet",
|
|
6
|
+
"jobTitle": "Intitulé du poste",
|
|
7
|
+
"group": "Groupe",
|
|
8
|
+
"organisation": "Organisation",
|
|
9
|
+
"location": "Lieu",
|
|
10
|
+
"profilePhoto": "Photo de profil",
|
|
11
|
+
"skills": "Compétences"
|
|
12
|
+
}
|
|
13
|
+
}
|