]> git.joonet.de Git - adminer.git/commitdiff
Fix brazilian portuguese translation
authorRaphael de Almeida <jaguarnet7@gmail.com>
Mon, 11 Nov 2019 13:04:47 +0000 (10:04 -0300)
committerJakub Vrána <jakub@vrana.cz>
Mon, 11 Nov 2019 13:04:47 +0000 (14:04 +0100)
adminer/lang/pt-br.inc.php

index d25c0b235da9190c0b6cea04c059a71a52338b83..d23920b09d9e45a3475e6b5df52b1b3649a820e1 100644 (file)
@@ -47,7 +47,7 @@ $translations = array(
        'Indexes have been altered.' => 'Os Índices foram alterados.',
        'Indexes' => 'Índices',
        'Alter indexes' => 'Alterar índices',
-       'Add next' => 'Adicionar proximo',
+       'Add next' => 'Adicionar próximo',
        'Language' => 'Idioma',
        'Select' => 'Selecionar',
        'New item' => 'Novo Registro',
@@ -66,19 +66,19 @@ $translations = array(
        'Foreign keys' => 'Chaves estrangeiras',
        'Triggers' => 'Triggers',
        'View' => 'Visão',
-       'Unable to select the table' => 'Não é possivel selecionar a Tabela',
-       'Invalid CSRF token. Send the form again.' => 'Token CSRF inválido. Enviar o formulario novamente.',
+       'Unable to select the table' => 'Não é possível selecionar a Tabela',
+       'Invalid CSRF token. Send the form again.' => 'Token CSRF inválido. Enviar o formulário novamente.',
        'Comment' => 'Comentário',
        'Default values' => 'Valores padrões',
        '%d byte(s)' => array('%d byte', '%d bytes'),
        'No commands to execute.' => 'Nenhum comando para executar.',
        'Unable to upload a file.' => 'Não é possível enviar o arquivo.',
        'File upload' => 'Importar arquivo',
-       'File uploads are disabled.' => 'Importação de arquivos desablilitada.',
+       'File uploads are disabled.' => 'Importação de arquivos desabilitada.',
        'Routine has been called, %d row(s) affected.' => array('Rotina executada, %d registro afetado.', 'Rotina executada, %d registros afetados.'),
        'Call' => 'Chamar',
        'No extension' => 'Não há extension',
-       'None of the supported PHP extensions (%s) are available.' => 'Nenhuma das extensões PHP suportadas (%s) está disponivel.',
+       'None of the supported PHP extensions (%s) are available.' => 'Nenhuma das extensões PHP suportadas (%s) está disponível.',
        'Session support must be enabled.' => 'Suporte a sessões deve estar habilitado.',
        'Session expired, please login again.' => 'Sessão expirada, por favor logue-se novamente.',
        'Text length' => 'Tamanho de texto',
@@ -169,7 +169,7 @@ $translations = array(
        'Index Length' => 'Tamanho de índice',
        'Data Free' => 'Espaço Livre',
        'Collation' => 'Colação',
-       'Analyze' => 'Analizar',
+       'Analyze' => 'Analisar',
        'Optimize' => 'Otimizar',
        'Check' => 'Verificar',
        'Repair' => 'Reparar',
@@ -209,7 +209,7 @@ $translations = array(
        'Maximum allowed file size is %sB.' => 'Tamanho máximo do arquivo permitido é %sB.',
        'Numbers' => 'Números',
        'Date and time' => 'Data e hora',
-       'Strings' => 'Cadena',
+       'Strings' => 'Strings',
        'Binary' => 'Binário',
        'Lists' => 'Listas',
        'Editor' => 'Editor',