Skip to content

Commit

Permalink
Latest translations and fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
nodebb-misty committed Sep 8, 2019
1 parent 88dfbf2 commit 864af61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/language/es/admin/advanced/database.json
Expand Up @@ -22,13 +22,13 @@
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Número de solicitudes",
"mongo.raw-info": "Fila de Información MongoDB",
"mongo.unauthorized": "NodeBB was unable to query the MongoDB database for relevant statistics. Please ensure that the user in use by NodeBB contains the "clusterMonitor" role for the "admin" database.",
"mongo.unauthorized": "NodeBB no pudo consultar las estadísticas relevantes en la base de datos MongoDB. Por favor verifique que el usuario usado por NodeBB contiene el roll "clusterMonitor" para la base de datos "admin".",

"redis": "Redis",
"redis.version": "Versión de Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.keys": "Llaves",
"redis.expires": "Expira",
"redis.avg-ttl": "TTL Promedio",
"redis.connected-clients": "Clientes Conectados",
"redis.connected-slaves": "Esclavos Conectados",
"redis.blocked-clients": "Clientes Bloqueados",
Expand All @@ -37,10 +37,10 @@
"redis.total-connections-recieved": "Total de Conexiones Recividas ",
"redis.total-commands-processed": "Total de Comandos Procesados",
"redis.iops": "Operaciones Instantáneas por Segundo",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.iinput": "Entradas instantáneas por segundo",
"redis.ioutput": "Salidas instantáneas por segundo",
"redis.total-input": "Entrada Total",
"redis.total-output": "Salida Total",

"redis.keyspace-hits": "Pulsaciones de espaciado del teclado",
"redis.keyspace-misses": "Fallos de espaciado del teclado",
Expand Down

0 comments on commit 864af61

Please sign in to comment.