Merge pull request #2405
This commit is contained in:
commit
01dbaf0858
|
|
@ -1196,23 +1196,23 @@ return array(
|
|||
'Email transport' => 'Transportador de Email',
|
||||
'Webhook token' => 'Token do Webhook',
|
||||
'Imports' => 'Importados',
|
||||
// 'Project tags management' => '',
|
||||
// 'Tag created successfully.' => '',
|
||||
// 'Unable to create this tag.' => '',
|
||||
// 'Tag updated successfully.' => '',
|
||||
// 'Unable to update this tag.' => '',
|
||||
// 'Tag removed successfully.' => '',
|
||||
// 'Unable to remove this tag.' => '',
|
||||
// 'Global tags management' => '',
|
||||
// 'Tags' => '',
|
||||
// 'Tags management' => '',
|
||||
// 'Add new tag' => '',
|
||||
// 'Edit a tag' => '',
|
||||
// 'Project tags' => '',
|
||||
// 'There is no specific tag for this project at the moment.' => '',
|
||||
// 'Tag' => '',
|
||||
// 'Remove a tag' => '',
|
||||
// 'Do you really want to remove this tag: "%s"?' => '',
|
||||
// 'Global tags' => '',
|
||||
// 'There is no global tag at the moment.' => '',
|
||||
'Project tags management' => 'Gestão de etiquetas do Projecto',
|
||||
'Tag created successfully.' => 'Etiqueta criada com sucesso.',
|
||||
'Unable to create this tag.' => 'Não foi possivel criar esta etiqueta.',
|
||||
'Tag updated successfully.' => 'Etiqueta actualizada com sucesso.',
|
||||
'Unable to update this tag.' => 'Não foi possivel actualizar esta etiqueta.',
|
||||
'Tag removed successfully.' => 'Etiqueta removida com sucesso.',
|
||||
'Unable to remove this tag.' => 'Não foi possivel remover esta etiqueta.',
|
||||
'Global tags management' => 'Gestão de etiquetas globais',
|
||||
'Tags' => 'Etiquetas',
|
||||
'Tags management' => 'Gestão de Etiquetas',
|
||||
'Add new tag' => 'Adicionar etiqueta nova',
|
||||
'Edit a tag' => 'Editar a etiqueta',
|
||||
'Project tags' => 'Etiquetas do Projecto',
|
||||
'There is no specific tag for this project at the moment.' => 'De momento não existe nenhuma etiqueta para este projecto.',
|
||||
'Tag' => 'Etiqueta',
|
||||
'Remove a tag' => 'Remover etiqueta',
|
||||
'Do you really want to remove this tag: "%s"?' => 'Tem a certeza que pretende remover esta etiqueta: "%s"?',
|
||||
'Global tags' => 'Etiquetas globais',
|
||||
'There is no global tag at the moment.' => 'De momento não existe nenhuma etiqueta global.',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue