Improved zh-CN localization

This commit is contained in:
phecho
2015-11-11 10:53:36 +08:00
parent 62918ee526
commit 37011ad1ff
6 changed files with 47 additions and 84 deletions

View File

@@ -30,9 +30,9 @@ return [
'scheduled' => '计划维护',
'scheduled_at' => ',计划于 :timestamp',
'status' => [
0 => '计划中', // TODO: Hopefully remove this.
0 => '计划中', // TODO: Hopefully remove this.
1 => '调查中',
2 => '已定位',
2 => '已确认',
3 => '观察中',
4 => '已修复',
],
@@ -46,15 +46,15 @@ return [
'api' => [
'regenerate' => '重新生成 API 密钥',
'revoke' => '销 API 密钥',
'revoke' => '销 API 密钥',
],
// Metrics
'metrics' => [
'filter' => [
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
'hourly' => '最近12小时',
'weekly' => '',
'monthly' => '',
],
],
@@ -64,7 +64,7 @@ return [
'button' => '订阅',
'email' => [
'subscribe' => '订阅电子邮件更新。',
'subscribed' => '已经订阅电子邮件通知,请检查您的电子邮件,确认您的订阅。',
'subscribed' => '已经订阅电子邮件通知,请检查您的电子邮件,确认您的订阅。',
'verified' => '您的电子邮件订阅已确认。谢谢!',
'unsubscribe' => '取消电子邮件订阅。',
'unsubscribed' => '您的电子邮件订阅已被取消。',
@@ -87,6 +87,25 @@ return [
],
],
'users' => [
'email' => [
'invite' => [
'text' => "您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。\n:link\n谢谢, :app_name",
'html-preheader' => '您已被邀请加入 :app_name.',
'html' => '<p>您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。</p><p><a href=":link">:link</a></p><p>谢谢, :app_name</p>',
],
],
],
'signup' => [
'title' => '注册',
'username' => '用户名',
'email' => '邮箱',
'password' => '密码',
'success' => '您的账号已注册成功。',
'failure' => '注册失败。',
],
// Other
'powered_by' => ':app 应用状态页面由 <a href="https://cachethq.io">Cachet</a>提供支持。',
'about_this_site' => '关于此站点',

View File

@@ -21,12 +21,12 @@ return [
'incident-create-template' => '创建模板',
'incident-templates' => '事件模板',
'add' => [
'title' => '添加一个事件',
'title' => '添加事件',
'success' => '事件已添加',
'failure' => '事件添加失败。',
],
'edit' => [
'title' => '编辑一个事件',
'title' => '编辑事件',
'success' => '事件已更新。',
'failure' => '事件编辑失败。',
],
@@ -35,7 +35,7 @@ return [
'templates' => [
'title' => '事件模板',
'add' => [
'title' => '创建一个事件模板',
'title' => '添加事件模板',
'success' => '模板已创建。',
'failure' => '创建模板失败。',
],
@@ -49,7 +49,7 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => '计划维护',
'schedule' => '维护计划',
'scheduled_at' => '计划在 :timestamp',
'add' => [
'title' => '添加维护计划',
@@ -62,7 +62,7 @@ return [
'failure' => '计划更新失败。',
],
'delete' => [
'success' => '维护计划已被删除,它将从的状态页上消失。',
'success' => '维护计划已被删除,它将从的状态页上消失。',
'failure' => '无法删除该维护计划。请再试一次。',
],
],
@@ -73,24 +73,24 @@ return [
'component_statuses' => '组件状态',
'listed_group' => '根据 :name 分组',
'add' => [
'title' => '添加一个组件',
'message' => '应该添加一个组件。',
'success' => '组件已创建。',
'title' => '添加组件',
'message' => '应该添加一个组件。',
'success' => '组件已添加。',
'failure' => '组件添加失败。',
],
'edit' => [
'title' => '编辑一个组件',
'title' => '编辑组件',
'success' => '组件已更新。',
'failure' => '组件编辑失败。',
],
// Component groups
'groups' => [
'groups' => '件分组|件分组',
'groups' => '件分组|件分组',
'no_components' => '您应添加一个组件分组。',
'add' => [
'title' => '添加一个分组',
'success' => '件分组已添加。',
'title' => '添加组件分组',
'success' => '件分组已添加。',
'failure' => '分组添加失败。',
],
'edit' => [
@@ -105,7 +105,7 @@ return [
'metrics' => [
'metrics' => '图表',
'add' => [
'title' => '添加一个图表',
'title' => '添加图表',
'success' => '图表已创建。',
'failure' => '图表创建失败。',
],
@@ -123,7 +123,7 @@ return [
'verified' => '已认证',
'not_verified' => '未认证',
'add' => [
'title' => '添加一个订阅者',
'title' => '添加订阅者',
'success' => '订阅者已添加成功.',
'failure' => '订阅者添加失败.',
],
@@ -141,7 +141,7 @@ return [
'profile' => '更改资料',
'description' => '团队成员将能够添加、修改和编辑组件和事件。',
'add' => [
'title' => '添加一个新团队成员',
'title' => '添加团队成员',
'success' => '团队成员已添加。',
'failure' => '添加组件失败。',
],
@@ -167,7 +167,7 @@ return [
'app-setup' => [
'app-setup' => '系统设置',
'images-only' => '只能上传图像。',
'too-big' => '上传的文件太大了。上传的图像大小应小于:size',
'too-big' => '上传的文件太大了。上传的图像大小应小于:size',
],
'analytics' => [
'analytics' => '第三方统计',

View File

@@ -1,25 +0,0 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'not-found' => [
'code' => '404',
'title' => '这个页面失踪了!',
'message' => '抱歉,但我们无法找到您要访问的的页面。请检查你的 URL然后重试。',
'link' => '返回主页',
],
'unauthorized' => [
'code' => '401',
'title' => '未授权',
'message' => '很抱歉,您需要管理员权限才能看到此页面。',
'link' => '返回主页',
],
];

View File

@@ -49,7 +49,7 @@ return [
'public' => '公共可见',
'logged_in_only' => '仅登录用户可见',
'templates' => [
'name' => '事件名',
'name' => '事件模板名',
'template' => '模板',
],
],
@@ -58,12 +58,12 @@ return [
'components' => [
'name' => '组件名',
'status' => '状态',
'group' => '件分组',
'group' => '件分组',
'description' => '描述',
'link' => '链接',
'tags' => '标签',
'tags-help' => '以逗号分隔。',
'enabled' => 'Component enabled?',
'enabled' => '启用',
'groups' => [
'name' => '组名',
@@ -140,7 +140,7 @@ return [
'help' => '启用双因素身份验证会增加您的帐户安全。您将需要下载 <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> 或类似的应用到您的移动设备。当您登录时将会要求您提供由应用程序生成的一个短码。',
],
'team' => [
'description' => '请输入要邀请的团队成员的邮件地址:',
'description' => '请输入要邀请的团队成员的邮件地址:',
'email' => 'Email #:id',
],
],

View File

@@ -1,31 +0,0 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => '密码至少应有六个字符 并且与“确认密码”相匹配',
'user' => '我们没有找到使用这个邮箱地址的用户',
'token' => '这个密码重置凭据是无效的',
'sent' => '已经发送密码重置提示信息!',
'reset' => '密码已重置!',
];

View File

@@ -10,7 +10,7 @@
*/
return [
'setup' => '设置',
'setup' => '安装设置',
'title' => '安装 Cachet',
'service_details' => '服务细节',
'env_setup' => '环境设置',