Files
opensourcepos/app/Language/ml/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.6 KiB
PHP

<?php
return [
'mode' => 'മോഡ്',
'mode_auto' => 'ഓട്ടോ (ക്രോൺ / ടാസ്ക് ഷെഡ്യൂളർ)',
'mode_invalid' => 'മോഡ് ഓട്ടോ, വെബ്, അല്ലെങ്കിൽ മാനുവൽ എന്നിവയിൽ ഒന്നായിരിക്കണം.',
'mode_manual' => 'മാനുവൽ',
'mode_web' => 'വെബ് (ക്രോൺ ആവശ്യമില്ല)',
'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' => 'മോഡ് വെബ് ആയി സജ്ജീകരിക്കുമ്പോൾ മാത്രമേ (ക്രോൺ ആവശ്യമില്ല) വെബ് മോഡ് പരമാവധി സമയം ലഭ്യമാകൂ.',
];