Latest translations and fallbacks

v1.18.x
Misty (Bot) 8 years ago
parent 52eb063015
commit 90a15a633a

@ -2,35 +2,35 @@
"x-b": "%1 b", "x-b": "%1 b",
"x-mb": "%1 mb", "x-mb": "%1 mb",
"x-gb": "%1 gb", "x-gb": "%1 gb",
"uptime-seconds": "Uptime in Seconds", "uptime-seconds": "Tiempo de acitividad en Segundos",
"uptime-days": "Uptime in Days", "uptime-days": "Tiempo de actividad en días",
"mongo": "Mongo", "mongo": "Mongo",
"mongo.version": "MongoDB Version", "mongo.version": "Versión MongoDB",
"mongo.storage-engine": "Storage Engine", "mongo.storage-engine": "Motor de almacenamiento",
"mongo.collections": "Colecciones", "mongo.collections": "Colecciones",
"mongo.objects": "Objetos", "mongo.objects": "Objetos",
"mongo.avg-object-size": "Tamaño promedio por Objeto", "mongo.avg-object-size": "Tamaño promedio por Objeto",
"mongo.data-size": "Tamaño de los Datos", "mongo.data-size": "Tamaño de los Datos",
"mongo.storage-size": "Storage Size", "mongo.storage-size": "Tamaño del almacenamiento",
"mongo.index-size": "Index Size", "mongo.index-size": "Tamaño del Índice",
"mongo.file-size": "File Size", "mongo.file-size": "Tamaño del fichero",
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Memoria Residente",
"mongo.virtual-memory": "Memoria Virtual", "mongo.virtual-memory": "Memoria Virtual",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Memoria Mapeada",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "Fila de Información MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Versión de Redis",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Clientes Conectados",
"redis.connected-slaves": "Esclavos Conectados", "redis.connected-slaves": "Esclavos Conectados",
"redis.blocked-clients": "Clientes Bloqueados", "redis.blocked-clients": "Clientes Bloqueados",
"redis.used-memory": "Memoria Utilizada", "redis.used-memory": "Memoria Utilizada",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio", "redis.memory-frag-ratio": "Proporción de Fragmentación de la Memoria",
"redis.total-connections-recieved": "Total de Conexiones Recividas ", "redis.total-connections-recieved": "Total de Conexiones Recividas ",
"redis.total-commands-processed": "Total de Comandos Procesados", "redis.total-commands-processed": "Total de Comandos Procesados",
"redis.iops": "Operaciones Instantáneas por Segundo", "redis.iops": "Operaciones Instantáneas por Segundo",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Pulsaciones de espaciado del teclado",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Fallos de espaciado del teclado",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Fila de Información de Redis"
} }

@ -7,6 +7,6 @@
"custom-header.description": "Introduce HTML personalizado aquí (ej. JavaScript, Meta Etiquetas, etc.), el cual se adjuntará a la sección <code>&lt;head&gt;</code> del código de su foro.", "custom-header.description": "Introduce HTML personalizado aquí (ej. JavaScript, Meta Etiquetas, etc.), el cual se adjuntará a la sección <code>&lt;head&gt;</code> del código de su foro.",
"custom-header.enable": "Activar cabecera personalizada", "custom-header.enable": "Activar cabecera personalizada",
"custom-css.livereload": "Enable Live Reload", "custom-css.livereload": "Activar Recargar en Vivo",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save" "custom-css.livereload.description": "Activar esto para forzar todas las sesiones en todos los dispositivos que recaen de tu cuenta a limpiar cada vez que tú haces clic en guardar"
} }

@ -6,13 +6,13 @@
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "en-linea", "online": "en-linea",
"git": "git", "git": "git",
"memory": "memory", "memory": "memoria",
"load": "cargar", "load": "cargar",
"uptime": "uptime", "uptime": "tiempo de actividad",
"registered": "Registered", "registered": "Registrado",
"sockets": "Sockets", "sockets": "Toma",
"guests": "Guests", "guests": "Invitados",
"info": "Info" "info": "Información"
} }

@ -1,12 +1,12 @@
{ {
"logger-settings": "Logger Settings", "logger-settings": "Ajustes de registro",
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.", "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.", "explanation": "Simplemente marca/desmarca los ajustes de registro para activar o desactivar registro en el aire. No se necesita reinicio.",
"enable-http": "Enable HTTP logging", "enable-http": "Activar registro HTTP",
"enable-socket": "Enable socket.io event logging", "enable-socket": "Activar el evento de registro socket.io ",
"file-path": "Path to log file", "file-path": "Ruta al fichero log",
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal", "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
"control-panel": "Logger Control Panel", "control-panel": "Panel de Control de Registro",
"update-settings": "Update Logger Settings" "update-settings": "Actualizar Ajustes de Registro"
} }
Loading…
Cancel
Save