'控制台', // Incidents 'incidents' => [ 'title' => '故障和维护计划', 'incidents' => 'Incidents', 'logged' => '{0} 当前没有故障信息|您已经记录了一个故障|您已经报告了 :count 个故障', 'incident-create-template' => 'Create Template', 'incident-templates' => '故障模板', 'add' => [ 'title' => '添加故障', 'success' => 'Incident added.', 'failure' => 'There was an error adding the incident, please try again.', ], 'edit' => [ 'title' => '编辑故障', 'success' => '故障已更新。', 'failure' => 'There was an error editing the incident, please try again.', ], 'delete' => [ 'success' => '故障已删除并将不会出现在状态页中', 'failure' => 'The incident could not be deleted, please try again.', ], // Incident templates 'templates' => [ 'title' => '事件模板', 'add' => [ 'title' => '添加故障模板', 'message' => '你应该增加一个故障模板', 'success' => 'Your new incident template has been created.', 'failure' => 'Something went wrong with the incident template.', ], 'edit' => [ 'title' => '编辑模板', 'success' => 'The incident template has been updated.', 'failure' => 'Something went wrong updating the incident template', ], 'delete' => [ 'success' => '模板已删除。', 'failure' => 'The incident template could not be deleted, please try again.', ], ], ], // Incident Maintenance 'schedule' => [ 'schedule' => '计划维护', 'logged' => '{0} 现在没有维护计划,好样的。|你已经记录下 1 个维护计划|你已经报告了 :count 个维护计划', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ 'title' => 'Add Scheduled Maintenance', 'success' => 'Schedule added.', 'failure' => 'Something went wrong adding the schedule, please try again.', ], 'edit' => [ 'title' => 'Edit Scheduled Maintenance', 'success' => 'Schedule has been updated!', 'failure' => 'Something went wrong editing the schedule, please try again.', ], 'delete' => [ 'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', 'failure' => 'The scheduled maintenance could not be deleted, please try again.', ], ], // Components 'components' => [ 'components' => 'Components', 'component_statuses' => 'Component Statuses', 'listed_group' => 'Grouped under :name', 'add' => [ 'title' => '添加组件', 'message' => '没有组件,马上添加一个吧', 'success' => 'Component created.', 'failure' => 'Something went wrong with the component, please try again.', ], 'edit' => [ 'title' => '编辑组件', 'success' => 'Component updated.', 'failure' => 'Something went wrong with the component, please try again.', ], 'delete' => [ 'success' => '组件已删除。', 'failure' => 'The component could not be deleted, please try again.', ], // Component groups 'groups' => [ 'groups' => '组件分组|组件分组', 'no_components' => '没有组件分组,马上添加一个吧', 'add' => [ 'title' => '添加组件分组', 'success' => 'Component group added.', 'failure' => 'Something went wrong with the component group, please try again.', ], 'edit' => [ 'title' => '编辑组件分组', 'success' => 'Component group updated.', 'failure' => 'Something went wrong with the component group, please try again.', ], 'delete' => [ 'success' => '组建分组已删除。', 'failure' => 'The component group could not be deleted, please try again.', ], ], ], // Metrics 'metrics' => [ 'metrics' => 'Metrics', 'add' => [ 'title' => '添加图表', 'message' => '你应该添加一个图表。', 'success' => 'Metric created.', 'failure' => 'Something went wrong with the metric, please try again.', ], 'edit' => [ 'title' => '编辑图表', 'success' => 'Metric updated.', 'failure' => 'Something went wrong with the metric, please try again.', ], 'delete' => [ 'success' => '图表已删除并将不会出现在状态页中', 'failure' => 'The metric could not be deleted, please try again.', ], ], // Subscribers 'subscribers' => [ 'subscribers' => '通知', 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'verified' => '已认证', 'not_verified' => '未认证', 'subscriber' => ':email, subscribed :date', 'no_subscriptions' => 'Subscribed to all updates', 'add' => [ 'title' => '添加邮件订阅', 'success' => '邮件订阅已添加成功。', 'failure' => 'Something went wrong adding the subscriber, please try again.', ], 'edit' => [ 'title' => '更新订阅者', 'success' => '订阅者信息已更新.', 'failure' => 'Something went wrong editing the subscriber, please try again.', ], ], // Team 'team' => [ 'team' => 'Team', 'member' => 'Member', 'profile' => 'Profile', 'description' => '团队成员可维护组件和故障信息。', 'add' => [ 'title' => '添加团队成员', 'success' => 'Team member added.', 'failure' => 'The team member could not be added, please try again.', ], 'edit' => [ 'title' => '更新配置文件', 'success' => 'Profile updated.', 'failure' => 'Something went wrong updating the profile, please try again.', ], 'delete' => [ 'success' => '团队成员已删除.', 'failure' => 'The team member could not be added, please try again.', ], 'invite' => [ 'title' => '邀请团队成员', 'success' => '团队成员已邀请成功.', 'failure' => 'The invite could not be sent, please try again.', ], ], // Settings 'settings' => [ 'settings' => 'Settings', 'app-setup' => [ 'app-setup' => '网站设置', 'images-only' => 'Only images may be uploaded.', 'too-big' => '您上传的文件太大了。上传的图像大小应小于:size', ], 'analytics' => [ 'analytics' => '第三方统计', ], 'localization' => [ 'localization' => '本地化', ], 'customization' => [ 'customization' => 'Customization', 'header' => 'Custom Header HTML', 'footer' => 'Custom Footer HTML', ], 'security' => [ 'security' => '安全设置', 'two-factor' => 'Users without two-factor authentication', ], 'stylesheet' => [ 'stylesheet' => '自定义样式', ], 'theme' => [ 'theme' => 'Theme', ], 'edit' => [ 'success' => 'Settings saved.', 'failure' => 'Settings could not be saved.', ], ], // Login 'login' => [ 'login' => '登录', 'logged_in' => '您已登录', 'welcome' => 'Welcome Back!', 'two-factor' => 'Please enter your token.', ], // Sidebar footer 'help' => 'Help', 'status_page' => '状态页', 'logout' => '退出', // Notifications 'notifications' => [ 'notifications' => 'Notifications', 'awesome' => 'Awesome.', 'whoops' => '抱歉,', ], // Welcome modal 'welcome' => [ 'welcome' => '欢迎来到你的状态页!', 'message' => 'Your status page is almost ready! You might want to configure these extra settings', 'close' => 'Take me straight to my dashboard', 'steps' => [ 'component' => '添加组件', 'incident' => '添加故障', 'customize' => '主题设置', 'team' => 'Add users', 'api' => '生成 API Token', 'two-factor' => '双因素身份验证', ], ], ];