oms-StockTaking/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 5daa47532f
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
Test fixes
2024-05-16 02:14:55 +00:00

30 lines
660 B
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\StockTaking
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['StockTaking' => [
'Stocktaking' => 'Stock Taking',
'Date' => 'Date',
'Status' => 'Status',
'Entry' => 'Entry',
'Scan' => 'Scan',
'Data' => 'Data',
'Counted' => 'Counted',
'Target' => 'Target',
'Camera' => 'Camera',
'Settings' => 'Settings',
'Analysis' => 'Analysis',
':status-1' => 'Active',
':status-2' => 'Closed',
]];