mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Update API
This commit is contained in:
parent
efb1110987
commit
0df319742a
69 changed files with 12319 additions and 10209 deletions
|
|
@ -16172,7 +16172,30 @@ Error: %8$@";
|
|||
|
||||
"CreatePoll.QuestionNeeded" = "Enter a question";
|
||||
"CreatePoll.OptionsNeeded" = "Add at least two options";
|
||||
"CreatePoll.OptionsNeededOne" = "Add at least one option";
|
||||
"CreatePoll.QuizCorrectOptionNeeded" = "Select a correct option";
|
||||
"CreatePoll.QuizCorrectOptionNeededMultiple" = "Select at least one correct option";
|
||||
|
||||
"Stars.Intro.Transaction.Commission.Title" = "%@ commission";
|
||||
|
||||
"Conversation.ViewPollStats" = "View Statistics";
|
||||
"PollStats.Title" = "Poll Stats";
|
||||
"PollStats.GraphHeader" = "VOTE TIMELINE";
|
||||
|
||||
"CreatePoll.RestrictToSubscribers" = "Restrict to Subscribers";
|
||||
"CreatePoll.RestrictToSubscribersInfo" = "Only subscribers who joined 24+ hours ago can vote";
|
||||
|
||||
"CreatePoll.LimitCountry" = "Limit by Country";
|
||||
"CreatePoll.LimitCountryInfo" = "Only users from selected countries can vote";
|
||||
"CreatePoll.AllowedCountries" = "Allowed Countries";
|
||||
"CreatePoll.AllowedCountries.Countries_1" = "%@ country";
|
||||
"CreatePoll.AllowedCountries.Countries_any" = "%@ countries";
|
||||
|
||||
"Chat.Poll.Restriction.Subscribers" = "Only subscribers of **%@** can vote";
|
||||
"Chat.Poll.Restriction.Subscribers.TimeLimit" = "Only subscribers who joined more than **24 hours** ago can vote.";
|
||||
"Chat.Poll.Restriction.Country" = "Only users from %@ can vote.";
|
||||
"Chat.Poll.Restriction.SubscribersCountry" = "Only subscribers of **%@** from %@ can vote.";
|
||||
"Chat.Poll.Restriction.Country.CountriesDelimiter" = ", ";
|
||||
"Chat.Poll.Restriction.Country.CountriesLastDelimiter" = " and ";
|
||||
|
||||
"Conversation.MessageGuestChatForUser" = "for %@";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue