diff --git a/src/drivers/webextension/_locales/ru/messages.json b/src/drivers/webextension/_locales/ru/messages.json index 46c87c6b1..3cfa385c8 100644 --- a/src/drivers/webextension/_locales/ru/messages.json +++ b/src/drivers/webextension/_locales/ru/messages.json @@ -9,19 +9,19 @@ "optionDynamicIcon": { "message": "Использовать значок технологии вместо логотипа Wappalyzer" }, "optionTracking": { "message": "Анонимно отправлять статистику распознанных данных на wappalyzer.com" }, "optionThemeMode": { "message": "Темная тема" }, - "optionBadge": { "message": "Show the number of identified technologies on the icon" }, - "optionShowCached": { "message": "Include cached detections in results" }, - "disableOnDomain": { "message": "Disable on this website" }, - "clearCache": { "message": "Clear cached detections" }, + "optionBadge": { "message": "Показывать количество идентифицированных технологий на значке" }, + "optionShowCached": { "message": "Включать кешированные обнаружения в результатах" }, + "disableOnDomain": { "message": "Отключить на этом сайте" }, + "clearCache": { "message": "Очистить кешированные результаты" }, "nothingToDo": { "message": "Здесь нечего делать" }, "noAppsDetected": { "message": "Не удалось определить ни одну технологию" }, "categoryPin": { "message": "Всегда отображать эту категорию иконкой"}, - "termsAccept": { "message": "I'm ok with that" }, - "termsDecline": { "message": "Disable" }, + "termsAccept": { "message": "Я принимаю условия" }, + "termsDecline": { "message": "Отключить" }, "termsContent": { "message": "Расширение отправляет обезличенную статистику посещенных сайтов, включая доменное имя и распознанные технологии на wappalyzer.com. Это можно отключить в настройках." }, "privacyPolicy": { "message": "Политика конфиденциальности" }, "createAlert": { "message": "Отправить жалобу на этот сайт" }, - "leadLists": { "message": "Lead generation tools" }, + "leadLists": { "message": "Инструменты лидогенерации" }, "categoryName1": { "message": "CMS" }, "categoryName2": { "message": "Форум" }, "categoryName3": { "message": "Менеджер БД" }, diff --git a/src/technologies.json b/src/technologies.json index d4d33019d..0785be7c5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9374,14 +9374,17 @@ }, "Intercom": { "cats": [ - 10 + 52, + 53 ], - "description": "Intercom is a Conversational Relationship Platform that helps businesses build better customer relationships through personalised, messenger-based experiences.", + "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.", "icon": "Intercom.svg", "js": { "Intercom": "" }, "scripts": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)", + "saas": true, + "pricing": ["mid","recurring"], "website": "https://www.intercom.com" }, "Intercom Articles": { @@ -14570,7 +14573,7 @@ ], "description": "PixelFed is an activitypub based image sharing platform.", "dom": { - "a[href='https://pixelfed.org'][title*='version']": { + "a[href='pixelfed.org'][title*='version']": { "attributes": { "title": "^version ([0-9.]+)$\\;version:\\1" },