mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -04:00
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>
33 lines
3.1 KiB
PHP
33 lines
3.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mode' => 'ໂໝດ',
|
|
'mode_auto' => 'ອັດຕະໂນມັດ (Cron / ຕົວກຳນົດເວລາໜ້າວຽກ)',
|
|
'mode_invalid' => 'ໂໝດຕ້ອງເປັນອັດຕະໂນມັດ, ເວັບ, ຫຼືດ້ວຍຕົນເອງ.',
|
|
'mode_manual' => 'ດ້ວຍຕົນເອງ',
|
|
'mode_web' => 'ເວັບ (ບໍ່ຕ້ອງໃຊ້ Cron)',
|
|
'not_yet_implemented' => 'ຍັງບໍ່ໄດ້ນຳໃຊ້ — ຈະມີໃນລຸ້ນຕໍ່ໄປ.',
|
|
'process_all_jobs' => 'ດຳເນີນການວຽກທັງໝົດ',
|
|
'process_selected_jobs' => 'ດຳເນີນການວຽກທີ່ເລືອກ',
|
|
'saved_successfully' => 'ບັນທຶກການຕັ້ງຄ່າຄິວວຽກສຳເລັດແລ້ວ.',
|
|
'saved_unsuccessfully' => 'ບໍ່ສາມາດບັນທຶກການຕັ້ງຄ່າຄິວວຽກໄດ້.',
|
|
'select_jobs' => 'ເລືອກວຽກ',
|
|
'settings' => 'ການຕັ້ງຄ່າ',
|
|
'settings_configuration' => 'ການຕັ້ງຄ່າຄິວວຽກ',
|
|
'throttle_count' => 'ຈຳນວນ',
|
|
'throttle_count_required' => 'ຈຳນວນຈຳກັດແມ່ນຈຳເປັນ ແລະ ຕ້ອງເປັນຈຳນວນເຕັມທີ່ບໍ່ຕິດລົບ.',
|
|
'throttle_period' => 'ໄລຍະເວລາ',
|
|
'throttle_period_day' => 'ວັນ',
|
|
'throttle_period_hour' => 'ຊົ່ວໂມງ',
|
|
'throttle_period_minute' => 'ນາທີ',
|
|
'throttle_period_month' => 'ເດືອນ',
|
|
'throttle_period_required' => 'ໄລຍະເວລາຈຳກັດແມ່ນຈຳເປັນ.',
|
|
'throttles' => 'ການຈຳກັດ',
|
|
'utilities' => 'ເຄື່ອງມື',
|
|
'utilities_configuration' => 'ເຄື່ອງມືຄິວວຽກ',
|
|
'web_max_seconds' => 'ເວລາສູງສຸດຂອງໂໝດເວັບ',
|
|
'web_max_seconds_invalid' => 'ເວລາສູງສຸດຂອງໂໝດເວັບແມ່ນຈຳເປັນ ແລະ ຕ້ອງເປັນຈຳນວນເຕັມທີ່ບໍ່ຕິດລົບ.',
|
|
'web_max_seconds_tooltip' => 'ຈຳນວນວິນາທີສູງສຸດຫຼັງຈາກໂຫຼດໜ້າ ທີ່ວຽກໃໝ່ຈະຖືກເລີ່ມຕົ້ນ.',
|
|
'web_max_seconds_tooltip_disabled' => 'ເວລາສູງສຸດຂອງໂໝດເວັບແມ່ນສາມາດໃຊ້ໄດ້ສະເພາະເມື່ອໂໝດຖືກຕັ້ງເປັນເວັບ (ບໍ່ຕ້ອງໃຊ້ cron) ເທົ່ານັ້ນ.',
|
|
];
|