oms-RiskManagement/Theme/Backend/Lang/en.lang.php
2024-03-29 15:26:00 +00:00

101 lines
3.5 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['RiskManagement' => [
'Active' => 'Active',
'All' => 'All',
'Assessment' => 'Assessment',
'AvgRiskAmount' => 'Avg. Risk Amount',
'Basic' => 'Basic',
'Categories' => 'Categories',
'Category' => 'Category',
'Cause' => 'Cause',
'Causes' => 'Causes',
'Cost' => 'Cost',
'Critical' => 'Critical',
'Damage' => 'Damage',
'Department' => 'Department',
'Departments' => 'Departments',
'Description' => 'Description',
'Due' => 'Due',
'Evaluation' => 'Evaluation',
'Export' => 'Export',
'Frequency' => 'Frequency',
'Front' => 'Front',
'History' => 'History',
'Interval' => 'Interval',
'Language' => 'Language',
'LastReevaluation' => 'Last Reevaluation',
'Level' => 'Level',
'Limit' => 'Limit',
'MainCategory' => 'Main Category',
'MainCause' => 'Main Cause',
'MainDepartment' => 'Main Department',
'Manager' => 'Manager',
'Media' => 'Media',
'Name' => 'Name',
'Navigation' => 'Navigation',
'New' => 'New',
'NewRisk' => 'New Risk',
'NextReevaluation' => 'Next Reevaluation',
'Outdated' => 'Outdated',
'OverallRisk' => 'Overall Risk',
'Parent' => 'Parent',
'Probability' => 'Probability',
'Process' => 'Process',
'Processes' => 'Processes',
'Project' => 'Project',
'Projects' => 'Projects',
'Protection' => 'Protection',
'Ratio' => 'Ratio',
'Reduction' => 'Reduction',
'RemainingRisk' => 'Remaining Risk',
'Responsibility' => 'Responsibility',
'Responsible' => 'Responsible',
'Review' => 'Review',
'Risk' => 'Risk',
'RiskAcceptance' => 'Risk Acceptance',
'RiskConsequence' => 'Risk Consequence',
'RiskIndex' => 'Risk Index',
'RiskLevels' => 'Risk Levels',
'RiskLikelihood' => 'Risk Likelihood',
'RiskObject' => 'Risk Object',
'RiskObjectStatus' => 'Risk Object Status',
'RiskObjects' => 'Risk Objects',
'RiskProbabilities' => 'Risk Probabilities',
'RiskProtection' => 'Risk Protection',
'RiskStatus' => 'Risk Status',
'Risks' => 'Risks',
'Select' => 'Select',
'Severity' => 'Severity',
'Solution' => 'Solution',
'Solutions' => 'Solutions',
'Statistics' => 'Statistics',
'Status' => 'Status',
'Theme' => 'Theme',
'Title' => 'Title',
'TopRisks' => 'Top Risks',
'Total' => 'Total',
'Type' => 'Type',
'Unit' => 'Unit',
'Units' => 'Units',
'Upload' => 'Upload',
'UserGroup' => 'User/Group',
'Value' => 'Value',
'Watchlist' => 'Watchlist',
'Net' => 'Net',
'Gross' => 'Gross',
'Likelihood' => 'Likelihood',
]];