From c6ce8fea257d9053bae5aee148d5f4ea27d6c911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Mat=C3=ADas=20S=C3=A1nchez=20=28Quique=29?= Date: Sun, 29 Mar 2020 11:31:31 +0200 Subject: [PATCH] Add Spanish translation --- AUTHORS.rst | 1 + model_utils/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 643 bytes model_utils/locale/es/LC_MESSAGES/django.po | 43 ++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 model_utils/locale/es/LC_MESSAGES/django.mo create mode 100644 model_utils/locale/es/LC_MESSAGES/django.po diff --git a/AUTHORS.rst b/AUTHORS.rst index 64f3b0e..59d05e2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -23,6 +23,7 @@ | Donald Stufft | Douglas Meehan | Emin Bugra Saral +| Enrique Matías Sánchez | Eran Rundstein | Eugene Kuznetsov | Felipe Prenholato diff --git a/model_utils/locale/es/LC_MESSAGES/django.mo b/model_utils/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6cf203a7a17b9e80dc4b3ab9aa754c0a754555e4 GIT binary patch literal 643 zcmZXR&u-K(5XJ+PKME2OoH>{q2)QIFhmvIx0=B49qpnJ*dUc)I)Z4^PZ3jW0fh!Nd z18|2Us z0e`?v@E67`e*{I^;+xq1w?ggE#|jAf zk+dW{RT1ebYE7kP3dVV1eR%rbErrPgp=-pZ*33zIzFF~IvQ8PDvuci*;mD_k_g*zF z-l5J|&kI+piofY=$4is5c)HDZ=#vU*{2dDCEK9P4Cu=-=!O}EOpFd5~B#F0#^Srb| zyGD3pb2iad9reTt;ZJ@D$3C2V*Ybdl*-L4SHk~r=b=?ZptV+|qLcXqhQ4=pow5a>f z=ZsujY!;KN=F`zn%%MHGM^ML>LR)AZ!@fB7O;xI;emE literal 0 HcmV?d00001 diff --git a/model_utils/locale/es/LC_MESSAGES/django.po b/model_utils/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..99e0024 --- /dev/null +++ b/model_utils/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,43 @@ +# This file is distributed under the same license as the django-model-utils package. +# +# Translators: +# Enrique Matías Sánchez , 2020. +msgid "" +msgstr "" +"Project-Id-Version: django-model-utils\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-03-29 10:59+0200\n" +"PO-Revision-Date: 2020-03-29 11:14+0100\n" +"Last-Translator: Enrique Matías Sánchez \n" +"Language-Team: \n" +"Language: es\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" +"X-Generator: Lokalize 2.0\n" + +#: models.py:28 +msgid "created" +msgstr "creado" + +#: models.py:29 +msgid "modified" +msgstr "modificado" + +#: models.py:51 +msgid "start" +msgstr "inicio" + +#: models.py:52 +msgid "end" +msgstr "fin" + +#: models.py:67 +msgid "status" +msgstr "estado" + +#: models.py:68 +msgid "status changed" +msgstr "estado modificado" +