mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 06:50:42 +01:00
Update content of files
This commit is contained in:
parent
a003f94cd6
commit
a49609c181
3 changed files with 24 additions and 0 deletions
|
@ -824,6 +824,9 @@
|
|||
"ChatList.Context.Pause" = "Close";
|
||||
"ChatList.Context.Start" = "Restart";
|
||||
|
||||
"ChatList.Context.HideGeneral" = "Hide";
|
||||
"ChatList.Context.UnhideGeneral" = "Unhide";
|
||||
|
||||
|
||||
"ChatList.Context.Preview" = "Preview";
|
||||
|
||||
|
@ -1984,7 +1987,10 @@
|
|||
"Supergroup.DeleteRestriction.BanUser" = "Ban User";
|
||||
"Supergroup.DeleteRestriction.ReportSpam" = "Report Spam";
|
||||
"Supergroup.DeleteRestriction.DeleteAllMessages" = "Delete All Messages";
|
||||
|
||||
"ChannelAdmins.RecentActions" = "Recent Actions";
|
||||
"ChannelAdmins.AggressiveAntiSpam" = "Aggressive Anti-Spam";
|
||||
"ChannelAdmins.AggressiveAntiSpam.Info" = "Telegram will filter more spam but may occasionally affect ordinary mesages. You can report false positives in Recent Actions.";
|
||||
|
||||
|
||||
"Telegram.ProxySettingsViewController" = "Proxy";
|
||||
|
@ -2380,6 +2386,17 @@
|
|||
|
||||
//"ChatList.Context.PinError" = "Sorry, you can pin no more than 5 chats to the top.";
|
||||
"ChatList.Context.PinErrorNew2" = "Sorry, you can only pin 5 chats to the top in the main list. More chats can be pinned in Chat Folders and your Archive.";
|
||||
|
||||
|
||||
"ChatList.Context.PinError.Topics_countable" = "%d";
|
||||
"ChatList.Context.PinError.Topics_zero" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
"ChatList.Context.PinError.Topics_one" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
"ChatList.Context.PinError.Topics_two" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
"ChatList.Context.PinError.Topics_few" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
"ChatList.Context.PinError.Topics_many" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
"ChatList.Context.PinError.Topics_other" = "Sorry, you can only pin %d topics to the top. Unpin some that are currently pinned.";
|
||||
|
||||
|
||||
"ChatList.Context.PinErrorNew.SetupFolders" = "Set Up Folders";
|
||||
|
||||
|
||||
|
@ -6969,3 +6986,8 @@
|
|||
"ChatHeader.RestartTopic" = "Restart Topic";
|
||||
|
||||
"PeerInfo.TopicStatus.In" = "in %1$@";
|
||||
|
||||
|
||||
"ForumTopic.Edit.General.Show" = "Show in Topics";
|
||||
"ForumTopic.Edit.General.Info" = "If the 'General' topic is hidden, group members can pull down in the topic list to view it.";
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
f8b83f5cdbc4946b9b8ad73f875f13628f8fcc7545001501f75495001e28df3d
|
|
@ -0,0 +1 @@
|
|||
53bcba974c6cc378bede6b2bd0190eace7b3bfedf9c60b427c685f26d1317b61
|
Loading…
Reference in a new issue