add new translations

This commit is contained in:
Sorunome 2020-06-26 10:13:48 +02:00
parent 292c1ce013
commit 114ac21feb
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
7 changed files with 1750 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- Minor design and UX improvements
- Implement Cross Signing
- Restore keys from online key backup
- Added translations: Czech, Spanish, Slovakian
### Changes:
- Show presences of users sharing a direct chat
- Big refactoring

View File

@ -15,25 +15,35 @@ import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
import 'package:intl/src/intl_helpers.dart';
import 'messages_cs.dart' as messages_cs;
import 'messages_de.dart' as messages_de;
import 'messages_es.dart' as messages_es;
import 'messages_fr.dart' as messages_fr;
import 'messages_hu.dart' as messages_hu;
import 'messages_messages.dart' as messages_messages;
import 'messages_pl.dart' as messages_pl;
import 'messages_sk.dart' as messages_sk;
typedef Future<dynamic> LibraryLoader();
Map<String, LibraryLoader> _deferredLibraries = {
'cs': () => new Future.value(null),
'de': () => new Future.value(null),
'es': () => new Future.value(null),
'fr': () => new Future.value(null),
'hu': () => new Future.value(null),
'messages': () => new Future.value(null),
'pl': () => new Future.value(null),
'sk': () => new Future.value(null),
};
MessageLookupByLibrary _findExact(String localeName) {
switch (localeName) {
case 'cs':
return messages_cs.messages;
case 'de':
return messages_de.messages;
case 'es':
return messages_es.messages;
case 'fr':
return messages_fr.messages;
case 'hu':
@ -42,6 +52,8 @@ MessageLookupByLibrary _findExact(String localeName) {
return messages_messages.messages;
case 'pl':
return messages_pl.messages;
case 'sk':
return messages_sk.messages;
default:
return null;
}

524
lib/l10n/messages_cs.dart Normal file
View File

@ -0,0 +1,524 @@
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a cs 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 => 'cs';
static m0(username) => "${username} přijali pozvání";
static m1(username) => "${username} aktivoval koncové šifrování";
static m2(username, targetName) => "${username} zabanoval ${targetName}";
static m3(homeserver) =>
"V základním nastavení budete připojeni do ${homeserver}";
static m4(username) => "${username} změnili svůj avatar";
static m5(username, description) =>
"${username} změnili popis diskuze na: „${description}";
static m6(username, chatname) =>
"${username} změnili jméno diskuze na: „${chatname}";
static m7(username) => "${username} změnili nastavení oprávnění v diskuzi";
static m8(username, displayname) =>
"${username} změnili přezdívku na: ${displayname}";
static m9(username) => "${username} změnili přístupová práva pro hosty";
static m10(username, rules) =>
"${username} změnili přístupová práva pro hosty na: ${rules}";
static m11(username) =>
"${username} změnili nastavení viditelnosti historie diskuze";
static m12(username, rules) =>
"${username} změnili nastavení viditelnosti historie diskuze na: ${rules}";
static m13(username) => "${username} změnili nastavení pravidel připojení";
static m14(username, joinRules) =>
"${username} změnili nastavení pravidel připojení na: ${joinRules}";
static m15(username) => "${username} změnili nastavení profilového avataru";
static m16(username) => "${username} změnili nastavení aliasů místnosti";
static m17(username) => "${username} změnili odkaz k pozvání do místnosti";
static m18(error) => "Nebylo možné dešifrovat zprávu: ${error}";
static m19(count) => "${count} účastníků";
static m20(username) => "${username} založil diskuzi";
static m21(date, timeOfDay) => "${date}, ${timeOfDay}";
static m22(year, month, day) => "${day}. ${month}. ${year}";
static m23(month, day) => "${day}.${month}";
static m24(displayname) => "Skupina s ${displayname}";
static m25(username, targetName) =>
"${username} vzal zpět pozvání pro ${targetName}";
static m26(groupName) => "Pozvat kontakt do ${groupName}";
static m27(username, link) => "";
static m28(username, targetName) => "${username} pozvali ${targetName}";
static m29(username) => "${username} se připojili do diskuze";
static m30(username, targetName) => "${username} vyhodil ${targetName}";
static m31(username, targetName) =>
"${username} vyhodil a zabanoval ${targetName}";
static m32(localizedTimeShort) => "Naposledy aktivní: ${localizedTimeShort}";
static m33(count) => "Načíst dalších ${count} účastníků";
static m34(homeserver) => "Přihlášení k ${homeserver}";
static m35(number) => "${number} vybráno";
static m36(fileName) => "Přehrát (fileName}";
static m37(username) => "${username} odstranili událost";
static m38(username) => "${username} odmítli pozvání";
static m39(username) => "Odstraněno ${username}";
static m40(username) => "Viděno uživatelem ${username}";
static m41(username, count) =>
"Viděno uživateli ${username} a ${count} dalšími";
static m42(username, username2) =>
"Viděno uživateli ${username} a ${username2}";
static m43(username) => "${username} poslali soubor";
static m44(username) => "${username} poslali obrázek";
static m45(username) => "${username} poslali samolepku";
static m46(username) => "${username} poslali video";
static m47(username) => "${username} poslali zvukovou nahrávku";
static m48(username) => "${username} nasdíleli lokaci";
static m49(hours12, hours24, minutes, suffix) => "${hours24}:${minutes}";
static m50(username, targetName) => "";
static m51(type) => "Neznámá událost „${type}";
static m52(unreadCount) => "${unreadCount} nepřečtených diskuzí";
static m53(unreadEvents) => "${unreadEvents} nepřečtených zpráv";
static m54(unreadEvents, unreadChats) =>
"${unreadEvents} nepřečtených zpráv v ${unreadChats}";
static m55(username, count) => "${username} a ${count} dalších píší…";
static m56(username, username2) => "${username} a ${username2} píší…";
static m57(username) => "${username} píše…";
static m58(username) => "${username} opustili diskuzi";
static m59(username, type) => "${username} poslal událost ${type}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function>{
"(Optional) Group name":
MessageLookupByLibrary.simpleMessage("(Volitelné) Název skupiny"),
"About": MessageLookupByLibrary.simpleMessage("O aplikaci"),
"Account": MessageLookupByLibrary.simpleMessage("Účet"),
"Account informations":
MessageLookupByLibrary.simpleMessage("Informace o účtu"),
"Add a group description":
MessageLookupByLibrary.simpleMessage("Přidat popis skupiny"),
"Admin": MessageLookupByLibrary.simpleMessage("Administrátor"),
"Already have an account?":
MessageLookupByLibrary.simpleMessage("Máte již účet?"),
"Anyone can join":
MessageLookupByLibrary.simpleMessage("Kdokoliv se může připojit"),
"Archive": MessageLookupByLibrary.simpleMessage("Archiv"),
"Archived Room":
MessageLookupByLibrary.simpleMessage("Archivované místnosti"),
"Are guest users allowed to join":
MessageLookupByLibrary.simpleMessage("Mohou se připojit hosté"),
"Are you sure?": MessageLookupByLibrary.simpleMessage("Jste si jisti?"),
"Authentication": MessageLookupByLibrary.simpleMessage("Autentizace"),
"Avatar has been changed":
MessageLookupByLibrary.simpleMessage("Avatar byl změněn"),
"Ban from chat":
MessageLookupByLibrary.simpleMessage("Zabanovat z diskuze"),
"Banned": MessageLookupByLibrary.simpleMessage("Zabanován"),
"Cancel": MessageLookupByLibrary.simpleMessage("Zrušit"),
"Change the homeserver":
MessageLookupByLibrary.simpleMessage("Změnit použitý server"),
"Change the name of the group":
MessageLookupByLibrary.simpleMessage("Změnit název skupiny"),
"Change the server":
MessageLookupByLibrary.simpleMessage("Změnit server"),
"Change wallpaper":
MessageLookupByLibrary.simpleMessage("Změnit pozadí"),
"Change your style":
MessageLookupByLibrary.simpleMessage("Nastavte svůj styl"),
"Changelog": MessageLookupByLibrary.simpleMessage("Historie změn"),
"Chat": MessageLookupByLibrary.simpleMessage("Diskuze"),
"Chat details": MessageLookupByLibrary.simpleMessage("Detail diskuze"),
"Choose a strong password":
MessageLookupByLibrary.simpleMessage("Vyberte silné heslo"),
"Choose a username":
MessageLookupByLibrary.simpleMessage("Vyberte uživatelské jméno"),
"Close": MessageLookupByLibrary.simpleMessage("Zavřít"),
"Confirm": MessageLookupByLibrary.simpleMessage("Potvrdit"),
"Connect": MessageLookupByLibrary.simpleMessage("Připojit"),
"Connection attempt failed":
MessageLookupByLibrary.simpleMessage("Pokus o připojení selhal"),
"Contact has been invited to the group":
MessageLookupByLibrary.simpleMessage(
"Kontakt byl pozván do skupiny"),
"Content viewer":
MessageLookupByLibrary.simpleMessage("Prohlížeč obsahu"),
"Copied to clipboard":
MessageLookupByLibrary.simpleMessage("Zkopírováno do schránky"),
"Copy": MessageLookupByLibrary.simpleMessage("Kopírovat"),
"Could not set avatar": MessageLookupByLibrary.simpleMessage(
"Nebylo možné nastavit avatar"),
"Could not set displayname": MessageLookupByLibrary.simpleMessage(
"Nebylo možné nastavit přezdívku uživatele"),
"Create": MessageLookupByLibrary.simpleMessage("Vytvořit"),
"Create account now":
MessageLookupByLibrary.simpleMessage("Vytvořit účet teď"),
"Create new group":
MessageLookupByLibrary.simpleMessage("Založit skupinu"),
"Currently active":
MessageLookupByLibrary.simpleMessage("Momentálně aktivní"),
"Dark": MessageLookupByLibrary.simpleMessage("Tmavý"),
"Delete": MessageLookupByLibrary.simpleMessage("Smazat"),
"Delete message": MessageLookupByLibrary.simpleMessage("Smazat zprávu"),
"Deny": MessageLookupByLibrary.simpleMessage("Zakázat"),
"Device": MessageLookupByLibrary.simpleMessage("Zařízení"),
"Devices": MessageLookupByLibrary.simpleMessage("Zařízení"),
"Discard picture":
MessageLookupByLibrary.simpleMessage("Vyřadit obrázek"),
"Displayname has been changed":
MessageLookupByLibrary.simpleMessage("Přezdívka byla změněna"),
"Donate": MessageLookupByLibrary.simpleMessage("Přispějte"),
"Download file":
MessageLookupByLibrary.simpleMessage("Stáhnout soubor"),
"Edit Jitsi instance":
MessageLookupByLibrary.simpleMessage("Nastavení instance Jitsi"),
"Edit displayname":
MessageLookupByLibrary.simpleMessage("Změnit přezdívku"),
"Emote Settings":
MessageLookupByLibrary.simpleMessage("Nastavení emotikon"),
"Emote shortcode":
MessageLookupByLibrary.simpleMessage("Označení emotikony"),
"Empty chat": MessageLookupByLibrary.simpleMessage("Prázdná diskuze"),
"Encryption algorithm":
MessageLookupByLibrary.simpleMessage("Šifrovací algoritmus"),
"Encryption is not enabled":
MessageLookupByLibrary.simpleMessage("Šifrování není aktivní"),
"End to end encryption is currently in Beta! Use at your own risk!":
MessageLookupByLibrary.simpleMessage(
"Koncové šifrování je momentálně v Beta verzi! Používejte na vlastní nebezpečí!"),
"End-to-end encryption settings": MessageLookupByLibrary.simpleMessage(
"Nastavení koncového šifrování"),
"Enter a group name":
MessageLookupByLibrary.simpleMessage("Zadejte jméno skupiny"),
"Enter a username":
MessageLookupByLibrary.simpleMessage("Zadejte uživatelské jméno"),
"Enter your homeserver":
MessageLookupByLibrary.simpleMessage("Zadejte adresu serveru"),
"File name": MessageLookupByLibrary.simpleMessage("Název souboru"),
"File size": MessageLookupByLibrary.simpleMessage("Velikost souboru"),
"FluffyChat": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"Forward": MessageLookupByLibrary.simpleMessage("Přeposlat"),
"Friday": MessageLookupByLibrary.simpleMessage("Pátek"),
"From joining": MessageLookupByLibrary.simpleMessage("Od připojení"),
"From the invitation":
MessageLookupByLibrary.simpleMessage("Od pozvání"),
"Group": MessageLookupByLibrary.simpleMessage("Skupina"),
"Group description":
MessageLookupByLibrary.simpleMessage("Popis skupiny"),
"Group description has been changed":
MessageLookupByLibrary.simpleMessage("Popis skupiny byl změněn"),
"Group is public":
MessageLookupByLibrary.simpleMessage("Skupina je veřejná"),
"Guests are forbidden":
MessageLookupByLibrary.simpleMessage("Hosté jsou zakázáni"),
"Guests can join":
MessageLookupByLibrary.simpleMessage("Hosté se mohou připojit"),
"Help": MessageLookupByLibrary.simpleMessage("Pomoc"),
"Homeserver is not compatible":
MessageLookupByLibrary.simpleMessage("Server není kompatibilní"),
"How are you today?":
MessageLookupByLibrary.simpleMessage("Jak se máte?"),
"ID": MessageLookupByLibrary.simpleMessage("ID"),
"Identity": MessageLookupByLibrary.simpleMessage("Identita"),
"Invite contact":
MessageLookupByLibrary.simpleMessage("Pozvat kontakt"),
"Invited": MessageLookupByLibrary.simpleMessage("Pozváni"),
"Invited users only":
MessageLookupByLibrary.simpleMessage("Pouze pozvaní uživatelé"),
"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(
"Vypadá to, že váš telefon nemá nainstalovány google services. Dobré rozhodnutí pro vaši bezpečnost! Pro příjem notifikací doporučujeme použít miocroG: https://microg.org/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Vyhodit z diskuze"),
"Last seen IP":
MessageLookupByLibrary.simpleMessage("Naposledy viděná IP"),
"Leave": MessageLookupByLibrary.simpleMessage("Odejít"),
"Left the chat":
MessageLookupByLibrary.simpleMessage("Odešel z diskuze"),
"License": MessageLookupByLibrary.simpleMessage("Licence"),
"Light": MessageLookupByLibrary.simpleMessage("Světlý"),
"Load more...": MessageLookupByLibrary.simpleMessage("Načíst další…"),
"Loading... Please wait":
MessageLookupByLibrary.simpleMessage("Načítání… Prosíme počkejte"),
"Login": MessageLookupByLibrary.simpleMessage("Přihlášení"),
"Logout": MessageLookupByLibrary.simpleMessage("Odhlásit"),
"Make a moderator":
MessageLookupByLibrary.simpleMessage("Učiň moderátorem"),
"Make an admin": MessageLookupByLibrary.simpleMessage("Učiň adminem"),
"Make sure the identifier is valid":
MessageLookupByLibrary.simpleMessage(
"Ujistěte se, že je identifikátor validní"),
"Message will be removed for all participants":
MessageLookupByLibrary.simpleMessage(
"Zpráva bude odstraněna pro všechny účastníky"),
"Moderator": MessageLookupByLibrary.simpleMessage("Moderátor"),
"Monday": MessageLookupByLibrary.simpleMessage("Pondělí"),
"Mute chat": MessageLookupByLibrary.simpleMessage("Ztišit diskuzi"),
"New message in FluffyChat":
MessageLookupByLibrary.simpleMessage("Nová zpráva ve FluffyChatu"),
"New private chat":
MessageLookupByLibrary.simpleMessage("Nová soukromá diskuze"),
"No emotes found. 😕": MessageLookupByLibrary.simpleMessage(
"Žádné emotikony nebyly nalezeny. 😕"),
"No permission":
MessageLookupByLibrary.simpleMessage("Chybí oprávnění"),
"No rooms found...": MessageLookupByLibrary.simpleMessage(
"Žádné místnosti nebyly nalezeny…"),
"None": MessageLookupByLibrary.simpleMessage("Nic"),
"Not supported in web":
MessageLookupByLibrary.simpleMessage("Nepodporováno na webu"),
"Oops something went wrong...":
MessageLookupByLibrary.simpleMessage("Ups! Něco se pokazilo…"),
"Open app to read messages": MessageLookupByLibrary.simpleMessage(
"Otevřete aplikaci pro přečtení zpráv"),
"Open camera":
MessageLookupByLibrary.simpleMessage("Otevřít fotoaparát"),
"Participating user devices": MessageLookupByLibrary.simpleMessage(
"Zúčastněná zařízení uživatele"),
"Password": MessageLookupByLibrary.simpleMessage("Heslo"),
"Pick image": MessageLookupByLibrary.simpleMessage("Zvolit obrázek"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":
MessageLookupByLibrary.simpleMessage(""),
"Please choose a username": MessageLookupByLibrary.simpleMessage(
"Prosíme zvolte si uživatelské jméno"),
"Please enter a matrix identifier":
MessageLookupByLibrary.simpleMessage(
"Prosíme zadejte identifikátor sítě matrix"),
"Please enter your password":
MessageLookupByLibrary.simpleMessage("Prosíme zadejte heslo"),
"Please enter your username": MessageLookupByLibrary.simpleMessage(
"Prosíme zadejte uživateslké jméno"),
"Public Rooms":
MessageLookupByLibrary.simpleMessage("Veřejné místnosti"),
"Recording": MessageLookupByLibrary.simpleMessage("Nahrávání"),
"Rejoin": MessageLookupByLibrary.simpleMessage("Připojit znovu"),
"Remove": MessageLookupByLibrary.simpleMessage("Odstranit"),
"Remove all other devices": MessageLookupByLibrary.simpleMessage(
"Odstranit všechna další zařízení"),
"Remove device":
MessageLookupByLibrary.simpleMessage("Odstraň zařízení"),
"Remove exile": MessageLookupByLibrary.simpleMessage(""),
"Remove message":
MessageLookupByLibrary.simpleMessage("Odstranit zprávu"),
"Render rich message content":
MessageLookupByLibrary.simpleMessage("Zobrazit formátovaný obsah"),
"Reply": MessageLookupByLibrary.simpleMessage("Odpovědět"),
"Request permission":
MessageLookupByLibrary.simpleMessage("Vyžádat oprávnění"),
"Request to read older messages": MessageLookupByLibrary.simpleMessage(
"Vyžádat přečtení starších zpráv"),
"Revoke all permissions": MessageLookupByLibrary.simpleMessage(
"Vezmi zpět všechna oprávnění"),
"Saturday": MessageLookupByLibrary.simpleMessage("Sobota"),
"Search for a chat":
MessageLookupByLibrary.simpleMessage("Hledej diskuzi"),
"Seen a long time ago": MessageLookupByLibrary.simpleMessage(""),
"Send": MessageLookupByLibrary.simpleMessage("Odeslat"),
"Send a message":
MessageLookupByLibrary.simpleMessage("Odeslat zprávu"),
"Send file": MessageLookupByLibrary.simpleMessage("Odeslat soubor"),
"Send image": MessageLookupByLibrary.simpleMessage("Odeslat obrázek"),
"Set a profile picture":
MessageLookupByLibrary.simpleMessage("Nastavit profilový obrázek"),
"Set group description":
MessageLookupByLibrary.simpleMessage("Nastavit popis skupiny"),
"Set invitation link":
MessageLookupByLibrary.simpleMessage("Nastavit zvací odkaz"),
"Set status": MessageLookupByLibrary.simpleMessage("Nastavit status"),
"Settings": MessageLookupByLibrary.simpleMessage("Nastavení"),
"Share": MessageLookupByLibrary.simpleMessage("Sdílet"),
"Sign up": MessageLookupByLibrary.simpleMessage("Registrovat se"),
"Source code": MessageLookupByLibrary.simpleMessage("Zdrojové kódy"),
"Start your first chat :-)": MessageLookupByLibrary.simpleMessage(
"Začněte svou první diskuzi :)"),
"Sunday": MessageLookupByLibrary.simpleMessage("Neděle"),
"System": MessageLookupByLibrary.simpleMessage("Systém"),
"Tap to show menu":
MessageLookupByLibrary.simpleMessage("Klepněte pro zobrazení menu"),
"The encryption has been corrupted":
MessageLookupByLibrary.simpleMessage("Šifrování bylo poškozeno"),
"This room has been archived.": MessageLookupByLibrary.simpleMessage(
"Tato místnost byla archivována."),
"Thursday": MessageLookupByLibrary.simpleMessage("Čtvrtek"),
"Try to send again": MessageLookupByLibrary.simpleMessage(""),
"Tuesday": MessageLookupByLibrary.simpleMessage(""),
"Unknown device":
MessageLookupByLibrary.simpleMessage("Neznámé zařízení"),
"Unknown encryption algorithm": MessageLookupByLibrary.simpleMessage(
"Neznámý šifrovací algoritmus"),
"Unmute chat": MessageLookupByLibrary.simpleMessage("Zrušit ztišení"),
"Use Amoled compatible colors?": MessageLookupByLibrary.simpleMessage(
"Použít barvy kompatibilní s Amoled displayem?"),
"Username": MessageLookupByLibrary.simpleMessage("Uživatelské jméno"),
"Verify": MessageLookupByLibrary.simpleMessage("Ověř"),
"Video call": MessageLookupByLibrary.simpleMessage("Video hovor"),
"Visibility of the chat history": MessageLookupByLibrary.simpleMessage(
"Viditelnost historie diskuze"),
"Visible for all participants": MessageLookupByLibrary.simpleMessage(
"Viditelné pro všechny účastníky"),
"Visible for everyone":
MessageLookupByLibrary.simpleMessage("Viditelné pro všechny"),
"Voice message": MessageLookupByLibrary.simpleMessage("Hlasová zpráva"),
"Wallpaper": MessageLookupByLibrary.simpleMessage("Pozadí"),
"Wednesday": MessageLookupByLibrary.simpleMessage("Středa"),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Vítejte v nejroztomilejší diskuzní aplikaci pro síť matrix."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Kdo se může připojit do této skupiny"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Napište zprávu…"),
"Yes": MessageLookupByLibrary.simpleMessage("Ano"),
"You": MessageLookupByLibrary.simpleMessage("Ty"),
"You are invited to this chat":
MessageLookupByLibrary.simpleMessage("Jste zváni do této diskuze"),
"You are no longer participating in this chat":
MessageLookupByLibrary.simpleMessage(
"Této diskuze se nadále neúčastníte"),
"You cannot invite yourself":
MessageLookupByLibrary.simpleMessage("Nemůžete pozvat sami sebe"),
"You have been banned from this chat":
MessageLookupByLibrary.simpleMessage(
"Byli jste zabanováni z této diskuze"),
"You won\'t be able to disable the encryption anymore. Are you sure?":
MessageLookupByLibrary.simpleMessage(
"Šifrování jiš nebude možné vypnout. Jste si tím jisti?"),
"Your own username": MessageLookupByLibrary.simpleMessage(
"Vaše vlastní uživatelské jméno"),
"acceptedTheInvitation": m0,
"activatedEndToEndEncryption": m1,
"alias": MessageLookupByLibrary.simpleMessage("alias"),
"bannedUser": m2,
"byDefaultYouWillBeConnectedTo": m3,
"changedTheChatAvatar": m4,
"changedTheChatDescriptionTo": m5,
"changedTheChatNameTo": m6,
"changedTheChatPermissions": m7,
"changedTheDisplaynameTo": m8,
"changedTheGuestAccessRules": m9,
"changedTheGuestAccessRulesTo": m10,
"changedTheHistoryVisibility": m11,
"changedTheHistoryVisibilityTo": m12,
"changedTheJoinRules": m13,
"changedTheJoinRulesTo": m14,
"changedTheProfileAvatar": m15,
"changedTheRoomAliases": m16,
"changedTheRoomInvitationLink": m17,
"couldNotDecryptMessage": m18,
"countParticipants": m19,
"createdTheChat": m20,
"dateAndTimeOfDay": m21,
"dateWithYear": m22,
"dateWithoutYear": m23,
"emoteExists":
MessageLookupByLibrary.simpleMessage("Emotikona již existuje"),
"emoteInvalid": MessageLookupByLibrary.simpleMessage(
"Nesprávné označení emotikony"),
"emoteWarnNeedToPick": MessageLookupByLibrary.simpleMessage(
"Musíte zvolit označení emotikony a obrázek"),
"groupWith": m24,
"hasWithdrawnTheInvitationFor": m25,
"inviteContactToGroup": m26,
"inviteText": m27,
"invitedUser": m28,
"is typing...": MessageLookupByLibrary.simpleMessage("píše…"),
"joinedTheChat": m29,
"kicked": m30,
"kickedAndBanned": m31,
"lastActiveAgo": m32,
"loadCountMoreParticipants": m33,
"logInTo": m34,
"numberSelected": m35,
"ok": MessageLookupByLibrary.simpleMessage("ok"),
"play": m36,
"redactedAnEvent": m37,
"rejectedTheInvitation": m38,
"removedBy": m39,
"seenByUser": m40,
"seenByUserAndCountOthers": m41,
"seenByUserAndUser": m42,
"sentAFile": m43,
"sentAPicture": m44,
"sentASticker": m45,
"sentAVideo": m46,
"sentAnAudio": m47,
"sharedTheLocation": m48,
"timeOfDay": m49,
"title": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"unbannedUser": m50,
"unknownEvent": m51,
"unreadChats": m52,
"unreadMessages": m53,
"unreadMessagesInChats": m54,
"userAndOthersAreTyping": m55,
"userAndUserAreTyping": m56,
"userIsTyping": m57,
"userLeftTheChat": m58,
"userSentUnknownEvent": m59
};
}

