"Chat.Service.BotPermissionAllowed":"You allowed this bot to message you when you logged in on %@",
"Chat.Service.BotPermissionAllowed":"You allowed this bot to message you when you logged in on %@",
"Chat.Poll.Unvote":"Retract Vote",
"Chat.Poll.Unvote":"Retract Vote",
"Chat.Poll.Stop":"Stop Poll",
"Chat.Poll.Stop":"Stop Poll",
/*"Chat.Poll.Stop.Confirm.Header":"StopPoll?",
// "Chat.Poll.Stop.Confirm.Header": "Stop Poll?",
"Chat.Poll.Stop.Confirm.Text": "If you stop this poll now, nobody will be able to vote in it anymore. This action cannot be undone.",*/
// "Chat.Poll.Stop.Confirm.Text": "If you stop this poll now, nobody will be able to vote in it anymore. This action cannot be undone.",
/*"Chat.Pinned.UnpinAll":{
// "Chat.Pinned.UnpinAll": {
"one_value":"Unpin %d Message",
// "one_value": "Unpin %d Message",
"other_value":"Unpin All %d Messages"
// "other_value": "Unpin All %d Messages"
},*/
// },
"Chat.Pinned.DontShow":"Don't Show Pinned Messages",
"Chat.Pinned.DontShow":"Don't Show Pinned Messages",
"Chat.Title.Comments":{
"Chat.Title.Comments":{
"one_value":"%d Comment",
"one_value":"%d Comment",
@ -340,7 +340,7 @@ const lang = {
"one_value":"%d user",
"one_value":"%d user",
"other_value":"%d users"
"other_value":"%d users"
},
},
"RcentSessions.Error.FreshReset":"For security reasons, you can't terminate older sessions from a device that you've just connected. Please use an earlier connection or wait for a few hours.",
"RecentSessions.Error.FreshReset":"For security reasons, you can't terminate older sessions from a device that you've just connected. Please use an earlier connection or wait for a few hours.",
"Message.Context.Select":"Select",
"Message.Context.Select":"Select",
"Message.Context.Pin":"Pin",
"Message.Context.Pin":"Pin",
"Message.Context.Unpin":"Unpin",
"Message.Context.Unpin":"Unpin",
@ -348,7 +348,7 @@ const lang = {
"NewPoll.Explanation.Placeholder":"Add a Comment (Optional)",
"NewPoll.Explanation.Placeholder":"Add a Comment (Optional)",
"FilterIncludeExcludeInfo" = "Choose chats and types of chats that will\nappear and never appear in this folder.";
"FilterIncludeExcludeInfo" = "Choose chats and types of chats that will\nappear and never appear in this folder.";
"FilterNameInputLabel" = "Folder Name";
"FilterNameInputLabel" = "Folder Name";
"FilterMenuDelete" = "Delete Folder";
"FilterMenuDelete" = "Delete Folder";
@ -7,9 +9,6 @@
"FilterAllNonContacts" = "All Non-Contacts";
"FilterAllNonContacts" = "All Non-Contacts";
"FilterAllChannels" = "All Channels";
"FilterAllChannels" = "All Channels";
"FilterAllBots" = "All Bots";
"FilterAllBots" = "All Bots";
"FilterAllUnmuted" = "All Unmuted";
"FilterAllUnread" = "All Unread";
"FilterAllUnarchived" = "All Unarchived";
"WordDelimiter" = ", ";
"WordDelimiter" = ", ";
"WordDelimiterLast" = " and ";
"WordDelimiterLast" = " and ";
"EditProfile.FirstNameLabel" = "Name";
"EditProfile.FirstNameLabel" = "Name";
@ -19,7 +18,17 @@
"EditProfile.Username.Taken" = "Username is already taken";
"EditProfile.Username.Taken" = "Username is already taken";
"EditProfile.Username.Invalid" = "Username is invalid";
"EditProfile.Username.Invalid" = "Username is invalid";
"EditProfile.Username.Help" = "You can choose a username on Telegram. If you do, people will be able to find you by this username and contact you without needing your phone number.\n\nYou can use a–z, 0–9 and underscores. Minimum length is 5 characters.";
"EditProfile.Username.Help" = "You can choose a username on Telegram. If you do, people will be able to find you by this username and contact you without needing your phone number.\n\nYou can use a–z, 0–9 and underscores. Minimum length is 5 characters.";
"RecentSessions.Error.FreshReset" = "For security reasons, you can't terminate older sessions from a device that you've just connected. Please use an earlier connection or wait for a few hours.";
"RcentSessions.Error.FreshReset" = "For security reasons, you can't terminate older sessions from a device that you've just connected. Please use an earlier connection or wait for a few hours.";
"Message.Context.Select" = "Select";
"Message.Context.Pin" = "Pin";
"Message.Context.Unpin" = "Unpin";
"NewPoll.Anonymous" = "Anonymous Voting";
"NewPoll.Explanation.Placeholder" = "Add a Comment (Optional)";