fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 2e18f2ed5b
commit 603cef3f19
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@
*/ */
return ['Navigation' => [ return ['Navigation' => [
'Analyze' => 'Analyze', 'Analyze' => 'Analyze',
'List' => 'List',
'Create' => 'Create', 'Create' => 'Create',
'List' => 'List',
]]; ]];

View File

@ -12,12 +12,11 @@
*/ */
return ['ItemManagement' => [ return ['ItemManagement' => [
'Accounting' => 'Accounting', 'Accounting' => 'Accounting',
'IsActive' => 'Active?',
'All' => 'All', 'All' => 'All',
'Article' => 'Article', 'Article' => 'Article',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Articlegroup',
'Attributes' => 'Attributes',
'Attribute' => 'Attribute', 'Attribute' => 'Attribute',
'Attributes' => 'Attributes',
'Available' => 'Available', 'Available' => 'Available',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'ClientGroup' => 'Client/Group', 'ClientGroup' => 'Client/Group',
@ -44,6 +43,7 @@ return ['ItemManagement' => [
'Height' => 'Height', 'Height' => 'Height',
'ID' => 'ID', 'ID' => 'ID',
'Info' => 'Info', 'Info' => 'Info',
'IsActive' => 'Active?',
'Item' => 'Item', 'Item' => 'Item',
'Items' => 'Items', 'Items' => 'Items',
'Language' => 'Language', 'Language' => 'Language',