f7cloud_client/apps/password_policy/l10n/bg.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

25 lines
3.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"password_policy",
{
"Password is expired, please use forgot password method to reset" : "Паролата е изтекла, моля, използвайте метода за забравена парола за възстановяване",
"Password must not have been used recently before." : "Паролата не трябва да е била използвана наскоро.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Паролата е в топ 1 000 000 на най-ползваните. Моля изберете друга.",
"Password is present in compromised password list. Please choose a different password." : "Паролата присъства в списъка с компрометирани пароли. Моля, изберете различна парола.",
"Password needs to be at least %s characters long." : "Паролата трябва да е дълга поне %s знака.",
"Password needs to contain at least one numeric character." : "Паролата трябва да съдържа поне едно число.",
"Password needs to contain at least one special character." : "Паролата трябва да съдържа поне един специален символ.",
"Password needs to contain at least one lower and one upper case character." : "Паролата трябва да съдържа поне една главна и една малка буква.",
"Password policy" : "Политика за паролите",
"Allows admins to configure a password policy" : "Позволява на администраторите да конфигурират политиката за парола",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Позволява на администратора да дефинира определени предварителни условия за парола, напр. налагат минимална дължина",
"Number of days until user password expires" : "Брой дни до изтичане на паролата на потребителя",
"Minimum password length" : "Минимална дължина на паролата",
"Forbid common passwords" : "Забранени са лесните пароли",
"Enforce upper and lower case characters" : "Изискват се главни и малки букви",
"Enforce numeric characters" : "Изискват се числа",
"Enforce special characters" : "Изискват се специални символи",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Паролите се проверяват за присъствие в списъка на пароли изтекли в Интернет от haveibeenpwnd.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the F7cloud instance if the password hash is in the result set." : "Тази проверка създава хеш на паролата и изпраща първите 5 знака от този хеш към API на hasibeenpwned.com, за да извлече списък с всички хешове, които започват с тях. След това проверява на F7cloud екземпляра дали хешът на паролата е в набора от резултати."
},
"nplurals=2; plural=(n != 1);");