diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:06 +0000 |
commit | 0cab17bfe7825e49d3dd6608f20f46164c975e31 (patch) | |
tree | ba74aa594e2409e90da6ae3905139660ce0c3afc /lib/l10n/pt_BR.js | |
parent | 3d1785bb2f0fe5f7f1dc12c7cf8a8df6a2182a1d (diff) | |
download | nextcloud-server-0cab17bfe7825e49d3dd6608f20f46164c975e31.tar.gz nextcloud-server-0cab17bfe7825e49d3dd6608f20f46164c975e31.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, 1 insertions, 3 deletions
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 92f20f44142..d54b8ec8a5a 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -376,8 +376,6 @@ OC.L10N.register( "User disabled" : "Usuário desativado", "Your data directory is readable by other users." : "Seu diretório de dados pode ser lido por outros usuários.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor altere as permissões para 0770 para que o diretório não possa ser lido por outros usuários.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\".", - "Invalid character \"%1$s\" in filename" : "Caractere inválido \"%1$s\" no nome do arquivo", - "Invalid filename extension \"%1$s\"" : "Extensão de arquivo inválida \"%1$s\"" + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\"." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |