diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
commit | 0f4e3f36220da7ed5d4e6712b7177bd5040b16cc (patch) | |
tree | 69d04e209fb3c572bcf2a3c98b3fcad9e24acea5 /apps/files/l10n/pt_BR.js | |
parent | cf035c8cad039b89c2a58353e21c4a762e1dd256 (diff) | |
download | nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.tar.gz nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 31d44026f25..48f59d16464 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -261,7 +261,6 @@ OC.L10N.register( "(copy)" : "(cópia)", "(copy %n)" : "(copiar %n)", "A file or folder with that name already exists in this folder" : "Já existe um arquivo ou pasta com esse nome nesta pasta", - "The files is locked" : "Os arquivos estão bloqueados", "The file does not exist anymore" : "O arquivo não existe mais", "Choose destination" : "Escolha o destino", "Copy to {target}" : "Copiar para {target}", @@ -326,6 +325,7 @@ OC.L10N.register( "Search for an account" : "Pesquisar uma conta", "Choose" : "Escolher", "No files or folders have been deleted yet" : "Nenhum arquivo ou pasta foi excluído ainda", - "Add" : "Adicionar" + "Add" : "Adicionar", + "The files is locked" : "Os arquivos estão bloqueados" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |