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

sc.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfd5392ab1a48ebdda1131acf41d85da7422456b (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
OC.L10N.register(
    "logreader",
    {
    "Logging" : "Registratzione",
    "Log Reader" : "Letore de registros",
    "A log reader for Nextcloud" : "Unu letore de registros pro Nextcloud",
    "Log reader for Nextcloud" : "Letore de registros pro Nextcloud",
    "Error parsing log" : "Errore analizende su registru",
    "Caused by " : "Causadu dae",
    "Debug" : "Currigi",
    "Info" : "Informatziones",
    "Warning" : "Avisu",
    "Error" : "Errore",
    "Fatal" : "Fatale",
    "Copy" : "Còpia",
    "Copy raw" : "Còpia testu",
    "Copy formatted" : "Còpia formatada",
    "No server logs" : "Perunu registru de serbidore",
    "One or more entries are hidden by the log level filter" : "Unu o prus elementos sunt cuados dae su filtru de su livellu de registratzione",
    "Everything is working fine" : "Totu funtzionat bene",
    "Level" : "Livellu",
    "App" : "Aplicatzione",
    "Message" : "Messàgiu",
    "Time" : "Ora",
    "Invalid log file" : "Archìviu de registru non bàlidu",
    "Log levels" : "Livellos de registru",
    "Log content" : "Cuntenutu de is registros",
    "Live update" : "Agiornamentu in direta",
    "Download logs" : "Iscàrriga registros",
    "Load log file …" : "Càrriga archìviu de registru ..."
},
"nplurals=2; plural=(n != 1);");