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

pt_PT.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12ce186cdacda30f591fadd2ab97df6bddae0514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "A guardar...",
    "Saved!" : "Gravado!",
    "Saved" : "Guardado",
    "There was a problem saving your changes. Click to resume editing." : "Ocorreu um problema ao guardar as suas alterações. Clique para retomar a edição.",
    "An error occurred!" : "Ocorreu um erro!",
    "Edit" : "Editar",
    "Mixed" : "Misturado",
    "Preview" : "Pré-visualização",
    "New text file" : "Novo ficheiro de texto",
    "New text file.txt" : "Novo ficheiro.txt",
    "This file is too big to be opened. Please download the file instead." : "Este ficheiro é demasiado grande para ser aberto. Em vez disso, por favor, transfira o ficheiro.",
    "Cannot read the file." : "Não é possível ler o ficheiro.",
    "Invalid file path supplied." : "O Caminho do ficheiro indicado é inválido.",
    "The file is locked." : "O ficheiro está bloqueado.",
    "An internal server error occurred." : "Ocorreu um erro interno no servidor.",
    "Could not write to file." : "Não foi possível escrever no ficheiro.",
    "Share not found" : "Partilha não encontrada"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");