Files
opensourcepos/app/Language/az/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
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'mode' => 'Rejim',
'mode_auto' => 'Avtomatik (Cron / Tapşırıq Planlayıcısı)',
'mode_invalid' => 'Rejim Avtomatik, Veb və ya Manual olmalıdır.',
'mode_manual' => 'Manual',
'mode_web' => 'Veb (Cron Tələb Olunmur)',
'not_yet_implemented' => 'Hələ tətbiq edilməyib — gələcək versiyada mövcud olacaq.',
'process_all_jobs' => 'Bütün Tapşırıqları İşlə',
'process_selected_jobs' => 'Seçilmiş Tapşırıqları İşlə',
'saved_successfully' => 'Tapşırıq Növbəsi ayarları uğurla saxlanıldı.',
'saved_unsuccessfully' => 'Tapşırıq Növbəsi ayarları saxlanıla bilmədi.',
'select_jobs' => 'Tapşırıqları Seç',
'settings' => 'Ayarlar',
'settings_configuration' => 'Tapşırıq Növbəsi Ayarları',
'throttle_count' => 'Say',
'throttle_count_required' => 'Məhdudlaşdırma sayı tələb olunur və mənfi olmayan tam ədəd olmalıdır.',
'throttle_period' => 'Dövr',
'throttle_period_day' => 'Gün',
'throttle_period_hour' => 'Saat',
'throttle_period_minute' => 'Dəqiqə',
'throttle_period_month' => 'Ay',
'throttle_period_required' => 'Məhdudlaşdırma dövrü tələb olunur.',
'throttles' => 'Məhdudlaşdırmalar',
'utilities' => 'Alətlər',
'utilities_configuration' => 'Tapşırıq Növbəsi Alətləri',
'web_max_seconds' => 'Veb Rejimi Maksimum Vaxt',
'web_max_seconds_invalid' => 'Veb Rejimi Maksimum Vaxtı tələb olunur və mənfi olmayan tam ədəd olmalıdır.',
'web_max_seconds_tooltip' => 'Səhifə yükləndikdən sonra yeni tapşırıqların başladığı maksimum saniyə sayı.',
'web_max_seconds_tooltip_disabled' => 'Veb Rejimi Maksimum Vaxt yalnız Rejim Veb olaraq təyin edildikdə mövcuddur (cron tələb olunmur).',
];