Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions frontend/src/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/messages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading