Skip to content

Commit 106a91d

Browse files
committed
L10N patch.
Clean up CLI command list.
1 parent 04a5791 commit 106a91d

25 files changed

+762
-741
lines changed

l10n/bn.yml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Bangla language data (last modified: 2022.08.18).
10+
# This file: Bangla language data (last modified: 2022.08.21).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -47,32 +47,33 @@ cli_pe2: "PE সেকশন:"
4747
cli_signature_placeholder: "আপনার-স্বাক্ষর-ফাইল"
4848
cli_working: "চলমান"
4949
cli_commands: |
50-
q
51-
- CLI ছাড়ুন।
52-
- ওরফে: quit, exit।
53-
hash_file:[অ্যালগরিদম] [ফাইলের নাম]
54-
- ফাইল থেকে হ্যাশ স্বাক্ষর তৈরি করুন।
55-
hash:[অ্যালগরিদম] [স্ট্রিং]
56-
- স্ট্রিং থেকে হ্যাশ স্বাক্ষর তৈরি করুন।
57-
algo
58-
- সমস্ত সমর্থিত আলগোরিদিম তালিকা করে।
59-
hex_encode [স্ট্রিং]
60-
- বাইনারি স্ট্রিং থেকে হেক্সাডেসিমাল রূপান্তর করুন।
61-
- ওরফে: x।
62-
hex_decode [স্ট্রিং]
63-
- হেক্সাডেসিমাল থেকে বাইনারি স্ট্রিং রূপান্তর করুন।
64-
base64_encode [স্ট্রিং]
65-
- বাইনারি স্ট্রিং থেকে Base64 রূপান্তর করুন।
66-
- ওরফে: b।
50+
q | quit | exit -- CLI ছাড়ুন।
51+
52+
hash_file:[অ্যালগরিদম] [ফাইলের নাম] -- ফাইল থেকে হ্যাশ স্বাক্ষর তৈরি করুন।
53+
54+
hash:[অ্যালগরিদম] [স্ট্রিং] -- স্ট্রিং থেকে হ্যাশ স্বাক্ষর তৈরি করুন।
55+
উদাহরণ: >> hash:crc32b Hello World
56+
4a17b156:11:আপনার-স্বাক্ষর-ফাইল
57+
58+
algo -- সমস্ত সমর্থিত আলগোরিদিম তালিকা করে।
59+
60+
hex_encode [স্ট্রিং] -- বাইনারি স্ট্রিং থেকে হেক্সাডেসিমাল রূপান্তর করুন।
61+
উদাহরণ: >> hex_encode Hello World
62+
48656c6c6f20576f726c64
63+
64+
hex_decode [স্ট্রিং] -- হেক্সাডেসিমাল থেকে বাইনারি স্ট্রিং রূপান্তর করুন।
65+
66+
(base64_encode | b) [স্ট্রিং]
67+
-- বাইনারি স্ট্রিং থেকে Base64 রূপান্তর করুন।
68+
6769
base64_decode [স্ট্রিং]
68-
- Base64 থেকে বাইনারি স্ট্রিং রূপান্তর করুন।
69-
pe_meta [ফাইলের নাম]
70-
- একটি PE ফাইল থেকে মেটাডাটা নিষ্কাশন।
71-
url_sig [স্ট্রিং]
72-
- URL স্ক্যানার স্বাক্ষর তৈরি করুন।
73-
scan [ফাইল বা ডিরেক্টরি নাম]
74-
- ফাইল বা ডিরেক্টরি স্ক্যান করুন।
75-
- ওরফে: s।
76-
c
77-
- এই কমান্ড তালিকা মুদ্রণ করুন।
70+
-- Base64 থেকে বাইনারি স্ট্রিং রূপান্তর করুন।
71+
72+
pe_meta [ফাইলের নাম] -- একটি PE ফাইল থেকে মেটাডাটা নিষ্কাশন।
73+
74+
url_sig [স্ট্রিং] -- URL স্ক্যানার স্বাক্ষর তৈরি করুন।
75+
76+
(scan | s) [ফাইল বা ডিরেক্টরি নাম] -- ফাইল বা ডিরেক্টরি স্ক্যান করুন।
77+
78+
c -- এই কমান্ড তালিকা মুদ্রণ করুন।
7879
invalid_url: "অবৈধ URL!"