View File

@ -379,7 +379,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Alle Berechtigungen zurücknehmen"),
"Saturday": MessageLookupByLibrary.simpleMessage("Samstag"),
"Search for a chat":
MessageLookupByLibrary.simpleMessage("Durchsuche die Chats"),
MessageLookupByLibrary.simpleMessage("Chats durchsuchen"),
"Seen a long time ago": MessageLookupByLibrary.simpleMessage(
"Vor sehr langer Zeit gesehen"),
"Send": MessageLookupByLibrary.simpleMessage("Senden"),

607
lib/l10n/messages_es.dart Normal file
View File

@ -0,0 +1,607 @@
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a es 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 => 'es';
static m0(username) => "${username} aceptó la invitación";
static m1(username) =>
"${username} activó la encriptación de extremo a extremo";
static m60(username) =>
"¿Aceptar esta solicitud de verificación de ${username}?";
static m2(username, targetName) => "${username} vetó a ${targetName}";
static m3(homeserver) =>
"De forma predeterminada, estará conectado a ${homeserver}";
static m4(username) => "${username} cambió el avatar del chat";
static m5(username, description) =>
"${username} cambió la descripción del chat a: \'${description}\'";
static m6(username, chatname) =>
"${username} cambió el nombre del chat a: \'${chatname}\'";
static m7(username) => "${username} cambió los permisos del chat";
static m8(username, displayname) =>
"${username} cambió el nombre para mostrar a: ${displayname}";
static m9(username) => "${username} cambió las reglas de acceso de invitado";
static m10(username, rules) =>
"${username} cambió las reglas de acceso de invitado a: ${rules}";
static m11(username) => "${username} cambió la visibilidad del historial";
static m12(username, rules) =>
"${username} cambió la visibilidad del historial a: ${rules}";
static m13(username) => "${username} cambió las reglas de unión";
static m14(username, joinRules) =>
"${username} cambió las reglas de unión a ${joinRules}";
static m15(username) => "${username} cambió el avatar de su perfil";
static m16(username) => "${username} cambió el alias de la sala";
static m17(username) => "${username} cambió el enlace de invitación";
static m18(error) => "No se pudo descifrar el mensaje: ${error}";
static m19(count) => "${count} participantes";
static m20(username) => "${username} creó el chat";
static m21(date, timeOfDay) => "${date}, ${timeOfDay}";
static m22(year, month, day) => "${day}/${month}/${year}";
static m23(month, day) => "${day}/${month}";
static m24(displayname) => "Grupo con ${displayname}";
static m25(username, targetName) =>
"${username} ha retirado la invitación para ${targetName}";
static m26(groupName) => "Invitar contacto a ${groupName}";
static m27(username, link) =>
"${username} te invitó a FluffyChat.\n1. Instale FluffyChat: http://fluffy.chat\n2. Regístrate o inicia";
static m28(username, targetName) => "${username} invitó a ${targetName}";
static m29(username) => "${username} see unió al chat";
static m30(username, targetName) => "${username} echó a ${targetName}";
static m31(username, targetName) => "${username} echó y vetó a ${targetName}";
static m32(localizedTimeShort) => "Última vez activo: ${localizedTimeShort}";
static m33(count) => "Mostrar ${count} participantes más";
static m34(homeserver) => "Iniciar sesión en ${homeserver}";
static m35(number) => "${number} seleccionado(s)";
static m36(fileName) => "Reproducir ${fileName}";
static m37(username) => "${username} redactó un evento";
static m38(username) => "${username} rechazó la invitación";
static m39(username) => "Eliminado por ${username}";
static m40(username) => "Visto por ${username}";
static m41(username, count) => "Visto por ${username} y ${count} otros";
static m42(username, username2) => "Visto por ${username} y ${username2}";
static m43(username) => "${username} envió un archivo";
static m44(username) => "${username} envió una imagen";
static m45(username) => "${username} envió un sticker";
static m46(username) => "${username} envió un video";
static m47(username) => "${username} envió un audio";
static m48(username) => "${username} compartió la ubicación";
static m49(hours12, hours24, minutes, suffix) => "${hours24}:${minutes}";
static m50(username, targetName) =>
"${username} admitió a ${targetName} nuevamente";
static m51(type) => "Evento desconocido \'${type}\'";
static m52(unreadCount) => "${unreadCount} chats no leídos";
static m53(unreadEvents) => "${unreadEvents} mensajes no leídos";
static m54(unreadEvents, unreadChats) =>
"${unreadEvents} mensajes no leídos en ${unreadChats} chats";
static m55(username, count) =>
"${username} y ${count} otros están escribiendo...";
static m56(username, username2) =>
"${username} y ${username2} están escribiendo...";
static m57(username) => "${username} está escribiendo..";
static m58(username) => "${username} abandonó el chat";
static m59(username, type) => "${username} envió un evento de tipo ${type}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function>{
"(Optional) Group name":
MessageLookupByLibrary.simpleMessage("(Opcional) Nombre del grupo"),
"About": MessageLookupByLibrary.simpleMessage("Acerca"),
"Accept": MessageLookupByLibrary.simpleMessage("Aceptar"),
"Account": MessageLookupByLibrary.simpleMessage("Cuenta"),
"Account informations":
MessageLookupByLibrary.simpleMessage("Información de la cuenta"),
"Add a group description": MessageLookupByLibrary.simpleMessage(
"Agregar una descripción al grupo"),
"Admin": MessageLookupByLibrary.simpleMessage("Administrador"),
"Already have an account?":
MessageLookupByLibrary.simpleMessage("¿Ya tienes una cuenta?"),
"Anyone can join":
MessageLookupByLibrary.simpleMessage("Cualquiera puede unirse"),
"Archive": MessageLookupByLibrary.simpleMessage("Archivo"),
"Archived Room": MessageLookupByLibrary.simpleMessage("Sala archivada"),
"Are guest users allowed to join": MessageLookupByLibrary.simpleMessage(
"¿Los usuarios invitados pueden unirse?"),
"Are you sure?": MessageLookupByLibrary.simpleMessage("¿Estás seguro?"),
"Authentication": MessageLookupByLibrary.simpleMessage("Autenticación"),
"Avatar has been changed":
MessageLookupByLibrary.simpleMessage("El avatar ha sido cambiado"),
"Ban from chat": MessageLookupByLibrary.simpleMessage("Vetar del chat"),
"Banned": MessageLookupByLibrary.simpleMessage("Vetado"),
"Block Device":
MessageLookupByLibrary.simpleMessage("Bloquear dispositivo"),
"Cancel": MessageLookupByLibrary.simpleMessage("Cancelar"),
"Change the homeserver":
MessageLookupByLibrary.simpleMessage("Cambiar el servidor"),
"Change the name of the group":
MessageLookupByLibrary.simpleMessage("Cambiar el nombre del grupo"),
"Change the server":
MessageLookupByLibrary.simpleMessage("Cambiar el servidor"),
"Change wallpaper": MessageLookupByLibrary.simpleMessage(
"Cambiar el fondo de pantalla"),
"Change your style":
MessageLookupByLibrary.simpleMessage("Cambia tu estilo"),
"Changelog":
MessageLookupByLibrary.simpleMessage("Registro de cambios"),
"Chat": MessageLookupByLibrary.simpleMessage("Chat"),
"Chat details":
MessageLookupByLibrary.simpleMessage("Detalles del chat"),
"Choose a strong password":
MessageLookupByLibrary.simpleMessage("Elija una contraseña segura"),
"Choose a username":
MessageLookupByLibrary.simpleMessage("Elija un nombre de usuario"),
"Close": MessageLookupByLibrary.simpleMessage("Cerrar"),
"Confirm": MessageLookupByLibrary.simpleMessage("Confirmar"),
"Connect": MessageLookupByLibrary.simpleMessage("Conectar"),
"Connection attempt failed":
MessageLookupByLibrary.simpleMessage("Intento de conexión fallido"),
"Contact has been invited to the group":
MessageLookupByLibrary.simpleMessage(
"El contacto ha sido invitado al grupo"),
"Content viewer":
MessageLookupByLibrary.simpleMessage("Visor de contenido"),
"Copied to clipboard":
MessageLookupByLibrary.simpleMessage("Copiado al portapapeles"),
"Copy": MessageLookupByLibrary.simpleMessage("Copiar"),
"Could not set avatar": MessageLookupByLibrary.simpleMessage(
"No se pudo establecer el avatar"),
"Could not set displayname": MessageLookupByLibrary.simpleMessage(
"No se pudo establecer el nombre para mostrar"),
"Create": MessageLookupByLibrary.simpleMessage("Crear"),
"Create account now":
MessageLookupByLibrary.simpleMessage("Crear cuenta ahora"),
"Create new group":
MessageLookupByLibrary.simpleMessage("Crear nuevo grupo"),
"Currently active":
MessageLookupByLibrary.simpleMessage("Actualmente activo"),
"Dark": MessageLookupByLibrary.simpleMessage("Oscuro"),
"Delete": MessageLookupByLibrary.simpleMessage("Eliminar"),
"Delete message":
MessageLookupByLibrary.simpleMessage("Eliminar mensaje"),
"Deny": MessageLookupByLibrary.simpleMessage("Negar"),
"Device": MessageLookupByLibrary.simpleMessage("Dispositivo"),
"Devices": MessageLookupByLibrary.simpleMessage("Dispositivos"),
"Discard picture":
MessageLookupByLibrary.simpleMessage("Descartar imagen"),
"Displayname has been changed": MessageLookupByLibrary.simpleMessage(
"El nombre para mostrar ha cambiado"),
"Donate": MessageLookupByLibrary.simpleMessage("Donar"),
"Download file":
MessageLookupByLibrary.simpleMessage("Descargar archivo"),
"Edit Jitsi instance":
MessageLookupByLibrary.simpleMessage("Editar instancia de Jitsi"),
"Edit displayname":
MessageLookupByLibrary.simpleMessage("Editar nombre para mostrar"),
"Emote Settings":
MessageLookupByLibrary.simpleMessage("Configuración de emotes"),
"Emote shortcode":
MessageLookupByLibrary.simpleMessage("Código corto de emote"),
"Empty chat": MessageLookupByLibrary.simpleMessage("Chat vacío"),
"Encryption": MessageLookupByLibrary.simpleMessage("Cifrado"),
"Encryption algorithm":
MessageLookupByLibrary.simpleMessage("Algoritmo de cifrado"),
"Encryption is not enabled": MessageLookupByLibrary.simpleMessage(
"El cifrado no está habilitado"),
"End to end encryption is currently in Beta! Use at your own risk!":
MessageLookupByLibrary.simpleMessage(
"¡El cifrado de extremo a extremo está actualmente en período de prueba! ¡Úselo bajo su propio riesgo!"),
"End-to-end encryption settings": MessageLookupByLibrary.simpleMessage(
"Configuración del cifrado de extremo a extremo"),
"Enter a group name":
MessageLookupByLibrary.simpleMessage("Ingrese un nombre de grupo"),
"Enter a username": MessageLookupByLibrary.simpleMessage(
"Ingrese un nombre de usuario"),
"Enter your homeserver":
MessageLookupByLibrary.simpleMessage("Ingrese su servidor"),
"File name": MessageLookupByLibrary.simpleMessage("Nombre del archivo"),
"File size": MessageLookupByLibrary.simpleMessage("Tamaño del archivo"),
"FluffyChat": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"Forward": MessageLookupByLibrary.simpleMessage("Reenviar"),
"Friday": MessageLookupByLibrary.simpleMessage("Viernes"),
"From joining": MessageLookupByLibrary.simpleMessage("De unirse"),
"From the invitation":
MessageLookupByLibrary.simpleMessage("De la invitación"),
"Group": MessageLookupByLibrary.simpleMessage("Grupo"),
"Group description":
MessageLookupByLibrary.simpleMessage("Descripción del grupo"),
"Group description has been changed":
MessageLookupByLibrary.simpleMessage(
"La descripción del grupo ha sido cambiada"),
"Group is public":
MessageLookupByLibrary.simpleMessage("El grupo es público"),
"Guests are forbidden": MessageLookupByLibrary.simpleMessage(
"Los visitantes están prohibidos"),
"Guests can join": MessageLookupByLibrary.simpleMessage(
"Los visitantes pueden unirse"),
"Help": MessageLookupByLibrary.simpleMessage("Ayuda"),
"Homeserver is not compatible": MessageLookupByLibrary.simpleMessage(
"El servidor no es compatible"),
"How are you today?":
MessageLookupByLibrary.simpleMessage("¿Cómo estás hoy?"),
"ID": MessageLookupByLibrary.simpleMessage("Identificación"),
"Identity": MessageLookupByLibrary.simpleMessage("Identidad"),
"Invite contact":
MessageLookupByLibrary.simpleMessage("Invitar contacto"),
"Invited": MessageLookupByLibrary.simpleMessage("Invitado"),
"Invited users only":
MessageLookupByLibrary.simpleMessage("Sólo usuarios invitados"),
"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(
"Parece que no tienes servicios de Google en tu teléfono. ¡Esa es una buena decisión para tu privacidad! Para recibir notificaciones instantáneas en FluffyChat, recomendamos usar microG: https://microg.org/"),
"Kick from chat": MessageLookupByLibrary.simpleMessage("Echar el chat"),
"Last seen IP":
MessageLookupByLibrary.simpleMessage("Última dirección IP vista"),
"Leave": MessageLookupByLibrary.simpleMessage("Abandonar"),
"Left the chat":
MessageLookupByLibrary.simpleMessage("Abandonó el chat"),
"License": MessageLookupByLibrary.simpleMessage("Licencia"),
"Light": MessageLookupByLibrary.simpleMessage("Claro"),
"Load more...": MessageLookupByLibrary.simpleMessage("Mostrar más..."),
"Loading... Please wait": MessageLookupByLibrary.simpleMessage(
"Cargando... Por favor, espere"),
"Login": MessageLookupByLibrary.simpleMessage("Iniciar sesión"),
"Logout": MessageLookupByLibrary.simpleMessage("Cerrar sesión"),
"Make a moderator":
MessageLookupByLibrary.simpleMessage("Hacer un moderador/a"),
"Make an admin":
MessageLookupByLibrary.simpleMessage("Hacer un administrador/a"),
"Make sure the identifier is valid":
MessageLookupByLibrary.simpleMessage(
"Asegúrese de que el identificador sea válido"),
"Message will be removed for all participants":
MessageLookupByLibrary.simpleMessage(
"El mensaje será eliminado para todos los participantes"),
"Moderator": MessageLookupByLibrary.simpleMessage("Moderador"),
"Monday": MessageLookupByLibrary.simpleMessage("Lunes"),
"Mute chat": MessageLookupByLibrary.simpleMessage("Silenciar chat"),
"New message in FluffyChat":
MessageLookupByLibrary.simpleMessage("Nuevo mensaje en FluffyChat"),
"New private chat":
MessageLookupByLibrary.simpleMessage("Nuevo chat privado"),
"No emotes found. 😕":
MessageLookupByLibrary.simpleMessage("Ningún emote encontrado. 😕"),
"No permission":
MessageLookupByLibrary.simpleMessage("Sin autorización"),
"No rooms found...":
MessageLookupByLibrary.simpleMessage("Ninguna sala encontrada..."),
"None": MessageLookupByLibrary.simpleMessage("Ninguno"),
"Not supported in web": MessageLookupByLibrary.simpleMessage(
"No es compatible con la versión web"),
"Oops something went wrong...":
MessageLookupByLibrary.simpleMessage("Ups, algo salió mal..."),
"Open app to read messages": MessageLookupByLibrary.simpleMessage(
"Abrir la aplicación para leer los mensajes"),
"Open camera": MessageLookupByLibrary.simpleMessage("Abrir la cámara"),
"Participating user devices": MessageLookupByLibrary.simpleMessage(
"Dispositivos de usuario participantes"),
"Password": MessageLookupByLibrary.simpleMessage("Contraseña"),
"Pick image": MessageLookupByLibrary.simpleMessage("Elegir imagen"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":
MessageLookupByLibrary.simpleMessage(
"Tenga en cuenta que necesita Pantalaimon para utilizar el cifrado de extremo a extremo por ahora."),
"Please choose a username": MessageLookupByLibrary.simpleMessage(
"Por favor, elija un nombre de usuario"),
"Please enter a matrix identifier":
MessageLookupByLibrary.simpleMessage(
"Por favor, ingrese un identificador matrix"),
"Please enter your password": MessageLookupByLibrary.simpleMessage(
"Por favor, ingrese su contraseña"),
"Please enter your username": MessageLookupByLibrary.simpleMessage(
"Por favor ingrese su nombre de usuario"),
"Public Rooms": MessageLookupByLibrary.simpleMessage("Salas públicas"),
"Recording": MessageLookupByLibrary.simpleMessage("Grabando"),
"Reject": MessageLookupByLibrary.simpleMessage("Rechazar"),
"Rejoin": MessageLookupByLibrary.simpleMessage("Volver a unirse"),
"Remove": MessageLookupByLibrary.simpleMessage("Eliminar"),
"Remove all other devices": MessageLookupByLibrary.simpleMessage(
"Eliminar todos los otros dispositivos"),
"Remove device":
MessageLookupByLibrary.simpleMessage("Eliminar dispositivo"),
"Remove exile":
MessageLookupByLibrary.simpleMessage("Eliminar la expulsión"),
"Remove message":
MessageLookupByLibrary.simpleMessage("Eliminar mensaje"),
"Render rich message content": MessageLookupByLibrary.simpleMessage(
"Renderizar el contenido de mensajes enriquecidos"),
"Reply": MessageLookupByLibrary.simpleMessage("Responder"),
"Request permission":
MessageLookupByLibrary.simpleMessage("Solicitar permiso"),
"Request to read older messages": MessageLookupByLibrary.simpleMessage(
"Solicitud para leer mensajes antiguos"),
"Revoke all permissions":
MessageLookupByLibrary.simpleMessage("Revocar todos los permisos"),
"Room has been upgraded": MessageLookupByLibrary.simpleMessage(
"La sala ha subido de categoría"),
"Saturday": MessageLookupByLibrary.simpleMessage("Sábado"),
"Search for a chat":
MessageLookupByLibrary.simpleMessage("Buscar un chat"),
"Seen a long time ago":
MessageLookupByLibrary.simpleMessage("Visto hace mucho tiempo"),
"Send": MessageLookupByLibrary.simpleMessage("Enviar"),
"Send a message":
MessageLookupByLibrary.simpleMessage("Enviar un mensaje"),
"Send file": MessageLookupByLibrary.simpleMessage("Enviar un archivo"),
"Send image": MessageLookupByLibrary.simpleMessage("Enviar una imagen"),
"Set a profile picture": MessageLookupByLibrary.simpleMessage(
"Establecer una foto de perfil"),
"Set group description": MessageLookupByLibrary.simpleMessage(
"Establecer descripción del grupo"),
"Set invitation link": MessageLookupByLibrary.simpleMessage(
"Establecer enlace de invitación"),
"Set status": MessageLookupByLibrary.simpleMessage("Establecer estado"),
"Settings": MessageLookupByLibrary.simpleMessage("Ajustes"),
"Share": MessageLookupByLibrary.simpleMessage("Compartir"),
"Sign up": MessageLookupByLibrary.simpleMessage("Registrarse"),
"Skip": MessageLookupByLibrary.simpleMessage("Omitir"),
"Source code": MessageLookupByLibrary.simpleMessage("Código fuente"),
"Start your first chat :-)":
MessageLookupByLibrary.simpleMessage("Comience su primer chat :-)"),
"Submit": MessageLookupByLibrary.simpleMessage("Enviar"),
"Sunday": MessageLookupByLibrary.simpleMessage("Domingo"),
"System": MessageLookupByLibrary.simpleMessage("Sistema"),
"Tap to show menu":
MessageLookupByLibrary.simpleMessage("Toca para mostrar el menú"),
"The encryption has been corrupted":
MessageLookupByLibrary.simpleMessage("El cifrado ha sido dañado"),
"They Don\'t Match":
MessageLookupByLibrary.simpleMessage("No coinciden"),
"They Match": MessageLookupByLibrary.simpleMessage("Coinciden"),
"This room has been archived.": MessageLookupByLibrary.simpleMessage(
"Esta sala ha sido archivada."),
"Thursday": MessageLookupByLibrary.simpleMessage("Jueves"),
"Try to send again":
MessageLookupByLibrary.simpleMessage("Intentar enviar nuevamente"),
"Tuesday": MessageLookupByLibrary.simpleMessage("Martes"),
"Unblock Device":
MessageLookupByLibrary.simpleMessage("Desbloquear dispositivo"),
"Unknown device":
MessageLookupByLibrary.simpleMessage("Dispositivo desconocido"),
"Unknown encryption algorithm": MessageLookupByLibrary.simpleMessage(
"Algoritmo de cifrado desconocido"),
"Unmute chat":
MessageLookupByLibrary.simpleMessage("Dejar de silenciar el chat"),
"Use Amoled compatible colors?": MessageLookupByLibrary.simpleMessage(
"¿Usar colores compatible con AMOLED?"),
"Username": MessageLookupByLibrary.simpleMessage("Nombre de usuario"),
"Verify": MessageLookupByLibrary.simpleMessage("Verificar"),
"Verify User":
MessageLookupByLibrary.simpleMessage("Verificar usuario"),
"Video call": MessageLookupByLibrary.simpleMessage("Video llamada"),
"Visibility of the chat history": MessageLookupByLibrary.simpleMessage(
"Visibilidad del historial del chat"),
"Visible for all participants": MessageLookupByLibrary.simpleMessage(
"Visible para todos los participantes"),
"Visible for everyone":
MessageLookupByLibrary.simpleMessage("Visible para todo el mundo"),
"Voice message": MessageLookupByLibrary.simpleMessage("Mensaje de voz"),
"Wallpaper": MessageLookupByLibrary.simpleMessage("Fondo de pantalla"),
"Wednesday": MessageLookupByLibrary.simpleMessage("Miércoles"),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Bienvenido a la mensajería instantánea más tierna de la red Matrix."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Quién tiene permitido unirse al grupo"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Escribe un mensaje..."),
"Yes": MessageLookupByLibrary.simpleMessage(""),
"You": MessageLookupByLibrary.simpleMessage(""),
"You are invited to this chat":
MessageLookupByLibrary.simpleMessage("Estás invitado a este chat"),
"You are no longer participating in this chat":
MessageLookupByLibrary.simpleMessage(
"Ya no estás participando en este chat"),
"You cannot invite yourself": MessageLookupByLibrary.simpleMessage(
"No puedes invitarte a tí mismo"),
"You have been banned from this chat":
MessageLookupByLibrary.simpleMessage(
"Has sido vetado de este chat"),
"You won\'t be able to disable the encryption anymore. Are you sure?":
MessageLookupByLibrary.simpleMessage(
"Ya no podrá deshabilitar el cifrado. ¿Está seguro?"),
"Your own username":
MessageLookupByLibrary.simpleMessage("Tu propio nombre de usuario"),
"acceptedTheInvitation": m0,
"activatedEndToEndEncryption": m1,
"alias": MessageLookupByLibrary.simpleMessage("alias"),
"askSSSSCache": MessageLookupByLibrary.simpleMessage(
"Ingrese su contraseña de almacenamiento segura (SSSS) o la clave de recuperación para almacenar en caché las claves."),
"askSSSSSign": MessageLookupByLibrary.simpleMessage(
"Para poder firmar a la otra persona, ingrese su contraseña de almacenamiento segura o la clave de recuperación"),
"askSSSSVerify": MessageLookupByLibrary.simpleMessage(
"Por favor, ingrese su contraseña de almacenamiento seguro (SSSS) o la clave de recuperación para verificar su sesión."),
"askVerificationRequest": m60,
"bannedUser": m2,
"byDefaultYouWillBeConnectedTo": m3,
"cachedKeys": MessageLookupByLibrary.simpleMessage(
"¡Las claves se han almacenado exitosamente!"),
"changedTheChatAvatar": m4,
"changedTheChatDescriptionTo": m5,
"changedTheChatNameTo": m6,
"changedTheChatPermissions": m7,
"changedTheDisplaynameTo": m8,
"changedTheGuestAccessRules": m9,
"changedTheGuestAccessRulesTo": m10,
"changedTheHistoryVisibility": m11,
"changedTheHistoryVisibilityTo": m12,
"changedTheJoinRules": m13,
"changedTheJoinRulesTo": m14,
"changedTheProfileAvatar": m15,
"changedTheRoomAliases": m16,
"changedTheRoomInvitationLink": m17,
"compareEmojiMatch": MessageLookupByLibrary.simpleMessage(
"Compare y asegúrese de que los siguientes emoji coincidan con los del otro dispositivo:"),
"compareNumbersMatch": MessageLookupByLibrary.simpleMessage(
"Compare y asegúrese de que los siguientes números coincidan con los del otro dispositivo:"),
"couldNotDecryptMessage": m18,
"countParticipants": m19,
"createdTheChat": m20,
"crossSigningDisabled": MessageLookupByLibrary.simpleMessage(
"La firma cruzada está deshabilitada"),
"crossSigningEnabled": MessageLookupByLibrary.simpleMessage(
"La firma cruzada está habilitada"),
"dateAndTimeOfDay": m21,
"dateWithYear": m22,
"dateWithoutYear": m23,
"emoteExists":
MessageLookupByLibrary.simpleMessage("¡El emote ya existe!"),
"emoteInvalid": MessageLookupByLibrary.simpleMessage(
"¡El código corto del emote es inválido!"),
"emoteWarnNeedToPick": MessageLookupByLibrary.simpleMessage(
"¡Debes elegir un código abreviado de emote y una imagen!"),
"groupWith": m24,
"hasWithdrawnTheInvitationFor": m25,
"incorrectPassphraseOrKey": MessageLookupByLibrary.simpleMessage(
"Frase de contraseña o clave de recuperación incorrecta"),
"inviteContactToGroup": m26,
"inviteText": m27,
"invitedUser": m28,
"is typing...":
MessageLookupByLibrary.simpleMessage("está escribiendo..."),
"isDeviceKeyCorrect": MessageLookupByLibrary.simpleMessage(
"¿Es correcta la siguiente clave del dispositivo?"),
"joinedTheChat": m29,
"keysCached":
MessageLookupByLibrary.simpleMessage("Las claves están en caché"),
"keysMissing":
MessageLookupByLibrary.simpleMessage("Faltan las claves"),
"kicked": m30,
"kickedAndBanned": m31,
"lastActiveAgo": m32,
"loadCountMoreParticipants": m33,
"logInTo": m34,
"newVerificationRequest": MessageLookupByLibrary.simpleMessage(
"¡Nueva solicitud de verificación!"),
"noCrossSignBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat actualmente no admite la habilitación de firma cruzada. Por favor habilítela desde Riot."),
"noMegolmBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat actualmente no admite habilitar la Copia de seguridad de clave en línea. Por favor habilítela desde Riot."),
"numberSelected": m35,
"ok": MessageLookupByLibrary.simpleMessage("ok"),
"onlineKeyBackupDisabled": MessageLookupByLibrary.simpleMessage(
"La copia de seguridad de la clave en línea está deshabilitada"),
"onlineKeyBackupEnabled": MessageLookupByLibrary.simpleMessage(
"La copia de seguridad de la clave en línea está habilitada"),
"passphraseOrKey": MessageLookupByLibrary.simpleMessage(
"contraseña o clave de recuperación"),
"play": m36,
"redactedAnEvent": m37,
"rejectedTheInvitation": m38,
"removedBy": m39,
"seenByUser": m40,
"seenByUserAndCountOthers": m41,
"seenByUserAndUser": m42,
"sentAFile": m43,
"sentAPicture": m44,
"sentASticker": m45,
"sentAVideo": m46,
"sentAnAudio": m47,
"sessionVerified": MessageLookupByLibrary.simpleMessage(
"La sesión ha sido verificada"),
"sharedTheLocation": m48,
"timeOfDay": m49,
"title": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"unbannedUser": m50,
"unknownEvent": m51,
"unknownSessionVerify": MessageLookupByLibrary.simpleMessage(
"Sesión desconocida, por favor verifíquela"),
"unreadChats": m52,
"unreadMessages": m53,
"unreadMessagesInChats": m54,
"userAndOthersAreTyping": m55,
"userAndUserAreTyping": m56,
"userIsTyping": m57,
"userLeftTheChat": m58,
"userSentUnknownEvent": m59,
"verifiedSession": MessageLookupByLibrary.simpleMessage(
"¡Sesión verificada exitosamente!"),
"verifyManual":
MessageLookupByLibrary.simpleMessage("Verificar manualmente"),
"verifyStart":
MessageLookupByLibrary.simpleMessage("Comenzar verificación"),
"verifySuccess": MessageLookupByLibrary.simpleMessage(
"¡Has verificado exitosamente!"),
"verifyTitle":
MessageLookupByLibrary.simpleMessage("Verificando la otra cuenta"),
"waitingPartnerAcceptRequest": MessageLookupByLibrary.simpleMessage(
"Esperando a que el compañero acepte la solicitud..."),
"waitingPartnerEmoji": MessageLookupByLibrary.simpleMessage(
"Esperando a que el socio acepte los emojis..."),
"waitingPartnerNumbers": MessageLookupByLibrary.simpleMessage(
"Esperando a que el socio acepte los números...")
};
}

