diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-30 00:31:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-30 00:31:48 +0000 |
commit | 191e20d7f48338ca336fd0091301653251fc0667 (patch) | |
tree | a41047cf33addd0d237f584894832e1cf3946bea /apps/files/l10n/pt_BR.js | |
parent | daa2d69a1fcadbc4b6ef521c4073776889456060 (diff) | |
download | nextcloud-server-191e20d7f48338ca336fd0091301653251fc0667.tar.gz nextcloud-server-191e20d7f48338ca336fd0091301653251fc0667.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 4946c712df1..9ecd9c8641e 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -175,10 +175,11 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "Vá para o diretório \"{dir}\"", "Select the row for {displayName}" : "Selecione a linha para {displayName}", "Rename file" : "Renomear arquivo", - "File name" : "Nome do arquivo", "A long time ago" : "A muito tempo atrás", "This node is unavailable" : "Este nó está indisponível", "Download file {name}" : "Baixe o arquivo {nome}", + "File name" : "Nome do arquivo", + "Folder name" : "Nome da pasta", "\"{displayName}\" action executed successfully" : "Ação \"{displayName}\" executada com sucesso", "\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou", "\"{name}\" is not an allowed filetype." : "\"{name}\" não é um tipo de arquivo permitido.", |