bitwarden-estensione-browser/src/locales/ru/messages.json

2348 lines
68 KiB
JSON
Raw Normal View History

{
"pageTitle": {
"message": "Веб-хранилище $APP_NAME$",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "What type of item is this?"
},
"name": {
"message": "Название"
},
"uri": {
"message": "URI"
},
"uriPosition": {
"message": "URI $POSITION$",
"description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.",
"placeholders": {
"position": {
"content": "$1",
"example": "2"
}
}
},
"newUri": {
"message": "Новый URI"
},
"username": {
"message": "Имя пользователя"
},
"password": {
"message": "Пароль"
},
"notes": {
"message": "Заметки"
},
"customFields": {
"message": "Пользовательские поля"
},
"cardholderName": {
"message": "Имя владельца карты"
},
"number": {
"message": "Номер"
},
"brand": {
"message": "Тип карты"
},
"expiration": {
"message": "Срок действия"
},
"securityCode": {
"message": "Код безопасности (CVV)"
},
"identityName": {
"message": "Имя"
},
"company": {
"message": "Компания"
},
"ssn": {
"message": "Номер социального страхования"
},
"passportNumber": {
"message": "Номер паспорта"
},
"licenseNumber": {
"message": "ИНН"
},
"email": {
"message": "Email"
},
"phone": {
"message": "Телефон"
},
"january": {
"message": "Январь"
},
"february": {
"message": "Февраль"
},
"march": {
"message": "Март"
},
"april": {
"message": "Апрель"
},
"may": {
"message": "Май"
},
"june": {
"message": "Июнь"
},
"july": {
"message": "Июль"
},
"august": {
"message": "Август"
},
"september": {
"message": "Сентябрь"
},
"october": {
"message": "Октябрь"
},
"november": {
"message": "Ноябрь"
},
"december": {
"message": "Декабрь"
},
"title": {
"message": "Обращение"
},
"mr": {
"message": "Г-н"
},
"mrs": {
"message": "Г-жа"
},
"ms": {
"message": "Проф."
},
"dr": {
"message": "Тов."
},
"expirationMonth": {
"message": "Месяц"
},
"expirationYear": {
"message": "Год"
},
"authenticatorKeyTotp": {
"message": "Ключ проверки подлинности (TOTP)"
},
"folder": {
"message": "Папка"
},
"newCustomField": {
"message": "Новое пользовательское поле"
},
"value": {
"message": "Значение"
},
"cfTypeText": {
"message": "Текстовое"
},
"cfTypeHidden": {
"message": "Скрытое"
},
"cfTypeBoolean": {
"message": "Логическое"
},
"remove": {
"message": "Удалить"
},
"unassigned": {
"message": "Unassigned"
},
"noneFolder": {
"message": "Без папки",
"description": "This is the folder for uncategorized items"
},
"addFolder": {
"message": "Добавить папку"
},
"editFolder": {
"message": "Изменить папку"
},
"baseDomain": {
"message": "Основной домен"
},
"host": {
"message": "Хост",
"description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'."
},
"exact": {
"message": "Точно"
},
"startsWith": {
"message": "Начинается с"
},
"regEx": {
"message": "Регулярное выражение",
"description": "A programming term, also known as 'RegEx'."
},
"matchDetection": {
"message": "Обнаружение совпадений",
"description": "URI match detection for auto-fill."
},
"defaultMatchDetection": {
"message": "Метод обнаружения по умолчанию",
"description": "Default URI match detection for auto-fill."
},
"never": {
"message": "Никогда"
},
"toggleVisibility": {
"message": "Изменить видимость"
},
"generatePassword": {
"message": "Сгенерировать пароль"
},
"checkPassword": {
"message": "Проверьте, не скомпрометирован ли пароль."
},
"passwordExposed": {
"message": "Этот пароль был найден в базах утечек $VALUE$ раз(а). Вы должны изменить его.",
"placeholders": {
"value": {
"content": "$1",
"example": "2"
}
}
},
"passwordSafe": {
"message": "Этот пароль не был найден в известных базах утечек. Можно продолжать его использовать."
},
"save": {
"message": "Сохранить"
},
"cancel": {
"message": "Отмена"
},
"canceled": {
"message": "Canceled"
},
"close": {
"message": "Закрыть"
},
"delete": {
"message": "Удалить"
},
"favorite": {
"message": "Избранный"
},
"unfavorite": {
"message": "Unfavorite"
},
"edit": {
"message": "Изменить"
},
"searchCollection": {
"message": "Поиск в коллекции"
},
"searchFolder": {
"message": "Поиск в папке"
},
"searchFavorites": {
"message": "Поиск в избранном"
},
"searchType": {
"message": "Поиск по типу",
"description": "Search item type"
},
"searchVault": {
"message": "Поиск в хранилище"
},
"allItems": {
"message": "Все элементы"
},
"favorites": {
"message": "Избранные"
},
"types": {
"message": "Типы элементов"
},
"typeLogin": {
"message": "Логин"
},
"typeCard": {
"message": "Карта"
},
"typeIdentity": {
"message": "Личность"
},
"typeSecureNote": {
"message": "Защищенная заметка"
},
"folders": {
"message": "Папки"
},
"collections": {
"message": "Коллекции"
},
"firstName": {
"message": "Имя"
},
"middleName": {
"message": "Отчество"
},
"lastName": {
"message": "Фамилия"
},
"address1": {
"message": "Строка адреса 1"
},
"address2": {
"message": "Строка адреса 2"
},
"address3": {
"message": "Строка адреса 3"
},
"cityTown": {
"message": "Город \/ Поселок"
},
"stateProvince": {
"message": "Регион \/ Область"
},
"zipPostalCode": {
"message": "Почтовый индекс"
},
"country": {
"message": "Страна"
},
"shared": {
"message": "Общие"
},
"attachments": {
"message": "Вложения"
},
"select": {
"message": "Выбрать"
},
"addItem": {
"message": "Добавить элемент"
},
"editItem": {
"message": "Изменение элемента"
},
"ex": {
"message": "напр.",
"description": "Short abbreviation for 'example'."
},
"other": {
"message": "Прочее"
},
"share": {
"message": "Поделиться"
},
"valueCopied": {
"message": "$VALUE$ скопирован",
"description": "Value has been copied to the clipboard.",
"placeholders": {
"value": {
"content": "$1",
"example": "Password"
}
}
},
"copyValue": {
"message": "Копировать значение",
"description": "Copy value to clipboard"
},
"copyPassword": {
"message": "Копировать пароль",
"description": "Copy password to clipboard"
},
"copyUsername": {
"message": "Копировать имя пользователя",
"description": "Copy username to clipboard"
},
"copyNumber": {
"message": "Копировать номер",
"description": "Copy credit card number"
},
"copySecurityCode": {
"message": "Копировать код безопасности",
"description": "Copy credit card security code (CVV)"
},
"copyUri": {
"message": "Копировать URI",
"description": "Copy URI to clipboard"
},
"myVault": {
"message": "Хранилище"
},
"vault": {
"message": "Хранилище"
},
"shareSelected": {
"message": "Поделиться выбранным"
},
"deleteSelected": {
"message": "Удалить выбранное"
},
"moveSelected": {
"message": "Переместить выбранное"
},
"selectAll": {
"message": "Выбрать все"
},
"unselectAll": {
"message": "Отменить выбор"
},
"launch": {
"message": "Перейти"
},
"newAttachment": {
"message": "Добавить новое вложение"
},
"deletedAttachment": {
"message": "Вложение удалено"
},
"deleteAttachmentConfirmation": {
"message": "Вы действительно хотите удалить это вложение?"
},
"attachmentSaved": {
"message": "Вложение сохранено."
},
"file": {
"message": "Файл"
},
"selectFile": {
"message": "Выберите файл."
},
"maxFileSize": {
"message": "Максимальный размер файла 100 МБ."
},
"updateKey": {
"message": "Вы не можете использовать эту функцию, пока не обновите свой ключ шифрования."
},
"addedItem": {
"message": "Элемент добавлен"
},
"editedItem": {
"message": "Элемент изменен"
},
"sharedItem": {
"message": "Общий элемент"
},
"sharedItems": {
"message": "Общие элементы"
},
"deleteItem": {
"message": "Удалить элемент"
},
"deleteFolder": {
"message": "Удалить папку"
},
"deleteAttachment": {
"message": "Удалить вложение"
},
"deleteItemConfirmation": {
"message": "Вы действительно хотите удалить этот элемент?"
},
"deletedItem": {
"message": "Элемент удален"
},
"deletedItems": {
"message": "Элементы удалены"
},
"movedItems": {
"message": "Элементы перемещены"
},
"overwritePasswordConfirmation": {
"message": "Вы хотите перезаписать текущий пароль?"
},
"editedFolder": {
"message": "Папка отредактирована"
},
"addedFolder": {
"message": "Папка добавлена"
},
"deleteFolderConfirmation": {
"message": "Вы хотите удалить эту папку?"
},
"deletedFolder": {
"message": "Папка удалена"
},
"loggedOut": {
"message": "Вы вышли из хранилища"
},
"loginExpired": {
"message": "Истек срок действия вашей сессии."
},
"logOutConfirmation": {
"message": "Вы действительно хотите выйти?"
},
"logOut": {
"message": "Выход"
},
"ok": {
"message": "Ok"
},
"yes": {
"message": "Да"
},
"no": {
"message": "Нет"
},
"loginOrCreateNewAccount": {
"message": "Войдите или создайте новый аккаунт для доступа к вашему безопасному хранилищу."
},
"createAccount": {
"message": "Создать аккаунт"
},
"logIn": {
"message": "Войти"
},
"submit": {
"message": "Отправить"
},
"emailAddressDesc": {
"message": "You'll use your email address to log in."
},
"yourName": {
"message": "Ваше имя"
},
"yourNameDesc": {
"message": "What should we call you?"
},
"masterPass": {
"message": "Мастер-пароль"
},
"masterPassDesc": {
"message": "Мастер-пароль - ключ к вашему безопасному хранилищу. Он очень важен, поэтому не забывайте его. Восстановить мастер-пароль невозможно."
},
"masterPassHintDesc": {
"message": "Подсказка к мастер-паролю может помочь вам его вспомнить."
},
"reTypeMasterPass": {
"message": "Введите мастер-пароль повторно"
},
"masterPassHint": {
"message": "Подсказка к мастер-паролю (необяз.)"
},
"masterPassHintLabel": {
"message": "Подсказка к мастер-паролю"
},
"settings": {
"message": "Настройки"
},
"passwordHint": {
"message": "Подсказка к паролю"
},
"enterEmailToGetHint": {
"message": "Введите email учетной записи для получения подсказки к мастер-паролю."
},
"getMasterPasswordHint": {
"message": "Получить подсказку к мастер-паролю"
},
"emailRequired": {
"message": "Необходимо указать email."
},
"invalidEmail": {
"message": "Неверный адрес email."
},
"masterPassRequired": {
"message": "Требуется мастер-пароль."
},
"masterPassLength": {
"message": "Мастер-пароль должен содержать не менее 8 символов."
},
"masterPassDoesntMatch": {
"message": "Мастер-пароли не совпадают."
},
"newAccountCreated": {
"message": "Ваш аккаунт создан! Теперь вы можете войти в систему."
},
"masterPassSent": {
"message": "Мы отправили вам email с подсказкой к мастер-паролю."
},
"unexpectedError": {
"message": "Произошла неожиданная ошибка."
},
"emailAddress": {
"message": "Адрес email"
},
"yourVaultIsLocked": {
"message": "Хранилище заблокировано. Введите мастер-пароль для продолжения."
},
"unlock": {
"message": "Разблокировать"
},
"invalidMasterPassword": {
"message": "Неверный мастер-пароль"
},
"lockNow": {
"message": "Заблокировать"
},
"noItemsInList": {
"message": "Нет элементов для отображения."
},
"noCollectionsInList": {
"message": "There are no collections to list."
},
"noGroupsInList": {
"message": "There are no groups to list."
},
"noUsersInList": {
"message": "There are no users to list."
},
"noEventsInList": {
"message": "There are no events to list."
},
"newOrganization": {
"message": "Новая организация"
},
"noOrganizationsList": {
"message": "You do not belong to any organizations. Organizations allow you to securely share items with other users."
},
"versionNumber": {
"message": "Версия $VERSION_NUMBER$",
"placeholders": {
"version_number": {
"content": "$1",
"example": "1.2.3"
}
}
},
"enterVerificationCodeApp": {
"message": "Введите 6-значный код подтверждения из вашего приложения-аутентификатора."
},
"enterVerificationCodeEmail": {
"message": "Введите 6-значный код подтверждения, который был отправлен на $EMAIL$.",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"verificationCodeEmailSent": {
"message": "Отправлено письмо подтверждения на $EMAIL$.",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"rememberMe": {
"message": "Запомнить меня"
},
"sendVerificationCodeEmailAgain": {
"message": "Отправить код подтверждения еще раз"
},
"useAnotherTwoStepMethod": {
"message": "Использовать другой метод двухфакторной аутентификации"
},
"insertYubiKey": {
"message": "Вставьте свой YubiKey в USB-порт компьютера, затем нажмите его кнопку."
},
"insertU2f": {
"message": "Вставьте свой ключ безопасности в USB-порт компьютера. Если у него есть кнопка, нажмите ее."
},
"loginUnavailable": {
"message": "Вход недоступен"
},
"noTwoStepProviders": {
"message": "У этой учетной записи включена двухфакторная аутентификация, однако ни один из настроенных вариантов не поддерживается этим веб-браузером."
},
"noTwoStepProviders2": {
"message": "Используйте поддерживаемый веб-браузер (например, Chrome) и\/или добавьте дополнительные варианты аутентификации, которые поддерживаются в веб-браузерах (например, приложение-аутентификатор)."
},
"twoStepOptions": {
"message": "Параметры двухфакторной аутентификации"
},
"recoveryCodeDesc": {
"message": "Потеряли доступ ко всем вариантам двухфакторной аутентификации? Используйте код восстановления, чтобы отключить двухфакторную аутентификацию для вашей учетной записи."
},
"recoveryCodeTitle": {
"message": "Код восстановления"
},
"authenticatorAppTitle": {
"message": "Приложение-аутентификатор"
},
"authenticatorAppDesc": {
"message": "Используйте приложение-аутентификатор (например, Authy или Google Authenticator) для создания кодов проверки на основе времени.",
"description": "'Authy' and 'Google Authenticator' are product names and should not be translated."
},
"yubiKeyTitle": {
"message": "Ключ безопасности YubiKey OTP"
},
"yubiKeyDesc": {
"message": "Используйте YubiKey для доступа к вашей учетной записи. Работает с устройствами YubiKey 4, 4 Nano, 4C и NEO."
},
"duoDesc": {
"message": "Подтвердите при помощи Duo Security, используя приложение Duo Mobile, SMS, телефонный звонок или ключ безопасности U2F.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"duoOrganizationDesc": {
"message": "Подтвердите при помощи Duo Security для вашей организации, используя приложение Duo Mobile, SMS, телефонный звонок или ключ безопасности U2F.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"u2fDesc": {
"message": "Используйте любой защищенный ключ FIDO U2F для доступа к вашей учетной записи."
},
"u2fTitle": {
"message": "Ключ безопасности FIDO U2F"
},
"emailTitle": {
"message": "Email"
},
"emailDesc": {
"message": "Коды подтверждения будут отправлены вам по электронной почте."
},
"continue": {
"message": "Продолжить"
},
"organization": {
"message": "Организация"
},
"organizations": {
"message": "Организации"
},
"shareDesc": {
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
},
"shareManyDesc": {
"message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared."
},
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
"deleteSelectedItemsDesc": {
"message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"moveSelectedItemsDesc": {
"message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"shareSelectedItemsDesc": {
"message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not. Items with attachments must be shared individually.",
"placeholders": {
"count": {
"content": "$1",
"example": "10"
},
"shareable_count": {
"content": "$2",
"example": "8"
},
"nonshareable_count": {
"content": "$3",
"example": "2"
}
}
},
"verificationCodeTotp": {
"message": "Код подтверждения (TOTP)"
},
"copyVerificationCode": {
"message": "Копировать код подтверждения"
},
"warning": {
"message": "Предупреждение"
},
"exportWarning": {
"message": "Файл экспорта содержит ваши данные в открытом виде. Его не следует хранить или отправлять по небезопасным каналам (например, email). Удалите его сразу после использования."
},
"exportMasterPassword": {
"message": "Для экспорта данных из хранилища введите мастер-пароль."
},
"exportVault": {
"message": "Экспортировать хранилище"
},
"exportSuccess": {
"message": "Данные вашего хранилища экспортированы."
},
"passwordGenerator": {
"message": "Генератор паролей"
},
"minNumbers": {
"message": "Мин. кол-во цифр"
},
"minSpecial": {
"message": "Мин. кол-во символов",
"description": "Minimum Special Characters"
},
"ambiguous": {
"message": "Избегать неоднозначных символов"
},
"regeneratePassword": {
"message": "Создать новый пароль"
},
"length": {
"message": "Длина"
},
"passwordHistory": {
"message": "История паролей"
},
"noPasswordsInList": {
"message": "Нет паролей для отображения."
},
"clear": {
"message": "Очистить"
},
"accountUpdated": {
"message": "Учетная запись обновлена"
},
"changeEmail": {
"message": "Изменить email"
},
"newEmail": {
"message": "Новый email"
},
"code": {
"message": "Код"
},
"changeEmailDesc": {
"message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize your the email address change.",
"placeholders": {
"email": {
"content": "$1",
"example": "john.smith@example.com"
}
}
},
"loggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
},
"emailChanged": {
"message": "Email изменен"
},
"logBackIn": {
"message": "Please log back in."
},
"logBackInOthersToo": {
"message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well."
},
"changeMasterPassword": {
"message": "Изменить мастер-пароль"
},
"masterPasswordChanged": {
"message": "Мастер-пароль изменен"
},
"currentMasterPass": {
"message": "Текущий мастер-пароль"
},
"newMasterPass": {
"message": "Новый мастер-пароль"
},
"confirmNewMasterPass": {
"message": "Подтвердите новый мастер-пароль"
},
"dangerZone": {
"message": "Danger Zone"
},
"dangerZoneDesc": {
"message": "Осторожно, эти действия не обратимы!"
},
"deauthorizeSessions": {
"message": "Deauthorize Sessions"
},
"deauthorizeSessionsDesc": {
"message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public PC or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions."
},
"deauthorizeSessionsWarning": {
"message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour."
},
"sessionsDeauthorized": {
"message": "Все сессии деавторизованы"
},
"purgeVault": {
"message": "Очистить хранилище"
},
"purgeVaultDesc": {
"message": "Чтобы удалить все элементы и папки из вашего хранилища, выполните следующие действия. Элементы, принадлежащие организации, с которой вы делитесь, удалены не будут."
},
"purgeVaultWarning": {
"message": "Очистка вашего хранилища необратима. Ее нельзя отменить."
},
"vaultPurged": {
"message": "Ваше хранилище очищено."
},
"deleteAccount": {
"message": "Удалить учетную запись"
},
"deleteAccountDesc": {
"message": "Чтобы удалить учетную запись и все связанные с ней данные, выполните следующие действия."
},
"deleteAccountWarning": {
"message": "Удаление вашей учетной записи необратимо. Его нельзя отменить."
},
"accountDeleted": {
"message": "Учетная запись удалена"
},
"accountDeletedDesc": {
"message": "Ваша учетная запись была закрыта и все связанные с ней данные были удалены."
},
"myAccount": {
"message": "Моя учетная запись"
},
"tools": {
"message": "Инструменты"
},
"importData": {
"message": "Импорт данных"
},
"importSuccess": {
"message": "Данные были успешно импортированы в ваше хранилище."
},
"importFormatError": {
"message": "Data is not formatted correctly. Please check your import file and try again."
},
"importNothingError": {
"message": "Ничего не было импортировано."
},
"selectFormat": {
"message": "Выберите формат файла импорта"
},
"selectImportFile": {
"message": "Выберите файл импорта"
},
"orCopyPasteFileContents": {
"message": "или скопируйте\/вставьте содержимое файла импорта"
},
"instructionsFor": {
"message": "$NAME$ Instructions",
"description": "The title for the import tool instructions.",
"placeholders": {
"name": {
"content": "$1",
"example": "LastPass (csv)"
}
}
},
"options": {
"message": "Опции"
},
"optionsDesc": {
"message": "Customize your web vault experience."
},
"optionsUpdated": {
"message": "Options updated"
},
"language": {
"message": "Язык"
},
"languageDesc": {
"message": "Изменение языка, используемого веб-хранилищем."
},
"disableIcons": {
"message": "Отключить значки веб-сайтов"
},
"disableIconsDesc": {
"message": "Значки веб-сайтов отображаются рядом с каждым элементом в вашем хранилище."
},
"default": {
"message": "По умолчанию"
},
"domainRules": {
"message": "Domain Rules"
},
"domainRulesDesc": {
"message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden."
},
"globalEqDomains": {
"message": "Global Equivalent Domains"
},
"customEqDomains": {
"message": "Custom Equivalent Domains"
},
"exclude": {
"message": "Exclude"
},
"include": {
"message": "Include"
},
"customize": {
"message": "Customize"
},
"newCustomDomain": {
"message": "New Custom Domain"
},
"newCustomDomainDesc": {
"message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains."
},
"customDomainX": {
"message": "Custom Domain $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"domainsUpdated": {
"message": "Domains updated"
},
"twoStepLogin": {
"message": "Двухфакторная аутентификация"
},
"twoStepLoginDesc": {
"message": "Secure your account by requiring an additional step when logging in."
},
"twoStepLoginOrganizationDesc": {
"message": "Require two-step login for your organization's users by configuring providers at the organization level."
},
"twoStepLoginRecoveryWarning": {
"message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place."
},
"viewRecoveryCode": {
"message": "Просмотреть код восстановления"
},
"providers": {
"message": "Providers",
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
},
"enable": {
"message": "Включить"
},
"enabled": {
"message": "Включено"
},
"premium": {
"message": "Премиум",
"description": "Premium Membership"
},
"premiumMembership": {
"message": "Премиум-статус"
},
"premiumRequired": {
"message": "Необходим премиум-статус"
},
"premiumRequiredDesc": {
"message": "Для использования этой функции требуется премиум-статус."
},
"manage": {
"message": "Управление"
},
"disable": {
"message": "Выключить"
},
"twoStepLoginProviderEnabled": {
"message": "This two-step login provider is enabled on your account."
},
"twoStepLoginAuthDesc": {
"message": "Для изменения настроек двухфакторной аутентификации введите мастер-пароль."
},
"twoStepAuthenticatorDesc": {
"message": "Follow these steps to set up two-step login with an authenticator app:"
},
"twoStepAuthenticatorDownloadApp": {
"message": "Download a two-step authenticator app"
},
"twoStepAuthenticatorNeedApp": {
"message": "Need a two-step authenticator app? Download one of the following"
},
"iosDevices": {
"message": "Устройства iOS"
},
"androidDevices": {
"message": "Устройства Android"
},
"windowsDevices": {
"message": "Windows devices"
},
"twoStepAuthenticatorAppsRecommended": {
"message": "These apps are recommended, however, other authenticator apps will also work."
},
"twoStepAuthenticatorScanCode": {
"message": "Сосканируйте этот QR-код вашим приложением-аутентификатором"
},
"key": {
"message": "Ключ"
},
"twoStepAuthenticatorEnterCode": {
"message": "Введите полученный 6-значный код подтверждения из вашего приложения-аутентификатора"
},
"twoStepAuthenticatorReaddDesc": {
"message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app."
},
"twoStepDisableDesc": {
"message": "Are you sure you want to disable this two-step login provider?"
},
"twoStepDisabled": {
"message": "Two-step login provider disabled."
},
"twoFactorYubikeyAdd": {
"message": "Add a new YubiKey to your account"
},
"twoFactorYubikeyPlugIn": {
"message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port."
},
"twoFactorYubikeySelectKey": {
"message": "Select in the first empty YubiKey input field below."
},
"twoFactorYubikeyTouchButton": {
"message": "Touch the YubiKey's button."
},
"twoFactorYubikeySaveForm": {
"message": "Save the form."
},
"twoFactorYubikeyWarning": {
"message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:"
},
"twoFactorYubikeySupportUsb": {
"message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey."
},
"twoFactorYubikeySupportMobile": {
"message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey."
},
"yubikeyX": {
"message": "YubiKey $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"nfcSupport": {
"message": "NFC Support"
},
"twoFactorYubikeySupportsNfc": {
"message": "One of my keys supports NFC."
},
"twoFactorYubikeySupportsNfcDesc": {
"message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected."
},
"yubikeysUpdated": {
"message": "YubiKeys updated"
},
"disableAllKeys": {
"message": "Disable All Keys"
},
"twoFactorDuoDesc": {
"message": "Enter the Bitwarden application information from your Duo Admin panel."
},
"twoFactorDuoIntegrationKey": {
"message": "Integration Key"
},
"twoFactorDuoSecretKey": {
"message": "Secret Key"
},
"twoFactorDuoApiHostname": {
"message": "API Hostname"
},
"twoFactorEmailDesc": {
"message": "Follow these steps to set up two-step login with email:"
},
"twoFactorEmailEnterEmail": {
"message": "Enter the email that you wish to receive verification codes"
},
"twoFactorEmailEnterCode": {
"message": "Enter the resulting 6 digit verification code from the email"
},
"sendEmail": {
"message": "Send Email"
},
"twoFactorU2fAdd": {
"message": "Add a FIDO U2F security key to your account"
},
"twoFactorU2fPlugIn": {
"message": "Подключите ключ безопасности к USB-порту вашего компьютера."
},
"twoFactorU2fTouchButton": {
"message": "Если у ключа безопасности есть кнопка, нажмите ее."
},
"twoFactorU2fWarning": {
"message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:"
},
"twoFactorU2fSupportWeb": {
"message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)."
},
"twoFactorU2fWaiting": {
"message": "Waiting for you to touch the button on your security key"
},
"twoFactorU2fClickEnable": {
"message": "Click the \"Enable\" button below to enable this security key for two-step login."
},
"twoFactorU2fProblemReading": {
"message": "There was a problem reading the security key."
},
"twoFactorRecoveryYourCode": {
"message": "Your Bitwarden two-step login recovery code"
},
"twoFactorRecoveryNoCode": {
"message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code."
},
"printCode": {
"message": "Print Code",
"description": "Print 2FA recovery code"
},
"reports": {
"message": "Reports"
},
"dataBreachReport": {
"message": "Data Breach Report"
},
"breachDesc": {
"message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords."
},
"breachCheckUsernameEmail": {
"message": "Check any usernames or email addresses that you use."
},
"checkBreaches": {
"message": "Проверить в базах утечек"
},
"breachUsernameNotFound": {
"message": "$USERNAME$ не было найдено в известных базах утечек.",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
}
}
},
"goodNews": {
"message": "Good News",
"description": "ex. Good News, No Breached Accounts Found!"
},
"breachUsernameFound": {
"message": "$USERNAME$ was found in $COUNT$ different data breaches online.",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
},
"count": {
"content": "$2",
"example": "7"
}
}
},
"breachFound": {
"message": "Breached Accounts Found"
},
"compromisedData": {
"message": "Скомпрометированные данные"
},
"website": {
"message": "Веб-сайт"
},
"affectedUsers": {
"message": "Affected Users"
},
"breachOccurred": {
"message": "Breach Occurred"
},
"breachReported": {
"message": "Breach Reported"
},
"reportError": {
"message": "An error occurred trying to load the report. Try again"
},
"billingAndLicensing": {
"message": "Billing & Licensing"
},
"goPremium": {
"message": "Go Premium",
"description": "Another way of saying \"Get a premium membership\""
},
"premiumUpdated": {
"message": "You've upgraded to premium."
},
"premiumUpgradeUnlockFeatures": {
"message": "Upgrade your account to a premium membership and unlock some great additional features."
},
"premiumSignUpStorage": {
"message": "1 ГБ зашифрованного хранилища файлов."
},
"premiumSignUpTwoStep": {
"message": "Дополнительные варианты двухфакторной аутентификации, такие как YubiKey, FIDO U2F и Duo."
},
"premiumSignUpTotp": {
"message": "Генератор кода подтверждения TOTP для входа в ваше хранилище."
},
"premiumSignUpSupport": {
"message": "Приоритетную поддержку."
},
"premiumSignUpFuture": {
"message": "Все будущие функции премиум-статуса. Их будет больше!"
},
"premiumPrice": {
"message": "Всего лишь $PRICE$ \/в год!",
"placeholders": {
"price": {
"content": "$1",
"example": "$10"
}
}
},
"addons": {
"message": "Addons"
},
"additionalStorageGb": {
"message": "Additional Storage (GB)"
},
"additionalStorageGbDesc": {
"message": "# of additional GB"
},
"additionalStorageDesc": {
"message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/year.",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
},
"price": {
"content": "$2",
"example": "$4.00"
}
}
},
"summary": {
"message": "Summary"
},
"total": {
"message": "Total"
},
"year": {
"message": "year"
},
"month": {
"message": "month"
},
"monthAbbr": {
"message": "mo.",
"description": "Short abbreviation for 'month'"
},
"paymentChargedAnnually": {
"message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time."
},
"paymentChargedWithTrial": {
"message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.",
"placeholders": {
"interval": {
"content": "$1",
"example": "year"
}
}
},
"paymentInformation": {
"message": "Payment Information"
},
"creditCard": {
"message": "Credit Card"
},
"paypalClickSubmit": {
"message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue."
},
"cancelSubscription": {
"message": "Отменить подписку"
},
"subscriptionCanceled": {
"message": "The subscription has been canceled."
},
"pendingCancellation": {
"message": "Pending Cancellation"
},
"subscriptionPendingCanceled": {
"message": "The subscription has been marked for cancellation at the end of the current billing period."
},
"reinstateSubscription": {
"message": "Reinstate Subscription"
},
"reinstateConfirmation": {
"message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?"
},
"reinstated": {
"message": "The subscription has been reinstated."
},
"cancelConfirmation": {
"message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle."
},
"canceledSubscription": {
"message": "The subscription has been canceled."
},
"neverExpires": {
"message": "Никогда не истекает"
},
"status": {
"message": "Статус"
},
"nextCharge": {
"message": "Next Charge"
},
"details": {
"message": "Details"
},
"downloadLicense": {
"message": "Download License"
},
"updateLicense": {
"message": "Update License"
},
"updatedLicense": {
"message": "Updated license"
},
"manageSubscription": {
"message": "Manage Subscription"
},
"storage": {
"message": "Хранилище"
},
"addStorage": {
"message": "Add Storage"
},
"removeStorage": {
"message": "Remove Storage"
},
"subscriptionStorage": {
"message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.",
"placeholders": {
"max_storage": {
"content": "$1",
"example": "4"
},
"used_storage": {
"content": "$2",
"example": "65 MB"
}
}
},
"paymentMethod": {
"message": "Способ оплаты"
},
"noPaymentMethod": {
"message": "No payment method on file."
},
"addPaymentMethod": {
"message": "Добавить способ оплаты"
},
"changePaymentMethod": {
"message": "Изменить способ оплаты"
},
"charges": {
"message": "Charges",
"description": "Credit card charges\/payments."
},
"noCharges": {
"message": "No charges."
},
"chargesStatement": {
"message": "Any charges will appear on your statement as $STATEMENT_NAME$.",
"placeholders": {
"statement_name": {
"content": "$1",
"example": "BITWARDEN"
}
}
},
"gbStorageAdd": {
"message": "GB of Storage To Add"
},
"gbStorageRemove": {
"message": "GB of Storage To Remove"
},
"storageAddNote": {
"message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
},
"storageRemoveNote": {
"message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
},
"adjustedStorage": {
"message": "Adjusted $AMOUNT$ GB of storage.",
"placeholders": {
"amount": {
"content": "$1",
"example": "5"
}
}
},
"contactSupport": {
"message": "Обратиться в службу поддержки"
},
"contactSupportPaymentMethod": {
"message": "If you would like to change from this payment method please contact customer support."
},
"updatedPaymentMethod": {
"message": "Updated payment method."
},
"purchasePremium": {
"message": "Купить премиум"
},
"licenseFile": {
"message": "License File"
},
"licenseFileDesc": {
"message": "Your license file will be named something like $FILE_NAME$",
"placeholders": {
"file_name": {
"content": "$1",
"example": "bitwarden_premium_license.json"
}
}
},
"uploadLicenseFilePremium": {
"message": "To upgrade your account to a premium membership you need to upload a valid license file."
},
"uploadLicenseFileOrg": {
"message": "To create an on-premise hosted organization you need to upload a valid license file."
},
"accountEmailMustBeVerified": {
"message": "Your account's email address must be verified."
},
"newOrganizationDesc": {
"message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company."
},
"generalInformation": {
"message": "General Information"
},
"organizationName": {
"message": "Organization Name"
},
"accountOwnedBusiness": {
"message": "This account is owned by a business."
},
"billingEmail": {
"message": "Billing Email"
},
"businessName": {
"message": "Business Name"
},
"chooseYourPlan": {
"message": "Choose Your Plan"
},
"users": {
"message": "Users"
},
"userSeats": {
"message": "User Seats"
},
"additionalUserSeats": {
"message": "Additional User Seats"
},
"userSeatsDesc": {
"message": "# of user seats"
},
"userSeatsAdditionalDesc": {
"message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.",
"placeholders": {
"base_seats": {
"content": "$1",
"example": "5"
},
"seat_price": {
"content": "$2",
"example": "$2.00"
}
}
},
"userSeatsHowManyDesc": {
"message": "How many user seats do you need? You can also add additional seats later if needed."
},
"planNameFree": {
"message": "Free"
},
"planDescFree": {
"message": "For testing or personal users to share with $COUNT$ other user.",
"placeholders": {
"count": {
"content": "$1",
"example": "1"
}
}
},
"planNameFamilies": {
"message": "Families"
},
"planDescFamilies": {
"message": "For personal use, to share with family & friends."
},
"planNameTeams": {
"message": "Teams"
},
"planDescTeams": {
"message": "For businesses and other team organizations."
},
"planNameEnterprise": {
"message": "Enterprise"
},
"planDescEnterprise": {
"message": "For businesses and other large organizations."
},
"freeForever": {
"message": "Free Forever"
},
"includesXUsers": {
"message": "includes $COUNT$ users",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"additionalUsers": {
"message": "Additional Users"
},
"costPerUser": {
"message": "$COST$ per user",
"placeholders": {
"cost": {
"content": "$1",
"example": "$3"
}
}
},
"limitedUsers": {
"message": "Limited to $COUNT$ users (including you)",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"limitedCollections": {
"message": "Limited to $COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"addShareLimitedUsers": {
"message": "Add and share with up to $COUNT$ users",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"addShareUnlimitedUsers": {
"message": "Add and share with unlimited users"
},
"createUnlimitedCollections": {
"message": "Create unlimited collections"
},
"gbEncryptedFileStorage": {
"message": "$SIZE$ зашифрованного хранилища файлов",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
}
}
},
"onPremHostingOptional": {
"message": "On-premise hosting (optional)"
},
"controlAccessWithGroups": {
"message": "Control user access with groups"
},
"syncUsersFromDirectory": {
"message": "Sync your users and groups from a directory"
},
"trackAuditLogs": {
"message": "Track user actions with audit logs"
},
"enforce2faDuo": {
"message": "Enforce 2FA with Duo"
},
"priorityCustomerSupport": {
"message": "Priority customer support"
},
"xDayFreeTrial": {
"message": "$COUNT$ day free trial, cancel anytime",
"placeholders": {
"count": {
"content": "$1",
"example": "7"
}
}
},
"monthly": {
"message": "Monthly"
},
"annually": {
"message": "Annually"
},
"basePrice": {
"message": "Base Price"
},
"organizationCreated": {
"message": "Organization Created"
},
"organizationReadyToGo": {
"message": "Your new organization is ready to go!"
},
"leave": {
"message": "Leave"
},
"leaveOrganizationConfirmation": {
"message": "Are you sure you want to leave this organization?"
},
"leftOrganization": {
"message": "You have left the organization."
},
"defaultCollection": {
"message": "Default Collection"
},
"getHelp": {
"message": "Get Help"
},
"getApps": {
"message": "Get the Apps"
},
"loggedInAs": {
"message": "Logged in as"
},
"eventLogs": {
"message": "Event Logs"
},
"people": {
"message": "People"
},
"groups": {
"message": "Groups"
},
"newGroup": {
"message": "New Group"
},
"addGroup": {
"message": "Add Group"
},
"editGroup": {
"message": "Edit Group"
},
"deleteGroupConfirmation": {
"message": "Are you sure you want to delete this group?"
},
"removeUserConfirmation": {
"message": "Are you sure you want to remove this user?"
},
"externalId": {
"message": "External Id"
},
"externalIdGroupDesc": {
"message": "The external id is used to link this group to an external system such as a user directory."
},
"accessControl": {
"message": "Access Control"
},
"groupAccessAllItems": {
"message": "This group can access and modify all items."
},
"groupAccessSelectedCollections": {
"message": "This group can access only the selected collections."
},
"readOnly": {
"message": "Read Only"
},
"newCollection": {
"message": "New Collection"
},
"addCollection": {
"message": "Add Collection"
},
"editCollection": {
"message": "Edit Collection"
},
"deleteCollectionConfirmation": {
"message": "Are you sure you want to delete this collection?"
},
"editUser": {
"message": "Edit User"
},
"inviteUser": {
"message": "Invite User"
},
"inviteUserDesc": {
"message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"inviteMultipleEmailDesc": {
"message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"userAccessAllItems": {
"message": "This user can access and modify all items."
},
"userAccessSelectedCollections": {
"message": "This user can access only the selected collections."
},
"search": {
"message": "Поиск"
},
"invited": {
"message": "Invited"
},
"accepted": {
"message": "Accepted"
},
"confirmed": {
"message": "Confirmed"
},
"owner": {
"message": "Owner"
},
"ownerDesc": {
"message": "The highest access user that can manage all aspects of your organization."
},
"admin": {
"message": "Admin"
},
"adminDesc": {
"message": " Admins can access and manage all items, collections and users in your organization."
},
"user": {
"message": "User"
},
"userDesc": {
"message": "A regular user with access to your organization's collections."
},
"all": {
"message": "All"
},
"refresh": {
"message": "Обновить"
},
"timestamp": {
"message": "Timestamp"
},
"event": {
"message": "Event"
},
"unknown": {
"message": "Unknown"
},
"loadMore": {
"message": "Load More"
},
"mobile": {
"message": "Mobile",
"description": "Mobile app"
},
"extension": {
"message": "Extension",
"description": "Browser extension\/addon"
},
"desktop": {
"message": "Desktop",
"description": "Desktop app"
},
"webVault": {
"message": "Веб-хранилище"
},
"loggedIn": {
"message": "Logged in."
},
"changedPassword": {
"message": "Changed account password."
},
"enabled2fa": {
"message": "Enabled two-step login."
},
"disabled2fa": {
"message": "Disabled two-step login."
},
"recovered2fa": {
"message": "Recovered account from two-step login."
},
"failedLogin": {
"message": "Login attempt failed with incorrect password."
},
"failedLogin2fa": {
"message": "Login attempt failed with incorrect two-step login."
},
"editedOrgSettings": {
"message": "Edited organization settings."
},
"createdItemId": {
"message": "Created item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedItemId": {
"message": "Edited item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedItemId": {
"message": "Deleted item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"sharedItemId": {
"message": "Shared item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "'Google'"
}
}
},
"createdCollectionId": {
"message": "Created collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"editedCollectionId": {
"message": "Edited collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"deletedCollectionId": {
"message": "Deleted collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"createdGroupId": {
"message": "Created group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"editedGroupId": {
"message": "Edited group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"deletedGroupId": {
"message": "Deleted group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"removedUserId": {
"message": "Removed user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"createdAttachmentForItem": {
"message": "Created attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedAttachmentForItem": {
"message": "Deleted attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedCollectionsForItem": {
"message": "Edited collections for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"invitedUserId": {
"message": "Invited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirmedUserId": {
"message": "Confirmed user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedUserId": {
"message": "Edited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedGroupsForUser": {
"message": "Edited groups for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": {
"message": "Device"
},
"view": {
"message": "View"
},
"invalidDateRange": {
"message": "Invalid date range."
},
"errorOccurred": {
"message": "Произошла ошибка."
},
"userAccess": {
"message": "User Access"
},
"userType": {
"message": "User Type"
},
"groupAccess": {
"message": "Group Access"
},
"groupAccessUserDesc": {
"message": "Edit the groups that this user belongs to."
},
"invitedUsers": {
"message": "Invited user(s)."
},
"resendInvitation": {
"message": "Resend Invitation"
},
"hasBeenReinvited": {
"message": "$USER$ has been reinvited.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirm": {
"message": "Confirm"
},
"hasBeenConfirmed": {
"message": "$USER$ has been confirmed.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"startDate": {
"message": "Start Date"
},
"endDate": {
"message": "End Date"
},
"verifyEmail": {
"message": "Verify Email"
},
"verifyEmailDesc": {
"message": "Verify your account's email address to unlock access to all features."
},
"verifyEmailFirst": {
"message": "Your account's email address first must be verified."
},
"checkInboxForVerification": {
"message": "Check your email inbox for a verification link."
},
"emailVerified": {
"message": "Your email has been verified."
},
"emailVerifiedFailed": {
"message": "Unable to verify your email. Try sending a new verification email."
},
"updateBrowser": {
"message": "Update Browser"
},
"updateBrowserDesc": {
"message": "Вы используете неподдерживаемый браузер. Веб-хранилище может работать некорректно."
},
"joinOrganization": {
"message": "Join Organization"
},
"joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"inviteAccepted": {
"message": "Invitation Accepted"
},
"inviteAcceptedDesc": {
"message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens."
},
"inviteAcceptFailed": {
"message": "Unable to accept invitation. Ask an organization admin to send a new invitation."
},
"rememberEmail": {
"message": "Запомнить email"
},
"recoverAccountTwoStepDesc": {
"message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account."
},
"recoverAccountTwoStep": {
"message": "Recover Account Two-Step Login"
},
"twoStepRecoverDisabled": {
"message": "Two-step login has been disabled on your account."
},
"learnMore": {
"message": "Подробнее"
},
"deleteRecoverDesc": {
"message": "Enter your email address below to recover and delete your account."
},
"deleteRecoverEmailSent": {
"message": "If your account exists, we've sent you an email with further instructions."
},
"deleteRecoverConfirmDesc": {
"message": "You have requested to delete your Bitwarden account. Click the button below to confirm."
},
"myOrganization": {
"message": "My Organization"
},
"deleteOrganization": {
"message": "Delete Organization"
},
"deleteOrganizationDesc": {
"message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. "
},
"deleteOrganizationWarning": {
"message": "Deleting the organization is permanent. It cannot be undone."
},
"organizationDeleted": {
"message": "Organization Deleted"
},
"organizationDeletedDesc": {
"message": "The organization and all associated data has been deleted."
},
"organizationUpdated": {
"message": "Organization updated"
},
"taxInformation": {
"message": "Tax Information"
},
"taxInformationDesc": {
"message": "Please contact support to provide (or update) tax information for your invoices."
},
"billingPlan": {
"message": "Plan",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"changeBillingPlan": {
"message": "Change Plan",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"changeBillingPlanDesc": {
"message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"invoice": {
"message": "Invoice"
},
"verifyBankAccount": {
"message": "Verify Bank Account"
},
"verifyBankAccountDesc": {
"message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account."
},
"verifyBankAccountInitialDesc": {
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account."
},
"verifyBankAccountFailureWarning": {
"message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled."
},
"verifiedBankAccount": {
"message": "Bank account has been verified."
},
"bankAccount": {
"message": "Bank Account"
},
"amountX": {
"message": "Amount $COUNT$",
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",
"placeholders": {
"count": {
"content": "$1",
"example": "1"
}
}
},
"routingNumber": {
"message": "Routing Number",
"description": "Bank account routing number"
},
"accountNumber": {
"message": "Account Number"
},
"accountHolderName": {
"message": "Account Holder Name"
},
"bankAccountType": {
"message": "Account Type"
},
"bankAccountTypeCompany": {
"message": "Company (Business)"
},
"bankAccountTypeIndividual": {
"message": "Individual (Personal)"
},
"enterInstallationId": {
"message": "Enter your installation id"
},
"addSeats": {
"message": "Add Seats",
"description": "Seat = User Seat"
},
"removeSeats": {
"message": "Remove Seats",
"description": "Seat = User Seat"
},
"subscriptionUserSeats": {
"message": "Your subscription allows for a total of $COUNT$ users.",
"placeholders": {
"count": {
"content": "$1",
"example": "50"
}
}
},
"seatsToAdd": {
"message": "Seats To Add"
},
"seatsToRemove": {
"message": "Seats To Remove"
},
"seatsAddNote": {
"message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
},
"seatsRemoveNote": {
"message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
},
"adjustedSeats": {
"message": "Adjusted $AMOUNT$ user seats.",
"placeholders": {
"amount": {
"content": "$1",
"example": "15"
}
}
},
"keyUpdated": {
"message": "Key Updated"
},
"updateKeyTitle": {
"message": "Update Key"
},
"updateEncryptionKey": {
"message": "Update Encryption Key"
},
"updateEncryptionKeyShortDesc": {
"message": "You are currently using an outdated encryption scheme."
},
"updateEncryptionKeyDesc": {
"message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory."
},
"updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
},
"subscription": {
"message": "Subscription"
},
"loading": {
"message": "Loading"
},
"upgrade": {
"message": "Upgrade"
},
"upgradeOrganization": {
"message": "Upgrade Organization"
},
"upgradeOrganizationDesc": {
"message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features."
},
"createOrganizationStep1": {
"message": "Create Organization: Step 1"
},
"createOrganizationCreatePersonalAccount": {
"message": "Before creating your organization, you first need to create a free personal account."
},
"refunded": {
"message": "Refunded"
},
"nothingSelected": {
"message": "You have not selected anything."
},
"submitAgreePolicies": {
"message": "By clicking the \"Submit\" button, you agree to the following policies:",
"description": "A policy is something like Terms of Service, Privacy Policy, etc."
},
"termsOfService": {
"message": "Terms of Service"
},
"privacyPolicy": {
"message": "Privacy Policy"
}
}