mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 11:28:41 +00:00
58 lines
1.8 KiB
PHP
Executable File
58 lines
1.8 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['RiskManagement' => [
|
|
'Assessment' => 'Assessment',
|
|
'Categories' => 'Categories',
|
|
'Category' => 'Category',
|
|
'Cause' => 'Cause',
|
|
'Causes' => 'Causes',
|
|
'Department' => 'Department',
|
|
'Departments' => 'Departments',
|
|
'Description' => 'Description',
|
|
'Frequency' => 'Frequency',
|
|
'History' => 'History',
|
|
'Media' => 'Media',
|
|
'Name' => 'Name',
|
|
'NewRisk' => 'New Risk',
|
|
'Process' => 'Process',
|
|
'Processes' => 'Processes',
|
|
'Project' => 'Project',
|
|
'Projects' => 'Projects',
|
|
'Responsibility' => 'Responsibility',
|
|
'Risk' => 'Risk',
|
|
'RiskConsequence' => 'Risk Consequence',
|
|
'RiskLikelihood' => 'Risk Likelihood',
|
|
'RiskObject' => 'Risk Object',
|
|
'RiskObjectStatus' => 'Risk Object Status',
|
|
'RiskObjects' => 'Risk Objects',
|
|
'RiskStatus' => 'Risk Status',
|
|
'Risks' => 'Risks',
|
|
'Select' => 'Select',
|
|
'Severity' => 'Severity',
|
|
'Solution' => 'Solution',
|
|
'Solutions' => 'Solutions',
|
|
'Statistics' => 'Statistics',
|
|
'Title' => 'Title',
|
|
'TopRisks' => 'Top Risks',
|
|
'Type' => 'Type',
|
|
'Unit' => 'Unit',
|
|
'Upload' => 'Upload',
|
|
'UserGroup' => 'User/Group',
|
|
'Value' => 'Value',
|
|
'Net' => 'Net',
|
|
'Gross' => 'Gross',
|
|
'Likelihood' => 'Likelihood',
|
|
]];
|