mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-01 11:55:58 +00:00
v1.6 released
This commit is contained in:
@@ -3,22 +3,22 @@
|
||||
"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": "保存您的密码",
|
||||
"change_pass": "修改您的密码",
|
||||
"profile_info": "用户信息",
|
||||
"photo_description": "修改您的头像",
|
||||
"photo_supported": "支持的格式 .png, .jpg, .jpeg."
|
||||
"profile_info": "用户信息"
|
||||
},
|
||||
"page_registration": {
|
||||
"title": "创建一个新用户",
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
@@ -3,22 +3,22 @@
|
||||
"create_new_password": "vytvorit-nove-heslo"
|
||||
},
|
||||
"routes_title": {
|
||||
"profile": "Uživateľský profil",
|
||||
"profile": "Môj profil",
|
||||
"settings_password": "Zmeniť heslo",
|
||||
"settings_storage": "Úložisko",
|
||||
"settings_mobile": "Nastavenia",
|
||||
"users_list": "Správca uživateľov",
|
||||
"users_user": "Uživateľ",
|
||||
"users_detail": "Detail",
|
||||
"users_storage_usage": "Využitie úložiska",
|
||||
"users_password": "Heslo",
|
||||
"users_delete": "Vymazať uživateľa"
|
||||
"users_delete": "Vymazať uživateľa",
|
||||
"user_create": "Vytvoriť uživateľa"
|
||||
},
|
||||
"profile": {
|
||||
"store_pass": "Uložiť nové heslo",
|
||||
"change_pass": "Zmeniť heslo",
|
||||
"profile_info": "Profil",
|
||||
"photo_description": "Zmeň svoj avatar",
|
||||
"photo_supported": "Podporované formáty sú .png, .jpg, .jpeg."
|
||||
"profile_info": "Profil"
|
||||
},
|
||||
"page_registration": {
|
||||
"title": "Vytvorenie nového účtu",
|
||||
@@ -307,13 +307,23 @@
|
||||
"role": "Rola",
|
||||
"storage_used": "Využitie úložiska",
|
||||
"storage_capacity": "Kapacita úložiska",
|
||||
"created_at": "Registrovaný",
|
||||
"action": "Akcia"
|
||||
},
|
||||
"create_user": {
|
||||
"group_details": "Detail účtu",
|
||||
"group_settings": "Nastavenia účtu",
|
||||
"submit": "Vytvoriť uživateľa",
|
||||
"label_email": "Napíšte E-mail",
|
||||
"label_name": "Napíšte celé meno",
|
||||
"label_conf_pass": "Potvrďte heslo"
|
||||
}
|
||||
},
|
||||
"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!"
|
||||
"changed_capacity": "Úspešne ste zmenili kapacitu úložiska uživateľa!",
|
||||
"created_user": "Úspešne ste vytvorili uživateľa1"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
@@ -321,5 +331,9 @@
|
||||
},
|
||||
"datatable": {
|
||||
"paginate_info": "Zobrazuje sa 1 - {visible} z {total} položiek"
|
||||
},
|
||||
"input_image": {
|
||||
"title": "Vložte obrázok",
|
||||
"supported": "Podporované formáty sú .png, .jpg, .jpeg."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user