602
lib/l10n/messages_sk.dart Normal file
View File

@ -0,0 +1,602 @@
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a sk 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 => 'sk';
static m0(username) => "${username} prijali pozvanie";
static m1(username) => "${username} aktivoval koncové šifrovanie";
static m60(username) => "Akcepovať žiadosť o verifikáciu od ${username}?";
static m2(username, targetName) => "${username} zabanoval ${targetName}";
static m3(homeserver) =>
"V základnom nastavení budete pripojený k ${homeserver}";
static m4(username) => "${username} zmenili svôj avatar";
static m5(username, description) =>
"${username} zmenili popis chatu na: „${description}";
static m6(username, chatname) =>
"${username} zmenili meno chatu na: „${chatname}";
static m7(username) => "${username} zmenili nastavenie oprávnení chatu";
static m8(username, displayname) =>
"${username} zmenili prezývku na: ${displayname}";
static m9(username) => "${username} zmenili prístupové práva pre hosťov";
static m10(username, rules) =>
"${username} zmenili prístupové práva pro hosťov na: ${rules}";
static m11(username) =>
"${username} zmenili nastavenie viditelnosti histórie diskusie";
static m12(username, rules) =>
"${username} zmenili nastavenie viditelnosti histórie diskusie na: ${rules}";
static m13(username) => "${username} zmenili nastavenie pravidiel pripojenia";
static m14(username, joinRules) =>
"${username} zmenili nastavenie pravidiel pripojenia na: ${joinRules}";
static m15(username) => "${username} zmenil profilový obrázok";
static m16(username) => "${username} zmenili nastavenie aliasov chatu";
static m17(username) => "${username} zmenili odkaz k pozvánke do miestnosti";
static m18(error) => "Nebolo možné dešifrovať správu: ${error}";
static m19(count) => "${count} účastníkov";
static m20(username) => "${username} založili chat";
static m21(date, timeOfDay) => "${date}, ${timeOfDay}";
static m22(year, month, day) => "${day}.${month}.${year}";
static m23(month, day) => "${day}.${month}.";
static m24(displayname) => "Skupina s ${displayname}";
static m25(username, targetName) =>
"${username} vzal späť pozvánku pre ${targetName}";
static m26(groupName) => "Pozvať kontakt do ${groupName}";
static m27(username, link) => "";
static m28(username, targetName) => "${username} pozvali ${targetName}";
static m29(username) => "${username} sa pripojili do chatu";
static m30(username, targetName) => "${username} vyhodili ${targetName}";
static m31(username, targetName) =>
"${username} vyhodil a zabanoval ${targetName}";
static m32(localizedTimeShort) => "Naposledy aktívny: ${localizedTimeShort}";
static m33(count) => "Načítať ďalších ${count} účastníkov";
static m34(homeserver) => "Prihlásenie k ${homeserver}";
static m35(number) => "${number} vybraných";
static m36(fileName) => "Prehrať (fileName}";
static m37(username) => "${username} odstránili udalosť";
static m38(username) => "${username} odmietli pozvánku";
static m39(username) => "Odstánené užívateľom ${username}";
static m40(username) => "Videné užívateľom ${username}";
static m41(username, count) =>
"Videné užívateľom ${username} a ${count} dalšími";
static m42(username, username2) =>
"Videné užívateľmi ${username} a ${username2}";
static m43(username) => "${username} poslali súbor";
static m44(username) => "${username} poslali obrázok";
static m45(username) => "${username} poslali nálepku";
static m46(username) => "${username} poslali video";
static m47(username) => "${username} poslali zvukovú nahrávku";
static m48(username) => "${username} zdieľa lokáciu";
static m49(hours12, hours24, minutes, suffix) => "${hours24}:${minutes}";
static m50(username, targetName) => "${username} odbanovali ${targetName}";
static m51(type) => "Neznáma udalosť „${type}";
static m52(unreadCount) => "${unreadCount} neprečítaných chatov";
static m53(unreadEvents) => "${unreadEvents} neprečítaných správ";
static m54(unreadEvents, unreadChats) =>
"${unreadEvents} neprečítaných správ v ${unreadChats}";
static m55(username, count) => "${username} a ${count} dalších píšu…";
static m56(username, username2) => "${username} a ${username2} píšu…";
static m57(username) => "${username} píše…";
static m58(username) => "${username} opustili chat";
static m59(username, type) => "${username} poslal udalosť ${type}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function>{
"(Optional) Group name":
MessageLookupByLibrary.simpleMessage("(Voliteľné) Názov skupiny"),
"About": MessageLookupByLibrary.simpleMessage("O aplikacií"),
"Accept": MessageLookupByLibrary.simpleMessage("Prijať"),
"Account": MessageLookupByLibrary.simpleMessage("Účet"),
"Account informations":
MessageLookupByLibrary.simpleMessage("Informácie o účtu"),
"Add a group description":
MessageLookupByLibrary.simpleMessage("Pridať popis skupiny"),
"Admin": MessageLookupByLibrary.simpleMessage("Administrátor"),
"Already have an account?":
MessageLookupByLibrary.simpleMessage("Máte už účet?"),
"Anyone can join":
MessageLookupByLibrary.simpleMessage("Ktokoľvek sa môže pripojiť"),
"Archive": MessageLookupByLibrary.simpleMessage("Archivovať"),
"Archived Room":
MessageLookupByLibrary.simpleMessage("Archivovaná miestnosť"),
"Are guest users allowed to join":
MessageLookupByLibrary.simpleMessage("Môžu sa pripojiť hostia"),
"Are you sure?": MessageLookupByLibrary.simpleMessage("Ste si istí?"),
"Authentication":
MessageLookupByLibrary.simpleMessage("Autentifikácia"),
"Avatar has been changed":
MessageLookupByLibrary.simpleMessage("Avatar bol zmenený"),
"Ban from chat":
MessageLookupByLibrary.simpleMessage("Zabanovať z chatu"),
"Banned": MessageLookupByLibrary.simpleMessage("Zabanovaný"),
"Block Device":
MessageLookupByLibrary.simpleMessage("Zakázať zariadenie"),
"Cancel": MessageLookupByLibrary.simpleMessage("Zrušiť"),
"Change the homeserver":
MessageLookupByLibrary.simpleMessage("Zmeniť použitý server"),
"Change the name of the group":
MessageLookupByLibrary.simpleMessage("Zmeniť názov skupiny"),
"Change the server":
MessageLookupByLibrary.simpleMessage("Zmeniť server"),
"Change wallpaper":
MessageLookupByLibrary.simpleMessage("Zmeniť pozadie"),
"Change your style":
MessageLookupByLibrary.simpleMessage("Zmena štýlu"),
"Changelog": MessageLookupByLibrary.simpleMessage("Changelog"),
"Chat": MessageLookupByLibrary.simpleMessage("Chat"),
"Chat details":
MessageLookupByLibrary.simpleMessage("Podrobnosti o chate"),
"Choose a strong password":
MessageLookupByLibrary.simpleMessage("Vyberte si silné heslo"),
"Choose a username":
MessageLookupByLibrary.simpleMessage("Vyberte si užívateľské meno"),
"Close": MessageLookupByLibrary.simpleMessage("Zavrieť"),
"Confirm": MessageLookupByLibrary.simpleMessage("Potvrdiť"),
"Connect": MessageLookupByLibrary.simpleMessage("Pripojiť"),
"Connection attempt failed":
MessageLookupByLibrary.simpleMessage("Pokus o pripojenie zlyhal"),
"Contact has been invited to the group":
MessageLookupByLibrary.simpleMessage(
"Kontakt bol pozvaný do skupiny"),
"Content viewer":
MessageLookupByLibrary.simpleMessage("Prehliadač obsahu"),
"Copied to clipboard":
MessageLookupByLibrary.simpleMessage("Skopírované do schránky"),
"Copy": MessageLookupByLibrary.simpleMessage("Kopírovať"),
"Could not set avatar": MessageLookupByLibrary.simpleMessage(
"Nepodarilo sa nastaviť avatar"),
"Could not set displayname": MessageLookupByLibrary.simpleMessage(
"Nepodarilo sa nastaviť prezývku užívateľa"),
"Create": MessageLookupByLibrary.simpleMessage("Vytvoriť"),
"Create account now":
MessageLookupByLibrary.simpleMessage("Vytvoriť účet teraz"),
"Create new group":
MessageLookupByLibrary.simpleMessage("Vytvoriť novú skupinu"),
"Currently active":
MessageLookupByLibrary.simpleMessage("Momentálne aktívny"),
"Dark": MessageLookupByLibrary.simpleMessage("Tmavá"),
"Delete": MessageLookupByLibrary.simpleMessage("Odstrániť"),
"Delete message":
MessageLookupByLibrary.simpleMessage("Odstrániť správu"),
"Deny": MessageLookupByLibrary.simpleMessage("Zamietnuť"),
"Device": MessageLookupByLibrary.simpleMessage("Zariadenie"),
"Devices": MessageLookupByLibrary.simpleMessage("Zariadenia"),
"Discard picture":
MessageLookupByLibrary.simpleMessage("Zahodiť obrázok"),
"Displayname has been changed":
MessageLookupByLibrary.simpleMessage("Prezývka bola zmenená"),
"Donate": MessageLookupByLibrary.simpleMessage("Prispejte"),
"Download file": MessageLookupByLibrary.simpleMessage("Stiahnuť súbor"),
"Edit Jitsi instance":
MessageLookupByLibrary.simpleMessage("Nastavenie inštancie Jitsi"),
"Edit displayname":
MessageLookupByLibrary.simpleMessage("Zmeniť prezývku"),
"Emote Settings":
MessageLookupByLibrary.simpleMessage("Nastavenie emotikonov"),
"Emote shortcode":
MessageLookupByLibrary.simpleMessage("Kód emotikonu"),
"Empty chat": MessageLookupByLibrary.simpleMessage("Prázdny chat"),
"Encryption": MessageLookupByLibrary.simpleMessage("Šifrovanie"),
"Encryption algorithm":
MessageLookupByLibrary.simpleMessage("Šifrovací algoritmus"),
"Encryption is not enabled":
MessageLookupByLibrary.simpleMessage("Šifrovanie nie je aktívne"),
"End to end encryption is currently in Beta! Use at your own risk!":
MessageLookupByLibrary.simpleMessage(
"Konečné šifrovanie je momentalné v Beta verzii! Používajte na vlastné riziko!"),
"End-to-end encryption settings": MessageLookupByLibrary.simpleMessage(
"Nastavenie koncového šifrovania"),
"Enter a group name":
MessageLookupByLibrary.simpleMessage("Zadajte názov skupiny"),
"Enter a username":
MessageLookupByLibrary.simpleMessage("Zadajte uživateľské meno"),
"Enter your homeserver":
MessageLookupByLibrary.simpleMessage("Zadajte svoj homeserver"),
"File name": MessageLookupByLibrary.simpleMessage("Názov súboru"),
"File size": MessageLookupByLibrary.simpleMessage("Veľkosť súboru"),
"FluffyChat": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"Forward": MessageLookupByLibrary.simpleMessage("Preposlať"),
"Friday": MessageLookupByLibrary.simpleMessage("Piatok"),
"From joining": MessageLookupByLibrary.simpleMessage("Od pripojenia"),
"From the invitation":
MessageLookupByLibrary.simpleMessage("Od pozvania"),
"Group": MessageLookupByLibrary.simpleMessage("Skupina"),
"Group description":
MessageLookupByLibrary.simpleMessage("Popis skupiny"),
"Group description has been changed":
MessageLookupByLibrary.simpleMessage("Popis skupiny bol zmenený"),
"Group is public":
MessageLookupByLibrary.simpleMessage("Skupina je verejná"),
"Guests are forbidden":
MessageLookupByLibrary.simpleMessage("Hostia sú zakázaní"),
"Guests can join":
MessageLookupByLibrary.simpleMessage("Hostia sa môžu pripojiť"),
"Help": MessageLookupByLibrary.simpleMessage("Pomoc"),
"Homeserver is not compatible": MessageLookupByLibrary.simpleMessage(
"Homeserver nie je kompatibilný"),
"How are you today?":
MessageLookupByLibrary.simpleMessage("Ako sa dnes máte?"),
"ID": MessageLookupByLibrary.simpleMessage("ID"),
"Identity": MessageLookupByLibrary.simpleMessage("Identita"),
"Invite contact":
MessageLookupByLibrary.simpleMessage("Pozvať kontakt"),
"Invited": MessageLookupByLibrary.simpleMessage("Pozvanie"),
"Invited users only":
MessageLookupByLibrary.simpleMessage("Len pozvaní používatelia"),
"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(
"Zdá sa, že nemáte žiadne služby Googlu v telefóne. To je dobré rozhodnutie pre vaše súkromie! Ak chcete dostávať push notifikácie vo FluffyChat, odporúčame používať microG: https://microg.org/"),
"Kick from chat":
MessageLookupByLibrary.simpleMessage("Vyhodiť z chatu"),
"Last seen IP":
MessageLookupByLibrary.simpleMessage("Naposledy videná IP adresa"),
"Leave": MessageLookupByLibrary.simpleMessage("Opustiť"),
"Left the chat": MessageLookupByLibrary.simpleMessage("Opustili chat"),
"License": MessageLookupByLibrary.simpleMessage("Licencia"),
"Light": MessageLookupByLibrary.simpleMessage("Svetlá"),
"Load more...": MessageLookupByLibrary.simpleMessage("Načítať viac..."),
"Loading... Please wait": MessageLookupByLibrary.simpleMessage(
"Načítava sa... Čakajte prosím"),
"Login": MessageLookupByLibrary.simpleMessage("Prihlásiť sa"),
"Logout": MessageLookupByLibrary.simpleMessage("Odhlásiť sa"),
"Make a moderator":
MessageLookupByLibrary.simpleMessage("Pridať práva moderátora"),
"Make an admin":
MessageLookupByLibrary.simpleMessage("Pridať práva administrátora"),
"Make sure the identifier is valid":
MessageLookupByLibrary.simpleMessage(
"Skontrolujte, či je identifikátor platný"),
"Message will be removed for all participants":
MessageLookupByLibrary.simpleMessage(
"Správa bude odstránená pre všetkých účastníkov"),
"Moderator": MessageLookupByLibrary.simpleMessage("Moderátor"),
"Monday": MessageLookupByLibrary.simpleMessage("Pondelok"),
"Mute chat": MessageLookupByLibrary.simpleMessage("Stlmiť chat"),
"New message in FluffyChat":
MessageLookupByLibrary.simpleMessage("Nová správa v FluffyChate"),
"New private chat":
MessageLookupByLibrary.simpleMessage("Nový súkromný chat"),
"No emotes found. 😕": MessageLookupByLibrary.simpleMessage(
"Nenašli sa žiadne emotikony. 😕"),
"No permission": MessageLookupByLibrary.simpleMessage("Bez povolenia"),
"No rooms found...": MessageLookupByLibrary.simpleMessage(
"Nenašli sa žiadne miestnosti..."),
"None": MessageLookupByLibrary.simpleMessage("Žiadne"),
"Not supported in web": MessageLookupByLibrary.simpleMessage(
"Nepodporované vo webovej verzii"),
"Oops something went wrong...":
MessageLookupByLibrary.simpleMessage("Och! Niečo sa pokazilo..."),
"Open app to read messages": MessageLookupByLibrary.simpleMessage(
"Na prečítanie správy otvorte aplikáciu"),
"Open camera":
MessageLookupByLibrary.simpleMessage("Otvoriť fotoaparát"),
"Participating user devices": MessageLookupByLibrary.simpleMessage(
"Zúčastnené užívateľské zariadenia"),
"Password": MessageLookupByLibrary.simpleMessage("Heslo"),
"Pick image": MessageLookupByLibrary.simpleMessage("Vybrať obrázok"),
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.":
MessageLookupByLibrary.simpleMessage(
"Budte si vedomí, že na koncové šifrovanie zatiaľ potrebujete Pantalaimon."),
"Please choose a username": MessageLookupByLibrary.simpleMessage(
"Vyberte si používateľské meno"),
"Please enter a matrix identifier":
MessageLookupByLibrary.simpleMessage(
"Vyberte si matrix identifkátor"),
"Please enter your password":
MessageLookupByLibrary.simpleMessage("Prosím zadajte svoje heslo"),
"Please enter your username": MessageLookupByLibrary.simpleMessage(
"Zadajte svoje používateľské meno"),
"Public Rooms":
MessageLookupByLibrary.simpleMessage("Verejné miestnosti"),
"Recording": MessageLookupByLibrary.simpleMessage("Nahrávam"),
"Reject": MessageLookupByLibrary.simpleMessage("Odmietnuť"),
"Rejoin": MessageLookupByLibrary.simpleMessage("Vrátiť sa"),
"Remove": MessageLookupByLibrary.simpleMessage("Odstrániť"),
"Remove all other devices": MessageLookupByLibrary.simpleMessage(
"Odstráňiť všetky ostatné zariadenia"),
"Remove device":
MessageLookupByLibrary.simpleMessage("Odstráňiť zariadenie"),
"Remove exile": MessageLookupByLibrary.simpleMessage("Odblokovať"),
"Remove message":
MessageLookupByLibrary.simpleMessage("Odstrániť správu"),
"Render rich message content":
MessageLookupByLibrary.simpleMessage("Zobraziť formátovaný obsah"),
"Reply": MessageLookupByLibrary.simpleMessage("Odpovedať"),
"Request permission":
MessageLookupByLibrary.simpleMessage("Vyžiadať si povolenie"),
"Request to read older messages": MessageLookupByLibrary.simpleMessage(
"Žiadosť o prečítanie starších správ"),
"Revoke all permissions":
MessageLookupByLibrary.simpleMessage("Zrušiť všetky povolenia"),
"Room has been upgraded":
MessageLookupByLibrary.simpleMessage("Miestnosť bola upgradeovaná"),
"Saturday": MessageLookupByLibrary.simpleMessage("Sobota"),
"Search for a chat":
MessageLookupByLibrary.simpleMessage("Vyhladať v chate"),
"Seen a long time ago":
MessageLookupByLibrary.simpleMessage("Videný veľmi dávno"),
"Send": MessageLookupByLibrary.simpleMessage("Odoslať"),
"Send a message":
MessageLookupByLibrary.simpleMessage("Odoslať správu"),
"Send file": MessageLookupByLibrary.simpleMessage("Odoslať súbor"),
"Send image": MessageLookupByLibrary.simpleMessage("Odoslať obrázok"),
"Set a profile picture":
MessageLookupByLibrary.simpleMessage("Nastaviť profilový obrázok"),
"Set group description":
MessageLookupByLibrary.simpleMessage("Nastaviť popis skupiny"),
"Set invitation link":
MessageLookupByLibrary.simpleMessage("Nastaviť odkaz pre pozvánku"),
"Set status": MessageLookupByLibrary.simpleMessage("Nastaviť status"),
"Settings": MessageLookupByLibrary.simpleMessage("Nastavenia"),
"Share": MessageLookupByLibrary.simpleMessage("Zdieľať"),
"Sign up": MessageLookupByLibrary.simpleMessage("Zaregistrovať sa"),
"Skip": MessageLookupByLibrary.simpleMessage("Preskočiť"),
"Source code": MessageLookupByLibrary.simpleMessage("Zdrojový kód"),
"Start your first chat :-)":
MessageLookupByLibrary.simpleMessage("Začnite svoj prvý chat :-)"),
"Submit": MessageLookupByLibrary.simpleMessage("Odoslať"),
"Sunday": MessageLookupByLibrary.simpleMessage("Nedeľa"),
"System": MessageLookupByLibrary.simpleMessage("Systémová farba"),
"Tap to show menu":
MessageLookupByLibrary.simpleMessage("Ťuknutím zobrazíte menu"),
"The encryption has been corrupted":
MessageLookupByLibrary.simpleMessage("Šifrovanie bolo poškodené"),
"They Don\'t Match":
MessageLookupByLibrary.simpleMessage("Sa nezhodujú"),
"They Match": MessageLookupByLibrary.simpleMessage("Zhodujú sa"),
"This room has been archived.": MessageLookupByLibrary.simpleMessage(
"Táto miestnosť bola archivovaná."),
"Thursday": MessageLookupByLibrary.simpleMessage("Štvrtok"),
"Try to send again":
MessageLookupByLibrary.simpleMessage("Skúsiť znova odoslať"),
"Tuesday": MessageLookupByLibrary.simpleMessage("Utorok"),
"Unblock Device":
MessageLookupByLibrary.simpleMessage("Odblokovať zariadenie"),
"Unknown device":
MessageLookupByLibrary.simpleMessage("Neznáme zariadenie"),
"Unknown encryption algorithm": MessageLookupByLibrary.simpleMessage(
"Neznámy šifrovací algoritmus"),
"Unmute chat":
MessageLookupByLibrary.simpleMessage("Zrušiť stlmenie chatu"),
"Use Amoled compatible colors?": MessageLookupByLibrary.simpleMessage(
"Použiť Amoled kompatibilné farby?"),
"Username": MessageLookupByLibrary.simpleMessage("Užívateľské meno"),
"Verify": MessageLookupByLibrary.simpleMessage("Overiť"),
"Verify User":
MessageLookupByLibrary.simpleMessage("Verifikovať používateľa"),
"Video call": MessageLookupByLibrary.simpleMessage("Videohovor"),
"Visibility of the chat history":
MessageLookupByLibrary.simpleMessage("Viditeľnosť histórie chatu"),
"Visible for all participants": MessageLookupByLibrary.simpleMessage(
"Viditeľné pre všetkých účastníkov"),
"Visible for everyone":
MessageLookupByLibrary.simpleMessage("Viditeľné pre každého"),
"Voice message": MessageLookupByLibrary.simpleMessage("Hlasová správa"),
"Wallpaper": MessageLookupByLibrary.simpleMessage("Pozadie"),
"Wednesday": MessageLookupByLibrary.simpleMessage("Streda"),
"Welcome to the cutest instant messenger in the matrix network.":
MessageLookupByLibrary.simpleMessage(
"Vítajte v najroztomilejšom instant messengeri v sieti matrix."),
"Who is allowed to join this group":
MessageLookupByLibrary.simpleMessage(
"Kto môže vstúpiť do tejto skupiny"),
"Write a message...":
MessageLookupByLibrary.simpleMessage("Napísať správu..."),
"Yes": MessageLookupByLibrary.simpleMessage("Áno"),
"You": MessageLookupByLibrary.simpleMessage("Vy"),
"You are invited to this chat":
MessageLookupByLibrary.simpleMessage("Ste pozvaní do tohto chatu"),
"You are no longer participating in this chat":
MessageLookupByLibrary.simpleMessage(
"Už sa nezúčastňujete tohto chatu"),
"You cannot invite yourself":
MessageLookupByLibrary.simpleMessage("Nemôžete pozvať samých seba"),
"You have been banned from this chat":
MessageLookupByLibrary.simpleMessage(
"Máte zablokovaný prístup k tomuto chatu"),
"You won\'t be able to disable the encryption anymore. Are you sure?":
MessageLookupByLibrary.simpleMessage(
"Šifrovanie už nebude možné vypnúť. Ste si tým istý?"),
"Your own username":
MessageLookupByLibrary.simpleMessage("Vaša vlastná prezývka"),
"acceptedTheInvitation": m0,
"activatedEndToEndEncryption": m1,
"alias": MessageLookupByLibrary.simpleMessage("alias"),
"askSSSSCache": MessageLookupByLibrary.simpleMessage(
"Prosím zadajte vašu prístupovu frázu k \"bezpečému úložisku\" alebo \"kľúč na obnovu\" pre uloženie kľúčov."),
"askSSSSSign": MessageLookupByLibrary.simpleMessage(
"Na overenie tejto osoby, prosím zadajte prístupovu frázu k \"bezpečému úložisku\" alebo \"klúč na obnovu\"."),
"askSSSSVerify": MessageLookupByLibrary.simpleMessage(
"Prosím zadajte vašu prístupovú frázu k \"bezpečnému úložisku\" alebo \"kľúč na obnovu\" pre overenie vašej relácie."),
"askVerificationRequest": m60,
"bannedUser": m2,
"byDefaultYouWillBeConnectedTo": m3,
"cachedKeys":
MessageLookupByLibrary.simpleMessage("Klúče sa úspešne uložili!"),
"changedTheChatAvatar": m4,
"changedTheChatDescriptionTo": m5,
"changedTheChatNameTo": m6,
"changedTheChatPermissions": m7,
"changedTheDisplaynameTo": m8,
"changedTheGuestAccessRules": m9,
"changedTheGuestAccessRulesTo": m10,
"changedTheHistoryVisibility": m11,
"changedTheHistoryVisibilityTo": m12,
"changedTheJoinRules": m13,
"changedTheJoinRulesTo": m14,
"changedTheProfileAvatar": m15,
"changedTheRoomAliases": m16,
"changedTheRoomInvitationLink": m17,
"compareEmojiMatch": MessageLookupByLibrary.simpleMessage(
"Porovnajte a uistite sa, že nasledujúce emotikony sa zhodujú na oboch zariadeniach:"),
"compareNumbersMatch": MessageLookupByLibrary.simpleMessage(
"Porovnajte a uistite sa, že nasledujúce čísla sa zhodujú na oboch zariadeniach:"),
"couldNotDecryptMessage": m18,
"countParticipants": m19,
"createdTheChat": m20,
"crossSigningDisabled": MessageLookupByLibrary.simpleMessage(
"Vzájomné overenie je vypnuté"),
"crossSigningEnabled": MessageLookupByLibrary.simpleMessage(
"Vzájomné overenie je zapnuté"),
"dateAndTimeOfDay": m21,
"dateWithYear": m22,
"dateWithoutYear": m23,
"emoteExists":
MessageLookupByLibrary.simpleMessage("Emotikon už existuje"),
"emoteInvalid": MessageLookupByLibrary.simpleMessage(
"Nesprávné označenie emotikonu"),
"emoteWarnNeedToPick": MessageLookupByLibrary.simpleMessage(
"Musíte zvoliť kód emotikonu a obrázok"),
"groupWith": m24,
"hasWithdrawnTheInvitationFor": m25,
"incorrectPassphraseOrKey": MessageLookupByLibrary.simpleMessage(
"Nesprávna prístupová fráza alebo kľúč na obnovenie"),
"inviteContactToGroup": m26,
"inviteText": m27,
"invitedUser": m28,
"is typing...": MessageLookupByLibrary.simpleMessage("píše..."),
"isDeviceKeyCorrect": MessageLookupByLibrary.simpleMessage(
"Je nasledujúci kód zariadenia správny?"),
"joinedTheChat": m29,
"keysCached": MessageLookupByLibrary.simpleMessage("Kľúče sú uložené"),
"keysMissing": MessageLookupByLibrary.simpleMessage("Kľúče chýbaju"),
"kicked": m30,
"kickedAndBanned": m31,
"lastActiveAgo": m32,
"loadCountMoreParticipants": m33,
"logInTo": m34,
"newVerificationRequest":
MessageLookupByLibrary.simpleMessage("Nová žiadosť o verifikáciu!"),
"noCrossSignBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat v súčasnosti nepodporuje povolenie krížového podpisu. Prosím, povoľte ho z Riot.im."),
"noMegolmBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat v súčasnosti nepodporuje povolenie online zálohu klúčov. Prosím, povoľte ho z Riot.im."),
"numberSelected": m35,
"ok": MessageLookupByLibrary.simpleMessage("ok"),
"onlineKeyBackupDisabled": MessageLookupByLibrary.simpleMessage(
"Online záloha kľúčov je vypnutá"),
"onlineKeyBackupEnabled": MessageLookupByLibrary.simpleMessage(
"Online záloha kľúčov je zapnutá"),
"passphraseOrKey": MessageLookupByLibrary.simpleMessage(
"prístupová fráza alebo kľúč na obnovenie"),
"play": m36,
"redactedAnEvent": m37,
"rejectedTheInvitation": m38,
"removedBy": m39,
"seenByUser": m40,
"seenByUserAndCountOthers": m41,
"seenByUserAndUser": m42,
"sentAFile": m43,
"sentAPicture": m44,
"sentASticker": m45,
"sentAVideo": m46,
"sentAnAudio": m47,
"sessionVerified":
MessageLookupByLibrary.simpleMessage("Relácia je overená"),
"sharedTheLocation": m48,
"timeOfDay": m49,
"title": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"unbannedUser": m50,
"unknownEvent": m51,
"unknownSessionVerify": MessageLookupByLibrary.simpleMessage(
"Neznáma relácia, prosím verifikujte ju"),
"unreadChats": m52,
"unreadMessages": m53,
"unreadMessagesInChats": m54,
"userAndOthersAreTyping": m55,
"userAndUserAreTyping": m56,
"userIsTyping": m57,
"userLeftTheChat": m58,
"userSentUnknownEvent": m59,
"verifiedSession":
MessageLookupByLibrary.simpleMessage("Úspešne overenie relácie!"),
"verifyManual":
MessageLookupByLibrary.simpleMessage("Verifikovať manuálne"),
"verifyStart":
MessageLookupByLibrary.simpleMessage("Spustiť verifikáciu"),
"verifySuccess":
MessageLookupByLibrary.simpleMessage("Verifikácia bola úspešná!"),
"verifyTitle":
MessageLookupByLibrary.simpleMessage("Verifikujem protiľahlý účet"),
"waitingPartnerAcceptRequest": MessageLookupByLibrary.simpleMessage(
"Čaká sa, kým partner prijme požiadavku..."),
"waitingPartnerEmoji": MessageLookupByLibrary.simpleMessage(
"Čaká sa, kým partner prijme emotikon..."),
"waitingPartnerNumbers": MessageLookupByLibrary.simpleMessage(
"Čaká sa na to, kým partner prijme čísla...")
};
}

View File

@ -46,6 +46,9 @@ class App extends StatelessWidget {
const Locale('hu'), // Hungarian
const Locale('pl'), // Polish
const Locale('fr'), // French
const Locale('cs'), // Czech
const Locale('es'), // Spanish
const Locale('sk'), // Slovakian
],
locale: kIsWeb
? Locale(html.window.navigator.language.split('-').first)