l10n/de.yml

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: German language data (last modified: 2022.08.18).
10+
# This file: German language data (last modified: 2022.08.21).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -47,32 +47,37 @@ cli_pe2: "PE-Sektionen:"
4747
cli_signature_placeholder: "IHR-SIGNATURNAME"
4848
cli_working: "Im Gange"
4949
cli_commands: |
50-
q
51-
- Beendet den CLI-Modus.
52-
- Alias: quit, exit.
53-
hash_file:[Algo] [Dateiname]
54-
- Generiert Hash-Signaturen einer Datei.
55-
hash:[Algo] [String]
56-
- Generiert Hash-Signaturen eines String-Wertes.
57-
algo
58-
- Listet alle unterstützten Algorithmen auf.
59-
hex_encode [String]
60-
- Konvertiert einen Binär-Wert in einen Hexidezimal-Wert.
61-
- Alias: x.
50+
q | quit | exit -- Beendet den CLI-Modus.
51+
52+
hash_file:[Algo] [Dateiname] -- Generiert Hash-Signaturen einer Datei.
53+
54+
hash:[Algo] [String] -- Generiert Hash-Signaturen eines String-Wertes.
55+
Beispiel: >> hash:crc32b Hello World
56+
4a17b156:11:IHR-SIGNATURNAME
57+
58+
algo -- Listet alle unterstützten Algorithmen auf.
59+
60+
(hex_encode | x) [string]
61+
-- Konvertiert einen Binär-Wert in einen Hexidezimal-Wert.
62+
Beispiel: >> hex_encode Hello World
63+
48656c6c6f20576f726c64
64+
6265
hex_decode [String]
63-
- Konvertiert einen Hexidezimal-Wert in einen Binär-Wert.
64-
base64_encode [String]
65-
- Konvertiert einen Binär-Wert in einen Base64-Wert.
66-
- Alias: b.
66+
-- Konvertiert einen Hexidezimal-Wert in einen Binär-Wert.
67+
68+
(base64_encode | b) [String]
69+
-- Konvertiert einen Binär-Wert in einen Base64-Wert.
70+
6771
base64_decode [String]
68-
- Konvertiert einen Base64-Wert in einen Binär-Wert.
72+
-- Konvertiert einen Base64-Wert in einen Binär-Wert.
73+
6974
pe_meta [Dateiname]
70-
- Extrahieren Sie Metadaten aus einer PE-Datei.
71-
url_sig [String]
72-
- Generiere URL-Scanner-Signaturen.
73-
scan [Dateiname oder Verzeichnisname]
74-
- Überprüft eine Datei oder ein Verzeichnis.
75-
- Alias: s.
76-
c
77-
- Gibt diese Befehlsliste aus.
75+
-- Extrahieren Sie Metadaten aus einer PE-Datei.
76+
77+
url_sig [String] -- Generiere URL-Scanner-Signaturen.
78+
79+
(scan | s) [Dateiname oder Verzeichnisname]
80+
-- Überprüft eine Datei oder ein Verzeichnis.
81+
82+
c -- Gibt diese Befehlsliste aus.
7883
invalid_url: "Ungültige URL!"

l10n/en.yml

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2022.08.18).
10+
# This file: English language data (last modified: 2022.08.21).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -53,32 +53,31 @@ cli_pe2: "PE Sections:"
5353
cli_signature_placeholder: "YOUR-SIGNATURE-NAME"
5454
cli_working: "In progress"
5555
cli_commands: |
56-
q
57-
- Quit CLI.
58-
- Aliases: quit, exit.
59-
hash_file:[algo] [filename]
60-
- Generate hash signatures from files.
61-
hash:[algo] [string]
62-
- Generate hash signature from string.
63-
algo
64-
- List all supported algorithms.
65-
hex_encode [string]
66-
- Convert binary string to hexadecimal.
67-
- Alias: x.
68-
hex_decode [string]
69-
- Convert hexadecimal to binary string.
70-
base64_encode [string]
71-
- Convert binary string to base64 string.
72-
- Alias: b.
73-
base64_decode [string]
74-
- Convert base64 string to binary string.
75-
pe_meta [filename]
76-
- Extract metadata from a PE file.
77-
url_sig [string]
78-
- Generate URL scanner signatures.
79-
scan [name of the file or directory]
80-
- Scan a file or directory.
81-
- Alias: s.
82-
c
83-
- Print this command list.
56+
q | quit | exit -- Quit CLI.
57+
58+
hash_file:[algo] [filename] -- Generate hash signatures from files.
59+
60+
hash:[algo] [string] -- Generate hash signature from string.
61+
Example: >> hash:crc32b Hello World
62+
4a17b156:11:YOUR-SIGNATURE-NAME
63+
64+
algo -- List all supported algorithms.
65+
66+
(hex_encode | x) [string] -- Convert binary string to hexadecimal.
67+
Example: >> hex_encode Hello World
68+
48656c6c6f20576f726c64
69+
70+
hex_decode [string] -- Convert hexadecimal to binary string.
71+
72+
(base64_encode | b) [string] -- Convert binary string to base64 string.
73+
74+
base64_decode [string] -- Convert base64 string to binary string.
75+
76+
pe_meta [filename] -- Extract metadata from a PE file.
77+
78+
url_sig [string] -- Generate URL scanner signatures.
79+
80+
(scan | s) [name of the file or directory] -- Scan a file or directory.
81+
82+
c -- Print this command list.
8483
invalid_url: "Invalid URL!"

