mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-16 19:58:40 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
b3d6ff9c67
commit
af222c1de5
96
Theme/Backend/Lang/de.lang.php
Normal file
96
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['RiskManagement' => [
|
||||
'Active' => '',
|
||||
'All' => '',
|
||||
'Assessment' => '',
|
||||
'AvgRiskAmount' => '',
|
||||
'Basic' => '',
|
||||
'Categories' => '',
|
||||
'Category' => '',
|
||||
'Cause' => '',
|
||||
'Causes' => '',
|
||||
'Cost' => '',
|
||||
'Critical' => '',
|
||||
'Damage' => '',
|
||||
'Department' => '',
|
||||
'Departments' => '',
|
||||
'Description' => '',
|
||||
'Due' => '',
|
||||
'Evaluation' => '',
|
||||
'Export' => '',
|
||||
'Frequency' => '',
|
||||
'Front' => '',
|
||||
'History' => '',
|
||||
'Interval' => '',
|
||||
'Language' => '',
|
||||
'LastReevaluation' => '',
|
||||
'Level' => '',
|
||||
'Limit' => '',
|
||||
'MainCategory' => '',
|
||||
'MainCause' => '',
|
||||
'MainDepartment' => '',
|
||||
'Manager' => '',
|
||||
'Media' => '',
|
||||
'Name' => '',
|
||||
'Navigation' => '',
|
||||
'New' => '',
|
||||
'NewRisk' => '',
|
||||
'NextReevaluation' => '',
|
||||
'Outdated' => '',
|
||||
'OverallRisk' => '',
|
||||
'Parent' => '',
|
||||
'Probability' => '',
|
||||
'Process' => '',
|
||||
'Processes' => '',
|
||||
'Project' => '',
|
||||
'Projects' => '',
|
||||
'Protection' => '',
|
||||
'Ratio' => '',
|
||||
'Reduction' => '',
|
||||
'RemainingRisk' => '',
|
||||
'Responsibility' => '',
|
||||
'Responsible' => '',
|
||||
'Review' => '',
|
||||
'Risk' => '',
|
||||
'RiskAcceptance' => '',
|
||||
'RiskConsequence' => '',
|
||||
'RiskIndex' => '',
|
||||
'RiskLevels' => '',
|
||||
'RiskLikelihood' => '',
|
||||
'RiskObject' => '',
|
||||
'RiskObjects' => '',
|
||||
'RiskObjectStatus' => '',
|
||||
'RiskProbabilities' => '',
|
||||
'RiskProtection' => '',
|
||||
'Risks' => '',
|
||||
'RiskStatus' => '',
|
||||
'Select' => '',
|
||||
'Severity' => '',
|
||||
'Solution' => '',
|
||||
'Solutions' => '',
|
||||
'Statistics' => '',
|
||||
'Status' => '',
|
||||
'Theme' => '',
|
||||
'Title' => '',
|
||||
'TopRisks' => '',
|
||||
'Total' => '',
|
||||
'Type' => '',
|
||||
'Unit' => '',
|
||||
'Units' => '',
|
||||
'Upload' => '',
|
||||
'UserGroup' => '',
|
||||
'Value' => '',
|
||||
'Watchlist' => '',
|
||||
]];
|
||||
1
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\RiskManagement
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user