Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Apr 11, 2024
1 parent 378da6e commit fb6ec66
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-01-10 11:00+0000\n"
"POT-Creation-Date: 2024-04-11 13: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"
Expand All @@ -17,6 +17,10 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n"
"Domain: collective.volto.formsupport\n"

#: collective/volto/formsupport/restapi/services/validation/email.py:42
msgid "Codice della conferma email"
msgstr ""

#: collective/volto/formsupport/captcha/recaptcha.py:12
msgid "Google ReCaptcha"
msgstr ""
Expand Down Expand Up @@ -53,6 +57,26 @@ msgstr ""
msgid "The code you entered was wrong, please enter the new one."
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:55
msgid "The email field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:58
msgid "The provided email address is not valid"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:79
msgid "The token field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:61
msgid "The uid field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:85
msgid "Token is wrong"
msgstr ""

#: collective/volto/formsupport/configure.zcml:42
msgid "Uninstalls the collective.volto.formsupport add-on."
msgstr ""
Expand All @@ -66,7 +90,7 @@ msgid "Volto: Form support (uninstall)"
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:185
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186
msgid "attachments_too_big"
msgstr ""

Expand Down Expand Up @@ -111,11 +135,15 @@ msgid "send_mail_text_table"
msgstr ""

#. Default: "Missing required field: subject or from."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:271
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294
msgid "send_required_field_missing"
msgstr ""

#. Default: "Email not valid in \"${field}\" field."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:157
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158
msgid "wrong_email"
msgstr ""

#: collective/volto/formsupport/restapi/services/submit_form/post.py:218
msgid "{email}'s token is wrong"
msgstr ""
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-01-10 11:00+0000\n"
"POT-Creation-Date: 2024-04-11 13: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"
Expand All @@ -14,6 +14,10 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n"
"Domain: DOMAIN\n"

#: collective/volto/formsupport/restapi/services/validation/email.py:42
msgid "Codice della conferma email"
msgstr ""

#: collective/volto/formsupport/captcha/recaptcha.py:12
msgid "Google ReCaptcha"
msgstr ""
Expand Down Expand Up @@ -50,6 +54,26 @@ msgstr ""
msgid "The code you entered was wrong, please enter the new one."
msgstr "Der eingegebene Code war falsch. Bitte geben Sie den neuen Code ein."

#: collective/volto/formsupport/restapi/services/validation/email.py:55
msgid "The email field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:58
msgid "The provided email address is not valid"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:79
msgid "The token field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:61
msgid "The uid field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:85
msgid "Token is wrong"
msgstr ""

#: collective/volto/formsupport/configure.zcml:42
msgid "Uninstalls the collective.volto.formsupport add-on."
msgstr ""
Expand All @@ -63,7 +87,7 @@ msgid "Volto: Form support (uninstall)"
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:185
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186
msgid "attachments_too_big"
msgstr "Anhang ist zu groß (${uploaded_str}). Die Größe darf ${max} MB nicht überschreiten. Versuchen Sie Dateien zu komprimieren."

Expand Down Expand Up @@ -108,11 +132,15 @@ msgid "send_mail_text_table"
msgstr ""

#. Default: "Missing required field: subject or from."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:271
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294
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:157
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158
msgid "wrong_email"
msgstr ""

#: collective/volto/formsupport/restapi/services/submit_form/post.py:218
msgid "{email}'s token is wrong"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: collective.volto.formsupport\n"
"POT-Creation-Date: 2024-01-10 11:00+0000\n"
"POT-Creation-Date: 2024-04-11 13:22+0000\n"
"PO-Revision-Date: 2023-05-11 10:11-0400\n"
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>\n"
"Language-Team: ES <LL@li.org>\n"
Expand All @@ -19,6 +19,10 @@ msgstr ""
"X-Is-Fallback-For: es-ar es-bo es-cl es-co es-cr es-do es-ec es-es es-sv es-gt es-hn es-mx es-ni es-pa es-py es-pe es-pr es-us es-uy es-ve\n"
"X-Generator: Poedit 2.2.1\n"

#: collective/volto/formsupport/restapi/services/validation/email.py:42
msgid "Codice della conferma email"
msgstr ""

#: collective/volto/formsupport/captcha/recaptcha.py:12
msgid "Google ReCaptcha"
msgstr "Google ReCaptcha"
Expand Down Expand Up @@ -55,6 +59,26 @@ msgstr "Soporte de NoRobots ReCaptcha"
msgid "The code you entered was wrong, please enter the new one."
msgstr "El código que ingresaste es incorrecto, ingresa el nuevo."

#: collective/volto/formsupport/restapi/services/validation/email.py:55
msgid "The email field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:58
msgid "The provided email address is not valid"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:79
msgid "The token field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:61
msgid "The uid field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:85
msgid "Token is wrong"
msgstr ""

#: collective/volto/formsupport/configure.zcml:42
msgid "Uninstalls the collective.volto.formsupport add-on."
msgstr "Desinstala o complemento collective.volto.formsupport."
Expand All @@ -68,7 +92,7 @@ msgid "Volto: Form support (uninstall)"
msgstr "Volto: Soporte a formularios (Desinstalar)"

#. 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:185
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186
msgid "attachments_too_big"
msgstr "Adjuntos demasiado grandes. Subiste el archivo ${uploaded_str}, pero el límite es de ${max} MB. Intenta comprimir archivos."

