- 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
858 B
PHP
22 lines
858 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 코드 생성',
|
|
];
|