2020-07-21 08:53:21 +00: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 10:54:43 +00:00
static m0 ( username ) = > " ${ username } принял(а ) приглашение войти в чат " ;
2020-07-21 08:53:21 +00:00
static m1 ( username ) = > " ${ username } активировал(а ) сквозное шифрование " ;
2020-09-03 09:44:42 +00:00
static m2 ( senderName ) = > " ${ senderName } ответил(а ) на звонок " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m3 ( username ) = > " Принять этот запрос подтверждения от ${ username } ? " ;
static m4 ( username , targetName ) = >
2020-08-16 10:54:43 +00:00
" ${ username } заблокировал(а ) ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m5 ( homeserver ) = > " По умолчанию вы будете подключены к ${ homeserver } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m6 ( username ) = > " ${ username } изменил(а ) аватар чата " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m7 ( username , description ) = >
2020-08-16 10:54:43 +00:00
" ${ username } изменил(а ) описание чата на: \" ${ description } \" " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m8 ( username , chatname ) = >
2020-08-16 10:54:43 +00:00
" ${ username } изменил(а ) имя чата на: \" ${ chatname } \" " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m9 ( username ) = > " ${ username } изменил(а ) права доступа к чату " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m10 ( username , displayname ) = >
2020-07-21 08:53:21 +00:00
" ${ username } изменил(а ) отображаемое имя на: ${ displayname } " ;
2020-09-03 09:44:42 +00:00
static m11 ( username ) = > " ${ username } изменил(а ) правила гостевого доступа " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m12 ( username , rules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } изменил(а ) правила гостевого доступа на: ${ rules } " ;
2020-09-03 09:44:42 +00:00
static m13 ( username ) = > " ${ username } изменил(а ) видимость истории " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m14 ( username , rules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } изменил(а ) видимость истории на: ${ rules } " ;
2020-09-03 09:44:42 +00:00
static m15 ( username ) = > " ${ username } изменил(а ) правила присоединения " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m16 ( username , joinRules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } изменил(а ) правила присоединения на: ${ joinRules } " ;
2020-09-03 09:44:42 +00:00
static m17 ( username ) = > " ${ username } изменил(а ) аватар " ;
static m18 ( username ) = > " ${ username } изменил(а ) псевдонимы комнаты " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m19 ( username ) = > " ${ username } изменил(а ) ссылку для приглашения " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m20 ( error ) = > " Н е удалось расшифровать сообщение: ${ error } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m21 ( count ) = > " ${ count } участника(ов) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m22 ( username ) = > " ${ username } создал(а ) чат " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m23 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m24 ( year , month , day ) = > " ${ day } . ${ month } . ${ year } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m25 ( month , day ) = > " ${ day } . ${ month } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m26 ( senderName ) = > " ${ senderName } завершил(а ) звонок " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m27 ( displayname ) = > " Группа с ${ displayname } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m28 ( username , targetName ) = >
2020-07-21 08:53:21 +00:00
" ${ username } отозвал(а ) приглашение для ${ targetName } " ;
2020-09-03 09:44:42 +00:00
static m29 ( groupName ) = > " Пригласить контакт в ${ groupName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m30 ( username , link ) = >
2020-08-31 19:16:22 +00:00
" ${ username } пригласил(а ) вас в FluffyChat. \n 1. Установите FluffyChat: https://fluffychat.im \n 2. Зарегистрируйтесь или войдите \n 3. Откройте ссылку приглашения: ${ link } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m31 ( username , targetName ) = > " ${ username } пригласил(а ) ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m32 ( username ) = > " ${ username } присоединился(ась) к чату " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m33 ( username , targetName ) = > " ${ username } исключил(а ) ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m34 ( username , targetName ) = >
2020-08-16 10:54:43 +00:00
" ${ username } исключил(а ) и заблокировал(а ) ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m35 ( localizedTimeShort ) = >
2020-07-21 08:53:21 +00:00
" Последнее посещение: ${ localizedTimeShort } " ;
2020-09-03 09:44:42 +00:00
static m36 ( count ) = > " Загрузить еще ${ count } участника(ов) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m37 ( homeserver ) = > " Войти в ${ homeserver } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m38 ( number ) = > " ${ number } выбран(о ) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m39 ( fileName ) = > " Проиграть ${ fileName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m40 ( username ) = > " ${ username } отредактировал(а ) событие " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m41 ( username ) = > " ${ username } отклонил(а ) приглашение " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m42 ( username ) = > " Удалено пользователем ${ username } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m43 ( username ) = > " Просмотрено пользователем ${ username } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m44 ( username , count ) = >
2020-07-21 08:53:21 +00:00
" Просмотрено пользователями ${ username } и ${ count } другими " ;
2020-09-03 09:44:42 +00:00
static m45 ( username , username2 ) = >
2020-07-21 08:53:21 +00:00
" Просмотрено пользователями ${ username } и ${ username2 } " ;
2020-09-03 09:44:42 +00:00
static m46 ( username ) = > " ${ username } отправил(а ) файл " ;
static m47 ( username ) = > " ${ username } отправил(а ) изображение " ;
static m48 ( username ) = > " ${ username } отправил(а ) стикер " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m49 ( username ) = > " ${ username } отправил(а ) видео " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m50 ( username ) = > " ${ username } отправил(а ) аудио " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m51 ( senderName ) = > " ${ senderName } отправил(а ) информацию о звонке " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m52 ( username ) = > " ${ username } поделился(ась) местоположением " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m53 ( senderName ) = > " ${ senderName } начал(а ) звонок " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m54 ( hours12 , hours24 , minutes , suffix ) = > " ${ hours24 } : ${ minutes } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m55 ( username , targetName ) = >
2020-08-16 10:54:43 +00:00
" ${ username } разблокировал(а ) ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m56 ( type ) = > " Неизвестное событие \" ${ type } \" " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m57 ( unreadCount ) = > " ${ unreadCount } непрочитанных чата(ов) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m58 ( unreadEvents ) = > " ${ unreadEvents } непрочитанных сообщения(ий) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m59 ( unreadEvents , unreadChats ) = >
2020-08-16 10:54:43 +00:00
" ${ unreadEvents } непрочитанное(ых) сообщение(ий) в ${ unreadChats } чате(а х ) " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m60 ( username , count ) = >
2020-07-21 08:53:21 +00:00
" ${ username } и ${ count } других участников печатают... " ;
2020-09-03 09:44:42 +00:00
static m61 ( username , username2 ) = > " ${ username } и ${ username2 } печатают... " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m62 ( username ) = > " ${ username } печатает... " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m63 ( username ) = > " ${ username } покинул(а ) чат " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m64 ( username , type ) = >
2020-08-16 10:54:43 +00:00
" ${ username } отправил(а ) событие типа \" ${ type } \" " ;
2020-07-21 08:53:21 +00:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
static _notInlinedMessages ( _ ) = > < String , Function > {
" (Optional) Group name " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" (необязательно) Название группы " ) ,
2020-07-21 08:53:21 +00:00
" About " : MessageLookupByLibrary . simpleMessage ( " О приложении" ) ,
" Accept " : MessageLookupByLibrary . simpleMessage ( " Принять " ) ,
" Account " : MessageLookupByLibrary . simpleMessage ( " Учётная запись " ) ,
" Account informations " :
MessageLookupByLibrary . simpleMessage ( " Сведения о б учётной записи " ) ,
" Add a group description " :
MessageLookupByLibrary . simpleMessage ( " Добавить описание группы " ) ,
2020-07-23 09:38:07 +00:00
" Admin " : MessageLookupByLibrary . simpleMessage ( " Администратор " ) ,
2020-09-19 13:29:12 +00:00
" Allow sending bug reports with sentry.io " :
MessageLookupByLibrary . simpleMessage (
" Разрешить отправку отчетов о б ошибках в sentry.io " ) ,
2020-07-21 08:53:21 +00:00
" Already have an account? " :
MessageLookupByLibrary . simpleMessage ( " Уже есть учётная запись? " ) ,
" Anyone can join " :
MessageLookupByLibrary . simpleMessage ( " Каждый может присоединиться " ) ,
" Archive " : MessageLookupByLibrary . simpleMessage ( " Архив " ) ,
" Archived Room " :
MessageLookupByLibrary . simpleMessage ( " Архивированная комната " ) ,
" Are guest users allowed to join " : MessageLookupByLibrary . simpleMessage (
" Разрешено ли гостям присоединяться " ) ,
" Are you sure? " : MessageLookupByLibrary . simpleMessage ( " Вы уверены? " ) ,
" Authentication " :
MessageLookupByLibrary . simpleMessage ( " Аутентификация " ) ,
" Avatar has been changed " :
2020-07-24 09:44:00 +00:00
MessageLookupByLibrary . simpleMessage ( " Аватар был изменён " ) ,
" Ban from chat " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Заблокировать в чате " ) ,
" Banned " : MessageLookupByLibrary . simpleMessage ( " Заблокирован(а ) " ) ,
2020-07-21 08:53:21 +00:00
" Block Device " :
MessageLookupByLibrary . simpleMessage ( " Заблокировать устройство " ) ,
" Cancel " : MessageLookupByLibrary . simpleMessage ( " Отмена " ) ,
" Change the homeserver " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Изменить сервер Matrix " ) ,
2020-07-21 08:53:21 +00:00
" Change the name of the group " :
MessageLookupByLibrary . simpleMessage ( " Изменить название группы " ) ,
" Change the server " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Изменить сервер " ) ,
2020-07-21 08:53:21 +00:00
" Change wallpaper " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Изменить фон чатов " ) ,
" Change your style " : MessageLookupByLibrary . simpleMessage ( " Тема " ) ,
" Changelog " : MessageLookupByLibrary . simpleMessage ( " Журнал изменений " ) ,
2020-09-19 13:29:12 +00:00
" Changes have been saved " :
MessageLookupByLibrary . simpleMessage ( " Изменения были сохранены " ) ,
2020-07-21 08:53:21 +00:00
" Chat " : MessageLookupByLibrary . simpleMessage ( " Чат " ) ,
" Chat details " : MessageLookupByLibrary . simpleMessage ( " Детали чата " ) ,
" Choose a strong password " :
MessageLookupByLibrary . simpleMessage ( " Выберите надёжный пароль " ) ,
" Choose a username " :
2020-07-24 09:44:00 +00:00
MessageLookupByLibrary . simpleMessage ( " Выберите имя пользователя " ) ,
2020-07-21 08:53:21 +00:00
" Close " : MessageLookupByLibrary . simpleMessage ( " Закрыть " ) ,
" Confirm " : MessageLookupByLibrary . simpleMessage ( " Подтвердить " ) ,
" Connect " : MessageLookupByLibrary . simpleMessage ( " Присоединиться " ) ,
" Connection attempt failed " : MessageLookupByLibrary . simpleMessage (
" Попытка подключения не удалась " ) ,
" Contact has been invited to the group " :
MessageLookupByLibrary . simpleMessage (
" Контакт был приглашен в группу " ) ,
" Content viewer " :
MessageLookupByLibrary . simpleMessage ( " Просмотр содержимого " ) ,
" Copied to clipboard " :
MessageLookupByLibrary . simpleMessage ( " Скопировано в буфер обмена " ) ,
" Copy " : MessageLookupByLibrary . simpleMessage ( " Скопировать " ) ,
" Could not set avatar " : MessageLookupByLibrary . simpleMessage (
" Н е удалось установить аватар" ) ,
" Could not set displayname " : MessageLookupByLibrary . simpleMessage (
" Н е удалось установить отображаемое имя" ) ,
" Create " : MessageLookupByLibrary . simpleMessage ( " Создать " ) ,
" Create account now " : MessageLookupByLibrary . simpleMessage (
" Создать учётную запись сейчас " ) ,
" Create new group " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Новая группа " ) ,
" Currently active " : MessageLookupByLibrary . simpleMessage (
" В настоящее время активен(а )" ) ,
" Dark " : MessageLookupByLibrary . simpleMessage ( " Тёмная " ) ,
2020-07-21 08:53:21 +00:00
" Delete " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" Delete message " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
" Deny " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
" Device " : MessageLookupByLibrary . simpleMessage ( " Устройство " ) ,
" Devices " : MessageLookupByLibrary . simpleMessage ( " Устройства " ) ,
" Discard picture " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Удалить изображение " ) ,
2020-07-21 08:53:21 +00:00
" Displayname has been changed " : MessageLookupByLibrary . simpleMessage (
" Отображаемое имя было изменено " ) ,
" Donate " : MessageLookupByLibrary . simpleMessage ( " Пожертвовать " ) ,
" Download file " : MessageLookupByLibrary . simpleMessage ( " Скачать файл " ) ,
" Edit Jitsi instance " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Сервер Jitsi " ) ,
2020-07-21 08:53:21 +00:00
" Edit displayname " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Отображаемое имя " ) ,
2020-07-21 08:53:21 +00:00
" Emote Settings " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Настройки эмодзи " ) ,
2020-07-21 08:53:21 +00:00
" Emote shortcode " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Краткий код для эмодзи " ) ,
2020-07-21 08:53:21 +00:00
" Empty chat " : MessageLookupByLibrary . simpleMessage ( " Пустой чат " ) ,
" Encryption " : MessageLookupByLibrary . simpleMessage ( " Шифрование " ) ,
" Encryption algorithm " :
MessageLookupByLibrary . simpleMessage ( " Алгоритм шифрования " ) ,
" Encryption is not enabled " :
MessageLookupByLibrary . simpleMessage ( " Шифрование не включено " ) ,
" End to end encryption is currently in Beta! Use at your own risk! " :
MessageLookupByLibrary . simpleMessage (
" Сквозное шифрование в настоящее время в бета-версии! Используйте на свой риск! " ) ,
" End-to-end encryption settings " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Настройки сквозного шифрования " ) ,
2020-07-21 08:53:21 +00:00
" Enter a group name " :
MessageLookupByLibrary . simpleMessage ( " Введите название группы " ) ,
" Enter a username " :
MessageLookupByLibrary . simpleMessage ( " Введите имя пользователя " ) ,
2020-08-16 10:54:43 +00:00
" Enter your homeserver " : MessageLookupByLibrary . simpleMessage (
" Введите адрес вашего сервера Matrix " ) ,
2020-07-21 08:53:21 +00:00
" File name " : MessageLookupByLibrary . simpleMessage ( " Имя файла " ) ,
" File size " : MessageLookupByLibrary . simpleMessage ( " Размер файла " ) ,
" FluffyChat " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
" Forward " : MessageLookupByLibrary . simpleMessage ( " Переслать " ) ,
" Friday " : MessageLookupByLibrary . simpleMessage ( " Пятница " ) ,
" From joining " :
MessageLookupByLibrary . simpleMessage ( " С момента присоединения" ) ,
" From the invitation " :
MessageLookupByLibrary . simpleMessage ( " С момента приглашения" ) ,
" Group " : MessageLookupByLibrary . simpleMessage ( " Группа " ) ,
" Group description " :
MessageLookupByLibrary . simpleMessage ( " Описание группы " ) ,
" Group description has been changed " :
MessageLookupByLibrary . simpleMessage (
" Описание группы было изменено " ) ,
" Group is public " :
MessageLookupByLibrary . simpleMessage ( " Публичная группа " ) ,
2020-09-03 09:44:42 +00:00
" Guests are forbidden " : MessageLookupByLibrary . simpleMessage (
" Гости не могут присоединиться " ) ,
2020-07-21 08:53:21 +00:00
" Guests can join " :
MessageLookupByLibrary . simpleMessage ( " Гости могут присоединиться " ) ,
" Help " : MessageLookupByLibrary . simpleMessage ( " Помощь " ) ,
2020-08-16 10:54:43 +00:00
" Homeserver is not compatible " :
MessageLookupByLibrary . simpleMessage ( " Несовместимый сервер Matrix " ) ,
2020-07-21 08:53:21 +00:00
" How are you today? " :
MessageLookupByLibrary . simpleMessage ( " Как у вас сегодня дела? " ) ,
" ID " : MessageLookupByLibrary . simpleMessage ( " ID " ) ,
" Identity " : MessageLookupByLibrary . simpleMessage ( " Идентификация " ) ,
2020-09-19 13:29:12 +00:00
" Informations about your privacy: https://sentry.io/security/ " :
MessageLookupByLibrary . simpleMessage (
" Информация о вашей конфиденциальности: https://sentry.io/security/ " ) ,
2020-07-21 08:53:21 +00:00
" Invite contact " :
MessageLookupByLibrary . simpleMessage ( " Пригласить контакт " ) ,
" Invited " : MessageLookupByLibrary . simpleMessage ( " Приглашён " ) ,
" Invited users only " : MessageLookupByLibrary . simpleMessage (
" Только приглашённым пользователям " ) ,
" It seems that you have no google services on your phone. That \' s a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/ " :
MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Похоже, у вас нет служб Google на вашем телефоне. Это хорошее решение для вашей конфиденциальности! Для получения push-уведомлений во FluffyChat мы рекомендуем использовать microG: https://microg.org/ " ) ,
2020-09-03 09:44:42 +00:00
" Join room " :
MessageLookupByLibrary . simpleMessage ( " Присоединиться к комнате " ) ,
2020-07-21 08:53:21 +00:00
" Kick from chat " :
MessageLookupByLibrary . simpleMessage ( " Исключить из чата " ) ,
2020-08-16 10:54:43 +00:00
" Last seen IP " : MessageLookupByLibrary . simpleMessage (
" Последний IP, с которого заходили " ) ,
2020-07-21 08:53:21 +00:00
" Leave " : MessageLookupByLibrary . simpleMessage ( " Покинуть " ) ,
" Left the chat " : MessageLookupByLibrary . simpleMessage ( " Покинуть чат " ) ,
" License " : MessageLookupByLibrary . simpleMessage ( " Лицензия " ) ,
2020-08-16 10:54:43 +00:00
" Light " : MessageLookupByLibrary . simpleMessage ( " Светлая " ) ,
2020-07-21 08:53:21 +00:00
" Load more... " :
MessageLookupByLibrary . simpleMessage ( " Загрузить больше... " ) ,
2020-08-16 10:54:43 +00:00
" Loading... Please wait " :
MessageLookupByLibrary . simpleMessage ( " Пожалуйста, подождите... " ) ,
2020-07-21 08:53:21 +00:00
" Login " : MessageLookupByLibrary . simpleMessage ( " Вход " ) ,
" Logout " : MessageLookupByLibrary . simpleMessage ( " Выйти " ) ,
" Make a moderator " :
MessageLookupByLibrary . simpleMessage ( " Сделать модератором " ) ,
" Make an admin " :
2020-07-23 09:38:07 +00:00
MessageLookupByLibrary . simpleMessage ( " Сделать администратором " ) ,
2020-07-21 08:53:21 +00:00
" Make sure the identifier is valid " :
MessageLookupByLibrary . simpleMessage (
" Убедитесь, что идентификатор действителен " ) ,
" Message will be removed for all participants " :
MessageLookupByLibrary . simpleMessage (
" Сообщение будет удалено для всех участников " ) ,
" Moderator " : MessageLookupByLibrary . simpleMessage ( " Модератор " ) ,
" Monday " : MessageLookupByLibrary . simpleMessage ( " Понедельник " ) ,
2020-07-23 09:38:07 +00:00
" Mute chat " :
MessageLookupByLibrary . simpleMessage ( " Отключить уведомления " ) ,
2020-07-21 08:53:21 +00:00
" New message in FluffyChat " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Новое сообщение во FluffyChat " ) ,
2020-07-21 08:53:21 +00:00
" New private chat " :
MessageLookupByLibrary . simpleMessage ( " Новый приватный чат " ) ,
2020-09-19 13:29:12 +00:00
" No " : MessageLookupByLibrary . simpleMessage ( " Нет " ) ,
2020-07-21 08:53:21 +00:00
" No emotes found. 😕 " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Эмодзи не найдены 😕 " ) ,
" No permission " :
MessageLookupByLibrary . simpleMessage ( " Нет прав доступа " ) ,
2020-07-21 08:53:21 +00:00
" No rooms found... " :
MessageLookupByLibrary . simpleMessage ( " Комнаты не найдены... " ) ,
" None " : MessageLookupByLibrary . simpleMessage ( " Ничего " ) ,
" Not supported in web " : MessageLookupByLibrary . simpleMessage (
" Н е поддерживается в веб-версии" ) ,
" Oops something went wrong... " :
MessageLookupByLibrary . simpleMessage ( " Упс! Что-то пошло не так... " ) ,
" Open app to read messages " : MessageLookupByLibrary . simpleMessage (
" Откройте приложение для чтения сообщений " ) ,
" Open camera " : MessageLookupByLibrary . simpleMessage ( " Открыть камеру " ) ,
" Participating user devices " :
MessageLookupByLibrary . simpleMessage ( " Участвующие устройства " ) ,
" Password " : MessageLookupByLibrary . simpleMessage ( " Пароль " ) ,
2020-08-16 10:54:43 +00:00
" Pick image " :
MessageLookupByLibrary . simpleMessage ( " Выбрать изображение " ) ,
2020-09-03 09:44:42 +00:00
" Pin " : MessageLookupByLibrary . simpleMessage ( " Закрепить " ) ,
2020-07-21 08:53:21 +00:00
" Please be aware that you need Pantalaimon to use end-to-end encryption for now. " :
MessageLookupByLibrary . simpleMessage (
" Помните, что вам нужен Pantalaimon для использования сквозного шифрования. " ) ,
" Please choose a username " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, выберите имя пользователя " ) ,
" Please enter a matrix identifier " :
MessageLookupByLibrary . simpleMessage (
2020-07-24 09:44:00 +00:00
" Пожалуйста, введите идентификатор Matrix " ) ,
2020-07-21 08:53:21 +00:00
" Please enter your password " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Пожалуйста, введите ваш пароль " ) ,
2020-07-21 08:53:21 +00:00
" Please enter your username " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, введите имя пользователя " ) ,
" Public Rooms " :
MessageLookupByLibrary . simpleMessage ( " Публичные комнаты " ) ,
" Recording " : MessageLookupByLibrary . simpleMessage ( " Запись " ) ,
" Reject " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
2020-08-16 10:54:43 +00:00
" Rejoin " : MessageLookupByLibrary . simpleMessage ( " Зайти повторно " ) ,
2020-07-21 08:53:21 +00:00
" Remove " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" Remove all other devices " : MessageLookupByLibrary . simpleMessage (
" Удалить все другие устройства " ) ,
" Remove device " :
MessageLookupByLibrary . simpleMessage ( " Удалить устройство " ) ,
2020-08-16 10:54:43 +00:00
" Remove exile " :
MessageLookupByLibrary . simpleMessage ( " Разблокировать в чате " ) ,
2020-07-21 08:53:21 +00:00
" Remove message " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
" Render rich message content " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Показывать текст с форматированием " ) ,
2020-07-21 08:53:21 +00:00
" Reply " : MessageLookupByLibrary . simpleMessage ( " Ответить " ) ,
" Request permission " :
MessageLookupByLibrary . simpleMessage ( " Запросить разрешение " ) ,
" Request to read older messages " : MessageLookupByLibrary . simpleMessage (
" Запросить доступ к предыдущим сообщениям " ) ,
" Revoke all permissions " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Отменить все права доступа " ) ,
2020-07-21 08:53:21 +00:00
" Room has been upgraded " :
MessageLookupByLibrary . simpleMessage ( " Комната обновлена " ) ,
" Saturday " : MessageLookupByLibrary . simpleMessage ( " Суббота " ) ,
" Search for a chat " : MessageLookupByLibrary . simpleMessage ( " Поиск чата " ) ,
" Seen a long time ago " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " был(а ) в сети давно " ) ,
2020-07-21 08:53:21 +00:00
" Send " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" Send a message " :
MessageLookupByLibrary . simpleMessage ( " Отправить сообщение " ) ,
2020-09-19 13:29:12 +00:00
" Send audio " : MessageLookupByLibrary . simpleMessage ( " Отправить аудио " ) ,
2020-07-21 08:53:21 +00:00
" Send file " : MessageLookupByLibrary . simpleMessage ( " Отправить файл " ) ,
" Send image " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Отправить изображение " ) ,
2020-09-19 13:29:12 +00:00
" Send original " :
MessageLookupByLibrary . simpleMessage ( " Отправить оригинал " ) ,
" Send video " : MessageLookupByLibrary . simpleMessage ( " Отправить видео " ) ,
2020-07-21 08:53:21 +00:00
" Set a profile picture " : MessageLookupByLibrary . simpleMessage (
" Установить изображение профиля " ) ,
" Set group description " :
MessageLookupByLibrary . simpleMessage ( " Задать описание группы " ) ,
" Set invitation link " : MessageLookupByLibrary . simpleMessage (
" Установить ссылку для приглашения " ) ,
" Set status " : MessageLookupByLibrary . simpleMessage ( " Задать статус " ) ,
" Settings " : MessageLookupByLibrary . simpleMessage ( " Настройки " ) ,
" Share " : MessageLookupByLibrary . simpleMessage ( " Поделиться " ) ,
" Sign up " : MessageLookupByLibrary . simpleMessage ( " Зарегистрироваться " ) ,
" Skip " : MessageLookupByLibrary . simpleMessage ( " Пропустить " ) ,
" Source code " : MessageLookupByLibrary . simpleMessage ( " Исходный код " ) ,
" Start your first chat :-) " :
2020-07-24 09:44:00 +00:00
MessageLookupByLibrary . simpleMessage ( " Начните свой первый чат :-) " ) ,
2020-07-21 08:53:21 +00:00
" Submit " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" Sunday " : MessageLookupByLibrary . simpleMessage ( " Воскресенье " ) ,
2020-08-16 10:54:43 +00:00
" System " : MessageLookupByLibrary . simpleMessage ( " Системная " ) ,
2020-07-21 08:53:21 +00:00
" Tap to show menu " : MessageLookupByLibrary . simpleMessage (
" Нажмите, чтобы показать меню " ) ,
" The encryption has been corrupted " :
MessageLookupByLibrary . simpleMessage ( " Шифрование было повреждено " ) ,
" They Don \' t Match " :
MessageLookupByLibrary . simpleMessage ( " Они не совпадают " ) ,
" They Match " : MessageLookupByLibrary . simpleMessage ( " Они совпадают " ) ,
" This room has been archived. " : MessageLookupByLibrary . simpleMessage (
" Эта комната была заархивирована. " ) ,
" Thursday " : MessageLookupByLibrary . simpleMessage ( " Четверг " ) ,
" Try to send again " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Попробуйте отправить ещё раз " ) ,
2020-07-21 08:53:21 +00:00
" Tuesday " : MessageLookupByLibrary . simpleMessage ( " Вторник " ) ,
" Unblock Device " :
MessageLookupByLibrary . simpleMessage ( " Разблокировать устройство " ) ,
" Unknown device " :
MessageLookupByLibrary . simpleMessage ( " Неизвестное устройство " ) ,
" Unknown encryption algorithm " : MessageLookupByLibrary . simpleMessage (
" Неизвестный алгоритм шифрования " ) ,
2020-07-23 09:38:07 +00:00
" Unmute chat " :
MessageLookupByLibrary . simpleMessage ( " Включить уведомления " ) ,
2020-09-03 09:44:42 +00:00
" Unpin " : MessageLookupByLibrary . simpleMessage ( " Открепить " ) ,
2020-08-16 10:54:43 +00:00
" Use Amoled compatible colors? " :
MessageLookupByLibrary . simpleMessage ( " AMOLED-совместимые цвета " ) ,
2020-07-21 08:53:21 +00:00
" Username " : MessageLookupByLibrary . simpleMessage ( " Имя пользователя " ) ,
" Verify " : MessageLookupByLibrary . simpleMessage ( " Проверить " ) ,
" Verify User " :
MessageLookupByLibrary . simpleMessage ( " Проверить пользователя " ) ,
" Video call " : MessageLookupByLibrary . simpleMessage ( " Видеозвонок " ) ,
" Visibility of the chat history " :
MessageLookupByLibrary . simpleMessage ( " Видимость истории чата " ) ,
" Visible for all participants " :
MessageLookupByLibrary . simpleMessage ( " Видима для всех участников " ) ,
" Visible for everyone " :
MessageLookupByLibrary . simpleMessage ( " Видна всем " ) ,
2020-08-16 10:54:43 +00:00
" Voice message " : MessageLookupByLibrary . simpleMessage (
" Отправить голосовое сообщение " ) ,
2020-07-21 08:53:21 +00:00
" Wallpaper " : MessageLookupByLibrary . simpleMessage ( " Обои " ) ,
" Wednesday " : MessageLookupByLibrary . simpleMessage ( " Среда " ) ,
" Welcome to the cutest instant messenger in the matrix network. " :
MessageLookupByLibrary . simpleMessage (
2020-07-23 09:38:07 +00:00
" Добро пожаловать в самый симпатичный мессенджер в сети Matrix. " ) ,
2020-07-21 08:53:21 +00:00
" Who is allowed to join this group " :
MessageLookupByLibrary . simpleMessage (
" Кому разрешено вступать в эту группу " ) ,
" Write a message... " :
MessageLookupByLibrary . simpleMessage ( " Напишите сообщение... " ) ,
" Yes " : MessageLookupByLibrary . simpleMessage ( " Да " ) ,
" You " : MessageLookupByLibrary . simpleMessage ( " Вы " ) ,
" You are invited to this chat " :
MessageLookupByLibrary . simpleMessage ( " Вы приглашены в этот чат " ) ,
" You are no longer participating in this chat " :
MessageLookupByLibrary . simpleMessage (
" Вы больше не участвуете в этом чате " ) ,
" You cannot invite yourself " : MessageLookupByLibrary . simpleMessage (
" Вы не можете пригласить себя " ) ,
" You have been banned from this chat " :
MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Вы были заблокированы в этом чате " ) ,
2020-07-21 08:53:21 +00:00
" You won \' t be able to disable the encryption anymore. Are you sure? " :
MessageLookupByLibrary . simpleMessage (
" Вы больше не сможете отключить шифрование. Вы уверены? " ) ,
" Your own username " :
MessageLookupByLibrary . simpleMessage ( " Ваше имя пользователя " ) ,
" acceptedTheInvitation " : m0 ,
" activatedEndToEndEncryption " : m1 ,
" alias " : MessageLookupByLibrary . simpleMessage ( " псевдоним " ) ,
2020-09-03 09:44:42 +00:00
" answeredTheCall " : m2 ,
2020-07-21 08:53:21 +00:00
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Пожалуйста, введите вашу парольную фразу или ключ восстановления для кэширования ключей. " ) ,
2020-07-21 08:53:21 +00:00
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Для подписи ключа другого пользователя, пожалуйста, введите вашу парольную фразу или ключ восстановления. " ) ,
2020-07-21 08:53:21 +00:00
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Пожалуйста, введите вашу парольную фразу или ключ восстановления для подтвердждения сессии. " ) ,
2020-09-03 09:44:42 +00:00
" askVerificationRequest " : m3 ,
" bannedUser " : m4 ,
" byDefaultYouWillBeConnectedTo " : m5 ,
2020-07-21 08:53:21 +00:00
" cachedKeys " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Ключи успешно кэшированы " ) ,
2020-09-03 09:44:42 +00: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-07-21 08:53:21 +00:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Сравните и убедитесь, что следующие эмодзи соответствуют эмодзи на другом устройстве: " ) ,
2020-07-21 08:53:21 +00:00
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Сравните и убедитесь, что следующие числа соответствуют числам на другом устройстве: " ) ,
2020-09-03 09:44:42 +00:00
" couldNotDecryptMessage " : m20 ,
" countParticipants " : m21 ,
" createdTheChat " : m22 ,
2020-07-21 08:53:21 +00:00
" crossSigningDisabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись отключена" ) ,
" crossSigningEnabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись включена" ) ,
2020-09-03 09:44:42 +00:00
" dateAndTimeOfDay " : m23 ,
" dateWithYear " : m24 ,
" dateWithoutYear " : m25 ,
2020-07-21 08:53:21 +00:00
" emoteExists " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Эмодзи уже существует " ) ,
2020-07-21 08:53:21 +00:00
" emoteInvalid " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Недопустимый краткий код эмодзи " ) ,
2020-07-21 08:53:21 +00:00
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Выберите краткий код эмодзи и изображение " ) ,
2020-09-03 09:44:42 +00:00
" endedTheCall " : m26 ,
" groupWith " : m27 ,
" hasWithdrawnTheInvitationFor " : m28 ,
2020-07-21 08:53:21 +00:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Неверный пароль или ключ восстановления " ) ,
2020-09-03 09:44:42 +00:00
" inviteContactToGroup " : m29 ,
" inviteText " : m30 ,
" invitedUser " : m31 ,
2020-07-21 08:53:21 +00:00
" is typing... " : MessageLookupByLibrary . simpleMessage ( " Печатает... " ) ,
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage (
" Правильно ли указан следующий ключ устройства? " ) ,
2020-09-03 09:44:42 +00:00
" joinedTheChat " : m32 ,
2020-08-16 10:54:43 +00:00
" keysCached " :
MessageLookupByLibrary . simpleMessage ( " Ключи сохранены в кэше " ) ,
2020-07-21 08:53:21 +00:00
" keysMissing " :
MessageLookupByLibrary . simpleMessage ( " Ключи отсутствуют " ) ,
2020-09-03 09:44:42 +00:00
" kicked " : m33 ,
" kickedAndBanned " : m34 ,
" lastActiveAgo " : m35 ,
" loadCountMoreParticipants " : m36 ,
" logInTo " : m37 ,
2020-07-21 08:53:21 +00:00
" newVerificationRequest " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Новый запрос на подтверждение " ) ,
2020-07-21 08:53:21 +00:00
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" FluffyChat в настоящее время не поддерживает включение кросс-подписи. Пожалуйста, включите е г о в Element. " ) ,
2020-07-21 08:53:21 +00:00
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" В настоящее время FluffyChat не поддерживает функцию резервного копирования онлайн-ключей. Пожалуйста, включите её в Element." ) ,
2020-09-03 09:44:42 +00:00
" numberSelected " : m38 ,
2020-07-21 08:53:21 +00:00
" ok " : MessageLookupByLibrary . simpleMessage ( " ok " ) ,
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Резервное копирование ключей на сервере отключено " ) ,
2020-07-21 08:53:21 +00:00
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Резервное копирование ключей на сервере включено " ) ,
2020-07-21 08:53:21 +00:00
" passphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" пароль или ключ восстановления " ) ,
2020-09-03 09:44:42 +00:00
" play " : m39 ,
" redactedAnEvent " : m40 ,
" rejectedTheInvitation " : m41 ,
" removedBy " : m42 ,
" seenByUser " : m43 ,
" seenByUserAndCountOthers " : m44 ,
" seenByUserAndUser " : m45 ,
" sentAFile " : m46 ,
" sentAPicture " : m47 ,
" sentASticker " : m48 ,
" sentAVideo " : m49 ,
" sentAnAudio " : m50 ,
" sentCallInformations " : m51 ,
2020-07-21 08:53:21 +00:00
" sessionVerified " :
MessageLookupByLibrary . simpleMessage ( " Сессия подтверждена " ) ,
2020-09-03 09:44:42 +00:00
" sharedTheLocation " : m52 ,
" startedACall " : m53 ,
" timeOfDay " : m54 ,
2020-07-21 08:53:21 +00:00
" title " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
2020-09-03 09:44:42 +00:00
" unbannedUser " : m55 ,
" unknownEvent " : m56 ,
2020-07-21 08:53:21 +00:00
" unknownSessionVerify " : MessageLookupByLibrary . simpleMessage (
" Неизвестная сессия, пожалуйста, проверьте " ) ,
2020-09-03 09:44:42 +00:00
" unreadChats " : m57 ,
" unreadMessages " : m58 ,
" unreadMessagesInChats " : m59 ,
" userAndOthersAreTyping " : m60 ,
" userAndUserAreTyping " : m61 ,
" userIsTyping " : m62 ,
" userLeftTheChat " : m63 ,
" userSentUnknownEvent " : m64 ,
2020-07-21 08:53:21 +00:00
" verifiedSession " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Сессия успешно проверена " ) ,
2020-07-21 08:53:21 +00:00
" verifyManual " :
MessageLookupByLibrary . simpleMessage ( " Проверить вручную " ) ,
" verifyStart " : MessageLookupByLibrary . simpleMessage ( " Начать проверку " ) ,
" verifySuccess " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Проверка успешно завершена " ) ,
2020-07-21 08:53:21 +00:00
" verifyTitle " : MessageLookupByLibrary . simpleMessage (
" Проверка другой учётной записи " ) ,
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage (
2020-07-23 09:38:07 +00:00
" В ожидании партнёра, чтобы принять запрос..." ) ,
2020-07-21 08:53:21 +00:00
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" В ожидании партнёра, чтобы принять эмодзи..." ) ,
2020-07-21 08:53:21 +00:00
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage (
2020-07-23 09:38:07 +00:00
" В ожидании партнёра, чтобы принять числа..." )
2020-07-21 08:53:21 +00:00
} ;
}