mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
abb9203c98
commit
2a1c80104c
3 changed files with 37 additions and 4 deletions
|
@ -0,0 +1 @@
|
|||
cb08cfcd5c21c5e0fce509eba712bec4c56a205ce9822a738578c0fdc2914368
|
|
@ -0,0 +1 @@
|
|||
01c651a2540da7e0208adae1eb60e62a10ff55fd63a7143a78a76e06d84b27ed
|
|
@ -126,6 +126,8 @@
|
|||
"PeerInfo.Action.VoiceChat" = "Voice Chat";
|
||||
"PeerInfo.Action.LiveStream" = "Live Stream";
|
||||
|
||||
"PeerInfo.Action.AcrhivedStories" = "Acrhived Stories";
|
||||
|
||||
|
||||
"PeerInfo.Confirm.DeleteGroupConfirmation" = "Wait! Deleting this group will remove all members and all messages will be lost. Delete the group anyway?";
|
||||
|
||||
|
@ -8407,12 +8409,41 @@
|
|||
"ChannelBoost.EnableWallpapersText.Group" = "Your group needs **%1$@ level** to change wallpaper.\n\nAsk your **Premium** subscribers to boost your group with this link:";
|
||||
|
||||
|
||||
"ChannelBoost.UnblockText.Group" = "Boost the group **%1$@** times to remove messaging restrictions. Your boosts will help **%2$@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group.Full" = "Boost the group **%1$@** times to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group_countable" = "%d %@";
|
||||
"ChannelBoost.UnblockText.Group_zero" ="Boost the group **%d** time to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group_one" = "Boost the group **%d** times to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group_two" = "Boost the group **%d** times to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group_few" = "Boost the group **%d** times to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group_many" = "Boost the group **%d** times to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockText.Group_other" = "Boost the group **%d** times to remove messaging restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
|
||||
"ChannelBoost.UnblockSlowmode.Group" = "Boost the group **%1$@** times to remove slow mode restrictions. Your boosts will help **%2$@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full" = "Boost the group **%1$@** times to remove slow mode restrictions.";
|
||||
|
||||
"ChannelBoost.UnblockText.Group.Full_countable" = "%d";
|
||||
"ChannelBoost.UnblockText.Group.Full_zero" = "Boost the group **%d** times to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group.Full_one" = "Boost the group **%d** time to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group.Full_two" = "Boost the group **%d** times to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group.Full_few" = "Boost the group **%d** times to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group.Full_many" = "Boost the group **%d** times to remove messaging restrictions.";
|
||||
"ChannelBoost.UnblockText.Group.Full_other" = "Boost the group **%d** times to remove messaging restrictions.";
|
||||
|
||||
|
||||
"ChannelBoost.UnblockSlowmode.Group_countable" = "%d %@";
|
||||
"ChannelBoost.UnblockSlowmode.Group_zero" = "Boost the group **%d** times to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group_one" = "Boost the group **%d** time to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group_two" = "Boost the group **%d** times to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group_few" = "Boost the group **%d** times to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group_many" = "Boost the group **%d** times to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
"ChannelBoost.UnblockSlowmode.Group_other" = "Boost the group **%d** times to remove slow mode restrictions. Your boosts will help **%@** to unlock new features.";
|
||||
|
||||
|
||||
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_countable" = "%d";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_zero" = "Boost the group **%d** times to remove slow mode restrictions.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_one" = "Boost the group **%d** time to remove slow mode restrictions.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_two" = "Boost the group **%d** times to remove slow mode restrictions.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_few" = "Boost the group **%d** times to remove slow mode restrictions.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_many" = "Boost the group **%d** times to remove slow mode restrictions.";
|
||||
"ChannelBoost.UnblockSlowmode.Group.Full_other" = "Boost the group **%d** times to remove slow mode restrictions.";
|
||||
|
||||
"ChannelBoost.EnableReactions" = "Custom Reactions";
|
||||
"ChannelBoost.EnableReactionsText" = "Your channel needs to reach **%1$@ level** to add %2$@ custom emoji as reactions.\n\nAsk your **Premium** subscribers to boost your channel with this link:";
|
||||
|
|
Loading…
Add table
Reference in a new issue