8000 Translate library/email.errors.po file by lkmeta · Pull Request #1553 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Translate library/email.errors.po file #1553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 21, 2021
Prev Previous commit
Next Next commit
fix mistake from another file
  • Loading branch information
lkmeta committed Oct 20, 2021
commit 53de1adfc3768e541295d6b49f81e1c04107bf1f
10 changes: 5 additions & 5 deletions c-api/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-10-19 02:00+0200\n"
"Last-Translator: Meta Louis-Kosmas <louiskmeta@gmail.com>\n"
"PO-Revision-Date: 2021-08-01 20:34+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);nMIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/c-api/datetime.rst:6
msgid "DateTime Objects"
Expand Down Expand Up @@ -273,7 +273,7 @@ msgstr "Retorna el micro segundo, como un int de 0 hasta 999999."

#: ../Doc/c-api/datetime.rst:195 ../Doc/c-api/datetime.rst:224
msgid "Return the tzinfo (which may be ``None``)."
msgstr "Retorna el tzinfo (que puede ser ``None``)."
msgstr ""

#: ../Doc/c-api/datetime.rst:199
msgid ""
Expand Down
0