diff --git a/auth_api_key/i18n/es.po b/auth_api_key/i18n/es.po index 883f6c1158..6735c2f58f 100644 --- a/auth_api_key/i18n/es.po +++ b/auth_api_key/i18n/es.po @@ -6,79 +6,81 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2023-10-31 20:36+0000\n" +"Last-Translator: Ivorra78 \n" "Language-Team: none\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. module: auth_api_key #: model:ir.model,name:auth_api_key.model_auth_api_key msgid "API Key" -msgstr "" +msgstr "Clave API" #. module: auth_api_key #: model:ir.model.constraint,message:auth_api_key.constraint_auth_api_key_name_uniq msgid "Api Key name must be unique." -msgstr "" +msgstr "El nombre de la clave API debe ser único." #. module: auth_api_key #: model:ir.actions.act_window,name:auth_api_key.auth_api_key_act_window #: model:ir.ui.menu,name:auth_api_key.auth_api_key_menu msgid "Auth Api Key" -msgstr "" +msgstr "Clave Auth Api" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_uid msgid "Created by" -msgstr "" +msgstr "Creado por" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_date msgid "Created on" -msgstr "" +msgstr "Creado el" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__display_name msgid "Display Name" -msgstr "" +msgstr "Mostrar Nombre" #. module: auth_api_key #: model:ir.model,name:auth_api_key.model_ir_http msgid "HTTP Routing" -msgstr "" +msgstr "Enrutamiento HTTP" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__id msgid "ID" -msgstr "" +msgstr "ID (identificación)" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__key msgid "Key" -msgstr "" +msgstr "Clave" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key____last_update msgid "Last Modified on" -msgstr "" +msgstr "Última Modificación el" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Última Actualización por" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_date msgid "Last Updated on" -msgstr "" +msgstr "Última Actualización el" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__name msgid "Name" -msgstr "" +msgstr "Nombre" #. module: auth_api_key #: model:ir.model.fields,help:auth_api_key.field_auth_api_key__key @@ -86,12 +88,14 @@ msgid "" "The API key. Enter a dummy value in this field if it is\n" " obtained from the server environment configuration." msgstr "" +"La clave API. Introduzca un valor ficticio en este campo si se\n" +" obtenido de la configuración del entorno del servidor." #. module: auth_api_key #: code:addons/auth_api_key/models/auth_api_key.py:0 #, python-format msgid "The key %s is not allowed" -msgstr "" +msgstr "La clave %s no está permitida" #. module: auth_api_key #: model:ir.model.fields,help:auth_api_key.field_auth_api_key__user_id @@ -99,14 +103,16 @@ msgid "" "The user used to process the requests authenticated by\n" " the api key" msgstr "" +"El usuario utilizado para procesar las solicitudes autenticadas por\n" +" la clave api" #. module: auth_api_key #: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__user_id msgid "User" -msgstr "" +msgstr "Usuario" #. module: auth_api_key #: code:addons/auth_api_key/models/auth_api_key.py:0 #, python-format msgid "User is not allowed" -msgstr "" +msgstr "El usuario no está autorizado"