|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: PACKAGE VERSION\n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2022-05-29 19:04-0500\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +" Last-Translator: Jordi Neil Sánchez A<[email protected]>\n" |
| 14 | +" Language-Team: LANGUAGE <[email protected]>\n" |
| 15 | +"Language: \n" |
| 16 | +"MIME-Version: 1.0\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 18 | +"Content-Transfer-Encoding: 8bit\n" |
| 19 | +"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 20 | +#: oauth2_provider/models.py:66 |
| 21 | +msgid "Confidential" |
| 22 | +msgstr "Confidencial" |
| 23 | + |
| 24 | +#: oauth2_provider/models.py:67 |
| 25 | +msgid "Public" |
| 26 | +msgstr "Público" |
| 27 | + |
| 28 | +#: oauth2_provider/models.py:76 |
| 29 | +msgid "Authorization code" |
| 30 | +msgstr "Código de autorización" |
| 31 | + |
| 32 | +#: oauth2_provider/models.py:77 |
| 33 | +msgid "Implicit" |
| 34 | +msgstr "Implícito" |
| 35 | + |
| 36 | +#: oauth2_provider/models.py:78 |
| 37 | +msgid "Resource owner password-based" |
| 38 | +msgstr "Propiedario del recurso basado en contraseña" |
| 39 | + |
| 40 | +#: oauth2_provider/models.py:79 |
| 41 | +msgid "Client credentials" |
| 42 | +msgstr "Credenciales de cliente" |
| 43 | + |
| 44 | +#: oauth2_provider/models.py:80 |
| 45 | +msgid "OpenID connect hybrid" |
| 46 | +msgstr "OpenID connect híbrido" |
| 47 | + |
| 48 | +#: oauth2_provider/models.py:87 |
| 49 | +msgid "No OIDC support" |
| 50 | +msgstr "Sin soporte para OIDC" |
| 51 | + |
| 52 | +#: oauth2_provider/models.py:88 |
| 53 | +msgid "RSA with SHA-2 256" |
| 54 | +msgstr "RSA con SHA-2 256" |
| 55 | + |
| 56 | +#: oauth2_provider/models.py:89 |
| 57 | +msgid "HMAC with SHA-2 256" |
| 58 | +msgstr "HMAC con SHA-2 256" |
| 59 | + |
| 60 | +#: oauth2_provider/models.py:104 |
| 61 | +msgid "Allowed URIs list, space separated" |
| 62 | +msgstr "Lista de URIs permitidas, separadas por espacio" |
| 63 | + |
| 64 | +#: oauth2_provider/models.py:113 |
| 65 | +msgid "Hashed on Save. Copy it now if this is a new secret." |
| 66 | +msgstr "Encriptadas al guardar. Copiar ahora si este es un nuevo secreto." |
| 67 | + |
| 68 | +#: oauth2_provider/models.py:175 |
| 69 | +#, python-brace-format |
| 70 | +msgid "Unauthorized redirect scheme: {scheme}" |
| 71 | +msgstr "Esquema de redirección no autorizado: {scheme}" |
| 72 | + |
| 73 | +#: oauth2_provider/models.py:179 |
| 74 | +#, python-brace-format |
| 75 | +msgid "redirect_uris cannot be empty with grant_type {grant_type}" |
| 76 | +msgstr "redirect_uris no pueden estar vacías para el tipo de autorización {grant_type}" |
| 77 | + |
| 78 | +#: oauth2_provider/models.py:185 |
| 79 | +msgid "You must set OIDC_RSA_PRIVATE_KEY to use RSA algorithm" |
| 80 | +msgstr "Debes seleccionar OIDC_RSA_PRIVATE_KEY para usar el algoritmo RSA" |
| 81 | + |
| 82 | +#: oauth2_provider/models.py:194 |
| 83 | +msgid "You cannot use HS256 with public grants or clients" |
| 84 | +msgstr "No es posible usar HS256 con autorizaciones o clientes públicos" |
| 85 | + |
| 86 | +#: oauth2_provider/oauth2_validators.py:211 |
| 87 | +msgid "The access token is invalid." |
| 88 | +msgstr "El token de acceso es inválido." |
| 89 | + |
| 90 | +#: oauth2_provider/oauth2_validators.py:218 |
| 91 | +msgid "The access token has expired." |
| 92 | +msgstr "El token de acceso ha expirado." |
| 93 | + |
| 94 | +#: oauth2_provider/oauth2_validators.py:225 |
| 95 | +msgid "The access token is valid but does not have enough scope." |
| 96 | +msgstr "El token de acceso es válido pero no tiene suficiente alcance." |
| 97 | + |
| 98 | +#: oauth2_provider/templates/oauth2_provider/application_confirm_delete.html:6 |
| 99 | +msgid "Are you sure to delete the application" |
| 100 | +msgstr "¿Está seguro de eliminar la aplicación" |
| 101 | + |
| 102 | +#: oauth2_provider/templates/oauth2_provider/application_confirm_delete.html:12 |
| 103 | +#: oauth2_provider/templates/oauth2_provider/authorize.html:29 |
| 104 | +msgid "Cancel" |
| 105 | +msgstr "Cancelar" |
| 106 | + |
| 107 | +#: oauth2_provider/templates/oauth2_provider/application_confirm_delete.html:13 |
| 108 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:38 |
| 109 | +#: oauth2_provider/templates/oauth2_provider/authorized-token-delete.html:7 |
| 110 | +msgid "Delete" |
| 111 | +msgstr "Eliminar" |
| 112 | + |
| 113 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:10 |
| 114 | +msgid "Client id" |
| 115 | +msgstr "Identificador de cliente" |
| 116 | + |
| 117 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:15 |
| 118 | +msgid "Client secret" |
| 119 | +msgstr "Secreto de cliente" |
| 120 | + |
| 121 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:20 |
| 122 | +msgid "Client type" |
| 123 | +msgstr "Tipo de cliente" |
| 124 | + |
| 125 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:25 |
| 126 | +msgid "Authorization Grant Type" |
| 127 | +msgstr "Tipo de acceso de autorización" |
| 128 | + |
| 129 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:30 |
| 130 | +msgid "Redirect Uris" |
| 131 | +msgstr "Uris de redirección" |
| 132 | + |
| 133 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:36 |
| 134 | +#: oauth2_provider/templates/oauth2_provider/application_form.html:35 |
| 135 | +msgid "Go Back" |
| 136 | +msgstr "Volver" |
| 137 | + |
| 138 | +#: oauth2_provider/templates/oauth2_provider/application_detail.html:37 |
| 139 | +msgid "Edit" |
| 140 | +msgstr "Editar" |
| 141 | + |
| 142 | +#: oauth2_provider/templates/oauth2_provider/application_form.html:9 |
| 143 | +msgid "Edit application" |
| 144 | +msgstr "Editar aplicación" |
| 145 | + |
| 146 | +#: oauth2_provider/templates/oauth2_provider/application_form.html:37 |
| 147 | +msgid "Save" |
| 148 | +msgstr "Guardar" |
| 149 | + |
| 150 | +#: oauth2_provider/templates/oauth2_provider/application_list.html:6 |
| 151 | +msgid "Your applications" |
| 152 | +msgstr "Tus aplicaciones" |
| 153 | + |
| 154 | +#: oauth2_provider/templates/oauth2_provider/application_list.html:14 |
| 155 | +msgid "New Application" |
| 156 | +msgstr "Nueva aplicación" |
| 157 | + |
| 158 | +#: oauth2_provider/templates/oauth2_provider/application_list.html:17 |
| 159 | +msgid "No applications defined" |
| 160 | +msgstr "No hay aplicaciones definidas" |
| 161 | + |
| 162 | +#: oauth2_provider/templates/oauth2_provider/application_list.html:17 |
| 163 | +msgid "Click here" |
| 164 | +msgstr "Click aquí" |
| 165 | + |
| 166 | +#: oauth2_provider/templates/oauth2_provider/application_list.html:17 |
| 167 | +msgid "if you want to register a new one" |
| 168 | +msgstr "si quiere regitrar una nueva" |
| 169 | + |
| 170 | +#: oauth2_provider/templates/oauth2_provider/application_registration_form.html:5 |
| 171 | +msgid "Register a new application" |
| 172 | +msgstr "Registrar una nueva aplicación" |
| 173 | + |
| 174 | +#: oauth2_provider/templates/oauth2_provider/authorize.html:8 |
| 175 | +#: oauth2_provider/templates/oauth2_provider/authorize.html:30 |
| 176 | +msgid "Authorize" |
| 177 | +msgstr "Autorizar" |
| 178 | + |
| 179 | +#: oauth2_provider/templates/oauth2_provider/authorize.html:17 |
| 180 | +msgid "Application requires the following permissions" |
| 181 | +msgstr "La aplicación requiere los siguientes permisos" |
| 182 | + |
| 183 | +#: oauth2_provider/templates/oauth2_provider/authorized-token-delete.html:6 |
| 184 | +msgid "Are you sure you want to delete this token?" |
| 185 | +msgstr "¿Está seguro de que quiere eliminar este token?" |
| 186 | + |
| 187 | +#: oauth2_provider/templates/oauth2_provider/authorized-tokens.html:6 |
| 188 | +msgid "Tokens" |
| 189 | +msgstr "Tokens" |
| 190 | + |
| 191 | +#: oauth2_provider/templates/oauth2_provider/authorized-tokens.html:11 |
| 192 | +msgid "revoke" |
| 193 | +msgstr "Anular" |
| 194 | + |
| 195 | +#: oauth2_provider/templates/oauth2_provider/authorized-tokens.html:19 |
| 196 | +msgid "There are no authorized tokens yet." |
| 197 | +msgstr "No hay tokens autorizados aún." |
0 commit comments