31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 14:10:47 +00:00

New translations com_patchtester.ini (Portuguese)

This commit is contained in:
joomla-patchtester-bot 2020-04-14 12:31:10 +02:00
parent 8bd5f3f0f0
commit ba09c8e5d0

View File

@ -4,7 +4,6 @@
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Gestor de correções do Joomla!"
COM_PATCHTESTER_40_WARNING="Enquanto o Joomla! 4.0 estiver em desenvolvimento, a utilização do 'Gestor de Correções' é considerado experimental porque que as alterações de quebra poderão ser incluídas no Joomla, incluindo o código contido numa correção."
COM_PATCHTESTER_API_LIMIT_ACTION="O limite de transferências da API do GitHub foi atingida por este recurso, por esse motivo não foi possível efetuar a ligação ao GitHub para efetuar a operação requisitada. O limite de transferências vai ser reiniciado em %s"
COM_PATCHTESTER_API_LIMIT_LIST="O limite de transferências da API do GitHub foi atingida por este recurso, por esse motivo não foi possível efetuar a ligação ao GitHub para obter dados atualizados. O limite de transferências vai ser reiniciado em %s"
COM_PATCHTESTER_APPLIED="Aplicado"
@ -28,6 +27,8 @@ COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Ocorreu um erro ao eliminar a tabe
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Ocorreu um erro ao eliminar a tabela dos <em>tests</em>: %s"
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="Os ficheiros do patch está codificados num formato não suportado."
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="Vista não foi encontrada [nome, formato]: %1$s, %2$s"
COM_PATCHTESTER_FAILED_APPLYING_PATCH="Patch could not be applied due to exception with %1$s. %2$s"
COM_PATCHTESTER_FAILED_REVERT_PATCH="Patch could not be reverted due to exception with %1$s. %2$s"
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="Ocorreu um erro ao obter os dados do GitHub."
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Todos os dados foram obtidos com sucesso. Por favor, feche esta janela modal para atualizar a página."
COM_PATCHTESTER_FETCH_INITIALIZING="A preparar para obter dados do GitHub"
@ -57,10 +58,18 @@ COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Componente de Testa
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Instalar a partir do Plug-in da Web"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Pacote de Hiperligações da Web"
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Personalizado"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI Server Address"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Server address for obtaining compiled patches."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Switch CI Integration"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Turn CI integration on or off."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="On"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Off"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Valores de configuração para o Repositório no GitHub"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="Repositório do GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Valores de configuração para Autenticação no GitHub"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="Autenticação do GitHub"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="O ficheiro marcado para eliminação não existe: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="O ficheiro marcado para alteração não existe: %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtrar correções aplicadas"
@ -77,6 +86,7 @@ COM_PATCHTESTER_NO_ITEMS="Nenhum dado foi obtido do GitHub, por favor carregue n
barra de ferramentas para obter os <em>pull requests</em> abertos."
COM_PATCHTESTER_NOT_APPLIED="Não aplicado"
COM_PATCHTESTER_NOT_RTC="Não Pronto a submeter"
COM_PATCHTESTER_PATCH_BREAKS_SITE="The patch could not be applied because it would break the site. Check the pull request to see if it is up-to-date."
COM_PATCHTESTER_PULL_ID="ID do PR"
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending"
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
@ -92,10 +102,13 @@ COM_PATCHTESTER_RESET_OK="O processo de reiniciação foi efetuada com sucesso."
COM_PATCHTESTER_REVERT_OK="Correção anulada com sucesso"
COM_PATCHTESTER_REVERT_PATCH="Reverter correção"
COM_PATCHTESTER_RTC="RTC"
COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="The patch could not be applied either due to missing connection to the server or missing patch on the server."
COM_PATCHTESTER_TEST_THIS_PATCH="Testar esta correção"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Obter dados"
COM_PATCHTESTER_TOOLBAR_RESET="Repor"
COM_PATCHTESTER_VIEW_ON_GITHUB="Ver no GitHub"
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Ver no rastreador de problemas do Joomla!"
COM_PATCHTESTER_XML_DESCRIPTION="Componente para gestão dos testes aos <em>pull request</em>"
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied because it couldn't be retrieved from server."
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied because it couldn't be extracted."