2020-07-23 09:38:07 +00:00
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a uk 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 = > ' uk ' ;
2020-09-03 09:44:42 +00:00
static m0 ( username ) = > " ${ username } прийняв(ла) запрошення увійти в чат " ;
2020-07-23 09:38:07 +00:00
2020-07-24 09:44:00 +00:00
static m1 ( username ) = > " ${ username } активував(ла) наскрізне шифрування " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m2 ( senderName ) = > " ${ senderName } відповів(ла) на дзвінок " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m3 ( username ) = > " Прийняти цей запит на підтвердження від ${ username } ? " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m4 ( username , targetName ) = > " ${ username } заблокував(ла) ${ targetName } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m5 ( homeserver ) = >
" З а замовчуванням ви будете підключені до ${ homeserver } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m6 ( username ) = > " ${ username } змінив(ла) аватар чату " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m7 ( username , description ) = >
" ${ username } змінив(ла) опис чату на: \" ${ description } \" " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m8 ( username , chatname ) = >
" ${ username } змінив(ла) ім \' я чату на: \" ${ chatname } \" " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m9 ( username ) = > " ${ username } змінив(ла) права доступу чату " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m10 ( username , displayname ) = >
" ${ username } змінив(ла) відображуване ім \' я на: ${ displayname } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m11 ( username ) = > " ${ username } змінив(ла) правила гостьового доступу " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m12 ( username , rules ) = >
" ${ username } змінив(ла) правила гостьового доступу на: ${ rules } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m13 ( username ) = > " ${ username } змінив(ла) видимість історії " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m14 ( username , rules ) = >
" ${ username } змінив(ла) видимість історії на: ${ rules } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m15 ( username ) = > " ${ username } змінив(ла) правила щодо приєднання " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m16 ( username , joinRules ) = >
" ${ username } змінив(ла) правила щодо приєднання на: ${ joinRules } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m17 ( username ) = > " ${ username } змінив(ла) аватар " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m18 ( username ) = > " ${ username } змінив(ла) псевдоніми кімнати " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m19 ( username ) = > " ${ username } змінив(ла) посилання для запрошення " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m20 ( error ) = > " Помилка при розшифруванні повідомлення: ${ error } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m21 ( count ) = > " ${ count } учасника(ів) " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m22 ( username ) = > " ${ username } створив(ла) чат " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m23 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m24 ( year , month , day ) = > " ${ day } . ${ month } . ${ year } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m25 ( month , day ) = > " ${ day } . ${ month } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m26 ( senderName ) = > " ${ senderName } завершив(ла) дзвінок " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m27 ( displayname ) = > " Група з ${ displayname } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m28 ( username , targetName ) = >
" ${ username } відкликав(ла) запрошення для ${ targetName } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m29 ( groupName ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m30 ( username , link ) = >
" ${ username } запросив(ла) вас у FluffyChat. \n 1. Встановіть FluffyChat: http://fluffychat.im \n 2. Зареєструйтесь а б о увійдіть \n 3. Відкрийте посилання для запрошення: ${ link } " ;
2020-07-23 09:38:07 +00:00
static m31 ( username , targetName ) = > " " ;
2020-09-03 09:44:42 +00:00
static m32 ( username ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m33 ( username , targetName ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m34 ( username , targetName ) = >
" ${ username } виключив(ла) та заблокував(ла) ${ targetName } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m35 ( localizedTimeShort ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m36 ( count ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m37 ( homeserver ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m38 ( number ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m39 ( fileName ) = > " " ;
2020-07-23 09:38:07 +00:00
static m40 ( username ) = > " " ;
static m41 ( username ) = > " " ;
2020-09-03 09:44:42 +00:00
static m42 ( username ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m43 ( username ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m44 ( username , count ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m45 ( username , username2 ) = > " " ;
2020-07-23 09:38:07 +00:00
static m46 ( username ) = > " " ;
static m47 ( username ) = > " " ;
static m48 ( username ) = > " " ;
static m49 ( username ) = > " " ;
2020-09-03 09:44:42 +00:00
static m50 ( username ) = > " " ;
static m52 ( username ) = > " " ;
static m54 ( hours12 , hours24 , minutes , suffix ) = > " ${ hours24 } : ${ minutes } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m55 ( username , targetName ) = >
" ${ username } розблокував(ла) ${ targetName } " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m56 ( type ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m57 ( unreadCount ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m58 ( unreadEvents ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m59 ( unreadEvents , unreadChats ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m60 ( username , count ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m61 ( username , username2 ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m62 ( username ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m63 ( username ) = > " " ;
2020-07-23 09:38:07 +00:00
2020-09-03 09:44:42 +00:00
static m64 ( username , type ) = > " " ;
2020-07-23 09:38:07 +00:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
static _notInlinedMessages ( _ ) = > < String , Function > {
" (Optional) Group name " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-07-24 09:44:00 +00:00
" About " : MessageLookupByLibrary . simpleMessage ( " Про програму " ) ,
" Accept " : MessageLookupByLibrary . simpleMessage ( " Прийняти " ) ,
" Account " : MessageLookupByLibrary . simpleMessage ( " Обліковий запис " ) ,
" Account informations " : MessageLookupByLibrary . simpleMessage (
" Інформація про обліковий запис " ) ,
" Add a group description " :
MessageLookupByLibrary . simpleMessage ( " Додати опис групи " ) ,
" Admin " : MessageLookupByLibrary . simpleMessage ( " Адміністратор " ) ,
" 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 " :
MessageLookupByLibrary . simpleMessage ( " Аватар був змінений " ) ,
" Ban from chat " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Заблокувати в чаті " ) ,
2020-09-03 09:44:42 +00:00
" Banned " : MessageLookupByLibrary . simpleMessage ( " Заблокований(на) " ) ,
2020-07-24 09:44:00 +00:00
" Block Device " :
MessageLookupByLibrary . simpleMessage ( " Заблокувати пристрій " ) ,
" Cancel " : MessageLookupByLibrary . simpleMessage ( " Скасувати " ) ,
2020-08-16 10:54:43 +00:00
" Change the homeserver " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Змінити сервер Matrix " ) ,
2020-07-23 09:38:07 +00:00
" Change the name of the group " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Змінити назву групи " ) ,
" Change the server " :
MessageLookupByLibrary . simpleMessage ( " Змінити сервер " ) ,
" Change wallpaper " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Змінити фон чатів " ) ,
2020-07-23 09:38:07 +00:00
" Change your style " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-08-16 10:54:43 +00:00
" Changelog " : MessageLookupByLibrary . simpleMessage ( " Журнал змін " ) ,
" Chat " : MessageLookupByLibrary . simpleMessage ( " Чат " ) ,
" Chat details " : MessageLookupByLibrary . simpleMessage ( " Деталі чату " ) ,
" Choose a strong password " :
MessageLookupByLibrary . simpleMessage ( " Виберіть надійний пароль " ) ,
" Choose a username " :
MessageLookupByLibrary . simpleMessage ( " Виберіть ім \' я користувача " ) ,
" Close " : MessageLookupByLibrary . simpleMessage ( " Закрити " ) ,
" Confirm " : MessageLookupByLibrary . simpleMessage ( " Підтвердити " ) ,
" Connect " : MessageLookupByLibrary . simpleMessage ( " Приєднатись " ) ,
" Connection attempt failed " : MessageLookupByLibrary . simpleMessage (
" Спроба підключення не вдалась " ) ,
2020-07-23 09:38:07 +00:00
" Contact has been invited to the group " :
2020-08-16 10:54:43 +00:00
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 (
" Створити обліковий запис зараз " ) ,
2020-09-03 09:44:42 +00:00
" Create new group " : MessageLookupByLibrary . simpleMessage ( " Нова група " ) ,
2020-08-16 10:54:43 +00:00
" Currently active " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Зараз активний(на) " ) ,
2020-07-23 09:38:07 +00:00
" Dark " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-08-16 10:54:43 +00:00
" Delete " : MessageLookupByLibrary . simpleMessage ( " Видалити " ) ,
" Delete message " :
MessageLookupByLibrary . simpleMessage ( " Видалити повідомлення " ) ,
" Deny " : MessageLookupByLibrary . simpleMessage ( " Відхилити " ) ,
" Device " : MessageLookupByLibrary . simpleMessage ( " Пристрій " ) ,
" Devices " : MessageLookupByLibrary . simpleMessage ( " Пристрої " ) ,
" Discard picture " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Видалити зображення " ) ,
2020-08-16 10:54:43 +00:00
" Displayname has been changed " : MessageLookupByLibrary . simpleMessage (
" Відображуване ім \' я було змінено " ) ,
2020-07-23 09:38:07 +00:00
" Donate " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-08-16 10:54:43 +00:00
" Download file " :
MessageLookupByLibrary . simpleMessage ( " Завантажити файл " ) ,
2020-07-23 09:38:07 +00:00
" Edit Jitsi instance " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-08-16 10:54:43 +00: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 ( " Шифрування вимкнено " ) ,
2020-07-23 09:38:07 +00:00
" End to end encryption is currently in Beta! Use at your own risk! " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-08-16 10:54:43 +00:00
" End-to-end encryption settings " : MessageLookupByLibrary . simpleMessage (
" Налаштування наскрізного шифрування " ) ,
" Enter a group name " :
MessageLookupByLibrary . simpleMessage ( " Введіть назву групи " ) ,
" Enter a username " :
MessageLookupByLibrary . simpleMessage ( " Введіть ім \' я користувача " ) ,
" Enter your homeserver " : MessageLookupByLibrary . simpleMessage (
" Введіть адресу вашого сервера Matrix " ) ,
" 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 ( " Опис групи " ) ,
2020-07-23 09:38:07 +00:00
" Group description has been changed " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Опис групи було змінено " ) ,
" Group is public " :
MessageLookupByLibrary . simpleMessage ( " Публічна група " ) ,
2020-09-03 09:44:42 +00:00
" Guests are forbidden " : MessageLookupByLibrary . simpleMessage (
" Гості не можуть приєднуватись " ) ,
" Guests can join " :
MessageLookupByLibrary . simpleMessage ( " Гості можуть приєднуватись " ) ,
" Help " : MessageLookupByLibrary . simpleMessage ( " Допомога " ) ,
2020-07-23 09:38:07 +00:00
" Homeserver is not compatible " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
" How are you today? " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" ID " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 ( " " ) ,
" Kick from chat " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Last seen IP " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Make sure the identifier is valid " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
" Message will be removed for all participants " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
" Moderator " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Monday " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Mute chat " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" New message in FluffyChat " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 ( " " ) ,
" Please choose a username " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Please enter a matrix identifier " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 :-) " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Submit " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Sunday " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" System " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Tap to show menu " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" The encryption has been corrupted " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage ( " Шифрування було пошкоджено " ) ,
2020-07-23 09:38:07 +00:00
" 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 ( " " ) ,
" Unmute chat " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" Use Amoled compatible colors? " :
MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 ( " " ) ,
" 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 " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage (
" Ви були заблоковані в цьому чаті " ) ,
2020-07-23 09:38:07 +00:00
" You won \' t be able to disable the encryption anymore. Are you sure? " :
2020-08-16 10:54:43 +00:00
MessageLookupByLibrary . simpleMessage (
" Ви більше не зможете відключити шифрування. Ви впевнені? " ) ,
2020-07-23 09:38:07 +00:00
" Your own username " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" acceptedTheInvitation " : m0 ,
" activatedEndToEndEncryption " : m1 ,
2020-07-24 09:44:00 +00:00
" alias " : MessageLookupByLibrary . simpleMessage ( " псевдонім " ) ,
2020-09-03 09:44:42 +00:00
" answeredTheCall " : m2 ,
2020-07-24 09:44:00 +00:00
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Будь ласка, введіть вашу парольну фразу а б о ключ відновлення для кешування ключів. " ) ,
2020-07-24 09:44:00 +00:00
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Для підпису ключа іншого користувача, будь ласка, введіть вашу парольну фразу а б о ключ відновлення. " ) ,
2020-07-24 09:44:00 +00:00
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Будь ласка, введіть вашу парольну фразу а б о ключ відновлення для підтвердження сесії. " ) ,
" askVerificationRequest " : m3 ,
" bannedUser " : m4 ,
" byDefaultYouWillBeConnectedTo " : m5 ,
2020-07-24 09:44:00 +00:00
" cachedKeys " : 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-08-16 10:54:43 +00:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Порівняйте і переконайтесь, що наступні емодзі відповідають емодзі на іншому пристрої: " ) ,
2020-08-16 10:54:43 +00:00
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Порівняйте і переконайтесь, що наступні числа відповідають числам на іншому пристрої: " ) ,
2020-09-03 09:44:42 +00:00
" couldNotDecryptMessage " : m20 ,
" countParticipants " : m21 ,
" createdTheChat " : m22 ,
2020-08-16 10:54:43 +00:00
" crossSigningDisabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с -підпис вимкнено" ) ,
" crossSigningEnabled " :
MessageLookupByLibrary . simpleMessage ( " К р о с -підпис ввімкнено" ) ,
2020-09-03 09:44:42 +00:00
" dateAndTimeOfDay " : m23 ,
" dateWithYear " : m24 ,
" dateWithoutYear " : m25 ,
2020-08-16 10:54:43 +00:00
" emoteExists " : MessageLookupByLibrary . simpleMessage ( " Емодзі вже існує " ) ,
" emoteInvalid " : MessageLookupByLibrary . simpleMessage (
" Неприпустимий короткий код емодзі " ) ,
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Виберіть короткий код емодзі і зображення " ) ,
" endedTheCall " : m26 ,
" groupWith " : m27 ,
" hasWithdrawnTheInvitationFor " : m28 ,
2020-07-23 09:38:07 +00:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" inviteContactToGroup " : m29 ,
" inviteText " : m30 ,
" invitedUser " : m31 ,
2020-07-23 09:38:07 +00:00
" is typing... " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" joinedTheChat " : m32 ,
2020-07-23 09:38:07 +00:00
" keysCached " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" keysMissing " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" kicked " : m33 ,
" kickedAndBanned " : m34 ,
" lastActiveAgo " : m35 ,
" loadCountMoreParticipants " : m36 ,
" logInTo " : m37 ,
2020-07-23 09:38:07 +00:00
" newVerificationRequest " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" numberSelected " : m38 ,
2020-07-23 09:38:07 +00:00
" ok " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" 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 ,
2020-07-23 09:38:07 +00:00
" sessionVerified " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" sharedTheLocation " : m52 ,
" timeOfDay " : m54 ,
2020-07-23 09:38:07 +00:00
" title " : MessageLookupByLibrary . simpleMessage ( " " ) ,
2020-09-03 09:44:42 +00:00
" unbannedUser " : m55 ,
" unknownEvent " : m56 ,
2020-07-23 09:38:07 +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-23 09:38:07 +00:00
" verifiedSession " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" verifyManual " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" verifyStart " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" verifySuccess " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" verifyTitle " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage ( " " ) ,
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage ( " " )
} ;
}