diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-20 02:29:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-20 02:29:39 +0000 |
commit | dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a (patch) | |
tree | aa0771d48d72beb0082bce5a9830d7fe06a884ce /core/l10n/pt_BR.js | |
parent | e56d1dd02b2b55d393408daf7caf70e44278e818 (diff) | |
download | nextcloud-server-dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a.tar.gz nextcloud-server-dcc6dfaafa82ff314da9a32ebbf1df9d173c7c0a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 1ece659388c..7d4674d1484 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -86,8 +86,6 @@ OC.L10N.register( "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud de um proxy confiável. Caso contrário, este é um problema de segurança e pode permitir que um invasor falsifique seu endereço IP como visível para o Nextcloud. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}. ", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como cache distribuído, mas a extensão PHP incorreta \"memcache\" está instalada. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\". Veja o {linkstart}memcached wiki sobre ambas as extensões ↗{linkend}.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na {linkstart1}documentação ↗{linkend}. ({linkstart2}Lista de arquivos inválidos…{linkend} / {linkstart3}Verificar novamente…{linkend})", - "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A extensão PHP OPcache não está carregada. {linkstart}Para melhor desempenho, é recomendado ↗{linkado} carregá-la na instalação do PHP.", - "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A extensão PHP OPcache não está configurada corretamente. {linkstart}Para melhor desempenho é recomendado↗{linkend} usar as seguintes configurações no <code>php.ini</code>:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em travamento de scripts, quebrando sua instalação. A ativação desta função é altamente recomendada.", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.", "Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".", @@ -425,6 +423,8 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor, contate o administrador.", "Could not fetch list of apps from the app store." : "Não foi possível buscar a lista de aplicativos na loja.", "Can't install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois é incompatível", - "Can't install this app" : "Não foi possível instalar este aplicativo" + "Can't install this app" : "Não foi possível instalar este aplicativo", + "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A extensão PHP OPcache não está carregada. {linkstart}Para melhor desempenho, é recomendado ↗{linkado} carregá-la na instalação do PHP.", + "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A extensão PHP OPcache não está configurada corretamente. {linkstart}Para melhor desempenho é recomendado↗{linkend} usar as seguintes configurações no <code>php.ini</code>:" }, "nplurals=2; plural=(n > 1);"); |