mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -04:00
- 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>
17 lines
709 B
PHP
17 lines
709 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 göndərilmədi: ',
|
||
];
|