Expand Down Expand Up @@ -113,11 +137,15 @@ msgid "send_mail_text_table"
msgstr ""

#. Default: "Missing required field: subject or from."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:271
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294
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:157
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158
msgid "wrong_email"
msgstr ""

#: collective/volto/formsupport/restapi/services/submit_form/post.py:218
msgid "{email}'s token is wrong"
msgstr ""
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-01-10 11:00+0000\n"
"POT-Creation-Date: 2024-04-11 13: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"
Expand All @@ -14,6 +14,10 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n"
"Domain: DOMAIN\n"

#: collective/volto/formsupport/restapi/services/validation/email.py:42
msgid "Codice della conferma email"
msgstr ""

#: collective/volto/formsupport/captcha/recaptcha.py:12
msgid "Google ReCaptcha"
msgstr "Google ReCaptcha"
Expand Down Expand Up @@ -50,6 +54,26 @@ msgstr "NoRobots"
msgid "The code you entered was wrong, please enter the new one."
msgstr "Il codice che hai inserito è sbagliato, per favore prova con un altro."

#: collective/volto/formsupport/restapi/services/validation/email.py:55
msgid "The email field is missing"
msgstr "Campo email è mancante"

#: collective/volto/formsupport/restapi/services/validation/email.py:58
msgid "The provided email address is not valid"
msgstr "L'email usato non è valido"

#: collective/volto/formsupport/restapi/services/validation/email.py:79
msgid "The token field is missing"
msgstr "Campo token è mancante"

#: collective/volto/formsupport/restapi/services/validation/email.py:61
msgid "The uid field is missing"
msgstr "Campo uid è mancante"

#: collective/volto/formsupport/restapi/services/validation/email.py:85
msgid "Token is wrong"
msgstr "Token non è valido"

#: collective/volto/formsupport/configure.zcml:42
msgid "Uninstalls the collective.volto.formsupport add-on."
msgstr "Disinstalla collective.volto.formsupport."
Expand All @@ -63,7 +87,7 @@ msgid "Volto: Form support (uninstall)"
msgstr "Volto: Form support (uninstall)"

#. 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:185
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186
msgid "attachments_too_big"
msgstr "Allegati troppo grandi. Hai caricato ${uploaded_str}, ma il limite è di ${max} MB. Prova a comprimerli."

Expand Down Expand Up @@ -108,11 +132,15 @@ msgid "send_mail_text_table"
msgstr "Dati inviati per ${title}"

#. Default: "Missing required field: subject or from."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:271
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294
msgid "send_required_field_missing"
msgstr "Campo obbligatorio mancante: subject o from."

#. Default: "Email not valid in \"${field}\" field."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:157
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158
msgid "wrong_email"
msgstr "Email inserita non valida nel campo \"${field}\"."

#: collective/volto/formsupport/restapi/services/submit_form/post.py:218
msgid "{email}'s token is wrong"
msgstr "OTP per {email} non è valido"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2024-01-10 11:00+0000\n"
"POT-Creation-Date: 2024-04-11 13:22+0000\n"
"PO-Revision-Date: 2021-05-11 18:49-0300\n"
"Last-Translator: Érico Andrei <ericof@plone.org>, 2021\n"
"Language-Team: Portuguese (https://www.transifex.com/plone/teams/14552/pt/)\n"
Expand All @@ -16,6 +16,10 @@ msgstr ""
"Language: pt_BR\n"
"X-Generator: Poedit 2.4.3\n"

#: collective/volto/formsupport/restapi/services/validation/email.py:42
msgid "Codice della conferma email"
msgstr ""

#: collective/volto/formsupport/captcha/recaptcha.py:12
msgid "Google ReCaptcha"
msgstr ""
Expand Down Expand Up @@ -52,6 +56,26 @@ msgstr ""
msgid "The code you entered was wrong, please enter the new one."
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:55
msgid "The email field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:58
msgid "The provided email address is not valid"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:79
msgid "The token field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:61
msgid "The uid field is missing"
msgstr ""

#: collective/volto/formsupport/restapi/services/validation/email.py:85
msgid "Token is wrong"
msgstr ""

#: collective/volto/formsupport/configure.zcml:42
msgid "Uninstalls the collective.volto.formsupport add-on."
msgstr "Desinstala o complemento collective.volto.formsupport."
Expand All @@ -65,7 +89,7 @@ msgid "Volto: Form support (uninstall)"
msgstr "Volto: Suporte a formulários (Desinstalar)"

#. 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:185
#: collective/volto/formsupport/restapi/services/submit_form/post.py:186
msgid "attachments_too_big"
msgstr ""

Expand Down Expand Up @@ -110,11 +134,15 @@ msgid "send_mail_text_table"
msgstr ""

#. Default: "Missing required field: subject or from."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:271
#: collective/volto/formsupport/restapi/services/submit_form/post.py:294
msgid "send_required_field_missing"
msgstr "Campo obrigatório não presente: Assunto ou remetente."

#. Default: "Email not valid in \"${field}\" field."
#: collective/volto/formsupport/restapi/services/submit_form/post.py:157
#: collective/volto/formsupport/restapi/services/submit_form/post.py:158
msgid "wrong_email"
msgstr ""

#: collective/volto/formsupport/restapi/services/submit_form/post.py:218
msgid "{email}'s token is wrong"
msgstr ""

0 comments on commit fb6ec66

Please sign in to comment.