Updated translation
This commit is contained in:
parent
3e686f99b5
commit
ff5000e667
|
|
@ -845,7 +845,7 @@ return array(
|
|||
'Gantt' => 'Gantt',
|
||||
'Author' => 'Autor',
|
||||
'Version' => 'Versão',
|
||||
'Plugins' => 'Extras',
|
||||
'Plugins' => 'Plugins',
|
||||
'There is no plugin loaded.' => 'Não existem extras carregados',
|
||||
'Set maximum column height' => 'Definir altura máxima da coluna',
|
||||
'Remove maximum column height' => 'Remover altura máxima da coluna',
|
||||
|
|
@ -1163,43 +1163,43 @@ return array(
|
|||
'Assign automatically a color based on a priority' => 'Assignar uma cor automáticamente de acordo com a prioridade',
|
||||
'Overdue tasks for the project(s) "%s"' => 'Tarefas em atraso para o(s) projecto(s) "%s"',
|
||||
'Upload files' => 'Enviar ficheiros',
|
||||
// 'Installed Plugins' => '',
|
||||
// 'Plugin Directory' => '',
|
||||
// 'Plugin installed successfully.' => '',
|
||||
// 'Plugin updated successfully.' => '',
|
||||
// 'Plugin removed successfully.' => '',
|
||||
// 'Subtask converted to task successfully.' => '',
|
||||
// 'Unable to convert the subtask.' => '',
|
||||
// 'Unable to extract plugin archive.' => '',
|
||||
// 'Plugin not found.' => '',
|
||||
// 'You don\'t have the permission to remove this plugin.' => '',
|
||||
// 'Unable to download plugin archive.' => '',
|
||||
// 'Unable to write temporary file for plugin.' => '',
|
||||
// 'Unable to open plugin archive.' => '',
|
||||
// 'There is no file in the plugin archive.' => '',
|
||||
// 'Create tasks in bulk' => '',
|
||||
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
|
||||
// 'There is no plugin available.' => '',
|
||||
// 'Install' => '',
|
||||
// 'Update' => '',
|
||||
// 'Up to date' => '',
|
||||
// 'Not available' => '',
|
||||
// 'Remove plugin' => '',
|
||||
// 'Do you really want to remove this plugin: "%s"?' => '',
|
||||
// 'Uninstall' => '',
|
||||
// 'Listing' => '',
|
||||
// 'Metadata' => '',
|
||||
// 'Manage projects' => '',
|
||||
// 'Convert to task' => '',
|
||||
// 'Convert sub-task to task' => '',
|
||||
// 'Do you really want to convert this sub-task to a task?' => '',
|
||||
// 'My task title' => '',
|
||||
// 'Enter one task by line.' => '',
|
||||
// 'Number of failed login:' => '',
|
||||
// 'Account locked until:' => '',
|
||||
// 'Email settings' => '',
|
||||
// 'Email sender address' => '',
|
||||
// 'Email transport' => '',
|
||||
// 'Webhook token' => '',
|
||||
// 'Imports' => '',
|
||||
'Installed Plugins' => 'Plugins Instalados',
|
||||
'Plugin Directory' => 'Directoria de Plugins',
|
||||
'Plugin installed successfully.' => 'Plugin instalado com sucesso.',
|
||||
'Plugin updated successfully.' => 'Plugin actualizado com sucesso.',
|
||||
'Plugin removed successfully.' => 'Plugin removido com sucesso.',
|
||||
'Subtask converted to task successfully.' => 'Sub-tarefa convertida para tarefa com sucesso.',
|
||||
'Unable to convert the subtask.' => 'Não foi possivel converter a sub-tarefa.',
|
||||
'Unable to extract plugin archive.' => 'Não foi possivel extrair arquivo do plugin.',
|
||||
'Plugin not found.' => 'Plugin não encontrado.',
|
||||
'You don\'t have the permission to remove this plugin.' => 'Não tem acesso para remover este plugin.',
|
||||
'Unable to download plugin archive.' => 'Não foi possivel transferir o arquivo do plugin.',
|
||||
'Unable to write temporary file for plugin.' => 'Não foi possivel escrever o ficheiro temporário para o plugin.',
|
||||
'Unable to open plugin archive.' => 'Não foi possivel abrir o arquivo do plugin.',
|
||||
'There is no file in the plugin archive.' => 'Ficheiro não encontrado dentro do arquivo do plugin.',
|
||||
'Create tasks in bulk' => 'Criar tarefas em massa',
|
||||
'Your Kanboard instance is not configured to install plugins from the user interface.' => 'Este Kanboard não está configurado para instalar plugins através do interface de utilizador.',
|
||||
'There is no plugin available.' => 'Não existe nenhum plugin instalado.',
|
||||
'Install' => 'Instalar',
|
||||
'Update' => 'Actualizar',
|
||||
'Up to date' => 'Actualizado',
|
||||
'Not available' => 'Não disponivel',
|
||||
'Remove plugin' => 'Remover plugin',
|
||||
'Do you really want to remove this plugin: "%s"?' => 'Tem a certeza que pretende remover este plugin: "%s%"?',
|
||||
'Uninstall' => 'Desinstalar',
|
||||
'Listing' => 'A Listar',
|
||||
'Metadata' => 'Metadata',
|
||||
'Manage projects' => 'Gerir projectos',
|
||||
'Convert to task' => 'Converter para tarefa',
|
||||
'Convert sub-task to task' => 'Converter sub-tarefa para tarefa',
|
||||
'Do you really want to convert this sub-task to a task?' => 'Tem a certeza que pretende converter esta sub-tarefa para tarefa?',
|
||||
'My task title' => 'Titulo da minha tarefa',
|
||||
'Enter one task by line.' => 'Escreva uma tarefa por linha.',
|
||||
'Number of failed login:' => 'Número de logins falhados:',
|
||||
'Account locked until:' => 'Conta bloqueada até:',
|
||||
'Email settings' => 'Definições de Email',
|
||||
'Email sender address' => 'Endereço de envido de Email',
|
||||
'Email transport' => 'Transportador de Email',
|
||||
'Webhook token' => 'Token do Webhook',
|
||||
'Imports' => 'Importados',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue