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

pt_BR.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec245e0fb598692585e27cb7c4ab45c37deddb20 (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
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Salvando...",
    "Saved!" : "Salva!",
    "Failed!" : "Falhou!",
    "Saved" : "Salvo",
    "There was a problem saving your changes. Click to resume editing." : "Houve um problema ao salvar suas alterações. Clique para retomar a edição.",
    "Edit in plain text editor" : "Editar no editor de texto sem formatação",
    "An error occurred!" : "Ocorreu um erro!",
    "Edit" : "Editar",
    "Mixed" : "Misturado",
    "Preview" : "Visualizar",
    "New text file" : "Novo arquivo de texto",
    "New text file.txt" : "Novo arquiv file.txt",
    "You cannot open a folder" : "Você não pode abrir uma pasta.",
    "This file is too big to be opened. Please download the file instead." : "Este arquivo é muito grande para ser aberto. Por favor baixe o arquivo ao invés de abri-lo.",
    "Cannot read the file." : "Não é possível ler o arquivo.",
    "Invalid file path supplied." : "O caminho do arquivo que foi fornecido é inválido.",
    "The file is locked." : "O arquivo está bloqueado.",
    "An internal server error occurred." : "Ocorreu um erro interno do servidor.",
    "You cannot write to a folder." : "Você não pode gravar em uma pasta. ",
    "Cannot save file as it has been modified since opening." : "Não é possível salvar este arquivo pois ele foi modificado desde sua abertura.",
    "Could not write to file." : "Não foi possível escrever o arquivo.",
    "Insufficient permissions." : "Permissões insuficientes.",
    "File path not supplied." : "Caminho do arquivo não fornecido.",
    "File mtime not supplied." : "Arquivo mtime não fornecido.",
    "Share not found" : "Compartilhamento não encontrado",
    "You are not authorized to open this share" : "Sem autorização para abrir este compartilhamento",
    "Invalid range request" : "Requisição inválida de intervalo ",
    "Plain text editor" : "Editor de texto puro",
    "Open, save and edit text files" : "Abra, salve e edite arquivos de texto",
    "This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called \"Text file\" in the \"New\" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.\nMore information is available in the text editor documentation." : "Este aplicativo permite que usuários do Nextcloud abram, salvem e editem arquivos de texto no navegador web. Se ativado, uma entrada chamada \"Arquivo de texto\" no menu do botão \"Novo\" na parte superior do navegador web é exibida. Quando clicado, um novo arquivo de texto é aberto no navegador e o arquivo pode ser salvo no diretório Nextcloud atual. Além disso, quando um arquivo de texto é clicado no navegador web, ele abre e fica editável. Se os privilégios permitirem, o usuário também pode editar arquivos compartilhados e salvar as alterações no navegador web.\nMais informações estão disponíveis na documentação do editor de texto."
},
"nplurals=2; plural=(n > 1);");