Latest translations and fallbacks
parent
52eb063015
commit
90a15a633a
@ -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…
Reference in New Issue