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

es.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 421eb8f8b9353487440ecf55bcbe034c36da239a (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
OC.L10N.register(
    "logreader",
    {
    "Logging" : "Registros",
    "Log Reader" : "Lector del registro",
    "A log reader for Nextcloud" : "Un lector del registro para Nextcloud",
    "Log reader for Nextcloud" : "Lector del registro de Nextcloud",
    "Error parsing log" : "Error al analizar el registro",
    "Caused by " : "Causado por",
    "Debug" : "Depuración",
    "Info" : "Información",
    "Warning" : "Advertencia",
    "Error" : "Error",
    "Fatal" : "Fatal",
    "Copy" : "Copiar",
    "Copy raw" : "Copiar texto",
    "Copy formatted" : "Copiar con formato",
    "No server logs" : "No hay registros del servidor",
    "One or more entries are hidden by the log level filter" : "Una o más entradas están ocultas por el filtro de nivel del registro",
    "Everything is working fine" : "Todo está funcionando bien",
    "Level" : "Nivel",
    "App" : "Aplicación",
    "Message" : "Mensaje",
    "Time" : "Hora",
    "Load log file" : "Cargar archivo de registro",
    "Invalid log file" : "Archivo de registro no válido",
    "Log levels" : "Niveles de registro",
    "Log content" : "Contenido del registro",
    "Live update" : "Mostrar en directo",
    "Download logs" : "Descargar registros",
    "Load log file …" : "Cargar archivo de registro ..."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");