[Python-modules-commits] [django-taggit] 01/03: Imported Upstream version 0.18.3
Michal Cihar
nijel at moszumanska.debian.org
Wed May 18 11:15:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
nijel pushed a commit to branch master
in repository django-taggit.
commit 7af70587fb78834f65a141027aedbd94d9579c94
Author: Michal Čihař <nijel at debian.org>
Date: Wed May 18 13:13:23 2016 +0200
Imported Upstream version 0.18.3
---
CHANGELOG.txt | 5 +++
PKG-INFO | 2 +-
django_taggit.egg-info/PKG-INFO | 2 +-
django_taggit.egg-info/SOURCES.txt | 4 +++
taggit/__init__.py | 2 +-
taggit/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1078 bytes
taggit/locale/es/LC_MESSAGES/django.po | 64 +++++++++++++++++++++++++++++++++
taggit/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes
taggit/locale/tr/LC_MESSAGES/django.po | 64 +++++++++++++++++++++++++++++++++
9 files changed, 140 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 507dabb..a3ab339 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,11 @@
Changelog
=========
+0.18.3 (2016-05-12)
+~~~~~~~~~~~~~~~~~~~
+ * Added Spanish and Turkish translations
+ * https://github.com/alex/django-taggit/pull/402
+
0.18.2 (2016-05-08)
~~~~~~~~~~~~~~~~~~~
* Add the min_count parameter to managers.most_common function
diff --git a/PKG-INFO b/PKG-INFO
index 0159924..60f2866 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: django-taggit
-Version: 0.18.2
+Version: 0.18.3
Summary: django-taggit is a reusable Django application for simple tagging.
Home-page: http://github.com/alex/django-taggit/tree/master
Author: Alex Gaynor
diff --git a/django_taggit.egg-info/PKG-INFO b/django_taggit.egg-info/PKG-INFO
index 0159924..60f2866 100644
--- a/django_taggit.egg-info/PKG-INFO
+++ b/django_taggit.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: django-taggit
-Version: 0.18.2
+Version: 0.18.3
Summary: django-taggit is a reusable Django application for simple tagging.
Home-page: http://github.com/alex/django-taggit/tree/master
Author: Alex Gaynor
diff --git a/django_taggit.egg-info/SOURCES.txt b/django_taggit.egg-info/SOURCES.txt
index e1e936c..309c69e 100644
--- a/django_taggit.egg-info/SOURCES.txt
+++ b/django_taggit.egg-info/SOURCES.txt
@@ -36,6 +36,8 @@ taggit/locale/de/LC_MESSAGES/django.po
taggit/locale/en/LC_MESSAGES/django.po
taggit/locale/eo/LC_MESSAGES/django.mo
taggit/locale/eo/LC_MESSAGES/django.po
+taggit/locale/es/LC_MESSAGES/django.mo
+taggit/locale/es/LC_MESSAGES/django.po
taggit/locale/he/LC_MESSAGES/django.mo
taggit/locale/he/LC_MESSAGES/django.po
taggit/locale/it/LC_MESSAGES/django.mo
@@ -50,6 +52,8 @@ taggit/locale/pt_BR/LC_MESSAGES/django.mo
taggit/locale/pt_BR/LC_MESSAGES/django.po
taggit/locale/ru/LC_MESSAGES/django.mo
taggit/locale/ru/LC_MESSAGES/django.po
+taggit/locale/tr/LC_MESSAGES/django.mo
+taggit/locale/tr/LC_MESSAGES/django.po
taggit/migrations/0001_initial.py
taggit/migrations/0002_auto_20150616_2121.py
taggit/migrations/__init__.py
diff --git a/taggit/__init__.py b/taggit/__init__.py
index 870fd1b..109f6b2 100644
--- a/taggit/__init__.py
+++ b/taggit/__init__.py
@@ -1 +1 @@
-VERSION = (0, 18, 2)
+VERSION = (0, 18, 3)
diff --git a/taggit/locale/es/LC_MESSAGES/django.mo b/taggit/locale/es/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..7b0046f
Binary files /dev/null and b/taggit/locale/es/LC_MESSAGES/django.mo differ
diff --git a/taggit/locale/es/LC_MESSAGES/django.po b/taggit/locale/es/LC_MESSAGES/django.po
new file mode 100644
index 0000000..c4eb44e
--- /dev/null
+++ b/taggit/locale/es/LC_MESSAGES/django.po
@@ -0,0 +1,64 @@
+# 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 at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-05-10 19:55-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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"
+
+#: forms.py:27
+msgid "Please provide a comma-separated list of tags."
+msgstr "Por favor provea una lista de etiquetas separadas por coma."
+
+#: managers.py:297 models.py:101
+msgid "Tags"
+msgstr "Etiquetas"
+
+#: managers.py:298
+msgid "A comma-separated list of tags."
+msgstr "Una lista de etiquetas separadas por coma."
+
+#: models.py:46
+msgid "Name"
+msgstr "Nombre"
+
+#: models.py:47
+msgid "Slug"
+msgstr "Marquilla"
+
+#: models.py:100
+msgid "Tag"
+msgstr "Etiqueta"
+
+#: models.py:107
+#, python-format
+msgid "%(object)s tagged with %(tag)s"
+msgstr "%(object)s etiquetados con %(tag)s"
+
+#: models.py:162
+msgid "Content type"
+msgstr "Tipo de contenido"
+
+#: models.py:206 models.py:215
+msgid "Object id"
+msgstr "Id del objeto"
+
+#: models.py:223
+msgid "Tagged Item"
+msgstr "Elemento etiquetado"
+
+#: models.py:224
+msgid "Tagged Items"
+msgstr "Elementos etiquetados"
diff --git a/taggit/locale/tr/LC_MESSAGES/django.mo b/taggit/locale/tr/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..bf7a3b9
Binary files /dev/null and b/taggit/locale/tr/LC_MESSAGES/django.mo differ
diff --git a/taggit/locale/tr/LC_MESSAGES/django.po b/taggit/locale/tr/LC_MESSAGES/django.po
new file mode 100644
index 0000000..5c32953
--- /dev/null
+++ b/taggit/locale/tr/LC_MESSAGES/django.po
@@ -0,0 +1,64 @@
+# 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 at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-05-10 19:55-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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"
+
+#: forms.py:27
+msgid "Please provide a comma-separated list of tags."
+msgstr "Etiketleri bir virgülle ayrılmış listesini veriniz."
+
+#: managers.py:297 models.py:101
+msgid "Tags"
+msgstr "Etiketler"
+
+#: managers.py:298
+msgid "A comma-separated list of tags."
+msgstr "Etiketlerin virgülle ayrılmış listesi."
+
+#: models.py:46
+msgid "Name"
+msgstr "Adı"
+
+#: models.py:47
+msgid "Slug"
+msgstr "Kısaltma"
+
+#: models.py:100
+msgid "Tag"
+msgstr "Etiketler"
+
+#: models.py:107
+#, python-format
+msgid "%(object)s tagged with %(tag)s"
+msgstr "%(object)s %(tag)s ile etiketlendi"
+
+#: models.py:162
+msgid "Content type"
+msgstr "İçerik türü"
+
+#: models.py:206 models.py:215
+msgid "Object id"
+msgstr "Nesne kimliği"
+
+#: models.py:223
+msgid "Tagged Item"
+msgstr "Takip edilen Öğe"
+
+#: models.py:224
+msgid "Tagged Items"
+msgstr "Takip edilen Öğeler"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/django-taggit.git
More information about the Python-modules-commits
mailing list