Files
filament-whatsapp-conector/resources/lang/ja/qrcode.php
Wallace Martins e3c892fbb1 feat: complete i18n support with 13 languages and bug fixes
- 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
2025-12-07 15:48:15 -03:00

22 lines
956 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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コードを生成',
];