mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 10:44:09 +01:00
260 lines
10 KiB
PHP
Executable File
260 lines
10 KiB
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
|
|
'dashboard' => 'Dashboard',
|
|
|
|
// Incidents
|
|
'incidents' => [
|
|
'title' => 'Incidentes & Agendamentos',
|
|
'incidents' => 'Ocorrências',
|
|
'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.',
|
|
'incident-create-template' => 'Criar template',
|
|
'incident-templates' => 'Template de incidentes',
|
|
'add' => [
|
|
'title' => 'Adicionar um incidente',
|
|
'success' => 'Incident added.',
|
|
'failure' => 'There was an error adding the incident, please try again.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Editar um incidente',
|
|
'success' => 'Incidente atualizado.',
|
|
'failure' => 'There was an error editing the incident, please try again.',
|
|
],
|
|
'delete' => [
|
|
'success' => 'O incidente foi apagado e não será mais mostrado na sua página de estado.',
|
|
'failure' => 'The incident could not be deleted, please try again.',
|
|
],
|
|
|
|
// Incident templates
|
|
'templates' => [
|
|
'title' => 'Template de incidentes',
|
|
'add' => [
|
|
'title' => 'Criar um modelo de incidente',
|
|
'message' => 'Adicione um esboço de incidente.',
|
|
'success' => 'Your new incident template has been created.',
|
|
'failure' => 'Something went wrong with the incident template.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Editar Modelo',
|
|
'success' => 'The incident template has been updated.',
|
|
'failure' => 'Something went wrong updating the incident template',
|
|
],
|
|
'delete' => [
|
|
'success' => 'O esboço de incidente foi apagado.',
|
|
'failure' => 'The incident template could not be deleted, please try again.',
|
|
],
|
|
],
|
|
],
|
|
|
|
// Incident Maintenance
|
|
'schedule' => [
|
|
'schedule' => 'Manutenção Agendada',
|
|
'logged' => '{0} Não existem agendamentos, bom trabalho.|Você introduziu um agendamento.|Você reportou <strong>:count</strong> agendamentos.',
|
|
'scheduled_at' => 'Agendada em :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' => 'Componentes',
|
|
'component_statuses' => 'Status do componente',
|
|
'listed_group' => 'Agrupado em :name',
|
|
'add' => [
|
|
'title' => 'Adicionar um Componente',
|
|
'message' => 'Você deve adicionar um componente.',
|
|
'success' => 'Component created.',
|
|
'failure' => 'Something went wrong with the component, please try again.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Editar um Componente',
|
|
'success' => 'Component updated.',
|
|
'failure' => 'Something went wrong with the component, please try again.',
|
|
],
|
|
'delete' => [
|
|
'success' => 'O componente foi apagado!',
|
|
'failure' => 'The component could not be deleted, please try again.',
|
|
],
|
|
|
|
// Component groups
|
|
'groups' => [
|
|
'groups' => 'Grupo de componente|Grupos de componente',
|
|
'no_components' => 'Deverá adicionar um grupo de componente.',
|
|
'add' => [
|
|
'title' => 'Adicionar um grupo de componentes',
|
|
'success' => 'Component group added.',
|
|
'failure' => 'Something went wrong with the component group, please try again.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Editar um grupo de Componentes',
|
|
'success' => 'Component group updated.',
|
|
'failure' => 'Something went wrong with the component group, please try again.',
|
|
],
|
|
'delete' => [
|
|
'success' => 'O grupo de componentes foi apagado!',
|
|
'failure' => 'The component group could not be deleted, please try again.',
|
|
],
|
|
],
|
|
],
|
|
|
|
// Metrics
|
|
'metrics' => [
|
|
'metrics' => 'Metricas',
|
|
'add' => [
|
|
'title' => 'Criar uma métrica',
|
|
'message' => 'Adicione uma métrica.',
|
|
'success' => 'Metric created.',
|
|
'failure' => 'Something went wrong with the metric, please try again.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Editar uma métrica',
|
|
'success' => 'Metric updated.',
|
|
'failure' => 'Something went wrong with the metric, please try again.',
|
|
],
|
|
'delete' => [
|
|
'success' => 'A métrica foi apagada e não será mais mostrada na sua página de estado.',
|
|
'failure' => 'The metric could not be deleted, please try again.',
|
|
],
|
|
],
|
|
// Subscribers
|
|
'subscribers' => [
|
|
'subscribers' => 'Assinantes',
|
|
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
|
|
'verified' => 'Verificado',
|
|
'not_verified' => 'Não Verificado',
|
|
'subscriber' => ':email, subscribed :date',
|
|
'no_subscriptions' => 'Subscribed to all updates',
|
|
'add' => [
|
|
'title' => 'Adicionar um novo assinante',
|
|
'success' => 'Assinante adicionado.',
|
|
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
|
'help' => 'Enter each subscriber on a new line.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Actualizar Assinante',
|
|
'success' => 'Assinante atualizado.',
|
|
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
|
],
|
|
],
|
|
|
|
// Team
|
|
'team' => [
|
|
'team' => 'Equipe',
|
|
'member' => 'Membro',
|
|
'profile' => 'Perfil ',
|
|
'description' => 'Membros da equipe serão capazes de adicionar, modificar & editar componentes e incidentes.',
|
|
'add' => [
|
|
'title' => 'Adicionar um novo membro de equipa',
|
|
'success' => 'Team member added.',
|
|
'failure' => 'The team member could not be added, please try again.',
|
|
],
|
|
'edit' => [
|
|
'title' => 'Atualizar Perfil',
|
|
'success' => 'Profile updated.',
|
|
'failure' => 'Something went wrong updating the profile, please try again.',
|
|
],
|
|
'delete' => [
|
|
'success' => 'Utilizador apagado.',
|
|
'failure' => 'The team member could not be added, please try again.',
|
|
],
|
|
'invite' => [
|
|
'title' => 'Convidar um novo membro de equipa',
|
|
'success' => 'Os utilizadores convidados.',
|
|
'failure' => 'The invite could not be sent, please try again.',
|
|
],
|
|
],
|
|
|
|
// Settings
|
|
'settings' => [
|
|
'settings' => 'Configurações',
|
|
'app-setup' => [
|
|
'app-setup' => 'Instalação do aplicativo',
|
|
'images-only' => 'Somente imagens podem ser carregadas.',
|
|
'too-big' => 'O arquivo que você carregou é muito grande. Envie uma imagem inferior à :size',
|
|
],
|
|
'analytics' => [
|
|
'analytics' => 'Analítica',
|
|
],
|
|
'localization' => [
|
|
'localization' => 'Localização',
|
|
],
|
|
'customization' => [
|
|
'customization' => 'Customization',
|
|
'header' => 'Custom Header HTML',
|
|
'footer' => 'Custom Footer HTML',
|
|
],
|
|
'security' => [
|
|
'security' => 'Segurança',
|
|
'two-factor' => 'Utilizados sem factor de dupla autenticação',
|
|
],
|
|
'stylesheet' => [
|
|
'stylesheet' => 'Folha de estilo',
|
|
],
|
|
'theme' => [
|
|
'theme' => 'Tema',
|
|
],
|
|
'edit' => [
|
|
'success' => 'Configurações salvas.',
|
|
'failure' => 'Não foi possível salvar as configurações.',
|
|
],
|
|
],
|
|
|
|
// Login
|
|
'login' => [
|
|
'login' => 'Entrar',
|
|
'logged_in' => 'Você está logado.',
|
|
'welcome' => 'Bem-vindo de volta!',
|
|
'two-factor' => 'Por favor insira o seu token.',
|
|
],
|
|
|
|
// Sidebar footer
|
|
'help' => 'Ajuda',
|
|
'status_page' => 'Página de status',
|
|
'logout' => 'Sair',
|
|
|
|
// Notifications
|
|
'notifications' => [
|
|
'notifications' => 'Notificações',
|
|
'awesome' => 'Excelente.',
|
|
'whoops' => 'Opa.',
|
|
],
|
|
|
|
// Welcome modal
|
|
'welcome' => [
|
|
'welcome' => 'Bem vindo à sua página de estado!',
|
|
'message' => 'Sua página de status está quase pronta! Tavez vocë queira checar essas configurações extras',
|
|
'close' => 'Take me straight to my dashboard',
|
|
'steps' => [
|
|
'component' => 'Criar componentes',
|
|
'incident' => 'Criar incidentes',
|
|
'customize' => 'Personalizar',
|
|
'team' => 'Adicionar usuários',
|
|
'api' => 'Gerar token de API',
|
|
'two-factor' => 'Autenticação de 2 Factores',
|
|
],
|
|
],
|
|
|
|
];
|