Files
opensourcepos/app/Language/hr-HR/Module.php
T
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

52 lines
2.5 KiB
PHP

<?php
return [
"admin_cashups" => "",
"admin_cashups_desc" => "",
"attributes" => "",
"attributes_desc" => "",
"both" => "",
"cashups" => "",
"cashups_desc" => "",
"config" => "Postavke",
"config_desc" => "Promijeni postavke",
"customers" => "Kupci",
"customers_desc" => "Dodaj, ažuriraj, obriši ili traži kupce",
"employees" => "Radnici",
"employees_desc" => "Dodaj, ažuriraj, obriši ili traži radnike",
"expenses" => "",
"expenses_categories" => "",
"expenses_categories_desc" => "",
"expenses_desc" => "",
"giftcards" => "Poklon bon",
"giftcards_desc" => "Dodaj, ažuriraj, obriši ili traži poklon bon",
"home" => "Početna",
"home_desc" => "",
"item_kits" => "Normativi",
"item_kits_desc" => "Dodaj, ažuriraj, obriši ili traži normative",
"items" => "Artikli",
"items_desc" => "Dodaj, ažuriraj, obriši ili traži artikle",
'jobs' => 'Red čekanja zadataka',
'jobs_desc' => 'Konfiguriraj i upravljaj redom čekanja pozadinskih zadataka.',
"messages" => "Messages",
"messages_desc" => "Send Messages to Customers, Suppliers, Employees et al.",
"migrate" => "",
"migrate_desc" => "",
"office" => "",
"office_desc" => "",
"receivings" => "Primka",
"receivings_desc" => "Dodaj, ažuriraj, obriši ili traži primke",
"reports" => "Izvještaji",
"reports_desc" => "Pogledaj i generiraj izvještaje",
"sales" => "Prodaja",
"sales_desc" => "Procesi prodaje i povrata",
"suppliers" => "Dobavljači",
"suppliers_desc" => "Dodaj, ažuriraj, obriši ili traži dobavljače",
"taxes" => "",
"taxes_desc" => "",
"timeclocks" => "",
"timeclocks_categories" => "",
"timeclocks_categories_desc" => "",
"timeclocks_desc" => "",
];