add ukrainian and update translation outputs

This commit is contained in:
Sorunome 2020-07-23 11:38:07 +02:00
commit 340f2c0769
16 changed files with 1944 additions and 1443 deletions

View file

@ -23,136 +23,136 @@ class MessageLookup extends MessageLookupByLibrary {
static m1(username) => "${username} activated end to end encryption";
static m60(username) => "Accept this verification request from ${username}?";
static m2(username) => "Accept this verification request from ${username}?";
static m2(username, targetName) => "${username} banned ${targetName}";
static m3(username, targetName) => "${username} banned ${targetName}";
static m3(homeserver) => "By default you will be connected to ${homeserver}";
static m4(homeserver) => "By default you will be connected to ${homeserver}";
static m4(username) => "${username} changed the chat avatar";
static m5(username) => "${username} changed the chat avatar";
static m5(username, description) =>
static m6(username, description) =>
"${username} changed the chat description to: \'${description}\'";
static m6(username, chatname) =>
static m7(username, chatname) =>
"${username} changed the chat name to: \'${chatname}\'";
static m7(username) => "${username} changed the chat permissions";
static m8(username) => "${username} changed the chat permissions";
static m8(username, displayname) =>
static m9(username, displayname) =>
"${username} changed the displayname to: ${displayname}";
static m9(username) => "${username} changed the guest access rules";
static m10(username) => "${username} changed the guest access rules";
static m10(username, rules) =>
static m11(username, rules) =>
"${username} changed the guest access rules to: ${rules}";
static m11(username) => "${username} changed the history visibility";
static m12(username) => "${username} changed the history visibility";
static m12(username, rules) =>
static m13(username, rules) =>
"${username} changed the history visibility to: ${rules}";
static m13(username) => "${username} changed the join rules";
static m14(username) => "${username} changed the join rules";
static m14(username, joinRules) =>
static m15(username, joinRules) =>
"${username} changed the join rules to: ${joinRules}";
static m15(username) => "${username} changed their avatar";
static m16(username) => "${username} changed their avatar";
static m16(username) => "${username} changed the room aliases";
static m17(username) => "${username} changed the room aliases";
static m17(username) => "${username} changed the invitation link";
static m18(username) => "${username} changed the invitation link";
static m18(error) => "Could not decrypt message: ${error}";
static m19(error) => "Could not decrypt message: ${error}";
static m19(count) => "${count} participants";
static m20(count) => "${count} participants";
static m20(username) => "${username} created the chat";
static m21(username) => "${username} created the chat";
static m21(date, timeOfDay) => "${date}, ${timeOfDay}";
static m22(date, timeOfDay) => "${date}, ${timeOfDay}";
static m22(year, month, day) => "${year}-${month}-${day}";
static m23(year, month, day) => "${year}-${month}-${day}";
static m23(month, day) => "${month}-${day}";
static m24(month, day) => "${month}-${day}";
static m24(displayname) => "Group with ${displayname}";
static m25(displayname) => "Group with ${displayname}";
static m25(username, targetName) =>
static m26(username, targetName) =>
"${username} has withdrawn the invitation for ${targetName}";
static m26(groupName) => "Invite contact to ${groupName}";
static m27(groupName) => "Invite contact to ${groupName}";
static m27(username, link) =>
static m28(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}";
static m28(username, targetName) => "${username} invited ${targetName}";
static m29(username, targetName) => "${username} invited ${targetName}";
static m29(username) => "${username} joined the chat";
static m30(username) => "${username} joined the chat";
static m30(username, targetName) => "${username} kicked ${targetName}";
static m31(username, targetName) => "${username} kicked ${targetName}";
static m31(username, targetName) =>
static m32(username, targetName) =>
"${username} kicked and banned ${targetName}";
static m32(localizedTimeShort) => "Last active: ${localizedTimeShort}";
static m33(localizedTimeShort) => "Last active: ${localizedTimeShort}";
static m33(count) => "Load ${count} more participants";
static m34(count) => "Load ${count} more participants";
static m34(homeserver) => "Log in to ${homeserver}";
static m35(homeserver) => "Log in to ${homeserver}";
static m35(number) => "${number} selected";
static m36(number) => "${number} selected";
static m36(fileName) => "Play ${fileName}";
static m37(fileName) => "Play ${fileName}";
static m37(username) => "${username} redacted an event";
static m38(username) => "${username} redacted an event";
static m38(username) => "${username} rejected the invitation";
static m39(username) => "${username} rejected the invitation";
static m39(username) => "Removed by ${username}";
static m40(username) => "Removed by ${username}";
static m40(username) => "Seen by ${username}";
static m41(username) => "Seen by ${username}";
static m41(username, count) => "Seen by ${username} and ${count} others";
static m42(username, count) => "Seen by ${username} and ${count} others";
static m42(username, username2) => "Seen by ${username} and ${username2}";
static m43(username, username2) => "Seen by ${username} and ${username2}";
static m43(username) => "${username} sent a file";
static m44(username) => "${username} sent a file";
static m44(username) => "${username} sent a picture";
static m45(username) => "${username} sent a picture";
static m45(username) => "${username} sent a sticker";
static m46(username) => "${username} sent a sticker";
static m46(username) => "${username} sent a video";
static m47(username) => "${username} sent a video";
static m47(username) => "${username} sent an audio";
static m48(username) => "${username} sent an audio";
static m48(username) => "${username} shared the location";
static m49(username) => "${username} shared the location";
static m49(hours12, hours24, minutes, suffix) =>
static m50(hours12, hours24, minutes, suffix) =>
"${hours12}:${minutes} ${suffix}";
static m50(username, targetName) => "${username} unbanned ${targetName}";
static m51(username, targetName) => "${username} unbanned ${targetName}";
static m51(type) => "Unknown event \'${type}\'";
static m52(type) => "Unknown event \'${type}\'";
static m52(unreadCount) => "${unreadCount} unread chats";
static m53(unreadCount) => "${unreadCount} unread chats";
static m53(unreadEvents) => "${unreadEvents} unread messages";
static m54(unreadEvents) => "${unreadEvents} unread messages";
static m54(unreadEvents, unreadChats) =>
static m55(unreadEvents, unreadChats) =>
"${unreadEvents} unread messages in ${unreadChats} chats";
static m55(username, count) =>
static m56(username, count) =>
"${username} and ${count} others are typing...";
static m56(username, username2) =>
static m57(username, username2) =>
"${username} and ${username2} are typing...";
static m57(username) => "${username} is typing...";
static m58(username) => "${username} is typing...";
static m58(username) => "${username} left the chat";
static m59(username) => "${username} left the chat";
static m59(username, type) => "${username} sent a ${type} event";
static m60(username, type) => "${username} sent a ${type} event";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function>{
@ -473,70 +473,70 @@ class MessageLookup extends MessageLookupByLibrary {
"To be able to sign the other person, please enter your secure store passphrase or recovery key."),
"askSSSSVerify": MessageLookupByLibrary.simpleMessage(
"Please enter your secure store passphrase or recovery key to verify your session."),
"askVerificationRequest": m60,
"bannedUser": m2,
"byDefaultYouWillBeConnectedTo": m3,
"askVerificationRequest": m2,
"bannedUser": m3,
"byDefaultYouWillBeConnectedTo": m4,
"cachedKeys":
MessageLookupByLibrary.simpleMessage("Successfully cached keys!"),
"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,
"changedTheChatAvatar": m5,
"changedTheChatDescriptionTo": m6,
"changedTheChatNameTo": m7,
"changedTheChatPermissions": m8,
"changedTheDisplaynameTo": m9,
"changedTheGuestAccessRules": m10,
"changedTheGuestAccessRulesTo": m11,
"changedTheHistoryVisibility": m12,
"changedTheHistoryVisibilityTo": m13,
"changedTheJoinRules": m14,
"changedTheJoinRulesTo": m15,
"changedTheProfileAvatar": m16,
"changedTheRoomAliases": m17,
"changedTheRoomInvitationLink": m18,
"compareEmojiMatch": MessageLookupByLibrary.simpleMessage(
"Compare and make sure the following emoji match those of the other device:"),
"compareNumbersMatch": MessageLookupByLibrary.simpleMessage(
"Compare and make sure the following numbers match those of the other device:"),
"couldNotDecryptMessage": m18,
"countParticipants": m19,
"createdTheChat": m20,
"couldNotDecryptMessage": m19,
"countParticipants": m20,
"createdTheChat": m21,
"crossSigningDisabled":
MessageLookupByLibrary.simpleMessage("Cross-Signing is disabled"),
"crossSigningEnabled":
MessageLookupByLibrary.simpleMessage("Cross-Signing is enabled"),
"dateAndTimeOfDay": m21,
"dateWithYear": m22,
"dateWithoutYear": m23,
"dateAndTimeOfDay": m22,
"dateWithYear": m23,
"dateWithoutYear": m24,
"emoteExists":
MessageLookupByLibrary.simpleMessage("Emote already exists!"),
"emoteInvalid":
MessageLookupByLibrary.simpleMessage("Invalid emote shortcode!"),
"emoteWarnNeedToPick": MessageLookupByLibrary.simpleMessage(
"You need to pick an emote shortcode and an image!"),
"groupWith": m24,
"hasWithdrawnTheInvitationFor": m25,
"groupWith": m25,
"hasWithdrawnTheInvitationFor": m26,
"incorrectPassphraseOrKey": MessageLookupByLibrary.simpleMessage(
"Incorrect passphrase or recovery key"),
"inviteContactToGroup": m26,
"inviteText": m27,
"invitedUser": m28,
"inviteContactToGroup": m27,
"inviteText": m28,
"invitedUser": m29,
"is typing...": MessageLookupByLibrary.simpleMessage("is typing..."),
"isDeviceKeyCorrect": MessageLookupByLibrary.simpleMessage(
"Is the following device key correct?"),
"joinedTheChat": m29,
"joinedTheChat": m30,
"keysCached": MessageLookupByLibrary.simpleMessage("Keys are cached"),
"keysMissing": MessageLookupByLibrary.simpleMessage("Keys are missing"),
"kicked": m30,
"kickedAndBanned": m31,
"lastActiveAgo": m32,
"loadCountMoreParticipants": m33,
"logInTo": m34,
"kicked": m31,
"kickedAndBanned": m32,
"lastActiveAgo": m33,
"loadCountMoreParticipants": m34,
"logInTo": m35,
"newVerificationRequest":
MessageLookupByLibrary.simpleMessage("New verification request!"),
"noCrossSignBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat currently does not support enabling Cross-Signing. Please enable it from within Element."),
"noMegolmBootstrap": MessageLookupByLibrary.simpleMessage(
"Fluffychat currently does not support enabling Online Key Backup. Please enable it from within Element."),
"numberSelected": m35,
"numberSelected": m36,
"ok": MessageLookupByLibrary.simpleMessage("ok"),
"onlineKeyBackupDisabled": MessageLookupByLibrary.simpleMessage(
"Online Key Backup is disabled"),
@ -544,35 +544,35 @@ class MessageLookup extends MessageLookupByLibrary {
"Online Key Backup is enabled"),
"passphraseOrKey":
MessageLookupByLibrary.simpleMessage("passphrase or recovery key"),
"play": m36,
"redactedAnEvent": m37,
"rejectedTheInvitation": m38,
"removedBy": m39,
"seenByUser": m40,
"seenByUserAndCountOthers": m41,
"seenByUserAndUser": m42,
"sentAFile": m43,
"sentAPicture": m44,
"sentASticker": m45,
"sentAVideo": m46,
"sentAnAudio": m47,
"play": m37,
"redactedAnEvent": m38,
"rejectedTheInvitation": m39,
"removedBy": m40,
"seenByUser": m41,
"seenByUserAndCountOthers": m42,
"seenByUserAndUser": m43,
"sentAFile": m44,
"sentAPicture": m45,
"sentASticker": m46,
"sentAVideo": m47,
"sentAnAudio": m48,
"sessionVerified":
MessageLookupByLibrary.simpleMessage("Session is verified"),
"sharedTheLocation": m48,
"timeOfDay": m49,
"sharedTheLocation": m49,
"timeOfDay": m50,
"title": MessageLookupByLibrary.simpleMessage("FluffyChat"),
"unbannedUser": m50,
"unknownEvent": m51,
"unbannedUser": m51,
"unknownEvent": m52,
"unknownSessionVerify": MessageLookupByLibrary.simpleMessage(
"Unknown session, please verify"),
"unreadChats": m52,
"unreadMessages": m53,
"unreadMessagesInChats": m54,
"userAndOthersAreTyping": m55,
"userAndUserAreTyping": m56,
"userIsTyping": m57,
"userLeftTheChat": m58,
"userSentUnknownEvent": m59,
"unreadChats": m53,
"unreadMessages": m54,
"unreadMessagesInChats": m55,
"userAndOthersAreTyping": m56,
"userAndUserAreTyping": m57,
"userIsTyping": m58,
"userLeftTheChat": m59,
"userSentUnknownEvent": m60,
"verifiedSession": MessageLookupByLibrary.simpleMessage(
"Successfully verified session!"),
"verifyManual": MessageLookupByLibrary.simpleMessage("Verify Manually"),