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: 467b040bca24f2a288e12213107a57b63febfb8f (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
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "salvando...",
    "saved!" : "salvo!",
    "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.",
    "An error occurred!" : "Ocorreu um erro!",
    "Edit" : "Editar",
    "Mixed" : "Misturado",
    "Preview" : "Visualizar",
    "New text file" : "Novo arquivo de texto",
    "New text file.txt" : "Novo arquivo de texto.txt",
    "You can not 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 can not write to a folder" : "Você não pode escrever 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",
    "Insufficient permissions" : "Permissões insuficientes",
    "File path not supplied" : "Caminho do arquivo não fornecido",
    "File mtime not supplied" : "arquivo mtime não fornecido",
    "Text editor" : "Editor de texto",
    "Text file" : "Arquivo texto"
},
"nplurals=2; plural=(n > 1);");