Files
opensourcepos/app/Language/az/Messages.php
T
objecttothis 7086b057a6 fix(i18n): align Azerbaijani language files with EN reference, format keys/values consistently
- Corrected typos, standardized translations, and fixed formatting in Azerbaijani language files for better consistency.
- Aligned language keys and values with EN reference, ensuring proper indentation and `'` usage.
- Updated invalid or missing translations in attributes, calendar, cashups, common, employees, enum, error, and expenses modules.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-08-24 16:30:44 +04:00

17 lines
709 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 göndərilmədi: ',
];