|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'title' => '事件', |
| 5 | + 'resource_label' => '事件|事件', |
| 6 | + 'status' => [ |
| 7 | + 'investigating' => '正在调查', |
| 8 | + 'identified' => '已确认', |
| 9 | + 'watching' => '正在观察', |
| 10 | + 'fixed' => '已修复', |
| 11 | + 'reported' => '已报告', |
| 12 | + ], |
| 13 | + 'edit_button' => '编辑事件', |
| 14 | + 'new_button' => '新建事件', |
| 15 | + 'no_incidents_reported' => '没有事件被报告。', |
| 16 | + 'timeline' => [ |
| 17 | + 'past_incidents_header' => '过去的事件', |
| 18 | + 'recent_incidents_header' => '最近的事件', |
| 19 | + 'no_incidents_reported_between' => '在 :from 和 :to 之间没有事件被报告。', |
| 20 | + 'navigate' => [ |
| 21 | + 'previous' => '上一页', |
| 22 | + 'today' => '今天', |
| 23 | + 'next' => '下一页', |
| 24 | + ], |
| 25 | + ], |
| 26 | + 'list' => [ |
| 27 | + 'headers' => [ |
| 28 | + 'name' => '名称', |
| 29 | + 'status' => '状态', |
| 30 | + 'visible' => '可见', |
| 31 | + 'stickied' => '置顶', |
| 32 | + 'occurred_at' => '发生时间', |
| 33 | + 'notified_subscribers' => '已通知的订阅者', |
| 34 | + 'created_at' => '创建时间', |
| 35 | + 'updated_at' => '更新时间', |
| 36 | + 'deleted_at' => '删除时间', |
| 37 | + ], |
| 38 | + 'actions' => [ |
| 39 | + 'record_update' => '记录更新', |
| 40 | + 'view_incident' => '查看事件', |
| 41 | + ], |
| 42 | + 'empty_state' => [ |
| 43 | + 'heading' => '事件', |
| 44 | + 'description' => '事件用于沟通和跟踪服务的状态。', |
| 45 | + ], |
| 46 | + ], |
| 47 | + 'form' => [ |
| 48 | + 'name_label' => '名称', |
| 49 | + 'status_label' => '状态', |
| 50 | + 'message_label' => '消息', |
| 51 | + 'occurred_at_label' => '发生时间', |
| 52 | + 'occurred_at_helper' => '如果留空,将使用事件的创建时间戳。', |
| 53 | + 'visible_label' => '可见', |
| 54 | + 'user_label' => '用户', |
| 55 | + 'user_helper' => '报告事件的用户。', |
| 56 | + 'notifications_label' => '通知订阅者?', |
| 57 | + 'stickied_label' => '置顶事件?', |
| 58 | + 'guid_label' => '事件 UUID', |
| 59 | + 'add_component' => [ |
| 60 | + 'action_label' => '添加组件', |
| 61 | + 'header' => '组件', |
| 62 | + 'component_label' => '组件', |
| 63 | + 'status_label' => '状态', |
| 64 | + ], |
| 65 | + ], |
| 66 | + 'record_update' => [ |
| 67 | + 'success_title' => '事件 :name 已更新', |
| 68 | + 'success_body' => '一个新的事件更新已被记录。', |
| 69 | + 'form' => [ |
| 70 | + 'message_label' => '消息', |
| 71 | + 'status_label' => '状态', |
| 72 | + 'user_label' => '用户', |
| 73 | + 'user_helper' => '谁报告了此事件。', |
| 74 | + ], |
| 75 | + ], |
| 76 | + 'overview' => [ |
| 77 | + 'total_incidents_label' => '总事件数', |
| 78 | + 'total_incidents_description' => '事件的总数。', |
| 79 | + ], |
| 80 | +]; |
0 commit comments