Files
opensourcepos/app/Language/az/Messages.php
BudsieBuds c39b733c90 Language fallback improvement
- Changes for following best practice for CI4 localization
- Norwegian and Urdu languages now working again
- Sort languages by alphabet in config
2024-06-15 17:19:15 +02:00

16 lines
596 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" => "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: ",
];