Skip to content

Commit 04a5791

Browse files
committed
L10N patch.
1 parent 5a18f78 commit 04a5791

30 files changed

+726
-37
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
1515
### v3.1.2
1616

1717
[2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).
18+
19+
### v3.1.3
20+
21+
[2022.08.18; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.

l10n/ar.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Arabic language data (last modified: 2020.07.04).
10+
# This file: Arabic language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "أنا لا أفهم هذا الأمر، آسف."
@@ -60,3 +74,4 @@ cli_commands: |
6074
- البديل: s.
6175
c
6276
- طباعة هذه القائمة الأوامر.
77+
invalid_url: "URL غير صالح!"

l10n/bn.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Bangla language data (last modified: 2020.07.04).
10+
# This file: Bangla language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "আমি এই কমান্ড বুঝতে পারছিনা, দুঃখিত।"
@@ -61,3 +75,4 @@ cli_commands: |
6175
- ওরফে: s।
6276
c
6377
- এই কমান্ড তালিকা মুদ্রণ করুন।
78+
invalid_url: "অবৈধ URL!"

l10n/de.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: German language data (last modified: 2020.07.04).
10+
# This file: German language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "Entschuldigung, ich verstehe diesen Befehl nicht."
@@ -24,7 +38,7 @@ cli_ln2: |
2438
~ ~ ~
2539
cli_ln3: |
2640
phpMussel befindet sich im CLI-Modus (Command Line Interface). Um eine
27-
Datei oder ein Verzeichnis mit phpMussel zu überprüfen, geben Sie "scan",
41+
Datei oder ein Verzeichnis mit phpMussel zu überprüfen, geben Sie scan,
2842
gefolgt vom Namen der Datei oder des Verzeichnisses ein und bestätigen mit
2943
Enter; Geben Sie "c" und Enter für eine Liste der verfügbaren Befehle im
3044
CLI-Modus ein; Geben Sie "q" und Enter zum Beenden ein.
@@ -61,3 +75,4 @@ cli_commands: |
6175
- Alias: s.
6276
c
6377
- Gibt diese Befehlsliste aus.
78+
invalid_url: "Ungültige URL!"

l10n/en.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2020.07.04).
10+
# This file: English language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
# CLI-mode ASCII art.
@@ -67,3 +81,4 @@ cli_commands: |
6781
- Alias: s.
6882
c
6983
- Print this command list.
84+
invalid_url: "Invalid URL!"

l10n/es.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Spanish language data (last modified: 2020.07.04).
10+
# This file: Spanish language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "No entiendo ese comando, lo siento."
@@ -60,3 +74,4 @@ cli_commands: |
6074
- Alias: s.
6175
c
6276
- Imprimir esta lista de comandos.
77+
invalid_url: "¡URL no válido!"

l10n/fa.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
##\
2+
# This file is a part of the phpMussel\CLI package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: Farsi language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
25+
##/
26+
27+
bad_command: "من این دستور را نمی فهمم، متاسفم."
28+
cli_algo_not_supported: "الگوریتم مشخص شده پشتیبانی نمی شود."
29+
cli_failed_to_complete: "فرآیند اسکن کامل نشد"
30+
cli_is_not_a: "%s یک فایل یا دایرکتوری نیست."
31+
cli_ln2: |
32+
با تشکر از شما برای استفاده از phpMussel، یک اسکریپت PHP که برای شناسایی
33+
تروجان ها، ویروس ها، بدافزارها و سایر تهدیدها طراحی شده است، در فایل‌های
34+
آپلود شده در سیستم شما هر جا که اسکریپت قلاب شده باشد، بر اساس امضای
35+
ClamAV و دیگران.
36+
~ ~ ~
37+
PHPMUSSEL حق چاپ 2013 و بعد از آن GNU/GPLv2 توسط Caleb M (Maikuolan).
38+
~ ~ ~
39+
cli_ln3: |
40+
در حال حاضر phpMussel در حالت CLI (command line interface) اجرا می شود.
41+
برای اسکن یک فایل یا دایرکتوری، "scan" را تایپ کنید، سپس نام فایل یا
42+
فهرستی را که می خواهید phpMussel اسکن کند و Enter را فشار دهید؛ "c" را
43+
تایپ کنید و Enter را فشار دهید تا لیستی از دستورات حالت CLI را دریافت
44+
کنید؛ "q" را تایپ کرده و Enter را برای خروج فشار دهید.
45+
cli_pe1: "یک فایل PE معتبر نیست!"
46+
cli_pe2: "بخش های PE:"
47+
cli_signature_placeholder: "نام امضای شما"
48+
cli_working: "در حال پیش رفت"
49+
cli_commands: |
50+
q
51+
- CLI را ترک کنید.
52+
- نام مستعار: quit, exit.
53+
hash_file:[algo] [filename]
54+
- ایجاد امضای هش از فایل ها.
55+
hash:[algo] [string]
56+
- امضای هش را از رشته تولید کنید.
57+
algo
58+
- لیست همه الگوریتم های پشتیبانی شده.
59+
hex_encode [string]
60+
- رشته باینری را به هگزادسیمال تبدیل کنید.
61+
- نام مستعار: x.
62+
hex_decode [string]
63+
- هگزادسیمال را به رشته باینری تبدیل کنید.
64+
base64_encode [string]
65+
- رشته باینری را به رشته base64 تبدیل کنید.
66+
- نام مستعار: b.
67+
base64_decode [string]
68+
- رشته base64 را به رشته باینری تبدیل کنید.
69+
pe_meta [filename]
70+
- فراداده را از یک فایل PE استخراج کنید.
71+
url_sig [string]
72+
- امضاهای اسکنر URL را ایجاد کنید.
73+
scan [نام فایل یا دایرکتوری]
74+
- یک فایل یا دایرکتوری را اسکن کنید.
75+
- نام مستعار: s.
76+
c
77+
- این لیست دستورات را چاپ کنید.
78+
invalid_url: "URL نامعتبر است!"

