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 ' ;
static m0 ( username ) = > " ${ username } принял(а ) приглашение " ;
static m1 ( username ) = > " ${ username } активировал(а ) сквозное шифрование " ;
2020-07-23 11:38:07 +02:00
static m2 ( username ) = > " Принять этот запрос подтверждения от ${ username } ? " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m3 ( username , targetName ) = > " ${ username } забанил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m4 ( homeserver ) = > " По умолчанию вы будете подключены к ${ homeserver } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m5 ( username ) = > " ${ username } изменил(а ) аватар чата " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m6 ( username , description ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) описание чата на: \' ${ description } \' " ;
2020-07-23 11:38:07 +02:00
static m7 ( username , chatname ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) имя чата на: \' ${ chatname } \' " ;
2020-07-23 11:38:07 +02:00
static m8 ( username ) = > " ${ username } изменил(а ) права чата " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m9 ( username , displayname ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) отображаемое имя на: ${ displayname } " ;
2020-07-23 11:38:07 +02:00
static m10 ( username ) = > " ${ username } изменил(а ) правила гостевого доступа " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m11 ( username , rules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) правила гостевого доступа на: ${ rules } " ;
2020-07-23 11:38:07 +02:00
static m12 ( username ) = > " ${ username } изменил(а ) видимость истории " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m13 ( username , rules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) видимость истории на: ${ rules } " ;
2020-07-23 11:38:07 +02:00
static m14 ( username ) = > " ${ username } изменил(а ) правила присоединения " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m15 ( username , joinRules ) = >
2020-07-21 10:53:21 +02:00
" ${ username } изменил(а ) правила присоединения на: ${ joinRules } " ;
2020-07-23 11:38:07 +02:00
static m16 ( username ) = > " ${ username } сменил(а ) свой аватар " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m17 ( username ) = > " ${ username } изменил(а ) псевдонимы комнаты " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m18 ( username ) = > " ${ username } изменил(а ) ссылку приглашения " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m19 ( error ) = > " Н е удалось расшифровать сообщение: ${ error } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m20 ( count ) = > " ${ count } участника(-ов) " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m21 ( username ) = > " ${ username } создал(а ) чат " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m22 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m23 ( year , month , day ) = > " ${ day } . ${ month } . ${ year } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m24 ( month , day ) = > " ${ day } . ${ month } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m25 ( displayname ) = > " Группа с ${ displayname } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m26 ( username , targetName ) = >
2020-07-21 10:53:21 +02:00
" ${ username } отозвал(а ) приглашение для ${ targetName } " ;
2020-07-23 11:38:07 +02:00
static m27 ( groupName ) = > " Пригласить контакт в ${ groupName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m28 ( username , link ) = >
2020-07-21 10:53:21 +02:00
" ${ username } пригласил(а ) вас в FluffyChat. \n 1. Установите FluffyChat: http://fluffy.chat \n 2. Зарегистрируйтесь или войдите \n 3. Откройте ссылку приглашения: ${ link } " ;
2020-07-23 11:38:07 +02:00
static m29 ( username , targetName ) = > " ${ username } пригласил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m30 ( username ) = > " ${ username } присоединился(-ась) к чату " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m31 ( username , targetName ) = > " ${ username } исключил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m32 ( username , targetName ) = >
2020-07-21 10:53:21 +02:00
" ${ username } исключил(а ) и забанил(а ) ${ targetName } " ;
2020-07-23 11:38:07 +02:00
static m33 ( localizedTimeShort ) = >
2020-07-21 10:53:21 +02:00
" Последнее посещение: ${ localizedTimeShort } " ;
2020-07-23 11:38:07 +02:00
static m34 ( count ) = > " Загрузить еще ${ count } участников " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m35 ( homeserver ) = > " Войти в ${ homeserver } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m36 ( number ) = > " ${ number } выбрано " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m37 ( fileName ) = > " Играть ${ fileName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m38 ( username ) = > " ${ username } отредактировал(а ) событие " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m39 ( username ) = > " ${ username } отклонил(а ) приглашение " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m40 ( username ) = > " Удалено пользователем ${ username } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m41 ( username ) = > " Просмотрено пользователем ${ username } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m42 ( username , count ) = >
2020-07-21 10:53:21 +02:00
" Просмотрено пользователями ${ username } и ${ count } другими " ;
2020-07-23 11:38:07 +02:00
static m43 ( username , username2 ) = >
2020-07-21 10:53:21 +02:00
" Просмотрено пользователями ${ username } и ${ username2 } " ;
2020-07-23 11:38:07 +02:00
static m44 ( username ) = > " ${ username } отправил(а ) файл " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m45 ( username ) = > " ${ username } отправил(а ) картинку " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m46 ( username ) = > " ${ username } отправил(а ) стикер " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m47 ( username ) = > " ${ username } отправил(а ) видео " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m48 ( username ) = > " ${ username } отправил(а ) аудио " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m49 ( username ) = > " ${ username } поделился(-ась) местоположением " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m50 ( hours12 , hours24 , minutes , suffix ) = > " ${ hours24 } : ${ minutes } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m51 ( username , targetName ) = > " ${ username } разбанил(а ) ${ targetName } " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m52 ( type ) = > " Неизвестное событие \' ${ type } \' " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m53 ( unreadCount ) = > " ${ unreadCount } непрочитанных чатов " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m54 ( unreadEvents ) = > " ${ unreadEvents } непрочитанных сообщений " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m55 ( unreadEvents , unreadChats ) = >
2020-07-21 10:53:21 +02:00
" ${ unreadEvents } непрочитанных сообщений в ${ unreadChats } чатах " ;
2020-07-23 11:38:07 +02:00
static m56 ( username , count ) = >
2020-07-21 10:53:21 +02:00
" ${ username } и ${ count } других участников печатают... " ;
2020-07-23 11:38:07 +02:00
static m57 ( username , username2 ) = > " ${ username } и ${ username2 } печатают... " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m58 ( username ) = > " ${ username } печатает... " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m59 ( username ) = > " ${ username } покинул(а ) чат " ;
2020-07-21 10:53:21 +02:00
2020-07-23 11:38:07 +02:00
static m60 ( username , type ) = > " ${ username } отправил(а ) событие типа ${ type } " ;
2020-07-21 10:53:21 +02:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
static _notInlinedMessages ( _ ) = > < String , Function > {
" (Optional) Group name " : MessageLookupByLibrary . simpleMessage (
" (Необязательно) Название группы " ) ,
" About " : MessageLookupByLibrary . simpleMessage ( " О приложении" ) ,
" Accept " : MessageLookupByLibrary . simpleMessage ( " Принять " ) ,
" Account " : MessageLookupByLibrary . simpleMessage ( " Учётная запись " ) ,
" Account informations " :
MessageLookupByLibrary . simpleMessage ( " Сведения о б учётной записи " ) ,
" Add a group description " :
MessageLookupByLibrary . simpleMessage ( " Добавить описание группы " ) ,
2020-07-23 11:38:07 +02:00
" Admin " : MessageLookupByLibrary . simpleMessage ( " Администратор " ) ,
2020-07-21 10:53:21 +02: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 11:44:00 +02:00
MessageLookupByLibrary . simpleMessage ( " Аватар был изменён " ) ,
" Ban from chat " :
MessageLookupByLibrary . simpleMessage ( " Забанить в чате " ) ,
" Banned " : MessageLookupByLibrary . simpleMessage ( " Забанен(а ) " ) ,
2020-07-21 10:53:21 +02:00
" Block Device " :
MessageLookupByLibrary . simpleMessage ( " Заблокировать устройство " ) ,
" Cancel " : MessageLookupByLibrary . simpleMessage ( " Отмена " ) ,
" Change the homeserver " :
MessageLookupByLibrary . simpleMessage ( " Изменить домашний сервер " ) ,
" Change the name of the group " :
MessageLookupByLibrary . simpleMessage ( " Изменить название группы " ) ,
" Change the server " :
MessageLookupByLibrary . simpleMessage ( " Сменить сервер " ) ,
" Change wallpaper " :
MessageLookupByLibrary . simpleMessage ( " Сменить обои " ) ,
" Change your style " :
MessageLookupByLibrary . simpleMessage ( " Изменить свой стиль " ) ,
" Changelog " : MessageLookupByLibrary . simpleMessage ( " Изменения " ) ,
" Chat " : MessageLookupByLibrary . simpleMessage ( " Чат " ) ,
" Chat details " : MessageLookupByLibrary . simpleMessage ( " Детали чата " ) ,
" Choose a strong password " :
MessageLookupByLibrary . simpleMessage ( " Выберите надёжный пароль " ) ,
" Choose a username " :
2020-07-24 11:44:00 +02:00
MessageLookupByLibrary . simpleMessage ( " Выберите имя пользователя " ) ,
2020-07-21 10:53:21 +02: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 " :
MessageLookupByLibrary . simpleMessage ( " Создать новую группу " ) ,
" Currently active " :
MessageLookupByLibrary . simpleMessage ( " В настоящее время активен" ) ,
" Dark " : MessageLookupByLibrary . simpleMessage ( " Тёмный " ) ,
" Delete " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" Delete message " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
" Deny " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
" Device " : MessageLookupByLibrary . simpleMessage ( " Устройство " ) ,
" Devices " : MessageLookupByLibrary . simpleMessage ( " Устройства " ) ,
" Discard picture " :
MessageLookupByLibrary . simpleMessage ( " Сбросить картинку " ) ,
" Displayname has been changed " : MessageLookupByLibrary . simpleMessage (
" Отображаемое имя было изменено " ) ,
" Donate " : MessageLookupByLibrary . simpleMessage ( " Пожертвовать " ) ,
" Download file " : MessageLookupByLibrary . simpleMessage ( " Скачать файл " ) ,
" Edit Jitsi instance " :
2020-07-24 11:44:00 +02:00
MessageLookupByLibrary . simpleMessage ( " Изменить сервер Jitsi " ) ,
2020-07-21 10:53:21 +02:00
" Edit displayname " :
MessageLookupByLibrary . simpleMessage ( " Изменить отображаемое имя " ) ,
" Emote Settings " :
MessageLookupByLibrary . simpleMessage ( " Настройки смайликов " ) ,
" Emote shortcode " :
MessageLookupByLibrary . simpleMessage ( " Краткий код для смайлика " ) ,
" 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 (
" Сквозные настройки шифрования " ) ,
" Enter a group name " :
MessageLookupByLibrary . simpleMessage ( " Введите название группы " ) ,
" Enter a username " :
MessageLookupByLibrary . simpleMessage ( " Введите имя пользователя " ) ,
" Enter your homeserver " :
MessageLookupByLibrary . simpleMessage ( " Введите ваш домашний сервер " ) ,
" 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 ( " Публичная группа " ) ,
" Guests are forbidden " :
MessageLookupByLibrary . simpleMessage ( " Гости запрещены " ) ,
" Guests can join " :
MessageLookupByLibrary . simpleMessage ( " Гости могут присоединиться " ) ,
" Help " : MessageLookupByLibrary . simpleMessage ( " Помощь " ) ,
" Homeserver is not compatible " : MessageLookupByLibrary . simpleMessage (
" Домашний сервер не совместим " ) ,
" How are you today? " :
MessageLookupByLibrary . simpleMessage ( " Как у вас сегодня дела? " ) ,
" ID " : MessageLookupByLibrary . simpleMessage ( " ID " ) ,
" Identity " : MessageLookupByLibrary . simpleMessage ( " Идентификация " ) ,
" 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 (
" Похоже, у вас нет служб Google на вашем телефоне. Это хорошее решение для вашей конфиденциальности! Для получения push-уведомлений в FluffyChat мы рекомендуем использовать microG: https://microg.org/ " ) ,
" Kick from chat " :
MessageLookupByLibrary . simpleMessage ( " Исключить из чата " ) ,
" Last seen IP " :
MessageLookupByLibrary . simpleMessage ( " Последний увиденный IP " ) ,
" Leave " : MessageLookupByLibrary . simpleMessage ( " Покинуть " ) ,
" Left the chat " : MessageLookupByLibrary . simpleMessage ( " Покинуть чат " ) ,
" License " : MessageLookupByLibrary . simpleMessage ( " Лицензия " ) ,
" Light " : MessageLookupByLibrary . simpleMessage ( " Светлый " ) ,
" Load more... " :
MessageLookupByLibrary . simpleMessage ( " Загрузить больше... " ) ,
" Loading... Please wait " : MessageLookupByLibrary . simpleMessage (
" Загрузка... Пожалуйста подождите " ) ,
" Login " : MessageLookupByLibrary . simpleMessage ( " Вход " ) ,
" Logout " : MessageLookupByLibrary . simpleMessage ( " Выйти " ) ,
" Make a moderator " :
MessageLookupByLibrary . simpleMessage ( " Сделать модератором " ) ,
" Make an admin " :
2020-07-23 11:38:07 +02:00
MessageLookupByLibrary . simpleMessage ( " Сделать администратором " ) ,
2020-07-21 10:53:21 +02: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 11:38:07 +02:00
" Mute chat " :
MessageLookupByLibrary . simpleMessage ( " Отключить уведомления " ) ,
2020-07-21 10:53:21 +02:00
" New message in FluffyChat " : MessageLookupByLibrary . simpleMessage (
" Новое сообщение в FluffyChat " ) ,
" New private chat " :
MessageLookupByLibrary . simpleMessage ( " Новый приватный чат " ) ,
" No emotes found. 😕 " :
MessageLookupByLibrary . simpleMessage ( " Смайликов не найдено. 😕 " ) ,
" No permission " : MessageLookupByLibrary . simpleMessage ( " Нет разрешений " ) ,
" 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 ( " Пароль " ) ,
" Pick image " : MessageLookupByLibrary . simpleMessage ( " Выбрать картинку " ) ,
" 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 11:44:00 +02:00
" Пожалуйста, введите идентификатор Matrix " ) ,
2020-07-21 10:53:21 +02:00
" Please enter your password " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста введите ваш пароль " ) ,
" Please enter your username " : MessageLookupByLibrary . simpleMessage (
" Пожалуйста, введите имя пользователя " ) ,
" Public Rooms " :
MessageLookupByLibrary . simpleMessage ( " Публичные комнаты " ) ,
" Recording " : MessageLookupByLibrary . simpleMessage ( " Запись " ) ,
" Reject " : MessageLookupByLibrary . simpleMessage ( " Отклонить " ) ,
" Rejoin " : MessageLookupByLibrary . simpleMessage ( " Перезайти " ) ,
" Remove " : MessageLookupByLibrary . simpleMessage ( " Удалить " ) ,
" Remove all other devices " : MessageLookupByLibrary . simpleMessage (
" Удалить все другие устройства " ) ,
" Remove device " :
MessageLookupByLibrary . simpleMessage ( " Удалить устройство " ) ,
" Remove exile " : MessageLookupByLibrary . simpleMessage ( " Удалить ссылку " ) ,
" Remove message " :
MessageLookupByLibrary . simpleMessage ( " Удалить сообщение " ) ,
" Render rich message content " : MessageLookupByLibrary . simpleMessage (
" Показать отформатированные сообщения " ) ,
" Reply " : MessageLookupByLibrary . simpleMessage ( " Ответить " ) ,
" Request permission " :
MessageLookupByLibrary . simpleMessage ( " Запросить разрешение " ) ,
" Request to read older messages " : MessageLookupByLibrary . simpleMessage (
" Запросить доступ к предыдущим сообщениям " ) ,
" Revoke all permissions " :
MessageLookupByLibrary . simpleMessage ( " Отменить все разрешения " ) ,
" Room has been upgraded " :
MessageLookupByLibrary . simpleMessage ( " Комната обновлена " ) ,
" Saturday " : MessageLookupByLibrary . simpleMessage ( " Суббота " ) ,
" Search for a chat " : MessageLookupByLibrary . simpleMessage ( " Поиск чата " ) ,
" Seen a long time ago " :
MessageLookupByLibrary . simpleMessage ( " Просматривали давно " ) ,
" Send " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" Send a message " :
MessageLookupByLibrary . simpleMessage ( " Отправить сообщение " ) ,
" Send file " : MessageLookupByLibrary . simpleMessage ( " Отправить файл " ) ,
" Send image " :
MessageLookupByLibrary . simpleMessage ( " Отправить картинку " ) ,
" 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 11:44:00 +02:00
MessageLookupByLibrary . simpleMessage ( " Начните свой первый чат :-) " ) ,
2020-07-21 10:53:21 +02:00
" Submit " : MessageLookupByLibrary . simpleMessage ( " Отправить " ) ,
" Sunday " : MessageLookupByLibrary . simpleMessage ( " Воскресенье " ) ,
" System " : MessageLookupByLibrary . simpleMessage ( " Системный " ) ,
" 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 (
" Попробуйте отправить еще раз " ) ,
" Tuesday " : MessageLookupByLibrary . simpleMessage ( " Вторник " ) ,
" Unblock Device " :
MessageLookupByLibrary . simpleMessage ( " Разблокировать устройство " ) ,
" Unknown device " :
MessageLookupByLibrary . simpleMessage ( " Неизвестное устройство " ) ,
" Unknown encryption algorithm " : MessageLookupByLibrary . simpleMessage (
" Неизвестный алгоритм шифрования " ) ,
2020-07-23 11:38:07 +02:00
" Unmute chat " :
MessageLookupByLibrary . simpleMessage ( " Включить уведомления " ) ,
2020-07-21 10:53:21 +02:00
" Use Amoled compatible colors? " : MessageLookupByLibrary . simpleMessage (
2020-07-24 11:44:00 +02:00
" Использовать AMOLED-совместимые цвета? " ) ,
2020-07-21 10:53:21 +02: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 ( " Видна всем " ) ,
" Voice message " :
MessageLookupByLibrary . simpleMessage ( " Голосовое сообщение " ) ,
" Wallpaper " : MessageLookupByLibrary . simpleMessage ( " Обои " ) ,
" Wednesday " : MessageLookupByLibrary . simpleMessage ( " Среда " ) ,
" Welcome to the cutest instant messenger in the matrix network. " :
MessageLookupByLibrary . simpleMessage (
2020-07-23 11:38:07 +02:00
" Добро пожаловать в самый симпатичный мессенджер в сети Matrix. " ) ,
2020-07-21 10:53:21 +02: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 (
" Вы были забанены в этом чате " ) ,
" 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 ( " псевдоним " ) ,
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
2020-07-24 11:44:00 +02:00
" Пожалуйста, введите секретную фразу безопасного хранилища или ключ восстановления для кэширования ключей. " ) ,
2020-07-21 10:53:21 +02:00
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
" Чтобы иметь возможность подписать другое лицо, пожалуйста, введите пароль или ключ восстановления вашего безопасного хранилища. " ) ,
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
2020-07-24 11:44:00 +02:00
" Пожалуйста, введите вашу парольную фразу или ключ восстановления для подтвердждения сеанса. " ) ,
2020-07-23 11:38:07 +02:00
" askVerificationRequest " : m2 ,
" bannedUser " : m3 ,
" byDefaultYouWillBeConnectedTo " : m4 ,
2020-07-21 10:53:21 +02:00
" cachedKeys " :
MessageLookupByLibrary . simpleMessage ( " Ключи успешно кэшированы! " ) ,
2020-07-23 11:38:07 +02:00
" changedTheChatAvatar " : m5 ,
" changedTheChatDescriptionTo " : m6 ,
" changedTheChatNameTo " : m7 ,
" changedTheChatPermissions " : m8 ,
" changedTheDisplaynameTo " : m9 ,
" changedTheGuestAccessRules " : m10 ,
" changedTheGuestAccessRulesTo " : m11 ,
" changedTheHistoryVisibility " : m12 ,
" changedTheHistoryVisibilityTo " : m13 ,
" changedTheJoinRules " : m14 ,
" changedTheJoinRulesTo " : m15 ,
" changedTheProfileAvatar " : m16 ,
" changedTheRoomAliases " : m17 ,
" changedTheRoomInvitationLink " : m18 ,
2020-07-21 10:53:21 +02:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
" Сравните и убедитесь, что следующие эмодзи соответствуют таковым на другом устройстве: " ) ,
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Сравните и убедитесь, что следующие числа соответствуют числам на другом устройстве: " ) ,
2020-07-23 11:38:07 +02:00
" couldNotDecryptMessage " : m19 ,
" countParticipants " : m20 ,
" createdTheChat " : m21 ,
2020-07-21 10:53:21 +02:00
" crossSigningDisabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись отключена" ) ,
" crossSigningEnabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с с -подпись включена" ) ,
2020-07-23 11:38:07 +02:00
" dateAndTimeOfDay " : m22 ,
" dateWithYear " : m23 ,
" dateWithoutYear " : m24 ,
2020-07-21 10:53:21 +02:00
" emoteExists " :
MessageLookupByLibrary . simpleMessage ( " Смайлик уже существует! " ) ,
" emoteInvalid " : MessageLookupByLibrary . simpleMessage (
" Недопустимый краткий код смайлика! " ) ,
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
" Вам нужно выбрать краткий код смайлика и картинку! " ) ,
2020-07-23 11:38:07 +02:00
" groupWith " : m25 ,
" hasWithdrawnTheInvitationFor " : m26 ,
2020-07-21 10:53:21 +02:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Неверный пароль или ключ восстановления " ) ,
2020-07-23 11:38:07 +02:00
" inviteContactToGroup " : m27 ,
" inviteText " : m28 ,
" invitedUser " : m29 ,
2020-07-21 10:53:21 +02:00
" is typing... " : MessageLookupByLibrary . simpleMessage ( " Печатает... " ) ,
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage (
" Правильно ли указан следующий ключ устройства? " ) ,
2020-07-23 11:38:07 +02:00
" joinedTheChat " : m30 ,
2020-07-21 10:53:21 +02:00
" keysCached " : MessageLookupByLibrary . simpleMessage ( " Ключи кэшированы " ) ,
" keysMissing " :
MessageLookupByLibrary . simpleMessage ( " Ключи отсутствуют " ) ,
2020-07-23 11:38:07 +02:00
" kicked " : m31 ,
" kickedAndBanned " : m32 ,
" lastActiveAgo " : m33 ,
" loadCountMoreParticipants " : m34 ,
" logInTo " : m35 ,
2020-07-21 10:53:21 +02:00
" newVerificationRequest " : MessageLookupByLibrary . simpleMessage (
" Новый запрос на подтверждение! " ) ,
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage (
" Fluffychat в настоящее время не поддерживает включение кросс-подписи. Пожалуйста, включите е г о в Element. " ) ,
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage (
" В настоящее время Fluffychat не поддерживает функцию резервного копирования онлайн-ключей. Пожалуйста, включите е г о из Element." ) ,
2020-07-23 11:38:07 +02:00
" numberSelected " : m36 ,
2020-07-21 10:53:21 +02:00
" ok " : MessageLookupByLibrary . simpleMessage ( " ok " ) ,
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage (
" Резервное копирование онлайн-ключей отключено " ) ,
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage (
" Резервное копирование онлайн ключей включено " ) ,
" passphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" пароль или ключ восстановления " ) ,
2020-07-23 11:38:07 +02:00
" play " : m37 ,
" redactedAnEvent " : m38 ,
" rejectedTheInvitation " : m39 ,
" removedBy " : m40 ,
" seenByUser " : m41 ,
" seenByUserAndCountOthers " : m42 ,
" seenByUserAndUser " : m43 ,
" sentAFile " : m44 ,
" sentAPicture " : m45 ,
" sentASticker " : m46 ,
" sentAVideo " : m47 ,
" sentAnAudio " : m48 ,
2020-07-21 10:53:21 +02:00
" sessionVerified " :
MessageLookupByLibrary . simpleMessage ( " Сессия подтверждена " ) ,
2020-07-23 11:38:07 +02:00
" sharedTheLocation " : m49 ,
" timeOfDay " : m50 ,
2020-07-21 10:53:21 +02:00
" title " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
2020-07-23 11:38:07 +02:00
" unbannedUser " : m51 ,
" unknownEvent " : m52 ,
2020-07-21 10:53:21 +02:00
" unknownSessionVerify " : MessageLookupByLibrary . simpleMessage (
" Неизвестная сессия, пожалуйста, проверьте " ) ,
2020-07-23 11:38:07 +02:00
" unreadChats " : m53 ,
" unreadMessages " : m54 ,
" unreadMessagesInChats " : m55 ,
" userAndOthersAreTyping " : m56 ,
" userAndUserAreTyping " : m57 ,
" userIsTyping " : m58 ,
" userLeftTheChat " : m59 ,
" userSentUnknownEvent " : m60 ,
2020-07-21 10:53:21 +02:00
" verifiedSession " :
MessageLookupByLibrary . simpleMessage ( " Успешно проверенная сессия! " ) ,
" verifyManual " :
MessageLookupByLibrary . simpleMessage ( " Проверить вручную " ) ,
" verifyStart " : MessageLookupByLibrary . simpleMessage ( " Начать проверку " ) ,
" verifySuccess " :
MessageLookupByLibrary . simpleMessage ( " Вы успешно проверили! " ) ,
" verifyTitle " : MessageLookupByLibrary . simpleMessage (
" Проверка другой учётной записи " ) ,
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage (
2020-07-23 11:38:07 +02:00
" В ожидании партнёра, чтобы принять запрос..." ) ,
2020-07-21 10:53:21 +02:00
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage (
2020-07-23 11:38:07 +02:00
" В ожидании партнёра, чтобы принять смайлики..." ) ,
2020-07-21 10:53:21 +02:00
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage (
2020-07-23 11:38:07 +02:00
" В ожидании партнёра, чтобы принять числа..." )
2020-07-21 10:53:21 +02:00
} ;
}