diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:25 +0000 |
commit | 83c2729aaec26f5f471b696dfcdc3d62e7b2b45d (patch) | |
tree | 2202447b3d5bf06b0261003fcaa57695417ac397 /apps/files/l10n/pt_BR.js | |
parent | ca946e7e2721cf62122e979d30f175c84a9dad48 (diff) | |
download | nextcloud-server-83c2729aaec26f5f471b696dfcdc3d62e7b2b45d.tar.gz nextcloud-server-83c2729aaec26f5f471b696dfcdc3d62e7b2b45d.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index cd2aa42b489..2d92e1a672b 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -191,13 +191,10 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Não foi possível copiar {file}. {message}", "Could not move {file}. {message}" : "Não foi possível mover {file}. {message}", "Total rows summary" : "Resumo total de linhas", - "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", - "\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso", - "ascending" : "ascendente", - "descending" : "descendente", - "Sort list by {column} ({direction})" : "Classificar lista por {column} ({direction})", "Select all" : "Selecionar tudo", "Unselect all" : "Desmarque todos", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", + "\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso", "List of files and folders." : "Lista de arquivos e pastas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Essa lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados conforme você navega pela lista.", "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", @@ -306,6 +303,9 @@ OC.L10N.register( "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}", "Open folder {name}" : "Abra a pasta {nome}", + "ascending" : "ascendente", + "descending" : "descendente", + "Sort list by {column} ({direction})" : "Classificar lista por {column} ({direction})", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados conforme você navega pela lista.", "Search for an account" : "Pesquisar uma conta", "Choose" : "Escolher", |