diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
commit | a40838b61cfbad9fc3d969b82179f12308b8cd09 (patch) | |
tree | 640cb363b4637ec800b51f391cafdc35a563f272 /apps/files/l10n/pt_BR.json | |
parent | 8afd99c2067364cc619d283914fb50bf12f9f58c (diff) | |
download | nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.tar.gz nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_BR.json')
-rw-r--r-- | apps/files/l10n/pt_BR.json | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 1bc033cec93..ebae3bbd593 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -35,10 +35,10 @@ "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", @@ -263,6 +263,10 @@ "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", @@ -323,20 +327,9 @@ "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", @@ -347,6 +340,15 @@ "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" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |