Fix langPack strings

This commit is contained in:
Eduard Kuzmenko 2022-01-17 23:40:29 +04:00
parent 53eab33a09
commit 674ccbb108
3 changed files with 387 additions and 40 deletions

View File

@ -33,7 +33,7 @@ const lang = {
"Chat.Selection.LimitToast": "Max selection count reached.", "Chat.Selection.LimitToast": "Max selection count reached.",
"Chat.Search.MessagesFound": { "Chat.Search.MessagesFound": {
"one_value": "%d message found", "one_value": "%d message found",
"other_value": "%d messages found", "other_value": "%d messages found"
}, },
"Chat.Search.NoMessagesFound": "No messages found", "Chat.Search.NoMessagesFound": "No messages found",
"Chat.Search.PrivateSearch": "Private Search", "Chat.Search.PrivateSearch": "Private Search",
@ -53,14 +53,14 @@ const lang = {
"ConnectionStatus.Waiting": "Waiting for network...", "ConnectionStatus.Waiting": "Waiting for network...",
"Contacts.Count": { "Contacts.Count": {
"one_value": "%d contact", "one_value": "%d contact",
"other_value": "%d contacts", "other_value": "%d contacts"
}, },
"Deactivated.Title": "Too many tabs...", "Deactivated.Title": "Too many tabs...",
"Deactivated.Subtitle": "Telegram supports only one active tab with the app.\nClick anywhere to continue using this tab.", "Deactivated.Subtitle": "Telegram supports only one active tab with the app.\nClick anywhere to continue using this tab.",
/* "Drafts": { // "Drafts": {
"one_value": "%d draft", // "one_value": "%d draft",
"other_value": "%d drafts", // "other_value": "%d drafts",
}, */ // },
"General.Keyboard": "Keyboard", "General.Keyboard": "Keyboard",
"General.SendShortcut.Enter": "Send by Enter", "General.SendShortcut.Enter": "Send by Enter",
"General.SendShortcut.CtrlEnter": "Send by %s + Enter", "General.SendShortcut.CtrlEnter": "Send by %s + Enter",
@ -525,8 +525,8 @@ const lang = {
"NoMessages": "No messages here yet...", "NoMessages": "No messages here yet...",
"NoScheduledMessages": "No scheduled messages here yet...", "NoScheduledMessages": "No scheduled messages here yet...",
"NoMessagesGreetingsDescription": "Send a message or tap the greeting below.", "NoMessagesGreetingsDescription": "Send a message or tap the greeting below.",
"InviteToGroupError": "Sorry, you can\'t add this user to groups because of user\'s privacy settings.", "InviteToGroupError": "Sorry, you can't add this user to groups because of user's privacy settings.",
"InviteToChannelError": "Sorry, you can\'t add this user to channels because of user\'s privacy settings.", "InviteToChannelError": "Sorry, you can't add this user to channels because of user's privacy settings.",
"AddMembersAlertTitle": "Add %1$s", "AddMembersAlertTitle": "Add %1$s",
"AddOneMemberAlertTitle": "Add member", "AddOneMemberAlertTitle": "Add member",
"AddMembersAlertNamesText": "Are you sure you want to add %1$s to **%2$s**?", "AddMembersAlertNamesText": "Are you sure you want to add %1$s to **%2$s**?",
@ -537,13 +537,13 @@ const lang = {
"FiltersSetupPinAlert": "Set Up Folders", "FiltersSetupPinAlert": "Set Up Folders",
"AppName": "Telegram", "AppName": "Telegram",
"OK": "OK", "OK": "OK",
"PinFolderLimitReached": "Sorry, you can\'t pin any more chats to the top.", "PinFolderLimitReached": "Sorry, you can't pin any more chats to the top.",
"Send": "Send", "Send": "Send",
"ChannelJoin": "JOIN", "ChannelJoin": "JOIN",
"Yesterday": "yesterday", "Yesterday": "yesterday",
"LeaveAComment": "Leave a comment", "LeaveAComment": "Leave a comment",
"ViewInChat": "View in chat", "ViewInChat": "View in chat",
"LinkNotFound": "Unfortunately, you can\'t access this message. You are not a member of the chat where it was posted.", "LinkNotFound": "Unfortunately, you can't access this message. You are not a member of the chat where it was posted.",
"Create": "Create", "Create": "Create",
"ViewDiscussion": "View discussion", "ViewDiscussion": "View discussion",
"MessageScheduledUntilOnline": "Scheduled until online", "MessageScheduledUntilOnline": "Scheduled until online",
@ -602,8 +602,8 @@ const lang = {
"VoipUnmute": "Unmute", "VoipUnmute": "Unmute",
"SavingContentTitle": "Saving content", "SavingContentTitle": "Saving content",
"RestrictSavingContent": "Restrict saving content", "RestrictSavingContent": "Restrict saving content",
"RestrictSavingContentInfoGroup": "Members won\'t be able to copy, save and forward content from this group.", "RestrictSavingContentInfoGroup": "Members won't be able to copy, save and forward content from this group.",
"RestrictSavingContentInfoChannel": "Subscribers won\'t be able to copy, save and forward content from this channel.", "RestrictSavingContentInfoChannel": "Subscribers won't be able to copy, save and forward content from this channel.",
"ClearOtherSessionsHelp": "Logs out all devices except for this one.", "ClearOtherSessionsHelp": "Logs out all devices except for this one.",
"SessionsListInfo": "The official Telegram app is available for Android, iPhone, iPad, Windows, macOS and Linux.", "SessionsListInfo": "The official Telegram app is available for Android, iPhone, iPad, Windows, macOS and Linux.",
"SponsoredMessage": "sponsored", "SponsoredMessage": "sponsored",

View File

@ -29,7 +29,10 @@ let out = '';
str = str.slice(0, str.indexOf(pattern) + pattern.length - 1); str = str.slice(0, str.indexOf(pattern) + pattern.length - 1);
} }
//console.log(str); // console.log(`'${str}'`);
// var idx = 21865;
// idx -= 1;
// console.log(str.slice(idx, idx + 100));
const json = JSON.parse(str); const json = JSON.parse(str);
// console.log(json); // console.log(json);

View File

@ -1,12 +1,10 @@
"GrantPermissions" = "Grant permissions";
"NewGeoGroup" = "New GeoGroup";
"ChannelGeoGroupLocation" = "Group location";
"Animations" = "Animations"; "Animations" = "Animations";
"AttachAlbum" = "Album"; "AttachAlbum" = "Album";
"Appearance.Color.Hex" = "HEX";
"Appearance.Color.RGB" = "RGB";
"BlockModal.Search.Placeholder" = "Block user..."; "BlockModal.Search.Placeholder" = "Block user...";
"DarkMode" = "Dark Mode"; "DarkMode" = "Dark Mode";
"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";
"FilterMenuDelete" = "Delete Folder"; "FilterMenuDelete" = "Delete Folder";
"FilterHeaderEdit" = "Edit Folder"; "FilterHeaderEdit" = "Edit Folder";
"FilterAllGroups" = "All Groups"; "FilterAllGroups" = "All Groups";
@ -23,31 +21,49 @@
"EditProfile.Username.Available" = "Username is available"; "EditProfile.Username.Available" = "Username is available";
"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 az, 09 and underscores. Minimum length is 5 characters.";
"ExceptionModal.Search.Placeholder" = "Add exception..."; "ExceptionModal.Search.Placeholder" = "Add exception...";
"Chat.Menu.SelectMessages" = "Select Messages"; "Chat.Menu.SelectMessages" = "Select Messages";
"Chat.Menu.ClearSelection" = "Clear Selection"; "Chat.Menu.ClearSelection" = "Clear Selection";
"Chat.Menu.Hint" = "To **edit** or **reply**, close this menu.\nThen tap next to a message.";
"Chat.Input.UnpinAll" = "Unpin All Messages"; "Chat.Input.UnpinAll" = "Unpin All Messages";
"Chat.Input.Attach.PhotoOrVideo" = "Photo or Video"; "Chat.Input.Attach.PhotoOrVideo" = "Photo or Video";
"Chat.Input.Attach.Document" = "Document"; "Chat.Input.Attach.Document" = "Document";
"Chat.Subscribe" = "SUBSCRIBE"; "Chat.Subscribe" = "SUBSCRIBE";
"Chat.Selection.MessagesCount_one" = "%d Message";
"Chat.Selection.MessagesCount_other" = "%d Messages";
"Chat.Selection.LimitToast" = "Max selection count reached."; "Chat.Selection.LimitToast" = "Max selection count reached.";
"Chat.Search.MessagesFound_one" = "%d message found";
"Chat.Search.MessagesFound_other" = "%d messages found";
"Chat.Search.NoMessagesFound" = "No messages found";
"Chat.Search.PrivateSearch" = "Private Search";
"ChatList.Main.EmptyPlaceholder.Title" = "Your chats will appear here";
"ChatList.Main.EmptyPlaceholder.Subtitle" = "You have %s on Telegram";
"ChatList.Menu.SwitchTo.Webogram" = "Switch to Old Version";
"ChatList.Menu.SwitchTo.Z" = "Switch to Z version";
"ChatMigration.From" = "Migrated from %s";
"ChatMigration.To" = "Migrated to %s";
"ConnectionStatus.ForceReconnect" = "force reconnect";
"ConnectionStatus.ReconnectIn" = "Reconnect in %ds, %s";
"ConnectionStatus.Reconnect" = "reconnect";
"ConnectionStatus.Reconnecting" = "Reconnecting...";
"ConnectionStatus.TimedOut" = "Request timed out, %s";
"ConnectionStatus.Waiting" = "Waiting for network...";
"Contacts.Count_one" = "%d contact";
"Contacts.Count_other" = "%d contacts";
"Deactivated.Title" = "Too many tabs...";
"Deactivated.Subtitle" = "Telegram supports only one active tab with the app.\nClick anywhere to continue using this tab.";
"General.Keyboard" = "Keyboard"; "General.Keyboard" = "Keyboard";
"General.SendShortcut.Enter" = "Send by Enter"; "General.SendShortcut.Enter" = "Send by Enter";
"General.SendShortcut.CtrlEnter" = "Send by %s + Enter"; "General.SendShortcut.CtrlEnter" = "Send by %s + Enter";
"General.SendShortcut.NewLine.ShiftEnter" = "New line by Shift + Enter"; "General.SendShortcut.NewLine.ShiftEnter" = "New line by Shift + Enter";
"General.SendShortcut.NewLine.Enter" = "New line by Enter"; "General.SendShortcut.NewLine.Enter" = "New line by Enter";
"General.AutoplayMedia" = "Auto-Play Media"; "General.AutoplayMedia" = "Auto-Play Media";
"General.TimeFormat" = "Time Format";
"General.TimeFormat.h12" = "12-hour";
"General.TimeFormat.h23" = "24-hour";
"ChatBackground.UploadWallpaper" = "Upload Wallpaper"; "ChatBackground.UploadWallpaper" = "Upload Wallpaper";
"ChatBackground.SetColor" = "Set a Color";
"ChatBackground.Blur" = "Blur Wallpaper Image"; "ChatBackground.Blur" = "Blur Wallpaper Image";
"Notifications.Sound" = "Notification Sound"; "Notifications.Sound" = "Notification Sound";
"Notifications.MessagePreview" = "Message preview";
"NewPrivateChat" = "New Private Chat"; "NewPrivateChat" = "New Private Chat";
"NewPoll.OptionLabel" = "Option %d"; "NewPoll.OptionLabel" = "Option %d";
"NewPoll.Create" = "CREATE";
"Message.Context.Selection.Copy" = "Copy selected"; "Message.Context.Selection.Copy" = "Copy selected";
"Message.Context.Selection.Clear" = "Clear selection"; "Message.Context.Selection.Clear" = "Clear selection";
"Message.Context.Selection.Delete" = "Delete selected"; "Message.Context.Selection.Delete" = "Delete selected";
@ -62,6 +78,7 @@
"Presence.YourChat" = "chat with yourself"; "Presence.YourChat" = "chat with yourself";
"Privacy.Devices_one" = "%1$d device"; "Privacy.Devices_one" = "%1$d device";
"Privacy.Devices_other" = "%1$d devices"; "Privacy.Devices_other" = "%1$d devices";
"Privacy.SensitiveContent" = "Sensitive Content";
"PrivacyModal.Search.Placeholder" = "Add Users or Groups..."; "PrivacyModal.Search.Placeholder" = "Add Users or Groups...";
"Permissions.NoExceptions" = "No exceptions"; "Permissions.NoExceptions" = "No exceptions";
"Permissions.ExceptionsCount_one" = "%d exception"; "Permissions.ExceptionsCount_one" = "%d exception";
@ -82,12 +99,20 @@
"MediaViewer.Context.Download" = "Download"; "MediaViewer.Context.Download" = "Download";
"Profile" = "Profile"; "Profile" = "Profile";
"Saved" = "Saved"; "Saved" = "Saved";
"Deleted" = "Deleted";
"ReportBug" = "Report Bug"; "ReportBug" = "Report Bug";
"Notifications.Count_one" = "%d notification"; "Notifications.Count_one" = "%d notification";
"Notifications.Count_other" = "%d notifications"; "Notifications.Count_other" = "%d notifications";
"Notifications.Forwarded_one" = "Forwarded %d message"; "Notifications.Forwarded_one" = "Forwarded %d message";
"Notifications.Forwarded_other" = "Forwarded %d messages"; "Notifications.Forwarded_other" = "Forwarded %d messages";
"Notifications.New" = "New notification"; "Notifications.New" = "New notification";
"PushNotification.Action.Mute1d" = "Mute background alerts for 1 day";
"PushNotification.Action.Settings" = "Background alerts settings";
"PushNotification.Action.Mute1d.Mobile" = "Mute for 24H";
"PushNotification.Action.Settings.Mobile" = "Alerts settings";
"PushNotification.Message.NoPreview" = "You have a new message";
"LogOut.Description" = "Are you sure you want to log out?\n\nNote that you can seamlessly use Telegram on all your devices at once.";
"AccDescrEditing" = "Editing";
"ActionCreateChannel" = "Channel created"; "ActionCreateChannel" = "Channel created";
"ActionCreateGroup" = "un1 created the group"; "ActionCreateGroup" = "un1 created the group";
"ActionChangedTitle" = "un1 changed the group name to un2"; "ActionChangedTitle" = "un1 changed the group name to un2";
@ -107,6 +132,8 @@
"ActionUserScored" = "un1 scored %1$s"; "ActionUserScored" = "un1 scored %1$s";
"ActionYouScoredInGame" = "You scored %1$s in un2"; "ActionYouScoredInGame" = "You scored %1$s in un2";
"ActionUserScoredInGame" = "un1 scored %1$s in un2"; "ActionUserScoredInGame" = "un1 scored %1$s in un2";
"AndOther_one" = "and %1$d other";
"AndOther_other" = "and %1$d others";
"AttachPhoto" = "Photo"; "AttachPhoto" = "Photo";
"AttachVideo" = "Video"; "AttachVideo" = "Video";
"AttachGif" = "GIF"; "AttachGif" = "GIF";
@ -117,9 +144,12 @@
"AttachAudio" = "Voice message"; "AttachAudio" = "Voice message";
"AttachRound" = "Video message"; "AttachRound" = "Video message";
"AttachGame" = "Game"; "AttachGame" = "Game";
"Bot" = "bot";
"ChannelMegaJoined" = "You joined this group"; "ChannelMegaJoined" = "You joined this group";
"Channel.DescriptionPlaceholder" = "Description (optional)"; "EnterChannelName" = "Channel name";
"DescriptionOptionalPlaceholder" = "Description (optional)";
"DescriptionPlaceholder" = "Description"; "DescriptionPlaceholder" = "Description";
"DiscussionStarted" = "Discussion started";
"Draft" = "Draft"; "Draft" = "Draft";
"FilterAlwaysShow" = "Include Chats"; "FilterAlwaysShow" = "Include Chats";
"FilterNeverShow" = "Exclude Chats"; "FilterNeverShow" = "Exclude Chats";
@ -132,12 +162,16 @@
"FilterRecommended" = "Recommended Folders"; "FilterRecommended" = "Recommended Folders";
"FilterShowMoreChats_one" = "Show %1$d More Chat"; "FilterShowMoreChats_one" = "Show %1$d More Chat";
"FilterShowMoreChats_other" = "Show %1$d More Chats"; "FilterShowMoreChats_other" = "Show %1$d More Chats";
"ForwardedMessageCount_one" = "Forwarded message";
"ForwardedMessageCount_other" = "%1$d forwarded messages";
"FromYou" = "You"; "FromYou" = "You";
"Add" = "Add"; "Add" = "Add";
"Chats_one" = "%1$d chat"; "Chats_one" = "%1$d chat";
"Chats_other" = "%1$d chats"; "Chats_other" = "%1$d chats";
"Channels_one" = "%1$d channel"; "Channels_one" = "%1$d channel";
"Channels_other" = "%1$d channels"; "Channels_other" = "%1$d channels";
"Comments_one" = "%1$d Comment";
"Comments_other" = "%1$d Comments";
"Groups_one" = "%1$d group"; "Groups_one" = "%1$d group";
"Groups_other" = "%1$d groups"; "Groups_other" = "%1$d groups";
"Users_one" = "%1$d user"; "Users_one" = "%1$d user";
@ -268,6 +302,8 @@
"GroupMembers" = "Members"; "GroupMembers" = "Members";
"DeleteMega" = "Delete Group"; "DeleteMega" = "Delete Group";
"DeleteMegaMenu" = "Delete group"; "DeleteMegaMenu" = "Delete group";
"DeleteAndExitButton" = "Delete and Leave Group";
"ChannelDelete" = "Delete Channel";
"ChannelDeleteMenu" = "Delete channel"; "ChannelDeleteMenu" = "Delete channel";
"ChannelPermissions" = "Permissions"; "ChannelPermissions" = "Permissions";
"ChannelPermissionsHeader" = "What can members of this group do?"; "ChannelPermissionsHeader" = "What can members of this group do?";
@ -357,28 +393,255 @@
"Stickers_other" = "%1$d stickers"; "Stickers_other" = "%1$d stickers";
"HidAccount" = "The account was hidden by the user"; "HidAccount" = "The account was hidden by the user";
"TelegramFeatures" = "Telegram Features"; "TelegramFeatures" = "Telegram Features";
"SetColor" = "Set a color";
"Open" = "Open";
"OpenUrlTitle" = "Open Link";
"OpenUrlAlert2" = "Do you want to open %1$s?";
"FilterNoChatsToDisplay" = "Folder is empty";
"FilterNoChatsToDisplayInfo" = "No chats currently belong to this folder.";
"SupportStatus" = "support";
"Lately" = "last seen recently";
"WithinAWeek" = "last seen within a week";
"WithinAMonth" = "last seen within a month";
"ALongTimeAgo" = "last seen a long time ago";
"Online" = "online";
"MessageScheduleSend" = "Send Now";
"MessageScheduleEditTime" = "Reschedule";
"YouLeft" = "You left this group";
"Recent" = "Recent";
"Of" = "%1$d of %2$d";
"NoResult" = "No results";
"Updating" = "Updating...";
"Emoji" = "Emoji";
"AddContactTitle" = "Add Contact";
"HiddenName" = "Deleted Account";
"Seconds_one" = "%1$d second";
"Seconds_other" = "%1$d seconds";
"Minutes_one" = "%1$d minute";
"Minutes_other" = "%1$d minutes";
"Hours_one" = "%1$d hour";
"Hours_other" = "%1$d hours";
"Days_one" = "%1$d day";
"Days_other" = "%1$d days";
"Weeks_one" = "%1$d week";
"Weeks_other" = "%1$d weeks";
"TodayAtFormattedWithToday" = "today at %1$s";
"formatDateAtTime" = "%1$s at %2$s";
"JoinByPeekChannelTitle" = "Join Channel";
"JoinByPeekGroupTitle" = "Join Group";
"YouWereKicked" = "you were removed";
"ViaBot" = "via";
"InviteExpired" = "This invite link has expired.";
"NoUsernameFound" = "There is no Telegram account with this username.";
"PrivacyDeleteCloudDrafts" = "Delete All Cloud Drafts";
"AreYouSureClearDraftsTitle" = "Delete cloud drafts";
"AreYouSureClearDrafts" = "Are you sure you want to delete all cloud drafts?";
"BotInfoTitle" = "What can this bot do?";
"ChatYourSelf" = "forward here to save";
"GroupEmptyTitle1" = "You have created a **group**.";
"GroupEmptyTitle2" = "Groups can have:";
"GroupDescription1" = "Up to 200,000 members";
"GroupDescription2" = "Persistent chat history";
"GroupDescription3" = "Public links such as t.me/title";
"GroupDescription4" = "Admins with different rights";
"ChatYourSelfDescription1" = "Forward messages here to save them";
"ChatYourSelfDescription2" = "Send media and files to store them";
"ChatYourSelfDescription3" = "Access this chat from any device";
"ChatYourSelfDescription4" = "Use search to quickly find things";
"ChatYourSelfTitle" = "Your cloud storage";
"ActionYouCreateGroup" = "You created the group";
"NoMessages" = "No messages here yet...";
"NoScheduledMessages" = "No scheduled messages here yet...";
"NoMessagesGreetingsDescription" = "Send a message or tap the greeting below.";
"InviteToGroupError" = "Sorry, you can't add this user to groups because of user's privacy settings.";
"InviteToChannelError" = "Sorry, you can't add this user to channels because of user's privacy settings.";
"AddMembersAlertTitle" = "Add %1$s";
"AddOneMemberAlertTitle" = "Add member";
"AddMembersAlertNamesText" = "Are you sure you want to add %1$s to **%2$s**?";
"AddMembersAlertCountText" = "Are you sure you want to add %1$s to **%2$s**?";
"AddMembersForwardMessages" = "Show the last 100 messages to the new members";
"AddOneMemberForwardMessages" = "Show the last 100 messages to **%1$s**";
"PinToTopLimitReached2" = "Sorry, you can only pin %1$s to the top in the main list. More chats can be pinned in Chat Folders and your Archive.";
"FiltersSetupPinAlert" = "Set Up Folders";
"AppName" = "Telegram";
"OK" = "OK";
"PinFolderLimitReached" = "Sorry, you can't pin any more chats to the top.";
"Send" = "Send";
"ChannelJoin" = "JOIN";
"Yesterday" = "yesterday";
"LeaveAComment" = "Leave a comment";
"ViewInChat" = "View in chat";
"LinkNotFound" = "Unfortunately, you can't access this message. You are not a member of the chat where it was posted.";
"Create" = "Create";
"ViewDiscussion" = "View discussion";
"MessageScheduledUntilOnline" = "Scheduled until online";
"ReportChat" = "Report";
"ReportChatSpam" = "Spam";
"ReportChatViolence" = "Violence";
"ReportChatPornography" = "Pornography";
"ReportChatChild" = "Child Abuse";
"ReportChatOther" = "Other";
"ReportChatDescription" = "Description";
"ReportInfo" = "Please enter any additional details relevant to your report.";
"ReportSentInfo" = "Telegram moderators will review your report.\nThank you for your cooperation!";
"ReportHint" = "Additional details...";
"ChatHistory" = "Chat history for new members";
"ShareContact" = "Share contact";
"SendMessageTitle" = "Send message";
"SendContactToGroupText" = "Do you want to send this contact to **%1$s**?";
"ChannelBroadcast" = "Broadcast";
"ChannelSilentBroadcast" = "Silent Broadcast";
"Comment" = "Comment";
"SendAnonymously" = "Send anonymously";
"DiscardVoiceMessageTitle" = "Discard Voice Message";
"DiscardVoiceMessageDescription" = "Are you sure you want to stop recording and discard your voice message?";
"DiscardVoiceMessageAction" = "Discard";
"AddContact" = "Add to contacts";
"BlockUser" = "Block user";
"MobileHidden" = "Mobile hidden";
"MobileHiddenExceptionInfo" = "Phone number will be visible once %1$s adds you as a contact.";
"FirstName" = "First name (required)";
"LastName" = "Last name (optional)";
"AreYouSureBlockContact2" = "Are you sure you want to block **%1$s**?";
"UserBlocked" = "User blocked";
"UserUnblocked" = "User unblocked";
"AudioUnknownArtist" = "Unknown artist";
"AudioUnknownTitle" = "Unknown title";
"LogOut" = "Log out";
"OnlineCount_one" = "%1$d online";
"OnlineCount_other" = "%1$d online";
"EditedMessage" = "edited";
"GlobalSearch" = "Global search";
"SearchMessages" = "Messages";
"SearchAllChatsShort" = "Chats";
"ClearButton" = "Clear";
"FilterAllChats" = "All Chats";
"FilterAllChatsShort" = "All";
"Call" = "Call";
"VideoCall" = "Video Call";
"CallMessageOutgoing" = "Outgoing Call";
"CallMessageIncoming" = "Incoming Call";
"CallMessageVideoOutgoing" = "Outgoing Video Call";
"CallMessageVideoIncoming" = "Incoming Video Call";
"VoipExchangingKeys" = "Exchanging encryption keys";
"VoipUnmute" = "Unmute";
"SavingContentTitle" = "Saving content";
"RestrictSavingContent" = "Restrict saving content";
"RestrictSavingContentInfoGroup" = "Members won't be able to copy, save and forward content from this group.";
"RestrictSavingContentInfoChannel" = "Subscribers won't be able to copy, save and forward content from this channel.";
"ClearOtherSessionsHelp" = "Logs out all devices except for this one.";
"SessionsListInfo" = "The official Telegram app is available for Android, iPhone, iPad, Windows, macOS and Linux.";
"SponsoredMessage" = "sponsored";
"OpenChannelPost" = "VIEW POST";
"FilterNameHint" = "Folder name";
"BotStart" = "START";
"BotUnblock" = "RESTART";
"BotStop" = "Stop bot";
"BotRestart" = "Restart bot";
"ShareYouPhoneNumberTitle" = "Share your phone number?";
"AreYouSureShareMyContactInfoBot" = "The bot will know your phone number. This can be useful for integration with other services.";
"DistanceUnitsTitle" = "Distance units";
"DistanceUnitsKilometers" = "Kilometers";
"DistanceUnitsMiles" = "Miles";
"PeopleNearby" = "People Nearby";
"MakeMyselfVisible" = "Make Myself Visible";
"MakeMyselfVisibleTitle" = "Show Your Profile?";
"MakeMyselfVisibleInfo" = "Users nearby will be able to view your profile and send you messages. This may help you find new friends, but could also attract excessive attention. You can stop sharing your profile at any time.\n\nYour phone number will remain hidden.";
"StopShowingMe" = "Stop Showing Me";
"PeopleNearbyInfo2" = "Exchange contact info with people nearby and find new friends.";
"NearbyCreateGroup" = "Create a Local group";
"AwayTo" = "%1$s away";
"MessagePreview" = "Message Preview";
"KMetersAway2" = "%1$s km away";
"MetersAway2" = "%1$s m away";
"MilesAway" = "%1$s mi away";
"FootsAway" = "%1$s ft away";
"PeopleNearbyHeader" = "People nearby";
"ChatsNearbyHeader" = "Groups nearby";
"ChatLocation" = "Location";
"RequestToJoinGroupDescription" = "This group accepts new members only after they are approved by its admins.";
"RequestToJoinChannelDescription" = "This channel accepts new subscribers only after they are approved by its admins.";
"RequestToJoinSent" = "Join request sent";
"RequestToJoinGroupApproved" = "Your request to join the group was approved";
"RequestToJoinChannelApproved" = "Your request to join the channel was approved";
"AccountSettings.Filters" = "Chat Folders"; "AccountSettings.Filters" = "Chat Folders";
"AccountSettings.Notifications" = "Notifications and Sounds"; "AccountSettings.Notifications" = "Notifications and Sounds";
"AccountSettings.PrivacyAndSecurity" = "Privacy and Security"; "AccountSettings.PrivacyAndSecurity" = "Privacy and Security";
"AccountSettings.Language" = "Language"; "AccountSettings.Language" = "Language";
"Alert.UserDoesntExists" = "Sorry, this user doesn't seem to exist.";
"Alert.Confirm.Discard" = "Discard";
"Appearance.Reset" = "Reset to Defaults";
"Bio.Description" = "Any details such as age, occupation or city.\nExample: 23 y.o. designer from San Francisco"; "Bio.Description" = "Any details such as age, occupation or city.\nExample: 23 y.o. designer from San Francisco";
"Call.Accept" = "Accept";
"Call.Decline" = "Decline";
"Call.End" = "End";
"Call.Camera" = "Camera";
"Call.Mute" = "Mute";
"Call.Recall" = "Recall";
"Call.Close" = "Close";
"Call.Screen" = "Screen";
"Call.Confirm.Discard.Voice.Header" = "Video Chat in Progress";
"Call.Confirm.Discard.Voice.ToVoice.Text" = "Leave video chat in \"%1$@\" and start a new one in \"%2$@\"?";
"Call.Confirm.Discard.Voice.ToCall.Text" = "Leave video chat in \"%1$@\" and start a call with \"%2$@\"?";
"Call.Confirm.Discard.Call.Header" = "Call in Progress";
"Call.Confirm.Discard.Call.ToVoice.Text" = "End call with \"%1$@\" and start a video chat in \"%2$@\"?";
"Call.Confirm.Discard.Call.ToCall.Text" = "End call with \"%1$@\" and start a video chat in \"%2$@\"?";
"Call.PrivacyErrorMessage" = "Sorry, you cannot call %@ because of their privacy settings.";
"Call.StatusRequesting" = "Contacting...";
"Call.StatusRinging" = "Ringing...";
"Call.StatusConnecting" = "Connecting...";
"Call.StatusEnded" = "Call Ended";
"Call.StatusFailed" = "Call Failed";
"Call.StatusBusy" = "Busy";
"Call.StatusCalling" = "is calling you...";
"Contacts.PhoneNumber.NotRegistred" = "The person with this phone number is not registered on Telegram yet.";
"Channel.UsernameAboutChannel" = "People can share this link with others and can find your channel using Telegram search."; "Channel.UsernameAboutChannel" = "People can share this link with others and can find your channel using Telegram search.";
"Channel.UsernameAboutGroup" = "People can share this link with others and find your group using Telegram search."; "Channel.UsernameAboutGroup" = "People can share this link with others and find your group using Telegram search.";
"Chat.Accessory.Forward_one" = "Forward Message";
"Chat.Accessory.Forward_other" = "Forward %d Messages";
"Chat.Accessory.Forward.You" = "You";
"Chat.Accessory.Forward.From" = "From";
"Chat.Accessory.Hidden_one" = "Forward Message (sender's name hidden)";
"Chat.Accessory.Hidden_other" = "Forward %d Messages (senders' names hidden)";
"Chat.Alert.Forward.Action.Another" = "Forward to Another Chat";
"Chat.Alert.Forward.Action.Hide1_one" = "Hide Sender's Name";
"Chat.Alert.Forward.Action.Hide1_other" = "Hide Senders' Names";
"Chat.Alert.Forward.Action.Show1_one" = "Show Sender's Name";
"Chat.Alert.Forward.Action.Show1_other" = "Show Senders' Names";
"Chat.Alert.Forward.Action.ShowCaption_one" = "Show Caption";
"Chat.Alert.Forward.Action.ShowCaption_other" = "Show Captions";
"Chat.Alert.Forward.Action.HideCaption_one" = "Hide Caption";
"Chat.Alert.Forward.Action.HideCaption_other" = "Hide Captions";
"Chat.CopySelectedText" = "Copy Selected Text"; "Chat.CopySelectedText" = "Copy Selected Text";
"Chat.Confirm.Unpin" = "Would you like to unpin this message?"; "Chat.Confirm.Unpin" = "Would you like to unpin this message?";
"Chat.Context.Scheduled.SendNow" = "Send Now";
"Chat.Context.Scheduled.Reschedule" = "Re-schedule";
"Chat.Date.ScheduledFor" = "Scheduled for %@"; "Chat.Date.ScheduledFor" = "Scheduled for %@";
"Chat.Date.ScheduledForToday" = "Scheduled for today"; "Chat.Date.ScheduledForToday" = "Scheduled for today";
"Chat.DropTitle" = "Drop files here to send them"; "Chat.DropTitle" = "Drop files here to send them";
"Chat.DropQuickDesc" = "in a quick way"; "Chat.DropQuickDesc" = "in a quick way";
"Chat.DropAsFilesDesc" = "without compression"; "Chat.DropAsFilesDesc" = "without compression";
"Chat.Edit.Cancel.Text" = "Are you sure you want to discard all changes?";
"Chat.Service.Call.Cancelled" = "Cancelled";
"Chat.Service.Call.Missed" = "Missed";
"Chat.Service.PeerJoinedTelegram" = "%@ joined Telegram"; "Chat.Service.PeerJoinedTelegram" = "%@ joined Telegram";
"Chat.Service.Channel.UpdatedTitle" = "Channel renamed to \"%@\""; "Chat.Service.Channel.UpdatedTitle" = "Channel renamed to \"%@\"";
"Chat.Service.Channel.UpdatedPhoto" = "Channel photo updated"; "Chat.Service.Channel.UpdatedPhoto" = "Channel photo updated";
"Chat.Service.Channel.RemovedPhoto" = "Channel photo removed"; "Chat.Service.Channel.RemovedPhoto" = "Channel photo removed";
"Chat.Service.Channel.UpdatedVideo" = "Channel video updated"; "Chat.Service.Channel.UpdatedVideo" = "Channel video updated";
"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.Service.Group.UpdatedPinnedMessage" = "%@ pinned \"%@\"";
"Chat.Service.VoiceChatStarted" = "%1$@ started a [video chat](open)";
"Chat.Service.VoiceChatStartedYou" = "You started a [video chat](open)";
"Chat.Service.VoiceChatStarted.Channel" = "[Live Stream](open) started";
"Chat.Service.VoiceChatFinished" = "%1$@ ended the video chat (%2$@)";
"Chat.Service.VoiceChatFinishedYou" = "You ended the video chat (%@)";
"Chat.Service.VoiceChatFinished.Channel" = "Live Stream ended (%1$@)";
"Chat.Service.VoiceChatInvitation" = "%1$@ invited %2$@ to the [video chat](open)";
"Chat.Service.VoiceChatInvitationByYou" = "You invited %1$@ to the [video chat](open)";
"Chat.Service.VoiceChatInvitationForYou" = "%1$@ invited you to the [video chat](open)";
"ChatService.UserJoinedGroupByRequest" = "%@ was accepted to the group";
"ChatService.UserJoinedChannelByRequest" = "%@ joined the channel by request";
"ChatList.Service.VoiceChatScheduled" = "%1$@ scheduled a video chat for %2$@";
"ChatList.Service.VoiceChatScheduledYou" = "You scheduled a video chat for %2$@";
"Chat.Poll.Unvote" = "Retract Vote"; "Chat.Poll.Unvote" = "Retract Vote";
"Chat.Poll.Stop" = "Stop Poll"; "Chat.Poll.Stop" = "Stop Poll";
"Chat.Poll.ViewResults" = "View Results"; "Chat.Poll.ViewResults" = "View Results";
@ -399,11 +662,18 @@
"Chat.Pinned.DontShow" = "Don't Show Pinned Messages"; "Chat.Pinned.DontShow" = "Don't Show Pinned Messages";
"Chat.Title.Comments_one" = "%d Comment"; "Chat.Title.Comments_one" = "%d Comment";
"Chat.Title.Comments_other" = "%d Comments"; "Chat.Title.Comments_other" = "%d Comments";
"ChatTitle.ReportMessages" = "Report Messages";
"Chat.Send.WithoutSound" = "Send Without Sound"; "Chat.Send.WithoutSound" = "Send Without Sound";
"Chat.Send.SetReminder" = "Set a Reminder"; "Chat.Send.SetReminder" = "Set a Reminder";
"Chat.Send.ScheduledMessage" = "Schedule Message"; "Chat.Send.ScheduledMessage" = "Schedule Message";
"Chat.UnpinAllMessagesConfirmation_one" = "Do you want to unpin %d message in this chat?"; "Chat.UnpinAllMessagesConfirmation_one" = "Do you want to unpin %d message in this chat?";
"Chat.UnpinAllMessagesConfirmation_other" = "Do you want to unpin all %d messages in this chat?"; "Chat.UnpinAllMessagesConfirmation_other" = "Do you want to unpin all %d messages in this chat?";
"Chat.Message.Ad.Text" = "Unlike other apps, Telegram never uses your private data to target ads. Sponsored messages on Telegram are based solely on the topic of the public channels in which they are shown. This means that no user data is mined or analyzed to display ads, and every user viewing a channel on Telegram sees the same sponsored messages.\n\nUnlike other apps, Telegram doesn't track whether you tapped on a sponsored message and doesn't profile you based on your activity. We also prevent external links in sponsored messages to ensure that third parties cant spy on our users. We believe that everyone has the right to privacy, and technological platforms should respect that.\n\nTelegram offers a free and unlimited service to hundreds of millions of users, which involves significant server and traffic costs. In order to remain independent and stay true to its values, Telegram developed a paid tool to promote messages with user privacy in mind. We welcome responsible advertisers at:\n\n%@\n\nSponsored Messages are currently in test mode. Once they are fully launched and allow Telegram to cover its basic costs, we will start sharing ad revenue with the owners of public channels in which sponsored messages are displayed.\n\nOnline ads should no longer be synonymous with abuse of user privacy. Let us redefine how a tech company should operate together.";
"Chat.Message.Ad.ReadMore" = "Read More";
"Chat.Message.ViewChannel" = "VIEW CHANNEL";
"Chat.Message.ViewBot" = "VIEW BOT";
"Chat.Message.ViewGroup" = "VIEW GROUP";
"Chat.Message.Sponsored.What" = "What are sponsored messages?";
"ChatList.Context.Mute" = "Mute"; "ChatList.Context.Mute" = "Mute";
"ChatList.Context.Unmute" = "Unmute"; "ChatList.Context.Unmute" = "Unmute";
"ChatList.Context.Pin" = "Pin"; "ChatList.Context.Pin" = "Pin";
@ -414,14 +684,18 @@
"ChatList.Context.LeaveGroup" = "Leave Group"; "ChatList.Context.LeaveGroup" = "Leave Group";
"ChatList.Service.Call.incoming" = "Incoming Call (%@)"; "ChatList.Service.Call.incoming" = "Incoming Call (%@)";
"ChatList.Service.Call.outgoing" = "Outgoing Call (%@)"; "ChatList.Service.Call.outgoing" = "Outgoing Call (%@)";
"ChatList.Service.VideoCall.incoming" = "Incoming Video Call (%@)";
"ChatList.Service.VideoCall.outgoing" = "Outgoing Video Call (%@)";
"ChatList.Service.Call.Cancelled" = "Cancelled Call"; "ChatList.Service.Call.Cancelled" = "Cancelled Call";
"ChatList.Service.Call.Missed" = "Missed Call"; "ChatList.Service.Call.Missed" = "Missed Call";
"ChatList.Service.VideoCall.Cancelled" = "Cancelled Video Call";
"ChatList.Service.VideoCall.Missed" = "Missed Video Call";
"ChatList.Service.VoiceChatScheduled.Channel" = "Voice chat scheduled for %@";
"ChatList.Filter.Header" = "Create folders for different groups of chats and quickly switch between them."; "ChatList.Filter.Header" = "Create folders for different groups of chats and quickly switch between them.";
"ChatList.Filter.NewTitle" = "Create Folder"; "ChatList.Filter.NewTitle" = "Create Folder";
"ChatList.Filter.List.Title" = "Chat Folders"; "ChatList.Filter.List.Title" = "Chat Folders";
"ChatList.Filter.Include.AddChat" = "Add Chats"; "ChatList.Filter.Include.AddChat" = "Add Chats";
"ChatList.Filter.Exclude.AddChat" = "Add Chats"; "ChatList.Filter.Exclude.AddChat" = "Add Chats";
"ChatList.Filter.All" = "All";
"ChatList.Filter.Contacts" = "Contacts"; "ChatList.Filter.Contacts" = "Contacts";
"ChatList.Filter.NonContacts" = "Non-Contacts"; "ChatList.Filter.NonContacts" = "Non-Contacts";
"ChatList.Filter.Groups" = "Groups"; "ChatList.Filter.Groups" = "Groups";
@ -430,7 +704,10 @@
"ChatList.Filter.MutedChats" = "Muted"; "ChatList.Filter.MutedChats" = "Muted";
"ChatList.Filter.ReadChats" = "Read"; "ChatList.Filter.ReadChats" = "Read";
"ChatList.Filter.Archive" = "Archived"; "ChatList.Filter.Archive" = "Archived";
"Channel.ChannelNameHolder" = "Channel Name"; "ChatList.Filter.Include.LimitReached" = "Sorry, you can only add up to 100 individual chats. Try using chat types.";
"ChatList.Filter.Exclude.LimitReached" = "Sorry, you can only add up to 100 individual chats. Try using chat types.";
"ChatList.Filter.Confirm.Remove.Header" = "Remove Folder";
"ChatList.Filter.Confirm.Remove.Text" = "Are you sure you want to remove this folder? Your chats will not be deleted.";
"Channel.DescriptionHolderDescrpiton" = "You can provide an optional description for your channel."; "Channel.DescriptionHolderDescrpiton" = "You can provide an optional description for your channel.";
"CreateGroup.NameHolder" = "Group Name"; "CreateGroup.NameHolder" = "Group Name";
"Date.Today" = "Today"; "Date.Today" = "Today";
@ -458,17 +735,36 @@
"Stickers.SearchAdd" = "Add"; "Stickers.SearchAdd" = "Add";
"Stickers.SearchAdded" = "Added"; "Stickers.SearchAdded" = "Added";
"Stickers.SuggestStickers" = "Suggest Stickers by Emoji"; "Stickers.SuggestStickers" = "Suggest Stickers by Emoji";
"ShareModal.Search.Placeholder" = "Share to...";
"ShareModal.Search.ForwardPlaceholder" = "Forward to..."; "ShareModal.Search.ForwardPlaceholder" = "Forward to...";
"InstalledStickers.LoopAnimated" = "Loop Animated Stickers"; "InstalledStickers.LoopAnimated" = "Loop Animated Stickers";
"Peer.Activity.User.PlayingGame" = "playing a game";
"Peer.Activity.User.TypingText" = "typing"; "Peer.Activity.User.TypingText" = "typing";
"Peer.Activity.User.SendingPhoto" = "sending a photo";
"Peer.Activity.User.RecordingVideo" = "recording video";
"Peer.Activity.User.SendingVideo" = "sending a video";
"Peer.Activity.User.RecordingAudio" = "recording voice";
"Peer.Activity.User.SendingFile" = "sending file";
"Peer.Activity.User.ChoosingSticker" = "choosing a sticker";
"Peer.Activity.Chat.PlayingGame" = "%@ is playing a game";
"Peer.Activity.Chat.TypingText" = "%@ is typing";
"Peer.Activity.Chat.SendingPhoto" = "%@ is sending a photo";
"Peer.Activity.Chat.RecordingVideo" = "%@ is recording video";
"Peer.Activity.Chat.SendingVideo" = "%@ is sending a video";
"Peer.Activity.Chat.RecordingAudio" = "%@ is recording voice";
"Peer.Activity.Chat.SendingFile" = "%@ is sending a file";
"Peer.Activity.Chat.ChoosingSticker" = "%@ is choosing a sticker";
"Peer.Activity.Chat.Multi.PlayingGame1" = "%@ and %d others are playing a game";
"Peer.Activity.Chat.Multi.TypingText1" = "%@ and %d others are typing";
"Peer.Activity.Chat.Multi.SendingPhoto1" = "%@ and %d others are sending photos";
"Peer.Activity.Chat.Multi.RecordingVideo1" = "%@ and %d others are recording video";
"Peer.Activity.Chat.Multi.SendingVideo1" = "%@ and %d others are sending videos";
"Peer.Activity.Chat.Multi.RecordingAudio1" = "%@ and %d others are recording voice";
"Peer.Activity.Chat.Multi.SendingFile1" = "%@ and %d others are sending files";
"Peer.Activity.Chat.Multi.ChoosingSticker1" = "%@ and %d others are choosing stickers";
"Peer.ServiceNotifications" = "service notifications"; "Peer.ServiceNotifications" = "service notifications";
"Peer.RepliesNotifications" = "Reply Notifications"; "Peer.RepliesNotifications" = "Reply Notifications";
"Peer.Status.online" = "online";
"Peer.Status.recently" = "last seen recently";
"Peer.Status.justNow" = "last seen just now"; "Peer.Status.justNow" = "last seen just now";
"Peer.Status.lastWeek" = "last seen within a week";
"Peer.Status.lastMonth" = "last seen within a month";
"Peer.Status.longTimeAgo" = "last seen a long time ago";
"Peer.Status.Today" = "today"; "Peer.Status.Today" = "today";
"Peer.Status.Yesterday" = "yesterday"; "Peer.Status.Yesterday" = "yesterday";
"Peer.Status.LastSeenAt" = "last seen %@ at %@"; "Peer.Status.LastSeenAt" = "last seen %@ at %@";
@ -486,24 +782,26 @@
"PeerInfo.SharedMedia" = "Shared Media"; "PeerInfo.SharedMedia" = "Shared Media";
"PeerInfo.Subscribers" = "Subscribers"; "PeerInfo.Subscribers" = "Subscribers";
"PeerInfo.DeleteContact" = "Delete Contact"; "PeerInfo.DeleteContact" = "Delete Contact";
"PeerInfo.Confirm.AddMembers1_one" = "Add %d user to the group?"; "PeerInfo.Action.VoiceChat" = "Video Chat";
"PeerInfo.Confirm.AddMembers1_other" = "Add %d users to the group?"; "PeerInfo.Action.LiveStream" = "Live Stream";
"PeerInfo.Confirm.AddMember" = "Add \"%@\" to the group?";
"PeerMedia.Members" = "Members"; "PeerMedia.Members" = "Members";
"PollResults.Title.Poll" = "Poll Results"; "PollResults.Title.Poll" = "Poll Results";
"PollResults.Title.Quiz" = "Quiz Results"; "PollResults.Title.Quiz" = "Quiz Results";
"PollResults.LoadMore_other" = "Show More (%d)"; "PollResults.LoadMore_other" = "Show More (%d)";
"Preview.Dragging.AddItems_one" = "Add Item";
"Preview.Dragging.AddItems_other" = "Add Items";
"PreviewSender.CaptionPlaceholder" = "Add a caption..."; "PreviewSender.CaptionPlaceholder" = "Add a caption...";
"PreviewSender.CompressFile" = "Send compressed";
"PreviewSender.SendFile_one" = "Send File"; "PreviewSender.SendFile_one" = "Send File";
"PreviewSender.SendFile_other" = "Send %d Files"; "PreviewSender.SendFile_other" = "Send %d Files";
"PreviewSender.SendPhoto_one" = "Send Photo"; "PreviewSender.SendPhoto_one" = "Send Photo";
"PreviewSender.SendPhoto_other" = "Send %d Photos"; "PreviewSender.SendPhoto_other" = "Send %d Photos";
"PreviewSender.SendVideo_one" = "Send Video"; "PreviewSender.SendVideo_one" = "Send Video";
"PreviewSender.SendVideo_other" = "Send %d Videos"; "PreviewSender.SendVideo_other" = "Send %d Videos";
"Presence.bot" = "bot";
"Presence.Support" = "support";
"PrivacyAndSecurity.Item.On" = "On"; "PrivacyAndSecurity.Item.On" = "On";
"PrivacyAndSecurity.Item.Off" = "Off"; "PrivacyAndSecurity.Item.Off" = "Off";
"PrivacyAndSecurity.SensitiveText" = "Disable filtering";
"PrivacyAndSecurity.SensitiveDesc" = "Display sensitive media in public channels on all your Telegram devices.";
"PrivacySettings.VoiceCalls" = "Calls"; "PrivacySettings.VoiceCalls" = "Calls";
"PrivacySettings.Forwards" = "Forwarded Messages"; "PrivacySettings.Forwards" = "Forwarded Messages";
"PrivacySettings.Groups" = "Groups and Channels"; "PrivacySettings.Groups" = "Groups and Channels";
@ -525,17 +823,61 @@
"PrivacySettingsController.UserCount_one" = "%d user"; "PrivacySettingsController.UserCount_one" = "%d user";
"PrivacySettingsController.UserCount_other" = "%d users"; "PrivacySettingsController.UserCount_other" = "%d users";
"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."; "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.";
"RequestJoin.Button" = "Request to Join";
"Message.Context.Select" = "Select"; "Message.Context.Select" = "Select";
"Message.Context.Pin" = "Pin"; "Message.Context.Pin" = "Pin";
"Message.Context.Unpin" = "Unpin"; "Message.Context.Unpin" = "Unpin";
"Message.Context.Goto" = "Show Message";
"MessageContext.CopyMessageLink1" = "Copy Message Link";
"NewPoll.Anonymous" = "Anonymous Voting"; "NewPoll.Anonymous" = "Anonymous Voting";
"NewPoll.Explanation.Placeholder" = "Add a Comment (Optional)"; "NewPoll.Explanation.Placeholder" = "Add a Comment (Optional)";
"NewPoll.OptionsAddOption" = "Add an Option"; "NewPoll.OptionsAddOption" = "Add an Option";
"NewPoll.MultipleChoice" = "Multiple Answers"; "NewPoll.MultipleChoice" = "Multiple Answers";
"NewPoll.Quiz" = "Quiz Mode"; "NewPoll.Quiz" = "Quiz Mode";
"GeneralSettings.BigEmoji" = "Large Emoji";
"GeneralSettings.EmojiPrediction" = "Suggest Emoji";
"GroupPermission.Delete" = "Delete Exception"; "GroupPermission.Delete" = "Delete Exception";
"Search.Confirm.ClearHistory" = "Are you sure you want to clear your search history?";
"Separator.ShowMore" = "show more";
"Separator.ShowLess" = "show less";
"ScheduleController.at" = "at";
"Schedule.SendToday" = "Send today at %@"; "Schedule.SendToday" = "Send today at %@";
"Schedule.SendDate" = "Send on %@ at %@"; "Schedule.SendDate" = "Send on %@ at %@";
"Schedule.SendWhenOnline" = "Send When Online";
"Stickers.Recent" = "Recent";
"VoiceChat.Chat.StartNew" = "Video chat ended. Start a new one?";
"VoiceChat.Chat.StartNew.OK" = "Start";
"VoiceChat.Chat.Ended" = "Video chat ended.";
"VoiceChat.Invite.InviteMembers" = "Invite members";
"VoiceChat.Status.Connecting" = "Connecting...";
"VoiceChat.Status.Members_one" = "%d participant";
"VoiceChat.Status.Members_other" = "%d participants";
"VoiceChat.Status.MutedForYou" = "muted for you";
"VoiceChat.Status.Speaking" = "speaking";
"VoiceChat.Status.Listening" = "listening";
"VoiceChat.Status.WantsSpeak" = "wants to speak";
"VoiceChat.Status.Muted" = "muted";
"VoiceChat.Status.You" = "This is you";
"VoiceChat.Video.Stream.Video" = "video";
"VoiceChat.Video.Stream.Screencast" = "screen";
"VoiceChat.Video.Stream.More" = "more";
"VoiceChat.Leave" = "Leave";
"VoiceChat.End.Title" = "Leave video chat";
"VoiceChat.End.Text" = "Are you sure you want to leave this video chat?";
"VoiceChat.End.Third" = "End Video Chat";
"VoiceChat.End.OK" = "Leave";
"VoiceChat.MutePeer" = "Mute";
"VoiceChat.UnmutePeer" = "Allow To Speak";
"VoiceChat.RemovePeer" = "Remove";
"VoiceChat.OpenProfile" = "Open Profile";
"VoiceChat.MuteForMe" = "Mute For Me";
"VoiceChat.UnmuteForMe" = "Unmute For Me";
"VoiceChat.RemovePeer.Confirm.Channel" = "Do you want to remove %1$@ from the channel?";
"VoiceChat.RemovePeer.Confirm" = "Are you sure you want to remove %1$@ from the group?";
"VoiceChat.RemovePeer.Confirm.OK" = "Remove";
"Text.Context.Copy.Username" = "Copy Username";
"Text.Context.Copy.Hashtag" = "Copy Hashtag";
"Time.TomorrowAt" = "tomorrow at %@";
"TwoStepAuth.SetPasswordHelp" = "You can set a password that will be required when you log in on a new device in addition to the code you get in the SMS."; "TwoStepAuth.SetPasswordHelp" = "You can set a password that will be required when you log in on a new device in addition to the code you get in the SMS.";
"TwoStepAuth.GenericHelp" = "You have enabled Two-Step verification.\nYou'll need the password you set up here to log in to your Telegram account."; "TwoStepAuth.GenericHelp" = "You have enabled Two-Step verification.\nYou'll need the password you set up here to log in to your Telegram account.";
"TwoStepAuth.ChangePassword" = "Change Password"; "TwoStepAuth.ChangePassword" = "Change Password";
@ -549,6 +891,7 @@
"TwoStepAuth.RecoveryCodeExpired" = "Code Expired"; "TwoStepAuth.RecoveryCodeExpired" = "Code Expired";
"TwoStepAuth.SetupHintTitle" = "Password Hint"; "TwoStepAuth.SetupHintTitle" = "Password Hint";
"TwoStepAuth.SetupHintPlaceholder" = "Hint"; "TwoStepAuth.SetupHintPlaceholder" = "Hint";
"UsernameSettings.ChangeDescription" = "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\n\nYou can use a-z, 0-9 and underscores. Minimum length is 5 characters.";
"Login.Title" = "Sign in to Telegram"; "Login.Title" = "Sign in to Telegram";
"Login.CountrySelectorLabel" = "Country"; "Login.CountrySelectorLabel" = "Country";
"Login.PhoneLabel" = "Phone Number"; "Login.PhoneLabel" = "Phone Number";
@ -569,11 +912,12 @@
"FirstName" = "First name (required)"; "FirstName" = "First name (required)";
"LastName" = "Last name (optional)"; "LastName" = "Last name (optional)";
"StartMessaging" = "Start Messaging"; "StartMessaging" = "Start Messaging";
"Contacts.PhoneNumber.Placeholder" = "Phone Number";
"Login.Next" = "Next"; "Login.Next" = "Next";
"Login.ContinueOnLanguage" = "Continue in English"; "Login.ContinueOnLanguage" = "Continue in English";
"Login.QR.Title" = "Log in to Telegram by QR Code"; "Login.QR.Title" = "Log in to Telegram by QR Code";
"Login.QR.Help1" = "Open Telegram on your phone"; "Login.QR.Help1" = "Open Telegram on your phone";
"Login.QR.Help2" = "Go to **Settings** > **Devices** > **Scan QR**"; "Login.QR.Help2" = "Go to **Settings** > **Devices** > **Link Desktop Device**";
"Login.QR.Help3" = "Point your phone at this screen to confirm login"; "Login.QR.Help3" = "Point your phone at this screen to confirm login";
"Login.QR.Cancel" = "Log in by phone Number"; "Login.QR.Cancel" = "Log in by phone Number";
"Login.QR.Login" = "Log in by QR Code"; "Login.QR.Login" = "Log in by QR Code";