mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
v1.6 released
This commit is contained in:
@@ -3,22 +3,22 @@
|
||||
"create_new_password": "create-new-password"
|
||||
},
|
||||
"routes_title": {
|
||||
"profile": "User Profile",
|
||||
"profile": "My Profile",
|
||||
"settings_password": "Change Password",
|
||||
"settings_storage": "Storage",
|
||||
"settings_mobile": "Settings",
|
||||
"users_list": "User Management",
|
||||
"users_user": "User",
|
||||
"users_detail": "Detail",
|
||||
"users_storage_usage": "Storage Usage",
|
||||
"users_password": "Password",
|
||||
"users_delete": "Delete User"
|
||||
"users_delete": "Delete User",
|
||||
"user_create": "Create User"
|
||||
},
|
||||
"profile": {
|
||||
"store_pass": "Store New Password",
|
||||
"change_pass": "Change Password",
|
||||
"profile_info": "Profile Information",
|
||||
"photo_description": "Change your avatar",
|
||||
"photo_supported": "Supported formats are .png, .jpg, .jpeg."
|
||||
"profile_info": "Profile Information"
|
||||
},
|
||||
"page_registration": {
|
||||
"title": "Create New Account",
|
||||
@@ -307,13 +307,23 @@
|
||||
"role": "Role",
|
||||
"storage_used": "Storage Used",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"created_at": "Registered",
|
||||
"action": "Action"
|
||||
},
|
||||
"create_user": {
|
||||
"group_details": "Account Details",
|
||||
"group_settings": "Account Settings",
|
||||
"submit": "Create User",
|
||||
"label_email": "Type E-mail",
|
||||
"label_name": "Type full name",
|
||||
"label_conf_pass": "Confirm password"
|
||||
}
|
||||
},
|
||||
"toaster": {
|
||||
"changed_user": "You successfully changed user's role!",
|
||||
"sended_password": "You successfully send user email for reset password!",
|
||||
"changed_capacity": "You successfully changed user's storage size!"
|
||||
"changed_capacity": "You successfully changed user's storage size!",
|
||||
"created_user": "User was created successfully!"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
@@ -321,5 +331,9 @@
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Showing 1 - {visible} from {total} records"
|
||||
},
|
||||
"input_image": {
|
||||
"title": "Upload Image",
|
||||
"supported": "Supported formats are .png, .jpg, .jpeg."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user