diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.json')
-rw-r--r-- | apps/files/l10n/pt_BR.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 4e3267a3206..52e87725985 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -86,9 +86,6 @@ "Another entry with the same name already exists." : "Outra entrada com o mesmo nome já existe.", "Invalid filename." : "Nome de arquivo inválido.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renomeado de \"{oldName}\" para \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", - "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Pending" : "Pendente", "Clear filter" : "Limpar filtro", "Modified" : "Modificado", @@ -384,12 +381,13 @@ "Filenames must not end with \"{segment}\"." : "Os nomes de arquivos não devem terminar com \"{segment}\".", "Name cannot be empty" : "O nome não pode ficar em branco", "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Storage informations" : "Informações de armazenamento", "Choose file" : "Escolher arquivo", "Open the files app settings" : "Abra as configurações do aplicativo de arquivos", "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", - "Destination is not a folder" : "O destino não é uma pasta", - "This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório", "The files is locked" : "Os arquivos estão bloqueados", "Create new templates folder" : "Criar nova pasta de modelos", "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", @@ -400,6 +398,8 @@ "Copy direct link (only works for people who have access to this file/folder)" : "Copiar link direto (funciona apenas para pessoas que têm acesso a este arquivo/pasta)", "Favored" : "Favoritado", "Favor" : "Favor", - "Not favored" : "Não favoritado" + "Not favored" : "Não favoritado", + "Destination is not a folder" : "O destino não é uma pasta", + "This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |