mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
16 lines
690 B
PHP
16 lines
690 B
PHP
<?php
|
||
return [
|
||
'messages_first_name' => 'İsim',
|
||
'messages_last_name' => 'Soyisim',
|
||
'messages_message' => 'Mesaj',
|
||
'messages_message_placeholder' => 'Mesajınız...',
|
||
'messages_message_required' => 'Mesaj giriniz',
|
||
'messages_multiple_phones' => '(Birden fazla alıcı için telefon numaralarını virgül ile ayırınız)',
|
||
'messages_phone' => 'Telefon Numarası',
|
||
'messages_phone_number_required' => 'Telefon numarası giriniz',
|
||
'messages_phone_placeholder' => 'Mobil numaralar...',
|
||
'messages_sms_send' => 'SMS Gönder',
|
||
'messages_successfully_sent' => 'Mesaj başarıyla gönderildi : ',
|
||
'messages_unsuccessfully_sent' => 'Mesaj gönderilemedi. Alıcı : ',
|
||
];
|