diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml index 3d4886c32d8..5480eaff6ad 100644 --- a/config/locales/server.cs.yml +++ b/config/locales/server.cs.yml @@ -176,7 +176,7 @@ cs: user: attributes: password: - common: je jedno z nejčastějších 5000 hesel. Zkuste vymyslet bezpečnější heslo. + common: je jedno z nejčastějších 10000 hesel. Zkuste vymyslet bezpečnější heslo. ip_address: signup_not_allowed: Registrace z této adresy není povolena. user_profile: @@ -659,7 +659,7 @@ cs: login_required: Požadovat autentizaci pro prohlížení příspěvků min_username_length: Minimální délka uživatelského jména. (Nepoužije se pokud je vynucena unikátnost globálního uživatelského jména) min_password_length: Minimální povolená délka hesla. - block_common_passwords: Nepovolit heslo pokud je mezi 5000 nejběžnějšími. + block_common_passwords: Nepovolit heslo pokud je mezi 10000 nejběžnějšími. enable_sso: Povolit jednotné přihlášení přes externí web (single sign on, SSO) sso_url: URL pro single sign on sso_secret: Tajný kód pro šifrování a dešifrování informací pro SSO. Chcete zadat minimálně 10 znaků a víc diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml index a033121b4d0..be45ccb12c4 100644 --- a/config/locales/server.da.yml +++ b/config/locales/server.da.yml @@ -185,7 +185,7 @@ da: user: attributes: password: - common: "er én af de 5000 mest almindelige adgangskoder. Brug venligst en mere sikker adgangskode." + common: "er én af de 10000 mest almindelige adgangskoder. Brug venligst en mere sikker adgangskode." ip_address: signup_not_allowed: "Tilmelding er ikke tilladt fra den aktuelle adresse." @@ -633,7 +633,7 @@ da: login_required: "Kræv godkendelse for at læse indlæg" min_password_length: "Mindste adgangskodelængde." - block_common_passwords: "Tillad ikke adgangskoder som er blandt de 5000 med almindelige adgangskoder" + block_common_passwords: "Tillad ikke adgangskoder som er blandt de 10000 med almindelige adgangskoder" enable_local_logins: "Aktivér traditionel, lokal godkendelse med brugernavn og adgangskode" enable_google_logins: "Aktivér Google-login" enable_yahoo_logins: "Aktivér Yahoo-login" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d6f2d065025..35eadedd1d8 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -197,7 +197,7 @@ en: user: attributes: password: - common: "is one of the 5000 most common passwords. Please use a more secure password." + common: "is one of the 10000 most common passwords. Please use a more secure password." ip_address: signup_not_allowed: "Signup is not allowed from this account." @@ -689,7 +689,7 @@ en: min_username_length: "Minimum username length. (Does not apply if global nickname uniqueness is forced)" min_password_length: "Minimum password length." - block_common_passwords: "Don't allow passwords that are in the 5000 most common passwords." + block_common_passwords: "Don't allow passwords that are in the 10000 most common passwords." enable_sso: "Enable single sign on via an external site" sso_url: "URL of single sign on endpoint" diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index 2a6efaad814..61850193d3b 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -180,7 +180,7 @@ fr: user: attributes: password: - common: "est un des 5000 mots de passe les plus communs. Veuillez utiliser un mot de passe plus sécurisé." + common: "est un des 10000 mots de passe les plus communs. Veuillez utiliser un mot de passe plus sécurisé." ip_address: signup_not_allowed: "L'inscription n'est pas autorisé à partir de ce compte." user_profile: @@ -629,7 +629,7 @@ fr: login_required: "Requière une authentification pour les messages" min_username_length: "Taille minimum du nom d'utilisateur. (Ne s'applique pas si l'unicité des pseudos est forcée)" min_password_length: "Longueur minimale du mot de passe." - block_common_passwords: "Ne pas autoriser les mots de passe contenus dans la liste des 5000 mots de passe les plus communs." + block_common_passwords: "Ne pas autoriser les mots de passe contenus dans la liste des 10000 mots de passe les plus communs." enable_sso: "Activer l'authentification unique via un site externe" sso_url: "URL de l'authentification unique" sso_secret: "Chaîne de caractères secrète utilisée pour crypter/décrypter les informations SSO, assurez-vous qu'elle est de 10 caractères ou plus" diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml index c3360f87524..1d08d526f26 100644 --- a/config/locales/server.it.yml +++ b/config/locales/server.it.yml @@ -166,7 +166,7 @@ it: user: attributes: password: - common: "è una delle 5000 password più comuni in assoluto. Usane una più sicura." + common: "è una delle 10000 password più comuni in assoluto. Usane una più sicura." ip_address: signup_not_allowed: "L'iscrizione non è permessa per questo account." user_profile: @@ -615,7 +615,7 @@ it: login_required: "Autenticazione necessaria per la lettura dei post" min_username_length: "Lunghezza minima username. (Non si applica se è forzata l'unicità globale dei nickname)" min_password_length: "Massima lunghezza della password." - block_common_passwords: "Non permettere password nell'elenco delle 5000 più comuni." + block_common_passwords: "Non permettere password nell'elenco delle 10000 più comuni." enable_sso: "Attiva SSO tramite un sito esterno " sso_url: "Indirizzo SSO endpoint" sso_secret: "Stringa segreta utilizzata per criptare/decriptare le informazioni SSO, assicurati che sia lungo almeno 10 caratteri" diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index 68682dd286a..20b2f1aab16 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -200,7 +200,7 @@ nl: user: attributes: password: - common: "is een van de 5000 meest gebruikte wachtwoorden. Gebruik een veiliger wachtwoord." + common: "is een van de 10000 meest gebruikte wachtwoorden. Gebruik een veiliger wachtwoord." ip_address: signup_not_allowed: Inschrijven vanaf dit account is niet toegestaan. @@ -690,7 +690,7 @@ nl: min_username_length: "Minimum lengte gebruikersnaam. (Geldt niet als globaal unieke gebruikersnamen actief is)" min_password_length: "Minimum lengte wachtwoord." - block_common_passwords: "Weiger wachtwoorden uit de lijst van 5000 meest gebruikte wachtwoorden." + block_common_passwords: "Weiger wachtwoorden uit de lijst van 10000 meest gebruikte wachtwoorden." enable_sso: "Gebruikers kunnen inloggen via een andere site (Single Sign On)" diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index 379746da43e..42d1aff4b7d 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -153,7 +153,7 @@ pt_BR: user: attributes: password: - common: "é uma das 5000 mais comuns senhas. Por favor, use uma senha mais segura." + common: "é uma das 10000 mais comuns senhas. Por favor, use uma senha mais segura." ip_address: signup_not_allowed: "Cadastro não é permitido a partir desta conta." user_profile: @@ -599,7 +599,7 @@ pt_BR: login_required: "Exigir autenticação para ler as postagens" min_username_length: "Comprimento mínimo do nome de usuário. (Não se aplica caso exclusividade global de apelido está forçada)" min_password_length: "Comprimento mínimo da senha." - block_common_passwords: "Não permitir senhas que estejam nas 5000 mais comuns senhas." + block_common_passwords: "Não permitir senhas que estejam nas 10000 mais comuns senhas." enable_sso: "Ativar logon único através de um site externo" sso_url: "URL destino do logon único" sso_secret: "Cadeia secreta usada para criptografar/descriptografar informações SSO, certifique-se que tenha 10 caracteres ou mais" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index ac8b78d27a4..078aa19f6fe 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -635,7 +635,7 @@ ru: invite_only: 'Публичная регистрация отключена, новые пользователи должны быть приглашены' login_required: 'Требовать аутентификации для чтения сообщений' min_password_length: 'Минимальная длина пароля' - block_common_passwords: 'Не позволять использовать пароли из списка 5000 частоиспользуемых паролей.' + block_common_passwords: 'Не позволять использовать пароли из списка 10000 частоиспользуемых паролей.' enable_local_logins: 'Включить традиционную аутентификацию по имени пользователя и пароля' enable_google_logins: 'Разрешить идентификацию с Google' enable_yahoo_logins: 'Разрешить идентификацию с Yahoo' diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index abaad9baff7..27026322c9e 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -656,7 +656,7 @@ zh_CN: not_allowed: "本站不允许使用该邮箱服务商提供的电子邮箱,请使用其它邮箱地址。" attributes: password: - common: "是5000个最常用的密码之一。请使用一个更安全的密码。" + common: "是10000个最常用的密码之一。请使用一个更安全的密码。" ip_address: signup_not_allowed: "你的 IP 已被屏蔽, 禁止使用此 IP 注册。" invite_mailer: diff --git a/config/locales/server.zh_TW.yml b/config/locales/server.zh_TW.yml index 1e236421d1e..7857d2def98 100644 --- a/config/locales/server.zh_TW.yml +++ b/config/locales/server.zh_TW.yml @@ -656,7 +656,7 @@ zh_TW: not_allowed: "本站不允許使用該郵箱服務商提供的電子郵箱,請使用其它郵箱位址。" attributes: password: - common: "是5000個最常用的密碼之一。請使用一個更安全的密碼。" + common: "是10000個最常用的密碼之一。請使用一個更安全的密碼。" ip_address: signup_not_allowed: "你的 IP 已被遮罩, 禁止使用此 IP 註冊。" invite_mailer: