Files
opensourcepos/app/Language/az/Item_kits.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

43 lines
2.3 KiB
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 [
'add_item' => 'Mal Əlavə Etmək',
'all' => 'Hamısı',
'cannot_be_deleted' => 'Mal Dəsti(ləri) silinə bilmədi.',
'confirm_delete' => 'Seçilmiş mal dəstini(lərini) silmək istədiyinizə əminsiniz?',
'confirm_restore' => 'Seçilmiş mal dəstini(lərini) bərpa etmək istədiyinizə əminsiniz?',
'description' => 'Mal Dəstinin Təsviri',
'discount' => 'Endirim',
'discount_fixed' => 'Sabit Endirim',
'discount_percent' => 'Endirim Faizi',
'discount_type' => 'Endirim növü',
'error_adding_updating' => 'Mal dəstinin əlavə edilməsi və ya yenilənməsi uğursuz oldu.',
'find_kit_item' => 'Dəst Malı',
'info' => 'Mal Dəsti haqqında məlumat',
'item' => 'Mal',
'item_kit_number' => 'Barkod',
'item_kit_number_duplicate' => 'Mal Dəsti Nömrəsi verilənlər bazasında artıq mövcuddur.',
'item_number' => 'Mal Nömrəsi',
'item_number_duplicate' => 'Mal Nömrəsi verilənlər bazasında artıq mövcuddur.',
'items' => 'Mallar',
'kit' => 'Dəstin İd',
'kit_and_components' => 'Dəst və Komponentlər',
'kit_and_stock' => 'Dəst və Anbar',
'kit_only' => 'Yalnız Dəst',
'name' => 'Mal Dəstinin Adı',
'new' => 'Yeni Mal Dəsti',
'no_item_kits_to_display' => 'Göstərmək üçün mal dəsti yoxdur.',
'none_selected' => 'Heç bir mal dəsti seçməmisiniz.',
'one_or_multiple' => 'Mal Dəsti(ləri)',
'price_option' => 'Qiymət Seçimi',
'priced_only' => 'Ancaq Qiyməti Olanlar',
'print_option' => 'Çap Seçimi',
'quantity' => 'Sayı',
'sequence' => 'Ardıcıllıq',
'successful_adding' => 'Mal Dəstini uğurla əlavə etdiniz',
'successful_deleted' => 'Uğurla sildiniz',
'successful_updating' => 'Mal Dəstini uğurla yenilədiniz',
'unit_price' => 'Vahid Qiyməti',
'update' => 'Mal Dəstini Yenilə',
];