2020-07-21 10:53:21 +02:00
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a ru locale. All the
// messages from the main program should be duplicated here with the same
// function name.
// Ignore issues from commonly used lints in this file.
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
// ignore_for_file:unused_import, file_names
import ' package:intl/intl.dart ' ;
import ' package:intl/message_lookup_by_library.dart ' ;
final messages = new MessageLookup ( ) ;
typedef String MessageIfAbsent ( String messageStr , List < dynamic > args ) ;
class MessageLookup extends MessageLookupByLibrary {
String get localeName = > ' ru ' ;
2020-08-16 12:54:43 +02:00
static m0 ( username ) = > " ${ username } принял(а ) приглашение войти в чат " ;
2020-07-21 10:53:21 +02:00
static m1 ( username ) = > " ${ username } активировал(а ) сквозное шифрование " ;
2020-09-03 11:44:42 +02:00
static m2 ( senderName ) = > " ${ senderName } ответил(а ) на звонок " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m3 ( username ) = > " Принять этот запрос подтверждения от ${ username } ? " ;
static m4 ( username , targetName ) = >
2020-08-16 12:54:43 +02:00
" ${ username } заблокировал(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m5 ( homeserver ) = > " По умолчанию вы будете подключены к ${ homeserver } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m6 ( username ) = > " ${ username } изменил(а ) аватар чата " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m7 ( username , description ) = >
2020-08-16 12:54:43 +02:00
" ${ username } изменил(а ) описание чата на: \" ${ description } \" " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m8 ( username , chatname ) = >
2020-08-16 12:54:43 +02:00
" ${ username } изменил(а ) имя чата на: \" ${ chatname } \" " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m9 ( username ) = > " ${ username } изменил(а ) права доступа к чату " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m10 ( username , displayname ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) отображаемое имя на: ${ displayname } " ;
2020-09-03 11:44:42 +02:00
static m11 ( username ) = > " ${ username } изменил(а ) правила гостевого доступа " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m12 ( username , rules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) правила гостевого доступа на: ${ rules } " ;
2020-09-03 11:44:42 +02:00
static m13 ( username ) = > " ${ username } изменил(а ) видимость истории " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m14 ( username , rules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) видимость истории на: ${ rules } " ;
2020-09-03 11:44:42 +02:00
static m15 ( username ) = > " ${ username } изменил(а ) правила присоединения " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m16 ( username , joinRules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) правила присоединения на: ${ joinRules } " ;
2020-09-03 11:44:42 +02:00
static m17 ( username ) = > " ${ username } изменил(а ) аватар " ;
static m18 ( username ) = > " ${ username } изменил(а ) псевдонимы комнаты " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m19 ( username ) = > " ${ username } изменил(а ) ссылку для приглашения " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m20 ( error ) = > " Н е удалось расшифровать сообщение: ${ error } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m21 ( count ) = > " ${ count } участника(ов) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m22 ( username ) = > " ${ username } создал(а ) чат " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m23 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m24 ( year , month , day ) = > " ${ day } . ${ month } . ${ year } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m25 ( month , day ) = > " ${ day } . ${ month } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m26 ( senderName ) = > " ${ senderName } завершил(а ) звонок " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m27 ( displayname ) = > " Группа с ${ displayname } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m28 ( username , targetName ) = >
2020-07-21 10:53:21 +02:00
" ${ username } отозвал(а ) приглашение для ${ targetName } " ;
2020-09-03 11:44:42 +02:00
static m29 ( groupName ) = > " Пригласить контакт в ${ groupName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m30 ( username , link ) = >
2020-08-31 21:16:22 +02:00
" ${ username } пригласил(а ) вас в FluffyChat. \n 1. Установите FluffyChat: https://fluffychat.im \n 2. Зарегистрируйтесь или войдите \n 3. Откройте ссылку приглашения: ${ link } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m31 ( username , targetName ) = > " ${ username } пригласил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m32 ( username ) = > " ${ username } присоединился(ась) к чату " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m33 ( username , targetName ) = > " ${ username } исключил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m34 ( username , targetName ) = >
2020-08-16 12:54:43 +02:00
" ${ username } исключил(а ) и заблокировал(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m35 ( localizedTimeShort ) = >
2020-07-21 10:53:21 +02:00
" Последнее посещение: ${ localizedTimeShort } " ;
2020-09-03 11:44:42 +02:00
static m36 ( count ) = > " Загрузить еще ${ count } участника(ов) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m37 ( homeserver ) = > " Войти в ${ homeserver } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m38 ( number ) = > " ${ number } выбран(о ) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m39 ( fileName ) = > " Проиграть ${ fileName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m40 ( username ) = > " ${ username } отредактировал(а ) событие " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m41 ( username ) = > " ${ username } отклонил(а ) приглашение " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m42 ( username ) = > " Удалено пользователем ${ username } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m43 ( username ) = > " Просмотрено пользователем ${ username } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m44 ( username , count ) = >
2020-07-21 10:53:21 +02:00
" Просмотрено пользователями ${ username } и ${ count } другими " ;
2020-09-03 11:44:42 +02:00
static m45 ( username , username2 ) = >
2020-07-21 10:53:21 +02:00
" Просмотрено пользователями ${ username } и ${ username2 } " ;
2020-09-03 11:44:42 +02:00
static m46 ( username ) = > " ${ username } отправил(а ) файл " ;
static m47 ( username ) = > " ${ username } отправил(а ) изображение " ;
static m48 ( username ) = > " ${ username } отправил(а ) стикер " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m49 ( username ) = > " ${ username } отправил(а ) видео " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m50 ( username ) = > " ${ username } отправил(а ) аудио " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m51 ( senderName ) = > " ${ senderName } отправил(а ) информацию о звонке " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m52 ( username ) = > " ${ username } поделился(ась) местоположением " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m53 ( senderName ) = > " ${ senderName } начал(а ) звонок " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m54 ( hours12 , hours24 , minutes , suffix ) = > " ${ hours24 } : ${ minutes } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m55 ( username , targetName ) = >
2020-08-16 12:54:43 +02:00
" ${ username } разблокировал(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m56 ( type ) = > " Неизвестное событие \" ${ type } \" " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m57 ( unreadCount ) = > " ${ unreadCount } непрочитанных чата(ов) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m58 ( unreadEvents ) = > " ${ unreadEvents } непрочитанных сообщения(ий) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m59 ( unreadEvents , unreadChats ) = >
2020-08-16 12:54:43 +02:00
" ${ unreadEvents } непрочитанное(ых) сообщение(ий) в ${ unreadChats } чате(а х ) " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m60 ( username , count ) = >
2020-07-21 10:53:21 +02:00
" ${ username } и ${ count } других участников печатают... " ;
2020-09-03 11:44:42 +02:00
static m61 ( username , username2 ) = > " ${ username } и ${ username2 } печатают... " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m62 ( username ) = > " ${ username } печатает... " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m63 ( username ) = > " ${ username } покинул(а ) чат " ;
2020-07-21 10:53:21 +02:00
2020-09-03 11:44:42 +02:00
static m64 ( username , type ) = >
2020-08-16 12:54:43 +02:00
" ${ username } отправил(а ) событие типа \" ${ type } \" " ;
2020-07-21 10:53:21 +02:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
static _notInlinedMessages ( _ ) = > < String , Function > {
2020-09-23 11:59:14 +02:00
" about " : MessageLookupByLibrary . simpleMessage ( " О приложении" ) ,
" accept " : MessageLookupByLibrary . simpleMessage ( " Принять " ) ,
" acceptedTheInvitation " : m0 ,
" account " : MessageLookupByLibrary . simpleMessage ( " Учётная запись " ) ,
" accountInformation " :
2020-07-21 10:53:21 +02:00
MessageLookupByLibrary . simpleMessage ( " Сведения о б учётной записи " ) ,
2020-09-23 11:59:14 +02:00
" activatedEndToEndEncryption " : m1 ,
" addGroupDescription " :
2020-07-21 10:53:21 +02:00
MessageLookupByLibrary . simpleMessage ( " Добавить описание группы " ) ,
2020-09-23 11:59:14 +02:00
" admin " : MessageLookupByLibrary . simpleMessage ( " Администратор " ) ,
" alias " : MessageLookupByLibrary . simpleMessage ( " псевдоним " ) ,
" alreadyHaveAnAccount " :
2020-07-21 10:53:21 +02:00
MessageLookupByLibrary . simpleMessage ( " Уже есть учётная запись? " ) ,
2020-09-23 11:59:14 +02:00
" answeredTheCall " : m2 ,
" anyoneCanJoin " :
2020-07-21 10:53:21 +02:00
MessageLookupByLibrary . simpleMessage ( " Каждый может присоединиться " ) ,
2020-09-23 11:59:14 +02:00
" archive " : MessageLookupByLibrary . simpleMessage ( " Архив " ) ,
" archivedRoom " :
2020-07-21 10:53:21 +02:00
MessageLookupByLibrary . simpleMessage ( " Архивированная комната " ) ,
2020-09-23 11:59:14 +02:00
" areGuestsAllowedToJoin " : MessageLookupByLibrary . simpleMessage (
2020-07-21 10:53:21 +02:00
" Разрешено ли гостям присоединяться " ) ,
2020-09-23 11:59:14 +02:00
" areYouSure " : MessageLookupByLibrary . simpleMessage ( " Вы уверены? " ) ,
2020-07-21 10:53:21 +02:00
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Пожалуйста, введите вашу парольную фразу или ключ восстановления для кэширования ключей. " ) ,
2020-07-21 10:53:21 +02:00
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Для подписи ключа другого пользователя, пожалуйста, введите вашу парольную фразу или ключ восстановления. " ) ,
2020-07-21 10:53:21 +02:00
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Пожалуйста, введите вашу парольную фразу или ключ восстановления для подтвердждения сессии. " ) ,
2020-09-03 11:44:42 +02:00
" askVerificationRequest " : m3 ,
2020-09-23 11:59:14 +02:00
" authentication " :
MessageLookupByLibrary . simpleMessage ( " Аутентификация " ) ,
" avatarHasBeenChanged " :
MessageLookupByLibrary . simpleMessage ( " Аватар был изменён " ) ,
" banFromChat " :
MessageLookupByLibrary . simpleMessage ( " Заблокировать в чате " ) ,
" banned " : MessageLookupByLibrary . simpleMessage ( " Заблокирован(а ) " ) ,
2020-09-03 11:44:42 +02:00
" bannedUser " : m4 ,
2020-09-23 11:59:14 +02:00
" blockDevice " :
MessageLookupByLibrary . simpleMessage ( " Заблокировать устройство " ) ,
2020-09-03 11:44:42 +02:00
" byDefaultYouWillBeConnectedTo " : m5 ,
2020-07-21 10:53:21 +02:00
" cachedKeys " :
2020-08-16 12:54:43 +02:00
MessageLookupByLibrary . simpleMessage ( " Ключи успешно кэшированы " ) ,
2020-09-23 11:59:14 +02:00
" cancel " : MessageLookupByLibrary . simpleMessage ( " Отмена " ) ,
" changeTheHomeserver " :
MessageLookupByLibrary . simpleMessage ( " Изменить сервер Matrix " ) ,
" changeTheNameOfTheGroup " :
MessageLookupByLibrary . simpleMessage ( " Изменить название группы " ) ,
" changeTheServer " :
MessageLookupByLibrary . simpleMessage ( " Изменить сервер " ) ,
" changeTheme " : MessageLookupByLibrary . simpleMessage ( " Тема " ) ,
" changeWallpaper " :
MessageLookupByLibrary . simpleMessage ( " Изменить фон чатов " ) ,
2020-09-03 11:44:42 +02:00
" changedTheChatAvatar " : m6 ,
" changedTheChatDescriptionTo " : m7 ,
" changedTheChatNameTo " : m8 ,
" changedTheChatPermissions " : m9 ,
" changedTheDisplaynameTo " : m10 ,
" changedTheGuestAccessRules " : m11 ,
" changedTheGuestAccessRulesTo " : m12 ,
" changedTheHistoryVisibility " : m13 ,
" changedTheHistoryVisibilityTo " : m14 ,
" changedTheJoinRules " : m15 ,
" changedTheJoinRulesTo " : m16 ,
" changedTheProfileAvatar " : m17 ,
" changedTheRoomAliases " : m18 ,
" changedTheRoomInvitationLink " : m19 ,
2020-09-23 11:59:14 +02:00
" changelog " : MessageLookupByLibrary . simpleMessage ( " Журнал изменений " ) ,
" changesHaveBeenSaved " :
MessageLookupByLibrary . simpleMessage ( " Изменения были сохранены " ) ,
" channelCorruptedDecryptError " :
MessageLookupByLibrary . simpleMessage ( " Шифрование было повреждено " ) ,
" chat " : MessageLookupByLibrary . simpleMessage ( " Чат " ) ,
" chatDetails " : MessageLookupByLibrary . simpleMessage ( " Детали чата " ) ,
" chooseAStrongPassword " :
MessageLookupByLibrary . simpleMessage ( " Выберите надёжный пароль " ) ,
" chooseAUsername " :
MessageLookupByLibrary . simpleMessage ( " Выберите имя пользователя " ) ,
" close " : MessageLookupByLibrary . simpleMessage ( " Закрыть " ) ,
2020-07-21 10:53:21 +02:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Сравните и убедитесь, что следующие эмодзи соответствуют эмодзи на другом устройстве: " ) ,
2020-07-21 10:53:21 +02:00
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Сравните и убедитесь, что следующие числа соответствуют числам на другом устройстве: " ) ,
2020-09-23 11:59:14 +02:00
" confirm " : MessageLookupByLibrary . simpleMessage ( " Подтвердить " ) ,
" connect " : MessageLookupByLibrary . simpleMessage ( " Присоединиться " ) ,
" connectionAttemptFailed " : MessageLookupByLibrary . simpleMessage (
" Попытка подключения не удалась " ) ,
" contactHasBeenInvitedToTheGroup " : MessageLookupByLibrary . simpleMessage (
" Контакт был приглашен в группу " ) ,
" contentViewer " :
MessageLookupByLibrary . simpleMessage ( " Просмотр содержимого " ) ,
" copiedToClipboard " :
MessageLookupByLibrary . simpleMessage ( " Скопировано в буфер обмена " ) ,
" copy " : MessageLookupByLibrary . simpleMessage ( " Скопировать " ) ,
2020-09-03 11:44:42 +02:00
" couldNotDecryptMessage " : m20 ,
2020-09-23 11:59:14 +02:00
" couldNotSetAvatar " : MessageLookupByLibrary . simpleMessage (
" Н е удалось установить аватар" ) ,
" couldNotSetDisplayname " : MessageLookupByLibrary . simpleMessage (
" Н е удалось установить отображаемое имя" ) ,
2020-09-03 11:44:42 +02:00
" countParticipants " : m21 ,
2020-09-23 11:59:14 +02:00
" create " : MessageLookupByLibrary . simpleMessage ( " Создать " ) ,
" createAccountNow " : MessageLookupByLibrary . simpleMessage (
" Создать учётную запись сейчас " ) ,
" createNewGroup " : MessageLookupByLibrary . simpleMessage ( " Новая группа " ) ,
2020-09-03 11:44:42 +02:00
" createdTheChat " : m22 ,
2020-07-21 10:53:21 +02:00
" crossSigningDisabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись отключена" ) ,
" crossSigningEnabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись включена" ) ,
2020-09-23 11:59:14 +02:00
" currentlyActive " : MessageLookupByLibrary . simpleMessage (
" В настоящее время активен(а )" ) ,
" darkTheme " : MessageLookupByLibrary . simpleMessage ( " Тёмная " ) ,
2020-09-03 11:44:42 +02:00
" dateAndTimeOfDay " : m23 ,
" dateWithYear " : m24 ,
" dateWithoutYear " : m25 ,
2020-09-23 11:59:14 +02:00
" delete " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" deleteMessage " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
" deny " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
" device " : MessageLookupByLibrary . simpleMessage ( " Устройство " ) ,
" devices " : MessageLookupByLibrary . simpleMessage ( " Устройства " ) ,
" discardPicture " :
MessageLookupByLibrary . simpleMessage ( " Удалить изображение " ) ,
" displaynameHasBeenChanged " : MessageLookupByLibrary . simpleMessage (
" Отображаемое имя было изменено " ) ,
" donate " : MessageLookupByLibrary . simpleMessage ( " Пожертвовать " ) ,
" downloadFile " : MessageLookupByLibrary . simpleMessage ( " Скачать файл " ) ,
" editDisplayname " :
MessageLookupByLibrary . simpleMessage ( " Отображаемое имя " ) ,
" editJitsiInstance " :
MessageLookupByLibrary . simpleMessage ( " Сервер Jitsi " ) ,
2020-07-21 10:53:21 +02:00
" emoteExists " :
2020-08-16 12:54:43 +02:00
MessageLookupByLibrary . simpleMessage ( " Эмодзи уже существует " ) ,
2020-07-21 10:53:21 +02:00
" emoteInvalid " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Недопустимый краткий код эмодзи " ) ,
2020-09-23 11:59:14 +02:00
" emoteSettings " :
MessageLookupByLibrary . simpleMessage ( " Настройки эмодзи " ) ,
" emoteShortcode " :
MessageLookupByLibrary . simpleMessage ( " Краткий код для эмодзи " ) ,
2020-07-21 10:53:21 +02:00
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Выберите краткий код эмодзи и изображение " ) ,
2020-09-23 11:59:14 +02:00
" emptyChat " : MessageLookupByLibrary . simpleMessage ( " Пустой чат " ) ,
" enableEncryptionWarning " : MessageLookupByLibrary . simpleMessage (
" Вы больше не сможете отключить шифрование. Вы уверены? " ) ,
" encryption " : MessageLookupByLibrary . simpleMessage ( " Шифрование " ) ,
" encryptionAlgorithm " :
MessageLookupByLibrary . simpleMessage ( " Алгоритм шифрования " ) ,
" encryptionNotEnabled " :
MessageLookupByLibrary . simpleMessage ( " Шифрование не включено " ) ,
" end2endEncryptionSettings " : MessageLookupByLibrary . simpleMessage (
" Настройки сквозного шифрования " ) ,
2020-09-03 11:44:42 +02:00
" endedTheCall " : m26 ,
2020-09-23 11:59:14 +02:00
" enterAGroupName " :
MessageLookupByLibrary . simpleMessage ( " Введите название группы " ) ,
" enterAUsername " :
MessageLookupByLibrary . simpleMessage ( " Введите имя пользователя " ) ,
" enterYourHomeserver " : MessageLookupByLibrary . simpleMessage (
" Введите адрес вашего сервера Matrix " ) ,
" fileName " : MessageLookupByLibrary . simpleMessage ( " Имя файла " ) ,
" fileSize " : MessageLookupByLibrary . simpleMessage ( " Размер файла " ) ,
" fluffychat " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
" forward " : MessageLookupByLibrary . simpleMessage ( " Переслать " ) ,
" friday " : MessageLookupByLibrary . simpleMessage ( " Пятница " ) ,
" fromJoining " :
MessageLookupByLibrary . simpleMessage ( " С момента присоединения" ) ,
" fromTheInvitation " :
MessageLookupByLibrary . simpleMessage ( " С момента приглашения" ) ,
" group " : MessageLookupByLibrary . simpleMessage ( " Группа " ) ,
" groupDescription " :
MessageLookupByLibrary . simpleMessage ( " Описание группы " ) ,
" groupDescriptionHasBeenChanged " : MessageLookupByLibrary . simpleMessage (
" Описание группы было изменено " ) ,
" groupIsPublic " :
MessageLookupByLibrary . simpleMessage ( " Публичная группа " ) ,
2020-09-03 11:44:42 +02:00
" groupWith " : m27 ,
2020-09-23 11:59:14 +02:00
" guestsAreForbidden " : MessageLookupByLibrary . simpleMessage (
" Гости не могут присоединиться " ) ,
" guestsCanJoin " :
MessageLookupByLibrary . simpleMessage ( " Гости могут присоединиться " ) ,
2020-09-03 11:44:42 +02:00
" hasWithdrawnTheInvitationFor " : m28 ,
2020-09-23 11:59:14 +02:00
" help " : MessageLookupByLibrary . simpleMessage ( " Помощь " ) ,
" homeserverIsNotCompatible " :
MessageLookupByLibrary . simpleMessage ( " Несовместимый сервер Matrix " ) ,
" id " : MessageLookupByLibrary . simpleMessage ( " ID " ) ,
" identity " : MessageLookupByLibrary . simpleMessage ( " Идентификация " ) ,
" ignoreListDescription " : MessageLookupByLibrary . simpleMessage (
" Вы можете игнорировать пользователей, которые вам мешают. Вы не сможете получать сообщения или приглашения в комнату от пользователей из вашего личного списка игнорирования. " ) ,
" ignoreUsername " : MessageLookupByLibrary . simpleMessage (
" Игнорировать имя пользователя " ) ,
" ignoredUsers " :
MessageLookupByLibrary . simpleMessage ( " Игнорируемые пользователи " ) ,
2020-07-21 10:53:21 +02:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Неверный пароль или ключ восстановления " ) ,
2020-09-23 11:59:14 +02:00
" inviteContact " :
MessageLookupByLibrary . simpleMessage ( " Пригласить контакт " ) ,
2020-09-03 11:44:42 +02:00
" inviteContactToGroup " : m29 ,
" inviteText " : m30 ,
2020-09-23 11:59:14 +02:00
" invited " : MessageLookupByLibrary . simpleMessage ( " Приглашён " ) ,
2020-09-03 11:44:42 +02:00
" invitedUser " : m31 ,
2020-09-23 11:59:14 +02:00
" invitedUsersOnly " : MessageLookupByLibrary . simpleMessage (
" Только приглашённым пользователям " ) ,
2020-07-21 10:53:21 +02:00
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage (
" Правильно ли указан следующий ключ устройства? " ) ,
2020-09-23 11:59:14 +02:00
" isTyping " : MessageLookupByLibrary . simpleMessage ( " Печатает... " ) ,
" joinRoom " :
MessageLookupByLibrary . simpleMessage ( " Присоединиться к комнате " ) ,
2020-09-03 11:44:42 +02:00
" joinedTheChat " : m32 ,
2020-08-16 12:54:43 +02:00
" keysCached " :
MessageLookupByLibrary . simpleMessage ( " Ключи сохранены в кэше " ) ,
2020-07-21 10:53:21 +02:00
" keysMissing " :
MessageLookupByLibrary . simpleMessage ( " Ключи отсутствуют " ) ,
2020-09-23 11:59:14 +02:00
" kickFromChat " :
MessageLookupByLibrary . simpleMessage ( " Исключить из чата " ) ,
2020-09-03 11:44:42 +02:00
" kicked " : m33 ,
" kickedAndBanned " : m34 ,
" lastActiveAgo " : m35 ,
2020-09-23 11:59:14 +02:00
" lastSeenIp " : MessageLookupByLibrary . simpleMessage (
" Последний IP, с которого заходили " ) ,
" lastSeenLongTimeAgo " :
MessageLookupByLibrary . simpleMessage ( " был(а ) в сети давно " ) ,
" leave " : MessageLookupByLibrary . simpleMessage ( " Покинуть " ) ,
" leftTheChat " : MessageLookupByLibrary . simpleMessage ( " Покинуть чат " ) ,
" license " : MessageLookupByLibrary . simpleMessage ( " Лицензия " ) ,
" lightTheme " : MessageLookupByLibrary . simpleMessage ( " Светлая " ) ,
2020-09-03 11:44:42 +02:00
" loadCountMoreParticipants " : m36 ,
2020-09-23 11:59:14 +02:00
" loadMore " : MessageLookupByLibrary . simpleMessage ( " Загрузить больше... " ) ,
" loadingPleaseWait " :
MessageLookupByLibrary . simpleMessage ( " Пожалуйста, подождите... " ) ,
2020-09-03 11:44:42 +02:00
" logInTo " : m37 ,
2020-09-23 11:59:14 +02:00
" login " : MessageLookupByLibrary . simpleMessage ( " Вход " ) ,
" logout " : MessageLookupByLibrary . simpleMessage ( " Выйти " ) ,
" makeAModerator " :
MessageLookupByLibrary . simpleMessage ( " Сделать модератором " ) ,
" makeAnAdmin " :
MessageLookupByLibrary . simpleMessage ( " Сделать администратором " ) ,
" makeSureTheIdentifierIsValid " : MessageLookupByLibrary . simpleMessage (
" Убедитесь, что идентификатор действителен " ) ,
" messageWillBeRemovedWarning " : MessageLookupByLibrary . simpleMessage (
" Сообщение будет удалено для всех участников " ) ,
" moderator " : MessageLookupByLibrary . simpleMessage ( " Модератор " ) ,
" monday " : MessageLookupByLibrary . simpleMessage ( " Понедельник " ) ,
" muteChat " :
MessageLookupByLibrary . simpleMessage ( " Отключить уведомления " ) ,
" needPantalaimonWarning " : MessageLookupByLibrary . simpleMessage (
" Помните, что вам нужен Pantalaimon для использования сквозного шифрования. " ) ,
" newMessageInFluffyChat " : MessageLookupByLibrary . simpleMessage (
" Новое сообщение во FluffyChat " ) ,
" newPrivateChat " :
MessageLookupByLibrary . simpleMessage ( " Новый приватный чат " ) ,
2020-07-21 10:53:21 +02:00
" newVerificationRequest " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Новый запрос на подтверждение " ) ,
2020-09-23 11:59:14 +02:00
" no " : MessageLookupByLibrary . simpleMessage ( " Нет " ) ,
2020-07-21 10:53:21 +02:00
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" FluffyChat в настоящее время не поддерживает включение кросс-подписи. Пожалуйста, включите е г о в Element. " ) ,
2020-09-23 11:59:14 +02:00
" noEmotesFound " :
MessageLookupByLibrary . simpleMessage ( " Эмодзи не найдены 😕 " ) ,
" noGoogleServicesWarning " : MessageLookupByLibrary . simpleMessage (
" Похоже, у вас нет служб Google на вашем телефоне. Это хорошее решение для вашей конфиденциальности! Для получения push-уведомлений во FluffyChat мы рекомендуем использовать microG: https://microg.org/ " ) ,
2020-07-21 10:53:21 +02:00
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" В настоящее время FluffyChat не поддерживает функцию резервного копирования онлайн-ключей. Пожалуйста, включите её в Element." ) ,
2020-09-23 11:59:14 +02:00
" noPermission " :
MessageLookupByLibrary . simpleMessage ( " Нет прав доступа " ) ,
" noRoomsFound " :
MessageLookupByLibrary . simpleMessage ( " Комнаты не найдены... " ) ,
" none " : MessageLookupByLibrary . simpleMessage ( " Ничего " ) ,
" notSupportedInWeb " : MessageLookupByLibrary . simpleMessage (
" Н е поддерживается в веб-версии" ) ,
2020-09-03 11:44:42 +02:00
" numberSelected " : m38 ,
2020-07-21 10:53:21 +02:00
" ok " : MessageLookupByLibrary . simpleMessage ( " ok " ) ,
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Резервное копирование ключей на сервере отключено " ) ,
2020-07-21 10:53:21 +02:00
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" Резервное копирование ключей на сервере включено " ) ,
2020-09-23 11:59:14 +02:00
" oopsSomethingWentWrong " :
MessageLookupByLibrary . simpleMessage ( " Упс! Что-то пошло не так... " ) ,
" openAppToReadMessages " : MessageLookupByLibrary . simpleMessage (
" Откройте приложение для чтения сообщений " ) ,
" openCamera " : MessageLookupByLibrary . simpleMessage ( " Открыть камеру " ) ,
" optionalGroupName " : MessageLookupByLibrary . simpleMessage (
" (необязательно) Название группы " ) ,
" participatingUserDevices " :
MessageLookupByLibrary . simpleMessage ( " Участвующие устройства " ) ,
2020-07-21 10:53:21 +02:00
" passphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" пароль или ключ восстановления " ) ,
2020-09-23 11:59:14 +02:00
" password " : MessageLookupByLibrary . simpleMessage ( " Пароль " ) ,
" pickImage " :
MessageLookupByLibrary . simpleMessage ( " Выбрать изображение " ) ,
" pin " : MessageLookupByLibrary . simpleMessage ( " Закрепить " ) ,
2020-09-03 11:44:42 +02:00
" play " : m39 ,
2020-09-23 11:59:14 +02:00
" pleaseChooseAUsername " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, выберите имя пользователя " ) ,
" pleaseEnterAMatrixIdentifier " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, введите идентификатор Matrix " ) ,
" pleaseEnterYourPassword " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, введите ваш пароль " ) ,
" pleaseEnterYourUsername " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, введите имя пользователя " ) ,
" publicRooms " :
MessageLookupByLibrary . simpleMessage ( " Публичные комнаты " ) ,
" recording " : MessageLookupByLibrary . simpleMessage ( " Запись " ) ,
2020-09-03 11:44:42 +02:00
" redactedAnEvent " : m40 ,
2020-09-23 11:59:14 +02:00
" reject " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
2020-09-03 11:44:42 +02:00
" rejectedTheInvitation " : m41 ,
2020-09-23 11:59:14 +02:00
" rejoin " : MessageLookupByLibrary . simpleMessage ( " Зайти повторно " ) ,
" remove " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" removeAllOtherDevices " : MessageLookupByLibrary . simpleMessage (
" Удалить все другие устройства " ) ,
" removeDevice " :
MessageLookupByLibrary . simpleMessage ( " Удалить устройство " ) ,
" removeExile " :
MessageLookupByLibrary . simpleMessage ( " Разблокировать в чате " ) ,
" removeMessage " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
2020-09-03 11:44:42 +02:00
" removedBy " : m42 ,
2020-09-23 11:59:14 +02:00
" renderRichContent " : MessageLookupByLibrary . simpleMessage (
" Показывать текст с форматированием " ) ,
" reply " : MessageLookupByLibrary . simpleMessage ( " Ответить " ) ,
" requestPermission " :
MessageLookupByLibrary . simpleMessage ( " Запросить разрешение " ) ,
" requestToReadOlderMessages " : MessageLookupByLibrary . simpleMessage (
" Запросить доступ к предыдущим сообщениям " ) ,
" revokeAllPermissions " :
MessageLookupByLibrary . simpleMessage ( " Отменить все права доступа " ) ,
" roomHasBeenUpgraded " :
MessageLookupByLibrary . simpleMessage ( " Комната обновлена " ) ,
" saturday " : MessageLookupByLibrary . simpleMessage ( " Суббота " ) ,
" searchForAChat " : MessageLookupByLibrary . simpleMessage ( " Поиск чата " ) ,
2020-09-03 11:44:42 +02:00
" seenByUser " : m43 ,
" seenByUserAndCountOthers " : m44 ,
" seenByUserAndUser " : m45 ,
2020-09-23 11:59:14 +02:00
" send " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" sendAMessage " :
MessageLookupByLibrary . simpleMessage ( " Отправить сообщение " ) ,
" sendAudio " : MessageLookupByLibrary . simpleMessage ( " Отправить аудио " ) ,
" sendBugReports " : MessageLookupByLibrary . simpleMessage (
" Разрешить отправку отчетов о б ошибках в sentry.io " ) ,
" sendFile " : MessageLookupByLibrary . simpleMessage ( " Отправить файл " ) ,
" sendImage " :
MessageLookupByLibrary . simpleMessage ( " Отправить изображение " ) ,
" sendOriginal " :
MessageLookupByLibrary . simpleMessage ( " Отправить оригинал " ) ,
" sendVideo " : MessageLookupByLibrary . simpleMessage ( " Отправить видео " ) ,
2020-09-03 11:44:42 +02:00
" sentAFile " : m46 ,
" sentAPicture " : m47 ,
" sentASticker " : m48 ,
" sentAVideo " : m49 ,
" sentAnAudio " : m50 ,
" sentCallInformations " : m51 ,
2020-09-23 11:59:14 +02:00
" sentryInfo " : MessageLookupByLibrary . simpleMessage (
" Информация о вашей конфиденциальности: https://sentry.io/security/ " ) ,
2020-07-21 10:53:21 +02:00
" sessionVerified " :
MessageLookupByLibrary . simpleMessage ( " Сессия подтверждена " ) ,
2020-09-23 11:59:14 +02:00
" setAProfilePicture " : MessageLookupByLibrary . simpleMessage (
" Установить изображение профиля " ) ,
" setGroupDescription " :
MessageLookupByLibrary . simpleMessage ( " Задать описание группы " ) ,
" setInvitationLink " : MessageLookupByLibrary . simpleMessage (
" Установить ссылку для приглашения " ) ,
" setStatus " : MessageLookupByLibrary . simpleMessage ( " Задать статус " ) ,
" settings " : MessageLookupByLibrary . simpleMessage ( " Настройки " ) ,
" share " : MessageLookupByLibrary . simpleMessage ( " Поделиться " ) ,
2020-09-03 11:44:42 +02:00
" sharedTheLocation " : m52 ,
2020-09-23 11:59:14 +02:00
" signUp " : MessageLookupByLibrary . simpleMessage ( " Зарегистрироваться " ) ,
" skip " : MessageLookupByLibrary . simpleMessage ( " Пропустить " ) ,
" sourceCode " : MessageLookupByLibrary . simpleMessage ( " Исходный код " ) ,
" startYourFirstChat " :
MessageLookupByLibrary . simpleMessage ( " Начните свой первый чат :-) " ) ,
2020-09-03 11:44:42 +02:00
" startedACall " : m53 ,
2020-09-23 11:59:14 +02:00
" statusExampleMessage " :
MessageLookupByLibrary . simpleMessage ( " Как у вас сегодня дела? " ) ,
" submit " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" sunday " : MessageLookupByLibrary . simpleMessage ( " Воскресенье " ) ,
" systemTheme " : MessageLookupByLibrary . simpleMessage ( " Системная " ) ,
" tapToShowMenu " : MessageLookupByLibrary . simpleMessage (
" Нажмите, чтобы показать меню " ) ,
" theyDontMatch " :
MessageLookupByLibrary . simpleMessage ( " Они не совпадают " ) ,
" theyMatch " : MessageLookupByLibrary . simpleMessage ( " Они совпадают " ) ,
" thisRoomHasBeenArchived " : MessageLookupByLibrary . simpleMessage (
" Эта комната была заархивирована. " ) ,
" thursday " : MessageLookupByLibrary . simpleMessage ( " Четверг " ) ,
2020-09-03 11:44:42 +02:00
" timeOfDay " : m54 ,
2020-07-21 10:53:21 +02:00
" title " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
2020-09-23 11:59:14 +02:00
" tryToSendAgain " : MessageLookupByLibrary . simpleMessage (
" Попробуйте отправить ещё раз " ) ,
" tuesday " : MessageLookupByLibrary . simpleMessage ( " Вторник " ) ,
2020-09-03 11:44:42 +02:00
" unbannedUser " : m55 ,
2020-09-23 11:59:14 +02:00
" unblockDevice " :
MessageLookupByLibrary . simpleMessage ( " Разблокировать устройство " ) ,
" unknownDevice " :
MessageLookupByLibrary . simpleMessage ( " Неизвестное устройство " ) ,
" unknownEncryptionAlgorithm " : MessageLookupByLibrary . simpleMessage (
" Неизвестный алгоритм шифрования " ) ,
2020-09-03 11:44:42 +02:00
" unknownEvent " : m56 ,
2020-07-21 10:53:21 +02:00
" unknownSessionVerify " : MessageLookupByLibrary . simpleMessage (
" Неизвестная сессия, пожалуйста, проверьте " ) ,
2020-09-23 11:59:14 +02:00
" unmuteChat " :
MessageLookupByLibrary . simpleMessage ( " Включить уведомления " ) ,
" unpin " : MessageLookupByLibrary . simpleMessage ( " Открепить " ) ,
2020-09-03 11:44:42 +02:00
" unreadChats " : m57 ,
" unreadMessages " : m58 ,
" unreadMessagesInChats " : m59 ,
2020-09-23 11:59:14 +02:00
" useAmoledTheme " :
MessageLookupByLibrary . simpleMessage ( " AMOLED-совместимые цвета " ) ,
2020-09-03 11:44:42 +02:00
" userAndOthersAreTyping " : m60 ,
" userAndUserAreTyping " : m61 ,
" userIsTyping " : m62 ,
" userLeftTheChat " : m63 ,
" userSentUnknownEvent " : m64 ,
2020-09-23 11:59:14 +02:00
" username " : MessageLookupByLibrary . simpleMessage ( " Имя пользователя " ) ,
2020-07-21 10:53:21 +02:00
" verifiedSession " :
2020-08-16 12:54:43 +02:00
MessageLookupByLibrary . simpleMessage ( " Сессия успешно проверена " ) ,
2020-09-23 11:59:14 +02:00
" verify " : MessageLookupByLibrary . simpleMessage ( " Проверить " ) ,
2020-07-21 10:53:21 +02:00
" verifyManual " :
MessageLookupByLibrary . simpleMessage ( " Проверить вручную " ) ,
" verifyStart " : MessageLookupByLibrary . simpleMessage ( " Начать проверку " ) ,
" verifySuccess " :
2020-08-16 12:54:43 +02:00
MessageLookupByLibrary . simpleMessage ( " Проверка успешно завершена " ) ,
2020-07-21 10:53:21 +02:00
" verifyTitle " : MessageLookupByLibrary . simpleMessage (
" Проверка другой учётной записи " ) ,
2020-09-23 11:59:14 +02:00
" verifyUser " :
MessageLookupByLibrary . simpleMessage ( " Проверить пользователя " ) ,
" videoCall " : MessageLookupByLibrary . simpleMessage ( " Видеозвонок " ) ,
" visibilityOfTheChatHistory " :
MessageLookupByLibrary . simpleMessage ( " Видимость истории чата " ) ,
" visibleForAllParticipants " :
MessageLookupByLibrary . simpleMessage ( " Видима для всех участников " ) ,
" visibleForEveryone " :
MessageLookupByLibrary . simpleMessage ( " Видна всем " ) ,
" voiceMessage " : MessageLookupByLibrary . simpleMessage (
" Отправить голосовое сообщение " ) ,
2020-07-21 10:53:21 +02:00
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage (
2020-07-23 11:38:07 +02:00
" В ожидании партнёра, чтобы принять запрос..." ) ,
2020-07-21 10:53:21 +02:00
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage (
2020-08-16 12:54:43 +02:00
" В ожидании партнёра, чтобы принять эмодзи..." ) ,
2020-07-21 10:53:21 +02:00
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage (
2020-09-23 11:59:14 +02:00
" В ожидании партнёра, чтобы принять числа..." ) ,
" wallpaper " : MessageLookupByLibrary . simpleMessage ( " Обои " ) ,
" warningEncryptionInBeta " : MessageLookupByLibrary . simpleMessage (
" Сквозное шифрование в настоящее время в бета-версии! Используйте на свой риск! " ) ,
" wednesday " : MessageLookupByLibrary . simpleMessage ( " Среда " ) ,
" welcomeText " : MessageLookupByLibrary . simpleMessage (
" Добро пожаловать в самый симпатичный мессенджер в сети Matrix. " ) ,
" whoIsAllowedToJoinThisGroup " : MessageLookupByLibrary . simpleMessage (
" Кому разрешено вступать в эту группу " ) ,
" writeAMessage " :
MessageLookupByLibrary . simpleMessage ( " Напишите сообщение... " ) ,
" yes " : MessageLookupByLibrary . simpleMessage ( " Да " ) ,
" you " : MessageLookupByLibrary . simpleMessage ( " Вы " ) ,
" youAreInvitedToThisChat " :
MessageLookupByLibrary . simpleMessage ( " Вы приглашены в этот чат " ) ,
" youAreNoLongerParticipatingInThisChat " :
MessageLookupByLibrary . simpleMessage (
" Вы больше не участвуете в этом чате " ) ,
" youCannotInviteYourself " : MessageLookupByLibrary . simpleMessage (
" Вы не можете пригласить себя " ) ,
" youHaveBeenBannedFromThisChat " : MessageLookupByLibrary . simpleMessage (
" Вы были заблокированы в этом чате " ) ,
" yourOwnUsername " :
MessageLookupByLibrary . simpleMessage ( " Ваше имя пользователя " )
2020-07-21 10:53:21 +02:00
} ;
}