fix/feat: мелкие фиксы, и доп. инфа в info
This commit is contained in:
@@ -123,8 +123,12 @@
|
||||
"profileMenuSpoof": "Spoofing",
|
||||
"infoTitle": "Info",
|
||||
"infoAccountSection": "Account",
|
||||
"infoPacketSection": "Login packet",
|
||||
"infoChatsSection": "Chats in login packet",
|
||||
"infoChatSettingsSection": "Per-chat settings",
|
||||
"infoServerSection": "Server",
|
||||
"infoUserSection": "User",
|
||||
"infoExperimentsSection": "Experiments",
|
||||
"infoYMapSection": "Y-Map",
|
||||
"infoFileUploadTypes": "file-upload-unsupported-types",
|
||||
"infoWhiteListLinks": "white-list-links",
|
||||
@@ -133,7 +137,30 @@
|
||||
"infoVideoChatHistory": "videoChatHistory",
|
||||
"infoUpdateTime": "updateTime",
|
||||
"infoId": "id",
|
||||
"infoPhone": "phone",
|
||||
"infoPhotoId": "photoId",
|
||||
"infoAccountStatus": "accountStatus",
|
||||
"infoContactOptions": "contact options",
|
||||
"infoProfileOptions": "profile options",
|
||||
"infoNames": "names",
|
||||
"infoBaseUrl": "baseUrl",
|
||||
"infoBaseRawUrl": "baseRawUrl",
|
||||
"infoChatMarker": "chatMarker",
|
||||
"infoServerTime": "server time",
|
||||
"infoUpdates": "updates",
|
||||
"infoMessagesCount": "messages in packet",
|
||||
"infoContactsCount": "contacts in packet",
|
||||
"infoPresenceCount": "presence records",
|
||||
"infoConfigHash": "config hash",
|
||||
"infoChatsCount": "chats loaded",
|
||||
"infoChatsActive": "active",
|
||||
"infoChatsHidden": "hidden",
|
||||
"infoChatsDialogs": "dialogs",
|
||||
"infoChatsGroups": "groups",
|
||||
"infoChatsChannels": "channels",
|
||||
"infoChatsUnread": "unread chats",
|
||||
"infoChatsNewMessages": "new messages",
|
||||
"infoChatsMessages": "messages in loaded chats",
|
||||
"infoAccountRemovalEnabled": "account-removal-enabled",
|
||||
"infoImageSize": "image-size",
|
||||
"infoGce": "gce",
|
||||
@@ -300,6 +327,7 @@
|
||||
"appearanceTitle": "Appearance",
|
||||
"appearanceVisualStyleTitle": "Visual style",
|
||||
"appearanceVisualStyleSubtitle": "Material You or dimensional Glossy capsules",
|
||||
"appearanceStyleAuto": "Match theme",
|
||||
"appearanceVisualStyleMaterialYou": "Material You",
|
||||
"appearanceVisualStyleGlossy": "Glossy",
|
||||
"appearanceVisualStyleLiquidGlass": "Liquid Glass",
|
||||
@@ -683,6 +711,17 @@
|
||||
"chatInfoNoData": "No data",
|
||||
"chatInfoHideExtra": "Hide",
|
||||
"chatInfoShowMoreExtra": "Details",
|
||||
"chatSendConfirmMessage": "Send this message to the chat?",
|
||||
"chatSendConfirmAction": "Send",
|
||||
"chatInfoRowDisableForward": "Forwarding disabled",
|
||||
"chatInfoRowCopyDisabled": "Copying disabled",
|
||||
"chatInfoRowOnlyAdminCall": "Admins can call",
|
||||
"chatInfoRowAllCanPin": "Anyone can pin",
|
||||
"chatInfoRowMembersSeeLink": "Members see the link",
|
||||
"chatInfoRowConfirmBeforeSend": "Confirm before sending",
|
||||
"chatInfoRowOnlyOwnerIconTitle": "Owner edits title and icon",
|
||||
"chatInfoRowPromotedDisabled": "Promoted content off",
|
||||
"chatInfoRowUserId": "User ID",
|
||||
"chatInfoRowId": "Chat ID",
|
||||
"chatInfoRowCreated": "Created",
|
||||
"chatInfoRowModified": "Modified",
|
||||
|
||||
@@ -740,6 +740,24 @@ abstract class AppLocalizations {
|
||||
/// **'Account'**
|
||||
String get infoAccountSection;
|
||||
|
||||
/// No description provided for @infoPacketSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Login packet'**
|
||||
String get infoPacketSection;
|
||||
|
||||
/// No description provided for @infoChatsSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Chats in login packet'**
|
||||
String get infoChatsSection;
|
||||
|
||||
/// No description provided for @infoChatSettingsSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Per-chat settings'**
|
||||
String get infoChatSettingsSection;
|
||||
|
||||
/// No description provided for @infoServerSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -752,6 +770,12 @@ abstract class AppLocalizations {
|
||||
/// **'User'**
|
||||
String get infoUserSection;
|
||||
|
||||
/// No description provided for @infoExperimentsSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Experiments'**
|
||||
String get infoExperimentsSection;
|
||||
|
||||
/// No description provided for @infoYMapSection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -800,12 +824,150 @@ abstract class AppLocalizations {
|
||||
/// **'id'**
|
||||
String get infoId;
|
||||
|
||||
/// No description provided for @infoPhone.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'phone'**
|
||||
String get infoPhone;
|
||||
|
||||
/// No description provided for @infoPhotoId.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'photoId'**
|
||||
String get infoPhotoId;
|
||||
|
||||
/// No description provided for @infoAccountStatus.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'accountStatus'**
|
||||
String get infoAccountStatus;
|
||||
|
||||
/// No description provided for @infoContactOptions.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'contact options'**
|
||||
String get infoContactOptions;
|
||||
|
||||
/// No description provided for @infoProfileOptions.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'profile options'**
|
||||
String get infoProfileOptions;
|
||||
|
||||
/// No description provided for @infoNames.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'names'**
|
||||
String get infoNames;
|
||||
|
||||
/// No description provided for @infoBaseUrl.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'baseUrl'**
|
||||
String get infoBaseUrl;
|
||||
|
||||
/// No description provided for @infoBaseRawUrl.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'baseRawUrl'**
|
||||
String get infoBaseRawUrl;
|
||||
|
||||
/// No description provided for @infoChatMarker.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'chatMarker'**
|
||||
String get infoChatMarker;
|
||||
|
||||
/// No description provided for @infoServerTime.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'server time'**
|
||||
String get infoServerTime;
|
||||
|
||||
/// No description provided for @infoUpdates.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'updates'**
|
||||
String get infoUpdates;
|
||||
|
||||
/// No description provided for @infoMessagesCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'messages in packet'**
|
||||
String get infoMessagesCount;
|
||||
|
||||
/// No description provided for @infoContactsCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'contacts in packet'**
|
||||
String get infoContactsCount;
|
||||
|
||||
/// No description provided for @infoPresenceCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'presence records'**
|
||||
String get infoPresenceCount;
|
||||
|
||||
/// No description provided for @infoConfigHash.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'config hash'**
|
||||
String get infoConfigHash;
|
||||
|
||||
/// No description provided for @infoChatsCount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'chats loaded'**
|
||||
String get infoChatsCount;
|
||||
|
||||
/// No description provided for @infoChatsActive.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'active'**
|
||||
String get infoChatsActive;
|
||||
|
||||
/// No description provided for @infoChatsHidden.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'hidden'**
|
||||
String get infoChatsHidden;
|
||||
|
||||
/// No description provided for @infoChatsDialogs.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'dialogs'**
|
||||
String get infoChatsDialogs;
|
||||
|
||||
/// No description provided for @infoChatsGroups.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'groups'**
|
||||
String get infoChatsGroups;
|
||||
|
||||
/// No description provided for @infoChatsChannels.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'channels'**
|
||||
String get infoChatsChannels;
|
||||
|
||||
/// No description provided for @infoChatsUnread.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'unread chats'**
|
||||
String get infoChatsUnread;
|
||||
|
||||
/// No description provided for @infoChatsNewMessages.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'new messages'**
|
||||
String get infoChatsNewMessages;
|
||||
|
||||
/// No description provided for @infoChatsMessages.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'messages in loaded chats'**
|
||||
String get infoChatsMessages;
|
||||
|
||||
/// No description provided for @infoAccountRemovalEnabled.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -1544,6 +1706,12 @@ abstract class AppLocalizations {
|
||||
/// **'Material You or dimensional Glossy capsules'**
|
||||
String get appearanceVisualStyleSubtitle;
|
||||
|
||||
/// No description provided for @appearanceStyleAuto.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Match theme'**
|
||||
String get appearanceStyleAuto;
|
||||
|
||||
/// No description provided for @appearanceVisualStyleMaterialYou.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -3110,6 +3278,72 @@ abstract class AppLocalizations {
|
||||
/// **'Details'**
|
||||
String get chatInfoShowMoreExtra;
|
||||
|
||||
/// No description provided for @chatSendConfirmMessage.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Send this message to the chat?'**
|
||||
String get chatSendConfirmMessage;
|
||||
|
||||
/// No description provided for @chatSendConfirmAction.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Send'**
|
||||
String get chatSendConfirmAction;
|
||||
|
||||
/// No description provided for @chatInfoRowDisableForward.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Forwarding disabled'**
|
||||
String get chatInfoRowDisableForward;
|
||||
|
||||
/// No description provided for @chatInfoRowCopyDisabled.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Copying disabled'**
|
||||
String get chatInfoRowCopyDisabled;
|
||||
|
||||
/// No description provided for @chatInfoRowOnlyAdminCall.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Admins can call'**
|
||||
String get chatInfoRowOnlyAdminCall;
|
||||
|
||||
/// No description provided for @chatInfoRowAllCanPin.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Anyone can pin'**
|
||||
String get chatInfoRowAllCanPin;
|
||||
|
||||
/// No description provided for @chatInfoRowMembersSeeLink.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Members see the link'**
|
||||
String get chatInfoRowMembersSeeLink;
|
||||
|
||||
/// No description provided for @chatInfoRowConfirmBeforeSend.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Confirm before sending'**
|
||||
String get chatInfoRowConfirmBeforeSend;
|
||||
|
||||
/// No description provided for @chatInfoRowOnlyOwnerIconTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Owner edits title and icon'**
|
||||
String get chatInfoRowOnlyOwnerIconTitle;
|
||||
|
||||
/// No description provided for @chatInfoRowPromotedDisabled.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Promoted content off'**
|
||||
String get chatInfoRowPromotedDisabled;
|
||||
|
||||
/// No description provided for @chatInfoRowUserId.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'User ID'**
|
||||
String get chatInfoRowUserId;
|
||||
|
||||
/// No description provided for @chatInfoRowId.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -348,12 +348,24 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get infoAccountSection => 'Account';
|
||||
|
||||
@override
|
||||
String get infoPacketSection => 'Login packet';
|
||||
|
||||
@override
|
||||
String get infoChatsSection => 'Chats in login packet';
|
||||
|
||||
@override
|
||||
String get infoChatSettingsSection => 'Per-chat settings';
|
||||
|
||||
@override
|
||||
String get infoServerSection => 'Server';
|
||||
|
||||
@override
|
||||
String get infoUserSection => 'User';
|
||||
|
||||
@override
|
||||
String get infoExperimentsSection => 'Experiments';
|
||||
|
||||
@override
|
||||
String get infoYMapSection => 'Y-Map';
|
||||
|
||||
@@ -378,9 +390,78 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get infoId => 'id';
|
||||
|
||||
@override
|
||||
String get infoPhone => 'phone';
|
||||
|
||||
@override
|
||||
String get infoPhotoId => 'photoId';
|
||||
|
||||
@override
|
||||
String get infoAccountStatus => 'accountStatus';
|
||||
|
||||
@override
|
||||
String get infoContactOptions => 'contact options';
|
||||
|
||||
@override
|
||||
String get infoProfileOptions => 'profile options';
|
||||
|
||||
@override
|
||||
String get infoNames => 'names';
|
||||
|
||||
@override
|
||||
String get infoBaseUrl => 'baseUrl';
|
||||
|
||||
@override
|
||||
String get infoBaseRawUrl => 'baseRawUrl';
|
||||
|
||||
@override
|
||||
String get infoChatMarker => 'chatMarker';
|
||||
|
||||
@override
|
||||
String get infoServerTime => 'server time';
|
||||
|
||||
@override
|
||||
String get infoUpdates => 'updates';
|
||||
|
||||
@override
|
||||
String get infoMessagesCount => 'messages in packet';
|
||||
|
||||
@override
|
||||
String get infoContactsCount => 'contacts in packet';
|
||||
|
||||
@override
|
||||
String get infoPresenceCount => 'presence records';
|
||||
|
||||
@override
|
||||
String get infoConfigHash => 'config hash';
|
||||
|
||||
@override
|
||||
String get infoChatsCount => 'chats loaded';
|
||||
|
||||
@override
|
||||
String get infoChatsActive => 'active';
|
||||
|
||||
@override
|
||||
String get infoChatsHidden => 'hidden';
|
||||
|
||||
@override
|
||||
String get infoChatsDialogs => 'dialogs';
|
||||
|
||||
@override
|
||||
String get infoChatsGroups => 'groups';
|
||||
|
||||
@override
|
||||
String get infoChatsChannels => 'channels';
|
||||
|
||||
@override
|
||||
String get infoChatsUnread => 'unread chats';
|
||||
|
||||
@override
|
||||
String get infoChatsNewMessages => 'new messages';
|
||||
|
||||
@override
|
||||
String get infoChatsMessages => 'messages in loaded chats';
|
||||
|
||||
@override
|
||||
String get infoAccountRemovalEnabled => 'account-removal-enabled';
|
||||
|
||||
@@ -776,6 +857,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get appearanceVisualStyleSubtitle =>
|
||||
'Material You or dimensional Glossy capsules';
|
||||
|
||||
@override
|
||||
String get appearanceStyleAuto => 'Match theme';
|
||||
|
||||
@override
|
||||
String get appearanceVisualStyleMaterialYou => 'Material You';
|
||||
|
||||
@@ -1606,6 +1690,39 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get chatInfoShowMoreExtra => 'Details';
|
||||
|
||||
@override
|
||||
String get chatSendConfirmMessage => 'Send this message to the chat?';
|
||||
|
||||
@override
|
||||
String get chatSendConfirmAction => 'Send';
|
||||
|
||||
@override
|
||||
String get chatInfoRowDisableForward => 'Forwarding disabled';
|
||||
|
||||
@override
|
||||
String get chatInfoRowCopyDisabled => 'Copying disabled';
|
||||
|
||||
@override
|
||||
String get chatInfoRowOnlyAdminCall => 'Admins can call';
|
||||
|
||||
@override
|
||||
String get chatInfoRowAllCanPin => 'Anyone can pin';
|
||||
|
||||
@override
|
||||
String get chatInfoRowMembersSeeLink => 'Members see the link';
|
||||
|
||||
@override
|
||||
String get chatInfoRowConfirmBeforeSend => 'Confirm before sending';
|
||||
|
||||
@override
|
||||
String get chatInfoRowOnlyOwnerIconTitle => 'Owner edits title and icon';
|
||||
|
||||
@override
|
||||
String get chatInfoRowPromotedDisabled => 'Promoted content off';
|
||||
|
||||
@override
|
||||
String get chatInfoRowUserId => 'User ID';
|
||||
|
||||
@override
|
||||
String get chatInfoRowId => 'Chat ID';
|
||||
|
||||
|
||||
@@ -350,12 +350,24 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get infoAccountSection => 'Аккаунт';
|
||||
|
||||
@override
|
||||
String get infoPacketSection => 'Пакет входа';
|
||||
|
||||
@override
|
||||
String get infoChatsSection => 'Чаты в пакете входа';
|
||||
|
||||
@override
|
||||
String get infoChatSettingsSection => 'Настройки отдельных чатов';
|
||||
|
||||
@override
|
||||
String get infoServerSection => 'Сервер';
|
||||
|
||||
@override
|
||||
String get infoUserSection => 'Пользователь';
|
||||
|
||||
@override
|
||||
String get infoExperimentsSection => 'Эксперименты';
|
||||
|
||||
@override
|
||||
String get infoYMapSection => 'Y-Map';
|
||||
|
||||
@@ -380,9 +392,78 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get infoId => 'id аккаунта:';
|
||||
|
||||
@override
|
||||
String get infoPhone => 'Телефон:';
|
||||
|
||||
@override
|
||||
String get infoPhotoId => 'id аватарки:';
|
||||
|
||||
@override
|
||||
String get infoAccountStatus => 'Статус аккаунта:';
|
||||
|
||||
@override
|
||||
String get infoContactOptions => 'Опции контакта:';
|
||||
|
||||
@override
|
||||
String get infoProfileOptions => 'Опции профиля:';
|
||||
|
||||
@override
|
||||
String get infoNames => 'Имена:';
|
||||
|
||||
@override
|
||||
String get infoBaseUrl => 'Ссылка на аватарку:';
|
||||
|
||||
@override
|
||||
String get infoBaseRawUrl => 'Исходная аватарка:';
|
||||
|
||||
@override
|
||||
String get infoChatMarker => 'chatMarker';
|
||||
|
||||
@override
|
||||
String get infoServerTime => 'Время сервера:';
|
||||
|
||||
@override
|
||||
String get infoUpdates => 'Количество обновлений:';
|
||||
|
||||
@override
|
||||
String get infoMessagesCount => 'Сообщений в пакете:';
|
||||
|
||||
@override
|
||||
String get infoContactsCount => 'Контактов в пакете:';
|
||||
|
||||
@override
|
||||
String get infoPresenceCount => 'Статусов присутствия:';
|
||||
|
||||
@override
|
||||
String get infoConfigHash => 'Хеш конфигурации:';
|
||||
|
||||
@override
|
||||
String get infoChatsCount => 'Загружено чатов:';
|
||||
|
||||
@override
|
||||
String get infoChatsActive => 'Активных:';
|
||||
|
||||
@override
|
||||
String get infoChatsHidden => 'Скрытых:';
|
||||
|
||||
@override
|
||||
String get infoChatsDialogs => 'Диалогов:';
|
||||
|
||||
@override
|
||||
String get infoChatsGroups => 'Групп:';
|
||||
|
||||
@override
|
||||
String get infoChatsChannels => 'Каналов:';
|
||||
|
||||
@override
|
||||
String get infoChatsUnread => 'Непрочитанных чатов:';
|
||||
|
||||
@override
|
||||
String get infoChatsNewMessages => 'Новых сообщений:';
|
||||
|
||||
@override
|
||||
String get infoChatsMessages => 'Сообщений в загруженных чатах:';
|
||||
|
||||
@override
|
||||
String get infoAccountRemovalEnabled => 'Мгновенное удаление аккаунта:';
|
||||
|
||||
@@ -781,6 +862,9 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
String get appearanceVisualStyleSubtitle =>
|
||||
'Material You или объёмные Glossy-капсулы';
|
||||
|
||||
@override
|
||||
String get appearanceStyleAuto => 'Как в теме';
|
||||
|
||||
@override
|
||||
String get appearanceVisualStyleMaterialYou => 'Material You';
|
||||
|
||||
@@ -1615,6 +1699,39 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get chatInfoShowMoreExtra => 'Подробнее';
|
||||
|
||||
@override
|
||||
String get chatSendConfirmMessage => 'Отправить это сообщение в чат?';
|
||||
|
||||
@override
|
||||
String get chatSendConfirmAction => 'Отправить';
|
||||
|
||||
@override
|
||||
String get chatInfoRowDisableForward => 'Пересылка запрещена';
|
||||
|
||||
@override
|
||||
String get chatInfoRowCopyDisabled => 'Копирование запрещено';
|
||||
|
||||
@override
|
||||
String get chatInfoRowOnlyAdminCall => 'Звонить могут админы';
|
||||
|
||||
@override
|
||||
String get chatInfoRowAllCanPin => 'Все могут закреплять';
|
||||
|
||||
@override
|
||||
String get chatInfoRowMembersSeeLink => 'Ссылка видна участникам';
|
||||
|
||||
@override
|
||||
String get chatInfoRowConfirmBeforeSend => 'Подтверждать отправку';
|
||||
|
||||
@override
|
||||
String get chatInfoRowOnlyOwnerIconTitle => 'Название меняет владелец';
|
||||
|
||||
@override
|
||||
String get chatInfoRowPromotedDisabled => 'Реклама отключена';
|
||||
|
||||
@override
|
||||
String get chatInfoRowUserId => 'ID пользователя';
|
||||
|
||||
@override
|
||||
String get chatInfoRowId => 'ID чата';
|
||||
|
||||
|
||||
@@ -123,8 +123,12 @@
|
||||
"profileMenuSpoof": "Подмена данных",
|
||||
"infoTitle": "Info",
|
||||
"infoAccountSection": "Аккаунт",
|
||||
"infoPacketSection": "Пакет входа",
|
||||
"infoChatsSection": "Чаты в пакете входа",
|
||||
"infoChatSettingsSection": "Настройки отдельных чатов",
|
||||
"infoServerSection": "Сервер",
|
||||
"infoUserSection": "Пользователь",
|
||||
"infoExperimentsSection": "Эксперименты",
|
||||
"infoYMapSection": "Y-Map",
|
||||
"infoFileUploadTypes": "запрещённые типы файлов",
|
||||
"infoWhiteListLinks": "безопасные ссылки",
|
||||
@@ -133,7 +137,30 @@
|
||||
"infoVideoChatHistory": "videoChatHistory",
|
||||
"infoUpdateTime": "Последнее обновление аватарки:",
|
||||
"infoId": "id аккаунта:",
|
||||
"infoPhone": "Телефон:",
|
||||
"infoPhotoId": "id аватарки:",
|
||||
"infoAccountStatus": "Статус аккаунта:",
|
||||
"infoContactOptions": "Опции контакта:",
|
||||
"infoProfileOptions": "Опции профиля:",
|
||||
"infoNames": "Имена:",
|
||||
"infoBaseUrl": "Ссылка на аватарку:",
|
||||
"infoBaseRawUrl": "Исходная аватарка:",
|
||||
"infoChatMarker": "chatMarker",
|
||||
"infoServerTime": "Время сервера:",
|
||||
"infoUpdates": "Количество обновлений:",
|
||||
"infoMessagesCount": "Сообщений в пакете:",
|
||||
"infoContactsCount": "Контактов в пакете:",
|
||||
"infoPresenceCount": "Статусов присутствия:",
|
||||
"infoConfigHash": "Хеш конфигурации:",
|
||||
"infoChatsCount": "Загружено чатов:",
|
||||
"infoChatsActive": "Активных:",
|
||||
"infoChatsHidden": "Скрытых:",
|
||||
"infoChatsDialogs": "Диалогов:",
|
||||
"infoChatsGroups": "Групп:",
|
||||
"infoChatsChannels": "Каналов:",
|
||||
"infoChatsUnread": "Непрочитанных чатов:",
|
||||
"infoChatsNewMessages": "Новых сообщений:",
|
||||
"infoChatsMessages": "Сообщений в загруженных чатах:",
|
||||
"infoAccountRemovalEnabled": "Мгновенное удаление аккаунта:",
|
||||
"infoImageSize": "image-size",
|
||||
"infoGce": "gce",
|
||||
@@ -258,6 +285,7 @@
|
||||
"appearanceTitle": "Внешний вид",
|
||||
"appearanceVisualStyleTitle": "Визуал",
|
||||
"appearanceVisualStyleSubtitle": "Material You или объёмные Glossy-капсулы",
|
||||
"appearanceStyleAuto": "Как в теме",
|
||||
"appearanceVisualStyleMaterialYou": "Material You",
|
||||
"appearanceVisualStyleGlossy": "Glossy",
|
||||
"appearanceVisualStyleLiquidGlass": "Liquid Glass",
|
||||
@@ -525,6 +553,17 @@
|
||||
"chatInfoNoData": "Нет данных",
|
||||
"chatInfoHideExtra": "Скрыть",
|
||||
"chatInfoShowMoreExtra": "Подробнее",
|
||||
"chatSendConfirmMessage": "Отправить это сообщение в чат?",
|
||||
"chatSendConfirmAction": "Отправить",
|
||||
"chatInfoRowDisableForward": "Пересылка запрещена",
|
||||
"chatInfoRowCopyDisabled": "Копирование запрещено",
|
||||
"chatInfoRowOnlyAdminCall": "Звонить могут админы",
|
||||
"chatInfoRowAllCanPin": "Все могут закреплять",
|
||||
"chatInfoRowMembersSeeLink": "Ссылка видна участникам",
|
||||
"chatInfoRowConfirmBeforeSend": "Подтверждать отправку",
|
||||
"chatInfoRowOnlyOwnerIconTitle": "Название меняет владелец",
|
||||
"chatInfoRowPromotedDisabled": "Реклама отключена",
|
||||
"chatInfoRowUserId": "ID пользователя",
|
||||
"chatInfoRowId": "ID чата",
|
||||
"chatInfoRowCreated": "Создан",
|
||||
"chatInfoRowModified": "Изменён",
|
||||
|
||||
Reference in New Issue
Block a user