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

eo.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b66a48dc541d40bdced846905ff03b6259fda9a7 (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
OC.L10N.register(
    "logreader",
    {
    "Logging" : "Protokolo",
    "Log Reader" : "Protokola legilo",
    "A log reader for Nextcloud" : "Protokola legilo por Nextcloud",
    "Log reader for Nextcloud" : "Protokola legilo por Nextcloud",
    "Error parsing log" : "Eraro dum analizo de protokolo",
    "Caused by " : "Kaŭzita de ",
    "Info" : "Info",
    "Warning" : "Averto",
    "Error" : "Eraro",
    "Copy" : "Kopii",
    "Copy raw" : "Kopii krude",
    "Copy formatted" : "Kopii aranĝite",
    "No server logs" : "Neniu servila protokolo",
    "One or more entries are hidden by the log level filter" : "Unu aŭ pliaj elementoj estas kaŝita pro protokolnivela filtrado",
    "Everything is working fine" : "Ĉio bone funkcias",
    "Level" : "Nivelo",
    "App" : "Aplikaĵo",
    "Message" : "Mesaĝo",
    "Time" : "Dato",
    "Log levels" : "Protokolniveloj",
    "Log content" : "Protokolenhavo",
    "Live update" : "Tuj montri novajn erojn",
    "Download logs" : "Elŝuti prokolon"
},
"nplurals=2; plural=(n != 1);");