|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'title' => 'Incidentes', |
| 5 | + 'resource_label' => 'Incidente|Incidentes', |
| 6 | + 'status' => [ |
| 7 | + 'investigating' => 'Investigando', |
| 8 | + 'identified' => 'Identificado', |
| 9 | + 'watching' => 'Monitorando', |
| 10 | + 'fixed' => 'Resolvido', |
| 11 | + 'reported' => 'Reportado', |
| 12 | + ], |
| 13 | + 'edit_button' => 'Editar Incidente', |
| 14 | + 'new_button' => 'Novo Incidente', |
| 15 | + 'no_incidents_reported' => 'Nenhum incidente reportado.', |
| 16 | + 'timeline' => [ |
| 17 | + 'past_incidents_header' => 'Incidentes Anteriores', |
| 18 | + 'recent_incidents_header' => 'Incidentes Recentes', |
| 19 | + 'no_incidents_reported_between' => 'Nenhum incidente reportado entre :from e :to', |
| 20 | + 'navigate' => [ |
| 21 | + 'previous' => 'Anterior', |
| 22 | + 'today' => 'Hoje', |
| 23 | + 'next' => 'Próximo', |
| 24 | + ], |
| 25 | + ], |
| 26 | + 'list' => [ |
| 27 | + 'headers' => [ |
| 28 | + 'name' => 'Nome', |
| 29 | + 'status' => 'Status', |
| 30 | + 'visible' => 'Visível', |
| 31 | + 'stickied' => 'Fixado', |
| 32 | + 'occurred_at' => 'Ocorrido em', |
| 33 | + 'notified_subscribers' => 'Inscritos notificados', |
| 34 | + 'created_at' => 'Criado em', |
| 35 | + 'updated_at' => 'Atualizado em', |
| 36 | + 'deleted_at' => 'Excluído em', |
| 37 | + ], |
| 38 | + 'actions' => [ |
| 39 | + 'record_update' => 'Registrar Atualização', |
| 40 | + 'view_incident' => 'Ver incidente', |
| 41 | + ], |
| 42 | + 'empty_state' => [ |
| 43 | + 'heading' => 'Incidentes', |
| 44 | + 'description' => 'Incidentes são usados para comunicar e rastrear o status dos seus serviços.', |
| 45 | + ], |
| 46 | + ], |
| 47 | + 'form' => [ |
| 48 | + 'name_label' => 'Nome', |
| 49 | + 'status_label' => 'Status', |
| 50 | + 'message_label' => 'Mensagem', |
| 51 | + 'occurred_at_label' => 'Ocorrido em', |
| 52 | + 'occurred_at_helper' => 'O horário de criação do incidente será usado se deixado em branco.', |
| 53 | + 'visible_label' => 'Visível', |
| 54 | + 'user_label' => 'Usuário', |
| 55 | + 'user_helper' => 'O usuário que reportou o incidente.', |
| 56 | + 'notifications_label' => 'Notificar Inscritos?', |
| 57 | + 'stickied_label' => 'Fixar Incidente?', |
| 58 | + 'guid_label' => 'UUID do Incidente', |
| 59 | + 'add_component' => [ |
| 60 | + 'action_label' => 'Adicionar Componente', |
| 61 | + 'header' => 'Componentes', |
| 62 | + 'component_label' => 'Componente', |
| 63 | + 'status_label' => 'Status', |
| 64 | + ], |
| 65 | + ], |
| 66 | + 'record_update' => [ |
| 67 | + 'success_title' => 'Incidente :name Atualizado', |
| 68 | + 'success_body' => 'Uma nova atualização do incidente foi registrada.', |
| 69 | + 'form' => [ |
| 70 | + 'message_label' => 'Mensagem', |
| 71 | + 'status_label' => 'Status', |
| 72 | + 'user_label' => 'Usuário', |
| 73 | + 'user_helper' => 'Quem reportou este incidente.', |
| 74 | + ], |
| 75 | + ], |
| 76 | + 'overview' => [ |
| 77 | + 'total_incidents_label' => 'Total de Incidentes', |
| 78 | + 'total_incidents_description' => 'Número total de incidentes.', |
| 79 | + ], |
| 80 | +]; |
0 commit comments