diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:24 +0000 |
commit | 988dcb36b090fe3001d013c744ff988abf97bf10 (patch) | |
tree | 9310f1bd931ce8c2d6102a2b54e9b833046d7898 /apps/settings/l10n/pt_BR.js | |
parent | 58a3c14497e2025298cc721d46ee13d3b8bcbfda (diff) | |
download | nextcloud-server-988dcb36b090fe3001d013c744ff988abf97bf10.tar.gz nextcloud-server-988dcb36b090fe3001d013c744ff988abf97bf10.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/pt_BR.js')
-rw-r--r-- | apps/settings/l10n/pt_BR.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 239a23e1602..91a71a9dff8 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -881,7 +881,6 @@ OC.L10N.register( "SMTP Username" : "Nome do Usuário SMTP", "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", - "Active accounts" : "Contas ativas", - "Set account manager" : "Definir gerente de conta" + "Active accounts" : "Contas ativas" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |