- 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
824 B
PHP
22 lines
824 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'modal_title' => 'Verbinden :instance',
|
|
'loading' => 'Laden...',
|
|
'connected' => 'Verbonden',
|
|
'waiting_scan' => 'Wachten op scan',
|
|
'error' => 'Verbindingsfout',
|
|
'expires_in' => 'Verloopt over',
|
|
'connected_title' => 'WhatsApp Verbonden!',
|
|
'connected_description' => 'Uw WhatsApp instantie is verbonden en klaar om berichten te verzenden en ontvangen.',
|
|
'error_title' => 'Verbindingsfout',
|
|
'try_again' => 'Opnieuw Proberen',
|
|
'scan_instructions' => 'Open WhatsApp op uw telefoon, ga naar Instellingen > Gekoppelde Apparaten > Apparaat Koppelen, en scan deze QR-code.',
|
|
'or_use_code' => 'Of voer deze code in op uw telefoon:',
|
|
'copied' => 'Gekopieerd!',
|
|
'refresh' => 'QR-code Vernieuwen',
|
|
'generate' => 'QR-code Genereren',
|
|
];
|