mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +00:00
[API Node] Allow authentification via Comfy API key (#3815)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -29,6 +29,24 @@
|
||||
"title": "Se requiere iniciar sesión para usar los nodos de API"
|
||||
},
|
||||
"auth": {
|
||||
"apiKey": {
|
||||
"cleared": "Clave API eliminada",
|
||||
"clearedDetail": "Tu clave API se ha eliminado correctamente",
|
||||
"description": "Usa tu clave API de Comfy para habilitar los nodos de API",
|
||||
"error": "Clave API no válida",
|
||||
"generateKey": "Consíguela aquí",
|
||||
"helpText": "¿Necesitas una clave API?",
|
||||
"invalid": "Clave API no válida",
|
||||
"invalidDetail": "Por favor, introduce una clave API válida",
|
||||
"label": "Clave API",
|
||||
"placeholder": "Introduce tu clave API",
|
||||
"storageFailed": "No se pudo guardar la clave API",
|
||||
"storageFailedDetail": "Por favor, inténtalo de nuevo.",
|
||||
"stored": "Clave API guardada",
|
||||
"storedDetail": "Tu clave API se ha guardado correctamente",
|
||||
"title": "Clave API",
|
||||
"whitelistInfo": "Acerca de los sitios no incluidos en la lista blanca"
|
||||
},
|
||||
"login": {
|
||||
"andText": "y",
|
||||
"confirmPasswordLabel": "Confirmar contraseña",
|
||||
@@ -56,6 +74,7 @@
|
||||
"termsLink": "Términos de uso",
|
||||
"termsText": "Al hacer clic en \"Siguiente\" o \"Registrarse\", aceptas nuestros",
|
||||
"title": "Inicia sesión en tu cuenta",
|
||||
"useApiKey": "Clave API de Comfy",
|
||||
"userAvatar": "Avatar de usuario"
|
||||
},
|
||||
"passwordUpdate": {
|
||||
@@ -1330,6 +1349,7 @@
|
||||
},
|
||||
"validation": {
|
||||
"invalidEmail": "Dirección de correo electrónico inválida",
|
||||
"length": "Debe tener {length} caracteres",
|
||||
"maxLength": "No debe tener más de {length} caracteres",
|
||||
"minLength": "Debe tener al menos {length} caracteres",
|
||||
"password": {
|
||||
@@ -1342,6 +1362,7 @@
|
||||
"uppercase": "Debe contener al menos una letra mayúscula"
|
||||
},
|
||||
"personalDataConsentRequired": "Debes aceptar el procesamiento de tus datos personales.",
|
||||
"prefix": "Debe comenzar con {prefix}",
|
||||
"required": "Requerido"
|
||||
},
|
||||
"welcome": {
|
||||
|
||||
Reference in New Issue
Block a user