tree translations
This commit is contained in:
@@ -1790,6 +1790,7 @@ export default {
|
||||
partialViews: 'Partial Views',
|
||||
partialViewMacros: 'Partial View makrofiler',
|
||||
repositories: 'Installer fra "repository"',
|
||||
relations: 'Relationer',
|
||||
runway: 'Installer Runway',
|
||||
runwayModules: 'Runway-moduler',
|
||||
scripting: 'Scripting filer',
|
||||
|
||||
@@ -1804,6 +1804,7 @@ export default {
|
||||
partialViews: 'Partial Views',
|
||||
partialViewMacros: 'Partial View Macro Files',
|
||||
repositories: 'Install from repository',
|
||||
relations: 'Relations',
|
||||
runway: 'Install Runway',
|
||||
runwayModules: 'Runway modules',
|
||||
scripting: 'Scripting Files',
|
||||
|
||||
@@ -7,7 +7,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
name: 'Languages Menu Item',
|
||||
weight: 100,
|
||||
meta: {
|
||||
label: 'Languages',
|
||||
label: '#treeHeaders_languages',
|
||||
icon: 'icon-globe',
|
||||
entityType: 'language-root',
|
||||
menus: ['Umb.Menu.StructureSettings'],
|
||||
|
||||
@@ -6,7 +6,7 @@ const menuItem: ManifestMenuItem = {
|
||||
name: 'Log Viewer Menu Item',
|
||||
weight: 300,
|
||||
meta: {
|
||||
label: 'Log Viewer',
|
||||
label: '#treeHeaders_logViewer',
|
||||
icon: 'icon-box-alt',
|
||||
entityType: 'logviewer',
|
||||
menus: ['Umb.Menu.AdvancedSettings'],
|
||||
|
||||
@@ -8,7 +8,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
name: 'Relations Menu Item',
|
||||
weight: 800,
|
||||
meta: {
|
||||
label: 'Relations',
|
||||
label: '#treeHeaders_relations',
|
||||
icon: 'icon-trafic',
|
||||
entityType: UMB_RELATION_TYPE_ROOT_ENTITY_TYPE,
|
||||
menus: ['Umb.Menu.AdvancedSettings'],
|
||||
|
||||
@@ -7,7 +7,7 @@ const menuItem: ManifestMenuItem = {
|
||||
name: 'Webhook Menu Item',
|
||||
weight: 100,
|
||||
meta: {
|
||||
label: 'Webhooks',
|
||||
label: '#treeHeaders_webhooks',
|
||||
icon: 'icon-webhook',
|
||||
entityType: 'webhook-root',
|
||||
menus: ['Umb.Menu.AdvancedSettings'],
|
||||
|
||||
Reference in New Issue
Block a user