mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
- Changes for following best practice for CI4 localization - Norwegian and Urdu languages now working again - Sort languages by alphabet in config
16 lines
596 B
PHP
16 lines
596 B
PHP
<?php
|
||
return [
|
||
"first_name" => "Adı",
|
||
"last_name" => "Soyadı",
|
||
"message" => "Mesaj",
|
||
"message_placeholder" => "Mesajınız burada...",
|
||
"message_required" => "Mesaj tələb olunur",
|
||
"multiple_phones" => "(Birdən çox alıcı halında, vergüllə ayrılan mobil nömrələri daxil edin)",
|
||
"phone" => "Telefon",
|
||
"phone_number_required" => "Telefon nömrəsi tələb olunur",
|
||
"phone_placeholder" => "Mobil Nömrə(lər) burada...",
|
||
"sms_send" => "SMS Göndər",
|
||
"successfully_sent" => "Mesaj uğurla göndərildi: ",
|
||
"unsuccessfully_sent" => "Mesaj uğursuz olaraq göndərildi: ",
|
||
];
|