mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-16 04:08:43 +00:00
fix lang indention and order
This commit is contained in:
parent
2e18f2ed5b
commit
603cef3f19
|
|
@ -12,6 +12,6 @@
|
||||||
*/
|
*/
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Analyze' => 'Analyze',
|
'Analyze' => 'Analyze',
|
||||||
'List' => 'List',
|
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
|
'List' => 'List',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user