Files
opensourcepos/app/Language/lo/Module.php
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
2.7 KiB
PHP

<?php
return [
"admin_cashups" => "",
"admin_cashups_desc" => "",
"attributes" => "",
"attributes_desc" => "",
"both" => "Both",
"cashups" => "",
"cashups_desc" => "",
"config" => "Configuration",
"config_desc" => "Change OSPOS's Configuration.",
"customers" => "Customers",
"customers_desc" => "Add, Update, Delete, and Search Customers.",
"employees" => "Employees",
"employees_desc" => "Add, Update, Delete, and Search Employees.",
"expenses" => "Expenses",
"expenses_categories" => "Expenses Categories",
"expenses_categories_desc" => "Add, Update, and Delete Expenses Categories.",
"expenses_desc" => "Add, Update, Delete, and Search Expenses.",
"giftcards" => "Gift Cards",
"giftcards_desc" => "Add, Update, Delete and Search Gift Cards.",
"home" => "Home",
"home_desc" => "List home menu modules.",
"item_kits" => "Item Kits",
"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",
"migrate_desc" => "Update the OSPOS Database.",
"office" => "Office",
"office_desc" => "List office menu modules.",
"receivings" => "Receivings",
"receivings_desc" => "Process Purchase Orders.",
"reports" => "Reports",
"reports_desc" => "View and generate Reports.",
"sales" => "Sales",
"sales_desc" => "Process Sales and Returns.",
"suppliers" => "Suppliers",
"suppliers_desc" => "Add, Update, Delete, and Search Suppliers.",
"taxes" => "Taxes",
"taxes_desc" => "Configure Sales Taxes.",
"timeclocks" => "",
"timeclocks_categories" => "",
"timeclocks_categories_desc" => "",
"timeclocks_desc" => "",
];