Files
homarr/public/locales/es/layout/add-service-app-shelf.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

118 lines
4.7 KiB
JSON

{
"actionIcon": {
"tooltip": "Añadir un servicio"
},
"modal": {
"title": "Añadir servicio",
"form": {
"validation": {
"invalidUrl": "Por favor, introduzca una URL válida",
"noStatusCodeSelected": "Por favor, seleccione un código de estado"
}
},
"tabs": {
"options": {
"title": "Opciones",
"form": {
"serviceName": {
"label": "Nombre del servicio",
"placeholder": "Plex"
},
"iconUrl": {
"label": "URL del icono"
},
"serviceUrl": {
"label": "URL del servicio"
},
"onClickUrl": {
"label": "URL Directa"
},
"serviceType": {
"label": "Tipo de servicio",
"defaultValue": "Otro",
"placeholder": "Elige uno"
},
"category": {
"label": "Categoría",
"placeholder": "Seleccione una categoría o cree una nueva",
"nothingFound": "No se ha encontrado ningún resultado",
"createLabel": "+ Crear {{query}}"
},
"integrations": {
"apiKey": {
"label": "Clave API",
"placeholder": "Tu clave API",
"validation": {
"noKey": "Clave inválida"
},
"tip": {
"text": "Obtén tu clave API",
"link": "aquí."
}
},
"qBittorrent": {
"username": {
"label": "Nombre de usuario",
"placeholder": "admin",
"validation": {
"invalidUsername": "Nombre de usuario incorrecto"
}
},
"password": {
"label": "Contraseña",
"placeholder": "adminadmin",
"validation": {
"invalidPassword": "Contraseña Incorrecta"
}
}
},
"deluge": {
"password": {
"label": "Contraseña",
"placeholder": "contraseña",
"validation": {
"invalidPassword": "Contraseña Incorrecta"
}
}
},
"transmission": {
"username": {
"label": "Nombre de usuario",
"placeholder": "admin",
"validation": {
"invalidUsername": "Nombre de usuario incorrecto"
}
},
"password": {
"label": "Contraseña",
"placeholder": "adminadmin",
"validation": {
"invalidPassword": "Contraseña Incorrecta"
}
}
}
}
}
},
"advancedOptions": {
"title": "Opciones avanzadas",
"form": {
"httpStatusCodes": {
"label": "Códigos de Estado HTTP",
"placeholder": "Seleccionar códigos de estado válidos",
"clearButtonLabel": "Borrar selección",
"nothingFound": "No se ha encontrado ningún resultado"
},
"openServiceInNewTab": {
"label": "Abrir el servicio en una nueva pestaña"
},
"buttons": {
"submit": {
"content": "Añadir servicio"
}
}
}
}
}
}
}