Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
43 changes: 43 additions & 0 deletions rest_framework_recaptcha/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-28 04:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: rest_framework_recaptcha/validators.py:15
msgid "The request is invalid or malformed."
msgstr "La peticion es invalida o no está correctamente formada."

#: rest_framework_recaptcha/validators.py:17
msgid "The response parameter is invalid or malformed."
msgstr "El parametro response es invalido o no está correctamente formado."

#: rest_framework_recaptcha/validators.py:19
msgid "The secret parameter is invalid or malformed."
msgstr "El parametro secret es invalido o no está correctamente formado."

#: rest_framework_recaptcha/validators.py:20
msgid "The response parameter is missing."
msgstr "No se encontró el parametro response."

#: rest_framework_recaptcha/validators.py:21
msgid "The secret parameter is missing."
msgstr "No se encontró el parametro secret."

#: rest_framework_recaptcha/validators.py:23
msgid "The response parameter has timed out or has already been used."
msgstr "El parametro response ha expirado o ya fue usado."