diff --git a/frontend/src/messages/de.json b/frontend/src/messages/de.json index 7404bc2..85a906c 100644 --- a/frontend/src/messages/de.json +++ b/frontend/src/messages/de.json @@ -75,6 +75,12 @@ "crypto": { "label": "Krypto-Adresse", "desc": "Bitcoin und Ethereum" }, "qr": { "label": "QR-Decoder", "desc": "Decodieren & analysieren" }, "mac": { "label": "MAC Lookup", "desc": "Hersteller-Suche" } + }, + "demo": { + "line1": "Dies ist eine öffentliche Demo mit begrenzten API-Kontingenten. Manche Module (Shodan, VirusTotal) können ratenbegrenzt sein.", + "line2Prefix": "Für vollen Zugriff", + "selfHost": "PRISM selbst hosten", + "line2Suffix": "mit eigenen API-Schlüsseln." } }, "toolPanels": { diff --git a/frontend/src/messages/en.json b/frontend/src/messages/en.json index a7ae0fa..7c5a9c5 100644 --- a/frontend/src/messages/en.json +++ b/frontend/src/messages/en.json @@ -75,6 +75,12 @@ "crypto": { "label": "Crypto Address", "desc": "Bitcoin & Ethereum" }, "qr": { "label": "QR Decode", "desc": "Decode & analyze" }, "mac": { "label": "MAC Lookup", "desc": "Vendor lookup" } + }, + "demo": { + "line1": "This is a public demo with limited API quotas. Some modules (Shodan, VirusTotal) may be rate-limited.", + "line2Prefix": "For full access,", + "selfHost": "self-host PRISM", + "line2Suffix": "with your own API keys." } }, "toolPanels": { diff --git a/frontend/src/messages/ru.json b/frontend/src/messages/ru.json index 332bd5a..fb76fb3 100644 --- a/frontend/src/messages/ru.json +++ b/frontend/src/messages/ru.json @@ -75,6 +75,12 @@ "crypto": { "label": "Крипто-адрес", "desc": "Bitcoin и Ethereum" }, "qr": { "label": "Декодер QR", "desc": "Декодирование и анализ" }, "mac": { "label": "MAC Lookup", "desc": "Поиск производителя" } + }, + "demo": { + "line1": "Это публичное демо с ограниченными квотами API. Некоторые модули (Shodan, VirusTotal) могут быть ограничены частотой запросов.", + "line2Prefix": "Для полного доступа", + "selfHost": "разверни PRISM сам", + "line2Suffix": "со своими API-ключами." } }, "toolPanels": {