mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
create AccessToken route(Vue)
This commit is contained in:
@@ -398,6 +398,7 @@ return [
|
||||
'menu.latest' => 'Recent Uploads',
|
||||
'menu.logout' => 'Log Out',
|
||||
'menu.password' => 'Password',
|
||||
'menu.token' => 'Access Token',
|
||||
'menu.profile' => 'Profile Settings',
|
||||
'menu.settings' => 'Settings',
|
||||
'menu.shared' => 'Shared Files',
|
||||
@@ -546,6 +547,7 @@ return [
|
||||
'routes_title.profile' => 'My Profile',
|
||||
'routes_title.settings' => 'Settings',
|
||||
'routes_title.settings_password' => 'Change Password',
|
||||
'routes_title.token' => 'Access Token',
|
||||
'routes_title.settings_storage' => 'Storage',
|
||||
'routes_title.user_create' => 'Create User',
|
||||
'routes_title.users_delete' => 'Delete User',
|
||||
@@ -621,6 +623,7 @@ return [
|
||||
'user_box_role.title' => 'Change User Role',
|
||||
'user_box_storage.description' => "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||||
'user_box_storage.title' => 'Change User Storage Capacity',
|
||||
'user_token.title' => 'Access Tokens',
|
||||
'user_password.title' => 'Change Your Password',
|
||||
'user_settings.address' => 'Address',
|
||||
'user_settings.address_plac' => 'Type your billing address',
|
||||
|
||||
Reference in New Issue
Block a user