- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
30 lines
2.0 KiB
PHP
30 lines
2.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Japanese PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author Mitsuhiro Yoshida <http://mitstek.com/>
|
|
* @author Yoshi Sakai <http://bluemooninc.jp/>
|
|
* @author Arisophy <https://github.com/arisophy/>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。';
|
|
$PHPMAILER_LANG['empty_message'] = 'メール本文が空です。';
|
|
$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: ';
|
|
$PHPMAILER_LANG['execute'] = '実行できませんでした: ';
|
|
$PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: ';
|
|
$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'Fromアドレスを登録する際にエラーが発生しました: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。';
|
|
$PHPMAILER_LANG['invalid_address'] = '不正なメールアドレス: ';
|
|
$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
|
|
$PHPMAILER_LANG['signing'] = '署名エラー: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP接続に失敗しました。';
|
|
$PHPMAILER_LANG['smtp_error'] = 'SMTPサーバーエラー: ';
|
|
$PHPMAILER_LANG['variable_set'] = '変数が存在しません: ';
|
|
$PHPMAILER_LANG['extension_missing'] = '拡張機能が見つかりません: ';
|