chore: update languages
This commit is contained in:
parent
25ab8d8c1b
commit
c68902d24d
22 changed files with 2451 additions and 3460 deletions
|
|
@ -23,93 +23,89 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static m1(username) => "${username}-ը ակտիվացրել է end to end կոդավորումը";
|
||||
|
||||
static m2(username) => "";
|
||||
static m3(username) => "";
|
||||
|
||||
static m3(username, targetName) => "";
|
||||
static m4(username, targetName) => "";
|
||||
|
||||
static m4(homeserver) => "";
|
||||
static m5(homeserver) => "";
|
||||
|
||||
static m5(username) => "";
|
||||
static m6(username) => "";
|
||||
|
||||
static m6(username, description) => "";
|
||||
static m7(username, description) => "";
|
||||
|
||||
static m7(username, chatname) => "";
|
||||
static m8(username, chatname) => "";
|
||||
|
||||
static m8(username) => "";
|
||||
static m9(username) => "";
|
||||
|
||||
static m9(username, displayname) => "";
|
||||
static m10(username, displayname) => "";
|
||||
|
||||
static m10(username) => "";
|
||||
static m11(username) => "";
|
||||
|
||||
static m11(username, rules) => "";
|
||||
static m12(username, rules) => "";
|
||||
|
||||
static m12(username) => "";
|
||||
static m13(username) => "";
|
||||
|
||||
static m13(username, rules) => "";
|
||||
static m14(username, rules) => "";
|
||||
|
||||
static m14(username) => "";
|
||||
static m15(username) => "";
|
||||
|
||||
static m15(username, joinRules) => "";
|
||||
|
||||
static m16(username) => "";
|
||||
static m16(username, joinRules) => "";
|
||||
|
||||
static m17(username) => "";
|
||||
|
||||
static m18(username) => "";
|
||||
|
||||
static m19(error) => "";
|
||||
static m19(username) => "";
|
||||
|
||||
static m20(count) => "";
|
||||
static m20(error) => "";
|
||||
|
||||
static m21(username) => "";
|
||||
static m21(count) => "";
|
||||
|
||||
static m22(date, timeOfDay) => "";
|
||||
static m22(username) => "";
|
||||
|
||||
static m23(year, month, day) => "";
|
||||
static m23(date, timeOfDay) => "";
|
||||
|
||||
static m24(month, day) => "";
|
||||
static m24(year, month, day) => "";
|
||||
|
||||
static m25(displayname) => "";
|
||||
static m25(month, day) => "";
|
||||
|
||||
static m26(username, targetName) => "";
|
||||
static m27(displayname) => "";
|
||||
|
||||
static m27(groupName) => "";
|
||||
static m28(username, targetName) => "";
|
||||
|
||||
static m28(username, link) => "";
|
||||
static m29(groupName) => "";
|
||||
|
||||
static m29(username, targetName) => "";
|
||||
|
||||
static m30(username) => "";
|
||||
static m30(username, link) => "";
|
||||
|
||||
static m31(username, targetName) => "";
|
||||
|
||||
static m32(username, targetName) => "";
|
||||
static m32(username) => "";
|
||||
|
||||
static m33(localizedTimeShort) => "";
|
||||
static m33(username, targetName) => "";
|
||||
|
||||
static m34(count) => "";
|
||||
static m34(username, targetName) => "";
|
||||
|
||||
static m35(homeserver) => "";
|
||||
static m35(localizedTimeShort) => "";
|
||||
|
||||
static m36(number) => "";
|
||||
static m36(count) => "";
|
||||
|
||||
static m37(fileName) => "";
|
||||
static m37(homeserver) => "";
|
||||
|
||||
static m38(username) => "";
|
||||
static m38(number) => "";
|
||||
|
||||
static m39(username) => "";
|
||||
static m39(fileName) => "";
|
||||
|
||||
static m40(username) => "";
|
||||
|
||||
static m41(username) => "";
|
||||
|
||||
static m42(username, count) => "";
|
||||
static m42(username) => "";
|
||||
|
||||
static m43(username, username2) => "";
|
||||
static m43(username) => "";
|
||||
|
||||
static m44(username) => "";
|
||||
static m44(username, count) => "";
|
||||
|
||||
static m45(username) => "";
|
||||
static m45(username, username2) => "";
|
||||
|
||||
static m46(username) => "";
|
||||
|
||||
|
|
@ -119,27 +115,31 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static m49(username) => "";
|
||||
|
||||
static m50(hours12, hours24, minutes, suffix) => "";
|
||||
static m50(username) => "";
|
||||
|
||||
static m51(username, targetName) => "";
|
||||
static m52(username) => "";
|
||||
|
||||
static m52(type) => "";
|
||||
static m54(hours12, hours24, minutes, suffix) => "";
|
||||
|
||||
static m53(unreadCount) => "";
|
||||
static m55(username, targetName) => "";
|
||||
|
||||
static m54(unreadEvents) => "";
|
||||
static m56(type) => "";
|
||||
|
||||
static m55(unreadEvents, unreadChats) => "";
|
||||
static m57(unreadCount) => "";
|
||||
|
||||
static m56(username, count) => "";
|
||||
static m58(unreadEvents) => "";
|
||||
|
||||
static m57(username, username2) => "";
|
||||
static m59(unreadEvents, unreadChats) => "";
|
||||
|
||||
static m58(username) => "";
|
||||
static m60(username, count) => "";
|
||||
|
||||
static m59(username) => "";
|
||||
static m61(username, username2) => "";
|
||||
|
||||
static m60(username, type) => "";
|
||||
static m62(username) => "";
|
||||
|
||||
static m63(username) => "";
|
||||
|
||||
static m64(username, type) => "";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function>{
|
||||
|
|
@ -373,88 +373,88 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"askSSSSCache": MessageLookupByLibrary.simpleMessage(""),
|
||||
"askSSSSSign": MessageLookupByLibrary.simpleMessage(""),
|
||||
"askSSSSVerify": MessageLookupByLibrary.simpleMessage(""),
|
||||
"askVerificationRequest": m2,
|
||||
"bannedUser": m3,
|
||||
"byDefaultYouWillBeConnectedTo": m4,
|
||||
"askVerificationRequest": m3,
|
||||
"bannedUser": m4,
|
||||
"byDefaultYouWillBeConnectedTo": m5,
|
||||
"cachedKeys": MessageLookupByLibrary.simpleMessage(""),
|
||||
"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,
|
||||
"changedTheChatAvatar": m6,
|
||||
"changedTheChatDescriptionTo": m7,
|
||||
"changedTheChatNameTo": m8,
|
||||
"changedTheChatPermissions": m9,
|
||||
"changedTheDisplaynameTo": m10,
|
||||
"changedTheGuestAccessRules": m11,
|
||||
"changedTheGuestAccessRulesTo": m12,
|
||||
"changedTheHistoryVisibility": m13,
|
||||
"changedTheHistoryVisibilityTo": m14,
|
||||
"changedTheJoinRules": m15,
|
||||
"changedTheJoinRulesTo": m16,
|
||||
"changedTheProfileAvatar": m17,
|
||||
"changedTheRoomAliases": m18,
|
||||
"changedTheRoomInvitationLink": m19,
|
||||
"compareEmojiMatch": MessageLookupByLibrary.simpleMessage(""),
|
||||
"compareNumbersMatch": MessageLookupByLibrary.simpleMessage(""),
|
||||
"couldNotDecryptMessage": m19,
|
||||
"countParticipants": m20,
|
||||
"createdTheChat": m21,
|
||||
"couldNotDecryptMessage": m20,
|
||||
"countParticipants": m21,
|
||||
"createdTheChat": m22,
|
||||
"crossSigningDisabled": MessageLookupByLibrary.simpleMessage(""),
|
||||
"crossSigningEnabled": MessageLookupByLibrary.simpleMessage(""),
|
||||
"dateAndTimeOfDay": m22,
|
||||
"dateWithYear": m23,
|
||||
"dateWithoutYear": m24,
|
||||
"dateAndTimeOfDay": m23,
|
||||
"dateWithYear": m24,
|
||||
"dateWithoutYear": m25,
|
||||
"emoteExists": MessageLookupByLibrary.simpleMessage(""),
|
||||
"emoteInvalid": MessageLookupByLibrary.simpleMessage(""),
|
||||
"emoteWarnNeedToPick": MessageLookupByLibrary.simpleMessage(""),
|
||||
"groupWith": m25,
|
||||
"hasWithdrawnTheInvitationFor": m26,
|
||||
"groupWith": m27,
|
||||
"hasWithdrawnTheInvitationFor": m28,
|
||||
"incorrectPassphraseOrKey": MessageLookupByLibrary.simpleMessage(""),
|
||||
"inviteContactToGroup": m27,
|
||||
"inviteText": m28,
|
||||
"invitedUser": m29,
|
||||
"inviteContactToGroup": m29,
|
||||
"inviteText": m30,
|
||||
"invitedUser": m31,
|
||||
"is typing...": MessageLookupByLibrary.simpleMessage(""),
|
||||
"isDeviceKeyCorrect": MessageLookupByLibrary.simpleMessage(""),
|
||||
"joinedTheChat": m30,
|
||||
"joinedTheChat": m32,
|
||||
"keysCached": MessageLookupByLibrary.simpleMessage(""),
|
||||
"keysMissing": MessageLookupByLibrary.simpleMessage(""),
|
||||
"kicked": m31,
|
||||
"kickedAndBanned": m32,
|
||||
"lastActiveAgo": m33,
|
||||
"loadCountMoreParticipants": m34,
|
||||
"logInTo": m35,
|
||||
"kicked": m33,
|
||||
"kickedAndBanned": m34,
|
||||
"lastActiveAgo": m35,
|
||||
"loadCountMoreParticipants": m36,
|
||||
"logInTo": m37,
|
||||
"newVerificationRequest": MessageLookupByLibrary.simpleMessage(""),
|
||||
"noCrossSignBootstrap": MessageLookupByLibrary.simpleMessage(""),
|
||||
"noMegolmBootstrap": MessageLookupByLibrary.simpleMessage(""),
|
||||
"numberSelected": m36,
|
||||
"numberSelected": m38,
|
||||
"ok": MessageLookupByLibrary.simpleMessage(""),
|
||||
"onlineKeyBackupDisabled": MessageLookupByLibrary.simpleMessage(""),
|
||||
"onlineKeyBackupEnabled": MessageLookupByLibrary.simpleMessage(""),
|
||||
"passphraseOrKey": MessageLookupByLibrary.simpleMessage(""),
|
||||
"play": m37,
|
||||
"redactedAnEvent": m38,
|
||||
"rejectedTheInvitation": m39,
|
||||
"removedBy": m40,
|
||||
"seenByUser": m41,
|
||||
"seenByUserAndCountOthers": m42,
|
||||
"seenByUserAndUser": m43,
|
||||
"sentAFile": m44,
|
||||
"sentAPicture": m45,
|
||||
"sentASticker": m46,
|
||||
"sentAVideo": m47,
|
||||
"sentAnAudio": m48,
|
||||
"play": m39,
|
||||
"redactedAnEvent": m40,
|
||||
"rejectedTheInvitation": m41,
|
||||
"removedBy": m42,
|
||||
"seenByUser": m43,
|
||||
"seenByUserAndCountOthers": m44,
|
||||
"seenByUserAndUser": m45,
|
||||
"sentAFile": m46,
|
||||
"sentAPicture": m47,
|
||||
"sentASticker": m48,
|
||||
"sentAVideo": m49,
|
||||
"sentAnAudio": m50,
|
||||
"sessionVerified": MessageLookupByLibrary.simpleMessage(""),
|
||||
"sharedTheLocation": m49,
|
||||
"timeOfDay": m50,
|
||||
"sharedTheLocation": m52,
|
||||
"timeOfDay": m54,
|
||||
"title": MessageLookupByLibrary.simpleMessage(""),
|
||||
"unbannedUser": m51,
|
||||
"unknownEvent": m52,
|
||||
"unbannedUser": m55,
|
||||
"unknownEvent": m56,
|
||||
"unknownSessionVerify": MessageLookupByLibrary.simpleMessage(""),
|
||||
"unreadChats": m53,
|
||||
"unreadMessages": m54,
|
||||
"unreadMessagesInChats": m55,
|
||||
"userAndOthersAreTyping": m56,
|
||||
"userAndUserAreTyping": m57,
|
||||
"userIsTyping": m58,
|
||||
"userLeftTheChat": m59,
|
||||
"userSentUnknownEvent": m60,
|
||||
"unreadChats": m57,
|
||||
"unreadMessages": m58,
|
||||
"unreadMessagesInChats": m59,
|
||||
"userAndOthersAreTyping": m60,
|
||||
"userAndUserAreTyping": m61,
|
||||
"userIsTyping": m62,
|
||||
"userLeftTheChat": m63,
|
||||
"userSentUnknownEvent": m64,
|
||||
"verifiedSession": MessageLookupByLibrary.simpleMessage(""),
|
||||
"verifyManual": MessageLookupByLibrary.simpleMessage(""),
|
||||
"verifyStart": MessageLookupByLibrary.simpleMessage(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue