Browse Source

Translate error messages to Spanish

Co-authored-by: Bart Calixto <bart@dot.uy>
Co-authored-by: Kévin Chalet <kevinchalet@gmail.com>
pull/1056/head
Bart Calixto 6 years ago
committed by GitHub
parent
commit
c4e6e25a49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Directory.Build.props
  2. 602
      src/OpenIddict.Abstractions/Resources/xlf/OpenIddictResources.es.xlf

2
Directory.Build.props

@ -9,7 +9,7 @@
<DebugSymbols>true</DebugSymbols>
<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)eng\CodeAnalysis.ruleset</CodeAnalysisRuleset>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<XlfLanguages>fr</XlfLanguages>
<XlfLanguages>fr;es</XlfLanguages>
</PropertyGroup>
<PropertyGroup>

602
src/OpenIddict.Abstractions/Resources/xlf/OpenIddictResources.es.xlf

@ -0,0 +1,602 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../OpenIddictResources.resx">
<body>
<trans-unit id="ID3000">
<source>The security token is missing.</source>
<target state="translated">Falta el token de seguridad.</target>
<note />
</trans-unit>
<trans-unit id="ID3001">
<source>The specified authorization code is invalid.</source>
<target state="translated">El código de autorización provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3002">
<source>The specified device code is invalid.</source>
<target state="translated">El código de dispositivo provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3003">
<source>The specified refresh token is invalid.</source>
<target state="translated">El token de actualización provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3004">
<source>The specified token is invalid.</source>
<target state="translated">El token provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3005">
<source>The specified token is not an authorization code.</source>
<target state="translated">El token provisto no es un código de autorización.</target>
<note />
</trans-unit>
<trans-unit id="ID3006">
<source>The specified token is not an device code.</source>
<target state="translated">El token provisto no es un código de dispositivo.</target>
<note />
</trans-unit>
<trans-unit id="ID3007">
<source>The specified token is not a refresh token.</source>
<target state="translated">El token provisto no es un token de actualización.</target>
<note />
</trans-unit>
<trans-unit id="ID3008">
<source>The specified token is not an access token.</source>
<target state="translated">El token provisto no es un token de acceso.</target>
<note />
</trans-unit>
<trans-unit id="ID3009">
<source>The specified identity token is invalid.</source>
<target state="translated">El token provisto de identidad provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3010">
<source>The specified authorization code has already been redeemed.</source>
<target state="translated">El código de autorización provisto ya ha sido canjeado.</target>
<note />
</trans-unit>
<trans-unit id="ID3011">
<source>The specified device code has already been redeemed.</source>
<target state="translated">El código de dispositivo provisto ya ha sido canjeado.</target>
<note />
</trans-unit>
<trans-unit id="ID3012">
<source>The specified refresh token has already been redeemed.</source>
<target state="translated">El token de actualización provisto ya ha sido canjeado.</target>
<note />
</trans-unit>
<trans-unit id="ID3013">
<source>The specified token has already been redeemed.</source>
<target state="translated">El token provisto ya ha sido canjeado.</target>
<note />
</trans-unit>
<trans-unit id="ID3014">
<source>The authorization has not been granted yet by the end user.</source>
<target state="translated">El usuario final aún no ha concedido la autorización.</target>
<note />
</trans-unit>
<trans-unit id="ID3015">
<source>The authorization was denied by the end user.</source>
<target state="translated">La autorización fue denegada por el usuario final.</target>
<note />
</trans-unit>
<trans-unit id="ID3016">
<source>The specified authorization code is no longer valid.</source>
<target state="translated">El codigo de autorización provisto ya no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3017">
<source>The specified device code is no longer valid.</source>
<target state="translated">El código de dispositivo provisto ya no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3018">
<source>The specified refresh token is no longer valid.</source>
<target state="translated">El token de actualización provisto ya no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3019">
<source>The specified token is no longer valid.</source>
<target state="translated">El token provisto ya no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3020">
<source>The authorization associated with the authorization code is no longer valid.</source>
<target state="translated">La autorización asociada con el codigo de autorización ya no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3021">
<source>The authorization associated with the device code is no longer valid.</source>
<target state="translated">La autorización asociada con el código de dispositivo ya no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3022">
<source>The authorization associated with the refresh token is no longer valid.</source>
<target state="translated">La autorización asociada con el token de actualización ya no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3023">
<source>The authorization associated with the token is no longer valid.</source>
<target state="translated">La autorización asociada con el token ya no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3024">
<source>The token request was rejected by the authentication server.</source>
<target state="translated">La petición del token ha sido rechazada por el servidor de autenticación.</target>
<note />
</trans-unit>
<trans-unit id="ID3025">
<source>The user information access demand was rejected by the authentication server.</source>
<target state="translated">La demanda de acceso a la información del usuario ha sido rechazada por el servidor de autenticación.</target>
<note />
</trans-unit>
<trans-unit id="ID3026">
<source>The specified user code is no longer valid.</source>
<target state="translated">El código de usuario provisto ya no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3028">
<source>The '{0}' parameter is not supported.</source>
<target state="translated">El parámetro '{0}' no esta soportado.</target>
<note />
</trans-unit>
<trans-unit id="ID3029">
<source>The mandatory '{0}' parameter is missing.</source>
<target state="translated">Falta el parámetro obligatorio '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3030">
<source>The '{0}' parameter must be a valid absolute URL.</source>
<target state="translated">El parámetro '{0}' debe ser una URL absoluta válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3031">
<source>The '{0}' parameter must not include a fragment.</source>
<target state="translated">El parámetro '{0}' no debe incluir un fragmento.</target>
<note />
</trans-unit>
<trans-unit id="ID3032">
<source>The specified '{0}' is not supported.</source>
<target state="translated">El '{0}' provisto no esta soportado.</target>
<note />
</trans-unit>
<trans-unit id="ID3033">
<source>The specified '{0}'/'{1}' combination is invalid.</source>
<target state="translated">La combinación '{0}'/'{1}' no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3034">
<source>The mandatory '{0}' scope is missing.</source>
<target state="translated">Falta el scope obligatorio '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3035">
<source>The '{0}' scope is not allowed.</source>
<target state="translated">El scope '{0}' no esta permitido.</target>
<note />
</trans-unit>
<trans-unit id="ID3036">
<source>The client identifier cannot be null or empty.</source>
<target state="translated">El identificador de cliente no puede ser nulo ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3037">
<source>The '{0}' parameter cannot be used without '{1}'.</source>
<target state="translated">El parámetro '{0}' debe ser utilizado en conjunto con '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3038">
<source>The status cannot be null or empty.</source>
<target state="translated">El estado no puede ser nulo ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3039">
<source>Scopes cannot be null or empty.</source>
<target state="translated">Los scopes no pueden ser nulos ni vacíos.</target>
<note />
</trans-unit>
<trans-unit id="ID3040">
<source>The '{0}' and '{1}' parameters can only be used with a response type containing '{2}'.</source>
<target state="translated">Los parámetros '{0}' y '{1}' pueden ser usados únicamente con un tipo de respuesta que contenga '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3041">
<source>The specified '{0}' is not allowed when using PKCE.</source>
<target state="translated">El '{0}' provisto no esta permitido cuando se utiliza PKCE.</target>
<note />
</trans-unit>
<trans-unit id="ID3042">
<source>Scopes cannot contain spaces.</source>
<target state="translated">Los scopes no pueden tener espacios.</target>
<note />
</trans-unit>
<trans-unit id="ID3043">
<source>The specified '{0}' is not valid for this client application.</source>
<target state="translated">El '{0}' provisto no es válido para esta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3044">
<source>The scope name cannot be null or empty.</source>
<target state="translated">El nombre del scope no puede ser nulo ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3045">
<source>The scope name cannot contain spaces.</source>
<target state="translated">Le nom de la portée ne peut pas contenir d'espace.</target>
<note />
</trans-unit>
<trans-unit id="ID3046">
<source>This client application is not allowed to use the authorization endpoint.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el destino de autorización.</target>
<note />
</trans-unit>
<trans-unit id="ID3047">
<source>The client application is not allowed to use the authorization code flow.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el flujo de código de autorización.</target>
<note />
</trans-unit>
<trans-unit id="ID3048">
<source>The client application is not allowed to use the implicit flow.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el flujo implícito.</target>
<note />
</trans-unit>
<trans-unit id="ID3049">
<source>The client application is not allowed to use the hybrid flow.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el flujo híbrido.</target>
<note />
</trans-unit>
<trans-unit id="ID3051">
<source>This client application is not allowed to use the specified scope.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el scope provisto.</target>
<note />
</trans-unit>
<trans-unit id="ID3052">
<source>The specified '{0}' is invalid.</source>
<target state="translated">El '{0}' provisto no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3053">
<source>The '{0}' parameter is not valid for this client application.</source>
<target state="translated">El parámetro '{0}' no es válido para esta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3054">
<source>The '{0}' parameter required for this client application is missing.</source>
<target state="translated">Flata el parámetro obligatorio '{0}' para esta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3055">
<source>The specified client credentials are invalid.</source>
<target state="translated">Las credenciales del cliente provista no son válidas.</target>
<note />
</trans-unit>
<trans-unit id="ID3056">
<source>This client application is not allowed to use the device endpoint.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el destino de dispositivo.</target>
<note />
</trans-unit>
<trans-unit id="ID3057">
<source>The '{0}' and '{1}' parameters are required when using the client credentials grant.</source>
<target state="translated">Los parámetros '{0}' y '{1}' son obligatorios cuando la concesión de credenciales de cliente es utilizada.</target>
<note />
</trans-unit>
<trans-unit id="ID3058">
<source>The '{0}' parameter is required when using the device code grant.</source>
<target state="translated">El parámetro '{0}' es obligatorios cuando la concesion de código de dispositivo es utlizada.</target>
<note />
</trans-unit>
<trans-unit id="ID3059">
<source>The mandatory '{0}' and/or '{1}' parameters are missing.</source>
<target state="translated">Faltan los paramétros obligatorios '{0}' y/o '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3060">
<source>A scope with the same name already exists.</source>
<target state="translated">Un scope con el mismo nombre ya existe.</target>
<note />
</trans-unit>
<trans-unit id="ID3063">
<source>This client application is not allowed to use the token endpoint.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el destino de token.</target>
<note />
</trans-unit>
<trans-unit id="ID3064">
<source>This client application is not allowed to use the specified grant type.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el tipo de concesion especificada.</target>
<note />
</trans-unit>
<trans-unit id="ID3065">
<source>The client application is not allowed to use the '{0}' scope.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar la concesion '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3066">
<source>The specified authorization code cannot be used without sending a client identifier.</source>
<target state="translated">El código de autorización provisto no puede ser utilizado sin enviar un identificador de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3067">
<source>The specified device code cannot be used without sending a client identifier.</source>
<target state="translated">El código de dispositivo provisto no puede ser utilizado sin enviar un identificador de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3068">
<source>The specified refresh token cannot be used without sending a client identifier.</source>
<target state="translated">El token de actualización provisto no puede ser utilizado sin enviar un identificador de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3069">
<source>The specified authorization code cannot be used by this client application.</source>
<target state="translated">El código de autorización provisto no puede ser utilizado por ésta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3070">
<source>The specified device code cannot be used by this client application.</source>
<target state="translated">El código de dispositivo provisto no puede ser utilizado por ésta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3071">
<source>The specified refresh token cannot be used by this client application.</source>
<target state="translated">El código de actualización provisto no puede ser utilizado por ésta aplicación de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3072">
<source>The specified '{0}' parameter doesn't match the client redirection address the authorization code was initially sent to.</source>
<target state="translated">El parámetro '{0}' no concuerda con la dirección de redireccionamiento de cliente inicialmente provista en el código de autorización.</target>
<note />
</trans-unit>
<trans-unit id="ID3073">
<source>The '{0}' parameter cannot be used when no '{1}' was specified in the authorization request.</source>
<target state="translated">El parámetro '{0}' no puede ser utilizado cuando '{1}' fue especificado en la petición de autorizacion..</target>
<note />
</trans-unit>
<trans-unit id="ID3074">
<source>The '{0}' parameter is not valid in this context.</source>
<target state="translated">El parámetro '{0}' no es válido en este contexto.</target>
<note />
</trans-unit>
<trans-unit id="ID3075">
<source>This client application is not allowed to use the introspection endpoint.</source>
<target state="translated">La aplicación de cliente no esta permitida a utilizar el destino de introspección</target>
<note />
</trans-unit>
<trans-unit id="ID3076">
<source>The specified token cannot be introspected.</source>
<target state="translated">El token provisto no se puede introspectar.</target>
<note />
</trans-unit>
<trans-unit id="ID3077">
<source>The client application is not allowed to introspect the specified token.</source>
<target state="translated">La aplicación de cliente no está permitida a introspectar el token provisto.</target>
<note />
</trans-unit>
<trans-unit id="ID3078">
<source>This client application is not allowed to use the revocation endpoint.</source>
<target state="translated">La aplicación de cliente no está permitida a utilizar el destino de revocación.</target>
<note />
</trans-unit>
<trans-unit id="ID3079">
<source>This token cannot be revoked.</source>
<target state="translated">Este token no puede ser revocado.</target>
<note />
</trans-unit>
<trans-unit id="ID3080">
<source>The client application is not allowed to revoke the specified token.</source>
<target state="translated">La aplicación de cliente no esta permitida a revocar el token provisto.</target>
<note />
</trans-unit>
<trans-unit id="ID3081">
<source>The mandatory '{0}' header is missing.</source>
<target state="translated">Falta el encabezamiento obligatorio '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="ID3082">
<source>The specified '{0}' header is invalid.</source>
<target state="translated">El encabezamiento '{0}' no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3083">
<source>This server only accepts HTTPS requests.</source>
<target state="translated">Este servidor solo soporta peticiones HTTPS.</target>
<note />
</trans-unit>
<trans-unit id="ID3084">
<source>The specified HTTP method is not valid.</source>
<target state="translated">El método HTTP provisto no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3085">
<source>A token with the same reference identifier already exists.</source>
<target state="translated">Un token con la misma referencia identificatoria ya existe.</target>
<note />
</trans-unit>
<trans-unit id="ID3086">
<source>The token type cannot be null or empty.</source>
<target state="translated">El tipo de token no puede ser ni null ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3087">
<source>Multiple client credentials cannot be specified.</source>
<target state="translated">No se pueden especificar multiples credenciales de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3088">
<source>The issuer associated to the specified token is not valid.</source>
<target state="translated">El emisor asociado al token especificado no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3089">
<source>The specified token is not of the expected type.</source>
<target state="translated">El token especificado no es del tipo esperado.</target>
<note />
</trans-unit>
<trans-unit id="ID3090">
<source>The signing key associated to the specified token was not found.</source>
<target state="translated">No se encontró la clave de firma asociada al token especificado.</target>
<note />
</trans-unit>
<trans-unit id="ID3091">
<source>The signature associated to the specified token is not valid.</source>
<target state="translated">La firma asociada al token especificado no es válida.</target>
<note />
</trans-unit>
<trans-unit id="ID3092">
<source>This resource server is currently unavailable.</source>
<target state="translated">Este servidor de recursos no está disponible actualmente.</target>
<note />
</trans-unit>
<trans-unit id="ID3093">
<source>The specified token doesn't contain any audience.</source>
<target state="translated">El token especificado no contiene ninguna audiencia.</target>
<note />
</trans-unit>
<trans-unit id="ID3094">
<source>The specified token cannot be used with this resource server.</source>
<target state="translated">El token especificado no se puede utilizar con este servidor de recursos.</target>
<note />
</trans-unit>
<trans-unit id="ID3095">
<source>The user represented by the token is not allowed to perform the requested action.</source>
<target state="translated">El usuario representado por el token no puede realizar la acción solicitada.</target>
<note />
</trans-unit>
<trans-unit id="ID3096">
<source>No issuer could be found in the server configuration.</source>
<target state="translated">No se pudo encontrar ningún emisor en la configuración del servidor.</target>
<note />
</trans-unit>
<trans-unit id="ID3097">
<source>A server configuration containing an invalid issuer was returned.</source>
<target state="translated">La respuesta de la configuración de servidor contiene un emisor inválido.</target>
<note />
</trans-unit>
<trans-unit id="ID3098">
<source>The issuer returned in the server configuration is not valid.</source>
<target state="translated">El emisor devuelto en la configuración del servidor no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3099">
<source>No JWKS endpoint could be found in the server configuration.</source>
<target state="translated">No se pudo encontrar ningún destino JWKS en la configuración del servidor.</target>
<note />
</trans-unit>
<trans-unit id="ID3100">
<source>A server configuration containing an invalid JWKS endpoint URL was returned.</source>
<target state="translated">La respuesta de la configuración de servidor contiene una URL de destino JWKS inválida.</target>
<note />
</trans-unit>
<trans-unit id="ID3101">
<source>A server configuration containing an invalid introspection endpoint URL was returned.</source>
<target state="translated">La respuesta de la configuración de servidor contiene una URL de destino de introspección inválida.</target>
<note />
</trans-unit>
<trans-unit id="ID3102">
<source>The JWKS document didn't contain a valid '{0}' node with at least one key.</source>
<target state="translated">El documento JWKS no contenía un nodo '{0}' válido con al menos una clave.</target>
<note />
</trans-unit>
<trans-unit id="ID3103">
<source>A JWKS response containing an unsupported key was returned.</source>
<target state="translated">La clave contenida en la respuesta JWKS no está soportada.</target>
<note />
</trans-unit>
<trans-unit id="ID3104">
<source>A JWKS response containing an invalid key was returned.</source>
<target state="translated">La clave contenida en la respuesta JWKS es inválida.</target>
<note />
</trans-unit>
<trans-unit id="ID3105">
<source>The mandatory '{0}' parameter couldn't be found in the introspection response.</source>
<target state="translated">No se pudo encontrar el parámetro obligatorio '{0}' en la respuesta de introspección.</target>
<note />
</trans-unit>
<trans-unit id="ID3106">
<source>The token was rejected by the remote authentication server.</source>
<target state="translated">El token fue rechazado por el servidor de autenticación remoto.</target>
<note />
</trans-unit>
<trans-unit id="ID3107">
<source>The '{0}' claim is malformed or isn't of the expected type.</source>
<target state="translated">La afirmación "{0}" tiene un formato incorrecto o no es del tipo esperado.</target>
<note />
</trans-unit>
<trans-unit id="ID3108">
<source>An introspection response containing a malformed issuer was returned.</source>
<target state="translated">La respuesta de introspección contiene un emisor con un formato incorrecto.</target>
<note />
</trans-unit>
<trans-unit id="ID3109">
<source>The issuer returned in the introspection response is not valid.</source>
<target state="translated">El emisor devuelto en la respuesta de introspección no es válido.</target>
<note />
</trans-unit>
<trans-unit id="ID3110">
<source>The type of the introspected token doesn't match the expected type.</source>
<target state="translated">El tipo de token introspectado no coincide con el tipo esperado.</target>
<note />
</trans-unit>
<trans-unit id="ID3111">
<source>An application with the same client identifier already exists.</source>
<target state="translated">Ya existe una aplicación con el mismo identificador de cliente.</target>
<note />
</trans-unit>
<trans-unit id="ID3112">
<source>Only confidential, hybrid or public applications are supported by the default application manager.</source>
<target state="translated">El administrador de aplicaciones predeterminado solo admite aplicaciones confidenciales, híbridas o públicas.</target>
<note />
</trans-unit>
<trans-unit id="ID3113">
<source>The client secret cannot be null or empty for a confidential application.</source>
<target state="translated">El secreto del cliente no puede ser nulo ni vacío para una aplicación confidencial.</target>
<note />
</trans-unit>
<trans-unit id="ID3114">
<source>A client secret cannot be associated with a public application.</source>
<target state="translated">Un secreto de cliente no se puede asociar a una aplicación pública.</target>
<note />
</trans-unit>
<trans-unit id="ID3115">
<source>Callback URLs cannot contain a fragment.</source>
<target state="translated">Las URL de retorno no pueden contener un fragmento.</target>
<note />
</trans-unit>
<trans-unit id="ID3116">
<source>The authorization type cannot be null or empty.</source>
<target state="translated">El tipo de autorización no puede ser nulo ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3117">
<source>The specified authorization type is not supported by the default token manager.</source>
<target state="translated">El tipo de autorización provisto no es compatible con el administrador de tokens predeterminado.</target>
<note />
</trans-unit>
<trans-unit id="ID3118">
<source>The client type cannot be null or empty.</source>
<target state="translated">El tipo de cliente no puede ser nulo ni vacío.</target>
<note />
</trans-unit>
<trans-unit id="ID3119">
<source>Callback URLs cannot be null or empty.</source>
<target state="translated">Las URL de retorno no pueden ser nulas ni vacías.</target>
<note />
</trans-unit>
<trans-unit id="ID3120">
<source>Callback URLs must be valid absolute URLs.</source>
<target state="translated">Las URL de retorno deben ser URL absolutas válidas.</target>
<note />
</trans-unit>
<trans-unit id="ID9000">
<source>Removes orphaned tokens and authorizations from the database.</source>
<target state="translated">Elimina tokens y autorizaciones huérfanos de la base de datos.</target>
<note />
</trans-unit>
<trans-unit id="ID9001">
<source>Starts the scheduled task at regular intervals.</source>
<target state="translated">Inicia la tarea programada en intervalos regulares.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
Loading…
Cancel
Save