2020-01-20 08:50:49 +00:00
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a messages 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 = > ' messages ' ;
2020-01-29 09:16:45 +00:00
static m0 ( username ) = > " ${ username } accepted the invitation " ;
static m1 ( username ) = > " ${ username } activated end to end encryption " ;
2020-09-03 09:44:42 +00:00
static m2 ( senderName ) = > " ${ senderName } answered the call " ;
2020-08-16 10:54:43 +00:00
2020-09-03 09:44:42 +00:00
static m3 ( username ) = > " Accept this verification request from ${ username } ? " ;
2020-06-25 14:29:06 +00:00
2020-09-03 09:44:42 +00:00
static m4 ( username , targetName ) = > " ${ username } banned ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m5 ( homeserver ) = > " By default you will be connected to ${ homeserver } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m6 ( username ) = > " ${ username } changed the chat avatar " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m7 ( username , description ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the chat description to: \' ${ description } \' " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m8 ( username , chatname ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the chat name to: \' ${ chatname } \' " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m9 ( username ) = > " ${ username } changed the chat permissions " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m10 ( username , displayname ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the displayname to: ${ displayname } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m11 ( username ) = > " ${ username } changed the guest access rules " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m12 ( username , rules ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the guest access rules to: ${ rules } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m13 ( username ) = > " ${ username } changed the history visibility " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m14 ( username , rules ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the history visibility to: ${ rules } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m15 ( username ) = > " ${ username } changed the join rules " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m16 ( username , joinRules ) = >
2020-05-22 10:21:16 +00:00
" ${ username } changed the join rules to: ${ joinRules } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m17 ( username ) = > " ${ username } changed their avatar " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m18 ( username ) = > " ${ username } changed the room aliases " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m19 ( username ) = > " ${ username } changed the invitation link " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m20 ( error ) = > " Could not decrypt message: ${ error } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m21 ( count ) = > " ${ count } participants " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m22 ( username ) = > " ${ username } created the chat " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m23 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m24 ( year , month , day ) = > " ${ year } - ${ month } - ${ day } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m25 ( month , day ) = > " ${ month } - ${ day } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m26 ( senderName ) = > " ${ senderName } ended the call " ;
2020-08-16 10:54:43 +00:00
2020-09-03 09:44:42 +00:00
static m27 ( displayname ) = > " Group with ${ displayname } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m28 ( username , targetName ) = >
2020-05-22 10:21:16 +00:00
" ${ username } has withdrawn the invitation for ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m29 ( groupName ) = > " Invite contact to ${ groupName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m30 ( username , link ) = >
2020-08-31 19:16:22 +00:00
" ${ username } invited you to FluffyChat. \n 1. Install FluffyChat: https://fluffychat.im \n 2. Sign up or sign in \n 3. Open the invite link: ${ link } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m31 ( username , targetName ) = > " ${ username } invited ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m32 ( username ) = > " ${ username } joined the chat " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m33 ( username , targetName ) = > " ${ username } kicked ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m34 ( username , targetName ) = >
2020-05-22 10:21:16 +00:00
" ${ username } kicked and banned ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m35 ( localizedTimeShort ) = > " Last active: ${ localizedTimeShort } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m36 ( count ) = > " Load ${ count } more participants " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m37 ( homeserver ) = > " Log in to ${ homeserver } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m38 ( number ) = > " ${ number } selected " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m39 ( fileName ) = > " Play ${ fileName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m40 ( username ) = > " ${ username } redacted an event " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m41 ( username ) = > " ${ username } rejected the invitation " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m42 ( username ) = > " Removed by ${ username } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m43 ( username ) = > " Seen by ${ username } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m44 ( username , count ) = > " Seen by ${ username } and ${ count } others " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m45 ( username , username2 ) = > " Seen by ${ username } and ${ username2 } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m46 ( username ) = > " ${ username } sent a file " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m47 ( username ) = > " ${ username } sent a picture " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m48 ( username ) = > " ${ username } sent a sticker " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m49 ( username ) = > " ${ username } sent a video " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m50 ( username ) = > " ${ username } sent an audio " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m51 ( senderName ) = > " ${ senderName } sent call informations " ;
2020-08-16 10:54:43 +00:00
2020-09-03 09:44:42 +00:00
static m52 ( username ) = > " ${ username } shared the location " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m53 ( senderName ) = > " ${ senderName } started a call " ;
2020-08-16 10:54:43 +00:00
2020-09-03 09:44:42 +00:00
static m54 ( hours12 , hours24 , minutes , suffix ) = >
2020-05-22 10:21:16 +00:00
" ${ hours12 } : ${ minutes } ${ suffix } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m55 ( username , targetName ) = > " ${ username } unbanned ${ targetName } " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m56 ( type ) = > " Unknown event \' ${ type } \' " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m57 ( unreadCount ) = > " ${ unreadCount } unread chats " ;
2020-01-29 09:16:45 +00:00
2020-09-03 09:44:42 +00:00
static m58 ( unreadEvents ) = > " ${ unreadEvents } unread messages " ;
2020-02-09 14:15:29 +00:00
2020-09-03 09:44:42 +00:00
static m59 ( unreadEvents , unreadChats ) = >
2020-05-22 10:21:16 +00:00
" ${ unreadEvents } unread messages in ${ unreadChats } chats " ;
2020-04-12 08:40:16 +00:00
2020-09-03 09:44:42 +00:00
static m60 ( username , count ) = >
2020-05-22 10:21:16 +00:00
" ${ username } and ${ count } others are typing... " ;
2020-04-12 08:40:16 +00:00
2020-09-03 09:44:42 +00:00
static m61 ( username , username2 ) = >
2020-05-22 10:21:16 +00:00
" ${ username } and ${ username2 } are typing... " ;
2020-05-06 17:26:59 +00:00
2020-09-03 09:44:42 +00:00
static m62 ( username ) = > " ${ username } is typing... " ;
2020-05-06 17:26:59 +00:00
2020-09-03 09:44:42 +00:00
static m63 ( username ) = > " ${ username } left the chat " ;
2020-05-07 09:14:16 +00:00
2020-09-03 09:44:42 +00:00
static m64 ( username , type ) = > " ${ username } sent a ${ type } event " ;
2020-01-29 09:16:45 +00:00
2020-01-20 08:50:49 +00:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
2020-05-22 10:21:16 +00:00
static _notInlinedMessages ( _ ) = > < String , Function > {
" (Optional) Group name " :
MessageLookupByLibrary . simpleMessage ( " (Optional) Group name " ) ,
" About " : MessageLookupByLibrary . simpleMessage ( " About " ) ,
2020-06-25 14:29:06 +00:00
" Accept " : MessageLookupByLibrary . simpleMessage ( " Accept " ) ,
2020-05-22 10:21:16 +00:00
" Account " : MessageLookupByLibrary . simpleMessage ( " Account " ) ,
" Account informations " :
MessageLookupByLibrary . simpleMessage ( " Account informations " ) ,
" Add a group description " :
MessageLookupByLibrary . simpleMessage ( " Add a group description " ) ,
" Admin " : MessageLookupByLibrary . simpleMessage ( " Admin " ) ,
2020-09-08 08:55:32 +00:00
" Allow sending bug reports with sentry.io " :
MessageLookupByLibrary . simpleMessage (
" Allow sending bug reports with sentry.io " ) ,
2020-05-22 10:21:16 +00:00
" Already have an account? " :
MessageLookupByLibrary . simpleMessage ( " Already have an account? " ) ,
" Anyone can join " :
MessageLookupByLibrary . simpleMessage ( " Anyone can join " ) ,
" Archive " : MessageLookupByLibrary . simpleMessage ( " Archive " ) ,
" Archived Room " : MessageLookupByLibrary . simpleMessage ( " Archived Room " ) ,
" Are guest users allowed to join " : MessageLookupByLibrary . simpleMessage (
" Are guest users allowed to join " ) ,
" Are you sure? " : MessageLookupByLibrary . simpleMessage ( " Are you sure? " ) ,
" Authentication " :
MessageLookupByLibrary . simpleMessage ( " Authentication " ) ,
" Avatar has been changed " :
MessageLookupByLibrary . simpleMessage ( " Avatar has been changed " ) ,
" Ban from chat " : MessageLookupByLibrary . simpleMessage ( " Ban from chat " ) ,
" Banned " : MessageLookupByLibrary . simpleMessage ( " Banned " ) ,
2020-06-25 14:29:06 +00:00
" Block Device " : MessageLookupByLibrary . simpleMessage ( " Block Device " ) ,
2020-05-22 10:21:16 +00:00
" Cancel " : MessageLookupByLibrary . simpleMessage ( " Cancel " ) ,
" Change the homeserver " :
MessageLookupByLibrary . simpleMessage ( " Change the homeserver " ) ,
" Change the name of the group " : MessageLookupByLibrary . simpleMessage (
" Change the name of the group " ) ,
" Change the server " :
MessageLookupByLibrary . simpleMessage ( " Change the server " ) ,
" Change wallpaper " :
MessageLookupByLibrary . simpleMessage ( " Change wallpaper " ) ,
" Change your style " :
MessageLookupByLibrary . simpleMessage ( " Change your style " ) ,
" Changelog " : MessageLookupByLibrary . simpleMessage ( " Changelog " ) ,
2020-09-08 08:55:32 +00:00
" Changes have been saved " :
MessageLookupByLibrary . simpleMessage ( " Changes have been saved " ) ,
2020-05-22 10:21:16 +00:00
" Chat " : MessageLookupByLibrary . simpleMessage ( " Chat " ) ,
" Chat details " : MessageLookupByLibrary . simpleMessage ( " Chat details " ) ,
" Choose a strong password " :
MessageLookupByLibrary . simpleMessage ( " Choose a strong password " ) ,
" Choose a username " :
MessageLookupByLibrary . simpleMessage ( " Choose a username " ) ,
" Close " : MessageLookupByLibrary . simpleMessage ( " Close " ) ,
" Confirm " : MessageLookupByLibrary . simpleMessage ( " Confirm " ) ,
" Connect " : MessageLookupByLibrary . simpleMessage ( " Connect " ) ,
" Connection attempt failed " :
MessageLookupByLibrary . simpleMessage ( " Connection attempt failed " ) ,
" Contact has been invited to the group " :
MessageLookupByLibrary . simpleMessage (
" Contact has been invited to the group " ) ,
" Content viewer " :
MessageLookupByLibrary . simpleMessage ( " Content viewer " ) ,
" Copied to clipboard " :
MessageLookupByLibrary . simpleMessage ( " Copied to clipboard " ) ,
" Copy " : MessageLookupByLibrary . simpleMessage ( " Copy " ) ,
" Could not set avatar " :
MessageLookupByLibrary . simpleMessage ( " Could not set avatar " ) ,
" Could not set displayname " :
MessageLookupByLibrary . simpleMessage ( " Could not set displayname " ) ,
" Create " : MessageLookupByLibrary . simpleMessage ( " Create " ) ,
" Create account now " :
MessageLookupByLibrary . simpleMessage ( " Create account now " ) ,
" Create new group " :
MessageLookupByLibrary . simpleMessage ( " Create new group " ) ,
2020-06-18 18:31:58 +00:00
" Currently active " :
MessageLookupByLibrary . simpleMessage ( " Currently active " ) ,
2020-05-22 10:21:16 +00:00
" Dark " : MessageLookupByLibrary . simpleMessage ( " Dark " ) ,
" Delete " : MessageLookupByLibrary . simpleMessage ( " Delete " ) ,
" Delete message " :
MessageLookupByLibrary . simpleMessage ( " Delete message " ) ,
" Deny " : MessageLookupByLibrary . simpleMessage ( " Deny " ) ,
" Device " : MessageLookupByLibrary . simpleMessage ( " Device " ) ,
" Devices " : MessageLookupByLibrary . simpleMessage ( " Devices " ) ,
" Discard picture " :
MessageLookupByLibrary . simpleMessage ( " Discard picture " ) ,
" Displayname has been changed " : MessageLookupByLibrary . simpleMessage (
" Displayname has been changed " ) ,
" Donate " : MessageLookupByLibrary . simpleMessage ( " Donate " ) ,
" Download file " : MessageLookupByLibrary . simpleMessage ( " Download file " ) ,
" Edit Jitsi instance " :
MessageLookupByLibrary . simpleMessage ( " Edit Jitsi instance " ) ,
" Edit displayname " :
MessageLookupByLibrary . simpleMessage ( " Edit displayname " ) ,
" Emote Settings " :
MessageLookupByLibrary . simpleMessage ( " Emote Settings " ) ,
" Emote shortcode " :
MessageLookupByLibrary . simpleMessage ( " Emote shortcode " ) ,
" Empty chat " : MessageLookupByLibrary . simpleMessage ( " Empty chat " ) ,
2020-06-25 14:29:06 +00:00
" Encryption " : MessageLookupByLibrary . simpleMessage ( " Encryption " ) ,
2020-05-22 10:21:16 +00:00
" Encryption algorithm " :
MessageLookupByLibrary . simpleMessage ( " Encryption algorithm " ) ,
" Encryption is not enabled " :
MessageLookupByLibrary . simpleMessage ( " Encryption is not enabled " ) ,
" End to end encryption is currently in Beta! Use at your own risk! " :
MessageLookupByLibrary . simpleMessage (
" End to end encryption is currently in Beta! Use at your own risk! " ) ,
" End-to-end encryption settings " : MessageLookupByLibrary . simpleMessage (
" End-to-end encryption settings " ) ,
" Enter a group name " :
MessageLookupByLibrary . simpleMessage ( " Enter a group name " ) ,
" Enter a username " :
MessageLookupByLibrary . simpleMessage ( " Enter a username " ) ,
" Enter your homeserver " :
MessageLookupByLibrary . simpleMessage ( " Enter your homeserver " ) ,
" File name " : MessageLookupByLibrary . simpleMessage ( " File name " ) ,
" File size " : MessageLookupByLibrary . simpleMessage ( " File size " ) ,
" FluffyChat " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
" Forward " : MessageLookupByLibrary . simpleMessage ( " Forward " ) ,
" Friday " : MessageLookupByLibrary . simpleMessage ( " Friday " ) ,
" From joining " : MessageLookupByLibrary . simpleMessage ( " From joining " ) ,
" From the invitation " :
MessageLookupByLibrary . simpleMessage ( " From the invitation " ) ,
" Group " : MessageLookupByLibrary . simpleMessage ( " Group " ) ,
" Group description " :
MessageLookupByLibrary . simpleMessage ( " Group description " ) ,
" Group description has been changed " :
MessageLookupByLibrary . simpleMessage (
" Group description has been changed " ) ,
" Group is public " :
MessageLookupByLibrary . simpleMessage ( " Group is public " ) ,
" Guests are forbidden " :
MessageLookupByLibrary . simpleMessage ( " Guests are forbidden " ) ,
" Guests can join " :
MessageLookupByLibrary . simpleMessage ( " Guests can join " ) ,
" Help " : MessageLookupByLibrary . simpleMessage ( " Help " ) ,
" Homeserver is not compatible " : MessageLookupByLibrary . simpleMessage (
" Homeserver is not compatible " ) ,
" How are you today? " :
MessageLookupByLibrary . simpleMessage ( " How are you today? " ) ,
" ID " : MessageLookupByLibrary . simpleMessage ( " ID " ) ,
" Identity " : MessageLookupByLibrary . simpleMessage ( " Identity " ) ,
2020-09-19 13:29:12 +00:00
" Ignore username " :
MessageLookupByLibrary . simpleMessage ( " Ignore username " ) ,
" Ignored users " : MessageLookupByLibrary . simpleMessage ( " Ignored users " ) ,
2020-09-08 08:55:32 +00:00
" Informations about your privacy: https://sentry.io/security/ " :
MessageLookupByLibrary . simpleMessage (
" Informations about your privacy: https://sentry.io/security/ " ) ,
2020-05-22 10:21:16 +00:00
" Invite contact " :
MessageLookupByLibrary . simpleMessage ( " Invite contact " ) ,
" Invited " : MessageLookupByLibrary . simpleMessage ( " Invited " ) ,
" Invited users only " :
MessageLookupByLibrary . simpleMessage ( " Invited users only " ) ,
" 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 (
" 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/ " ) ,
2020-08-16 10:54:43 +00:00
" Join room " : MessageLookupByLibrary . simpleMessage ( " Join room " ) ,
2020-05-22 10:21:16 +00:00
" Kick from chat " :
MessageLookupByLibrary . simpleMessage ( " Kick from chat " ) ,
" Last seen IP " : MessageLookupByLibrary . simpleMessage ( " Last seen IP " ) ,
" Leave " : MessageLookupByLibrary . simpleMessage ( " Leave " ) ,
" Left the chat " : MessageLookupByLibrary . simpleMessage ( " Left the chat " ) ,
" License " : MessageLookupByLibrary . simpleMessage ( " License " ) ,
" Light " : MessageLookupByLibrary . simpleMessage ( " Light " ) ,
" Load more... " : MessageLookupByLibrary . simpleMessage ( " Load more... " ) ,
" Loading... Please wait " :
MessageLookupByLibrary . simpleMessage ( " Loading... Please wait " ) ,
" Login " : MessageLookupByLibrary . simpleMessage ( " Login " ) ,
" Logout " : MessageLookupByLibrary . simpleMessage ( " Logout " ) ,
" Make a moderator " :
MessageLookupByLibrary . simpleMessage ( " Make a moderator " ) ,
" Make an admin " : MessageLookupByLibrary . simpleMessage ( " Make an admin " ) ,
" Make sure the identifier is valid " :
MessageLookupByLibrary . simpleMessage (
" Make sure the identifier is valid " ) ,
" Message will be removed for all participants " :
MessageLookupByLibrary . simpleMessage (
" Message will be removed for all participants " ) ,
" Moderator " : MessageLookupByLibrary . simpleMessage ( " Moderator " ) ,
" Monday " : MessageLookupByLibrary . simpleMessage ( " Monday " ) ,
" Mute chat " : MessageLookupByLibrary . simpleMessage ( " Mute chat " ) ,
" New message in FluffyChat " :
MessageLookupByLibrary . simpleMessage ( " New message in FluffyChat " ) ,
" New private chat " :
MessageLookupByLibrary . simpleMessage ( " New private chat " ) ,
2020-09-08 08:55:32 +00:00
" No " : MessageLookupByLibrary . simpleMessage ( " No " ) ,
2020-05-22 10:21:16 +00:00
" No emotes found. 😕 " :
MessageLookupByLibrary . simpleMessage ( " No emotes found. 😕 " ) ,
" No permission " : MessageLookupByLibrary . simpleMessage ( " No permission " ) ,
" No rooms found... " :
MessageLookupByLibrary . simpleMessage ( " No rooms found... " ) ,
" None " : MessageLookupByLibrary . simpleMessage ( " None " ) ,
" Not supported in web " :
MessageLookupByLibrary . simpleMessage ( " Not supported in web " ) ,
" Oops something went wrong... " : MessageLookupByLibrary . simpleMessage (
" Oops something went wrong... " ) ,
" Open app to read messages " :
MessageLookupByLibrary . simpleMessage ( " Open app to read messages " ) ,
" Open camera " : MessageLookupByLibrary . simpleMessage ( " Open camera " ) ,
" Participating user devices " :
MessageLookupByLibrary . simpleMessage ( " Participating user devices " ) ,
" Password " : MessageLookupByLibrary . simpleMessage ( " Password " ) ,
" Pick image " : MessageLookupByLibrary . simpleMessage ( " Pick image " ) ,
2020-08-16 10:54:43 +00:00
" Pin " : MessageLookupByLibrary . simpleMessage ( " Pin " ) ,
2020-05-22 10:21:16 +00:00
" Please be aware that you need Pantalaimon to use end-to-end encryption for now. " :
MessageLookupByLibrary . simpleMessage (
" Please be aware that you need Pantalaimon to use end-to-end encryption for now. " ) ,
" Please choose a username " :
MessageLookupByLibrary . simpleMessage ( " Please choose a username " ) ,
" Please enter a matrix identifier " :
MessageLookupByLibrary . simpleMessage (
" Please enter a matrix identifier " ) ,
" Please enter your password " :
MessageLookupByLibrary . simpleMessage ( " Please enter your password " ) ,
" Please enter your username " :
MessageLookupByLibrary . simpleMessage ( " Please enter your username " ) ,
" Public Rooms " : MessageLookupByLibrary . simpleMessage ( " Public Rooms " ) ,
" Recording " : MessageLookupByLibrary . simpleMessage ( " Recording " ) ,
2020-06-25 14:29:06 +00:00
" Reject " : MessageLookupByLibrary . simpleMessage ( " Reject " ) ,
2020-05-22 10:21:16 +00:00
" Rejoin " : MessageLookupByLibrary . simpleMessage ( " Rejoin " ) ,
" Remove " : MessageLookupByLibrary . simpleMessage ( " Remove " ) ,
" Remove all other devices " :
MessageLookupByLibrary . simpleMessage ( " Remove all other devices " ) ,
" Remove device " : MessageLookupByLibrary . simpleMessage ( " Remove device " ) ,
" Remove exile " : MessageLookupByLibrary . simpleMessage ( " Remove exile " ) ,
" Remove message " :
MessageLookupByLibrary . simpleMessage ( " Remove message " ) ,
" Render rich message content " :
MessageLookupByLibrary . simpleMessage ( " Render rich message content " ) ,
" Reply " : MessageLookupByLibrary . simpleMessage ( " Reply " ) ,
" Request permission " :
MessageLookupByLibrary . simpleMessage ( " Request permission " ) ,
" Request to read older messages " : MessageLookupByLibrary . simpleMessage (
" Request to read older messages " ) ,
" Revoke all permissions " :
MessageLookupByLibrary . simpleMessage ( " Revoke all permissions " ) ,
2020-06-25 14:29:06 +00:00
" Room has been upgraded " :
MessageLookupByLibrary . simpleMessage ( " Room has been upgraded " ) ,
2020-05-22 10:21:16 +00:00
" Saturday " : MessageLookupByLibrary . simpleMessage ( " Saturday " ) ,
" Search for a chat " :
MessageLookupByLibrary . simpleMessage ( " Search for a chat " ) ,
" Seen a long time ago " :
MessageLookupByLibrary . simpleMessage ( " Seen a long time ago " ) ,
" Send " : MessageLookupByLibrary . simpleMessage ( " Send " ) ,
" Send a message " :
MessageLookupByLibrary . simpleMessage ( " Send a message " ) ,
2020-09-04 10:56:25 +00:00
" Send audio " : MessageLookupByLibrary . simpleMessage ( " Send audio " ) ,
2020-05-22 10:21:16 +00:00
" Send file " : MessageLookupByLibrary . simpleMessage ( " Send file " ) ,
" Send image " : MessageLookupByLibrary . simpleMessage ( " Send image " ) ,
2020-09-04 10:56:25 +00:00
" Send original " : MessageLookupByLibrary . simpleMessage ( " Send original " ) ,
" Send video " : MessageLookupByLibrary . simpleMessage ( " Send video " ) ,
2020-05-22 10:21:16 +00:00
" Set a profile picture " :
MessageLookupByLibrary . simpleMessage ( " Set a profile picture " ) ,
" Set group description " :
MessageLookupByLibrary . simpleMessage ( " Set group description " ) ,
" Set invitation link " :
MessageLookupByLibrary . simpleMessage ( " Set invitation link " ) ,
" Set status " : MessageLookupByLibrary . simpleMessage ( " Set status " ) ,
" Settings " : MessageLookupByLibrary . simpleMessage ( " Settings " ) ,
" Share " : MessageLookupByLibrary . simpleMessage ( " Share " ) ,
" Sign up " : MessageLookupByLibrary . simpleMessage ( " Sign up " ) ,
2020-06-25 14:29:06 +00:00
" Skip " : MessageLookupByLibrary . simpleMessage ( " Skip " ) ,
2020-05-22 10:21:16 +00:00
" Source code " : MessageLookupByLibrary . simpleMessage ( " Source code " ) ,
" Start your first chat :-) " :
MessageLookupByLibrary . simpleMessage ( " Start your first chat :-) " ) ,
2020-06-25 14:29:06 +00:00
" Submit " : MessageLookupByLibrary . simpleMessage ( " Submit " ) ,
2020-05-22 10:21:16 +00:00
" Sunday " : MessageLookupByLibrary . simpleMessage ( " Sunday " ) ,
" System " : MessageLookupByLibrary . simpleMessage ( " System " ) ,
" Tap to show menu " :
MessageLookupByLibrary . simpleMessage ( " Tap to show menu " ) ,
" The encryption has been corrupted " :
MessageLookupByLibrary . simpleMessage (
" The encryption has been corrupted " ) ,
2020-06-25 14:29:06 +00:00
" They Don \' t Match " :
MessageLookupByLibrary . simpleMessage ( " They Don \' t Match " ) ,
" They Match " : MessageLookupByLibrary . simpleMessage ( " They Match " ) ,
2020-05-22 10:21:16 +00:00
" This room has been archived. " : MessageLookupByLibrary . simpleMessage (
" This room has been archived. " ) ,
" Thursday " : MessageLookupByLibrary . simpleMessage ( " Thursday " ) ,
" Try to send again " :
MessageLookupByLibrary . simpleMessage ( " Try to send again " ) ,
" Tuesday " : MessageLookupByLibrary . simpleMessage ( " Tuesday " ) ,
2020-06-25 14:29:06 +00:00
" Unblock Device " :
MessageLookupByLibrary . simpleMessage ( " Unblock Device " ) ,
2020-05-22 10:21:16 +00:00
" Unknown device " :
MessageLookupByLibrary . simpleMessage ( " Unknown device " ) ,
" Unknown encryption algorithm " : MessageLookupByLibrary . simpleMessage (
" Unknown encryption algorithm " ) ,
" Unmute chat " : MessageLookupByLibrary . simpleMessage ( " Unmute chat " ) ,
2020-08-16 10:54:43 +00:00
" Unpin " : MessageLookupByLibrary . simpleMessage ( " Unpin " ) ,
2020-05-22 10:21:16 +00:00
" Use Amoled compatible colors? " : MessageLookupByLibrary . simpleMessage (
" Use Amoled compatible colors? " ) ,
" Username " : MessageLookupByLibrary . simpleMessage ( " Username " ) ,
" Verify " : MessageLookupByLibrary . simpleMessage ( " Verify " ) ,
2020-06-25 14:29:06 +00:00
" Verify User " : MessageLookupByLibrary . simpleMessage ( " Verify User " ) ,
2020-05-22 10:21:16 +00:00
" Video call " : MessageLookupByLibrary . simpleMessage ( " Video call " ) ,
" Visibility of the chat history " : MessageLookupByLibrary . simpleMessage (
" Visibility of the chat history " ) ,
" Visible for all participants " : MessageLookupByLibrary . simpleMessage (
" Visible for all participants " ) ,
" Visible for everyone " :
MessageLookupByLibrary . simpleMessage ( " Visible for everyone " ) ,
" Voice message " : MessageLookupByLibrary . simpleMessage ( " Voice message " ) ,
" Wallpaper " : MessageLookupByLibrary . simpleMessage ( " Wallpaper " ) ,
" Wednesday " : MessageLookupByLibrary . simpleMessage ( " Wednesday " ) ,
" Welcome to the cutest instant messenger in the matrix network. " :
MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Welcome to the cutest instant messenger in the matrix network. " ) ,
2020-05-22 10:21:16 +00:00
" Who is allowed to join this group " :
MessageLookupByLibrary . simpleMessage (
" Who is allowed to join this group " ) ,
" Write a message... " :
MessageLookupByLibrary . simpleMessage ( " Write a message... " ) ,
" Yes " : MessageLookupByLibrary . simpleMessage ( " Yes " ) ,
" You " : MessageLookupByLibrary . simpleMessage ( " You " ) ,
" You are invited to this chat " : MessageLookupByLibrary . simpleMessage (
" You are invited to this chat " ) ,
" You are no longer participating in this chat " :
MessageLookupByLibrary . simpleMessage (
" You are no longer participating in this chat " ) ,
2020-09-19 13:29:12 +00:00
" You can ignore users who are disturbing you. You won \' t be able to receive any messages or room invites from the users on your personal ignore list. " :
MessageLookupByLibrary . simpleMessage (
" You can ignore users who are disturbing you. You won \' t be able to receive any messages or room invites from the users on your personal ignore list. " ) ,
2020-05-22 10:21:16 +00:00
" You cannot invite yourself " :
MessageLookupByLibrary . simpleMessage ( " You cannot invite yourself " ) ,
" You have been banned from this chat " :
MessageLookupByLibrary . simpleMessage (
" You have been banned from this chat " ) ,
" You won \' t be able to disable the encryption anymore. Are you sure? " :
MessageLookupByLibrary . simpleMessage (
" You won \' t be able to disable the encryption anymore. Are you sure? " ) ,
" Your own username " :
MessageLookupByLibrary . simpleMessage ( " Your own username " ) ,
" acceptedTheInvitation " : m0 ,
" activatedEndToEndEncryption " : m1 ,
" alias " : MessageLookupByLibrary . simpleMessage ( " alias " ) ,
2020-09-03 09:44:42 +00:00
" answeredTheCall " : m2 ,
2020-06-25 14:29:06 +00:00
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
" Please enter your secure store passphrase or recovery key to cache the keys. " ) ,
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
" To be able to sign the other person, please enter your secure store passphrase or recovery key. " ) ,
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
" Please enter your secure store passphrase or recovery key to verify your session. " ) ,
2020-09-03 09:44:42 +00:00
" askVerificationRequest " : m3 ,
" bannedUser " : m4 ,
" byDefaultYouWillBeConnectedTo " : m5 ,
2020-06-25 14:29:06 +00:00
" cachedKeys " :
MessageLookupByLibrary . simpleMessage ( " Successfully cached keys! " ) ,
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-06-25 14:29:06 +00:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
" Compare and make sure the following emoji match those of the other device: " ) ,
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Compare and make sure the following numbers match those of the other device: " ) ,
2020-09-03 09:44:42 +00:00
" couldNotDecryptMessage " : m20 ,
" countParticipants " : m21 ,
" createdTheChat " : m22 ,
2020-06-25 14:29:06 +00:00
" crossSigningDisabled " :
MessageLookupByLibrary . simpleMessage ( " Cross-Signing is disabled " ) ,
" crossSigningEnabled " :
MessageLookupByLibrary . simpleMessage ( " Cross-Signing is enabled " ) ,
2020-09-03 09:44:42 +00:00
" dateAndTimeOfDay " : m23 ,
" dateWithYear " : m24 ,
" dateWithoutYear " : m25 ,
2020-05-22 10:21:16 +00:00
" emoteExists " :
MessageLookupByLibrary . simpleMessage ( " Emote already exists! " ) ,
" emoteInvalid " :
MessageLookupByLibrary . simpleMessage ( " Invalid emote shortcode! " ) ,
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
" You need to pick an emote shortcode and an image! " ) ,
2020-09-03 09:44:42 +00:00
" endedTheCall " : m26 ,
" groupWith " : m27 ,
" hasWithdrawnTheInvitationFor " : m28 ,
2020-06-25 14:29:06 +00:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Incorrect passphrase or recovery key " ) ,
2020-09-03 09:44:42 +00:00
" inviteContactToGroup " : m29 ,
" inviteText " : m30 ,
" invitedUser " : m31 ,
2020-05-22 10:21:16 +00:00
" is typing... " : MessageLookupByLibrary . simpleMessage ( " is typing... " ) ,
2020-06-25 14:29:06 +00:00
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage (
" Is the following device key correct? " ) ,
2020-09-03 09:44:42 +00:00
" joinedTheChat " : m32 ,
2020-06-25 14:29:06 +00:00
" keysCached " : MessageLookupByLibrary . simpleMessage ( " Keys are cached " ) ,
" keysMissing " : MessageLookupByLibrary . simpleMessage ( " Keys are missing " ) ,
2020-09-03 09:44:42 +00:00
" kicked " : m33 ,
" kickedAndBanned " : m34 ,
" lastActiveAgo " : m35 ,
" loadCountMoreParticipants " : m36 ,
" logInTo " : m37 ,
2020-06-25 14:29:06 +00:00
" newVerificationRequest " :
MessageLookupByLibrary . simpleMessage ( " New verification request! " ) ,
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Fluffychat currently does not support enabling Cross-Signing. Please enable it from within Riot. " ) ,
2020-06-25 14:29:06 +00:00
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-08-16 10:54:43 +00:00
" Fluffychat currently does not support enabling Online Key Backup. Please enable it from within Riot. " ) ,
2020-09-03 09:44:42 +00:00
" numberSelected " : m38 ,
2020-05-22 10:21:16 +00:00
" ok " : MessageLookupByLibrary . simpleMessage ( " ok " ) ,
2020-06-25 14:29:06 +00:00
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage (
" Online Key Backup is disabled " ) ,
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage (
" Online Key Backup is enabled " ) ,
" passphraseOrKey " :
MessageLookupByLibrary . simpleMessage ( " passphrase or recovery key " ) ,
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-06-25 14:29:06 +00:00
" sessionVerified " :
MessageLookupByLibrary . simpleMessage ( " Session is verified " ) ,
2020-09-03 09:44:42 +00:00
" sharedTheLocation " : m52 ,
" startedACall " : m53 ,
" timeOfDay " : m54 ,
2020-05-22 10:21:16 +00:00
" title " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
2020-09-03 09:44:42 +00:00
" unbannedUser " : m55 ,
" unknownEvent " : m56 ,
2020-06-25 14:29:06 +00:00
" unknownSessionVerify " : MessageLookupByLibrary . simpleMessage (
" Unknown session, please verify " ) ,
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-06-25 14:29:06 +00:00
" verifiedSession " : MessageLookupByLibrary . simpleMessage (
" Successfully verified session! " ) ,
" verifyManual " : MessageLookupByLibrary . simpleMessage ( " Verify Manually " ) ,
" verifyStart " :
MessageLookupByLibrary . simpleMessage ( " Start Verification " ) ,
" verifySuccess " :
MessageLookupByLibrary . simpleMessage ( " You successfully verified! " ) ,
" verifyTitle " :
MessageLookupByLibrary . simpleMessage ( " Verifying other account " ) ,
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage (
" Waiting for partner to accept the request... " ) ,
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage (
" Waiting for partner to accept the emoji... " ) ,
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage (
" Waiting for partner to accept the numbers... " )
2020-05-22 10:21:16 +00:00
} ;
2020-01-20 08:50:49 +00:00
}