@sinequa/atomic-angular 0.1.37 → 0.1.39
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/components/no-result/i18n/de.json +5 -0
- package/components/no-result/i18n/en.json +5 -0
- package/components/no-result/i18n/fr.json +5 -0
- package/components/sort-selector/i18n/de.json +3 -0
- package/components/sort-selector/i18n/en.json +3 -0
- package/components/sort-selector/i18n/fr.json +3 -0
- package/components/source/i18n/de.json +3 -0
- package/components/source/i18n/en.json +3 -0
- package/components/source/i18n/fr.json +3 -0
- package/features/alerts/i18n/de.json +33 -0
- package/features/alerts/i18n/en.json +33 -0
- package/features/alerts/i18n/fr.json +33 -0
- package/features/bookmarks/i18n/de.json +11 -0
- package/features/bookmarks/i18n/en.json +11 -0
- package/features/bookmarks/i18n/fr.json +11 -0
- package/features/collections/i18n/de.json +17 -0
- package/features/collections/i18n/en.json +17 -0
- package/features/collections/i18n/fr.json +16 -0
- package/features/dialogs/i18n/de.json +15 -0
- package/features/dialogs/i18n/en.json +15 -0
- package/features/dialogs/i18n/fr.json +15 -0
- package/features/did-you-mean/i18n/de.json +5 -0
- package/features/did-you-mean/i18n/en.json +5 -0
- package/features/did-you-mean/i18n/fr.json +5 -0
- package/features/drawer/i18n/de.json +22 -0
- package/features/drawer/i18n/en.json +22 -0
- package/features/drawer/i18n/fr.json +22 -0
- package/features/export/i18n/de.json +10 -0
- package/features/export/i18n/en.json +10 -0
- package/features/export/i18n/fr.json +10 -0
- package/features/feedback/i18n/de.json +26 -0
- package/features/feedback/i18n/en.json +26 -0
- package/features/feedback/i18n/fr.json +26 -0
- package/features/filters/i18n/de.json +14 -0
- package/features/filters/i18n/en.json +14 -0
- package/features/filters/i18n/fr.json +14 -0
- package/features/labels/i18n/de.json +8 -0
- package/features/labels/i18n/en.json +8 -0
- package/features/labels/i18n/fr.json +8 -0
- package/features/searches/i18n/de.json +15 -0
- package/features/searches/i18n/en.json +15 -0
- package/features/searches/i18n/fr.json +15 -0
- package/features/sign-in/i18n/de.json +12 -0
- package/features/sign-in/i18n/en.json +12 -0
- package/features/sign-in/i18n/fr.json +14 -0
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/package.json +4 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"username": "Benutzername",
|
|
3
|
+
"password": "Passwort",
|
|
4
|
+
"connect": "Anmelden",
|
|
5
|
+
"back": "Zurück",
|
|
6
|
+
"disconnect": "Abmelden",
|
|
7
|
+
"SignInWith": "Anmelden mit { provider }",
|
|
8
|
+
"or": "Oder",
|
|
9
|
+
"welcomeBack": "Willkommen zurück{ name, select, other {{{name}}} undefined {}}!",
|
|
10
|
+
"youAreLoggedIn": "Sie sind angemeldet",
|
|
11
|
+
"invalidCredentials": "Ungültiger Benutzername oder Passwort"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"username": "Username",
|
|
3
|
+
"password": "Password",
|
|
4
|
+
"connect": "Login",
|
|
5
|
+
"back": "Back",
|
|
6
|
+
"disconnect": "Logout",
|
|
7
|
+
"SignInWith": "Sign-in with { provider }",
|
|
8
|
+
"or": "Or",
|
|
9
|
+
"welcomeBack": "Welcome back{ name, select, other {{{name}}} undefined {}}!",
|
|
10
|
+
"youAreLoggedIn": "You are logged in",
|
|
11
|
+
"invalidCredentials": "Invalid username or password"
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"username": "Nom d'utilisateur",
|
|
3
|
+
"password": "Mot de passe",
|
|
4
|
+
"connect": "Se connecter",
|
|
5
|
+
"back": "Retour",
|
|
6
|
+
"disconnect": "Se déconnecter",
|
|
7
|
+
"forgotYourPassword": "Mot de passe oublié ?",
|
|
8
|
+
"loginDescription": "Saisissez votre adresse email pour vous connecter",
|
|
9
|
+
"SignInWith": "Se connecter avec { provider }",
|
|
10
|
+
"or": "Ou",
|
|
11
|
+
"welcomeBack": "Bienvenue { name, select, other {{{name}}} undefined {}}!",
|
|
12
|
+
"youAreLoggedIn": "Vous êtes connecté",
|
|
13
|
+
"invalidCredentials": "Nom d'utilisateur ou mot de passe invalide"
|
|
14
|
+
}
|