Skip to content

Commit

Permalink
L10N patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Jan 4, 2025
1 parent dac83e2 commit 47689a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: PHP-CS-Fixer Check
run: |
php-cs-fixer fix -v --dry-run ./src --rules=@PSR12
php-cs-fixer fix -v --dry-run ./src --rules=@PSR12,-blank_line_after_opening_tag
4 changes: 2 additions & 2 deletions l10n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: Japanese language data (last modified: 2024.04.19).
# This file: Japanese language data (last modified: 2024.12.31).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -33,7 +33,7 @@ config:
phpmailer_event_log: "PHPMailerに関連してすべてのイベントを記録するためのファイル。​ファイル名指定するか、無効にしたい場合は空白のままにして下さい。"
phpmailer_host: "送信Eメールに使用するSMTPホスト。"
phpmailer_password: "SMTP経由でEメールを送信するときに使用するパスワード。"
phpmailer_port: "送信Eメールに使用するポート番号。Default/デフォルルト = 587。"
phpmailer_port: "送信Eメールに使用するポート番号。 Default/デフォルルト = 587。"
phpmailer_set_from_address: "SMTP経由でEメールを送信するときに引用する送信者アドレス。"
phpmailer_set_from_name: "SMTP経由でEメールを送信するときに引用する送信者名。"
phpmailer_skip_auth_process: "このディレクティブを<code>true</code>に設定すると、PHPMailerはSMTP経由でEメールを送信する際に通常発生する認証プロセスをスキップします。​このプロセスをスキップすると、送信EメールがMITM攻撃にさらされる可能性があるため、これは避けるべきです。​しかし、PHPMailerがSMTPサーバに接続できない場合、このプロセスが必要な場合があります。"
Expand Down

0 comments on commit 47689a6

Please sign in to comment.