Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Raspirus/Raspirus
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 19, 2024
2 parents d93bea6 + d3ac855 commit 36c3e5e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/Benji377)

# :rocket: Raspirus
![banner_logo](https://user-images.githubusercontent.com/50681275/223684389-ed0f104f-c183-4223-9723-c268e7cc5268.png)
<div align="center">
<img src="https://raw.githubusercontent.com/Raspirus/media/refs/heads/main/logo/logo-final.svg" alt="Logo" style="width: 45%; max-width: 400px; vertical-align: middle; margin-right: 5%;">
<img src="https://raw.githubusercontent.com/Raspirus/media/refs/heads/main/logo/usb-final.svg" alt="USB" style="width: 45%; max-width: 400px; vertical-align: middle;">
</div>


<!-- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts -->

Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"set_max_matches_desc": "Maximale Anzahl der YARA-Regeln, die übereinstimmen",
"set_min_matches": "Minimale Treffer",
"set_min_matches_desc": "Mindestanzahl an YARA-Regeln, die übereinstimmen müssen",
"set_scale": "Skalierung",
"set_scale_desc": "Passt die Skalierung der Anwendung an",
"set_threads": "Threads",
"set_threads_desc": "Anzahl der Threads für paralleles Scannen.",
"set_threads_desc_rec": "empfohlen",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"set_max_matches_desc": "Maximum amount of YARA rules that will match",
"set_min_matches": "Min Matches",
"set_min_matches_desc": "Minimum amount of YARA rules that must match",
"set_scale": "Scaling",
"set_scale_desc": "Adjusts the application scale",
"set_threads": "Threads",
"set_threads_desc": "Number of threads to use for parallel scanning.",
"set_threads_desc_rec": "recommended",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"set_max_matches_desc": "Nombre maximum de règles YARA qui seront trouvées",
"set_min_matches": "Correspondances minimales",
"set_min_matches_desc": "Nombre minimum de règles YARA qui doivent correspondre",
"set_scale": "Échelle",
"set_scale_desc": "Ajuste l'échelle de l'application",
"set_threads": "Threads",
"set_threads_desc": "Nombre de threads à utiliser pour l'analyse en parallèle.",
"set_threads_desc_rec": "recommandé",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"set_max_matches_desc": "Numero massimo di regole YARA che verranno trovate",
"set_min_matches": "Minimo numero di corrispondenze",
"set_min_matches_desc": "Numero minimo di regole YARA che devono essere trovate",
"set_scale": "Scala",
"set_scale_desc": "Regola la scala dell'applicazione",
"set_threads": "Thread",
"set_threads_desc": "Numero di thread da utilizzare per la scansione in parallelo.",
"set_threads_desc_rec": "raccomandato",
Expand Down

0 comments on commit 36c3e5e

Please sign in to comment.