diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-24 00:17:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-24 00:17:58 +0000 |
commit | 93a7d27bb4ffa11b99b035b24bc1e967bc25eb53 (patch) | |
tree | b45f2b790cdab1f6365dc302e5578a9ebc8c2eee /apps/files | |
parent | 81a6300e39b9694299932eca58b5243f2e0598fc (diff) | |
download | nextcloud-server-93a7d27bb4ffa11b99b035b24bc1e967bc25eb53.tar.gz nextcloud-server-93a7d27bb4ffa11b99b035b24bc1e967bc25eb53.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 18 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 18 |
2 files changed, 20 insertions, 16 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 964cf29e4e8..e0c3174b8be 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Criar nova pasta", "Upload file" : "Enviar arquivo", "Recent" : "Recentes", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Sem favoritos", "Remove from favorites" : "Excluir dos favoritos", "Add to favorites" : "Adicionar aos favoritos", @@ -220,16 +222,16 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", "Error while loading the file data" : "Erro ao carregar os dados do arquivo", "Pick a template for {name}" : "Escolha um modelo para {name}", - "Create" : "Criar ", - "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado ", - "Creating file" : "Criando arquivo ", - "Blank" : "Em branco ", - "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo ", + "Create" : "Criar", + "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado", + "Creating file" : "Criando arquivo", + "Blank" : "Em branco", + "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", - "Set up templates folder" : "Configurar pasta de modelos ", - "Templates" : "Modelos ", + "Set up templates folder" : "Configurar pasta de modelos", + "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", - "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos ", + "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos", "Toggle %1$s sublist" : "Alternar a sublista %1$s", "Toggle grid view" : "Alternar a visão em grade", "Upload some content or sync with your devices!" : "Envie um arquivo ou sincronize com seus dispositivos!", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 05133a947fb..2f20261d0e4 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -107,6 +107,8 @@ "Create new folder" : "Criar nova pasta", "Upload file" : "Enviar arquivo", "Recent" : "Recentes", + "This file has the tag {tag}" : "Este arquivo tem a tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este arquivo tem as etiquetas {firstTags} e {lastTag}", "Not favorited" : "Sem favoritos", "Remove from favorites" : "Excluir dos favoritos", "Add to favorites" : "Adicionar aos favoritos", @@ -218,16 +220,16 @@ "Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo", "Error while loading the file data" : "Erro ao carregar os dados do arquivo", "Pick a template for {name}" : "Escolha um modelo para {name}", - "Create" : "Criar ", - "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado ", - "Creating file" : "Criando arquivo ", - "Blank" : "Em branco ", - "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo ", + "Create" : "Criar", + "Create a new file with the selected template" : "Crie um novo arquivo com o modelo selecionado", + "Creating file" : "Criando arquivo", + "Blank" : "Em branco", + "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", - "Set up templates folder" : "Configurar pasta de modelos ", - "Templates" : "Modelos ", + "Set up templates folder" : "Configurar pasta de modelos", + "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", - "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos ", + "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos", "Toggle %1$s sublist" : "Alternar a sublista %1$s", "Toggle grid view" : "Alternar a visão em grade", "Upload some content or sync with your devices!" : "Envie um arquivo ou sincronize com seus dispositivos!", |