You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_BR.js 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 legal notice address is too long" : "O endereço do aviso legal é muito longo",
  12. "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo",
  13. "The given slogan is too long" : "O slogan dado é muito longo",
  14. "The given color is invalid" : "A cor fornecida é inválida",
  15. "The file was uploaded" : "O arquivo foi enviado",
  16. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini",
  17. "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",
  18. "The file was only partially uploaded" : "O aquivo foi parcialmente enviado",
  19. "No file was uploaded" : "Nenhum arquivo foi enviado",
  20. "Missing a temporary folder" : "Falta uma pasta temporária",
  21. "Could not write file to disk" : "Não foi possível escrever no disco",
  22. "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo",
  23. "No file uploaded" : "Nenhum arquivo enviado",
  24. "Unsupported image type" : "Tipo de imagem não suportado",
  25. "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.",
  26. "Theming" : "Personalização",
  27. "Legal notice" : "Aviso legal",
  28. "Privacy policy" : "Política de privacidade",
  29. "Adjust the Nextcloud theme" : "Ajustar o tema do Nextcloud",
  30. "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.",
  31. "Name" : "Nome",
  32. "Reset to default" : "Redefinir para o padrão",
  33. "Web link" : "Link web",
  34. "https://…" : "https://...",
  35. "Slogan" : "Slogan",
  36. "Color" : "Cor",
  37. "Logo" : "Logotipo",
  38. "Upload new logo" : "Enviar novo logotipo",
  39. "Login image" : "Imagem de login",
  40. "Upload new login background" : "Enviar nova imagem de fundo para o login",
  41. "Remove background image" : "Excluir a imagem de fundo",
  42. "Advanced options" : "Opções avançadas",
  43. "Legal notice link" : "Link do aviso legal",
  44. "Privacy policy link" : "Link da política de privacidade",
  45. "Header logo" : "Logotipo de cabeçalho",
  46. "Upload new header logo" : "Enviar novo logotipo de cabeçalho",
  47. "Favicon" : "Ícone de favoritos",
  48. "Upload new favicon" : "Enviar novo ícone de favorito",
  49. "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.",
  50. "You are already using a custom theme" : "Você já está usando um tema personalizado",
  51. "reset to default" : "restaurar ao padrão",
  52. "Web address" : "Endereço web",
  53. "Web address https://…" : "Endereço web https://...",
  54. "There is no error, the file uploaded with success" : "Sem erros. Arquivo enviado com sucesso",
  55. "The uploaded file was only partially uploaded" : "O arquivo foi enviado parcialmente",
  56. "Failed to write file to disk." : "Falha ao escrever no disco.",
  57. "A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo."
  58. },
  59. "nplurals=2; plural=(n > 1);");