mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: add invitation code for signup feature (#2249)
* feat: add invitation code for signup feature * feat: add invitation code for signup feature
This commit is contained in:
@ -58,6 +58,9 @@
|
||||
"Grant types - Tooltip": "Selecciona cuáles tipos de subvenciones están permitidas en el protocolo OAuth",
|
||||
"Incremental": "Incremental",
|
||||
"Input": "Input",
|
||||
"Invitation code": "Invitation code",
|
||||
"Invitation code - Tooltip": "Invitation code - Tooltip",
|
||||
"Invitation code copied to clipboard successfully": "Invitation code copied to clipboard successfully",
|
||||
"Left": "Izquierda",
|
||||
"Logged in successfully": "Acceso satisfactorio",
|
||||
"Logged out successfully": "Cerró sesión exitosamente",
|
||||
@ -186,9 +189,9 @@
|
||||
"Cert - Tooltip": "El certificado de clave pública que necesita ser verificado por el SDK del cliente correspondiente a esta aplicación",
|
||||
"Certs": "Certificaciones",
|
||||
"Click to Upload": "Haz clic para cargar",
|
||||
"Client IP": "Dirección IP del cliente",
|
||||
"Close": "Cerca",
|
||||
"Confirm": "Confirm",
|
||||
"Copy": "Copy",
|
||||
"Created time": "Tiempo creado",
|
||||
"Custom": "Custom",
|
||||
"Dashboard": "Dashboard",
|
||||
@ -288,7 +291,6 @@
|
||||
"Providers - Tooltip": "Proveedores a configurar, incluyendo inicio de sesión de terceros, almacenamiento de objetos, código de verificación, etc.",
|
||||
"Real name": "Nombre real",
|
||||
"Records": "Registros",
|
||||
"Request URI": "URI de solicitud",
|
||||
"Resources": "Recursos",
|
||||
"Role": "Role",
|
||||
"Role - Tooltip": "Role - Tooltip",
|
||||
@ -327,7 +329,6 @@
|
||||
"System Info": "Información del Sistema",
|
||||
"There was a problem signing you in..": "There was a problem signing you in..",
|
||||
"This is a read-only demo site!": "¡Este es un sitio de demostración solo de lectura!",
|
||||
"Timestamp": "Marca de tiempo",
|
||||
"Tokens": "Tokens",
|
||||
"Type": "Type",
|
||||
"Type - Tooltip": "Type - Tooltip",
|
||||
@ -634,10 +635,10 @@
|
||||
"Agent ID - Tooltip": "Identificador de agente",
|
||||
"Api Key": "Api Key",
|
||||
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||
"Api Token": "Api Token",
|
||||
"Api Token - Tooltip": "Api Token - Tooltip",
|
||||
"App ID": "ID de aplicación",
|
||||
"App ID - Tooltip": "Identificador de la aplicación",
|
||||
"App Key": "App Key",
|
||||
"App Key - Tooltip": "App Key - Tooltip",
|
||||
"App key": "Clave de aplicación",
|
||||
"App key - Tooltip": "Clave de aplicación",
|
||||
"App secret": "Secreto de la aplicación",
|
||||
@ -658,8 +659,8 @@
|
||||
"Category - Tooltip": "Selecciona una categoría",
|
||||
"Channel No.": "Canal No.",
|
||||
"Channel No. - Tooltip": "Canal No.",
|
||||
"Chat Id": "Chat Id",
|
||||
"Chat Id - Tooltip": "Chat Id - Tooltip",
|
||||
"Chat ID": "Chat ID",
|
||||
"Chat ID - Tooltip": "Chat ID - Tooltip",
|
||||
"Client ID": "Identificación de cliente",
|
||||
"Client ID - Tooltip": "Identificación del cliente",
|
||||
"Client ID 2": "Identificación de cliente 2",
|
||||
@ -705,10 +706,8 @@
|
||||
"Method - Tooltip": "Método de inicio de sesión, código QR o inicio de sesión silencioso",
|
||||
"New Provider": "Nuevo proveedor",
|
||||
"Normal": "Normal",
|
||||
"Notification content": "Notification content",
|
||||
"Notification content - Tooltip": "Notification content - Tooltip",
|
||||
"Parameter name": "Parameter name",
|
||||
"Parameter name - Tooltip": "Parameter name - Tooltip",
|
||||
"Parameter": "Parameter",
|
||||
"Parameter - Tooltip": "Parameter - Tooltip",
|
||||
"Parse": "Analizar",
|
||||
"Parse metadata successfully": "Analizar los metadatos con éxito",
|
||||
"Path prefix": "Prefijo de ruta",
|
||||
@ -789,9 +788,6 @@
|
||||
"Wallets - Tooltip": "Wallets - Tooltip",
|
||||
"admin (Shared)": "administrador (compartido)"
|
||||
},
|
||||
"record": {
|
||||
"Is triggered": "Es desencadenado / es disparado / es activado"
|
||||
},
|
||||
"resource": {
|
||||
"Copy Link": "Copiar enlace",
|
||||
"File name": "Nombre del archivo",
|
||||
@ -826,6 +822,7 @@
|
||||
"Please input your affiliation!": "¡Por favor, ingrese su afiliación!",
|
||||
"Please input your display name!": "¡Por favor ingrese su nombre de pantalla!",
|
||||
"Please input your first name!": "¡Por favor ingrese su primer nombre!",
|
||||
"Please input your invitation code!": "Please input your invitation code!",
|
||||
"Please input your last name!": "¡Por favor ingrese su apellido!",
|
||||
"Please input your phone number!": "¡Por favor, ingrese su número de teléfono!",
|
||||
"Please input your real name!": "¡Por favor, ingresa tu nombre real!",
|
||||
@ -957,7 +954,6 @@
|
||||
"ID card type": "ID card type",
|
||||
"ID card type - Tooltip": "ID card type - Tooltip",
|
||||
"ID card with person": "ID card with person",
|
||||
"Input your chat id": "Input your chat id",
|
||||
"Input your email": "Introduce tu correo electrónico",
|
||||
"Input your phone number": "Ingrese su número de teléfono",
|
||||
"Is admin": "Es el administrador",
|
||||
|
Reference in New Issue
Block a user