mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 20:00:12 +00:00
User table polishing, user delete modal
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
"action.edit": "Edit",
|
||||
"action.enable": "Enable",
|
||||
"action.permissions": "Permissions",
|
||||
"administrator": "Administrator",
|
||||
"auditlog.title": "Audit Log",
|
||||
"cancel": "Cancel",
|
||||
"certificates.title": "SSL Certificates",
|
||||
@@ -37,6 +36,7 @@
|
||||
"dead-hosts.count": "{count} 404 Hosts",
|
||||
"dead-hosts.empty": "There are no 404 Hosts",
|
||||
"dead-hosts.title": "404 Hosts",
|
||||
"disabled": "Disabled",
|
||||
"email-address": "Email address",
|
||||
"empty-subtitle": "Why don't you create one?",
|
||||
"error.invalid-auth": "Invalid email or password",
|
||||
@@ -53,6 +53,7 @@
|
||||
"notfound.title": "Oops… You just found an error page",
|
||||
"notification.error": "Error",
|
||||
"notification.success": "Success",
|
||||
"notification.user-deleted": "User has been deleted",
|
||||
"notification.user-saved": "User has been saved",
|
||||
"offline": "Offline",
|
||||
"online": "Online",
|
||||
@@ -67,10 +68,11 @@
|
||||
"redirection-hosts.count": "{count} Redirection Hosts",
|
||||
"redirection-hosts.empty": "There are no Redirection Hosts",
|
||||
"redirection-hosts.title": "Redirection Hosts",
|
||||
"role.admin": "Administrator",
|
||||
"role.standard-user": "Standard User",
|
||||
"save": "Save",
|
||||
"settings.title": "Settings",
|
||||
"sign-in": "Sign in",
|
||||
"standard-user": "Apache Helicopter",
|
||||
"streams.actions-title": "Stream #{id}",
|
||||
"streams.add": "Add Stream",
|
||||
"streams.count": "{count} Streams",
|
||||
@@ -81,8 +83,11 @@
|
||||
"user.change-password": "Change Password",
|
||||
"user.confirm-password": "Confirm Password",
|
||||
"user.current-password": "Current Password",
|
||||
"user.delete.content": "Are you sure you want to delete this user?",
|
||||
"user.delete.title": "Delete User",
|
||||
"user.edit": "Edit User",
|
||||
"user.edit-profile": "Edit Profile",
|
||||
"user.flags.title": "Properties",
|
||||
"user.full-name": "Full Name",
|
||||
"user.logout": "Logout",
|
||||
"user.new": "New User",
|
||||
|
Reference in New Issue
Block a user