Files
opensourcepos/app/Language/km/Jobs.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

33 lines
3.4 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) ប៉ុណ្ណោះ។',
];