mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 09:32:46 +00:00
Update submodules
This commit is contained in:
parent
e5485908dd
commit
ec3d6af8c4
@ -55,7 +55,7 @@ private enum SnapshotPeer {
|
||||
case let .secretChat(id, userId, _, _, _):
|
||||
return TelegramSecretChat(id: PeerId(namespace: Namespaces.Peer.SecretChat, id: id), creationDate: 123, regularPeerId: PeerId(namespace: Namespaces.Peer.CloudUser, id: userId), accessHash: 123, role: .creator, embeddedState: .active, messageAutoremoveTimeout: nil)
|
||||
case let .channel(id, avatar, title):
|
||||
return TelegramChannel(id: PeerId(namespace: Namespaces.Peer.CloudChannel, id: id), accessHash: 123, title: title, username: nil, photo: avatarImages(postbox, avatar), creationDate: 123, version: 0, participationStatus: .member, info: .broadcast(TelegramChannelBroadcastInfo(flags: [])), flags: [], restrictionInfo: nil, adminRights: nil, bannedRights: nil, peerGroupId: nil)
|
||||
return TelegramChannel(id: PeerId(namespace: Namespaces.Peer.CloudChannel, id: id), accessHash: 123, title: title, username: nil, photo: avatarImages(postbox, avatar), creationDate: 123, version: 0, participationStatus: .member, info: .broadcast(TelegramChannelBroadcastInfo(flags: [])), flags: [], restrictionInfo: nil, adminRights: nil, bannedRights: nil, defaultBannedRights: nil, peerGroupId: nil)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2621,19 +2621,19 @@ Unused sets are archived when you add more.";
|
||||
|
||||
"Conversation.RestrictedTextTimed" = "The admins of this group have restricted you from writing here until %@.";
|
||||
"Conversation.RestrictedText" = "The admins of this group have restricted you from writing here.";
|
||||
"Conversation.DefaultRestrictedText" = "Writing is restricted in this group.";
|
||||
"Conversation.DefaultRestrictedText" = "Writing messages isn’t allowed in this group.";
|
||||
|
||||
"Conversation.RestrictedInlineTimed" = "The admins of this group have restricted you from posting inline content here until %@.";
|
||||
"Conversation.RestrictedInline" = "The admins of this group have restricted you from posting inline content here.";
|
||||
"Conversation.DefaultRestrictedInline" = "Inline content is disabled in this group.";
|
||||
"Conversation.DefaultRestrictedInline" = "Posting inline content isn’t allowed in this group.";
|
||||
|
||||
"Conversation.RestrictedMediaTimed" = "The admins of this group have restricted you from posting media content here until %@.";
|
||||
"Conversation.RestrictedMedia" = "The admins of this group have restricted you from posting media content here.";
|
||||
"Conversation.DefaultRestrictedMedia" = "Posting media content is disabled in this group.";
|
||||
"Conversation.DefaultRestrictedMedia" = "Posting media content isn’t allowed in this group.";
|
||||
|
||||
"Conversation.RestrictedStickersTimed" = "The admins of this group have restricted you from posting stickers here until %@.";
|
||||
"Conversation.RestrictedStickers" = "The admins of this group have restricted you from posting stickers here.";
|
||||
"Conversation.DefaultRestrictedStickers" = "Posting stickers is disabled in this group.";
|
||||
"Conversation.DefaultRestrictedStickers" = "Posting stickers isn’t allowed in this group.";
|
||||
|
||||
"ChatSettings.ConnectionType.Title" = "CONNECTION TYPE";
|
||||
"ChatSettings.ConnectionType.UseProxy" = "Use Proxy";
|
||||
@ -3659,7 +3659,7 @@ Unused sets are archived when you add more.";
|
||||
|
||||
"AuthCode.Alert" = "Your login code is %@. Enter it in the Telegram app where you are trying to log in.\n\nDo not give this code to anyone.";
|
||||
"Login.CheckOtherSessionMessages" = "Check your Telegram messages";
|
||||
"Login.SendCodeViaSms" = "Sent the code as an SMS";
|
||||
"Login.SendCodeViaSms" = "Send the code as an SMS";
|
||||
"Login.CancelPhoneVerification" = "Do you want to stop the phone number verification process?";
|
||||
"Login.CancelPhoneVerificationStop" = "Stop";
|
||||
"Login.CancelPhoneVerificationContinue" = "Continue";
|
||||
@ -3840,6 +3840,3 @@ Unused sets are archived when you add more.";
|
||||
"EmptyGroupInfo.Line4" = "Admins with different rights";
|
||||
|
||||
"BackgroundPreview.Title" = "Background Preview";
|
||||
|
||||
"Group.AdvanceUpgradeText" = "To use advanced group management options this group will be upgraded to a supergroup.";
|
||||
"Group.AdvanceUpgradeApply" = "Upgrade";
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit c91d10ec4b27b5242ff4683481279095d705a5c7
|
||||
Subproject commit ae7e54565babe4c734e83713e3ced9231f06be02
|
||||
@ -1 +1 @@
|
||||
Subproject commit 8000a7ef035e4a23a5c6aa609a6b98063eab2667
|
||||
Subproject commit 3c86219e5e5514c83f0f616f2958604deb2699cf
|
||||
@ -1 +1 @@
|
||||
Subproject commit da68a6d0db2a38797b83af854b883c7ccf9bc172
|
||||
Subproject commit fa34786f68cfd6a60abc1c6bc9597e90a15df099
|
||||
@ -1 +1 @@
|
||||
Subproject commit d81b5b89504c4729dc4b9c5827973cff615d1424
|
||||
Subproject commit 68cca990b04436a00705dafe906efee8f43c45a5
|
||||
@ -1 +1 @@
|
||||
Subproject commit f015b7965f21fb177c2ec344c19eae22ddf3773f
|
||||
Subproject commit 12e76ed3db5307de45e2186c66d3ea9fbf235930
|
||||
Loading…
x
Reference in New Issue
Block a user