diff --git a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.1.0-5a9ae6f5df-10.zip b/.yarn/cache/@next-swc-darwin-arm64-npm-14.1.0-6d433a23a7-10.zip similarity index 70% rename from .yarn/cache/@next-swc-linux-x64-gnu-npm-14.1.0-5a9ae6f5df-10.zip rename to .yarn/cache/@next-swc-darwin-arm64-npm-14.1.0-6d433a23a7-10.zip index 171ce968..0cce729f 100644 Binary files a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.1.0-5a9ae6f5df-10.zip and b/.yarn/cache/@next-swc-darwin-arm64-npm-14.1.0-6d433a23a7-10.zip differ diff --git a/.yarn/cache/fsevents-patch-6b67494872-10.zip b/.yarn/cache/fsevents-patch-6b67494872-10.zip new file mode 100644 index 00000000..9887ada7 Binary files /dev/null and b/.yarn/cache/fsevents-patch-6b67494872-10.zip differ diff --git a/packages/identity-integration/src/locales/ru/ru-messages.json b/packages/identity-integration/src/locales/ru/ru-messages.json index 951bd494..463b8db0 100644 --- a/packages/identity-integration/src/locales/ru/ru-messages.json +++ b/packages/identity-integration/src/locales/ru/ru-messages.json @@ -568,6 +568,24 @@ "type": "error", "context": {} }, + { + "id": 4000032, + "text": "{reason}", + "ru": "{reason}", + "type": "error", + "context": { + "reason": "{reason}" + } + }, + { + "id": 4000034, + "text": "{reason}", + "ru": "{reason}", + "type": "error", + "context": { + "reason": "{reason}" + } + }, { "id": 4010001, "text": "The login flow expired 1.02 minutes ago, please try again.", diff --git a/packages/identity-integration/src/locales/ru/ru-reasons.json b/packages/identity-integration/src/locales/ru/ru-reasons.json index 2a33f04d..c6c70557 100644 --- a/packages/identity-integration/src/locales/ru/ru-reasons.json +++ b/packages/identity-integration/src/locales/ru/ru-reasons.json @@ -1,6 +1,6 @@ [ { - "en": "the password has been found in data breaches and must no longer be used", + "en": "password has been found in data breaches and must no longer be used", "ru": "пароль был найден в слитых базах данных и не может быть использован" }, { @@ -8,7 +8,7 @@ "ru": "Проверьте введенные данные" }, { - "en": "password length must be at least 8 characters but only got", + "en": "password must be at least 8 characters", "ru": "длина пароля должна быть минимум 8 символов" } ]