l10n/fr.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: French language data (last modified: 2020.07.04).
10+
# This file: French language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "Je ne comprends pas cette commande, désolé."
@@ -61,3 +75,4 @@ cli_commands: |
6175
- Alias : s.
6276
c
6377
- Imprimer cette liste des commandes.
78+
invalid_url: "URL non valide !"

l10n/he.yml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
##\
2+
# This file is a part of the phpMussel\CLI package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: Hebrew language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
25+
##/
26+
27+
bad_command: "אני לא מבין את הפקודה הזאת, סליחה."
28+
cli_algo_not_supported: "האלגוריתם שצוין אינו נתמך."
29+
cli_failed_to_complete: "השלמת תהליך הסריקה נכשלה"
30+
cli_is_not_a: "%s אינו קובץ או ספרייה."
31+
cli_ln2: |
32+
תודה על השימוש ב-phpMussel, סקריפט PHP שנועד לזהות טרויאנים, וירוסים,
33+
תוכנות זדוניות ואיומים אחרים בתוך קבצים שהועלו למערכת שלך בכל מקום שבו
34+
התסריט מחובר, מבוסס על החתימות של ClamAV ואחרים.
35+
~ ~ ~
36+
PHPMUSSEL זכויות יוצרים 2013 ואילך GNU/GPLv2 מאת Caleb M (Maikuolan).
37+
~ ~ ~
38+
cli_ln3: |
39+
כרגע פועל phpMussel במצב CLI (command line interface). כדי לסרוק קובץ או
40+
ספריה, הקלד "scan", ואחריו שם הקובץ או הספרייה שברצונך ש-phpMussel יסרוק
41+
והקש Enter; הקלד "c" והקש Enter לקבלת רשימה של פקודות מצב CLI; הקלד "q"
42+
והקש Enter כדי לצאת.
43+
cli_pe1: "לא קובץ PE חוקי!"
44+
cli_pe2: "קטעי PE:"
45+
cli_signature_placeholder: "קובץ-החתימה-שלך"
46+
cli_working: "בתהליך"
47+
cli_commands: |
48+
q
49+
- צא מ-CLI.
50+
- כינויים: quit, exit.
51+
hash_file:[אלגוֹ] [שם קובץ]
52+
- צור חתימות hash מקבצים.
53+
hash:[אלגוֹ] [מחרוזת]
54+
- צור חתימת hash ממחרוזת.
55+
algo
56+
- רשום את כל האלגוריתמים הנתמכים.
57+
hex_encode [מחרוזת]
58+
- המרת מחרוזת בינארית להקסדצימלית.
59+
- כינוי: x.
60+
hex_decode [מחרוזת]
61+
- המרת הקסדצימלי למחרוזת בינארית.
62+
base64_encode [מחרוזת]
63+
- המרת מחרוזת בינארית למחרוזת base64.
64+
- כינוי: b.
65+
base64_decode [מחרוזת]
66+
- המר מחרוזת base64 למחרוזת בינארית.
67+
pe_meta [שם קובץ]
68+
- חלץ מטא נתונים מקובץ PE.
69+
url_sig [מחרוזת]
70+
- צור חתימות של סורק URL.
71+
scan [שם הקובץ או הספרייה]
72+
- סרוק קובץ או ספריה.
73+
- כינוי: s.
74+
c
75+
- הדפס רשימת פקודות זו.
76+
invalid_url: "לא URL חוקי!"

l10n/hi.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Hindi language data (last modified: 2020.07.04).
10+
# This file: Hindi language data (last modified: 2022.08.18).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
1125
##/
1226

1327
bad_command: "मुझे यह आज्ञा नहीं समझती, खेद है।"
@@ -61,3 +75,4 @@ cli_commands: |
6175
- उपनाम: s।
6276
c
6377
- यह कमांड सूची प्रिंट करें।
78+
invalid_url: "अवैध URL!"

0 commit comments

Comments
 (0)