2018-07-18 04:28:41 +00:00
|
|
|
{
|
|
|
|
"en": {
|
2018-07-18 06:55:09 +00:00
|
|
|
"str": {
|
|
|
|
"email-address": "Email address",
|
|
|
|
"password": "Password",
|
|
|
|
"sign-in": "Sign in",
|
|
|
|
"sign-out": "Sign out",
|
|
|
|
"try-again": "Try again",
|
|
|
|
"name": "Name",
|
|
|
|
"email": "Email",
|
|
|
|
"roles": "Roles",
|
|
|
|
"created-on": "Created: {date}",
|
|
|
|
"save": "Save",
|
|
|
|
"cancel": "Cancel",
|
|
|
|
"sure": "Yes I'm Sure",
|
|
|
|
"disabled": "Disabled",
|
2018-07-18 23:47:55 +00:00
|
|
|
"choose-file": "Choose file",
|
|
|
|
"source": "Source",
|
|
|
|
"destination": "Destination",
|
|
|
|
"ssl": "SSL",
|
|
|
|
"access": "Access",
|
|
|
|
"public": "Public",
|
|
|
|
"edit": "Edit",
|
|
|
|
"delete": "Delete",
|
|
|
|
"logs": "Logs"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"login": {
|
|
|
|
"title": "Login to your account"
|
|
|
|
},
|
2018-07-18 04:28:41 +00:00
|
|
|
"main": {
|
|
|
|
"app": "Nginx Proxy Manager",
|
2018-07-18 06:55:09 +00:00
|
|
|
"version": "v{version}",
|
2018-07-18 04:28:41 +00:00
|
|
|
"welcome": "Welcome to Nginx Proxy Manager",
|
|
|
|
"logged-in": "You are logged in as {name}",
|
|
|
|
"unknown-error": "Error loading stuff. Please reload the app.",
|
|
|
|
"unknown-user": "Unknown User",
|
|
|
|
"sign-in-as": "Sign back in as {name}"
|
|
|
|
},
|
|
|
|
"roles": {
|
2018-07-18 06:55:09 +00:00
|
|
|
"title": "Roles",
|
2018-07-18 04:28:41 +00:00
|
|
|
"admin": "Administrator",
|
|
|
|
"user": "Apache Helicopter"
|
|
|
|
},
|
2018-07-18 06:55:09 +00:00
|
|
|
"menu": {
|
|
|
|
"dashboard": "Dashboard",
|
|
|
|
"hosts": "Hosts"
|
|
|
|
},
|
2018-07-18 04:28:41 +00:00
|
|
|
"footer": {
|
|
|
|
"fork-me": "Fork me on Github",
|
|
|
|
"copy": "© 2018 <a href=\"{url}\" target=\"_blank\">jc21.com</a>.",
|
|
|
|
"theme": "Theme by <a href=\"{url}\" target=\"_blank\">Tabler</a>"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"dashboard": {
|
|
|
|
"title": "Hi {name}"
|
|
|
|
},
|
|
|
|
"all-hosts": {
|
|
|
|
"empty-subtitle": "{manage, select, true{Why don't you create one?} other{And you don't have permission to create one.}}",
|
|
|
|
"details": "Details",
|
|
|
|
"enable-ssl": "Enable SSL",
|
|
|
|
"force-ssl": "Force SSL",
|
|
|
|
"domain-names": "Domain Names",
|
|
|
|
"cert-provider": "Certificate Provider",
|
|
|
|
"other-certificate": "Certificate",
|
2018-07-24 06:56:39 +00:00
|
|
|
"other-certificate-key": "Certificate Key",
|
|
|
|
"block-exploits": "Block Common Exploits",
|
|
|
|
"caching-enabled": "Cache Assets"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
2018-07-18 23:47:55 +00:00
|
|
|
"ssl": {
|
|
|
|
"letsencrypt": "Let's Encrypt",
|
|
|
|
"other": "Other",
|
|
|
|
"none": "HTTP only",
|
|
|
|
"letsencrypt-email": "Email Address for Let's Encrypt",
|
2018-07-24 06:56:39 +00:00
|
|
|
"letsencrypt-agree": "I Agree to the <a href=\"{url}\" target=\"_blank\">Let's Encrypt Terms of Service</a>",
|
|
|
|
"delete-ssl": "The SSL certificates attached will be removed, this action cannot be recovered."
|
2018-07-18 23:47:55 +00:00
|
|
|
},
|
2018-07-18 06:55:09 +00:00
|
|
|
"proxy-hosts": {
|
|
|
|
"title": "Proxy Hosts",
|
|
|
|
"empty": "There are no Proxy Hosts",
|
|
|
|
"add": "Add Proxy Host",
|
|
|
|
"form-title": "{id, select, undefined{New} other{Edit}} Proxy Host",
|
|
|
|
"forward-ip": "Forward IP",
|
2018-07-18 06:59:45 +00:00
|
|
|
"forward-port": "Forward Port",
|
2018-07-18 23:47:55 +00:00
|
|
|
"delete": "Delete Proxy Host",
|
2018-07-24 06:56:39 +00:00
|
|
|
"delete-confirm": "Are you sure you want to delete the Proxy host for: <strong>{domains}</strong>?"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"redirection-hosts": {
|
2018-07-24 06:56:39 +00:00
|
|
|
"title": "Redirection Hosts",
|
2018-07-24 07:16:11 +00:00
|
|
|
"empty": "There are no Redirection Hosts",
|
|
|
|
"add": "Add Redirection Host",
|
2018-07-24 06:56:39 +00:00
|
|
|
"form-title": "{id, select, undefined{New} other{Edit}} Redirection Host",
|
|
|
|
"forward-domain": "Forward Domain",
|
|
|
|
"preserve-path": "Preserve Path",
|
|
|
|
"delete": "Delete Proxy Host",
|
|
|
|
"delete-confirm": "Are you sure you want to delete the Redirection host for: <strong>{domains}</strong>?"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"dead-hosts": {
|
2018-07-25 22:23:32 +00:00
|
|
|
"title": "404 Hosts",
|
|
|
|
"empty": "There are no 404 Hosts",
|
|
|
|
"add": "Add 404 Host",
|
|
|
|
"form-title": "{id, select, undefined{New} other{Edit}} 404 Host"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"streams": {
|
2018-07-24 08:33:00 +00:00
|
|
|
"title": "Streams",
|
|
|
|
"empty": "There are no Streams",
|
2018-07-25 22:23:32 +00:00
|
|
|
"add": "Add Stream",
|
|
|
|
"form-title": "{id, select, undefined{New} other{Edit}} Stream",
|
|
|
|
"incoming-port": "Incoming Port",
|
|
|
|
"forward-ip": "Forward IP",
|
|
|
|
"forwarding-port": "Forward Port",
|
|
|
|
"tcp-forwarding": "TCP Forwarding",
|
|
|
|
"udp-forwarding": "UDP Forwarding",
|
|
|
|
"forward-type-error": "At least one type of protocol must be enabled",
|
|
|
|
"protocol": "Protocol",
|
|
|
|
"tcp": "TCP",
|
|
|
|
"udp": "UDP",
|
|
|
|
"delete": "Delete Stream",
|
|
|
|
"delete-confirm": "Are you sure you want to delete this Stream?"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"access-lists": {
|
2018-07-24 06:56:39 +00:00
|
|
|
"title": "Access Lists",
|
|
|
|
"empty": "There are no Access Lists",
|
|
|
|
"add": "Add Access List",
|
|
|
|
"delete": "Delete Access List",
|
|
|
|
"delete-confirm": "Are you sure you want to delete this access list? Any hosts using it will need to be updated later.",
|
|
|
|
"public": "Publicly Accessible"
|
2018-07-18 06:55:09 +00:00
|
|
|
},
|
|
|
|
"users": {
|
|
|
|
"title": "Users",
|
|
|
|
"default_error": "Default email address must be changed",
|
|
|
|
"add": "Add User",
|
|
|
|
"nickname": "Nickname",
|
|
|
|
"full-name": "Full Name",
|
|
|
|
"edit-details": "Edit Details",
|
|
|
|
"change-password": "Change Password",
|
|
|
|
"edit-permissions": "Edit Permissions",
|
|
|
|
"sign-in-as": "Sign in as User",
|
|
|
|
"form-title": "{id, select, undefined{New} other{Edit}} User",
|
|
|
|
"delete": "Delete {name, select, undefined{User} other{{name}}}",
|
|
|
|
"delete-confirm": "Are you sure you want to delete <strong>{name}</strong>?",
|
|
|
|
"password-title": "Change Password{self, select, false{ for {name}} other{}}",
|
|
|
|
"current-password": "Current Password",
|
|
|
|
"new-password": "New Password",
|
|
|
|
"confirm-password": "Confirm Password",
|
|
|
|
"permissions-title": "Permissions for {name}",
|
|
|
|
"admin-perms": "This user is an Administrator and some items cannot be altered",
|
|
|
|
"perms-visibility": "Item Visibility",
|
|
|
|
"perms-visibility-user": "Created Items Only",
|
|
|
|
"perms-visibility-all": "All Items",
|
|
|
|
"perm-manage": "Manage",
|
|
|
|
"perm-view": "View Only",
|
|
|
|
"perm-hidden": "Hidden"
|
|
|
|
},
|
|
|
|
"audit-log": {
|
|
|
|
"title": "Audit Log",
|
|
|
|
"empty": "There are no logs.",
|
|
|
|
"empty-subtitle": "As soon as you or another user changes something, history of those events will show up here."
|
2018-07-18 04:28:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|