diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:48 +0000 |
commit | 1d6fd5532bda6500c412448cb4704fc3f1701c5c (patch) | |
tree | ea6276c216565ae4124e6d7883ebaaa136348fad /lib/l10n/pt_BR.js | |
parent | 423f4e6144eb0244bedf47e0312740f2888e13cf (diff) | |
download | nextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.tar.gz nextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/pt_BR.js')
-rw-r--r-- | lib/l10n/pt_BR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 265de0ee0a8..114a6e86471 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -8,7 +8,6 @@ OC.L10N.register( "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "Aplicação %1$s não está presente ou possui uma versão não compatível com este servidor. Verifique o diretório de aplicativos.", "Sample configuration detected" : "Configuração de exemplo detectada", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de exemplo foi copiada. Isso pode terminar sua instalação e não é suportado. Por favor leia a documentação antes de realizar mudanças no config.php", - "404" : "404", "The page could not be found on the server." : "A página não pôde ser encontrada no servidor.", "%s email verification" : "%s e-mail de verificação", "Email verification" : "E-mail de verificação", @@ -277,6 +276,7 @@ OC.L10N.register( "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 é a versão mínima necessária. Atualmente a versão %s está instalada.", "To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versão da sua libxml2 e reinicie seu servidor web.", "PostgreSQL >= 9 required." : "PostgreSQL >= 9 é necessário.", - "Please upgrade your database version." : "Por favor, atualize a versão do seu banco de dados." + "Please upgrade your database version." : "Por favor, atualize a versão do seu banco de dados.", + "404" : "404" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |