Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-07 05:18:58 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-07 05:18:58 +0300
commit1d203b0fb9fed62b6619c780f9ea36ab55108ebd (patch)
tree6a8716252ad64d8cbe45d490fab2f1aea012e35e /core/l10n/pt_BR.js
parent1a30e4d28f1fccae652c104f734a8f57b9efd4e4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r--core/l10n/pt_BR.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index c4698ec90e0..5a76cba7c41 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -89,6 +89,7 @@ OC.L10N.register(
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a coluna opcional \"{columnName}\" na tabela \"{tableName}\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Nesta instalação estão faltando alguns módulos PHP recomendados. Para melhor desempenho e compatibilidade, é altamente recomendável instalá-los.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "O módulo php-imagick nesta instância não tem suporte para SVG. Para melhor compatibilidade é recomendado instalá-lo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",