forked from 0x2620/pandora
tag more translations
This commit is contained in:
parent
ba5fba5a10
commit
1c8ea51d9b
1 changed files with 12 additions and 12 deletions
|
@ -403,28 +403,28 @@ appPanel
|
||||||
],
|
],
|
||||||
sectionFolders: {
|
sectionFolders: {
|
||||||
items: [
|
items: [
|
||||||
{id: 'personal', title: 'Personal Lists'},
|
{id: 'personal', title: Ox._('Personal Lists')},
|
||||||
{id: 'favorite', title: 'Favorite Lists', showBrowser: false},
|
{id: 'favorite', title: Ox._('Favorite Lists'), showBrowser: false},
|
||||||
{id: 'featured', title: 'Featured Lists', showBrowser: false},
|
{id: 'featured', title: Ox._('Featured Lists'), showBrowser: false},
|
||||||
{id: 'volumes', title: 'Local Volumes'}
|
{id: 'volumes', title: Ox._('Local Volumes')}
|
||||||
],
|
],
|
||||||
edits: [
|
edits: [
|
||||||
{id: 'personal', title: 'Personal Edits'},
|
{id: 'personal', title: Ox._('Personal Edits')},
|
||||||
{id: 'favorite', title: 'Favorite Edits', showBrowser: false},
|
{id: 'favorite', title: Ox._('Favorite Edits'), showBrowser: false},
|
||||||
{id: 'featured', title: 'Featured Edits', showBrowser: false}
|
{id: 'featured', title: Ox._('Featured Edits'), showBrowser: false}
|
||||||
],
|
],
|
||||||
documents: [
|
documents: [
|
||||||
{id: 'personal', title: 'Personal Collections'},
|
{id: 'personal', title: Ox._('Personal Collections')},
|
||||||
{id: 'favorite', title: 'Favorite Collections', showBrowser: false},
|
{id: 'favorite', title: Ox._('Favorite Collections'), showBrowser: false},
|
||||||
{id: 'featured', title: 'Featured Collections', showBrowser: false}
|
{id: 'featured', title: Ox._('Featured Collections'), showBrowser: false}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
sortKeys: pandora.getSortKeys(),
|
sortKeys: pandora.getSortKeys(),
|
||||||
documentSortKeys: pandora.getDocumentSortKeys()
|
documentSortKeys: pandora.getDocumentSortKeys()
|
||||||
});
|
});
|
||||||
pandora.site.collectionViews = (pandora.site.collectionViews || [
|
pandora.site.collectionViews = (pandora.site.collectionViews || [
|
||||||
{id: 'list', title: 'as List'},
|
{id: 'list', title: Ox._('as List')},
|
||||||
{id: 'grid', title: 'as Grid'}
|
{id: 'grid', title: Ox._('as Grid')}
|
||||||
]).map(view => {
|
]).map(view => {
|
||||||
return {id: view.id, title: Ox._('View {0}', [Ox._(view.title)])};
|
return {id: view.id, title: Ox._('View {0}', [Ox._(view.title)])};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue