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

pt_PT.js « l10n « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fbb68293e17222c3f7e0948d5d1d8199343e5d0 (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
65
66
67
68
69
70
OC.L10N.register(
    "workflowengine",
    {
    "The given operator is invalid" : "O operador em questão é inválido",
    "The given regular expression is invalid" : "A dada expressão regular é inválida",
    "The given file size is invalid" : "O tamanho dado do ficheiro é inválido",
    "The given tag id is invalid" : "A determinada identificação da etiqueta é inválida",
    "The given IP range is invalid" : "O intervalo de IP dado é inválido",
    "The given IP range is not valid for IPv4" : "A gama IP dada não é válida para IPv4",
    "The given IP range is not valid for IPv6" : "A gama de IP indicada não é válida para IPv6",
    "The given time span is invalid" : "O período de tempo dado é inválido",
    "The given start time is invalid" : "A determinada hora de início é inválida",
    "The given end time is invalid" : "O tempo final dado é inválido",
    "The given group does not exist" : "O grupo em questão não existe",
    "File" : "Ficheiro",
    "File created" : "Ficheiro criado",
    "File updated" : "Ficheiro enviado",
    "File renamed" : "Ficheiro renomeado",
    "File deleted" : "Ficheiro apagado",
    "File accessed" : "Ficheiro acedido",
    "File copied" : "Ficheiro copiado",
    "Tag assigned" : "Etiqueta atribuída",
    "Someone" : "Alguém",
    "%s created %s" : "1%s criado 1%s",
    "%s modified %s" : "1%s modificado 1%s",
    "%s deleted %s" : "1%s apagado 1%s",
    "%s accessed %s" : "1%s acedido 1%s",
    "%s renamed %s" : "1%s renomeado 1%s",
    "%s copied %s" : "1%s copiado 1%s",
    "%s assigned %s to %s" : "1%s atribuido 1%s para 1%s",
    "Operation #%s does not exist" : "Operação #1%s não existe",
    "Entity %s does not exist" : "Entidade %s não existe",
    "Entity %s is invalid" : "Entidade %s é inválida",
    "No events are chosen." : "Não são escolhidos eventos.",
    "Entity %s has no event %s" : "Entidade %s não tem evento %s",
    "Flow" : "Fluxo",
    "Nextcloud workflow engine" : "Motor de fluxo de trabalho da Nextcloud",
    "Select a filter" : "Selecionar um filtro",
    "Select a comparator" : "Selecionar um comparador",
    "Folder" : "Pasta",
    "Images" : "Imagens",
    "No results" : "Sem resultados",
    "%s (invisible)" : "%s (invisível)",
    "%s (restricted)" : "%s (limitado)",
    "Predefined URLs" : "URLs Predefinidos",
    "Files WebDAV" : "Ficheiros WebDAV",
    "Android client" : "Cliente de Android",
    "iOS client" : "Cliente de iOS",
    "Desktop client" : "Cliente de PC",
    "Thunderbird & Outlook addons" : "Extras do Thunderbird & Outlook",
    "Cancel" : "Cancelar",
    "Delete" : "Apagar",
    "Save" : "Guardar",
    "matches" : "corresponde",
    "does not match" : "não corresponde",
    "is" : "é",
    "is not" : "não é",
    "File name" : "Nome do ficheiro",
    "File MIME type" : "Tipo de ficheiro MIME",
    "File size (upload)" : "Tamanho do ficheiro (envio)",
    "less" : "menor",
    "less or equals" : "menor ou igual",
    "greater or equals" : "maior ou igual",
    "greater" : "maior",
    "Request remote address" : "Solicitar endereço remoto",
    "Request URL" : "Solicitar URL",
    "between" : "entre",
    "Request user agent" : "Solicitar agente de utilizador"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");