This repository was archived by the owner on Jul 5, 2025. It is now read-only.
forked from nextcloud/serverinfo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathes.json
More file actions
75 lines (75 loc) · 3.91 KB
/
es.json
File metadata and controls
75 lines (75 loc) · 3.91 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{ "translations": {
"CPU info not available" : "Información de CPU no disponible",
"Load average: {cpu} (last minute)" : "Carga media: {cpu} (último minuto)",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM: Total: {memTotalBytes} / Uso actual: {memUsageBytes}",
"RAM info not available" : "Los datos de la RAM no están disponibles",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP: Total: {swapTotalBytes} / Uso actual: {swapUsageBytes}",
"SWAP info not available" : "Los datos de SWAP no están disponibles",
"Not supported!" : "No está soportado.",
"Press ⌘-C to copy." : "Pulsa ⌘-C para copiar.",
"Press Ctrl-C to copy." : "Pulsa Ctrl-C para copiar.",
"System" : "Sistema",
"Monitoring" : "Monitorización",
"Monitoring app with useful server information" : "App de monitorización con información útil sobre el servidor",
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Provee información útil como la carga de la CPU, el uso de RAM y disco, el número de usuarios, etc.",
"Operating System:" : "Sistema Operativo",
"CPU:" : "CPU:",
"Unknown Processor" : "Processor desconocido",
"Memory:" : "Memoria",
"Server time:" : "Hora del servidor",
"Uptime:" : "Tiempo activo",
"Temperature" : "Temperatura",
"Load" : "Carga",
"Memory" : "Memoria",
"Disk" : "Disco",
"Mount:" : "Montado",
"Filesystem:" : "Sistema de archivos",
"Size:" : "Tamaño:",
"Available:" : "Disponible",
"Used:" : "Usado",
"Files:" : "Archivos:",
"Storages:" : "Almacenamientos:",
"Free Space:" : "Espacio libre:",
"Network" : "Red",
"Hostname:" : "Dirección del servidor",
"DNS:" : "DNS:",
"Gateway:" : "Puerta de acceso",
"Status:" : "Estado",
"Speed:" : "Velocidad",
"Duplex:" : "Dúplex:",
"MAC:" : "MAC:",
"IPv4:" : "IPv4:",
"IPv6:" : "IPv6:",
"Active users" : "Usuarios activos",
"Total users:" : "Usuarios totales:",
"24 hours:" : "24 horas:",
"1 hour:" : "1 hora:",
"5 mins:" : "5 mins:",
"Shares" : "Recursos compartidos",
"Users:" : "Usuarios:",
"Groups:" : "Grupos:",
"Links:" : "Enlaces:",
"Emails:" : "Correos:",
"Federated sent:" : "Federaciones enviadas:",
"Federated received:" : "Federaciones recibidas:",
"Talk conversations:" : "Conversaciones de Talk:",
"PHP" : "PHP",
"Version:" : "Versión:",
"Memory limit:" : "LÃmite de memoria",
"Max execution time:" : "Tiempo máx. de ejecución",
"Upload max size:" : "Tamaño máximo de subida:",
"OPcache Revalidate Frequency:" : "Frecuencia de Revalidación de OPcache:",
"Extensions:" : "Extensiones:",
"Unable to list extensions" : "No se pueden listar las extensiones",
"Show phpinfo" : "Mostrar phpinfo",
"Database" : "Base de datos",
"Type:" : "Tipo:",
"External monitoring tool" : "Herramienta externa de monitorización",
"You can connect an external monitoring tool by using this end point:" : "Puedes conectar una herramienta de monitorización externa usando este endpoint:",
"Copy" : "Copiar",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "Añadiendo \"?format=json\" al final de la URL, devuelve el resultado en formato JSON.",
"To use an access token, please generate one then set it using the following command:" : "Para usar un token de acceso, por favor, genere uno y luego establézcalo usando el siguiente comando",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Luego pase el token en el header \"NC-Token\" cuando solicite la URL anterior.",
"You will get a notification once one of your disks is nearly full." : "Recibirás una notificación cuando uno de tus discos esté casi lleno."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}