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