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

pt_BR.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df11a6ee2b94a33e88156a096c17a174bf2b24f4 (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
OC.L10N.register(
    "logreader",
    {
    "padLeft" : "padLeft",
    "padRight" : "padRight",
    "captured" : "capturado",
    "bubbled" : "bubbled",
    "Error parsing log" : "Registro de análise de erros",
    "Download logs" : "Registro de downloads",
    "No server logs" : "Sem registros no servidor",
    "One or more entries are hidden by the log level filter" : "Uma ou mais entradas estão escondidas pelo filtro de nível de registro",
    "Everything is working fine" : "Tudo está funcionando bem",
    "Logging" : "Registro",
    "Log Reader" : "Leitor de Registro",
    "add" : "adicionar",
    "subtract" : "subtrair",
    "37" : "37",
    "38" : "38",
    "39" : "39",
    "40" : "40",
    "41" : "41",
    "42" : "42",
    "43" : "43",
    "_hidden" : "_hidden",
    "toPrimitive" : "toPrimitive"
},
"nplurals=2; plural=(n > 1);");