summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/zh_CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-11-26 12:32:32 -0300
committerGitHub <noreply@github.com>2016-11-26 12:32:32 -0300
commit28b84dc1d1d0faaf822f95fca3bb03bc5172b483 (patch)
treea1218b38bfbafdb912c6024de8035cc860212f1e /webapp/i18n/zh_CN.json
parent2abcc25173ef40b29cdde28856a3f5c9234056d3 (diff)
downloadchat-28b84dc1d1d0faaf822f95fca3bb03bc5172b483.tar.gz
chat-28b84dc1d1d0faaf822f95fca3bb03bc5172b483.tar.bz2
chat-28b84dc1d1d0faaf822f95fca3bb03bc5172b483.zip
translations PR 20161122 (#4625)
Diffstat (limited to 'webapp/i18n/zh_CN.json')
-rw-r--r--webapp/i18n/zh_CN.json53
1 files changed, 49 insertions, 4 deletions
diff --git a/webapp/i18n/zh_CN.json b/webapp/i18n/zh_CN.json
index c9af2fb6f..6a32eff4f 100644
--- a/webapp/i18n/zh_CN.json
+++ b/webapp/i18n/zh_CN.json
@@ -298,6 +298,8 @@
"admin.general.configuration": "配置",
"admin.general.localization": "本地化",
"admin.general.localization.availableLocalesDescription": "设置用户在帐号设置可用的语言(留空将可用所有语言)。如果您手动添加新语言,必须在保存钱先添加<strong>默认客户端语言</strong>。<br /><br />想要帮忙翻译吗?加入<a href='http://translate.mattermost.com/' target='_blank'>Mattermost 翻译服务器</a>。",
+ "admin.general.localization.availableLocalesNoResults": "No results found",
+ "admin.general.localization.availableLocalesNotPresent": "The default client language must be included in the available list",
"admin.general.localization.availableLocalesTitle": "可用的语言:",
"admin.general.localization.clientLocaleDescription": "新创建的用户以及未登入的用户的默认语言。",
"admin.general.localization.clientLocaleTitle": "默认客户端语言:",
@@ -348,12 +350,16 @@
"admin.image.amazonS3BucketDescription": "您在AWS S3 存储桶中的名字。",
"admin.image.amazonS3BucketExample": "例如 \"mattermost-media\"",
"admin.image.amazonS3BucketTitle": "Amazon S3 存储桶:",
+ "admin.image.amazonS3EndpointDescription": "Hostname of your S3 Compatible Storage provider. Defaults to `s3.amazonaws.com`.",
+ "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpoint:",
"admin.image.amazonS3IdDescription": "从您的Amazon EC2管理员获得此证书。",
"admin.image.amazonS3IdExample": "例如 \"AKIADTOVBGERKLCBV\"",
"admin.image.amazonS3IdTitle": "Amazon S3 访问密钥 ID:",
"admin.image.amazonS3RegionDescription": "您创建S3 存储桶选中的AWS区域。",
"admin.image.amazonS3RegionExample": "例如 \"us-east-1\"",
"admin.image.amazonS3RegionTitle": "Amazon S3区域:",
+ "admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.",
+ "admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:",
"admin.image.amazonS3SecretDescription": "从你的Amazon EC2管理员获得此证书。",
"admin.image.amazonS3SecretExample": "例如 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.image.amazonS3SecretTitle": "Amazon S3 秘密访问密钥:",
@@ -638,6 +644,8 @@
"admin.service.corsTitle": "允许来自以下跨源请求网址:",
"admin.service.developerDesc": "开启时,Javascript错误将显示在页面顶端红条里。不推荐在正式环境使用。",
"admin.service.developerTitle": "开启开发者模式:",
+ "admin.service.forward80To443": "Forward port 80 to 443:",
+ "admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443",
"admin.service.googleDescription": "设置此钥匙以开启内嵌YouTube视频预览。如果没有此钥匙,YouTube预览仍然会在消息或评论中显示但不会显示视频标题。参见<a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target=\"_blank\">Google Developers Tutorial</a>教程以获得钥匙。",
"admin.service.googleExample": "例如 \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
"admin.service.googleTitle": "Google API 钥匙:",
@@ -647,6 +655,8 @@
"admin.service.insecureTlsTitle": "启用不安全的对外连接:",
"admin.service.integrationAdmin": "限制只有管理员能管理整合:",
"admin.service.integrationAdminDesc": "当设为是时,webhhoks 和斜杠命令只由团队和系统管理员可以创建、修改和查看,同时只有系统管理员可以操作 OAuth 2.0 应用。整合在管理员创建后所有人可以使用。",
+ "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:",
+ "admin.service.letsEncryptCertificateCacheFileDescription": "Certificates retrieved and other data about the Let's Encrypt service will be stored in this file.",
"admin.service.listenAddress": "监听地址:",
"admin.service.listenDescription": "绑定和监听的地址和端口。指定 \":8065\" 将会绑定所有网络接口。指定 \"127.0.0.1:8065\" 将只绑定拥有此 IP 的网络接口。如果您选择一个低级端口 (叫 \"system ports\" 或 \"well-known ports\" 于 0-1023 之间),您必须要拥有权限才能绑定到此端口。在 Linux 上您可以使用:\"sudo setcap cap_net_bind_service=+ep ./bin/platform\" 以允许 Mattermost 绑定知名端口。",
"admin.service.listenExample": "例如 \":8065\"",
@@ -658,6 +668,8 @@
"admin.service.outWebhooksTitle": "启用对外 Webhooks:",
"admin.service.overrideDescription": "当设为是时,webhooks、斜杠命令以及其他整合比如 <a href=\"https://docs.mattermost.com/integrations/zapier.html\" target=\"_blank\">Zapier</a> 会允许修改发出信息的用户名。注意:和允许整合覆盖头像配合将可能造成用户被钓鱼攻击。",
"admin.service.overrideTitle": "允许整合覆盖用户名:",
+ "admin.service.readTimeout": "Read Timeout:",
+ "admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.",
"admin.service.securityDesc": "当设置为是时,如果在过去12小时内有发布安全修正将会发送通知给系统管理员。需要启用电子邮件。",
"admin.service.securityTitle": "启用安全警报:",
"admin.service.segmentDescription": "Segment.com是个可选详细跟踪系统统计的在线服务。您可以在Segment.com注册个免费帐号获取钥匙。",
@@ -673,10 +685,18 @@
"admin.service.ssoSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。如果验证方式时SAML或GitLab,用户将会自动登入到Mattermost如果他们已经登入到SAML或GitLab。修改此设定后,新的会话时常将在用户下一次输入认证后生效。",
"admin.service.testingDescription": "当设为是时,/loadtest 斜杠命令能载入测试账号,数据和文字格式。修改这个设置需要重启服务器才能生效。",
"admin.service.testingTitle": "启动测试指令:",
+ "admin.service.tlsCertFile": "TLS Certificate File:",
+ "admin.service.tlsCertFileDescription": "The certificate file to use.",
+ "admin.service.tlsKeyFile": "TLS Key File:",
+ "admin.service.tlsKeyFileDescription": "The private key file to use.",
+ "admin.service.useLetsEncrypt": "Use Let's Encrypt:",
+ "admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.",
"admin.service.webSessionDays": "AD/LDAP 和电子邮件的会话时长 (天):",
"admin.service.webSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。修改此设定后,新的会话时常将在用户下一次输入认证后生效。",
"admin.service.webhooksDescription": "设为是时,允许传入webhooks。为了避免钓鱼攻击,所有webhooks的帖文会标上BOT标签。参见 <a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>文档</a> 了解详情。",
"admin.service.webhooksTitle": "启用传出的 Webhooks:",
+ "admin.service.writeTimeout": "Write Timeout:",
+ "admin.service.writeTimeoutDescription": "If using HTTP (insecure), this is the maximum time allowed from the end of reading the request headers until the response is written. If using HTTPS, it is the total time from when the connection is accepted until the response is written.",
"admin.sidebar.addTeamSidebar": "从侧边栏菜单添加团队",
"admin.sidebar.advanced": "高级",
"admin.sidebar.audits": "合规性与审计",
@@ -957,6 +977,7 @@
"authorize.title": "<strong>{appName}</strong> 想要链接到您的 <strong>Mattermost</strong> 用户帐号",
"backstage_list.search": "搜索",
"backstage_navbar.backToMattermost": "返回{siteName}",
+ "backstage_sidebar.emoji": "自定义表情",
"backstage_sidebar.integrations": "集成",
"backstage_sidebar.integrations.commands": "斜杠命令",
"backstage_sidebar.integrations.incoming_webhooks": "引入Webhooks",
@@ -971,6 +992,8 @@
"change_url.longer": "必须超过两个字符",
"change_url.noUnderscore": "不能包含两个连续的下划线。",
"change_url.startWithLetter": "必须以字母或数字开始",
+ "channelHeader.addToFavorites": "添加到收藏",
+ "channelHeader.removeFromFavorites": "从收藏中移除",
"channel_flow.alreadyExist": "已存在使用该 URL 的频道",
"channel_flow.changeUrlDescription": "某些字符不允许出现在url中,可能被删除。",
"channel_flow.changeUrlTitle": "修改{term}URL",
@@ -997,6 +1020,7 @@
"channel_header.viewInfo": "查看信息",
"channel_header.viewMembers": "查看成员",
"channel_header.webrtc.call": "开始视频通话",
+ "channel_header.webrtc.offline": "此用户已离线",
"channel_header.webrtc.unavailable": "不能在结束当前通话前开新通话",
"channel_info.about": "关于",
"channel_info.close": "关闭",
@@ -1097,6 +1121,7 @@
"claim.oauth_to_email.switchTo": "切换{type}为邮箱和密码",
"claim.oauth_to_email.title": "切换{type}账户为邮箱",
"confirm_modal.cancel": "取消",
+ "connecting_screen": "连接",
"create_comment.addComment": "添加一个评论...",
"create_comment.comment": "添加评论",
"create_comment.commentLength": "评论长度至少{max}字符。",
@@ -1108,7 +1133,7 @@
"create_post.shortcutsNotSupported": "您的设备不支持键盘快捷键。",
"create_post.tutorialTip": "<h4>发送信息</h4><p>在这输入信息并按<strong>回车</strong>发送。</p><p>点击<strong>附件</strong>按钮上传图片或文件。</p>",
"create_post.write": "写一个消息...",
- "create_team.agreement": "如果继续创建您的帐户和使用{siteName},您需要同意<a href='/static/help/terms.html'>服务条款</a>和<a href='/static/help/privacy.html'>隐私政策</a>。如果不同意,您将不能使用{siteName}。",
+ "create_team.agreement": "如果继续创建您的帐户和使用{siteName},您需要同意<a href={TermsOfServiceLink}>服务条款</a>和<a href={PrivacyPolicyLink}>隐私政策</a>。如果不同意,您将不能使用{siteName}。",
"create_team.display_name.back": "返回上一步",
"create_team.display_name.charLength": "名称必须是2到15个字符",
"create_team.display_name.nameHelp": "您可以使用任何语言命名您的团队。您的团队名称将显示在菜单和标题栏上。",
@@ -1116,7 +1141,7 @@
"create_team.display_name.required": "此栏必须填写",
"create_team.display_name.teamName": "团队名称",
"create_team.team_url.back": "返回上一步",
- "create_team.team_url.charLength": "名称必须是2到15个字符",
+ "create_team.team_url.charLength": "名称必须是 {min} 到 {max} 个字符",
"create_team.team_url.creatingTeam": "创建团队...",
"create_team.team_url.finish": "完成",
"create_team.team_url.hint": "<li>简短和易记为最好的</li><li>使用小写字母,数字和连字符</li><li>必须以字母开头且不能以连字符结尾</li>",
@@ -1156,6 +1181,7 @@
"edit_channel_purpose_modal.save": "保存",
"edit_channel_purpose_modal.title1": "编辑用途",
"edit_channel_purpose_modal.title2": "编辑用途",
+ "edit_command.save": "更新",
"edit_post.cancel": "取消",
"edit_post.edit": "编辑{title}",
"edit_post.editPost": "编辑信息...",
@@ -1177,6 +1203,7 @@
"emoji_list.creator": "创建者",
"emoji_list.delete": "删除",
"emoji_list.empty": "未找到自定义表情符",
+ "emoji_list.header": "自定义表情",
"emoji_list.help": "自定义表情符对所有在您服务器上的用户开放。在信息框输入 ':' 会显示表情符选择菜单。其他用户可能需要刷新页面才能看见新的表情符。",
"emoji_list.help2": "提示:如果您用 #,##,或 ### 作为含有表情符的新一行开头,你可以使用大尺寸表情符。输入 '# :smile:' 来体验此功能。",
"emoji_list.image": "图像",
@@ -1208,6 +1235,7 @@
"filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count} 位成员,共 {total} 位",
"filtered_user_list.member": "成员",
"filtered_user_list.search": "按回车键搜索",
+ "filtered_user_list.searchButton": "搜索",
"filtered_user_list.show": "过滤器:",
"filtered_user_list.team_only": "本团队成员",
"find_team.email": "电子邮件",
@@ -1361,6 +1389,7 @@
"installed_integrations.content_type": "Content-Type: {contentType}",
"installed_integrations.creation": "{creator}在{createAt, date, full}中创建",
"installed_integrations.delete": "删除",
+ "installed_integrations.edit": "编辑",
"installed_integrations.hideSecret": "隐藏密码",
"installed_integrations.regenSecret": "重生成盐",
"installed_integrations.regenToken": "重新生成Token",
@@ -1398,6 +1427,7 @@
"integrations.command.description": "发送事件到外部整合的斜杠命令",
"integrations.command.title": "斜线命令",
"integrations.done": "完成",
+ "integrations.edit": "编辑",
"integrations.header": "集成",
"integrations.incomingWebhook.description": "传入的webhooks允许外部集成发送信息",
"integrations.incomingWebhook.title": "引入Webhook",
@@ -1410,7 +1440,7 @@
"intro_messages.anyMember": " 任何成员可以加入和查看这个频道。",
"intro_messages.beginning": "{name} 的开端",
"intro_messages.channel": "频道",
- "intro_messages.creator": "这是<strong>{name}</strong>{type}的开端,由<strong>{creator}</strong>在<strong>{date}</strong>建立",
+ "intro_messages.creator": "这是{name}{type}的开端,由{creator}于{date}建立。",
"intro_messages.default": "<h4 class='channel-intro__title'>{display_name}的开端</h4><p class='channel-intro__content'><strong>欢迎进入{display_name}!</strong><br/><br/>这是团队成员登录后看到的第一个频道—使用它来发布每个人需要知道的更新信息。</p>",
"intro_messages.group": "私有组",
"intro_messages.invite": "邀请其他人到{type}",
@@ -1418,6 +1448,7 @@
"intro_messages.noCreator": "这是{name}{type}的开端,于{date}建立。",
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name}的开端</h4><p class=\"channel-intro__content\">这是{display_name}的开始,一个用于非工作的频道.<br/></p>",
"intro_messages.onlyInvited": "只有受邀的人才能看到这个私有组。",
+ "intro_messages.purpose": "此{type}的用途是:{purpose}。",
"intro_messages.setHeader": "设置标题",
"intro_messages.teammate": "这是您与此团队成员私信记录的开端。在这里的直接消息和文件共享除了在此的人外无法看到。",
"invite_member.addAnother": "添加另一个",
@@ -1542,6 +1573,7 @@
"navbar_dropdown.teamSettings": "团队设置",
"navbar_dropdown.viewMembers": "查看成员",
"notification.dm": "私信",
+ "passwordRequirements": "密码要求:",
"password_form.change": "修改我的密码",
"password_form.click": "点击<a href={url}>这里</a>去登录。",
"password_form.enter": "输入您的 {siteName} 账户新密码。",
@@ -1553,7 +1585,7 @@
"password_send.description": "重置您的密码,输入您用于注册的电子邮件地址",
"password_send.email": "电子邮件",
"password_send.error": "请输入一个有效的电子邮件地址。",
- "password_send.link": "<p>一个密码重置链接已被发送至<b>{email}</b></p>",
+ "password_send.link": "如果帐号是已存在的,密码重置邮件会发送到:<br/><b>{email}</b><br/><br/>",
"password_send.reset": "重置我的密码",
"password_send.title": "密码重置",
"pdf_preview.max_pages": "下载以阅读更多页",
@@ -1600,11 +1632,14 @@
"rhs_comment.mobile.flag": "标记",
"rhs_comment.mobile.unflag": "取消标记",
"rhs_comment.permalink": "永久链接",
+ "rhs_header.backToCallTooltip": "Back to Call",
"rhs_header.backToFlaggedTooltip": "回到已标记的信息",
"rhs_header.backToResultsTooltip": "回到搜索结果",
"rhs_header.closeSidebarTooltip": "关闭侧栏",
+ "rhs_header.closeTooltip": "关闭侧栏",
"rhs_header.details": "消息详情",
"rhs_header.expandSidebarTooltip": "扩展侧边栏",
+ "rhs_header.expandTooltip": "关闭侧栏",
"rhs_header.shrinkSidebarTooltip": "关闭侧栏",
"rhs_root.del": "删除",
"rhs_root.direct": "私信",
@@ -1786,6 +1821,10 @@
"tutorial_tip.ok": "确定",
"tutorial_tip.out": "选择退出这些提示。",
"tutorial_tip.seen": "之前见过这吗?",
+ "update_command.cancel": "取消",
+ "update_command.confirm": "编辑斜杠命令",
+ "update_command.question": "您的修改可能破坏现有的斜杠命令。您确定要更新吗?",
+ "update_command.update": "更新",
"upload_overlay.info": "拖动文件上传。",
"user.settings.advance.embed_preview": "可用时,显示实验性链接内容预览",
"user.settings.advance.embed_toggle": "显示切换所有嵌入预览",
@@ -1976,6 +2015,7 @@
"user.settings.notifications.on": "开启",
"user.settings.notifications.onlyMentions": "只在提及和私信中",
"user.settings.notifications.push": "手机推送信息提示",
+ "user.settings.notifications.push_notification.status": "触发推送通知当",
"user.settings.notifications.sensitiveName": "您的敏感姓\"{first_name}\"",
"user.settings.notifications.sensitiveUsername": "不区分大小写的用户名\"{username}\"",
"user.settings.notifications.sensitiveWords": "其他不区分大小写的词汇,以逗号分隔:",
@@ -1985,6 +2025,7 @@
"user.settings.notifications.title": "通知设置",
"user.settings.notifications.usernameMention": "您提到的用户名“@{username}”",
"user.settings.notifications.wordsTrigger": "触发提及词",
+ "user.settings.push_notification.allActivity": "所有活动",
"user.settings.push_notification.allActivityAway": "所有离开或离线时的活动",
"user.settings.push_notification.allActivityOffline": "所有离线时的活动",
"user.settings.push_notification.allActivityOnline": "所有在线,离开或离线时的活动",
@@ -1995,6 +2036,7 @@
"user.settings.push_notification.off": "关闭",
"user.settings.push_notification.offline": "离线",
"user.settings.push_notification.online": "在线,离开或离线",
+ "user.settings.push_notification.onlyMentions": "仅限提及和私信中",
"user.settings.push_notification.onlyMentionsAway": "所有离开或离线时的提及和私信",
"user.settings.push_notification.onlyMentionsOffline": "所有离线时的提及和私信",
"user.settings.push_notification.onlyMentionsOnline": "所有在线,离开或离线时的提及和私信",
@@ -2012,6 +2054,7 @@
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "用 GitLab 登录",
"user.settings.security.loginLdap": "用 AD/LDAP 登录",
+ "user.settings.security.loginSaml": "用 SAML 登录",
"user.settings.security.logoutActiveSessions": "查看并退出正在执行的会话",
"user.settings.security.method": "登录方式",
"user.settings.security.newPassword": "新密码",
@@ -2042,6 +2085,7 @@
"user.settings.security.passwordLdapCantUpdate": "通过 AD/LDAP 登录。密码不能被更新。",
"user.settings.security.passwordMatchError": "您输入的新密码不一致。",
"user.settings.security.passwordMinLength": "无效最小长度,无法显示预览。",
+ "user.settings.security.passwordSamlCantUpdate": "此栏由您的登入提供商决定。如果您想更改,您需要到您的登入提供者改动。",
"user.settings.security.retypePassword": "再次输入新密码",
"user.settings.security.saml": "SAML",
"user.settings.security.switchEmail": "切换到使用邮箱和密码登录",
@@ -2054,6 +2098,7 @@
"user.settings.security.viewHistory": "查看访问历史",
"user_list.notFound": "没有找到用户",
"user_profile.webrtc.call": "开始视频通话",
+ "user_profile.webrtc.offline": "此用户已离线",
"user_profile.webrtc.unavailable": "不能在结束当前通话前开新通话",
"view_image.loading": "加载中 ",
"view_image_popover.download": "下载",