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>
This commit is contained in:
objecttothis committed 2026-09-17 15:13:02 +04:00
1 parent b7506e58dc
commit b4db867ca1
90 files changed
+1530

No files matched your search

+2
View File
@@ -26,6 +26,8 @@ return [
"item_kits_desc" => "Add, Update, Delete and Search Item Kits.",
"items" => "Items",
"items_desc" => "Add, Update, Delete, and Search Items.",
'jobs' => 'ຄິວວຽກ',
'jobs_desc' => 'ຕັ້ງຄ່າ ແລະ ຈັດການຄິວວຽກພື້ນຫຼັງ.',
"messages" => "Messages",
"messages_desc" => "Send Messages to Customers, Suppliers and Employees.",
"migrate" => "Migrate",