mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-11 12:41:37 +01:00
Update content of files
This commit is contained in:
parent
438b294a68
commit
c748f66dd4
2 changed files with 17 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
10b09fccce67b602d1084747cc328363b1220ef9294a8701ae6be15d1eec8e0a
|
|
@ -6992,6 +6992,9 @@
|
|||
|
||||
"ChatList.DownloadsTag" = "Downloads";
|
||||
"ChatList.ChannelsTag" = "Channels";
|
||||
"ChatList.ChatsTag" = "Chats";
|
||||
"ChatList.MessagesTag" = "Messages";
|
||||
"ChatList.TopicsTag" = "Topics";
|
||||
|
||||
|
||||
|
||||
|
@ -11142,3 +11145,16 @@
|
|||
|
||||
"ChatReaction.StarsDisabled" = "Star reactions have been disabled for this channel.";
|
||||
|
||||
"ChatReaction.Undo.StarsSent" = "Stars Sent!";
|
||||
"ChatReaction.Undo" = "Undo";
|
||||
|
||||
|
||||
"ChatReaction.Undo.Reacted_countable" = "%d";
|
||||
"ChatReaction.Undo.Reacted_zero" = "You have reacted with %d stars.";
|
||||
"ChatReaction.Undo.Reacted_one" = "You have reacted with %d star.";
|
||||
"ChatReaction.Undo.Reacted_two" = "You have reacted with %d stars.";
|
||||
"ChatReaction.Undo.Reacted_few" = "You have reacted with %d stars.";
|
||||
"ChatReaction.Undo.Reacted_many" = "You have reacted with %d stars.";
|
||||
"ChatReaction.Undo.Reacted_other" = "You have reacted with %d stars.";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue