Skip to content

Commit 03e5235

Browse files
committed
L10N patch.
1 parent 97ea581 commit 03e5235

File tree

4 files changed

+128
-0
lines changed

4 files changed

+128
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
3131
### v3.1.5
3232

3333
[2022.07.28; Maikuolan]: Added L10N for Malay.
34+
35+
[2022.09.01; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, and Ukrainian.

l10n/fa.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
##\
2+
# This file is a part of the phpMussel\Plugin-PHPMailer 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.09.01).
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+
config_phpmailer: "پیکربندی برای PHPMailer (برای احراز هویت دو مرحله ای استفاده می شود)."
28+
config_phpmailer_add_reply_to_address: "آدرس پاسخی که هنگام ارسال ایمیل از طریق SMTP ذکر شود."
29+
config_phpmailer_add_reply_to_name: "نام پاسخی که باید هنگام ارسال ایمیل از طریق SMTP ذکر شود."
30+
config_phpmailer_enable_notifications: "اگر می‌خواهید هنگام مسدود شدن آپلود از طریق ایمیل مطلع شوید، آدرس ایمیل گیرنده را در اینجا مشخص کنید."
31+
config_phpmailer_enable_two_factor: "این دستورالعمل تعیین می‌کند که آیا از 2FA برای حساب‌های فرانت‌اند استفاده شود یا خیر."
32+
config_phpmailer_event_log: "فایلی برای ثبت همه رویدادها در رابطه با PHPMailer. نام فایل را مشخص کنید، یا برای غیرفعال کردن آن را خالی بگذارید."
33+
config_phpmailer_host: "میزبان SMTP برای استفاده برای ایمیل های خروجی."
34+
config_phpmailer_password: "رمز عبور برای استفاده هنگام ارسال ایمیل از طریق SMTP."
35+
config_phpmailer_port: "شماره پورت مورد استفاده برای ایمیل های خروجی. پیش فرض = 587."
36+
config_phpmailer_set_from_address: "آدرس فرستنده که باید هنگام ارسال ایمیل از طریق SMTP ذکر شود."
37+
config_phpmailer_set_from_name: "نام فرستنده ای که باید هنگام ارسال ایمیل از طریق SMTP ذکر شود."
38+
config_phpmailer_skip_auth_process: "تنظیم این دستور بر روی <code>true</code> به PHPMailer دستور می دهد تا از روند عادی احراز هویت که معمولاً هنگام ارسال ایمیل از طریق SMTP رخ می دهد، صرف نظر کند. از این کار باید اجتناب شود، زیرا عدم احراز هویت می‌تواند ایمیل‌های خروجی را در معرض حملات MITM قرار دهد، اما ممکن است در مواردی که مانع از اتصال PHPMailer به سرور SMTP شود، ضروری باشد."
39+
config_phpmailer_smtp_auth: "این دستورالعمل تعیین می کند که آیا جلسات SMTP احراز هویت شود یا خیر (معمولا باید به حال خود رها شود)."
40+
config_phpmailer_smtp_secure: "پروتکل مورد استفاده هنگام ارسال ایمیل از طریق SMTP (TLS یا SSL)."
41+
config_phpmailer_username: "نام کاربری که هنگام ارسال ایمیل از طریق SMTP استفاده می شود."
42+
state_email_sent: "ایمیل با موفقیت به "%s" ارسال شد."

l10n/he.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
##\
2+
# This file is a part of the phpMussel\Plugin-PHPMailer 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.09.01).
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+
config_phpmailer: "תצורה עבור PHPMailer (משמש לאימות דו-גורמי)."
28+
config_phpmailer_add_reply_to_address: "כתובת השולח בעת שליחת אימייל באמצעות SMTP."
29+
config_phpmailer_add_reply_to_name: "שם השולח בעת שליחת אימייל באמצעות SMTP."
30+
config_phpmailer_enable_notifications: "אם ברצונך לקבל הודעה באימייל כאשר העלאה חסומה, ציין כאן את כתובת האימייל של הנמען."
31+
config_phpmailer_enable_two_factor: "הנחיה זו קובעת אם להשתמש ב-2FA."
32+
config_phpmailer_event_log: "קובץ לרישום כל האירועים ביחס ל-PHPMailer. ציין שם קובץ, או השאר ריק כדי להשבית."
33+
config_phpmailer_host: "מארח ה-SMTP לשימוש עבור אימייל יוצא."
34+
config_phpmailer_password: "הסיסמה לשימוש בעת שליחת אימייל באמצעות SMTP."
35+
config_phpmailer_port: "מספר היציאה לשימוש עבור אימייל יוצא. סטנדרטי = 587."
36+
config_phpmailer_set_from_address: "כתובת השולח בעת שליחת אימייל באמצעות SMTP."
37+
config_phpmailer_set_from_name: "שם השולח בעת שליחת אימייל באמצעות SMTP."
38+
config_phpmailer_skip_auth_process: "הגדרת זה ל-<code>true</code> אומרת ל-PHPMailer לא לבצע אימות בעת שליחת אימייל באמצעות SMTP. יש להימנע מכך, כי אי אימות עלול לחשוף דואר יוצא למתקפות MITM, אך עשוי להיות נחוץ במקרים שבהם פעולה זו תמנע מ-PHPMailer להתחבר לשרת SMTP."
39+
config_phpmailer_smtp_auth: "קובע אם לאמת הפעלות SMTP (בדרך כלל צריך להשאיר לבד)."
40+
config_phpmailer_smtp_secure: "הפרוטוקול לשימוש בעת שליחת אימייל באמצעות SMTP (TLS או SSL)."
41+
config_phpmailer_username: "שם המשתמש לשימוש בעת שליחת אימייל באמצעות SMTP."
42+
state_email_sent: "אימייל נשלח בהצלחה אל "%s"."

l10n/uk.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
##\
2+
# This file is a part of the phpMussel\Plugin-PHPMailer 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: Ukrainian language data (last modified: 2022.09.01).
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+
config_phpmailer: "Конфігурація для PHPMailer (використовується для двофакторної аутентифікації)."
28+
config_phpmailer_add_reply_to_address: "Адреса відповіді для надсилання електронної пошти через SMTP."
29+
config_phpmailer_add_reply_to_name: "Ім'я відповіді під час надсилання електронної пошти через SMTP."
30+
config_phpmailer_enable_notifications: "Якщо ви хочете отримувати сповіщення електронною поштою, коли завантаження заблоковано, вкажіть тут адресу електронної пошти одержувача."
31+
config_phpmailer_enable_two_factor: "Ця директива активує/деактивує використання 2FA."
32+
config_phpmailer_event_log: "Файл для реєстрації всіх подій пов'язаних із PHPMailer. Вкажіть назву файлу, або залиште поле порожнім щоб вимкнути його."
33+
config_phpmailer_host: "Хост SMTP для вихідної електронної пошти."
34+
config_phpmailer_password: "Пароль для надсилання електронної пошти через SMTP."
35+
config_phpmailer_port: "Номер порту для вихідної електронної пошти. Стандарт = 587."
36+
config_phpmailer_set_from_address: "Адреса відправника для надсилання електронної пошти через SMTP."
37+
config_phpmailer_set_from_name: "Ім'я відправника для надсилання електронної пошти через SMTP."
38+
config_phpmailer_skip_auth_process: "Якщо встановити для цієї директиви значення <code>true</code>, PHPMailer пропускатиме звичайний процес автентифікації, який зазвичай відбувається під час надсилання електронної пошти через SMTP. Цього слід уникати, оскільки пропуск цього процесу може піддати вихідну електронну пошту атакам MITM, але може бути необхідним у випадках, коли цей процес перешкоджає PHPMailer підключитися до сервера SMTP."
39+
config_phpmailer_smtp_auth: "Ця директива визначає, чи автентифікувати сеанси SMTP (зазвичай її слід залишити окремо)."
40+
config_phpmailer_smtp_secure: "Протокол для надсилання електронної пошти через SMTP (TLS або SSL)."
41+
config_phpmailer_username: "Ім'я користувача для надсилання електронної пошти через SMTP."
42+
state_email_sent: "Електронна пошта успішно надіслана на «%s»."

0 commit comments

Comments
 (0)