diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
commit | 724a62daeebeeb0508b7ce7195226aa0654dd97f (patch) | |
tree | 74695f1deb0a6c78d1d3c40fd53aae2312b67f4e /apps/files/l10n/pt_BR.js | |
parent | a357c065bd1c86dae196a1bd4759f183dd1f2733 (diff) | |
download | nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.tar.gz nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.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 | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index d1fc5665b23..beda3380703 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -37,10 +37,10 @@ OC.L10N.register( "Set reminder" : "Definir lembrete", "Edit locally" : "Editar localmente", "Open" : "Abrir", - "_Delete file_::_Delete files_" : ["Deletar arquivos","Deletar arquivos","Deletar arquivo"], - "_Delete folder_::_Delete folders_" : ["Excluir pastas","Excluir pastas","Excluir pastas"], - "_Disconnect storage_::_Disconnect storages_" : ["Desconectar armazenamentos","Desconectar armazenamentos","Desconectar armazenamentos"], - "_Leave this share_::_Leave these shares_" : ["Deixe esses compartilhamentos","Deixe esses compartilhamentos","Deixe esses compartilhamentos"], + "Delete file" : "Deletar arquivo", + "Delete folder" : "Excluir pasta", + "Disconnect storage" : "Desconectar armazenamento", + "Leave this share" : "Deixe esses compartilhamentos", "Could not load info for file \"{file}\"" : "Não foi possível carregar informações para o arquivo \"{file}\" ", "Files" : "Arquivos", "Details" : "Detalhes", @@ -265,6 +265,10 @@ OC.L10N.register( "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", "Delete and unshare" : "Excluir e descompartilhar", + "Leave these shares" : "Deixe esses compartilhamentos", + "Disconnect storages" : "Desconectar armazenamentos", + "Delete files" : "Deletar arquivos", + "Delete folders" : "Excluir pastas", "You are about to delete {count} items." : "Você está prestes a excluir {count} itens.", "Confirm deletion" : "Confirmar exclusão", "Cancel" : "Cancelar", @@ -325,20 +329,9 @@ OC.L10N.register( "Direct link was copied (only works for users who have access to this file/folder)" : "O link direto foi copiado (funciona apenas para usuários que têm acesso a este arquivo/pasta)", "Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)", "You can only favorite a single file or folder at a time" : "Você só pode favoritar um único arquivo ou pasta de cada vez", - "\"remote user\"" : "\"usuário remoto\"", - "Search users" : "Procurar usuários", - "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", - "Set up templates folder" : "Configurar pasta de modelos", - "Toggle %1$s sublist" : "Alternar a sublista %1$s", - "Toggle grid view" : "Alternar a visão em grade", - "Deleted files" : "Arquivos apagados", - "Shares" : "Compartilhamentos", - "Shared with others" : "Compartilhado com os outros", - "Shared with you" : "Compartilhado com você", - "Deleted shares" : "Compartilhamentos apagados", - "Pending shares" : "Compartilhamentos pendentes", "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}", + "\"remote user\"" : "\"usuário remoto\"", "Select the row for {displayName}" : "Selecione a linha para {displayName}", "Open folder {name}" : "Abra a pasta {nome}", "Unselect all" : "Desmarque todos", @@ -349,6 +342,15 @@ 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", + "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", + "Set up templates folder" : "Configurar pasta de modelos", + "Toggle %1$s sublist" : "Alternar a sublista %1$s", + "Toggle grid view" : "Alternar a visão em grade", + "Shares" : "Compartilhamentos", + "Shared with others" : "Compartilhado com os outros", + "Shared with you" : "Compartilhado com você", + "Deleted shares" : "Compartilhamentos apagados", + "Pending shares" : "Compartilhamentos pendentes", "The files is locked" : "Os arquivos estão bloqueados" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |