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

gl.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61b31c4a8b7b11594614c6c842f0d0d3a2417eae (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" : "Rexistrando",
    "Log Reader" : "Lector de rexistros",
    "A log reader for Nextcloud" : "Un lector de rexistros para o Nextcloud",
    "Log reader for Nextcloud" : "Lector de rexistros para o Nextcloud",
    "Error parsing log" : "Produciuse un erro ao analizar o rexistro",
    "Caused by " : "Causado por",
    "Info" : "Información",
    "Warning" : "Aviso",
    "Error" : "Erro",
    "Copy" : "Copiar",
    "Copy raw" : "Copia básica",
    "Copy formatted" : "Copia formatda",
    "No server logs" : "Non hai rexistros do servidor",
    "One or more entries are hidden by the log level filter" : "Unha ou máis entradas están agochadas polo filtro de nivel do rexistro",
    "Everything is working fine" : "Todo está a funcionar ben",
    "Level" : "Nivel",
    "App" : "Aplicación",
    "Message" : "Mensaxe",
    "Time" : "Hora",
    "Log levels" : "Níveis do registro",
    "Log content" : "Contido do rexistro",
    "Live update" : "Actualización ao vivo",
    "Download logs" : "Descargar rexistros"
},
"nplurals=2; plural=(n != 1);");