Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08d5d4c2eb02497f018d46a0bfd2f0b4d607874b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OC.L10N.register(
    "gallery",
    {
    "Gallery" : "Galeria",
    "Pictures" : "Imagens",
    "No pictures found" : "Nenhuma foto encontrada",
    "Upload pictures in the files app to display them here" : "Fotos enviadas com o aplicativo de arquivos para serem exibidas aqui",
    "Nothing in here" : "Nada aqui",
    "No media files found in this folder" : "Não há arquivos de mídia encontrados nesta pasta",
    "Aborting preview. Could not find the file" : "Anulando visualização. Não foi possível encontrar o arquivo",
    "No ownCloud installation (7 or higher) found at {remote}" : "Nenhuma instalação ownCloud (7 ou superior) foi encontrada em {remote}",
    "Invalid ownCloud url" : "Url invalida para ownCloud",
    "Gallery view" : "Galeria de imagens",
    "Could not load the description" : "Não foi possível carregar a descrição",
    "Could not load the description: " : "Não foi possível carregar a descrição:",
    "Copyright" : "Direitos Autorais",
    "Could not load the copyright notice: " : "Não foi possível carregar aviso de direitos autorais:",
    "Copyright notice" : "Nota de direitos autorais",
    "Link to copyright document" : "Link para documento de direitos autorais",
    "This application may not work properly on your browser." : "Esta aplicação pode não funcionar corretamente em seu navegador.",
    "For an improved experience, please install one of the following alternatives" : "Para uma melhor experiência, por favor, instale uma das seguintes alternativas",
    "Your browser is not supported!" : "Seu navegador não é suportado!",
    "please install one of the following alternatives" : "instale uma das seguintes alternativas",
    "Configuration error" : "Erro de configuração",
    "Error loading slideshow template" : "Erro ao carregar o modelo de slideshow",
    "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Erro!</strong> Não foi possível gerar uma visualização desse arquivo.<br>",
    "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Erro!</strong> Seu navegador não pode exibir arquivos SVG.<br>",
    "Next" : "Próxima",
    "Play" : "Reproduzir",
    "Pause" : "Pausa",
    "Previous" : "Anterior",
    "Close" : "Fechar",
    "Download" : "Baixar",
    "Toggle background" : "Alternância de fundo",
    "This share is password-protected" : "Este compartilhamento esta protegido por senha",
    "The password is wrong. Try again." : "Senha incorreta. Tente novamente.",
    "Password" : "Senha",
    "Sort by date" : "Ordenar por data",
    "Sort by name" : "Ordenar por nome",
    "Share" : "Compartilhar",
    "Album information" : "Informações do álbum",
    "File list" : "Lista de arquivo",
    "Sorry, this file could not be found." : "Desculpe, este arquivo não pôde ser encontrado.",
    "Reasons might be:" : "As razões podem ser:",
    "the wrong file ID was provided" : "foi fornecida uma ID errada de arquivo",
    "the file was removed" : "o arquivo foi removido",
    "the file is corrupt" : "o arquivo está corrompido",
    "the encryption key is missing" : "está faltando a chave de criptografia",
    "Here is the error message returned by the server: " : "Aqui está a mensagem de erro retornada pelo servidor:",
    "For more information, please contact your friendly ownCloud administrator." : "Para obter mais informações, entre em contato com o amigável administrador do ownCloud.",
    "Sorry, but the server could not fulfill your request." : "Desculpe, mas o servidor não pode satisfazer o seu pedido.",
    "Possible reasons for the problem:" : "As possíveis razões para o problema:",
    "a conflicting app was installed" : "um aplicativo conflitante foi instalado",
    "a required component is missing or was disconnected" : "um componente necessário está faltando ou foi descontinuado",
    "the filesystem is not readable" : "o sistema de arquivos não é legível",
    "Sorry, this link doesn't seem to work anymore." : "Desculpe, este link parece não funcionar mais.",
    "the item was removed" : "o item foi removido",
    "the link has expired" : "o link expirou",
    "sharing is disabled" : "o compartilhamento está desativado",
    "For more information, please ask the person who has sent you this link." : "Para mais informações, por favor, pergunte a pessoa que lhe enviou este link.",
    "Add to your ownCloud" : "Adiconar ao seu ownCloud",
    "Picture view" : "Visualizar foto"
},
"nplurals=2; plural=(n > 1);");