mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-26 22:44:42 +00:00
user management v1.6-alpha.1
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
"profile": "User Profile",
|
||||
"settings_password": "Change Password",
|
||||
"settings_storage": "Storage",
|
||||
"settings_mobile": "Settings"
|
||||
"settings_mobile": "Settings",
|
||||
"users_user": "User",
|
||||
"users_detail": "Detail",
|
||||
"users_storage_usage": "Storage Usage",
|
||||
"users_password": "Password",
|
||||
"users_delete": "Delete User"
|
||||
},
|
||||
"profile": {
|
||||
"store_pass": "保存您的密码",
|
||||
@@ -166,7 +171,8 @@
|
||||
"logout": "Log Out",
|
||||
"profile": "Profile Settings",
|
||||
"password": "Password",
|
||||
"storage": "Storage"
|
||||
"storage": "Storage",
|
||||
"admin": "Admin"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "收藏",
|
||||
@@ -255,5 +261,65 @@
|
||||
"popup_paylod_error": {
|
||||
"title": "File is too large",
|
||||
"message": "Sorry, your file is too large and can't be uploaded"
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"title": "User was deleted",
|
||||
"message": "Your user was deleted with all user data content."
|
||||
},
|
||||
"user_box_storage": {
|
||||
"title": "Change User Storage Capacity",
|
||||
"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_password": {
|
||||
"title": "Change User Password",
|
||||
"description": "You can send password reset email via button bellow. User will be redirected to page where he can update password for his account."
|
||||
},
|
||||
"user_box_delete": {
|
||||
"title": "Delete User",
|
||||
"description": "You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted."
|
||||
},
|
||||
"user_box_role": {
|
||||
"title": "Change User Role",
|
||||
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings."
|
||||
},
|
||||
"admin_menu": {
|
||||
"admin_label": "Admin",
|
||||
"users": "Users"
|
||||
},
|
||||
"admin_page_user": {
|
||||
"select_role": "Select user role",
|
||||
"save_role": "Save Role",
|
||||
"label_person_info": "Personal Information",
|
||||
"label_delete_user": "Type with Case Sensitive user name ‘{user}‘",
|
||||
"label_change_capacity": "Type storage capacity in GB",
|
||||
"placeholder_delete_user": "Type here",
|
||||
"delete_user": "Delete User",
|
||||
"change_capacity": "Change Capacity",
|
||||
"send_password_link": "Send Password Reset Link",
|
||||
"tabs": {
|
||||
"detail": "Detail",
|
||||
"storage": "Storage Usage",
|
||||
"password": "Password",
|
||||
"delete": "Delete User"
|
||||
},
|
||||
"table": {
|
||||
"name": "User",
|
||||
"role": "Role",
|
||||
"storage_used": "Storage Used",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"action": "Action"
|
||||
}
|
||||
},
|
||||
"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!"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "User"
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Showing 1 - {visible} from {total} records"
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,12 @@
|
||||
"profile": "User Profile",
|
||||
"settings_password": "Change Password",
|
||||
"settings_storage": "Storage",
|
||||
"settings_mobile": "Settings"
|
||||
"settings_mobile": "Settings",
|
||||
"users_user": "User",
|
||||
"users_detail": "Detail",
|
||||
"users_storage_usage": "Storage Usage",
|
||||
"users_password": "Password",
|
||||
"users_delete": "Delete User"
|
||||
},
|
||||
"profile": {
|
||||
"store_pass": "Store New Password",
|
||||
@@ -166,7 +171,8 @@
|
||||
"logout": "Log Out",
|
||||
"profile": "Profile Settings",
|
||||
"password": "Password",
|
||||
"storage": "Storage"
|
||||
"storage": "Storage",
|
||||
"admin": "Admin"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "Favourites",
|
||||
@@ -255,5 +261,65 @@
|
||||
"popup_paylod_error": {
|
||||
"title": "File is too large",
|
||||
"message": "Sorry, your file is too large and can't be uploaded"
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"title": "User was deleted",
|
||||
"message": "Your user was deleted with all user data content."
|
||||
},
|
||||
"user_box_storage": {
|
||||
"title": "Change User Storage Capacity",
|
||||
"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_password": {
|
||||
"title": "Change User Password",
|
||||
"description": "You can send password reset email via button bellow. User will be redirected to page where he can update password for his account."
|
||||
},
|
||||
"user_box_delete": {
|
||||
"title": "Delete User",
|
||||
"description": "You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted."
|
||||
},
|
||||
"user_box_role": {
|
||||
"title": "Change User Role",
|
||||
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings."
|
||||
},
|
||||
"admin_menu": {
|
||||
"admin_label": "Admin",
|
||||
"users": "Users"
|
||||
},
|
||||
"admin_page_user": {
|
||||
"select_role": "Select user role",
|
||||
"save_role": "Save Role",
|
||||
"label_person_info": "Personal Information",
|
||||
"label_delete_user": "Type with Case Sensitive user name ‘{user}‘",
|
||||
"label_change_capacity": "Type storage capacity in GB",
|
||||
"placeholder_delete_user": "Type here",
|
||||
"delete_user": "Delete User",
|
||||
"change_capacity": "Change Capacity",
|
||||
"send_password_link": "Send Password Reset Link",
|
||||
"tabs": {
|
||||
"detail": "Detail",
|
||||
"storage": "Storage Usage",
|
||||
"password": "Password",
|
||||
"delete": "Delete User"
|
||||
},
|
||||
"table": {
|
||||
"name": "User",
|
||||
"role": "Role",
|
||||
"storage_used": "Storage Used",
|
||||
"storage_capacity": "Storage Capacity",
|
||||
"action": "Action"
|
||||
}
|
||||
},
|
||||
"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!"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "User"
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Showing 1 - {visible} from {total} records"
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,12 @@
|
||||
"profile": "Uživateľský profil",
|
||||
"settings_password": "Zmeniť heslo",
|
||||
"settings_storage": "Úložisko",
|
||||
"settings_mobile": "Nastavenia"
|
||||
"settings_mobile": "Nastavenia",
|
||||
"users_user": "Uživateľ",
|
||||
"users_detail": "Detail",
|
||||
"users_storage_usage": "Využitie úložiska",
|
||||
"users_password": "Heslo",
|
||||
"users_delete": "Vymazať uživateľa"
|
||||
},
|
||||
"profile": {
|
||||
"store_pass": "Uložiť nové heslo",
|
||||
@@ -166,7 +171,8 @@
|
||||
"logout": "Odhlásiť sa",
|
||||
"profile": "Nastavenia profilu",
|
||||
"password": "Heslo",
|
||||
"storage": "Úložisko"
|
||||
"storage": "Úložisko",
|
||||
"admin": "Administrácia"
|
||||
},
|
||||
"sidebar": {
|
||||
"favourites": "Obľúbené",
|
||||
@@ -255,5 +261,65 @@
|
||||
"popup_paylod_error": {
|
||||
"title": "Súbor je príliš veľký",
|
||||
"message": "Prepáčte, súbor je príliš veľký a nemôže byť nahraný."
|
||||
},
|
||||
"popup_deleted_user": {
|
||||
"title": "Uživateľ bol vymazaný",
|
||||
"message": "Uživateľ bol vymazaný so všetkými uživateľskými dátami."
|
||||
},
|
||||
"user_box_storage": {
|
||||
"title": "Zmeňiť kapacitu úložiska",
|
||||
"description": "Zmeňiť kapacitu úložiska formulárom nižšie. Môžeš písať iba čiselné hodnoty, napríklad hodnota '5' znamená, že uživateľ bude mať 5GB kapacitz úložiska."
|
||||
},
|
||||
"user_box_password": {
|
||||
"title": "Zmeňiť uživateľské heslo",
|
||||
"description": "Môžete zmeniť uživateľské heslo zaslaním resetovacieho emailu uživateľovi. Uživateľ bude presmerovaný na stránku, kde si môže zmeniť heslo na nové."
|
||||
},
|
||||
"user_box_delete": {
|
||||
"title": "Vymazať uživateľa",
|
||||
"description": "Môžete vymazať svojho uživateľa, lenže, dávaj pozor! Táto událosť je nezvratná a všetke uživateľské dáta vrátane uživateľových súborov budú vymazané!"
|
||||
},
|
||||
"user_box_role": {
|
||||
"title": "Zmeniť uživateľskú rolu",
|
||||
"description": "Môžete zmeniť uživateľskú rolu pre aktuálneho uživateľa. Administrátorska rola môže editovať alebo vytvárať nových uživateľov, zmeniť kapacitu úložiska a mnoho dalších nastavení aplikácie."
|
||||
},
|
||||
"admin_menu": {
|
||||
"admin_label": "Administrácia",
|
||||
"users": "Uživatelia"
|
||||
},
|
||||
"admin_page_user": {
|
||||
"select_role": "Vyberte uživateľskú rolu",
|
||||
"save_role": "Uložiť Rolu",
|
||||
"label_person_info": "Osobné informácie",
|
||||
"label_delete_user": "Napíšte uživateľovo meno ‘{user}‘. Rozlišujte medzi malými a veľkými písmenami",
|
||||
"label_change_capacity": "Vpíšte kapacitu úložiska v GB",
|
||||
"placeholder_delete_user": "Píšte sem",
|
||||
"delete_user": "Vymazať uživateľa",
|
||||
"change_capacity": "Zmeniť kapacitu",
|
||||
"send_password_link": "Odoslať email s resetom hesla",
|
||||
"tabs": {
|
||||
"detail": "Detail",
|
||||
"storage": "Využitie úložiska",
|
||||
"password": "Heslo",
|
||||
"delete": "Vymazať uživateľa"
|
||||
},
|
||||
"table": {
|
||||
"name": "Užívateľ",
|
||||
"role": "Rola",
|
||||
"storage_used": "Využitie úložiska",
|
||||
"storage_capacity": "Kapacita úložiska",
|
||||
"action": "Akcia"
|
||||
}
|
||||
},
|
||||
"toaster": {
|
||||
"changed_user": "Úspešne ste zmenili rolu užívateľa",
|
||||
"sended_password": "Úspešne ste odoslali email uživateľovi pre reset hesla!",
|
||||
"changed_capacity": "Úspešne ste zmenili kapacitu úložiska uživateľa!"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"user": "Užívateľ"
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Zobrazuje sa 1 - {visible} z {total} položiek"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user