mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-22 10:45:03 -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
4.3 KiB
PHP
52 lines
4.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"admin_cashups" => "",
|
|
"admin_cashups_desc" => "",
|
|
"attributes" => "ពត៌មានបន្ថែម",
|
|
"attributes_desc" => "ថែម, កែប្រែ, លុប, រឺក៏ ស្វែងរកព៌តមានបន្ថែម។",
|
|
"both" => "ទាំងពីរ",
|
|
"cashups" => "សាច់ប្រាក់បានទទួល",
|
|
"cashups_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក សាច់ប្រាក់ដែលបានទទួល។",
|
|
"config" => "ការកំណត់",
|
|
"config_desc" => "ផ្លាស់ប្ដូរការកំណត់របស់ OSPOS។",
|
|
"customers" => "អតិថិជន",
|
|
"customers_desc" => "បន្ថែម, កែប្រែ, លុយ, រឺស្វែងរក អតិថិជន។",
|
|
"employees" => "បុគ្គលិក",
|
|
"employees_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក បុគ្គលិក។",
|
|
"expenses" => "ការចំណាយ",
|
|
"expenses_categories" => "ប្រភេទចំណាយ",
|
|
"expenses_categories_desc" => "បន្ថែម, កែប្រែ, រឺលុប ប្រភេទចំណាយ។",
|
|
"expenses_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក ការចំណាយ។",
|
|
"giftcards" => "កាតអំណោយ",
|
|
"giftcards_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក កាតអំណោយ។",
|
|
"home" => "ដើម",
|
|
"home_desc" => "បញ្ជីទីតាំងដើម។",
|
|
"item_kits" => "ទំនិញលក់ជាកញ្ជប់",
|
|
"item_kits_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក ទំនិញជាកញ្ចប់។",
|
|
"items" => "ទំនិញ",
|
|
"items_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរកទំនិញ។",
|
|
'jobs' => 'ជួរការងារ',
|
|
'jobs_desc' => 'កំណត់ និងគ្រប់គ្រងជួរការងារផ្ទៃខាងក្រោយ។',
|
|
"messages" => "សារ",
|
|
"messages_desc" => "ផ្ញើរសារទៅកាន់ អតិថិជន, អ្នកផ្គត់ផ្គង, និងបុគ្គលិក។",
|
|
"migrate" => "ផ្លាស់ប្ដូរទីតាំង",
|
|
"migrate_desc" => "កែប្រែ OSPOS ទិន្នយ័យ។",
|
|
"office" => "ការិយាល័យ",
|
|
"office_desc" => "បញ្ជីការិយាល័យ។",
|
|
"receivings" => "ការទទួល",
|
|
"receivings_desc" => "ដាក់បញ្ជារ ការទិញុ។",
|
|
"reports" => "របាយការណ៍",
|
|
"reports_desc" => "បង្ហាញ និងបង្កើត របាយការណ៍។",
|
|
"sales" => "ការលក់",
|
|
"sales_desc" => "ដាក់បញ្ជារការលក់ និងទទួលទំនិញត្រលប់មកវិញ។",
|
|
"suppliers" => "អ្នកផ្គត់ផ្គង់",
|
|
"suppliers_desc" => "បន្ថែម, កែប្រែ, លុប, រឺស្វែងរក អ្នកផ្គត់ផ្គង់។",
|
|
"taxes" => "ពន្ធ",
|
|
"taxes_desc" => "កំណត់ពន្ធការលក់។",
|
|
"timeclocks" => "",
|
|
"timeclocks_categories" => "",
|
|
"timeclocks_categories_desc" => "",
|
|
"timeclocks_desc" => "",
|
|
];
|