mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
Translated sidebar items
This commit is contained in:
parent
2c16d868d5
commit
26cd66814a
@ -1,39 +1,41 @@
|
|||||||
|
const { _ } = require('frappejs');
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'ToDo', route: '#/list/ToDo'
|
label: _('ToDo'), route: '#/list/ToDo'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Event', route: '#/list/Event'
|
label: _('Event'), route: '#/list/Event'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Masters',
|
title: _('Masters'),
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Item', route: '#/list/Item'
|
label: _('Item'), route: '#/list/Item'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Party', route: '#/list/Party'
|
label: _('Party'), route: '#/list/Party'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Invoice', route: '#/list/Invoice'
|
label: _('Invoice'), route: '#/list/Invoice'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Tax', route: '#/list/Tax'
|
label: _('Tax'), route: '#/list/Tax'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Account', route: '#/list/Account'
|
label: _('Account'), route: '#/list/Account'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Reports',
|
title: _('Reports'),
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'General Ledger', route: '#/report/general-ledger'
|
label: _('General Ledger'), route: '#/report/general-ledger'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user