mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 02:07:23 -04:00
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>
52 lines
2.9 KiB
PHP
52 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"admin_cashups" => "",
|
|
"admin_cashups_desc" => "",
|
|
"attributes" => "Attributer",
|
|
"attributes_desc" => "Lägg till, uppdatera, ta bort och sök attributer.",
|
|
"both" => "Båda",
|
|
"cashups" => "Dagskassa",
|
|
"cashups_desc" => "Lägg till, uppdatera, ta bort och sök i dagskassor.",
|
|
"config" => "Konfiguration",
|
|
"config_desc" => "Ändra OSPOS's konfiguration.",
|
|
"customers" => "Kunder",
|
|
"customers_desc" => "Lägg till, uppdatera, ta bort och sök kunder.",
|
|
"employees" => "Anställda",
|
|
"employees_desc" => "Lägg till, uppdatera, ta bort och sök anställda.",
|
|
"expenses" => "Utgifter",
|
|
"expenses_categories" => "Utgifter Kategorier",
|
|
"expenses_categories_desc" => "Lägg till, uppdatera och ta bort kostnadskategorier.",
|
|
"expenses_desc" => "Lägg till, uppdatera, ta bort och sök efter utgifter.",
|
|
"giftcards" => "Presentkort",
|
|
"giftcards_desc" => "Lägg till, uppdatera, ta bort och sök efter presentkort.",
|
|
"home" => "Hem",
|
|
"home_desc" => "Lista moduler för hem-menyn.",
|
|
"item_kits" => "Artikelpaket",
|
|
"item_kits_desc" => "Lägg till, uppdatera, radera och söka artikelpaket.",
|
|
"items" => "Artiklar",
|
|
"items_desc" => "Lägg till, uppdatera, ta bort och sök efter artiklar.",
|
|
'jobs' => 'Jobbkö',
|
|
'jobs_desc' => 'Konfigurera och hantera bakgrundsjobbkön.',
|
|
"messages" => "Meddelande",
|
|
"messages_desc" => "Skicka meddelanden till kunder, leverantörer och anställda.",
|
|
"migrate" => "Migrera",
|
|
"migrate_desc" => "Uppdatera OSPOS-databasen.",
|
|
"office" => "Kontor",
|
|
"office_desc" => "Lista kontors menyn moduler.",
|
|
"receivings" => "Inkomster",
|
|
"receivings_desc" => "Behandla inköpsordrar.",
|
|
"reports" => "Rapporter",
|
|
"reports_desc" => "Visa och generera rapporter.",
|
|
"sales" => "Försäljning",
|
|
"sales_desc" => "Process Försäljning och Returer.",
|
|
"suppliers" => "Leverantörer",
|
|
"suppliers_desc" => "Lägg till, uppdatera, ta bort och sök efter leverantörer.",
|
|
"taxes" => "Skatter",
|
|
"taxes_desc" => "Konfigurera försäljningsskatter.",
|
|
"timeclocks" => "",
|
|
"timeclocks_categories" => "",
|
|
"timeclocks_categories_desc" => "",
|
|
"timeclocks_desc" => "",
|
|
];
|