Merge pull request #4002 from nurbek91/minorupdates

Update Intercom, locales
main
Elbert Alias 4 years ago committed by GitHub
commit 11ade41e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,19 +9,19 @@
"optionDynamicIcon": { "message": "Использовать значок технологии вместо логотипа Wappalyzer" }, "optionDynamicIcon": { "message": "Использовать значок технологии вместо логотипа Wappalyzer" },
"optionTracking": { "message": "Анонимно отправлять статистику распознанных данных на wappalyzer.com" }, "optionTracking": { "message": "Анонимно отправлять статистику распознанных данных на wappalyzer.com" },
"optionThemeMode": { "message": "Темная тема" }, "optionThemeMode": { "message": "Темная тема" },
"optionBadge": { "message": "Show the number of identified technologies on the icon" }, "optionBadge": { "message": "Показывать количество идентифицированных технологий на значке" },
"optionShowCached": { "message": "Include cached detections in results" }, "optionShowCached": { "message": "Включать кешированные обнаружения в результатах" },
"disableOnDomain": { "message": "Disable on this website" }, "disableOnDomain": { "message": "Отключить на этом сайте" },
"clearCache": { "message": "Clear cached detections" }, "clearCache": { "message": "Очистить кешированные результаты" },
"nothingToDo": { "message": "Здесь нечего делать" }, "nothingToDo": { "message": "Здесь нечего делать" },
"noAppsDetected": { "message": "Не удалось определить ни одну технологию" }, "noAppsDetected": { "message": "Не удалось определить ни одну технологию" },
"categoryPin": { "message": "Всегда отображать эту категорию иконкой"}, "categoryPin": { "message": "Всегда отображать эту категорию иконкой"},
"termsAccept": { "message": "I'm ok with that" }, "termsAccept": { "message": "Я принимаю условия" },
"termsDecline": { "message": "Disable" }, "termsDecline": { "message": "Отключить" },
"termsContent": { "message": "Расширение отправляет обезличенную статистику посещенных сайтов, включая доменное имя и распознанные технологии на <a href='https://www.wappalyzer.com'>wappalyzer.com</a>. Это можно отключить в настройках." }, "termsContent": { "message": "Расширение отправляет обезличенную статистику посещенных сайтов, включая доменное имя и распознанные технологии на <a href='https://www.wappalyzer.com'>wappalyzer.com</a>. Это можно отключить в настройках." },
"privacyPolicy": { "message": "Политика конфиденциальности" }, "privacyPolicy": { "message": "Политика конфиденциальности" },
"createAlert": { "message": "Отправить жалобу на этот сайт" }, "createAlert": { "message": "Отправить жалобу на этот сайт" },
"leadLists": { "message": "Lead generation tools" }, "leadLists": { "message": "Инструменты лидогенерации" },
"categoryName1": { "message": "CMS" }, "categoryName1": { "message": "CMS" },
"categoryName2": { "message": "Форум" }, "categoryName2": { "message": "Форум" },
"categoryName3": { "message": "Менеджер БД" }, "categoryName3": { "message": "Менеджер БД" },

@ -9403,14 +9403,17 @@
}, },
"Intercom": { "Intercom": {
"cats": [ "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", "icon": "Intercom.svg",
"js": { "js": {
"Intercom": "" "Intercom": ""
}, },
"scripts": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)", "scripts": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)",
"saas": true,
"pricing": ["mid","recurring"],
"website": "https://www.intercom.com" "website": "https://www.intercom.com"
}, },
"Intercom Articles": { "Intercom Articles": {
@ -14622,7 +14625,7 @@
], ],
"description": "PixelFed is an activitypub based image sharing platform.", "description": "PixelFed is an activitypub based image sharing platform.",
"dom": { "dom": {
"a[href='https://pixelfed.org'][title*='version']": { "a[href='pixelfed.org'][title*='version']": {
"attributes": { "attributes": {
"title": "^version ([0-9.]+)$\\;version:\\1" "title": "^version ([0-9.]+)$\\;version:\\1"
}, },