diff --git a/application/Espo/Resources/i18n/ar_AR/User.json b/application/Espo/Resources/i18n/ar_AR/User.json index a2aaaff565..4d1f8f9d98 100644 --- a/application/Espo/Resources/i18n/ar_AR/User.json +++ b/application/Espo/Resources/i18n/ar_AR/User.json @@ -94,7 +94,7 @@ "passwordWillBeSent": "سيتم إرسال كلمة مرور المستخدم إلى عنوان البريد الإلكتروني.", "passwordChanged": "تم تغيير كلمة السر", "userCantBeEmpty": "اسم المستخدم يجب الا يكون فارغا", - "wrongUsernamePasword": "اسم المستخدم/كلمة المرور خطأ", + "wrongUsernamePassword": "اسم المستخدم/كلمة المرور خطأ", "emailAddressCantBeEmpty": "لا يمكن أن يكون عنوان البريد الإلكتروني فارغًا", "userNameEmailAddressNotFound": "اسم المستخدم/البريد الالكتروني غير موجود", "forbidden": "ممنوع ، يرجى المحاولة لاحقًا", @@ -150,4 +150,4 @@ "ApiKey": "مفتاح API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/bg_BG/User.json b/application/Espo/Resources/i18n/bg_BG/User.json index 88ffb1b98d..23ad802d75 100644 --- a/application/Espo/Resources/i18n/bg_BG/User.json +++ b/application/Espo/Resources/i18n/bg_BG/User.json @@ -93,7 +93,7 @@ "passwordWillBeSent": "Паролата ще бъде изпратена на имейл адреса на потребителя.", "passwordChanged": "Паролата беше успешно сменена", "userCantBeEmpty": "Потребителското име не може да бъде празно", - "wrongUsernamePasword": "Грешно потребителско име / парола", + "wrongUsernamePassword": "Грешно потребителско име / парола", "emailAddressCantBeEmpty": "Имейл адреса не може да бъде празен", "userNameEmailAddressNotFound": "Потребителското име или имейл адрес не беше намерен", "forbidden": "Забранено, моля опитайте по-късно или се свържете с администратора", @@ -148,4 +148,4 @@ "ApiKey": "API ключ" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/cs_CZ/User.json b/application/Espo/Resources/i18n/cs_CZ/User.json index 24d9d0ffee..cb9250278f 100644 --- a/application/Espo/Resources/i18n/cs_CZ/User.json +++ b/application/Espo/Resources/i18n/cs_CZ/User.json @@ -45,7 +45,7 @@ "passwordWillBeSent": "Heslo bude posláno na emailovou adresu uživatele.", "passwordChanged": "Heslo bylo změněno", "userCantBeEmpty": "Uživatelské jméno nemůže být prázdné", - "wrongUsernamePasword": "Nesprávné uživatelské jmén/heslo", + "wrongUsernamePassword": "Nesprávné uživatelské jmén/heslo", "emailAddressCantBeEmpty": "Emailová adresa nemůže zůstat prázdná", "userNameEmailAddressNotFound": "Uživatelské jméno/heslo nebylo nalezeno", "forbidden": "Tato operace není povolena, prosím zkuste to později", diff --git a/application/Espo/Resources/i18n/da_DK/User.json b/application/Espo/Resources/i18n/da_DK/User.json index c53470ec4a..43d1a1ccb9 100644 --- a/application/Espo/Resources/i18n/da_DK/User.json +++ b/application/Espo/Resources/i18n/da_DK/User.json @@ -70,7 +70,7 @@ "passwordWillBeSent": "Kodeord sendes til brugers emailadresse.", "passwordChanged": "Kodeordet er ændret", "userCantBeEmpty": "Brugernavn kan ikke være tomt.", - "wrongUsernamePasword": "Forkert brugernavn/kodeord", + "wrongUsernamePassword": "Forkert brugernavn/kodeord", "emailAddressCantBeEmpty": "Emailadresse kan ikke være tom", "userNameEmailAddressNotFound": "Brugernavn/Emailadresse ikke fundet.", "forbidden": "Forbudt. Prøv venligst senere.", @@ -99,4 +99,4 @@ "ApiKey": "API Nøgle" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/de_DE/User.json b/application/Espo/Resources/i18n/de_DE/User.json index 52d90014c8..aeb331f2fc 100644 --- a/application/Espo/Resources/i18n/de_DE/User.json +++ b/application/Espo/Resources/i18n/de_DE/User.json @@ -85,7 +85,7 @@ "passwordWillBeSent": "Das Passwort wird an die E-Mail Adresse des Benutzers gesendet", "passwordChanged": "Das Passwort wurde geändert", "userCantBeEmpty": "Der Benutzername darf nicht leer sein!", - "wrongUsernamePasword": "Falscher Benutzername/Passwort", + "wrongUsernamePassword": "Falscher Benutzername/Passwort", "emailAddressCantBeEmpty": "E-Mail Adresse darf nicht leer sein", "userNameEmailAddressNotFound": "Benutzername oder E-Mail Adresse nicht gefunden", "forbidden": "Verboten, bitte später nochmals versuchen", @@ -129,4 +129,4 @@ "ApiKey": "API Schlüssel" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/en_US/User.json b/application/Espo/Resources/i18n/en_US/User.json index 4055c739c2..9cead3e2f4 100644 --- a/application/Espo/Resources/i18n/en_US/User.json +++ b/application/Espo/Resources/i18n/en_US/User.json @@ -104,7 +104,7 @@ "passwordWillBeSent": "Password will be sent to user's email address.", "passwordChanged": "Password has been changed", "userCantBeEmpty": "Username can not be empty", - "wrongUsernamePasword": "Wrong username/password", + "wrongUsernamePassword": "Wrong username/password", "emailAddressCantBeEmpty": "Email Address can not be empty", "userNameEmailAddressNotFound": "Username/Email Address not found", "forbidden": "Forbidden, please try later", diff --git a/application/Espo/Resources/i18n/es_ES/User.json b/application/Espo/Resources/i18n/es_ES/User.json index 09f0a611cd..69cc093c97 100644 --- a/application/Espo/Resources/i18n/es_ES/User.json +++ b/application/Espo/Resources/i18n/es_ES/User.json @@ -87,7 +87,7 @@ "passwordWillBeSent": "La Contraseña será enviada al correo electrónico del usuario", "passwordChanged": "La Contraseña ha sido cambiada", "userCantBeEmpty": "El nombre de usuario no puede estar vacío", - "wrongUsernamePasword": "Nombre de usuario/contraseña incorrectos", + "wrongUsernamePassword": "Nombre de usuario/contraseña incorrectos", "emailAddressCantBeEmpty": "La dirección de correo no puede estar vacía", "userNameEmailAddressNotFound": "Nombre de Usuario/Correo no encontrado", "forbidden": "Prohibido, por favor intente después", @@ -133,4 +133,4 @@ "ApiKey": "Clave de API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/es_MX/User.json b/application/Espo/Resources/i18n/es_MX/User.json index 0cc69338ee..ec8f00c09c 100644 --- a/application/Espo/Resources/i18n/es_MX/User.json +++ b/application/Espo/Resources/i18n/es_MX/User.json @@ -73,7 +73,7 @@ "passwordWillBeSent": "La Contraseña será enviada al correo electrónico del usuario", "passwordChanged": "La Contraseña ha sido cambiada", "userCantBeEmpty": "El nombre de usuario no puede estar vacío", - "wrongUsernamePasword": "Nombre de usuario/contraseña incorrectos", + "wrongUsernamePassword": "Nombre de usuario/contraseña incorrectos", "emailAddressCantBeEmpty": "La dirección de correo no puede estar vacía", "userNameEmailAddressNotFound": "Nombre de Usuario/Correo no encontrado", "forbidden": "Prohibido, por favor intente después", @@ -104,4 +104,4 @@ "ApiKey": "Llave API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/fa_IR/User.json b/application/Espo/Resources/i18n/fa_IR/User.json index 48ac051d88..6a5928899c 100644 --- a/application/Espo/Resources/i18n/fa_IR/User.json +++ b/application/Espo/Resources/i18n/fa_IR/User.json @@ -74,7 +74,7 @@ "passwordWillBeSent": "رمز عبور به آدرس ایمیل کاربر ارسال می شود.", "passwordChanged": "رمز عبور تغییر کرده است", "userCantBeEmpty": "نام کاربری نمیتواند خالی باشد", - "wrongUsernamePasword": "نام کاربری / کلمه عبور اشتباه است", + "wrongUsernamePassword": "نام کاربری / کلمه عبور اشتباه است", "emailAddressCantBeEmpty": "آدرس ایمیل نمی تواند خالی باشد", "userNameEmailAddressNotFound": "نام کاربری / آدرس ایمیل یافت نشد", "forbidden": "ممنوع است، لطفا بعدا امتحان کنید", @@ -104,4 +104,4 @@ "super-admin": "مدیر کل" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/fr_FR/User.json b/application/Espo/Resources/i18n/fr_FR/User.json index fbad8c28dc..246e8d5d98 100644 --- a/application/Espo/Resources/i18n/fr_FR/User.json +++ b/application/Espo/Resources/i18n/fr_FR/User.json @@ -75,7 +75,7 @@ "passwordWillBeSent": "Les identifiants (y compris le mot de passe) seront envoyés à l'adresse email de l'utilisateur.", "passwordChanged": "Le mot de passe a été modifié", "userCantBeEmpty": "Le nom d'utilisateur ne peut être laissé vide", - "wrongUsernamePasword": "Mauvaise combinaison nom d'utilisateur/mot de passe", + "wrongUsernamePassword": "Mauvaise combinaison nom d'utilisateur/mot de passe", "emailAddressCantBeEmpty": "L'adresse email ne peut être laissée vide", "userNameEmailAddressNotFound": "Cette combinaison utilisateur/adresse email n'a pas été retrouvée.", "forbidden": "Erreur, veuillez réessayer plus tard.", @@ -116,4 +116,4 @@ "ApiKey": "clé API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/hr_HR/User.json b/application/Espo/Resources/i18n/hr_HR/User.json index 133178c9ce..62821dc4d1 100644 --- a/application/Espo/Resources/i18n/hr_HR/User.json +++ b/application/Espo/Resources/i18n/hr_HR/User.json @@ -69,7 +69,7 @@ "passwordWillBeSent": "Lozinka će biti poslana na adresu korisnika.", "passwordChanged": "Lozinka je promijenjena", "userCantBeEmpty": "Korisničko ime ne može biti prazno", - "wrongUsernamePasword": "Pogrešno korisničko ime/lozinka", + "wrongUsernamePassword": "Pogrešno korisničko ime/lozinka", "emailAddressCantBeEmpty": "Adresa e-pošte ne može biti prazna", "userNameEmailAddressNotFound": "Korisničko ime/Adresa e-pošte nije pronađena", "forbidden": "Zabranjeno, pokušajte kasnije", @@ -92,4 +92,4 @@ "Neutral": "Neutralan" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/hu_HU/User.json b/application/Espo/Resources/i18n/hu_HU/User.json index 78b80cef89..61cda7d663 100644 --- a/application/Espo/Resources/i18n/hu_HU/User.json +++ b/application/Espo/Resources/i18n/hu_HU/User.json @@ -70,7 +70,7 @@ "passwordWillBeSent": "A jelszó a felhasználó e-mail címére lesz elküldve.", "passwordChanged": "A jelszó megváltozott", "userCantBeEmpty": "A felhasználónév nem lehet üres", - "wrongUsernamePasword": "Helytelen felhasználónév / jelszó", + "wrongUsernamePassword": "Helytelen felhasználónév / jelszó", "emailAddressCantBeEmpty": "Az e-mail cím nem lehet üres", "userNameEmailAddressNotFound": "A felhasználónév / e-mail cím nem található", "forbidden": "Tilos, próbálkozzon később", @@ -93,4 +93,4 @@ "Neutral": "Semleges" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/id_ID/User.json b/application/Espo/Resources/i18n/id_ID/User.json index 3d54450180..32a3be293b 100644 --- a/application/Espo/Resources/i18n/id_ID/User.json +++ b/application/Espo/Resources/i18n/id_ID/User.json @@ -57,7 +57,7 @@ "passwordWillBeSent": "Password akan dikirimkan ke alamat email pengguna.", "passwordChanged": "Sandi telah diubah", "userCantBeEmpty": "Username tidak boleh kosong", - "wrongUsernamePasword": "Salah username / password", + "wrongUsernamePassword": "Salah username / password", "emailAddressCantBeEmpty": "Alamat Email tidak boleh kosong", "userNameEmailAddressNotFound": "Username / Email Alamat tidak ditemukan", "forbidden": "Dilarang, coba nanti", @@ -72,4 +72,4 @@ "active": "Aktif", "activePortal": "Portal Aktif" } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/it_IT/User.json b/application/Espo/Resources/i18n/it_IT/User.json index da7b1f8bbf..0bb82bf31f 100644 --- a/application/Espo/Resources/i18n/it_IT/User.json +++ b/application/Espo/Resources/i18n/it_IT/User.json @@ -84,7 +84,7 @@ "passwordWillBeSent": "La password verrà inviata all'indirizzo email dell'utente.", "passwordChanged": "La password è stata modificata", "userCantBeEmpty": "Il nome utente non può essere vuoto", - "wrongUsernamePasword": "I dati forniti non sono corretti", + "wrongUsernamePassword": "I dati forniti non sono corretti", "emailAddressCantBeEmpty": "L'indirizzo Email non può essere vuoto", "userNameEmailAddressNotFound": "Username/Indirizzo Email non trovato", "forbidden": "Vietato, riprova piu tardi", @@ -139,4 +139,4 @@ "ApiKey": "Chiave API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/lt_LT/User.json b/application/Espo/Resources/i18n/lt_LT/User.json index 2546099756..d4148b538c 100644 --- a/application/Espo/Resources/i18n/lt_LT/User.json +++ b/application/Espo/Resources/i18n/lt_LT/User.json @@ -94,7 +94,7 @@ "passwordWillBeSent": "Slaptažodis bus išsiųstas vartotojo el. pašto adresu.", "passwordChanged": "Slpatažodis buvo pakeistas", "userCantBeEmpty": "Vartotojo vardas negali būti tuščias", - "wrongUsernamePasword": "Neteisingas prisijungimo vardas/slaptažodis", + "wrongUsernamePassword": "Neteisingas prisijungimo vardas/slaptažodis", "emailAddressCantBeEmpty": "El. pašto adresas negali būti tuščias", "userNameEmailAddressNotFound": "Vartotojo vardas/el. pašto adresas nerastas", "forbidden": "Draudžiama, prašome pabandyti vėliau", @@ -150,4 +150,4 @@ "ApiKey": "API raktas" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/lv_LV/User.json b/application/Espo/Resources/i18n/lv_LV/User.json index c816f6ab07..7a1678758d 100644 --- a/application/Espo/Resources/i18n/lv_LV/User.json +++ b/application/Espo/Resources/i18n/lv_LV/User.json @@ -92,7 +92,7 @@ "passwordWillBeSent": "Parole tiks nosūtīta uz lietotāja e-pasta adresi.", "passwordChanged": "Parole ir nomainīta", "userCantBeEmpty": "Lietotājvārds nedrīkst būt tukšs", - "wrongUsernamePasword": "Nepareizs lietotājvārds/parole", + "wrongUsernamePassword": "Nepareizs lietotājvārds/parole", "emailAddressCantBeEmpty": "E-pasta adrese nedrīkst būt tukša", "userNameEmailAddressNotFound": "Lietotājvārds/e-pasta adrese nav atrasta", "forbidden": "Aizliegts, lūdzu, mēģiniet vēlāk", @@ -146,4 +146,4 @@ "ApiKey": "API atslēga" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/nb_NO/User.json b/application/Espo/Resources/i18n/nb_NO/User.json index 3ca08520fb..bcde1a3522 100644 --- a/application/Espo/Resources/i18n/nb_NO/User.json +++ b/application/Espo/Resources/i18n/nb_NO/User.json @@ -78,7 +78,7 @@ "passwordWillBeSent": "Passordet vil sendes til brukerens epostadresse.", "passwordChanged": "Passordet er endret.", "userCantBeEmpty": "Brukernavn-feltet må fylles ut", - "wrongUsernamePasword": "Feil brukernavn og / eller passord", + "wrongUsernamePassword": "Feil brukernavn og / eller passord", "emailAddressCantBeEmpty": "Epostadresse-feltet må fylles ut", "userNameEmailAddressNotFound": "Brukernavn og / eller passordet finnes ikke", "forbidden": "Ikke tillat, prøv igjen senere", @@ -110,4 +110,4 @@ "ApiKey": "API-nøkkel" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/nl_NL/User.json b/application/Espo/Resources/i18n/nl_NL/User.json index 4978223a38..f9e9f55606 100644 --- a/application/Espo/Resources/i18n/nl_NL/User.json +++ b/application/Espo/Resources/i18n/nl_NL/User.json @@ -88,7 +88,7 @@ "passwordWillBeSent": "Wachtwoord wordt naar het e-mailadres van de gebruiker verzonden.", "passwordChanged": "Het wachtwoord is gewijzigd", "userCantBeEmpty": "Gebruikersnaam kan niet leeg zijn", - "wrongUsernamePasword": "Onjuiste gebruikersnaam/wachtwoord", + "wrongUsernamePassword": "Onjuiste gebruikersnaam/wachtwoord", "emailAddressCantBeEmpty": "E-mailadres mag niet leeg zijn", "userNameEmailAddressNotFound": "Gebruikersnaam/E-mail adres niet gevonden", "forbidden": "Toegang niet juist, probeer later", @@ -144,4 +144,4 @@ "ApiKey": "API sleutel" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/pl_PL/User.json b/application/Espo/Resources/i18n/pl_PL/User.json index 5c1281909c..f4d45f59ba 100644 --- a/application/Espo/Resources/i18n/pl_PL/User.json +++ b/application/Espo/Resources/i18n/pl_PL/User.json @@ -83,7 +83,7 @@ "passwordWillBeSent": "Hasło zostanie wysłane na adres e-mail użytkownika.", "passwordChanged": "Hasło zostało zmienione", "userCantBeEmpty": "Nazwa użytkownika nie może być pusta", - "wrongUsernamePasword": "Nieprawidłowa nazwa użytkownika/hasło", + "wrongUsernamePassword": "Nieprawidłowa nazwa użytkownika/hasło", "emailAddressCantBeEmpty": "Adres e-mail nie może być pusty", "userNameEmailAddressNotFound": "Użytkownik/email nie został odnaleziony", "forbidden": "Zabronione, proszę spróbować później", @@ -127,4 +127,4 @@ "ApiKey": "Klucz API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/pt_BR/User.json b/application/Espo/Resources/i18n/pt_BR/User.json index 1a5aa68c44..ae92a4dfe8 100644 --- a/application/Espo/Resources/i18n/pt_BR/User.json +++ b/application/Espo/Resources/i18n/pt_BR/User.json @@ -91,7 +91,7 @@ "passwordWillBeSent": "A senha será enviada para o email do usuário.", "passwordChanged": "A senha foi atualizada", "userCantBeEmpty": "O nome de usuário deve ser informado", - "wrongUsernamePasword": "Usuário / senha incorretos", + "wrongUsernamePassword": "Usuário / senha incorretos", "emailAddressCantBeEmpty": "O endereço de e-mail deve ser informado", "userNameEmailAddressNotFound": "Usuário / E-mail não localizados", "forbidden": "Proibido, por favor tente mais tarde", @@ -145,4 +145,4 @@ "ApiKey": "Chave de API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/ro_RO/User.json b/application/Espo/Resources/i18n/ro_RO/User.json index 30fd579531..75c7976a43 100644 --- a/application/Espo/Resources/i18n/ro_RO/User.json +++ b/application/Espo/Resources/i18n/ro_RO/User.json @@ -65,7 +65,7 @@ "passwordWillBeSent": "Parola va fi trimisă în email-ul utilizatorului.", "passwordChanged": "Parola a fost schimbată", "userCantBeEmpty": "Numele de utilizator nu poate fi necompletat", - "wrongUsernamePasword": "Nume utilizator/parolă greșit(e).", + "wrongUsernamePassword": "Nume utilizator/parolă greșit(e).", "emailAddressCantBeEmpty": "Adresa de Email nu poate fi necompletată", "userNameEmailAddressNotFound": "Nume utilizator/Adresă de email nu a(u) fost găsi(e)", "forbidden": "Înterzis, încercați mai târziu", @@ -88,4 +88,4 @@ "Neutral": "Neutru" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/ru_RU/User.json b/application/Espo/Resources/i18n/ru_RU/User.json index c79bdba6ec..fa20e9f7be 100644 --- a/application/Espo/Resources/i18n/ru_RU/User.json +++ b/application/Espo/Resources/i18n/ru_RU/User.json @@ -93,7 +93,7 @@ "passwordWillBeSent": "Пароль будет выслан на адрес эл. почты пользователя.", "passwordChanged": "Пароль был изменен", "userCantBeEmpty": "Имя пользователя не может быть пустым", - "wrongUsernamePasword": "Неверное имя пользователя/пароль", + "wrongUsernamePassword": "Неверное имя пользователя/пароль", "emailAddressCantBeEmpty": "Адрес эл. почты не может быть пустым", "userNameEmailAddressNotFound": "Имя пользователя/Адрес эл. почты не найдены", "forbidden": "Запрещено, повторите попытку позже", @@ -143,4 +143,4 @@ "Hmac": "HMAC - криптография" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/sk_SK/User.json b/application/Espo/Resources/i18n/sk_SK/User.json index 93a5efe7a0..baf7aee62a 100644 --- a/application/Espo/Resources/i18n/sk_SK/User.json +++ b/application/Espo/Resources/i18n/sk_SK/User.json @@ -70,7 +70,7 @@ "passwordWillBeSent": "Heslo bude poslané na používateľov email.", "passwordChanged": "Heslo bolo zmenené", "userCantBeEmpty": "Používateľské meno nesmie byť prázdne", - "wrongUsernamePasword": "Nesprávne meno/heslo", + "wrongUsernamePassword": "Nesprávne meno/heslo", "emailAddressCantBeEmpty": "Emailová adresa nesmie byť prázdna", "userNameEmailAddressNotFound": "Používateľské meno/Emailová adresa sa nenašla", "forbidden": "Odmietnutý prístup, skúste neskôr", @@ -93,4 +93,4 @@ "Neutral": "Neutrálny" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/sl_SI/User.json b/application/Espo/Resources/i18n/sl_SI/User.json index 30506a3a5f..9580152e7d 100644 --- a/application/Espo/Resources/i18n/sl_SI/User.json +++ b/application/Espo/Resources/i18n/sl_SI/User.json @@ -90,7 +90,7 @@ "passwordWillBeSent": "Geslo bo poslano na uporabnikov elektronski naslov.", "passwordChanged": "Geslo je spremenjeno", "userCantBeEmpty": "Uporabniško ime ne sme biti prazno", - "wrongUsernamePasword": "Napačno uporabniško ime/geslo", + "wrongUsernamePassword": "Napačno uporabniško ime/geslo", "emailAddressCantBeEmpty": "E-poštni naslov ne sme biti prazen", "userNameEmailAddressNotFound": "Uporabniško ime/e-poštni naslov ni bil najden", "forbidden": "Prepovedano, poskusite pozneje", @@ -145,4 +145,4 @@ "ApiKey": "API ključ" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/sr_RS/User.json b/application/Espo/Resources/i18n/sr_RS/User.json index e6340f3a98..d6410a9c92 100644 --- a/application/Espo/Resources/i18n/sr_RS/User.json +++ b/application/Espo/Resources/i18n/sr_RS/User.json @@ -67,7 +67,7 @@ "passwordWillBeSent": "Lozinka će biti poslata na adresu korisnika.", "passwordChanged": "Lozinka je promenjena", "userCantBeEmpty": "Korisničko ime ne može biti prazno", - "wrongUsernamePasword": "Pogrešno korisničko ime/lozinka", + "wrongUsernamePassword": "Pogrešno korisničko ime/lozinka", "emailAddressCantBeEmpty": "Adresa e-pošte ne može biti prazna", "userNameEmailAddressNotFound": "Korisničko ime/Adresa e-pošte nije pronađena", "forbidden": "Zabranjeno, pokušajte kasnije", @@ -90,4 +90,4 @@ "Neutral": "Neutralan" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/sv_SE/User.json b/application/Espo/Resources/i18n/sv_SE/User.json index 006af70f45..37c79a9337 100644 --- a/application/Espo/Resources/i18n/sv_SE/User.json +++ b/application/Espo/Resources/i18n/sv_SE/User.json @@ -87,7 +87,7 @@ "passwordWillBeSent": "Lösenordet kommer att skickas till användarens e-postadress.", "passwordChanged": "Lösenordet har ändrats.", "userCantBeEmpty": "Användarnamn är obligatoriskt", - "wrongUsernamePasword": "Fel användarnamn/lösenord", + "wrongUsernamePassword": "Fel användarnamn/lösenord", "emailAddressCantBeEmpty": "E-postadress är obligatoriskt", "userNameEmailAddressNotFound": "Användarnamn/E-post hittades inte", "forbidden": "Förbjudet, vänligen försök senare", @@ -131,4 +131,4 @@ "ApiKey": "API-nyckel" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/th_TH/User.json b/application/Espo/Resources/i18n/th_TH/User.json index e8c99710b7..d9be13bf11 100644 --- a/application/Espo/Resources/i18n/th_TH/User.json +++ b/application/Espo/Resources/i18n/th_TH/User.json @@ -97,7 +97,7 @@ "passwordWillBeSent": "รหัสผ่านจะถูกส่งไปยังที่อยู่อีเมลของผู้ใช้", "passwordChanged": "เปลี่ยนรหัสผ่านแล้ว", "userCantBeEmpty": "ชื่อผู้ใช้ต้องไม่ว่างเปล่า", - "wrongUsernamePasword": "ชื่อผู้ใช้ / รหัสผ่านไม่ถูกต้อง", + "wrongUsernamePassword": "ชื่อผู้ใช้ / รหัสผ่านไม่ถูกต้อง", "emailAddressCantBeEmpty": "ที่อยู่อีเมลต้องไม่ว่างเปล่า", "userNameEmailAddressNotFound": "ไม่พบชื่อผู้ใช้ / ที่อยู่อีเมล", "forbidden": "ห้ามโปรดลองในภายหลัง", @@ -141,4 +141,4 @@ "activePortal": "พอร์ทัลใช้งานอยู่", "activeApi": "API ใช้งานอยู่" } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/tr_TR/User.json b/application/Espo/Resources/i18n/tr_TR/User.json index ec54c30182..888889b509 100644 --- a/application/Espo/Resources/i18n/tr_TR/User.json +++ b/application/Espo/Resources/i18n/tr_TR/User.json @@ -64,7 +64,7 @@ }, "messages": { "userCantBeEmpty": "Kullanıcı adı boş olamaz.", - "wrongUsernamePasword": "Yanlış kullanıcı adı / şifre", + "wrongUsernamePassword": "Yanlış kullanıcı adı / şifre", "emailAddressCantBeEmpty": "E-posta Adresi boş olamaz", "userNameEmailAddressNotFound": "Kullanıcı adı / e-posta adresi bulunamadı", "forbidden": "Yasak, lütfen daha sonra deneyin", @@ -87,4 +87,4 @@ "Neutral": "Belirtilmedi" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/uk_UA/User.json b/application/Espo/Resources/i18n/uk_UA/User.json index 0ed0954a80..2424611118 100644 --- a/application/Espo/Resources/i18n/uk_UA/User.json +++ b/application/Espo/Resources/i18n/uk_UA/User.json @@ -93,7 +93,7 @@ "passwordWillBeSent": "Пароль буде вислано на поштову адресу користувача", "passwordChanged": "Пароль було змінено", "userCantBeEmpty": "Ім'я користувача не може бути порожнім", - "wrongUsernamePasword": "Хибне ім'я користувача / пароль", + "wrongUsernamePassword": "Хибне ім'я користувача / пароль", "emailAddressCantBeEmpty": "Адреса електронної пошти не може бути порожньою", "userNameEmailAddressNotFound": "Ім'я користувача / адресу електронної пошти не знайдено", "forbidden": "Недоступно, будь ласка, спробуйте пізніше", @@ -142,4 +142,4 @@ "ApiKey": "API ключ" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/vi_VN/User.json b/application/Espo/Resources/i18n/vi_VN/User.json index 2ab44cf779..3a41e1f492 100644 --- a/application/Espo/Resources/i18n/vi_VN/User.json +++ b/application/Espo/Resources/i18n/vi_VN/User.json @@ -68,7 +68,7 @@ "passwordWillBeSent": "Mật khẩu sẽ được gửi tới email tài khoản", "passwordChanged": "Mật khẩu đã được đổi", "userCantBeEmpty": "Tên đăng nhập không thể bỏ trống", - "wrongUsernamePasword": "Sai tên đăng nhập hoặc mật khẩu", + "wrongUsernamePassword": "Sai tên đăng nhập hoặc mật khẩu", "userNameEmailAddressNotFound": "Tên đăng nhập hoặc email không tồn tại", "forbidden": "Từ chối truy cập, xin thử lại sau", "passwordChangedByRequest": "Mật khẩu đã được thay đổi", @@ -96,4 +96,4 @@ "ApiKey": "Mã khóa API" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/zh_CN/User.json b/application/Espo/Resources/i18n/zh_CN/User.json index f3c7391abb..ec5786d54c 100644 --- a/application/Espo/Resources/i18n/zh_CN/User.json +++ b/application/Espo/Resources/i18n/zh_CN/User.json @@ -72,7 +72,7 @@ "passwordWillBeSent": "密码将发送到用户的电子邮件地址。", "passwordChanged": "密码已被更改", "userCantBeEmpty": "用户名不能为空", - "wrongUsernamePasword": "用户名/密码错误", + "wrongUsernamePassword": "用户名/密码错误", "emailAddressCantBeEmpty": "电子邮件地址不能为空", "userNameEmailAddressNotFound": "用户名/电子邮件地址未找到", "forbidden": "禁止访问,请稍后再试", @@ -95,4 +95,4 @@ "Neutral": "中立的" } } -} \ No newline at end of file +} diff --git a/application/Espo/Resources/i18n/zh_TW/User.json b/application/Espo/Resources/i18n/zh_TW/User.json index 950e3aac8c..7047d584b3 100644 --- a/application/Espo/Resources/i18n/zh_TW/User.json +++ b/application/Espo/Resources/i18n/zh_TW/User.json @@ -91,7 +91,7 @@ "passwordWillBeSent": "密碼會傳送到使用者的電子信箱。", "passwordChanged": "密碼已更改", "userCantBeEmpty": "使用者名稱不可空白", - "wrongUsernamePasword": "使用者/密碼錯誤", + "wrongUsernamePassword": "使用者/密碼錯誤", "emailAddressCantBeEmpty": "電子郵件地址不能為空", "userNameEmailAddressNotFound": "找不到使用者/電子郵件位址", "forbidden": "禁止,請稍後再試", @@ -138,4 +138,4 @@ "Hmac": "系統需求" } } -} \ No newline at end of file +} diff --git a/client/src/views/login.js b/client/src/views/login.js index 7dc43fd800..296b2b2420 100644 --- a/client/src/views/login.js +++ b/client/src/views/login.js @@ -199,7 +199,7 @@ define('views/login', ['view'], function (Dep) { $cell.removeClass('has-error'); }); - Espo.Ui.error(this.translate('wrongUsernamePasword', 'messages', 'User')); + Espo.Ui.error(this.translate('wrongUsernamePassword', 'messages', 'User')); }, showPasswordChangeRequest: function () {