diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:12 +0000 |
commit | 3da48c2adb606ce26cbd27b7d4ddde1bc9565f77 (patch) | |
tree | c08005c39b9fc9eb60d198a4100cbad323bc5606 /apps/files/l10n/pt_BR.js | |
parent | b1683256de66cd646cc9e648bcfc847c43353b29 (diff) | |
download | nextcloud-server-3da48c2adb606ce26cbd27b7d4ddde1bc9565f77.tar.gz nextcloud-server-3da48c2adb606ce26cbd27b7d4ddde1bc9565f77.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 8c2f840bb07..8b17907822c 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -212,7 +212,7 @@ OC.L10N.register( "Select file or folder to link to" : "Selecione o arquivo ou pasta para vincular", "Loading current folder" : "Carregando a pasta atual", "No files in here" : "Nenhum arquivo aqui", - "No files or folders have been deleted yet" : "Nenhum arquivo ou pasta foi excluído ainda", + "Upload some content or sync with your devices!" : "Envie um arquivo ou sincronize com seus dispositivos!", "Go to the previous folder" : "Ir para a pasta anterior", "Go back" : "Voltar", "Open the files app settings" : "Abra as configurações do aplicativo de arquivos", @@ -245,14 +245,13 @@ OC.L10N.register( "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", "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", + "No favorites yet" : "Você não possui favoritos!", + "Files and folders you mark as favorite will show up here" : "Suas pastas e arquivos favoritos serão exibidos aqui.", "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!", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", "Upload too large" : "Arquivo muito grande para envio", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os arquivos que você está tentando enviar excederam o tamanho máximo para arquivos no servidor.", - "No favorites yet" : "Você não possui favoritos!", - "Files and folders you mark as favorite will show up here" : "Suas pastas e arquivos favoritos serão exibidos aqui.", "Text file" : "Arquivo texto", "New text file.txt" : "Novo arquivo de texto arquivo.txt", "Storage invalid" : "Armazenamento inválido", @@ -271,6 +270,7 @@ OC.L10N.register( "Deleted shares" : "Compartilhamentos apagados", "Pending shares" : "Compartilhamentos pendentes", "Open folder {name}" : "Abra a pasta {nome}", - "Search for an account" : "Pesquisar uma conta" + "Search for an account" : "Pesquisar uma conta", + "No files or folders have been deleted yet" : "Nenhum arquivo ou pasta foi excluído ainda" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |