fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 42ec55db18
commit e847e11f1d
2 changed files with 10 additions and 10 deletions

View File

@ -11,11 +11,11 @@
* @link https://orange-management.org * @link https://orange-management.org
*/ */
return ['Navigation' => [ return ['Navigation' => [
'Create' => 'Create', 'Accounts' => 'Accounts',
'Auditor' => 'Auditor',
'Audit' => 'Audit', 'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits', 'Audits' => 'Audits',
'Create' => 'Create',
'List' => 'List', 'List' => 'List',
'Modules' => 'Modules', 'Modules' => 'Modules',
'Accounts' => 'Accounts',
]]; ]];

View File

@ -11,16 +11,16 @@
* @link https://orange-management.org * @link https://orange-management.org
*/ */
return ['Auditor' => [ return ['Auditor' => [
'By' => 'By',
'Auditor' => 'Auditor',
'Audit' => 'Audit', 'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits', 'Audits' => 'Audits',
'Date' => 'Date', 'By' => 'By',
'Content' => 'Content', 'Content' => 'Content',
'Old' => 'Old', 'Date' => 'Date',
'New' => 'New',
'Type' => 'Type',
'Subtype' => 'Subtype',
'Module' => 'Module', 'Module' => 'Module',
'Name' => 'Name', 'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Subtype' => 'Subtype',
'Type' => 'Type',
]]; ]];