l10n/es.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Spanish language data (last modified: 2022.08.18).
10+
# This file: Spanish language data (last modified: 2022.08.21).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -46,32 +46,32 @@ cli_pe2: "Secciones PE:"
4646
cli_signature_placeholder: "NOMBRE-DE-FIRMA"
4747
cli_working: "En operación"
4848
cli_commands: |
49-
q
50-
- Dejar CLI.
51-
- Alias: quit, exit.
52-
hash_file:[algo] [nombre del archivo]
53-
- Generar firmas hash de archivos.
54-
hash:[algo] [string]
55-
- Generar firma hash de string.
56-
algo
57-
- Lista todos los algoritmos soportados.
58-
hex_encode [string]
59-
- Convertir string binaria a hexadecimal.
60-
- Alias: x.
61-
hex_decode [string]
62-
- Convertir hexadecimal a string binaria.
63-
base64_encode [string]
64-
- Convertir string binaria a string base64.
65-
- Alias: b.
66-
base64_decode [string]
67-
- Convertir string base64 a string binaria.
68-
pe_meta [nombre del archivo]
69-
- Extraer metadatos de un archivo PE.
70-
url_sig [string]
71-
- Generar firmas de escáner de URL.
72-
scan [nombre del archivo o directorio]
73-
- Escanear un archivo o directorio.
74-
- Alias: s.
75-
c
76-
- Imprimir esta lista de comandos.
49+
q | quit | exit -- Dejar CLI.
50+
51+
hash_file:[algo] [nombre del archivo] -- Generar firmas hash de archivos.
52+
53+
hash:[algo] [string] -- Generar firma hash de string.
54+
Ejemplo: >> hash:crc32b Hello World
55+
4a17b156:11:NOMBRE-DE-FIRMA
56+
57+
algo -- Lista todos los algoritmos soportados.
58+
59+
(hex_encode | x) [string] -- Convertir string binaria a hexadecimal.
60+
Ejemplo: >> hex_encode Hello World
61+
48656c6c6f20576f726c64
62+
63+
hex_decode [string] -- Convertir hexadecimal a string binaria.
64+
65+
(base64_encode | b) [string] -- Convertir string binaria a string base64.
66+
67+
base64_decode [string] -- Convertir string base64 a string binaria.
68+
69+
pe_meta [nombre del archivo] -- Extraer metadatos de un archivo PE.
70+
71+
url_sig [string] -- Generar firmas de escáner de URL.
72+
73+
(scan | s) [nombre del archivo o directorio]
74+
-- Escanear un archivo o directorio.
75+
76+
c -- Imprimir esta lista de comandos.
7777
invalid_url: "¡URL no válido!"

l10n/fr.yml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: French language data (last modified: 2022.08.18).
10+
# This file: French language data (last modified: 2022.08.21).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -47,32 +47,33 @@ cli_pe2: "Sections du PE :"
4747
cli_signature_placeholder: "NOM-DE-SIGNATURE"
4848
cli_working: "En cours"
4949
cli_commands: |
50-
q
51-
- Quitter CLI.
52-
- Alias : quit, exit.
50+
q | quit | exit -- Quitter CLI.
51+
5352
hash_file:[algo] [nom du fichier]
54-
- Générer les signatures hachage des fichiers.
55-
hash:[algo] [chaîne]
56-
- Générer une signature hachage à partir d'une chaîne.
57-
algo
58-
- Lister tous les algorithmes disponibles.
59-
hex_encode [chaîne]
60-
- Convertir une chaîne binaire en hexadécimal.
61-
- Alias : x.
62-
hex_decode [chaîne]
63-
- Convertir hexadécimal en chaîne binaire.
64-
base64_encode [chaîne]
65-
- Convertir chaîne binaire en chaîne base64.
66-
- Alias : b.
67-
base64_decode [chaîne]
68-
- Convertir chaîne base64 en chaîne binaire.
69-
pe_meta [nom du fichier]
70-
- Extraire les métadonnées d'un fichier PE.
71-
url_sig [chaîne]
72-
- Générer des signatures de scanner d'URL.
73-
scan [nom du fichier ou du répertoire]
74-
- Analyser un fichier ou un répertoire.
75-
- Alias : s.
76-
c
77-
- Imprimer cette liste des commandes.
53+
-- Générer les signatures hachage des fichiers.
54+
55+
hash:[algo] [chaîne] -- Générer une signature hachage à partir d'une chaîne.
56+
Exemple : >> hash:crc32b Hello World
57+
4a17b156:11:NOM-DE-SIGNATURE
58+
59+
algo -- Lister tous les algorithmes disponibles.
60+
61+
hex_encode [chaîne] -- Convertir une chaîne binaire en hexadécimal.
62+
Exemple : >> hex_encode Hello World
63+
48656c6c6f20576f726c64
64+
65+
hex_decode [chaîne] -- Convertir hexadécimal en chaîne binaire.
66+
67+
(base64_encode | b) [chaîne] -- Convertir chaîne binaire en chaîne base64.
68+
69+
base64_decode [chaîne] -- Convertir chaîne base64 en chaîne binaire.
70+
71+
pe_meta [nom du fichier] -- Extraire les métadonnées d'un fichier PE.
72+
73+
url_sig [chaîne] -- Générer des signatures de scanner d'URL.
74+
75+
(scan | s) [nom du fichier ou du répertoire]
76+
-- Analyser un fichier ou un répertoire.
77+
78+
c -- Imprimer cette liste des commandes.
7879
invalid_url: "URL non valide !"

0 commit comments

Comments
 (0)