Files
opensourcepos/app/Language/az/Module.php
T
objecttothis b4db867ca1 feat(lang): add job queue translations across all locales
Add localized strings for new Job Queue feature.

- Add 'jobs'/'jobs_desc' entries to each locale's Module.php for
  module listing/description.
- Add new per-locale Jobs.php language files covering mode
  selection (auto/web/manual), throttle settings, web mode max
  time, job selection/processing actions, and save
  success/failure messages.
- Covers all supported locales (ar-EG, ar-LB, az, bg, bs, ckb, cs,
  da, de-CH, de-DE, el, en, en-GB, es-ES, es-MX, fa, fr, and more)
  to keep the feature fully localized app-wide.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-17 15:13:02 +04:00

52 lines
3.0 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 [
"admin_cashups" => "",
"admin_cashups_desc" => "",
"attributes" => "Atributlar",
"attributes_desc" => "Atributları əlavə et, yenilə, sil və ya axtar.",
"both" => "Hər ikizi",
"cashups" => "Qazanclar",
"cashups_desc" => "Əlavə et, Yenilə, Sil və Qazancları axtar.",
"config" => "Konfiqursiya",
"config_desc" => "ALSAN Konfiqurasiyasını dəyiş.",
"customers" => "Müştərilər",
"customers_desc" => "Əlavə et, Yenilə, Sil və Müştəriləri axtar.",
"employees" => "Əməkdaşlar",
"employees_desc" => "Əlavə et,Yenilə,Sil və Əməkdaşları axtar.",
"expenses" => "Xərclər",
"expenses_categories" => "Xərclər Bölməsi",
"expenses_categories_desc" => "Əlavə et,Yenilə və ya Xərclər bölməsini sil.",
"expenses_desc" => "Əlavə et,Yenilə və ya Xərclər bölməsini axtar.",
"giftcards" => "Hədiyyə kartı",
"giftcards_desc" => "Əlavə et,Yenilə,Sil və ya Hədiyyə kartlarını axtar.",
"home" => "Əsas",
"home_desc" => "Əsas menyu modullarının siyahısı.",
"item_kits" => "Mal Dəstləri",
"item_kits_desc" => "Əlavə et,Yenilə,Sil və ya Mal Dəstini Axtar.",
"items" => "Mallar",
"items_desc" => "Əlavə et,Yenilə,Sil və ya Malları Axtar.",
'jobs' => 'Tapşırıq Növbəsi',
'jobs_desc' => 'Arxa fon tapşırıq növbəsini konfiqurasiya edin və idarə edin.',
"messages" => "Mesajlar",
"messages_desc" => "Müştərilərə, Təchizatçılara və İşçilərə Mesaj göndərin.",
"migrate" => "Köçür",
"migrate_desc" => "ALSAN Məlumat Bazasıni Yenilə.",
"office" => "Ofis",
"office_desc" => "Ofis menyusu siyahısı modulları.",
"receivings" => "Qəbul Edilənlər",
"receivings_desc" => "Satınalma sifarişləri işləyin.",
"reports" => "Hesabatlar",
"reports_desc" => "Hesabatları Yarat və Göstər.",
"sales" => "Satışlar",
"sales_desc" => "Satış prosesləri və Qaytarılanlar.",
"suppliers" => "Təchizatçılar",
"suppliers_desc" => "Əlavə et, Yenilə, Sil və Təchizatçıları Axtar.",
"taxes" => "Vergi",
"taxes_desc" => "Satış üçün Vergiləri Ayarla.",
"timeclocks" => "",
"timeclocks_categories" => "",
"timeclocks_categories_desc" => "",
"timeclocks_desc" => "",
];