v1.6 released

This commit is contained in:
carodej
2020-05-28 13:00:54 +02:00
parent a76d1dec3b
commit 252b6fd0bf
63 changed files with 1205 additions and 938 deletions

View File

@@ -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."
}
}