mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-08 03:15:14 +00:00
Use a modal manager
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
"error.max-domains": "Too many domains, max is {max}",
|
||||
"error.passwords-must-match": "Passwords must match",
|
||||
"error.required": "This is required",
|
||||
"event.created-access-list": "Created Access List",
|
||||
"event.created-dead-host": "Created 404 Host",
|
||||
"event.created-redirection-host": "Created Redirection Host",
|
||||
"event.created-stream": "Created Stream",
|
||||
@@ -127,6 +128,7 @@
|
||||
"notification.host-deleted": "Host has been deleted",
|
||||
"notification.host-disabled": "Host has been disabled",
|
||||
"notification.host-enabled": "Host has been enabled",
|
||||
"notification.proxy-host-saved": "Proxy Host has been saved",
|
||||
"notification.redirection-host-saved": "Redirection Host has been saved",
|
||||
"notification.stream-deleted": "Stream has been deleted",
|
||||
"notification.stream-disabled": "Stream has been disabled",
|
||||
@@ -148,6 +150,7 @@
|
||||
"permissions.visibility.all": "All Items",
|
||||
"permissions.visibility.title": "Item Visibility",
|
||||
"permissions.visibility.user": "Created Items Only",
|
||||
"proxy-host.edit": "Edit Proxy Host",
|
||||
"proxy-host.forward-host": "Forward Hostname / IP",
|
||||
"proxy-host.new": "New Proxy Host",
|
||||
"proxy-hosts.actions-title": "Proxy Host #{id}",
|
||||
|
||||
@@ -257,6 +257,9 @@
|
||||
"error.required": {
|
||||
"defaultMessage": "This is required"
|
||||
},
|
||||
"event.created-access-list": {
|
||||
"defaultMessage": "Created Access List"
|
||||
},
|
||||
"event.created-dead-host": {
|
||||
"defaultMessage": "Created 404 Host"
|
||||
},
|
||||
@@ -383,6 +386,9 @@
|
||||
"notification.host-enabled": {
|
||||
"defaultMessage": "Host has been enabled"
|
||||
},
|
||||
"notification.proxy-host-saved": {
|
||||
"defaultMessage": "Proxy Host has been saved"
|
||||
},
|
||||
"notification.redirection-host-saved": {
|
||||
"defaultMessage": "Redirection Host has been saved"
|
||||
},
|
||||
@@ -446,6 +452,9 @@
|
||||
"permissions.visibility.user": {
|
||||
"defaultMessage": "Created Items Only"
|
||||
},
|
||||
"proxy-host.edit": {
|
||||
"defaultMessage": "Edit Proxy Host"
|
||||
},
|
||||
"proxy-host.forward-host": {
|
||||
"defaultMessage": "Forward Hostname / IP"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user