Files
opensourcepos/app/Language/tl/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
2.2 KiB
PHP

<?php
return [
'mode' => 'Mode',
'mode_auto' => 'Awtomatiko (Cron / Task Scheduler)',
'mode_invalid' => 'Ang mode ay dapat Awtomatiko, Web, o Manwal.',
'mode_manual' => 'Manwal',
'mode_web' => 'Web (Hindi Kailangan ng Cron)',
'not_yet_implemented' => 'Hindi pa naipapatupad — magagamit sa susunod na bersyon.',
'process_all_jobs' => 'Iproseso ang Lahat ng Trabaho',
'process_selected_jobs' => 'Iproseso ang Napiling mga Trabaho',
'saved_successfully' => 'Matagumpay na na-save ang mga setting ng Pila ng Trabaho.',
'saved_unsuccessfully' => 'Hindi ma-save ang mga setting ng Pila ng Trabaho.',
'select_jobs' => 'Pumili ng mga Trabaho',
'settings' => 'Mga Setting',
'settings_configuration' => 'Mga Setting ng Pila ng Trabaho',
'throttle_count' => 'Bilang',
'throttle_count_required' => 'Kailangan ang bilang ng throttle at dapat itong non-negative na integer.',
'throttle_period' => 'Panahon',
'throttle_period_day' => 'Araw',
'throttle_period_hour' => 'Oras',
'throttle_period_minute' => 'Minuto',
'throttle_period_month' => 'Buwan',
'throttle_period_required' => 'Kailangan ang panahon ng throttle.',
'throttles' => 'Mga Throttle',
'utilities' => 'Mga Utility',
'utilities_configuration' => 'Mga Utility ng Pila ng Trabaho',
'web_max_seconds' => 'Pinakamataas na Oras sa Web Mode',
'web_max_seconds_invalid' => 'Kailangan ang pinakamataas na oras sa Web Mode at dapat itong non-negative na integer.',
'web_max_seconds_tooltip' => 'Pinakamataas na bilang ng segundo pagkatapos mag-load ang pahina kung saan sisimulan ang mga bagong trabaho.',
'web_max_seconds_tooltip_disabled' => 'Ang Pinakamataas na Oras sa Web Mode ay magagamit lamang kapag ang Mode ay naka-set sa Web (hindi kailangan ng cron).',
];