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
*/
return ['Navigation' => [
'Create' => 'Create',
'Auditor' => 'Auditor',
'Accounts' => 'Accounts',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits',
'Create' => 'Create',
'List' => 'List',
'Modules' => 'Modules',
'Accounts' => 'Accounts',
]];

View File

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