mysteriendrama/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po

47 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-07-22 12:04:19 +02:00
# This file is distributed under the same license as the Django package.
#
# Translators:
# arneatec <arneatec@gmail.com>, 2022
# Boris Chervenkov <office@sentido.bg>, 2012
# Georgi Kostadinov <grgkostadinov@gmail.com>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# vestimir <vestimir@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:27+0200\n"
"PO-Revision-Date: 2022-01-13 18:20+0000\n"
"Last-Translator: arneatec <arneatec@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
"bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Content Types"
msgstr "Типове съдържание"
msgid "python model class name"
msgstr "име на класа на модела в Python"
msgid "content type"
msgstr "тип на съдържанието"
msgid "content types"
msgstr "типове съдържание"
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr "Обект с тип на съдържанието %(ct_id)s няма асоцииран модел."
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesnt exist"
msgstr "Обект %(obj_id)s с тип на съдържанието %(ct_id)s не съществува."
#, python-format
msgid "%(ct_name)s objects dont have a get_absolute_url() method"
msgstr "%(ct_name)s обекти нямат метода get_absolute_url()"