mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
language strings updates
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
route: 'AppOthers',
|
||||
},
|
||||
{
|
||||
title: this.$t('Login & Registration'),
|
||||
title: this.$t('login_and_registration'),
|
||||
route: 'AppSignInUp',
|
||||
},
|
||||
{
|
||||
@@ -38,15 +38,15 @@ export default {
|
||||
route: 'AppAdsense',
|
||||
},
|
||||
{
|
||||
title: this.$t('Homepage'),
|
||||
title: this.$t('homepage'),
|
||||
route: 'AppIndex',
|
||||
},
|
||||
{
|
||||
title: this.$t('Environment'),
|
||||
title: this.$t('environment'),
|
||||
route: 'AppEnvironment',
|
||||
},
|
||||
{
|
||||
title: this.$t('Server'),
|
||||
title: this.$t('server'),
|
||||
route: 'AppServer',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user