nginx-proxy-manager/frontend/js/i18n/messages.json
2023-08-19 06:15:22 +00:00

588 lines
29 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"en": {
"str": {
"email-address": "Email address",
"username": "Username",
"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",
"close": "Close",
"enable": "Enable",
"disable": "Disable",
"sure": "Yes I'm Sure",
"disabled": "Disabled",
"choose-file": "Choose file",
"source": "Source",
"destination": "Destination",
"ssl": "SSL",
"access": "Access",
"public": "Public",
"edit": "Edit",
"delete": "Delete",
"logs": "Logs",
"status": "Status",
"online": "Online",
"offline": "Offline",
"unknown": "Unknown",
"expires": "Expires",
"value": "Value",
"please-wait": "Please wait...",
"all": "All",
"any": "Any"
},
"login": {
"title": "Login to your account"
},
"main": {
"app": "Nginx Proxy Manager",
"version": "v{version}",
"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": {
"title": "Roles",
"admin": "Administrator",
"user": "Apache Helicopter"
},
"menu": {
"dashboard": "Dashboard",
"hosts": "Hosts"
},
"footer": {
"fork-me": "Fork me on Github",
"copy": "&copy; 2023 <a href=\"{url}\" target=\"_blank\">jc21.com</a>.",
"theme": "Theme by <a href=\"{url}\" target=\"_blank\">Tabler</a>"
},
"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",
"http2-support": "HTTP/2 Support",
"domain-names": "Domain Names",
"cert-provider": "Certificate Provider",
"block-exploits": "Block Common Exploits",
"caching-enabled": "Cache Assets",
"ssl-certificate": "SSL Certificate",
"none": "None",
"new-cert": "Request a new SSL Certificate",
"with-le": "with Let's Encrypt",
"no-ssl": "This host will not use HTTPS",
"advanced": "Advanced",
"advanced-warning": "Enter your custom Nginx configuration here at your own risk!",
"advanced-config": "Custom Nginx Configuration",
"advanced-config-var-headline": "These proxy details are available as nginx variables:",
"advanced-config-header-info": "Please note, that any add_header or set_header directives added here will not be used by nginx. You will have to add a custom location '/' and add the header in the custom config there.",
"hsts-enabled": "HSTS Enabled",
"hsts-subdomains": "HSTS Subdomains",
"locations": "Custom locations"
},
"locations": {
"new_location": "Add location",
"path": "/path",
"location_label": "Define location",
"delete": "Delete"
},
"ssl": {
"letsencrypt": "Let's Encrypt",
"other": "Custom",
"none": "HTTP only",
"letsencrypt-email": "Email Address for Let's Encrypt",
"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 NOT be removed, they will need to be removed manually.",
"hosts-warning": "These domains must be already configured to point to this installation",
"no-wildcard-without-dns": "Cannot request Let's Encrypt Certificate for wildcard domains when not using DNS challenge",
"dns-challenge": "Use a DNS Challenge",
"certbot-warning": "This section requires some knowledge about Certbot and its DNS plugins. Please consult the respective plugins documentation.",
"dns-provider": "DNS Provider",
"please-choose": "Please Choose...",
"credentials-file-content": "Credentials File Content",
"credentials-file-content-info": "This plugin requires a configuration file containing an API token or other credentials to your provider",
"stored-as-plaintext-info": "This data will be stored as plaintext in the database and in a file!",
"propagation-seconds": "Propagation Seconds",
"propagation-seconds-info": "Leave empty to use the plugins default value. Number of seconds to wait for DNS propagation.",
"processing-info": "Processing... This might take a few minutes.",
"passphrase-protection-support-info": "Key files protected with a passphrase are not supported."
},
"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-scheme": "Scheme",
"forward-host": "Forward Hostname / IP",
"forward-port": "Forward Port",
"delete": "Delete Proxy Host",
"delete-confirm": "Are you sure you want to delete the Proxy host for: <strong>{domains}</strong>?",
"help-title": "What is a Proxy Host?",
"help-content": "A Proxy Host is the incoming endpoint for a web service that you want to forward.\nIt provides optional SSL termination for your service that might not have SSL support built in.\nProxy Hosts are the most common use for the Nginx Proxy Manager.",
"access-list": "Access List",
"allow-websocket-upgrade": "Websockets Support",
"ignore-invalid-upstream-ssl": "Ignore Invalid SSL",
"custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 203.0.113.25/path/",
"search": "Search Host…"
},
"redirection-hosts": {
"title": "Redirection Hosts",
"empty": "There are no Redirection Hosts",
"add": "Add Redirection Host",
"form-title": "{id, select, undefined{New} other{Edit}} Redirection Host",
"forward-scheme": "Scheme",
"forward-http-status-code": "HTTP Code",
"forward-domain": "Forward Domain",
"preserve-path": "Preserve Path",
"delete": "Delete Redirection Host",
"delete-confirm": "Are you sure you want to delete the Redirection host for: <strong>{domains}</strong>?",
"help-title": "What is a Redirection Host?",
"help-content": "A Redirection Host will redirect requests from the incoming domain and push the viewer to another domain.\nThe most common reason to use this type of host is when your website changes domains but you still have search engine or referrer links pointing to the old domain.",
"search": "Search Host…"
},
"dead-hosts": {
"title": "404 Hosts",
"empty": "There are no 404 Hosts",
"add": "Add 404 Host",
"form-title": "{id, select, undefined{New} other{Edit}} 404 Host",
"delete": "Delete 404 Host",
"delete-confirm": "Are you sure you want to delete this 404 Host?",
"help-title": "What is a 404 Host?",
"help-content": "A 404 Host is simply a host setup that shows a 404 page.\nThis can be useful when your domain is listed in search engines and you want to provide a nicer error page or specifically to tell the search indexers that the domain pages no longer exist.\nAnother benefit of having this host is to track the logs for hits to it and view the referrers.",
"search": "Search Host…"
},
"streams": {
"title": "Streams",
"empty": "There are no Streams",
"add": "Add Stream",
"form-title": "{id, select, undefined{New} other{Edit}} Stream",
"incoming-port": "Incoming Port",
"forwarding-host": "Forward Host",
"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?",
"help-title": "What is a Stream?",
"help-content": "A relatively new feature for Nginx, a Stream will serve to forward TCP/UDP traffic directly to another computer on the network.\nIf you're running game servers, FTP or SSH servers this can come in handy.",
"search": "Search Incoming Port…"
},
"certificates": {
"title": "SSL Certificates",
"empty": "There are no SSL Certificates",
"add": "Add SSL Certificate",
"form-title": "Add {provider, select, letsencrypt{Let's Encrypt} other{Custom}} Certificate",
"delete": "Delete SSL Certificate",
"delete-confirm": "Are you sure you want to delete this SSL Certificate? Any hosts using it will need to be updated later.",
"help-title": "SSL Certificates",
"help-content": "SSL certificates (correctly known as TLS Certificates) are a form of encryption key which allows your site to be encrypted for the end user.\nNPM uses a service called Let's Encrypt to issue SSL certificates for free.\nIf you have any sort of personal information, passwords, or sensitive data behind NPM, it's probably a good idea to use a certificate.\nNPM also supports DNS authentication for if you're not running your site facing the internet, or if you just want a wildcard certificate.",
"other-certificate": "Certificate",
"other-certificate-key": "Certificate Key",
"other-intermediate-certificate": "Intermediate Certificate",
"force-renew": "Renew Now",
"test-reachability": "Test Server Reachability",
"reachability-title": "Test Server Reachability",
"reachability-info": "Test whether the domains are reachable from the public internet using Site24x7. This is not necessary when using the DNS Challenge.",
"reachability-failed-to-reach-api": "Communication with the API failed, is NPM running correctly?",
"reachability-failed-to-check": "Failed to check the reachability due to a communication error with site24x7.com.",
"reachability-ok": "Your server is reachable and creating certificates should be possible.",
"reachability-404": "There is a server found at this domain but it does not seem to be Nginx Proxy Manager. Please make sure your domain points to the IP where your NPM instance is running.",
"reachability-not-resolved": "There is no server available at this domain. Please make sure your domain exists and points to the IP where your NPM instance is running and if necessary port 80 is forwarded in your router.",
"reachability-wrong-data": "There is a server found at this domain but it returned an unexpected data. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
"reachability-other": "There is a server found at this domain but it returned an unexpected status code {code}. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
"download": "Download",
"renew-title": "Renew Let's Encrypt Certificate",
"search": "Search Certificate…"
},
"access-lists": {
"title": "Access Lists",
"empty": "There are no Access Lists",
"add": "Add Access List",
"form-title": "{id, select, undefined{New} other{Edit}} Access List",
"delete": "Delete Access List",
"delete-confirm": "Are you sure you want to delete this access list?",
"public": "Publicly Accessible",
"public-sub": "No Access Restrictions",
"help-title": "What is an Access List?",
"help-content": "Access Lists provide a blacklist or whitelist of specific client IP addresses along with authentication for the Proxy Hosts via Basic HTTP Authentication.\nYou can configure multiple client rules, usernames and passwords for a single Access List and then apply that to a Proxy Host.\nThis is most useful for forwarded web services that do not have authentication mechanisms built in or that you want to protect from access by unknown clients.",
"item-count": "{count} {count, select, 1{User} other{Users}}",
"client-count": "{count} {count, select, 1{Rule} other{Rules}}",
"proxy-host-count": "{count} {count, select, 1{Proxy Host} other{Proxy Hosts}}",
"delete-has-hosts": "This Access List is associated with {count} Proxy Hosts. They will become publicly available upon deletion.",
"details": "Details",
"authorization": "Authorization",
"access": "Access",
"satisfy": "Satisfy",
"satisfy-any": "Satisfy Any",
"pass-auth": "Pass Auth to Host",
"access-add": "Add",
"auth-add": "Add",
"search": "Search Access…"
},
"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",
"search": "Search User…"
},
"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.",
"proxy-host": "Proxy Host",
"redirection-host": "Redirection Host",
"dead-host": "404 Host",
"stream": "Stream",
"user": "User",
"certificate": "Certificate",
"access-list": "Access List",
"created": "Created {name}",
"updated": "Updated {name}",
"deleted": "Deleted {name}",
"enabled": "Enabled {name}",
"disabled": "Disabled {name}",
"renewed": "Renewed {name}",
"meta-title": "Details for Event",
"view-meta": "View Details",
"date": "Date",
"search": "Search Log…"
},
"settings": {
"title": "Settings",
"default-site": "Default Site",
"default-site-congratulations": "Congratulations Page",
"default-site-404": "404 Page",
"default-site-444": "No Response (444)",
"default-site-html": "Custom Page",
"default-site-redirect": "Redirect"
}
},
"zh-CN": {
"str": {
"email-address": "邮件地址",
"username": "用户名",
"password": "密码",
"sign-in": "登录",
"sign-out": "注销",
"try-again": "再试一次",
"name": "名称",
"email": "邮箱",
"roles": "角色",
"created-on": "创建时间: {date}",
"save": "保存",
"cancel": "取消",
"close": "关闭",
"enable": "启用",
"disable": "禁用",
"sure": "是的!我确认.",
"disabled": "已禁用",
"choose-file": "选择文件",
"source": "源",
"destination": "目标",
"ssl": "SSL",
"access": "访问控制",
"public": "公开",
"edit": "编辑",
"delete": "删除",
"logs": "日志",
"status": "状态",
"online": "在线",
"offline": "离线",
"unknown": "位置",
"expires": "过期",
"value": "值",
"please-wait": "请稍候...",
"all": "全部",
"any": "任意"
},
"login": {
"title": "登录您的账号"
},
"main": {
"app": "Nginx代理管理器",
"version": "v{version}",
"welcome": "欢迎使用Nginx代理管理器",
"logged-in": "您当前已登录为{name}",
"unknown-error": "加载数据出错.请刷新页面重试.",
"unknown-user": "未知用户",
"sign-in-as": "以{name}身份重新登录"
},
"roles": {
"title": "角色管理",
"admin": "管理员",
"user": "Apache Helicopter"
},
"menu": {
"dashboard": "控制台",
"hosts": "主机管理"
},
"footer": {
"fork-me": "在Github上Fork本项目",
"copy": "&copy; 2023 版权所有 <a href=\"{url}\" target=\"_blank\">jc21.com</a>.",
"theme": "<a href=\"{url}\" target=\"_blank\">Tabler</a>提供主题"
},
"dashboard": {
"title": "{name},您好!"
},
"all-hosts": {
"empty-subtitle": "{manage, select, true{为何不尝试新建一个呢?} other{权限不足,您无权创建.}}",
"details": "详细信息",
"enable-ssl": "启用 SSL",
"force-ssl": "强制 SSL",
"http2-support": "HTTP/2 支持",
"domain-names": "绑定域名",
"cert-provider": "证书提供者",
"block-exploits": "屏蔽常见爆破攻击",
"caching-enabled": "缓存资源",
"ssl-certificate": "SSL 证书",
"none": "无",
"new-cert": "申请新证书",
"with-le": "通过 Let's Encrypt",
"no-ssl": "当前虚拟主机将不通过 HTTPS 提供服务",
"advanced": "高级",
"advanced-warning": "请在下方输入您的自定义Nginx配置,请注意这可能带来风险.",
"advanced-config": "自定义Nginx配置",
"advanced-config-var-headline": "代理信息可通过以下变量获取:",
"advanced-config-header-info": "注意:Nginx将不会使用此处添加的任何add_hader或set_header指令. 您必须添加一个自定义位置“/”,并在那里的自定义配置中添加标头.",
"hsts-enabled": "已启用HSTS",
"hsts-subdomains": "HSTS 子域名",
"locations": "自定义路径"
},
"locations": {
"new_location": "添加路径",
"path": "/path",
"location_label": "路径匹配",
"delete": "删除"
},
"ssl": {
"letsencrypt": "Let's Encrypt",
"other": "自定义",
"none": "仅HTTP",
"letsencrypt-email": "注册Let's Encrypt时使用的邮件地址",
"letsencrypt-agree": "我同意<a href=\"{url}\" target=\"_blank\">Let's Encrypt 服务条款</a>",
"delete-ssl": "附加的SSL证书将不会被删除,需要手动删除.",
"hosts-warning": "这些域名必须已经配置为指向此安装.",
"no-wildcard-without-dns": "未使用DNS验证时无法为通配符域名请求Let's Encrypt证书.",
"dns-challenge": "使用DNS验证",
"certbot-warning": "此部分需要一些关于Certbot及其DNS插件的知识.请参阅相应的插件文档.",
"dns-provider": "DNS提供商",
"please-choose": "请选择...",
"credentials-file-content": "凭据文件内容",
"credentials-file-content-info": "此插件需要包含API令牌或其他提供商凭据的配置文件.",
"stored-as-plaintext-info": "此数据将以明文形式存储在数据库和文件中!",
"propagation-seconds": "传播秒数",
"propagation-seconds-info": "留空以使用插件的默认值.DNS传播等待的秒数.",
"processing-info": "处理中... 这可能需要几分钟时间.",
"passphrase-protection-support-info": "不支持使用密码短语保护的密钥文件."
},
"proxy-hosts": {
"title": "代理主机",
"empty": "暂无代理主机",
"add": "添加一个代理主机",
"form-title": "{id, select, undefined{创建} other{编辑}} 代理主机",
"forward-scheme": "协议",
"forward-host": "转发目标主机/域名/IP",
"forward-port": "转发目标端口",
"delete": "删除代理主机",
"delete-confirm": "您确认要删除<strong>{domains}</strong>的代理主机吗?",
"help-title": "什么是代理主机?",
"help-content": "代理主机是要转发的web服务的传入端点.\n它为可能没有内置SSL支持的服务提供可选的SSL终止.\n代理主机是Nginx代理管理器最常见的用途.",
"access-list": "访问控制清单",
"allow-websocket-upgrade": "Websockets 转发支持",
"ignore-invalid-upstream-ssl": "忽略非法的 SSL 配置",
"custom-forward-host-help": "添加一个用于转发的子目录路径\n例: 203.0.113.25/path/",
"search": "搜索主机…"
},
"redirection-hosts": {
"title": "重定向主机",
"empty": "暂无重定向主机",
"add": "添加重定向主机",
"form-title": "{id, select, undefined{创建} other{编辑}} 重定向主机",
"forward-scheme": "协议",
"forward-http-status-code": "HTTP 状态码",
"forward-domain": "转发域名",
"preserve-path": "保留路径",
"delete": "删除重定向主机",
"delete-confirm": "您是否确认要删除<strong>{domains}</strong>上的重定向主机吗?",
"help-title": "什么是重定向主机?",
"help-content": "重定向主机将重定向来自传入域的请求,并将查看器推送到另一个域.\n使用这种类型的主机最常见的原因是当你的网站更改了域,但你仍然有指向旧域的搜索引擎或引用链接.",
"search": "搜索主机…"
},
"dead-hosts": {
"title": "404 主机",
"empty": "暂无 404 主机",
"add": "添加 404 主机",
"form-title": "{id, select, undefined{创建} other{编辑}} 404 主机",
"delete": "删除 404 主机",
"delete-confirm": "您是否确认要删除这个 404 主机?",
"help-title": "什么是 404 主机?",
"help-content": "404主机只是显示404页面的主机设置.\n当你的域在搜索引擎中列出,并且你想提供一个更好的错误页面,或者特别告诉搜索索引器域页面不再存在时,这可能很有用.\n拥有这个主机的另一个好处是可以跟踪日志中的点击量并查看引用者.",
"search": "搜索主机…"
},
"streams": {
"title": "流端口",
"empty": "没有流端口",
"add": "添加流端口",
"form-title": "{id, select, undefined{新建} other{编辑}} 流端口",
"incoming-port": "输入端口",
"forwarding-host": "转发目标主机",
"forwarding-port": "转发目标端口",
"tcp-forwarding": "转发TCP",
"udp-forwarding": "转发UDP",
"forward-type-error": "必须启用至少一种协议类型",
"protocol": "协议",
"tcp": "TCP",
"udp": "UDP",
"delete": "删除流端口",
"delete-confirm": "您确定要删除此流端口吗?",
"help-title": "什么是流端口?",
"help-content": "流是Nginx的一个相对较新的功能,用于直接将TCP/UDP流量转发到网络上的另一台计算机.\n如果您在运行游戏服务器、FTP或SSH服务器,这可能很有用.",
"search": "搜索输入流端口..."
},
"certificates": {
"title": "SSL证书",
"empty": "没有SSL证书",
"add": "添加SSL证书",
"form-title": "添加{provider, select, letsencrypt{Let's Encrypt} other{自定义}}证书",
"delete": "删除SSL证书",
"delete-confirm": "您确定要删除此SSL证书吗?使用该证书的主机将需要稍后进行更新.",
"help-title": "SSL证书",
"help-content": "SSL证书(TLS证书)是一种加密密钥,允许您的网站对最终用户进行加密.\nNPM使用一个名为Let's Encrypt的服务免费颁发SSL证书.\n如果您在NPM后面放置了任何个人信息、密码或敏感数据,使用证书可能是一个不错的选择.\n如果您的网站不面向互联网,或者只是想要一个通配符证书,NPM还支持DNS身份验证.",
"other-certificate": "证书",
"other-certificate-key": "证书密钥",
"other-intermediate-certificate": "中间证书",
"force-renew": "立即续订",
"test-reachability": "测试服务器可访问性",
"reachability-title": "测试服务器可访问性",
"reachability-info": "使用Site24x7测试域名是否可以从网访问.在使用DNS验证时,这不是必需的.",
"reachability-failed-to-reach-api": "与API的通信失败,NPM是否正常运行?",
"reachability-failed-to-check": "由于与site24x7.com的通信错误,无法检查可访问性.",
"reachability-ok": "您的服务器可访问,应该可以创建证书.",
"reachability-404": "在此域名下找到了一个服务器,但似乎不是Nginx Proxy Manager.请确保您的域名指向运行NPM实例的IP.",
"reachability-not-resolved": "此域名下没有可用的服务器.请确保您的域名存在,指向运行NPM实例的IP,并在必要时在路由器中转发端口80.",
"reachability-wrong-data": "在此域名下找到了一个服务器,但返回了意外的数据.这是NPM服务器吗?请确保您的域名指向运行NPM实例的IP.",
"reachability-other": "在此域名下找到了一个服务器,但返回了意外的状态码{code}.这是NPM服务器吗?请确保您的域名指向运行NPM实例的IP.",
"download": "下载",
"renew-title": "续订Let's Encrypt证书",
"search": "搜索证书..."
},
"access-lists": {
"title": "访问控制列表",
"empty": "没有访问控制列表",
"add": "添加访问控制列表",
"form-title": "{id, select, undefined{新建} other{编辑}} 访问控制列表",
"delete": "删除访问控制列表",
"delete-confirm": "您确定要删除此访问控制列表吗?",
"public": "公开",
"public-sub": "无访问限制",
"help-title": "什么是访问控制列表?",
"help-content": "访问控制列表提供根据客户端IP地址匹配的黑名单或白名单,并通过基本HTTP身份验证为代理主机提供身份验证.\n您可以为单个访问控制列表配置多个客户端规则、用户名和密码,然后将其应用于代理主机.\n这对于没有内置身份验证机制或您希望防止未知客户端访问的转发Web服务非常有用.",
"item-count": "{count}项",
"client-count": "{count}个规则",
"proxy-host-count": "{count}个代理主机",
"delete-has-hosts": "此访问列表与{count}个代理主机相关联.删除后,它们将变为对公共可用.",
"details": "详情",
"authorization": "授权",
"access": "访问",
"satisfy": "满足条件",
"satisfy-any": "满足任意条件",
"pass-auth": "传递身份验证到主机",
"access-add": "添加",
"auth-add": "添加",
"search": "搜索访问..."
},
"users": {
"title": "用户",
"default_error": "必须更改默认电子邮件地址",
"add": "添加用户",
"nickname": "昵称",
"full-name": "全名",
"edit-details": "编辑详情",
"change-password": "更改密码",
"edit-permissions": "编辑权限",
"sign-in-as": "以用户身份登录",
"form-title": "{id, select, undefined{新建} other{编辑}} 用户",
"delete": "删除{name, select, undefined{用户} other{{name}}}",
"delete-confirm": "您确定要删除<strong>{name}</strong>吗?",
"password-title": "更改{self, select, false{{name}的} other{}}密码",
"current-password": "当前密码",
"new-password": "新密码",
"confirm-password": "确认密码",
"permissions-title": "{name}的权限",
"admin-perms": "此用户是管理员,某些项目无法更改.",
"perms-visibility": "项目可见性",
"perms-visibility-user": "仅可查看此用户创建的项目",
"perms-visibility-all": "所有项目",
"perm-manage": "管理",
"perm-view": "只读",
"perm-hidden": "隐藏",
"search": "搜索用户..."
},
"audit-log": {
"title": "审计日志",
"empty": "没有日志.",
"empty-subtitle": "一旦您或其他用户进行更改,这些事件的历史记录将显示在此处.",
"proxy-host": "代理主机",
"redirection-host": "重定向主机",
"dead-host": "404主机",
"stream": "流端口",
"user": "用户",
"certificate": "证书",
"access-list": "访问列表",
"created": "创建{name}",
"updated": "更新{name}",
"deleted": "删除{name}",
"enabled": "启用{name}",
"disabled": "禁用{name}",
"renewed": "续订{name}",
"meta-title": "事件详细信息",
"view-meta": "查看详情",
"date": "日期",
"search": "搜索日志..."
},
"settings": {
"title": "设置",
"default-site": "默认站点",
"default-site-congratulations": "祝贺页面",
"default-site-404": "404页面",
"default-site-444": "无响应444",
"default-site-html": "自定义页面",
"default-site-redirect": "重定向"
}
}
}