nginx-proxy-manager-zh/frontend/js/i18n/messages.json
2022-05-16 13:42:06 +08:00

587 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; 2022 <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'sEncrypt 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-html": "Custom Page",
"default-site-redirect": "Redirect"
}
},
"zh": {
"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; 2022 <a href=\"{url}\" target=\"_blank\">jc21.com</a>.",
"theme": "Theme by <a href=\"{url}\" target=\"_blank\">Tabler</a>.",
"translate": "中文翻译来自 <a href=\"{url}\" target=\"_blank\">xiaoxinrpo</a>."
},
"dashboard": {
"title": "你好 {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": "详细内容",
"enable-ssl": "启用SSL",
"force-ssl": "强制SSL",
"http2-support": "支持HTTP/2",
"domain-names": "域名",
"cert-provider": "证书提供商",
"block-exploits": "阻止常见漏洞",
"caching-enabled": "缓存资源",
"ssl-certificate": "SSL证书",
"none": "无",
"new-cert": "申请一个新的SSL证书",
"with-le": "使用Let's Encrypt",
"no-ssl": "该主机将不使用HTTPS",
"advanced": "高级",
"advanced-warning": "在此输入你的自定义Nginx配置风险自负!",
"advanced-config": "自定义Nginx配置",
"advanced-config-var-headline": "这些代理详情可以作为nginx的变量。",
"advanced-config-header-info": "请注意这里添加的任何add_header或set_header配置都不会被nginx使用。你将不得不添加一个自定义的位置'/',并在那里的自定义配置中添加头信息。",
"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{New} other{Edit}} 反向代理",
"forward-scheme": "协议",
"forward-host": "转发主机/IP",
"forward-port": "转发端口",
"delete": "删除反向代理",
"delete-confirm": "你确定要删除反向代理 <strong>{domains}</strong> 吗?",
"help-title": "什么是反向代理?",
"help-content": "反向代理是你想转发网络应用的主机。\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/路径",
"search": "搜索主机…"
},
"redirection-hosts": {
"title": "重定向",
"empty": "无重定向",
"add": "添加重定向",
"form-title": "{id, select, undefined{New} other{Edit}} 重定向",
"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": "错误页面",
"empty": "没有错误页面",
"add": "添加错误页面",
"form-title": "{id, select, undefined{New} other{Edit}} 错误页面",
"delete": "删除错误页面",
"delete-confirm": "确定要删除错误页面吗?",
"help-title": "什么是错误页面?",
"help-content": "错误页面是一个简单的主机设置,显示错误页面。\n当你的域名被列入搜索引擎而你想提供一个更好的错误页面或特别是告诉搜索索引者域名页面不再存在时这可能是有用的。\n拥有这种主机的另一个好处是可以跟踪点击它的日志并查看访问来源。",
"search": "搜索主机…"
},
"streams": {
"title": "Stream模块",
"empty": "没有Stream模块",
"add": "添加Stream",
"form-title": "{id, select, undefined{New} other{Edit}} Stream",
"incoming-port": "入站端口",
"forwarding-host": "转发主机",
"forwarding-port": "转发端口",
"tcp-forwarding": "TCP转发",
"udp-forwarding": "UDP转发",
"forward-type-error": "至少有一种协议必须被启用",
"protocol": "协议",
"tcp": "TCP",
"udp": "UDP",
"delete": "删除Stream",
"delete-confirm": "你确定你要删除这个Stream吗",
"help-title": "什么是Stream",
"help-content": "Stream作为Nginx的一个相对较新的功能可以直接转发TCP/UDP流量到网络上的另一台计算机。\n如果你正在运行游戏服务器、FTP或SSH服务器这个功能就会很有用。",
"search": "搜索入站端口…"
},
"certificates": {
"title": "SSL证书",
"empty": "没有SSL证书",
"add": "添加SSL证书",
"form-title": "添加 {provider, select, letsencrypt{Let's Encrypt} other{Custom}} 证书",
"delete": "删除SSL证书",
"delete-confirm": "你确定要删除这个SSL证书吗任何使用该证书的主机之后都需要进行更新。",
"help-title": "SSL证书",
"help-content": "SSL证书TLS证书是一种加密密钥的形式它允许你的网站为终端用户进行数据加密。\n目前使用Let's Encrypt的服务来免费发放SSL证书。\n如果你的反向代理后面有个人信息、密码或敏感数据使用证书是个非常好的安全措施。\n如果你的网站不是面向互联网运行或者你只是想要一个通配符证书需要使用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代理管理器。请确保你的域名指向本NPM实例的IP。",
"reachability-not-resolved": "在这个域名中没有可用的服务器。请确保你的域名存在并且指向本NPM实例运行的IP如果有必要请检查80端口在路由器中是否被映射到外网。",
"reachability-wrong-data": "在这个域名中发现了一个服务器但它返回了一个意外的数据。它是指向本NPM服务器吗请确保你的域名指向本NPM实例的IP。",
"reachability-other": "在这个域名中发现了一个服务器,但它返回了一个意外的状态代码{code}。它是指向本NPM服务器吗请确保你的域名指向本NPM实例的IP。",
"download": "下载",
"renew-title": "更新Let'sEncrypt证书",
"search": "搜索证书…"
},
"access-lists": {
"title": "通信规则",
"empty": "没有通信规则",
"add": "添加通信规则",
"form-title": "{id, select, undefined{New} other{Edit}} 通信规则",
"delete": "删除通信规则",
"delete-confirm": "您确定要删除这个通信规则吗?",
"public": "公开规则",
"public-sub": "没有规则限制",
"help-title": "什么是通信规则?",
"help-content": "通信规则提供了一个特定客户IP地址的黑名单或白名单以及通过基本HTTP认证对反向代理的认证。\n你可以为一个通信规则配置多个客户规则、用户名和密码然后将其应用于反向代理。\n这对那些没有内置认证机制的转发网络服务或你想保护其免受未知客户的访问是最有用的。",
"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": "该通信规则与{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{New} other{Edit}} 用户",
"delete": "删除 {name, select, undefined{User} other{{name}}}",
"delete-confirm": "您确定要删除 <strong>{name}</strong> 吗?",
"password-title": "修改密码{self, select, false{ for {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": "错误页面",
"stream": "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": "错误页面",
"default-site-html": "自定义页面",
"default-site-redirect": "重定向"
}
}
}