* New translations date.json (French) * New translations calendar.json (French) * New translations docker.json (French) * New translations about.json (French) * New translations calendar.json (Spanish) * New translations common.json (Spanish) * New translations dashdot.json (Spanish) * New translations date.json (Spanish) * New translations docker.json (Danish) * New translations ping.json (Danish) * New translations docker.json (German) * New translations ping.json (German) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations docker.json (Swedish) * New translations ping.json (Swedish) * New translations docker.json (LOLCAT) * New translations ping.json (LOLCAT) * New translations config-changer.json (French) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations config-changer.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations config-changer.json (Dutch) * New translations calendar.json (Ukrainian) * New translations common.json (Ukrainian) * New translations dashdot.json (Ukrainian) * New translations date.json (Ukrainian) * New translations dlspeed.json (Ukrainian) * New translations docker.json (Ukrainian) * New translations overseerr.json (Ukrainian) * New translations ping.json (Ukrainian) * New translations search.json (Ukrainian) * New translations weather.json (Ukrainian) * New translations common.json (Ukrainian) * New translations page-appearance.json (Ukrainian) * New translations config-changer.json (Ukrainian) * New translations search-engine.json (Ukrainian) * New translations widget-positions.json (Ukrainian) * New translations usenet.json (Ukrainian) * New translations login.json (Ukrainian) * New translations selector.json (Ukrainian) * New translations toggle-edit-mode.json (Ukrainian) * New translations add-app.json (Ukrainian) * New translations about.json (Ukrainian) * New translations torrents-status.json (Ukrainian) * New translations add-app.json (Spanish) * New translations date.json (Spanish) * New translations dlspeed.json (Spanish) * New translations docker.json (Spanish) * New translations overseerr.json (Spanish) * New translations ping.json (Spanish) * New translations search.json (Spanish) * New translations weather.json (Spanish) * New translations page-appearance.json (Spanish) * New translations config-changer.json (Spanish) * New translations usenet.json (Spanish) * New translations add-app.json (Spanish) * New translations about.json (Spanish) * New translations torrents-status.json (Spanish) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations calendar.json (French) * New translations dashdot.json (French) * New translations dlspeed.json (French) * New translations docker.json (French) * New translations overseerr.json (French) * New translations ping.json (French) * New translations config-changer.json (French) * New translations add-app.json (French) * New translations common.json (Spanish) * New translations config-changer.json (Spanish) * New translations search-engine.json (Spanish) * New translations widget-positions.json (Spanish)
69 lines
2.5 KiB
JSON
69 lines
2.5 KiB
JSON
{
|
|
"tabs": {
|
|
"general": "General",
|
|
"behaviour": "Comportamiento",
|
|
"network": "Red",
|
|
"appearance": "Apariencia",
|
|
"integration": "Integración"
|
|
},
|
|
"general": {
|
|
"appname": {
|
|
"label": "Nombre de la app",
|
|
"description": "Usado para mostrar la app en el dashboard."
|
|
},
|
|
"internalAddress": {
|
|
"label": "Dirección interna",
|
|
"description": "Dirección IP interna de la app."
|
|
},
|
|
"externalAddress": {
|
|
"label": "Dirección externa",
|
|
"description": "URL que se abrirá al hacer clic en la app."
|
|
}
|
|
},
|
|
"behaviour": {
|
|
"isOpeningNewTab": {
|
|
"label": "Abrir en nueva pestaña",
|
|
"description": "Abrir la app en una nueva pestaña, en vez de en la actual."
|
|
}
|
|
},
|
|
"network": {
|
|
"statusChecker": {
|
|
"label": "Verificador de estado",
|
|
"description": "Comprueba si tu app está en línea usando una simple petición HTTP(S)."
|
|
},
|
|
"statusCodes": {
|
|
"label": "Códigos HTTP de estado",
|
|
"description": "Códigos de estado HTTP considerados como en línea."
|
|
}
|
|
},
|
|
"appearance": {
|
|
"icon": {
|
|
"label": "Icono App",
|
|
"description": "Icono que se verá en el dashboard."
|
|
}
|
|
},
|
|
"integration": {
|
|
"type": {
|
|
"label": "Configuración de integración",
|
|
"description": "Configuración de la integración que se será usada por tu app.",
|
|
"placeholder": "Seleccionar una integración",
|
|
"defined": "Definido",
|
|
"undefined": "Sin definir",
|
|
"public": "Público",
|
|
"private": "Privado",
|
|
"explanationPrivate": "Una clave privada será enviada al servidor solo una vez. Una vez el navegador refresca la página, ésta no será enviada otra vez.",
|
|
"explanationPublic": "Una clave pública siempre será enviada al cliente, y se podrá acceder a él a través de la API. Ésta no debe contener información confidencial, como: nombres de usuario, contraseñas, tokens, certificados y similares!"
|
|
},
|
|
"secrets": {
|
|
"description": "Para actualizar una clave, introducir un valor y pulsar el botón guardar. Para eliminar una clave, usa el botón limpiar.",
|
|
"warning": "Tus credenciales actúan como acceso para tus integraciones y <strong>nunca</strong> debes compartirlas con nadie. El equipo de Homarr nunca te preguntará sobre éstas. Asegúrate de <strong>almacenar y administrar tus claves de manera segura</strong>.",
|
|
"clear": "Limpiar clave",
|
|
"save": "Guardar clave",
|
|
"update": "Actualizar clave"
|
|
}
|
|
},
|
|
"validation": {
|
|
"popover": "Tu formulario contiene datos no válidos. Por lo tanto, no pude ser guardado. Por favor, resuelve los problemas, y presiona este botón, otra vez, para guardar cambios"
|
|
}
|
|
}
|