|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'title' => 'Mga Insidente', |
| 5 | + 'resource_label' => 'Insidente|Mga Insidente', |
| 6 | + 'status' => [ |
| 7 | + 'investigating' => 'Iniimbestigahan', |
| 8 | + 'identified' => 'Natukoy', |
| 9 | + 'watching' => 'Binabantayan', |
| 10 | + 'fixed' => 'Naayos', |
| 11 | + 'reported' => 'Na-ulat', |
| 12 | + ], |
| 13 | + 'edit_button' => 'I-edit ang Insidente', |
| 14 | + 'new_button' => 'Bagong Insidente', |
| 15 | + 'no_incidents_reported' => 'Walang naiulat na insidente.', |
| 16 | + 'timeline' => [ |
| 17 | + 'past_incidents_header' => 'Mga Nakaraang Insidente', |
| 18 | + 'recent_incidents_header' => 'Mga Kamakailang Insidente', |
| 19 | + 'no_incidents_reported_between' => 'Walang naiulat na insidente mula :from hanggang :to', |
| 20 | + 'navigate' => [ |
| 21 | + 'previous' => 'Nakaraan', |
| 22 | + 'today' => 'Ngayon', |
| 23 | + 'next' => 'Susunod', |
| 24 | + ], |
| 25 | + ], |
| 26 | + 'list' => [ |
| 27 | + 'headers' => [ |
| 28 | + 'name' => 'Pangalan', |
| 29 | + 'status' => 'Kalagayan', |
| 30 | + 'visible' => 'Nakikita', |
| 31 | + 'stickied' => 'Naka-sticky', |
| 32 | + 'occurred_at' => 'Nangyari noong', |
| 33 | + 'notified_subscribers' => 'Naabisuhan ang mga subscriber', |
| 34 | + 'created_at' => 'Ginawa noong', |
| 35 | + 'updated_at' => 'Na-update noong', |
| 36 | + 'deleted_at' => 'Nabura noong', |
| 37 | + ], |
| 38 | + 'actions' => [ |
| 39 | + 'record_update' => 'I-record ang Update', |
| 40 | + 'view_incident' => 'Tingnan ang Insidente', |
| 41 | + ], |
| 42 | + 'empty_state' => [ |
| 43 | + 'heading' => 'Mga Insidente', |
| 44 | + 'description' => 'Ang mga insidente ay ginagamit para ipaalam at subaybayan ang kalagayan ng iyong mga serbisyo.', |
| 45 | + ], |
| 46 | + ], |
| 47 | + 'form' => [ |
| 48 | + 'name_label' => 'Pangalan', |
| 49 | + 'status_label' => 'Kalagayan', |
| 50 | + 'message_label' => 'Mensahe', |
| 51 | + 'occurred_at_label' => 'Nangyari noong', |
| 52 | + 'occurred_at_helper' => 'Gagamitin ang timestamp ng paglikha ng insidente kung ito ay iiwanang walang laman.', |
| 53 | + 'visible_label' => 'Nakikita', |
| 54 | + 'user_label' => 'Gumagamit', |
| 55 | + 'user_helper' => 'Ang gumagamit na nag-ulat ng insidente.', |
| 56 | + 'notifications_label' => 'Abisuhan ang mga Subscriber?', |
| 57 | + 'stickied_label' => 'Gawing Sticky ang Insidente?', |
| 58 | + 'guid_label' => 'Incident UUID', |
| 59 | + 'add_component' => [ |
| 60 | + 'action_label' => 'Magdagdag ng Komponent', |
| 61 | + 'header' => 'Mga Komponent', |
| 62 | + 'component_label' => 'Komponent', |
| 63 | + 'status_label' => 'Kalagayan', |
| 64 | + ], |
| 65 | + ], |
| 66 | + 'record_update' => [ |
| 67 | + 'success_title' => 'Na-update ang Insidente :name', |
| 68 | + 'success_body' => 'Isang bagong update ng insidente ang naitala.', |
| 69 | + 'form' => [ |
| 70 | + 'message_label' => 'Mensahe', |
| 71 | + 'status_label' => 'Kalagayan', |
| 72 | + 'user_label' => 'Gumagamit', |
| 73 | + 'user_helper' => 'Sino ang nag-ulat ng insidenteng ito.', |
| 74 | + ], |
| 75 | + ], |
| 76 | + 'overview' => [ |
| 77 | + 'total_incidents_label' => 'Kabuuang Insidente', |
| 78 | + 'total_incidents_description' => 'Kabuuang bilang ng mga insidente.', |
| 79 | + ], |
| 80 | +]; |
0 commit comments