mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
17 lines
693 B
PHP
17 lines
693 B
PHP
<?php
|
||
|
||
return [
|
||
'first_name' => 'İsim',
|
||
'last_name' => 'Soyisim',
|
||
'message' => 'Mesaj',
|
||
'message_placeholder' => 'Mesajınız...',
|
||
'message_required' => 'Mesaj giriniz',
|
||
'multiple_phones' => '(Birden fazla alıcı için telefon numaralarını virgül ile ayırınız)',
|
||
'phone' => 'Telefon Numarası',
|
||
'phone_number_required' => 'Telefon numarası giriniz',
|
||
'phone_placeholder' => 'Mobil numaralar...',
|
||
'sms_send' => 'SMS Gönder',
|
||
'successfully_sent' => 'Mesaj başarıyla gönderildi : ',
|
||
'unsuccessfully_sent' => 'Mesaj gönderilemedi. Alıcı : ',
|
||
];
|