@ -21,7 +21,8 @@ class MessageLookup extends MessageLookupByLibrary {
staticm0(username)=>"${username} hat die Einladung akzeptiert";
staticm1(username)=>"${username} hat Ende-zu-Ende Verschlüsselung aktiviert";
staticm1(username)=>
"${username} hat Ende-zu-Ende Verschlüsselung aktiviert";
staticm2(username,targetName)=>"${username} hat ${targetName} verbannt";
@ -29,25 +30,32 @@ class MessageLookup extends MessageLookupByLibrary {
staticm4(username)=>"${username} hat den Chat-Avatar geändert";
staticm5(username,description)=>"${username} hat die Beschreibung vom Chat geändert zu: \'${description}\'";
staticm5(username,description)=>
"${username} hat die Beschreibung vom Chat geändert zu: \'${description}\'";
staticm6(username,chatname)=>"${username} hat den Chat-Namen geändert zu: \'${chatname}\'";
staticm6(username,chatname)=>
"${username} hat den Chat-Namen geändert zu: \'${chatname}\'";
staticm7(username)=>"${username} hat die Berechtigungen vom Chat geändert";
staticm8(username,displayname)=>"${username} hat den Nicknamen geändert zu: ${displayname}";
staticm8(username,displayname)=>
"${username} hat den Nicknamen geändert zu: ${displayname}";
staticm9(username)=>"${username} hat Gast-Zugangsregeln geändert";
staticm10(username,rules)=>"${username} hat Gast-Zugangsregeln geändert zu: ${rules}";
staticm10(username,rules)=>
"${username} hat Gast-Zugangsregeln geändert zu: ${rules}";
staticm11(username)=>"${username} hat die Sichtbarkeit des Chat-Verlaufs geändert";
staticm11(username)=>
"${username} hat die Sichtbarkeit des Chat-Verlaufs geändert";
staticm12(username,rules)=>"${username} hat die Sichtbarkeit des Chat-Verlaufs geändert zu: ${rules}";
staticm12(username,rules)=>
"${username} hat die Sichtbarkeit des Chat-Verlaufs geändert zu: ${rules}";
staticm13(username)=>"${username} hat die Zugangsregeln geändert";
staticm14(username,joinRules)=>"${username} hat die Zugangsregeln geändert zu: ${joinRules}";
staticm14(username,joinRules)=>
"${username} hat die Zugangsregeln geändert zu: ${joinRules}";
staticm15(username)=>"${username} hat das Profilbild geändert";
@ -69,19 +77,24 @@ class MessageLookup extends MessageLookupByLibrary {
staticm24(displayname)=>"Gruppe mit ${displayname}";
staticm25(username,targetName)=>"${username} hat die Einladung für ${targetName} zurückgezogen";
staticm25(username,targetName)=>
"${username} hat die Einladung für ${targetName} zurückgezogen";
staticm26(groupName)=>"Kontakt zu ${groupName} einladen";
staticm27(username,link)=>"${username} hat Dich zu FluffyChat eingeladen. \n1. Installiere FluffyChat: http://fluffy.chat \n2. Melde Dich in der App an \n3. Öffne den Einladungslink: ${link}";
staticm27(username,link)=>
"${username} hat Dich zu FluffyChat eingeladen. \n1. Installiere FluffyChat: http://fluffy.chat \n2. Melde Dich in der App an \n3. Öffne den Einladungslink: ${link}";
staticm28(username,targetName)=>"${username} hat ${targetName} eingeladen";
staticm28(username,targetName)=>
"${username} hat ${targetName} eingeladen";
staticm29(username)=>"${username} ist dem Chat beigetreten";
staticm30(username,targetName)=>"${username} hat ${targetName} hinausgeworfen";
staticm30(username,targetName)=>
"${username} hat ${targetName} hinausgeworfen";
staticm31(username,targetName)=>"${username} hat ${targetName} hinausgeworfen und verbannt";
staticm31(username,targetName)=>
"${username} hat ${targetName} hinausgeworfen und verbannt";
"Encryption is not enabled":MessageLookupByLibrary.simpleMessage("Verschlüsselung ist nicht aktiviert"),
"End to end encryption is currently in Beta! Use at your own risk!":MessageLookupByLibrary.simpleMessage("Ende-zu-Ende-Verschlüsselung ist im Beta-Status. Benutzung auf eigene Gefahr!"),
"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("Es sieht so aus als hättest du keine Google Dienste auf deinem Gerät. Das ist eine gute Entscheidung für deine Privatsphäre. Um Push Benachrichtigungen in FluffyChat zu erhalten, empfehlen wir die Verwendung von microG: https://microg.org/"),
"Kick from chat":MessageLookupByLibrary.simpleMessage("Aus dem Chat hinauswerfen"),
"Last seen IP":MessageLookupByLibrary.simpleMessage("Zuletzt bekannte IP"),
"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(
"Es sieht so aus als hättest du keine Google Dienste auf deinem Gerät. Das ist eine gute Entscheidung für deine Privatsphäre. Um Push Benachrichtigungen in FluffyChat zu erhalten, empfehlen wir die Verwendung von microG: https://microg.org/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Aus dem Chat hinauswerfen"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":MessageLookupByLibrary.simpleMessage("Bitte beachte, dass du Pantalaimon brauchst, um Ende-zu-Ende-Verschlüsselung benutzen zu können."),
"Please choose a username":MessageLookupByLibrary.simpleMessage("Bitte wähle einen Benutzernamen"),
"Please enter a matrix identifier":MessageLookupByLibrary.simpleMessage("Bitte eine Matrix ID eingeben"),
"Please enter your password":MessageLookupByLibrary.simpleMessage("Bitte dein Passwort eingeben"),
"Please enter your username":MessageLookupByLibrary.simpleMessage("Bitte deinen Benutzernamen eingeben"),
"Welcome to the cutest instant messenger in the matrix network.":MessageLookupByLibrary.simpleMessage("Herzlich willkommen beim knuffigsten Instant Messenger im Matrix-Netwerk."),
"Who is allowed to join this group":MessageLookupByLibrary.simpleMessage("Wer darf der Gruppe beitreten"),
"Write a message...":MessageLookupByLibrary.simpleMessage("Schreibe eine Nachricht ..."),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Herzlich willkommen beim knuffigsten Instant Messenger im Matrix-Netwerk."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Wer darf der Gruppe beitreten"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Schreibe eine Nachricht ..."),
"Yes":MessageLookupByLibrary.simpleMessage("Ja"),
"You":MessageLookupByLibrary.simpleMessage("Du"),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage("Du wurdest eingeladen in diesen Chat"),
"You are no longer participating in this chat":MessageLookupByLibrary.simpleMessage("Du bist kein Mitglied mehr in diesem Chat"),
"You cannot invite yourself":MessageLookupByLibrary.simpleMessage("Du kannst dich nicht selbst einladen"),
"You have been banned from this chat":MessageLookupByLibrary.simpleMessage("Du wurdest aus dem Chat verbannt"),
"You won\'t be able to disable the encryption anymore. Are you sure?":MessageLookupByLibrary.simpleMessage("Du wirst die Verschlüsselung nicht mehr ausstellen können. Bist Du sicher?"),
"Your own username":MessageLookupByLibrary.simpleMessage("Dein eigener Benutzername"),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage(
"Encryption algorithm":MessageLookupByLibrary.simpleMessage("Algorithme de chiffrement"),
"Encryption is not enabled":MessageLookupByLibrary.simpleMessage("Le chiffrement n\'est pas actif"),
"End to end encryption is currently in Beta! Use at your own risk!":MessageLookupByLibrary.simpleMessage("Le chiffrement de bout en bout est actuellement en beta ! Utilisez cette fonctionnalité à vos propres risques !!"),
"End-to-end encryption settings":MessageLookupByLibrary.simpleMessage("Paramètres du chiffrement de bout en bout"),
"Enter a group name":MessageLookupByLibrary.simpleMessage("Entrez un nom de groupe"),
"Enter a username":MessageLookupByLibrary.simpleMessage("Entrez un nom d\'utilisateur"),
"Enter your homeserver":MessageLookupByLibrary.simpleMessage("Renseignez votre serveur d\'accueil"),
"Encryption algorithm":
MessageLookupByLibrary.simpleMessage("Algorithme de chiffrement"),
"Encryption is not enabled":MessageLookupByLibrary.simpleMessage(
"Le chiffrement n\'est pas actif"),
"End to end encryption is currently in Beta! Use at your own risk!":
MessageLookupByLibrary.simpleMessage(
"Le chiffrement de bout en bout est actuellement en beta ! Utilisez cette fonctionnalité à vos propres risques !!"),
"Invited users only":MessageLookupByLibrary.simpleMessage("Uniquement les utilisateurs invités"),
"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("On dirait que vous n\'avez pas installé les services Google sur votre téléphone. C\'est une bonne décision pour votre vie privée ! Pour recevoir les notifications de FluffyChat, nous vous recommendons d\'utiliser microG : https://microg.org/"),
"Kick from chat":MessageLookupByLibrary.simpleMessage("Expulser de la discussion"),
"Last seen IP":MessageLookupByLibrary.simpleMessage("Dernière addresse IP utilisée"),
"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(
"On dirait que vous n\'avez pas installé les services Google sur votre téléphone. C\'est une bonne décision pour votre vie privée ! Pour recevoir les notifications de FluffyChat, nous vous recommendons d\'utiliser microG : https://microg.org/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Expulser de la discussion"),
"Last seen IP":MessageLookupByLibrary.simpleMessage(
"Password":MessageLookupByLibrary.simpleMessage("Mot de passe"),
"Pick image":MessageLookupByLibrary.simpleMessage("Choisir une image"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":MessageLookupByLibrary.simpleMessage("Vous devez installer Pantalaimon pour utiliser le chiffrement de bout en bout pour l\'instant."),
"Please choose a username":MessageLookupByLibrary.simpleMessage("Choisissez un nom d\'utilisateur"),
"Please enter a matrix identifier":MessageLookupByLibrary.simpleMessage("Renseignez un identifiant Matrix"),
"Please enter your password":MessageLookupByLibrary.simpleMessage("Renseignez votre mot de passe"),
"Please enter your username":MessageLookupByLibrary.simpleMessage("Renseignez votre nom d\'utilisateur"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":
MessageLookupByLibrary.simpleMessage(
"Vous devez installer Pantalaimon pour utiliser le chiffrement de bout en bout pour l\'instant."),
"Please choose a username":MessageLookupByLibrary.simpleMessage(
"Choisissez un nom d\'utilisateur"),
"Please enter a matrix identifier":
MessageLookupByLibrary.simpleMessage(
"Renseignez un identifiant Matrix"),
"Please enter your password":MessageLookupByLibrary.simpleMessage(
"Renseignez votre mot de passe"),
"Please enter your username":MessageLookupByLibrary.simpleMessage(
"Welcome to the cutest instant messenger in the matrix network.":MessageLookupByLibrary.simpleMessage("Bienvenue dans la messagerie la plus mignonne du réseau Matrix."),
"Who is allowed to join this group":MessageLookupByLibrary.simpleMessage("Qui est autorisé à rejoindre ce groupe"),
"Write a message...":MessageLookupByLibrary.simpleMessage("Écrivez un message..."),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Bienvenue dans la messagerie la plus mignonne du réseau Matrix."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Qui est autorisé à rejoindre ce groupe"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Écrivez un message..."),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage("Vous êtes invité à cette discussion"),
"You are no longer participating in this chat":MessageLookupByLibrary.simpleMessage("Vous ne participez plus à cette discussion"),
"You cannot invite yourself":MessageLookupByLibrary.simpleMessage("Vous ne pouvez pas vous inviter vous-même"),
"You have been banned from this chat":MessageLookupByLibrary.simpleMessage("Vous avez été banni de cette discussion"),
"You won\'t be able to disable the encryption anymore. Are you sure?":MessageLookupByLibrary.simpleMessage("Vous ne pourrez plus désactiver le chiffrement. Êtez-vous sûr ?"),
"Your own username":MessageLookupByLibrary.simpleMessage("Votre propre nom d\'utilisateur"),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage(
staticm26(groupName)=>"Ismerős meghívása a ${groupName} csoportba";
staticm27(username,link)=>"${username} meghívott a FluffyChatre. \n1. FluffyChat telepítése: http://fluffy.chat \n2. Jelentkezz be vagy regisztrálj. \n3. Nyisd meg a meghívó linket: ${link}";
staticm27(username,link)=>
"${username} meghívott a FluffyChatre. \n1. FluffyChat telepítése: http://fluffy.chat \n2. Jelentkezz be vagy regisztrálj. \n3. Nyisd meg a meghívó linket: ${link}";
"Encryption is not enabled":MessageLookupByLibrary.simpleMessage("Titkosítás nincs engedélyezve"),
"End to end encryption is currently in Beta! Use at your own risk!":MessageLookupByLibrary.simpleMessage("Végpontól-végpontig titkosítás egyelőre béta! Csak saját felelősségre!"),
"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("Úgy tűnik ügyelsz a magánszférádra és nincsenek google szolgáltatások telepítve. Hogy így is kapj azonnali értesítéseket javasoljuk a microG-t: https://microg.org/"),
"Kick from chat":MessageLookupByLibrary.simpleMessage("Csevegésből kirúgás"),
"Last seen IP":MessageLookupByLibrary.simpleMessage("Utoljára látott IP"),
"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(
"Úgy tűnik ügyelsz a magánszférádra és nincsenek google szolgáltatások telepítve. Hogy így is kapj azonnali értesítéseket javasoljuk a microG-t: https://microg.org/"),
"Pick image":MessageLookupByLibrary.simpleMessage("Válassz egy képet"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":MessageLookupByLibrary.simpleMessage("Tájékoztatlak, hogy egyelőre szükséged van a Pantalaimon-ra, hogy a végponttól-végpontig titkosítást hasnzáld."),
"Please choose a username":MessageLookupByLibrary.simpleMessage("Válassz egy felhasználónevet"),
"Please enter a matrix identifier":MessageLookupByLibrary.simpleMessage("Írj be egy Matrix azonosítót"),
"Please enter your password":MessageLookupByLibrary.simpleMessage("Add meg a jelszavad"),
"Please enter your username":MessageLookupByLibrary.simpleMessage("Add meg a felhasználónevedet"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":
MessageLookupByLibrary.simpleMessage(
"Tájékoztatlak, hogy egyelőre szükséged van a Pantalaimon-ra, hogy a végponttól-végpontig titkosítást hasnzáld."),
"Please choose a username":MessageLookupByLibrary.simpleMessage(
"Válassz egy felhasználónevet"),
"Please enter a matrix identifier":
MessageLookupByLibrary.simpleMessage(
"Írj be egy Matrix azonosítót"),
"Please enter your password":
MessageLookupByLibrary.simpleMessage("Add meg a jelszavad"),
"Please enter your username":MessageLookupByLibrary.simpleMessage(
"Welcome to the cutest instant messenger in the matrix network.":MessageLookupByLibrary.simpleMessage("Üdv a legcukibb üzenetküldő alkalmazásban az egész Matrixon!"),
"Who is allowed to join this group":MessageLookupByLibrary.simpleMessage("Ki csatlakozhat a csoporthoz"),
"Write a message...":MessageLookupByLibrary.simpleMessage("Írj egy üzenetet..."),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Üdv a legcukibb üzenetküldő alkalmazásban az egész Matrixon!"),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Ki csatlakozhat a csoporthoz"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Írj egy üzenetet..."),
"You have been banned from this chat":MessageLookupByLibrary.simpleMessage("Kitiltottak ebből a csevegésből"),
"You won\'t be able to disable the encryption anymore. Are you sure?":MessageLookupByLibrary.simpleMessage("Többé nem tudod kikapcsolni a titkosítás. Biztosan folytatod?"),
"Your own username":MessageLookupByLibrary.simpleMessage("A saját felhasználóneved"),
"You are invited to this chat":
MessageLookupByLibrary.simpleMessage("Meghívtak ebbe a csevegésbe"),
@ -29,25 +29,31 @@ class MessageLookup extends MessageLookupByLibrary {
staticm4(username)=>"${username} changed the chat avatar";
staticm5(username,description)=>"${username} changed the chat description to: \'${description}\'";
staticm5(username,description)=>
"${username} changed the chat description to: \'${description}\'";
staticm6(username,chatname)=>"${username} changed the chat name to: \'${chatname}\'";
staticm6(username,chatname)=>
"${username} changed the chat name to: \'${chatname}\'";
staticm7(username)=>"${username} changed the chat permissions";
staticm8(username,displayname)=>"${username} changed the displayname to: ${displayname}";
staticm8(username,displayname)=>
"${username} changed the displayname to: ${displayname}";
staticm9(username)=>"${username} changed the guest access rules";
staticm10(username,rules)=>"${username} changed the guest access rules to: ${rules}";
staticm10(username,rules)=>
"${username} changed the guest access rules to: ${rules}";
staticm11(username)=>"${username} changed the history visibility";
staticm12(username,rules)=>"${username} changed the history visibility to: ${rules}";
staticm12(username,rules)=>
"${username} changed the history visibility to: ${rules}";
staticm13(username)=>"${username} changed the join rules";
staticm14(username,joinRules)=>"${username} changed the join rules to: ${joinRules}";
staticm14(username,joinRules)=>
"${username} changed the join rules to: ${joinRules}";
staticm15(username)=>"${username} changed the profile avatar";
@ -69,11 +75,13 @@ class MessageLookup extends MessageLookupByLibrary {
staticm24(displayname)=>"Group with ${displayname}";
staticm25(username,targetName)=>"${username} has withdrawn the invitation for ${targetName}";
staticm25(username,targetName)=>
"${username} has withdrawn the invitation for ${targetName}";
staticm26(groupName)=>"Invite contact to ${groupName}";
staticm27(username,link)=>"${username} invited you to FluffyChat. \n1. Install FluffyChat: http://fluffy.chat \n2. Sign up or sign in \n3. Open the invite link: ${link}";
staticm27(username,link)=>
"${username} invited you to FluffyChat. \n1. Install FluffyChat: http://fluffy.chat \n2. Sign up or sign in \n3. Open the invite link: ${link}";
"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!"),
"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/"),
"Kick from chat":MessageLookupByLibrary.simpleMessage("Kick from chat"),
"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/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Kick from chat"),
"Last seen IP":MessageLookupByLibrary.simpleMessage("Last seen IP"),
"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"),
"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"),
"Welcome to the cutest instant messenger in the matrix network.":MessageLookupByLibrary.simpleMessage("Welcome to the cutest instant messenger in the matrix network."),
"Who is allowed to join this group":MessageLookupByLibrary.simpleMessage("Who is allowed to join this group"),
"Write a message...":MessageLookupByLibrary.simpleMessage("Write a message..."),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Welcome to the cutest instant messenger in the matrix network."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Who is allowed to join this group"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Write a message..."),
"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"),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage(
staticm17(username)=>"${username} zmienił/-a link do zaproszenia do pokoju";
staticm17(username)=>
"${username} zmienił/-a link do zaproszenia do pokoju";
staticm18(error)=>"Nie można odszyfrować wiadomości: ${error}";
@ -69,11 +76,13 @@ class MessageLookup extends MessageLookupByLibrary {
staticm24(displayname)=>"Grupa z ${displayname}";
staticm25(username,targetName)=>"${username} wycofał/-a zaproszenie dla ${targetName}";
staticm25(username,targetName)=>
"${username} wycofał/-a zaproszenie dla ${targetName}";
staticm26(groupName)=>"Zaproś kontakty do ${groupName}";
staticm27(username,link)=>"${username} zaprosił/-a cię do FluffyChat. \n1. Zainstaluj FluffyChat: http://fluffy.chat \n2. Zarejestuj się lub zaloguj \n3. Otwórz link zaproszenia: ${link}";
staticm27(username,link)=>
"${username} zaprosił/-a cię do FluffyChat. \n1. Zainstaluj FluffyChat: http://fluffy.chat \n2. Zarejestuj się lub zaloguj \n3. Otwórz link zaproszenia: ${link}";
"Encryption is not enabled":MessageLookupByLibrary.simpleMessage("Szyfrowanie nie jest włączone"),
"End to end encryption is currently in Beta! Use at your own risk!":MessageLookupByLibrary.simpleMessage("Szyfrowanie end-to-end jest obecnie w fazie beta! Używaj na własne ryzyko!"),
"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("Wygląda na to, że nie masz usług Google w swoim telefonie. To dobra decyzja dla twojej prywatności! Aby otrzymywać powiadomienia wysyłane w FluffyChat, zalecamy korzystanie z microG: https://microg.org/"),
"Kick from chat":MessageLookupByLibrary.simpleMessage("Wyrzuć z czatu"),
"Last seen IP":MessageLookupByLibrary.simpleMessage("Ostatnie widziane IP"),
"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(
"Wygląda na to, że nie masz usług Google w swoim telefonie. To dobra decyzja dla twojej prywatności! Aby otrzymywać powiadomienia wysyłane w FluffyChat, zalecamy korzystanie z microG: https://microg.org/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Wyrzuć z czatu"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":MessageLookupByLibrary.simpleMessage("Należy pamiętać, że Pantalaimon wymaga na razie szyfrowania end-to-end."),
"Please choose a username":MessageLookupByLibrary.simpleMessage("Wybierz nick"),
"Please enter a matrix identifier":MessageLookupByLibrary.simpleMessage("Wprowadź proszę identyfikator matrix"),
"Please enter your password":MessageLookupByLibrary.simpleMessage("Wpisz swoje hasło"),
"Please enter your username":MessageLookupByLibrary.simpleMessage("Wpisz swój nick"),
"Welcome to the cutest instant messenger in the matrix network.":MessageLookupByLibrary.simpleMessage("Witamy w najładniejszym komunikatorze w sieci matrix."),
"Who is allowed to join this group":MessageLookupByLibrary.simpleMessage("Kto może dołączyć do tej grupy"),
"Write a message...":MessageLookupByLibrary.simpleMessage("Pisze wiadomość..."),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Witamy w najładniejszym komunikatorze w sieci matrix."),
"You have been banned from this chat":MessageLookupByLibrary.simpleMessage("Zostałeś zbanowany na tym czacie"),
"You won\'t be able to disable the encryption anymore. Are you sure?":MessageLookupByLibrary.simpleMessage("Nie będziesz już mógł wyłączyć szyfrowania. Jesteś pewny?"),
"You are invited to this chat":MessageLookupByLibrary.simpleMessage(