Files
opensourcepos/app/Language/tr/Messages.php
2024-06-15 17:19:15 +02:00

16 lines
567 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
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ı : ",
];