- Add translations for: ar, de, es, fr, it, ja, ko, nl, pl, ru, tr, uk, zh_CN - Fix raw_payload not being saved in messages - Fix content field stored as array instead of JSON string - Fix profilePicUrl extraction from Evolution API - Add content preview column in messages table - Improve message display with proper text/media handling
22 lines
956 B
PHP
22 lines
956 B
PHP
<?php
|
||
|
||
declare(strict_types=1);
|
||
|
||
return [
|
||
'modal_title' => ':instance に接続',
|
||
'loading' => '読み込み中...',
|
||
'connected' => '接続済み',
|
||
'waiting_scan' => 'スキャン待ち',
|
||
'error' => '接続エラー',
|
||
'expires_in' => '有効期限',
|
||
'connected_title' => 'WhatsApp接続完了!',
|
||
'connected_description' => 'WhatsAppインスタンスが接続され、メッセージの送受信が可能です。',
|
||
'error_title' => '接続エラー',
|
||
'try_again' => '再試行',
|
||
'scan_instructions' => 'お使いの携帯電話でWhatsAppを開き、設定 > リンクされたデバイス > デバイスをリンク に進み、このQRコードをスキャンしてください。',
|
||
'or_use_code' => 'または携帯電話でこのコードを入力してください:',
|
||
'copied' => 'コピーしました!',
|
||
'refresh' => 'QRコードを更新',
|
||
'generate' => 'QRコードを生成',
|
||
];
|