-
Notifications
You must be signed in to change notification settings - Fork 3
feat: In-app malware scanning #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6fa36a1
0be2e51
0db7b30
e53374e
54db255
d969602
d5e0e28
a58a314
1fdde1e
f7a6cbb
bf22d77
142e02a
bd06ccc
5759289
0faf035
e811d82
f75b08e
07e9d31
a2bc623
6a77e76
eb50fd9
dd8284b
cf7c8df
1329763
e64c135
708a503
3b87aa2
d66e2df
b322351
9705b03
73b615b
aeca22b
c28bc7c
285d6e1
c0afc5f
6b4551f
6b4928f
2387e64
57044ae
a53b15b
97080dd
767bfd6
cd84b43
dedf2f8
96ec940
de80701
b5767a3
3442c03
20c9bcb
63d5132
fa9c63a
3d5a171
5fa387e
494df89
dd013ad
093fcc9
fd376b1
7994122
e3a14ee
50c4e4a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,9 +30,40 @@ | |
| "gettingAppInfo": "Getting app info", | ||
| "username": "Benutzername", | ||
| "wrongArgNum": "Falsche Anzahl von Argumenten (Parametern) übermittelt", | ||
| "yaraMalwareScanner": "Automatische Malware-Erkennung (Powered by YARA)", | ||
| "yaraScannerDescription": "Branchenstandardmäßige Malware-Erkennung mit YARA-kompatiblen Regeln für umfassenden Schutz vor Viren, Trojanern und anderen Bedrohungen. Kein Scanner kann 100% Erkennung garantieren, bietet aber starken Schutz vor bekannter Malware. Die Verantwortung für die sichere App-Nutzung liegt letztlich beim Benutzer.", | ||
| "securitySettings": "Sicherheitseinstellungen", | ||
| "xIsTrackOnly": "{} ist nur zur Nachverfolgung", | ||
| "source": "Quelle", | ||
| "app": "App", | ||
| "enableAutoScan": "Automatische Scan aktivieren", | ||
| "enableAutoScanDescription": "Heruntergeladene APKs automatisch auf Malware scannen, vor der Installation", | ||
| "enableAutoUpdate": "Automatische Updates aktivieren", | ||
| "enableAutoUpdateDescription": "Malware-Definitions-Datenbank automatisch aktualisieren", | ||
| "updateInterval": "Update-Intervall", | ||
| "updateIntervalDescription": "Wie oft nach neuen Malware-Definitionen gesucht werden soll", | ||
| "hours": "Stunden", | ||
| "threatLevelFilter": "Bedrohungsstufen-Filter", | ||
| "threatLevelFilterDescription": "Mindestbedrohungsstufe für Warnungen", | ||
| "level1": "Stufe 1", | ||
| "lowThreat": "Niedrige Bedrohung", | ||
| "level2": "Stufe 2", | ||
| "mediumThreat": "Mittlere Bedrohung", | ||
| "level3": "Stufe 3", | ||
| "highThreat": "Hohe Bedrohung", | ||
| "quarantineSettings": "Quarantäne-Einstellungen", | ||
| "quarantineInfected": "Infizierte Dateien quarantänen", | ||
| "quarantineInfectedDescription": "Erkannte Malware zur Sicherheit in Quarantäne verschieben", | ||
| "viewQuarantine": "Quarantäne anzeigen", | ||
| "viewQuarantineDescription": "Quarantänierte Dateien verwalten", | ||
| "databaseInformation": "Datenbank-Informationen", | ||
| "lastUpdate": "Letzte Aktualisierung", | ||
| "rulesVersion": "Regeln-Version", | ||
| "updateNow": "Jetzt aktualisieren", | ||
| "updating": "Aktualisiere...", | ||
| "rulesUpdatedSuccessfully": "Malware-Definitionen erfolgreich aktualisiert", | ||
| "rulesUpdateFailed": "Fehler beim Aktualisieren der Malware-Definitionen", | ||
| "quarantineViewComingSoon": "Quarantäne-Ansicht kommt bald", | ||
|
Comment on lines
+33
to
+66
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These new YARA keys still need to land in the rest of The Translation Management job is already failing, and 🤖 Prompt for AI Agents |
||
| "appsFromSourceAreTrackOnly": "Apps aus dieser Quelle sind nur zur Nachverfolgung.", | ||
| "youPickedTrackOnly": "Sie haben die Option „Nur nachverfolgen“ gewählt.", | ||
| "trackOnlyAppDescription": "Die App wird auf neue verfügbare Versionen überwacht, aber Updatium wird sie nicht herunterladen oder installieren.", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.