Update translations.php
This commit is contained in:
parent
b76bd32e95
commit
b144cc81ff
|
|
@ -1027,37 +1027,37 @@ return array(
|
|||
'Moving or resizing a task will change the start and due date of the task.' => 'Mover ou redimensionar uma tarefa irá alterar a data de inicio e expiração da tarefa.',
|
||||
'There is no task in your project.' => 'Não há nenhuma tarefa no seu projeto.',
|
||||
'Gantt chart' => 'Gráfico de Gantt',
|
||||
// 'People who are project managers' => '',
|
||||
// 'People who are project members' => '',
|
||||
// 'NOK - Norwegian Krone' => '',
|
||||
// 'Show this column' => '',
|
||||
// 'Hide this column' => '',
|
||||
// 'open file' => '',
|
||||
// 'End date' => '',
|
||||
// 'Users overview' => '',
|
||||
// 'Managers' => '',
|
||||
// 'Members' => '',
|
||||
// 'Shared project' => '',
|
||||
// 'Project managers' => '',
|
||||
// 'Project members' => '',
|
||||
// 'Gantt chart for all projects' => '',
|
||||
// 'Projects list' => '',
|
||||
// 'Gantt chart for this project' => '',
|
||||
// 'Project board' => '',
|
||||
// 'End date:' => '',
|
||||
// 'There is no start date or end date for this project.' => '',
|
||||
// 'Projects Gantt chart' => '',
|
||||
// 'Start date: %s' => '',
|
||||
// 'End date: %s' => '',
|
||||
// 'Link type' => '',
|
||||
// 'Change task color when using a specific task link' => '',
|
||||
// 'Task link creation or modification' => '',
|
||||
// 'Login with my Gitlab Account' => '',
|
||||
// 'Milestone' => '',
|
||||
// 'Gitlab Authentication' => '',
|
||||
// 'Help on Gitlab authentication' => '',
|
||||
// 'Gitlab Id' => '',
|
||||
// 'Gitlab Account' => '',
|
||||
// 'Link my Gitlab Account' => '',
|
||||
// 'Unlink my Gitlab Account' => '',
|
||||
'People who are project managers' => 'Pessoas que são gerente de projeto',
|
||||
'People who are project members' => 'Pessoas que são membro de projeto',
|
||||
'NOK - Norwegian Krone' => 'NOK - Coroa Norueguesa',
|
||||
'Show this column' => 'Mostrar esta coluna',
|
||||
'Hide this column' => 'Esconder esta coluna',
|
||||
'open file' => 'abrir um arquivo',
|
||||
'End date' => 'Data de término',
|
||||
'Users overview' => 'Visão geral dos usuários',
|
||||
'Managers' => 'Gerentes',
|
||||
'Members' => 'Membros',
|
||||
'Shared project' => 'Projeto compartilhado',
|
||||
'Project managers' => 'Gerentes de projeto',
|
||||
'Project members' => 'Membros de projeto',
|
||||
'Gantt chart for all projects' => 'Gráfico de Gantt para todos os projetos',
|
||||
'Projects list' => 'Lista dos projetos',
|
||||
'Gantt chart for this project' => 'Gráfico de Gantt para este projecto',
|
||||
'Project board' => 'Painel do projeto',
|
||||
'End date:' => 'Data de término:',
|
||||
'There is no start date or end date for this project.' => 'Não há data de início ou data de término para este projeto.',
|
||||
'Projects Gantt chart' => 'Gráfico de Gantt dos projetos',
|
||||
'Start date: %s' => 'Data de início: %s',
|
||||
'End date: %s' => 'Data de término: %s',
|
||||
'Link type' => 'Tipo de link',
|
||||
'Change task color when using a specific task link' => 'Mudar a cor da tarefa quando um link específico é utilizado',
|
||||
'Task link creation or modification' => 'Criação ou modificação de um link em uma tarefa',
|
||||
'Login with my Gitlab Account' => 'Login com a minha conta Gitlab',
|
||||
'Milestone' => 'Milestone',
|
||||
'Gitlab Authentication' => 'Autenticação Gitlab',
|
||||
'Help on Gitlab authentication' => 'Ajuda com a autenticação Gitlab',
|
||||
'Gitlab Id' => 'Gitlab Id',
|
||||
'Gitlab Account' => 'Conta Gitlab',
|
||||
'Link my Gitlab Account' => 'Vincular minha conta Gitlab',
|
||||
'Unlink my Gitlab Account' => 'Desvincular minha conta Gitlab',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue