@aws-amplify/ui 6.10.2 → 6.11.0
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/README.md +21 -3
- package/dist/esm/i18n/dictionaries/authenticator/de.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/es.mjs +5 -4
- package/dist/esm/i18n/dictionaries/authenticator/fr.mjs +6 -5
- package/dist/esm/i18n/dictionaries/authenticator/hu.mjs +143 -0
- package/dist/esm/i18n/dictionaries/authenticator/it.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/ja.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/nb.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/sv.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/th.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/tr.mjs +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/zh.mjs +1 -0
- package/dist/esm/i18n/dictionaries/index.mjs +3 -1
- package/dist/esm/i18n/translations.mjs +2 -1
- package/dist/index.js +163 -9
- package/dist/styles/liveness.css +17 -2
- package/dist/styles/liveness.layer.css +17 -2
- package/dist/styles.css +17 -2
- package/dist/styles.layer.css +17 -2
- package/dist/types/helpers/accountSettings/validator.d.ts +1 -1
- package/dist/types/helpers/authenticator/actor.d.ts +1 -1
- package/dist/types/helpers/authenticator/constants.d.ts +2 -2
- package/dist/types/helpers/authenticator/debugUtils.d.ts +1 -1
- package/dist/types/helpers/authenticator/defaultAuthHubHandler.d.ts +1 -1
- package/dist/types/helpers/authenticator/facade.d.ts +4 -4
- package/dist/types/helpers/authenticator/form.d.ts +1 -1
- package/dist/types/helpers/authenticator/formFields/defaults.d.ts +2 -2
- package/dist/types/helpers/authenticator/formFields/formFields.d.ts +2 -2
- package/dist/types/helpers/authenticator/formFields/utils.d.ts +2 -2
- package/dist/types/helpers/authenticator/getRoute.d.ts +2 -2
- package/dist/types/helpers/authenticator/textUtil.d.ts +3 -3
- package/dist/types/helpers/authenticator/types.d.ts +4 -4
- package/dist/types/i18n/dictionaries/authenticator/de.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/en.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/es.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/he.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/hu.d.ts +2 -0
- package/dist/types/i18n/dictionaries/authenticator/id.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/index.d.ts +1 -0
- package/dist/types/i18n/dictionaries/authenticator/it.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/nb.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/ru.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/th.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/ua.d.ts +1 -1
- package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +1 -1
- package/dist/types/i18n/dictionaries/index.d.ts +52 -0
- package/dist/types/machines/authenticator/actions.d.ts +2 -2
- package/dist/types/machines/authenticator/actors/forgotPassword.d.ts +1 -1
- package/dist/types/machines/authenticator/actors/signIn.d.ts +1 -1
- package/dist/types/machines/authenticator/actors/signOut.d.ts +1 -1
- package/dist/types/machines/authenticator/actors/signUp.d.ts +1 -1
- package/dist/types/machines/authenticator/actors/utils.d.ts +1 -1
- package/dist/types/machines/authenticator/actors/verifyUserAttributes.d.ts +1 -1
- package/dist/types/machines/authenticator/defaultServices.d.ts +2 -2
- package/dist/types/machines/authenticator/getAuthenticatorConfig.d.ts +1 -1
- package/dist/types/machines/authenticator/guards.d.ts +2 -2
- package/dist/types/machines/authenticator/index.d.ts +1 -1
- package/dist/types/machines/authenticator/types.d.ts +4 -4
- package/dist/types/machines/authenticator/utils.d.ts +3 -3
- package/dist/types/theme/components/accordion.d.ts +1 -1
- package/dist/types/theme/components/aiConverstion.d.ts +1 -1
- package/dist/types/theme/components/alert.d.ts +1 -1
- package/dist/types/theme/components/autocomplete.d.ts +1 -1
- package/dist/types/theme/components/avatar.d.ts +1 -1
- package/dist/types/theme/components/badge.d.ts +1 -1
- package/dist/types/theme/components/breadcrumbs.d.ts +1 -1
- package/dist/types/theme/components/buttonGroup.d.ts +1 -1
- package/dist/types/theme/components/card.d.ts +1 -1
- package/dist/types/theme/components/checkbox.d.ts +1 -1
- package/dist/types/theme/components/checkboxField.d.ts +1 -1
- package/dist/types/theme/components/collection.d.ts +1 -1
- package/dist/types/theme/components/divider.d.ts +1 -1
- package/dist/types/theme/components/dropZone.d.ts +1 -1
- package/dist/types/theme/components/field.d.ts +1 -1
- package/dist/types/theme/components/fieldGroup.d.ts +1 -1
- package/dist/types/theme/components/fieldset.d.ts +1 -1
- package/dist/types/theme/components/fileUploader.d.ts +1 -1
- package/dist/types/theme/components/heading.d.ts +1 -1
- package/dist/types/theme/components/highlightMatch.d.ts +1 -1
- package/dist/types/theme/components/index.d.ts +48 -48
- package/dist/types/theme/components/input.d.ts +1 -1
- package/dist/types/theme/components/loader.d.ts +1 -1
- package/dist/types/theme/components/menu.d.ts +1 -1
- package/dist/types/theme/components/message.d.ts +1 -1
- package/dist/types/theme/components/pagination.d.ts +1 -1
- package/dist/types/theme/components/placeholder.d.ts +1 -1
- package/dist/types/theme/components/radio.d.ts +1 -1
- package/dist/types/theme/components/rating.d.ts +1 -1
- package/dist/types/theme/components/scrollview.d.ts +1 -1
- package/dist/types/theme/components/searchField.d.ts +1 -1
- package/dist/types/theme/components/select.d.ts +1 -1
- package/dist/types/theme/components/selectField.d.ts +1 -1
- package/dist/types/theme/components/sliderField.d.ts +1 -1
- package/dist/types/theme/components/stepperField.d.ts +1 -1
- package/dist/types/theme/components/storageBrowser.d.ts +1 -1
- package/dist/types/theme/components/storageManager.d.ts +1 -1
- package/dist/types/theme/components/switchField.d.ts +1 -1
- package/dist/types/theme/components/table.d.ts +1 -1
- package/dist/types/theme/components/tabs.d.ts +1 -1
- package/dist/types/theme/components/text.d.ts +1 -1
- package/dist/types/theme/components/textField.d.ts +1 -1
- package/dist/types/theme/components/textarea.d.ts +1 -1
- package/dist/types/theme/components/textareaField.d.ts +1 -1
- package/dist/types/theme/components/toggleButton.d.ts +1 -1
- package/dist/types/theme/components/utils.d.ts +5 -9
- package/dist/types/theme/createTheme/createAnimationCSS.d.ts +2 -2
- package/dist/types/theme/createTheme/createColorPalette.d.ts +1 -1
- package/dist/types/theme/createTheme/createComponentCSS.d.ts +3 -3
- package/dist/types/theme/createTheme/createComponentClasses.d.ts +3 -3
- package/dist/types/theme/createTheme/createGlobalCSS.d.ts +1 -1
- package/dist/types/theme/createTheme/createTheme.d.ts +2 -2
- package/dist/types/theme/createTheme/defineComponentTheme.d.ts +5 -5
- package/dist/types/theme/createTheme/index.d.ts +4 -2
- package/dist/types/theme/createTheme/utils.d.ts +3 -3
- package/dist/types/theme/defaultDarkModeOverride.d.ts +2 -2
- package/dist/types/theme/defaultTheme.d.ts +1 -1
- package/dist/types/theme/index.d.ts +5 -3
- package/dist/types/theme/tokens/borderWidths.d.ts +1 -1
- package/dist/types/theme/tokens/colors.d.ts +1 -1
- package/dist/types/theme/tokens/components/accordion.d.ts +1 -1
- package/dist/types/theme/tokens/components/aiConversation.d.ts +1 -1
- package/dist/types/theme/tokens/components/alert.d.ts +1 -1
- package/dist/types/theme/tokens/components/authenticator.d.ts +1 -1
- package/dist/types/theme/tokens/components/autocomplete.d.ts +1 -1
- package/dist/types/theme/tokens/components/avatar.d.ts +1 -1
- package/dist/types/theme/tokens/components/badge.d.ts +1 -1
- package/dist/types/theme/tokens/components/breadcrumbs.d.ts +1 -1
- package/dist/types/theme/tokens/components/button.d.ts +1 -1
- package/dist/types/theme/tokens/components/card.d.ts +1 -1
- package/dist/types/theme/tokens/components/checkbox.d.ts +1 -1
- package/dist/types/theme/tokens/components/checkboxField.d.ts +1 -1
- package/dist/types/theme/tokens/components/collection.d.ts +1 -1
- package/dist/types/theme/tokens/components/copy.d.ts +1 -1
- package/dist/types/theme/tokens/components/dialCodeSelect.d.ts +1 -1
- package/dist/types/theme/tokens/components/divider.d.ts +1 -1
- package/dist/types/theme/tokens/components/dropZone.d.ts +1 -1
- package/dist/types/theme/tokens/components/field.d.ts +1 -1
- package/dist/types/theme/tokens/components/fieldControl.d.ts +1 -1
- package/dist/types/theme/tokens/components/fieldGroup.d.ts +1 -1
- package/dist/types/theme/tokens/components/fieldMessages.d.ts +1 -1
- package/dist/types/theme/tokens/components/fieldset.d.ts +1 -1
- package/dist/types/theme/tokens/components/fileuploader.d.ts +2 -2
- package/dist/types/theme/tokens/components/flex.d.ts +1 -1
- package/dist/types/theme/tokens/components/heading.d.ts +1 -1
- package/dist/types/theme/tokens/components/highlightMatch.d.ts +1 -1
- package/dist/types/theme/tokens/components/icon.d.ts +1 -1
- package/dist/types/theme/tokens/components/image.d.ts +1 -1
- package/dist/types/theme/tokens/components/inAppMessaging.d.ts +1 -1
- package/dist/types/theme/tokens/components/index.d.ts +57 -57
- package/dist/types/theme/tokens/components/input.d.ts +1 -1
- package/dist/types/theme/tokens/components/link.d.ts +1 -1
- package/dist/types/theme/tokens/components/liveness.d.ts +1 -1
- package/dist/types/theme/tokens/components/loader.d.ts +1 -1
- package/dist/types/theme/tokens/components/menu.d.ts +1 -1
- package/dist/types/theme/tokens/components/message.d.ts +1 -1
- package/dist/types/theme/tokens/components/pagination.d.ts +1 -1
- package/dist/types/theme/tokens/components/passwordField.d.ts +1 -1
- package/dist/types/theme/tokens/components/phoneNumberField.d.ts +1 -1
- package/dist/types/theme/tokens/components/placeholder.d.ts +1 -1
- package/dist/types/theme/tokens/components/radio.d.ts +1 -1
- package/dist/types/theme/tokens/components/radioGroup.d.ts +1 -1
- package/dist/types/theme/tokens/components/rating.d.ts +1 -1
- package/dist/types/theme/tokens/components/searchField.d.ts +1 -1
- package/dist/types/theme/tokens/components/select.d.ts +1 -1
- package/dist/types/theme/tokens/components/selectField.d.ts +1 -1
- package/dist/types/theme/tokens/components/sliderField.d.ts +1 -1
- package/dist/types/theme/tokens/components/stepperField.d.ts +1 -1
- package/dist/types/theme/tokens/components/storagemanager.d.ts +2 -2
- package/dist/types/theme/tokens/components/switchField.d.ts +1 -1
- package/dist/types/theme/tokens/components/table.d.ts +1 -1
- package/dist/types/theme/tokens/components/tabs.d.ts +1 -1
- package/dist/types/theme/tokens/components/text.d.ts +1 -1
- package/dist/types/theme/tokens/components/textAreaField.d.ts +1 -1
- package/dist/types/theme/tokens/components/textField.d.ts +1 -1
- package/dist/types/theme/tokens/components/toggleButton.d.ts +1 -1
- package/dist/types/theme/tokens/components/toggleButtonGroup.d.ts +1 -1
- package/dist/types/theme/tokens/fontSizes.d.ts +1 -1
- package/dist/types/theme/tokens/fontWeights.d.ts +1 -1
- package/dist/types/theme/tokens/fonts.d.ts +1 -1
- package/dist/types/theme/tokens/index.d.ts +16 -16
- package/dist/types/theme/tokens/lineHeights.d.ts +1 -1
- package/dist/types/theme/tokens/opacities.d.ts +1 -1
- package/dist/types/theme/tokens/outlineOffsets.d.ts +1 -1
- package/dist/types/theme/tokens/outlineWidths.d.ts +1 -1
- package/dist/types/theme/tokens/radii.d.ts +1 -1
- package/dist/types/theme/tokens/shadows.d.ts +1 -1
- package/dist/types/theme/tokens/space.d.ts +1 -1
- package/dist/types/theme/tokens/time.d.ts +1 -1
- package/dist/types/theme/tokens/transforms.d.ts +1 -1
- package/dist/types/theme/tokens/types/designToken.d.ts +1 -1
- package/dist/types/theme/tokens/types/typography.d.ts +1 -1
- package/dist/types/theme/types.d.ts +7 -6
- package/dist/types/types/authenticator/attributes.d.ts +1 -1
- package/dist/types/types/authenticator/form.d.ts +2 -2
- package/dist/types/types/authenticator/validator.d.ts +2 -2
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/types/primitives/index.d.ts +2 -1
- package/dist/types/utils/index.d.ts +4 -2
- package/dist/types/utils/setUserAgent/constants.d.ts +1 -1
- package/dist/types/utils/setUserAgent/index.d.ts +2 -1
- package/dist/types/utils/setUserAgent/setUserAgent.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +1 -1
- package/dist/types/validators/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
### Core Modules
|
|
8
|
+
|
|
9
|
+
- [Theme](src/theme) - Theming utilities and configurations
|
|
10
|
+
- [I18n](src/i18n) - Internationalization utilities
|
|
11
|
+
- [State machines](src/machines) - State management utilities
|
|
12
|
+
|
|
13
|
+
### Utilities
|
|
14
|
+
|
|
15
|
+
- Helpers - Various helper functions
|
|
16
|
+
- Types - Type definitions
|
|
17
|
+
- Utils - Utility functions
|
|
18
|
+
|
|
19
|
+
## Features
|
|
20
|
+
|
|
21
|
+
- Framework-agnostic core functionality
|
|
22
|
+
- Reusable state management
|
|
23
|
+
- Internationalization support
|
|
24
|
+
- Theming capabilities
|
|
25
|
+
- Utility functions for Amplify UI components
|
|
@@ -89,6 +89,7 @@ const deDict = {
|
|
|
89
89
|
'Forgot Password': 'Passwort vergessen',
|
|
90
90
|
'Have an account? ': 'Schon registriert? ',
|
|
91
91
|
'Incorrect username or password': 'Falscher Benutzername oder falsches Passwort',
|
|
92
|
+
'Incorrect username or password.': 'Falscher Benutzername oder falsches Passwort',
|
|
92
93
|
'Invalid password format': 'Ungültiges Passwort-Format',
|
|
93
94
|
'Invalid phone number format': `Ungültiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900`,
|
|
94
95
|
'It may take a minute to arrive.': 'Es könnte eine Minute dauern, bis der Code eintrifft.',
|
|
@@ -2,6 +2,7 @@ const esDict = {
|
|
|
2
2
|
'Account recovery requires verified contact information': 'La recuperación de la cuenta requiere información de contacto verificada',
|
|
3
3
|
'Authenticator App (TOTP)': 'Aplicación de autenticación (TOTP)',
|
|
4
4
|
'Back to Sign In': 'Volver a inicio de sesión',
|
|
5
|
+
'Cannot reset password for the user as there is no registered/verified email or phone_number': 'No se puede restablecer la contraseña para el usuario debido a que no hay Email registrado / verificado o número de teléfono',
|
|
5
6
|
'Change Password': 'Cambiar contraseña',
|
|
6
7
|
Changing: 'Cambiando',
|
|
7
8
|
Code: 'Código',
|
|
@@ -96,10 +97,10 @@ const esDict = {
|
|
|
96
97
|
'Username cannot be empty': 'El nombre de usuario no puede estar vacío',
|
|
97
98
|
'Your passwords must match': 'Las contraseñas deben coincidir',
|
|
98
99
|
'Password must have at least 8 characters': 'La contraseña debe tener al menos 8 caracteres',
|
|
99
|
-
'Password
|
|
100
|
-
'Password
|
|
101
|
-
'Password
|
|
102
|
-
'Password
|
|
100
|
+
'Password must have upper case letters': 'La contraseña debe tener al menos un carácter en mayúscula',
|
|
101
|
+
'Password must have numbers': 'La contraseña debe tener al menos un carácter numérico',
|
|
102
|
+
'Password must have special characters': 'La contraseña debe tener al menos un símbolo',
|
|
103
|
+
'Password must have lower case letters': 'La contraseña debe tener al menos un carácter en minúsculas',
|
|
103
104
|
'Invalid verification code provided, please try again.': 'Código de verificación no válido, inténtelo de nuevo.',
|
|
104
105
|
'Attempt limit exceeded, please try after some time.': 'Número máximo de intentos excedido, por favor inténtelo de nuevo más tarde.',
|
|
105
106
|
'A network error has occurred.': 'Se ha producido un error de red.',
|
|
@@ -2,6 +2,7 @@ const frDict = {
|
|
|
2
2
|
'Account recovery requires verified contact information': 'La récupération du compte nécessite des informations de contact vérifiées',
|
|
3
3
|
'Authenticator App (TOTP)': 'Application d’authentification (TOTP)',
|
|
4
4
|
'Back to Sign In': 'Retour à la connexion',
|
|
5
|
+
'Cannot reset password for the user as there is no registered/verified email or phone_number': "Impossible de réinitialiser le mot de passe pour l'utilisateur car il n'a pas d'adresse e-mail ou de numéro de téléphone enregistré / vérifié",
|
|
5
6
|
'Change Password': 'Modifier le mot de passe',
|
|
6
7
|
Changing: 'Modification en cours',
|
|
7
8
|
Code: 'Code',
|
|
@@ -86,10 +87,10 @@ const frDict = {
|
|
|
86
87
|
'Family Name': 'Nom de famille',
|
|
87
88
|
'Forgot Password': 'Mot de passe oublié',
|
|
88
89
|
'Forgot Password?': 'Mot de passe oublié ?',
|
|
90
|
+
'Incorrect username or password': 'Identifiant ou mot de passe incorrect',
|
|
89
91
|
'Incorrect username or password.': 'Identifiant ou mot de passe incorrect.',
|
|
90
92
|
'Have an account? ': 'Déjà un compte ? ',
|
|
91
93
|
Hello: 'Bonjour',
|
|
92
|
-
'Incorrect username or password': 'Identifiant ou mot de passe incorrect',
|
|
93
94
|
'Invalid password format': 'Format de mot de passe invalide',
|
|
94
95
|
'Invalid phone number format': `Format de numéro de téléphone invalide. Veuillez utiliser un format +12345678900`,
|
|
95
96
|
'Loading...': 'Chargement...',
|
|
@@ -120,10 +121,10 @@ const frDict = {
|
|
|
120
121
|
'It may take a minute to arrive.': 'Cela peut prendre quelques minutes.',
|
|
121
122
|
Website: 'Site web',
|
|
122
123
|
'Password must have at least 8 characters': 'Le mot de passe doit comporter au moins 8 caractères',
|
|
123
|
-
'Password
|
|
124
|
-
'Password
|
|
125
|
-
'Password
|
|
126
|
-
'Password
|
|
124
|
+
'Password must have upper case letters': 'Le mot de passe doit comporter des caractères majuscules',
|
|
125
|
+
'Password must have numbers': 'Le mot de passe doit comporter des caractères numériques',
|
|
126
|
+
'Password must have special characters': 'Le mot de passe doit comporter des symboles',
|
|
127
|
+
'Password must have lower case letters': 'Le mot de passe doit comporter des caractères minuscules',
|
|
127
128
|
'Invalid verification code provided, please try again.': 'Code de vérification invalide, veuillez réessayer.',
|
|
128
129
|
'Attempt limit exceeded, please try after some time.': 'Nombre maximum de tentatives dépassé, veuillez réessayer plus tard.',
|
|
129
130
|
'A network error has occurred.': "Une erreur de réseau s'est produite.",
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
const huDict = {
|
|
2
|
+
'A network error has occurred.': 'Hálózati hiba történt.',
|
|
3
|
+
'Account recovery requires verified contact information': 'A fiók helyreállításához hitelesített kapcsolattartási adatok szükségesek',
|
|
4
|
+
'Add your Profile': 'Profil hozzáadása',
|
|
5
|
+
'Add your Website': 'Weboldal hozzáadása',
|
|
6
|
+
'An account with the given email already exists.': 'Ezzel az e-mail címmel már létezik fiók.',
|
|
7
|
+
'Attempt limit exceeded, please try after some time.': 'Próbálkozási limit túllépve, kérjük próbálja újra később.',
|
|
8
|
+
'Authenticator App (TOTP)': 'Hitelesítő alkalmazás (TOTP)',
|
|
9
|
+
'Back to Sign In': 'Vissza a bejelentkezéshez',
|
|
10
|
+
Birthdate: 'Születési dátum',
|
|
11
|
+
'Change Password': 'Jelszó módosítása',
|
|
12
|
+
Changing: 'Módosítás',
|
|
13
|
+
Code: 'Kód',
|
|
14
|
+
Confirm: 'Megerősítés',
|
|
15
|
+
'Confirm a Code': 'Kód megerősítése',
|
|
16
|
+
'Confirm Email Code': 'E-mail kód megerősítése',
|
|
17
|
+
'Confirm MFA Code': 'MFA kód megerősítése',
|
|
18
|
+
'Confirm Password': 'Jelszó megerősítése',
|
|
19
|
+
'Confirm Sign In': 'Bejelentkezés megerősítése',
|
|
20
|
+
'Confirm Sign Up': 'Regisztráció megerősítése',
|
|
21
|
+
'Confirm SMS Code': 'SMS kód megerősítése',
|
|
22
|
+
'Confirm TOTP Code': 'TOTP kód megerősítése',
|
|
23
|
+
'Confirmation Code': 'Megerősítő kód',
|
|
24
|
+
Confirming: 'Megerősítés',
|
|
25
|
+
'Create a new account': 'Új fiók létrehozása',
|
|
26
|
+
'Create Account': 'Fiók létrehozása',
|
|
27
|
+
'Create account': 'Fiók létrehozása',
|
|
28
|
+
'Creating Account': 'Fiók létrehozása',
|
|
29
|
+
'Dismiss alert': 'Figyelmeztetés ignorálása',
|
|
30
|
+
Email: 'E-mail',
|
|
31
|
+
'Email Message': 'E-mail üzenet',
|
|
32
|
+
'Enter your Birthdate': 'Adja meg a születési dátumát',
|
|
33
|
+
'Enter your code': 'Adja meg a kódot',
|
|
34
|
+
'Enter your Confirmation Code': 'Adja meg a megerősítő kódot',
|
|
35
|
+
'Enter your email': 'Adja meg az e-mail címét',
|
|
36
|
+
'Enter your Email': 'Adja meg az e-mail címét',
|
|
37
|
+
'Enter your Family Name': 'Adja meg a vezetéknevét',
|
|
38
|
+
'Enter your Given Name': 'Adja meg a keresztnevét',
|
|
39
|
+
'Enter your Middle Name': 'Adja meg második keresztnevét (ha van)',
|
|
40
|
+
'Enter your Name': 'Adja meg a nevét',
|
|
41
|
+
'Enter your Nickname': 'Adja meg a becenevét',
|
|
42
|
+
'Enter your password': 'Adja meg a jelszavát',
|
|
43
|
+
'Enter your Password': 'Adja meg a jelszavát',
|
|
44
|
+
'Enter your phone number': 'Adja meg a telefonszámát',
|
|
45
|
+
'Enter your Phone Number': 'Adja meg a telefonszámát',
|
|
46
|
+
'Enter your Preferred Username': 'Adja meg a preferált felhasználónevét',
|
|
47
|
+
'Enter your username': 'Adja meg a felhasználónevét',
|
|
48
|
+
'Enter your Username': 'Adja meg a felhasználónevét',
|
|
49
|
+
'Family Name': 'Vezetéknév',
|
|
50
|
+
'Forgot Password': 'Elfelejtett jelszó',
|
|
51
|
+
'Forgot password?': 'Elfelejtette a jelszavát?',
|
|
52
|
+
'Forgot your password?': 'Elfelejtette a jelszavát?',
|
|
53
|
+
'Given Name': 'Keresztnév',
|
|
54
|
+
'Have an account? ': 'Van már fiókja? ',
|
|
55
|
+
Hello: 'Üdvözöljük',
|
|
56
|
+
'Hide password': 'Jelszó elrejtése',
|
|
57
|
+
'Incorrect username or password': 'Helytelen felhasználónév vagy jelszó',
|
|
58
|
+
'Incorrect username or password.': 'Helytelen felhasználónév vagy jelszó.',
|
|
59
|
+
'Invalid password format': 'Érvénytelen jelszó formátum',
|
|
60
|
+
'Invalid phone number format': 'Érvénytelen telefonszám formátum',
|
|
61
|
+
'It may take a minute to arrive': 'Egy percet igénybe vehet, amíg megérkezik',
|
|
62
|
+
'It may take a minute to arrive.': 'Egy percet igénybe vehet, amíg megérkezik.',
|
|
63
|
+
Loading: 'Betöltés',
|
|
64
|
+
'Loading...': 'Betöltés...',
|
|
65
|
+
'Lost your code? ': 'Elvesztette a kódot? ',
|
|
66
|
+
'Middle Name': 'Második keresztnév',
|
|
67
|
+
'Multi-Factor Authentication': 'Többfaktoros hitelesítés',
|
|
68
|
+
'Multi-Factor Authentication Setup': 'Többfaktoros hitelesítés felállítása',
|
|
69
|
+
Name: 'Név',
|
|
70
|
+
'Network error': 'Hálózati hiba',
|
|
71
|
+
'New Password': 'Új jelszó',
|
|
72
|
+
'New password': 'Új jelszó',
|
|
73
|
+
Nickname: 'Becenév',
|
|
74
|
+
'No account? ': 'Nincs még fiókja? ',
|
|
75
|
+
or: 'vagy',
|
|
76
|
+
Password: 'Jelszó',
|
|
77
|
+
'Password attempts exceeded': 'Jelszó próbálkozási limit túllépve',
|
|
78
|
+
'Password did not conform with policy': 'A jelszónak tartalmaznia kell kisbetűket',
|
|
79
|
+
'Password must have lower case letters': 'A jelszónak tartalmaznia kell kisbetűket',
|
|
80
|
+
'Password must have numbers': 'A jelszónak tartalmaznia kell számokat',
|
|
81
|
+
'Password must have special characters': 'A jelszónak tartalmaznia kell szimbólumokat',
|
|
82
|
+
'Password must have upper case letters': 'A jelszónak tartalmaznia kell nagybetűket',
|
|
83
|
+
'Password not long enough': 'Jelszó nem elég hosszú',
|
|
84
|
+
'Password must have at least 8 characters': 'A jelszónak legalább 8 karakterből kell állnia',
|
|
85
|
+
'Phone Number': 'Telefonszám',
|
|
86
|
+
'Please confirm your Password': 'Kérjük, erősítse meg a jelszavát',
|
|
87
|
+
'Preferred Username': 'Preferált felhasználónév',
|
|
88
|
+
Profile: 'Profil',
|
|
89
|
+
'Resend a Code': 'Kód újraküldése',
|
|
90
|
+
'Resend Code': 'Kód újraküldése',
|
|
91
|
+
'Reset Password': 'Új jelszó felállítása',
|
|
92
|
+
'Reset password': 'Új jelszó felállítása',
|
|
93
|
+
'Reset your password': 'Új jelszó felállítása',
|
|
94
|
+
'Reset your Password': 'Új jelszó felállítása',
|
|
95
|
+
'Select MFA Type': 'MFA típus kiválasztása',
|
|
96
|
+
Send: 'Küldés',
|
|
97
|
+
'Send code': 'Kód küldése',
|
|
98
|
+
'Send Code': 'Kód küldése',
|
|
99
|
+
Sending: 'Küldés',
|
|
100
|
+
'Setup Email': 'E-mail cím beállítása',
|
|
101
|
+
'Setup TOTP': 'TOTP beállítása',
|
|
102
|
+
'Show password': 'Jelszó megjelenítése',
|
|
103
|
+
'Sign In': 'Bejelentkezés',
|
|
104
|
+
'Sign in': 'Bejelentkezés',
|
|
105
|
+
'Sign in to your account': 'Jelentkezzen be a fiókjába',
|
|
106
|
+
'Sign In with Amazon': 'Bejelentkezés Amazon-nal',
|
|
107
|
+
'Sign In with Apple': 'Bejelentkezés Apple-lel',
|
|
108
|
+
'Sign In with AWS': 'Bejelentkezés AWS-sel',
|
|
109
|
+
'Sign In with Facebook': 'Bejelentkezés Facebook-kal',
|
|
110
|
+
'Sign In with Google': 'Bejelentkezés Google-lal',
|
|
111
|
+
'Sign out': 'Kijelentkezés',
|
|
112
|
+
'Sign Out': 'Kijelentkezés',
|
|
113
|
+
'Sign up': 'Regisztráció',
|
|
114
|
+
'Sign Up': 'Regisztráció',
|
|
115
|
+
'Sign Up with Amazon': 'Regisztráció Amazon-nal',
|
|
116
|
+
'Sign Up with Apple': 'Regisztráció Apple-lel',
|
|
117
|
+
'Sign Up with Facebook': 'Regisztráció Facebook-kal',
|
|
118
|
+
'Sign Up with Google': 'Regisztráció Google-lal',
|
|
119
|
+
'Signing in': 'Bejelentkezés',
|
|
120
|
+
Skip: 'Kihagyás',
|
|
121
|
+
SMS: 'SMS',
|
|
122
|
+
Submit: 'Küldés',
|
|
123
|
+
Submitting: 'Küldés',
|
|
124
|
+
'Text Message (SMS)': 'SMS üzenet',
|
|
125
|
+
'User already exists': 'A felhasználó már létezik',
|
|
126
|
+
'User does not exist': 'Felhasználó nem található',
|
|
127
|
+
'User is disabled.': 'A felhasználó le van tiltva.',
|
|
128
|
+
Username: 'Felhasználónév',
|
|
129
|
+
'Username cannot be empty': 'A felhasználónév mező nem lehet üres',
|
|
130
|
+
'Username/client id combination not found.': 'Felhasználónév/kliens azonosító kombináció nem található.',
|
|
131
|
+
Verify: 'Ellenőrzés',
|
|
132
|
+
'Verify Contact': 'Kapcsolat ellenőrzése',
|
|
133
|
+
'We Emailed You': 'Küldtünk Önnek egy e-mailt',
|
|
134
|
+
'We Sent A Code': 'Küldtünk Önnek egy kódot',
|
|
135
|
+
'We Texted You': 'Küldtünk Önnek egy SMS-t',
|
|
136
|
+
Website: 'Weboldal',
|
|
137
|
+
'Your code is on the way. To log in, enter the code we emailed to': 'A bejelentkezéshez szükséges kód küldése folyamatban van, amelyet a következő e-mail címre küldtünk:',
|
|
138
|
+
'Your code is on the way. To log in, enter the code we sent you': 'A bejelentkezéshez szükséges kód küldése folyamatban van',
|
|
139
|
+
'Your code is on the way. To log in, enter the code we texted to': 'A bejelentkezéshez szükséges kód küldése folyamatban van, amelyet SMS-ben küldtünk a következő számra:',
|
|
140
|
+
'Your passwords must match': 'A jelszavaknak meg kell egyezniük',
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
export { huDict };
|
|
@@ -73,6 +73,7 @@ const itDict = {
|
|
|
73
73
|
'Forgot Password?': 'Password dimenticata?',
|
|
74
74
|
'Have an account? ': 'Già registrato?',
|
|
75
75
|
'Incorrect username or password': 'Nome utente o password errati',
|
|
76
|
+
'Incorrect username or password.': 'Nome utente o password errati',
|
|
76
77
|
'Invalid password format': 'Formato della password non valido',
|
|
77
78
|
'Invalid phone number format': 'Formato del numero di telefono non valido',
|
|
78
79
|
'Lost your code?': 'Codice smarrito?',
|
|
@@ -73,6 +73,7 @@ const jaDict = {
|
|
|
73
73
|
'Forgot Password': 'パスワードを忘れた ',
|
|
74
74
|
'Have an account? ': 'アカウントを持っていますか?',
|
|
75
75
|
'Incorrect username or password': 'ユーザー名かパスワードが異なります ',
|
|
76
|
+
'Incorrect username or password.': 'ユーザー名かパスワードが異なります ',
|
|
76
77
|
'Invalid password format': 'パスワードの形式が無効です ',
|
|
77
78
|
'Invalid phone number format': '不正な電話番号の形式です。\n+12345678900 の形式で入力してください',
|
|
78
79
|
'It may take a minute to arrive.': 'コードを受信するまで数分かかる場合があります。',
|
|
@@ -86,6 +86,7 @@ const nbDict = {
|
|
|
86
86
|
'Forgot Password': 'Glemt passordet',
|
|
87
87
|
'Have an account? ': 'Har en konto allerede? ',
|
|
88
88
|
'Incorrect username or password': 'Feil brukernavn eller passord',
|
|
89
|
+
'Incorrect username or password.': 'Feil brukernavn eller passord',
|
|
89
90
|
'Invalid password format': 'Ugyldig passordformat',
|
|
90
91
|
'Invalid phone number format': 'Ugyldig telefonnummerformat',
|
|
91
92
|
'Lost your code? ': 'Mistet koden? ',
|
|
@@ -72,6 +72,7 @@ const svDict = {
|
|
|
72
72
|
'Forgot Password?': 'Glömt lösenord?',
|
|
73
73
|
'Have an account? ': 'Redan registrerad? ',
|
|
74
74
|
'Incorrect username or password': 'Felaktigt användarnamn eller lösenord',
|
|
75
|
+
'Incorrect username or password.': 'Felaktigt användarnamn eller lösenord',
|
|
75
76
|
'Invalid password format': 'Ogiltigt lösenordsformat',
|
|
76
77
|
'Invalid phone number format': `Ogiltigt format för telefonnummer`,
|
|
77
78
|
'Lost your code? ': 'Förlorat koden? ',
|
|
@@ -91,6 +91,7 @@ const thDict = {
|
|
|
91
91
|
'Forgot Password': 'ลืมรหัสผ่าน',
|
|
92
92
|
'Have an account? ': 'มีบัญชีอยู่แล้ว? ',
|
|
93
93
|
'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
94
|
+
'Incorrect username or password.': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
94
95
|
'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง',
|
|
95
96
|
'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง',
|
|
96
97
|
'Lost your code? ': 'หารหัสไม่เจอ? ',
|
|
@@ -88,6 +88,7 @@ const trDict = {
|
|
|
88
88
|
'Confirm Sign In': 'Oturum Açmayı Doğrula',
|
|
89
89
|
'Have an account? ': 'Hesabınız var mı? ',
|
|
90
90
|
'Incorrect username or password': 'Yanlış kullanıcı adı ya da şifre',
|
|
91
|
+
'Incorrect username or password.': 'Yanlış kullanıcı adı ya da şifre',
|
|
91
92
|
'Invalid password format': 'Geçersiz parola formatı',
|
|
92
93
|
'Invalid phone number format': 'Geçersiz telefon numarası formatı',
|
|
93
94
|
'Lost your code? ': 'Kodu mu kaybettiniz? ',
|
|
@@ -71,6 +71,7 @@ const zhDict = {
|
|
|
71
71
|
'Confirm Sign In': '确认登录',
|
|
72
72
|
'Forgot Password': '忘记密码',
|
|
73
73
|
'Incorrect username or password': '用户名或密码错误',
|
|
74
|
+
'Incorrect username or password.': '用户名或密码错误',
|
|
74
75
|
'Invalid password format': '密码格式错误',
|
|
75
76
|
'Invalid phone number format': '电话格式错误,请使用格式 +12345678900',
|
|
76
77
|
'New Password': '新密码',
|
|
@@ -2,6 +2,7 @@ import { deDict as deDict$1 } from './authenticator/de.mjs';
|
|
|
2
2
|
import { enDict as enDict$1 } from './authenticator/en.mjs';
|
|
3
3
|
import { esDict as esDict$1 } from './authenticator/es.mjs';
|
|
4
4
|
import { frDict as frDict$1 } from './authenticator/fr.mjs';
|
|
5
|
+
import { huDict as huDict$1 } from './authenticator/hu.mjs';
|
|
5
6
|
import { itDict as itDict$1 } from './authenticator/it.mjs';
|
|
6
7
|
import { jaDict as jaDict$1 } from './authenticator/ja.mjs';
|
|
7
8
|
import { krDict as krDict$1 } from './authenticator/kr.mjs';
|
|
@@ -26,6 +27,7 @@ const enDict = {
|
|
|
26
27
|
};
|
|
27
28
|
const esDict = { ...esDict$1 };
|
|
28
29
|
const frDict = { ...frDict$1 };
|
|
30
|
+
const huDict = { ...huDict$1 };
|
|
29
31
|
const itDict = { ...itDict$1 };
|
|
30
32
|
const jaDict = { ...jaDict$1 };
|
|
31
33
|
const krDict = { ...krDict$1 };
|
|
@@ -46,4 +48,4 @@ const defaultTexts = {
|
|
|
46
48
|
// new module related default texts goes here
|
|
47
49
|
};
|
|
48
50
|
|
|
49
|
-
export { deDict, defaultTexts, enDict, esDict, frDict, heDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, ruDict, svDict, thDict, trDict, uaDict, zhDict };
|
|
51
|
+
export { deDict, defaultTexts, enDict, esDict, frDict, heDict, huDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, ruDict, svDict, thDict, trDict, uaDict, zhDict };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { I18n } from 'aws-amplify/utils';
|
|
2
|
-
import { defaultTexts, thDict, uaDict, heDict, ruDict, trDict, svDict, zhDict, ptDict, plDict, nlDict, nbDict, krDict, jaDict, itDict, idDict, frDict, esDict, enDict, deDict } from './dictionaries/index.mjs';
|
|
2
|
+
import { defaultTexts, thDict, uaDict, heDict, ruDict, trDict, svDict, zhDict, ptDict, plDict, nlDict, nbDict, krDict, jaDict, itDict, idDict, huDict, frDict, esDict, enDict, deDict } from './dictionaries/index.mjs';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
5
|
* Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
@@ -46,6 +46,7 @@ const translations = {
|
|
|
46
46
|
en: enDict,
|
|
47
47
|
es: esDict,
|
|
48
48
|
fr: frDict,
|
|
49
|
+
hu: huDict,
|
|
49
50
|
id: idDict,
|
|
50
51
|
it: itDict,
|
|
51
52
|
ja: jaDict,
|
package/dist/index.js
CHANGED
|
@@ -924,6 +924,7 @@ const deDict$1 = {
|
|
|
924
924
|
'Forgot Password': 'Passwort vergessen',
|
|
925
925
|
'Have an account? ': 'Schon registriert? ',
|
|
926
926
|
'Incorrect username or password': 'Falscher Benutzername oder falsches Passwort',
|
|
927
|
+
'Incorrect username or password.': 'Falscher Benutzername oder falsches Passwort',
|
|
927
928
|
'Invalid password format': 'Ungültiges Passwort-Format',
|
|
928
929
|
'Invalid phone number format': `Ungültiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900`,
|
|
929
930
|
'It may take a minute to arrive.': 'Es könnte eine Minute dauern, bis der Code eintrifft.',
|
|
@@ -1026,6 +1027,7 @@ const esDict$1 = {
|
|
|
1026
1027
|
'Account recovery requires verified contact information': 'La recuperación de la cuenta requiere información de contacto verificada',
|
|
1027
1028
|
'Authenticator App (TOTP)': 'Aplicación de autenticación (TOTP)',
|
|
1028
1029
|
'Back to Sign In': 'Volver a inicio de sesión',
|
|
1030
|
+
'Cannot reset password for the user as there is no registered/verified email or phone_number': 'No se puede restablecer la contraseña para el usuario debido a que no hay Email registrado / verificado o número de teléfono',
|
|
1029
1031
|
'Change Password': 'Cambiar contraseña',
|
|
1030
1032
|
Changing: 'Cambiando',
|
|
1031
1033
|
Code: 'Código',
|
|
@@ -1120,10 +1122,10 @@ const esDict$1 = {
|
|
|
1120
1122
|
'Username cannot be empty': 'El nombre de usuario no puede estar vacío',
|
|
1121
1123
|
'Your passwords must match': 'Las contraseñas deben coincidir',
|
|
1122
1124
|
'Password must have at least 8 characters': 'La contraseña debe tener al menos 8 caracteres',
|
|
1123
|
-
'Password
|
|
1124
|
-
'Password
|
|
1125
|
-
'Password
|
|
1126
|
-
'Password
|
|
1125
|
+
'Password must have upper case letters': 'La contraseña debe tener al menos un carácter en mayúscula',
|
|
1126
|
+
'Password must have numbers': 'La contraseña debe tener al menos un carácter numérico',
|
|
1127
|
+
'Password must have special characters': 'La contraseña debe tener al menos un símbolo',
|
|
1128
|
+
'Password must have lower case letters': 'La contraseña debe tener al menos un carácter en minúsculas',
|
|
1127
1129
|
'Invalid verification code provided, please try again.': 'Código de verificación no válido, inténtelo de nuevo.',
|
|
1128
1130
|
'Attempt limit exceeded, please try after some time.': 'Número máximo de intentos excedido, por favor inténtelo de nuevo más tarde.',
|
|
1129
1131
|
'A network error has occurred.': 'Se ha producido un error de red.',
|
|
@@ -1133,6 +1135,7 @@ const frDict$1 = {
|
|
|
1133
1135
|
'Account recovery requires verified contact information': 'La récupération du compte nécessite des informations de contact vérifiées',
|
|
1134
1136
|
'Authenticator App (TOTP)': 'Application d’authentification (TOTP)',
|
|
1135
1137
|
'Back to Sign In': 'Retour à la connexion',
|
|
1138
|
+
'Cannot reset password for the user as there is no registered/verified email or phone_number': "Impossible de réinitialiser le mot de passe pour l'utilisateur car il n'a pas d'adresse e-mail ou de numéro de téléphone enregistré / vérifié",
|
|
1136
1139
|
'Change Password': 'Modifier le mot de passe',
|
|
1137
1140
|
Changing: 'Modification en cours',
|
|
1138
1141
|
Code: 'Code',
|
|
@@ -1217,10 +1220,10 @@ const frDict$1 = {
|
|
|
1217
1220
|
'Family Name': 'Nom de famille',
|
|
1218
1221
|
'Forgot Password': 'Mot de passe oublié',
|
|
1219
1222
|
'Forgot Password?': 'Mot de passe oublié ?',
|
|
1223
|
+
'Incorrect username or password': 'Identifiant ou mot de passe incorrect',
|
|
1220
1224
|
'Incorrect username or password.': 'Identifiant ou mot de passe incorrect.',
|
|
1221
1225
|
'Have an account? ': 'Déjà un compte ? ',
|
|
1222
1226
|
Hello: 'Bonjour',
|
|
1223
|
-
'Incorrect username or password': 'Identifiant ou mot de passe incorrect',
|
|
1224
1227
|
'Invalid password format': 'Format de mot de passe invalide',
|
|
1225
1228
|
'Invalid phone number format': `Format de numéro de téléphone invalide. Veuillez utiliser un format +12345678900`,
|
|
1226
1229
|
'Loading...': 'Chargement...',
|
|
@@ -1251,15 +1254,157 @@ const frDict$1 = {
|
|
|
1251
1254
|
'It may take a minute to arrive.': 'Cela peut prendre quelques minutes.',
|
|
1252
1255
|
Website: 'Site web',
|
|
1253
1256
|
'Password must have at least 8 characters': 'Le mot de passe doit comporter au moins 8 caractères',
|
|
1254
|
-
'Password
|
|
1255
|
-
'Password
|
|
1256
|
-
'Password
|
|
1257
|
-
'Password
|
|
1257
|
+
'Password must have upper case letters': 'Le mot de passe doit comporter des caractères majuscules',
|
|
1258
|
+
'Password must have numbers': 'Le mot de passe doit comporter des caractères numériques',
|
|
1259
|
+
'Password must have special characters': 'Le mot de passe doit comporter des symboles',
|
|
1260
|
+
'Password must have lower case letters': 'Le mot de passe doit comporter des caractères minuscules',
|
|
1258
1261
|
'Invalid verification code provided, please try again.': 'Code de vérification invalide, veuillez réessayer.',
|
|
1259
1262
|
'Attempt limit exceeded, please try after some time.': 'Nombre maximum de tentatives dépassé, veuillez réessayer plus tard.',
|
|
1260
1263
|
'A network error has occurred.': "Une erreur de réseau s'est produite.",
|
|
1261
1264
|
};
|
|
1262
1265
|
|
|
1266
|
+
const huDict$1 = {
|
|
1267
|
+
'A network error has occurred.': 'Hálózati hiba történt.',
|
|
1268
|
+
'Account recovery requires verified contact information': 'A fiók helyreállításához hitelesített kapcsolattartási adatok szükségesek',
|
|
1269
|
+
'Add your Profile': 'Profil hozzáadása',
|
|
1270
|
+
'Add your Website': 'Weboldal hozzáadása',
|
|
1271
|
+
'An account with the given email already exists.': 'Ezzel az e-mail címmel már létezik fiók.',
|
|
1272
|
+
'Attempt limit exceeded, please try after some time.': 'Próbálkozási limit túllépve, kérjük próbálja újra később.',
|
|
1273
|
+
'Authenticator App (TOTP)': 'Hitelesítő alkalmazás (TOTP)',
|
|
1274
|
+
'Back to Sign In': 'Vissza a bejelentkezéshez',
|
|
1275
|
+
Birthdate: 'Születési dátum',
|
|
1276
|
+
'Change Password': 'Jelszó módosítása',
|
|
1277
|
+
Changing: 'Módosítás',
|
|
1278
|
+
Code: 'Kód',
|
|
1279
|
+
Confirm: 'Megerősítés',
|
|
1280
|
+
'Confirm a Code': 'Kód megerősítése',
|
|
1281
|
+
'Confirm Email Code': 'E-mail kód megerősítése',
|
|
1282
|
+
'Confirm MFA Code': 'MFA kód megerősítése',
|
|
1283
|
+
'Confirm Password': 'Jelszó megerősítése',
|
|
1284
|
+
'Confirm Sign In': 'Bejelentkezés megerősítése',
|
|
1285
|
+
'Confirm Sign Up': 'Regisztráció megerősítése',
|
|
1286
|
+
'Confirm SMS Code': 'SMS kód megerősítése',
|
|
1287
|
+
'Confirm TOTP Code': 'TOTP kód megerősítése',
|
|
1288
|
+
'Confirmation Code': 'Megerősítő kód',
|
|
1289
|
+
Confirming: 'Megerősítés',
|
|
1290
|
+
'Create a new account': 'Új fiók létrehozása',
|
|
1291
|
+
'Create Account': 'Fiók létrehozása',
|
|
1292
|
+
'Create account': 'Fiók létrehozása',
|
|
1293
|
+
'Creating Account': 'Fiók létrehozása',
|
|
1294
|
+
'Dismiss alert': 'Figyelmeztetés ignorálása',
|
|
1295
|
+
Email: 'E-mail',
|
|
1296
|
+
'Email Message': 'E-mail üzenet',
|
|
1297
|
+
'Enter your Birthdate': 'Adja meg a születési dátumát',
|
|
1298
|
+
'Enter your code': 'Adja meg a kódot',
|
|
1299
|
+
'Enter your Confirmation Code': 'Adja meg a megerősítő kódot',
|
|
1300
|
+
'Enter your email': 'Adja meg az e-mail címét',
|
|
1301
|
+
'Enter your Email': 'Adja meg az e-mail címét',
|
|
1302
|
+
'Enter your Family Name': 'Adja meg a vezetéknevét',
|
|
1303
|
+
'Enter your Given Name': 'Adja meg a keresztnevét',
|
|
1304
|
+
'Enter your Middle Name': 'Adja meg második keresztnevét (ha van)',
|
|
1305
|
+
'Enter your Name': 'Adja meg a nevét',
|
|
1306
|
+
'Enter your Nickname': 'Adja meg a becenevét',
|
|
1307
|
+
'Enter your password': 'Adja meg a jelszavát',
|
|
1308
|
+
'Enter your Password': 'Adja meg a jelszavát',
|
|
1309
|
+
'Enter your phone number': 'Adja meg a telefonszámát',
|
|
1310
|
+
'Enter your Phone Number': 'Adja meg a telefonszámát',
|
|
1311
|
+
'Enter your Preferred Username': 'Adja meg a preferált felhasználónevét',
|
|
1312
|
+
'Enter your username': 'Adja meg a felhasználónevét',
|
|
1313
|
+
'Enter your Username': 'Adja meg a felhasználónevét',
|
|
1314
|
+
'Family Name': 'Vezetéknév',
|
|
1315
|
+
'Forgot Password': 'Elfelejtett jelszó',
|
|
1316
|
+
'Forgot password?': 'Elfelejtette a jelszavát?',
|
|
1317
|
+
'Forgot your password?': 'Elfelejtette a jelszavát?',
|
|
1318
|
+
'Given Name': 'Keresztnév',
|
|
1319
|
+
'Have an account? ': 'Van már fiókja? ',
|
|
1320
|
+
Hello: 'Üdvözöljük',
|
|
1321
|
+
'Hide password': 'Jelszó elrejtése',
|
|
1322
|
+
'Incorrect username or password': 'Helytelen felhasználónév vagy jelszó',
|
|
1323
|
+
'Incorrect username or password.': 'Helytelen felhasználónév vagy jelszó.',
|
|
1324
|
+
'Invalid password format': 'Érvénytelen jelszó formátum',
|
|
1325
|
+
'Invalid phone number format': 'Érvénytelen telefonszám formátum',
|
|
1326
|
+
'It may take a minute to arrive': 'Egy percet igénybe vehet, amíg megérkezik',
|
|
1327
|
+
'It may take a minute to arrive.': 'Egy percet igénybe vehet, amíg megérkezik.',
|
|
1328
|
+
Loading: 'Betöltés',
|
|
1329
|
+
'Loading...': 'Betöltés...',
|
|
1330
|
+
'Lost your code? ': 'Elvesztette a kódot? ',
|
|
1331
|
+
'Middle Name': 'Második keresztnév',
|
|
1332
|
+
'Multi-Factor Authentication': 'Többfaktoros hitelesítés',
|
|
1333
|
+
'Multi-Factor Authentication Setup': 'Többfaktoros hitelesítés felállítása',
|
|
1334
|
+
Name: 'Név',
|
|
1335
|
+
'Network error': 'Hálózati hiba',
|
|
1336
|
+
'New Password': 'Új jelszó',
|
|
1337
|
+
'New password': 'Új jelszó',
|
|
1338
|
+
Nickname: 'Becenév',
|
|
1339
|
+
'No account? ': 'Nincs még fiókja? ',
|
|
1340
|
+
or: 'vagy',
|
|
1341
|
+
Password: 'Jelszó',
|
|
1342
|
+
'Password attempts exceeded': 'Jelszó próbálkozási limit túllépve',
|
|
1343
|
+
'Password did not conform with policy': 'A jelszónak tartalmaznia kell kisbetűket',
|
|
1344
|
+
'Password must have lower case letters': 'A jelszónak tartalmaznia kell kisbetűket',
|
|
1345
|
+
'Password must have numbers': 'A jelszónak tartalmaznia kell számokat',
|
|
1346
|
+
'Password must have special characters': 'A jelszónak tartalmaznia kell szimbólumokat',
|
|
1347
|
+
'Password must have upper case letters': 'A jelszónak tartalmaznia kell nagybetűket',
|
|
1348
|
+
'Password not long enough': 'Jelszó nem elég hosszú',
|
|
1349
|
+
'Password must have at least 8 characters': 'A jelszónak legalább 8 karakterből kell állnia',
|
|
1350
|
+
'Phone Number': 'Telefonszám',
|
|
1351
|
+
'Please confirm your Password': 'Kérjük, erősítse meg a jelszavát',
|
|
1352
|
+
'Preferred Username': 'Preferált felhasználónév',
|
|
1353
|
+
Profile: 'Profil',
|
|
1354
|
+
'Resend a Code': 'Kód újraküldése',
|
|
1355
|
+
'Resend Code': 'Kód újraküldése',
|
|
1356
|
+
'Reset Password': 'Új jelszó felállítása',
|
|
1357
|
+
'Reset password': 'Új jelszó felállítása',
|
|
1358
|
+
'Reset your password': 'Új jelszó felállítása',
|
|
1359
|
+
'Reset your Password': 'Új jelszó felállítása',
|
|
1360
|
+
'Select MFA Type': 'MFA típus kiválasztása',
|
|
1361
|
+
Send: 'Küldés',
|
|
1362
|
+
'Send code': 'Kód küldése',
|
|
1363
|
+
'Send Code': 'Kód küldése',
|
|
1364
|
+
Sending: 'Küldés',
|
|
1365
|
+
'Setup Email': 'E-mail cím beállítása',
|
|
1366
|
+
'Setup TOTP': 'TOTP beállítása',
|
|
1367
|
+
'Show password': 'Jelszó megjelenítése',
|
|
1368
|
+
'Sign In': 'Bejelentkezés',
|
|
1369
|
+
'Sign in': 'Bejelentkezés',
|
|
1370
|
+
'Sign in to your account': 'Jelentkezzen be a fiókjába',
|
|
1371
|
+
'Sign In with Amazon': 'Bejelentkezés Amazon-nal',
|
|
1372
|
+
'Sign In with Apple': 'Bejelentkezés Apple-lel',
|
|
1373
|
+
'Sign In with AWS': 'Bejelentkezés AWS-sel',
|
|
1374
|
+
'Sign In with Facebook': 'Bejelentkezés Facebook-kal',
|
|
1375
|
+
'Sign In with Google': 'Bejelentkezés Google-lal',
|
|
1376
|
+
'Sign out': 'Kijelentkezés',
|
|
1377
|
+
'Sign Out': 'Kijelentkezés',
|
|
1378
|
+
'Sign up': 'Regisztráció',
|
|
1379
|
+
'Sign Up': 'Regisztráció',
|
|
1380
|
+
'Sign Up with Amazon': 'Regisztráció Amazon-nal',
|
|
1381
|
+
'Sign Up with Apple': 'Regisztráció Apple-lel',
|
|
1382
|
+
'Sign Up with Facebook': 'Regisztráció Facebook-kal',
|
|
1383
|
+
'Sign Up with Google': 'Regisztráció Google-lal',
|
|
1384
|
+
'Signing in': 'Bejelentkezés',
|
|
1385
|
+
Skip: 'Kihagyás',
|
|
1386
|
+
SMS: 'SMS',
|
|
1387
|
+
Submit: 'Küldés',
|
|
1388
|
+
Submitting: 'Küldés',
|
|
1389
|
+
'Text Message (SMS)': 'SMS üzenet',
|
|
1390
|
+
'User already exists': 'A felhasználó már létezik',
|
|
1391
|
+
'User does not exist': 'Felhasználó nem található',
|
|
1392
|
+
'User is disabled.': 'A felhasználó le van tiltva.',
|
|
1393
|
+
Username: 'Felhasználónév',
|
|
1394
|
+
'Username cannot be empty': 'A felhasználónév mező nem lehet üres',
|
|
1395
|
+
'Username/client id combination not found.': 'Felhasználónév/kliens azonosító kombináció nem található.',
|
|
1396
|
+
Verify: 'Ellenőrzés',
|
|
1397
|
+
'Verify Contact': 'Kapcsolat ellenőrzése',
|
|
1398
|
+
'We Emailed You': 'Küldtünk Önnek egy e-mailt',
|
|
1399
|
+
'We Sent A Code': 'Küldtünk Önnek egy kódot',
|
|
1400
|
+
'We Texted You': 'Küldtünk Önnek egy SMS-t',
|
|
1401
|
+
Website: 'Weboldal',
|
|
1402
|
+
'Your code is on the way. To log in, enter the code we emailed to': 'A bejelentkezéshez szükséges kód küldése folyamatban van, amelyet a következő e-mail címre küldtünk:',
|
|
1403
|
+
'Your code is on the way. To log in, enter the code we sent you': 'A bejelentkezéshez szükséges kód küldése folyamatban van',
|
|
1404
|
+
'Your code is on the way. To log in, enter the code we texted to': 'A bejelentkezéshez szükséges kód küldése folyamatban van, amelyet SMS-ben küldtünk a következő számra:',
|
|
1405
|
+
'Your passwords must match': 'A jelszavaknak meg kell egyezniük',
|
|
1406
|
+
};
|
|
1407
|
+
|
|
1263
1408
|
const itDict$1 = {
|
|
1264
1409
|
'Account recovery requires verified contact information': "Il ripristino dell'account richiede informazioni di contatto verificate",
|
|
1265
1410
|
'Authenticator App (TOTP)': 'App di autenticazione (TOTP)',
|
|
@@ -1335,6 +1480,7 @@ const itDict$1 = {
|
|
|
1335
1480
|
'Forgot Password?': 'Password dimenticata?',
|
|
1336
1481
|
'Have an account? ': 'Già registrato?',
|
|
1337
1482
|
'Incorrect username or password': 'Nome utente o password errati',
|
|
1483
|
+
'Incorrect username or password.': 'Nome utente o password errati',
|
|
1338
1484
|
'Invalid password format': 'Formato della password non valido',
|
|
1339
1485
|
'Invalid phone number format': 'Formato del numero di telefono non valido',
|
|
1340
1486
|
'Lost your code?': 'Codice smarrito?',
|
|
@@ -1424,6 +1570,7 @@ const jaDict$1 = {
|
|
|
1424
1570
|
'Forgot Password': 'パスワードを忘れた ',
|
|
1425
1571
|
'Have an account? ': 'アカウントを持っていますか?',
|
|
1426
1572
|
'Incorrect username or password': 'ユーザー名かパスワードが異なります ',
|
|
1573
|
+
'Incorrect username or password.': 'ユーザー名かパスワードが異なります ',
|
|
1427
1574
|
'Invalid password format': 'パスワードの形式が無効です ',
|
|
1428
1575
|
'Invalid phone number format': '不正な電話番号の形式です。\n+12345678900 の形式で入力してください',
|
|
1429
1576
|
'It may take a minute to arrive.': 'コードを受信するまで数分かかる場合があります。',
|
|
@@ -1619,6 +1766,7 @@ const nbDict$1 = {
|
|
|
1619
1766
|
'Forgot Password': 'Glemt passordet',
|
|
1620
1767
|
'Have an account? ': 'Har en konto allerede? ',
|
|
1621
1768
|
'Incorrect username or password': 'Feil brukernavn eller passord',
|
|
1769
|
+
'Incorrect username or password.': 'Feil brukernavn eller passord',
|
|
1622
1770
|
'Invalid password format': 'Ugyldig passordformat',
|
|
1623
1771
|
'Invalid phone number format': 'Ugyldig telefonnummerformat',
|
|
1624
1772
|
'Lost your code? ': 'Mistet koden? ',
|
|
@@ -1961,6 +2109,7 @@ const zhDict$1 = {
|
|
|
1961
2109
|
'Confirm Sign In': '确认登录',
|
|
1962
2110
|
'Forgot Password': '忘记密码',
|
|
1963
2111
|
'Incorrect username or password': '用户名或密码错误',
|
|
2112
|
+
'Incorrect username or password.': '用户名或密码错误',
|
|
1964
2113
|
'Invalid password format': '密码格式错误',
|
|
1965
2114
|
'Invalid phone number format': '电话格式错误,请使用格式 +12345678900',
|
|
1966
2115
|
'New Password': '新密码',
|
|
@@ -2045,6 +2194,7 @@ const svDict$1 = {
|
|
|
2045
2194
|
'Forgot Password?': 'Glömt lösenord?',
|
|
2046
2195
|
'Have an account? ': 'Redan registrerad? ',
|
|
2047
2196
|
'Incorrect username or password': 'Felaktigt användarnamn eller lösenord',
|
|
2197
|
+
'Incorrect username or password.': 'Felaktigt användarnamn eller lösenord',
|
|
2048
2198
|
'Invalid password format': 'Ogiltigt lösenordsformat',
|
|
2049
2199
|
'Invalid phone number format': `Ogiltigt format för telefonnummer`,
|
|
2050
2200
|
'Lost your code? ': 'Förlorat koden? ',
|
|
@@ -2254,6 +2404,7 @@ const trDict$1 = {
|
|
|
2254
2404
|
'Confirm Sign In': 'Oturum Açmayı Doğrula',
|
|
2255
2405
|
'Have an account? ': 'Hesabınız var mı? ',
|
|
2256
2406
|
'Incorrect username or password': 'Yanlış kullanıcı adı ya da şifre',
|
|
2407
|
+
'Incorrect username or password.': 'Yanlış kullanıcı adı ya da şifre',
|
|
2257
2408
|
'Invalid password format': 'Geçersiz parola formatı',
|
|
2258
2409
|
'Invalid phone number format': 'Geçersiz telefon numarası formatı',
|
|
2259
2410
|
'Lost your code? ': 'Kodu mu kaybettiniz? ',
|
|
@@ -2579,6 +2730,7 @@ const thDict$1 = {
|
|
|
2579
2730
|
'Forgot Password': 'ลืมรหัสผ่าน',
|
|
2580
2731
|
'Have an account? ': 'มีบัญชีอยู่แล้ว? ',
|
|
2581
2732
|
'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
2733
|
+
'Incorrect username or password.': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
2582
2734
|
'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง',
|
|
2583
2735
|
'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง',
|
|
2584
2736
|
'Lost your code? ': 'หารหัสไม่เจอ? ',
|
|
@@ -2693,6 +2845,7 @@ const enDict = {
|
|
|
2693
2845
|
};
|
|
2694
2846
|
const esDict = { ...esDict$1 };
|
|
2695
2847
|
const frDict = { ...frDict$1 };
|
|
2848
|
+
const huDict = { ...huDict$1 };
|
|
2696
2849
|
const itDict = { ...itDict$1 };
|
|
2697
2850
|
const jaDict = { ...jaDict$1 };
|
|
2698
2851
|
const krDict = { ...krDict$1 };
|
|
@@ -2758,6 +2911,7 @@ const translations = {
|
|
|
2758
2911
|
en: enDict,
|
|
2759
2912
|
es: esDict,
|
|
2760
2913
|
fr: frDict,
|
|
2914
|
+
hu: huDict,
|
|
2761
2915
|
id: idDict,
|
|
2762
2916
|
it: itDict,
|
|
2763
2917
|
ja: jaDict,
|