-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
101 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2024-04-11 15:25+0000\n" | ||
"POT-Creation-Date: 2024-04-16 09:46+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -51,6 +51,10 @@ msgstr "" | |
msgid "NoRobots ReCaptcha Support" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "OTP is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/captcha/hcaptcha.py:58 | ||
#: collective/volto/formsupport/captcha/norobots.py:67 | ||
#: collective/volto/formsupport/captcha/recaptcha.py:56 | ||
|
@@ -61,22 +65,18 @@ msgstr "" | |
msgid "The email field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The otp field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The token field is missing" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:63 | ||
msgid "The uid field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "Token is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/configure.zcml:43 | ||
msgid "Uninstalls the collective.volto.formsupport add-on." | ||
msgstr "" | ||
|
@@ -89,22 +89,22 @@ msgstr "" | |
msgid "Volto: Form support (uninstall)" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:344 | ||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:342 | ||
msgid "Your code to validate the email address:" | ||
msgstr "" | ||
|
||
#. Default: "Attachments too big. You uploaded ${uploaded_str}, but limit is ${max} MB. Try to compress files." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:187 | ||
msgid "attachments_too_big" | ||
msgstr "" | ||
|
||
#. Default: "Block with @type \"form\" and id \"$block\" not found in this context: $context" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:101 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:102 | ||
msgid "block_form_not_found_label" | ||
msgstr "" | ||
|
||
#. Default: "Empty form data." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:127 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:128 | ||
msgid "empty_form_data" | ||
msgstr "" | ||
|
||
|
@@ -114,17 +114,17 @@ msgid "honeypot_error" | |
msgstr "" | ||
|
||
#. Default: "Unable to send confirm email. Please retry later or contact site administator." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:74 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:75 | ||
msgid "mail_send_exception" | ||
msgstr "" | ||
|
||
#. Default: "You need to set at least one form action between \"send\" and \"store\"." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:116 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:117 | ||
msgid "missing_action" | ||
msgstr "" | ||
|
||
#. Default: "Missing block_id" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:94 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:95 | ||
msgid "missing_blockid_label" | ||
msgstr "" | ||
|
||
|
@@ -139,15 +139,15 @@ msgid "send_mail_text_table" | |
msgstr "" | ||
|
||
#. Default: "Missing required field: subject or from." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:295 | ||
msgid "send_required_field_missing" | ||
msgstr "" | ||
|
||
#. Default: "Email not valid in \"${field}\" field." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:159 | ||
msgid "wrong_email" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:218 | ||
msgid "{email}'s token is wrong" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:219 | ||
msgid "{email}'s OTP is wrong" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2024-04-11 15:25+0000\n" | ||
"POT-Creation-Date: 2024-04-16 09:46+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -48,6 +48,10 @@ msgstr "Kein Captcha-Token angegeben." | |
msgid "NoRobots ReCaptcha Support" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "OTP is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/captcha/hcaptcha.py:58 | ||
#: collective/volto/formsupport/captcha/norobots.py:67 | ||
#: collective/volto/formsupport/captcha/recaptcha.py:56 | ||
|
@@ -58,22 +62,18 @@ msgstr "Der eingegebene Code war falsch. Bitte geben Sie den neuen Code ein." | |
msgid "The email field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The otp field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The token field is missing" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:63 | ||
msgid "The uid field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "Token is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/configure.zcml:43 | ||
msgid "Uninstalls the collective.volto.formsupport add-on." | ||
msgstr "" | ||
|
@@ -86,22 +86,22 @@ msgstr "" | |
msgid "Volto: Form support (uninstall)" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:344 | ||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:342 | ||
msgid "Your code to validate the email address:" | ||
msgstr "" | ||
|
||
#. Default: "Attachments too big. You uploaded ${uploaded_str}, but limit is ${max} MB. Try to compress files." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:187 | ||
msgid "attachments_too_big" | ||
msgstr "Anhang ist zu groß (${uploaded_str}). Die Größe darf ${max} MB nicht überschreiten. Versuchen Sie Dateien zu komprimieren." | ||
|
||
#. Default: "Block with @type \"form\" and id \"$block\" not found in this context: $context" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:101 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:102 | ||
msgid "block_form_not_found_label" | ||
msgstr "Kein Formular-Block mit der ID \"$block\" in diesem Kontext gefunden: $context" | ||
|
||
#. Default: "Empty form data." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:127 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:128 | ||
msgid "empty_form_data" | ||
msgstr "Leere Formulardaten." | ||
|
||
|
@@ -111,17 +111,17 @@ msgid "honeypot_error" | |
msgstr "Formular konnte nicht abgeschickt werden." | ||
|
||
#. Default: "Unable to send confirm email. Please retry later or contact site administator." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:74 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:75 | ||
msgid "mail_send_exception" | ||
msgstr "Die Bestätigungsmail konnte nicht versandt werden. Bitte versuchen Sie es später erneut oder kontaktieren Sie die Seitenadministration." | ||
|
||
#. Default: "You need to set at least one form action between \"send\" and \"store\"." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:116 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:117 | ||
msgid "missing_action" | ||
msgstr "Es muss mindestens eine Formular-Aktion gesetzt werden (\"E-Mail an Empfänger senden\" und/oder \"Kompilierte Daten speichern\")." | ||
|
||
#. Default: "Missing block_id" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:94 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:95 | ||
msgid "missing_blockid_label" | ||
msgstr "Fehlende block_id" | ||
|
||
|
@@ -136,15 +136,15 @@ msgid "send_mail_text_table" | |
msgstr "" | ||
|
||
#. Default: "Missing required field: subject or from." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:295 | ||
msgid "send_required_field_missing" | ||
msgstr "Erforderliches Feld fehlt: Betreff oder Absender" | ||
|
||
#. Default: "Email not valid in \"${field}\" field." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:159 | ||
msgid "wrong_email" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:218 | ||
msgid "{email}'s token is wrong" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:219 | ||
msgid "{email}'s OTP is wrong" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: collective.volto.formsupport\n" | ||
"POT-Creation-Date: 2024-04-11 15:25+0000\n" | ||
"POT-Creation-Date: 2024-04-16 09:46+0000\n" | ||
"PO-Revision-Date: 2023-05-11 10:11-0400\n" | ||
"Last-Translator: Leonardo J. Caballero G. <[email protected]>\n" | ||
"Language-Team: ES <[email protected]>\n" | ||
|
@@ -53,6 +53,10 @@ msgstr "No se proporcionó ningún token captcha." | |
msgid "NoRobots ReCaptcha Support" | ||
msgstr "Soporte de NoRobots ReCaptcha" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "OTP is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/captcha/hcaptcha.py:58 | ||
#: collective/volto/formsupport/captcha/norobots.py:67 | ||
#: collective/volto/formsupport/captcha/recaptcha.py:56 | ||
|
@@ -63,22 +67,18 @@ msgstr "El código que ingresaste es incorrecto, ingresa el nuevo." | |
msgid "The email field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The otp field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:81 | ||
msgid "The token field is missing" | ||
#: collective/volto/formsupport/restapi/services/validation/email.py:60 | ||
msgid "The provided email address is not valid" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:63 | ||
msgid "The uid field is missing" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/validation/email.py:87 | ||
msgid "Token is wrong" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/configure.zcml:43 | ||
msgid "Uninstalls the collective.volto.formsupport add-on." | ||
msgstr "Desinstala o complemento collective.volto.formsupport." | ||
|
@@ -91,22 +91,22 @@ msgstr "Volto: Soporte a formularios" | |
msgid "Volto: Form support (uninstall)" | ||
msgstr "Volto: Soporte a formularios (Desinstalar)" | ||
|
||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:344 | ||
#: collective/volto/formsupport/browser/templates/email_confirm_view.pt:342 | ||
msgid "Your code to validate the email address:" | ||
msgstr "" | ||
|
||
#. Default: "Attachments too big. You uploaded ${uploaded_str}, but limit is ${max} MB. Try to compress files." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:187 | ||
msgid "attachments_too_big" | ||
msgstr "Adjuntos demasiado grandes. Subiste el archivo ${uploaded_str}, pero el límite es de ${max} MB. Intenta comprimir archivos." | ||
|
||
#. Default: "Block with @type \"form\" and id \"$block\" not found in this context: $context" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:101 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:102 | ||
msgid "block_form_not_found_label" | ||
msgstr "Bloque con @type \"form\" y id \"${block}\" no encontrado en contexto: $context." | ||
|
||
#. Default: "Empty form data." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:127 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:128 | ||
msgid "empty_form_data" | ||
msgstr "Formulario sem dados." | ||
|
||
|
@@ -116,17 +116,17 @@ msgid "honeypot_error" | |
msgstr "" | ||
|
||
#. Default: "Unable to send confirm email. Please retry later or contact site administator." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:74 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:75 | ||
msgid "mail_send_exception" | ||
msgstr "No se puede enviar el correo electrónico de confirmación. Vuelva a intentarlo más tarde o póngase en contacto con el administrador del sitio." | ||
|
||
#. Default: "You need to set at least one form action between \"send\" and \"store\"." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:116 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:117 | ||
msgid "missing_action" | ||
msgstr "Debe seleccionar al menos una acción entre \"guardar\" y \"enviar\"." | ||
|
||
#. Default: "Missing block_id" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:94 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:95 | ||
msgid "missing_blockid_label" | ||
msgstr "Campo block_id no informado" | ||
|
||
|
@@ -141,15 +141,15 @@ msgid "send_mail_text_table" | |
msgstr "" | ||
|
||
#. Default: "Missing required field: subject or from." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:295 | ||
msgid "send_required_field_missing" | ||
msgstr "Campo obligatorio no presente: Asunto o remitente." | ||
|
||
#. Default: "Email not valid in \"${field}\" field." | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158 | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:159 | ||
msgid "wrong_email" | ||
msgstr "" | ||
|
||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:218 | ||
msgid "{email}'s token is wrong" | ||
#: collective/volto/formsupport/restapi/services/submit_form/post.py:219 | ||
msgid "{email}'s OTP is wrong" | ||
msgstr "" |
Oops, something went wrong.