v1.5-beta.1

This commit is contained in:
carodej
2020-05-19 09:52:04 +02:00
parent 8255597fd5
commit 67b9416f64
23 changed files with 190 additions and 171 deletions

View File

@@ -42,32 +42,32 @@
navigation: [
{
icon: 'hard-drive',
title: 'Files',
title: this.$t('menu.files'),
routeName: 'Files',
},
{
icon: 'latest',
title: 'Recent Uploads',
title: this.$t('menu.latest'),
routeName: 'Files',
},
{
icon: 'share',
title: 'Shared Files',
title: this.$t('menu.shared'),
routeName: 'SharedFiles',
},
{
icon: 'trash',
title: 'Trash',
title: this.$t('menu.trash'),
routeName: 'Trash',
},
{
icon: 'settings',
title: 'Settings',
title: this.$t('menu.settings'),
routeName: 'MobileSettings',
},
{
icon: 'power',
title: 'Log Out',
title: this.$t('menu.logout'),
routeName: 'LogOut',
},
]