pt_BR.js 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Carregando pré-visualização...",
  5. "Saved" : "Salva",
  6. "Admin" : "Administrador",
  7. "a safe home for all your data" : "um lugar seguro para seus dados",
  8. "Name cannot be empty" : "O nome não pode ficar em branco",
  9. "The given name is too long" : "O nome é muito longo",
  10. "The given web address is too long" : "O endereço web fornecido é muito longo",
  11. "The given web address is not a valid URL" : "O endereço web não é uma URL válida",
  12. "The given legal notice address is too long" : "O endereço do aviso legal é muito longo",
  13. "The given legal notice address is not a valid URL" : "O endereço do aviso legal não é uma URL válida",
  14. "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo",
  15. "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é uma URL válida",
  16. "The given slogan is too long" : "O slogan dado é muito longo",
  17. "The given color is invalid" : "A cor fornecida é inválida",
  18. "The file was uploaded" : "O arquivo foi enviado",
  19. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini",
  20. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML",
  21. "The file was only partially uploaded" : "O aquivo foi parcialmente enviado",
  22. "No file was uploaded" : "Nenhum arquivo foi enviado",
  23. "Missing a temporary folder" : "Falta uma pasta temporária",
  24. "Could not write file to disk" : "Não foi possível escrever no disco",
  25. "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo",
  26. "No file uploaded" : "Nenhum arquivo enviado",
  27. "Unsupported image type" : "Tipo de imagem não suportado",
  28. "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.",
  29. "Theming" : "Personalização",
  30. "Legal notice" : "Aviso legal",
  31. "Privacy policy" : "Política de privacidade",
  32. "Adjust the Nextcloud theme" : "Ajustar o tema do Nextcloud",
  33. "Open documentation" : "Abrir documentação",
  34. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível para todos os usuários.",
  35. "Name" : "Nome",
  36. "Reset to default" : "Redefinir para o padrão",
  37. "Web link" : "Link web",
  38. "https://…" : "https://...",
  39. "Slogan" : "Slogan",
  40. "Color" : "Cor",
  41. "Logo" : "Logotipo",
  42. "Upload new logo" : "Enviar novo logotipo",
  43. "Login image" : "Imagem de login",
  44. "Upload new login background" : "Enviar nova imagem de fundo para o login",
  45. "Remove background image" : "Excluir a imagem de fundo",
  46. "Advanced options" : "Opções avançadas",
  47. "Legal notice link" : "Link do aviso legal",
  48. "Privacy policy link" : "Link da política de privacidade",
  49. "Header logo" : "Logotipo de cabeçalho",
  50. "Upload new header logo" : "Enviar novo logotipo de cabeçalho",
  51. "Favicon" : "Ícone de favoritos",
  52. "Upload new favicon" : "Enviar novo ícone de favorito",
  53. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte a imagens SVG para gerar favicons automaticamente, com base no logotipo e na cor enviados."
  54. },
  55. "nplurals=2; plural=(n > 1);");