Initial commit

This commit is contained in:
2024-08-27 20:33:44 +02:00
commit 1f1832267d
14794 changed files with 1599592 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
msgid ""
msgstr ""
"Project-Id-Version: Django-treebeard\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-18 17:36+0200\n"
"PO-Revision-Date: 2009-04-10 18:37+0400\n"
"Last-Translator: chembervint <chembervint@gmail.com>\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: admin.py:113
#, python-format
msgid "Moved node \"%(node)s\" as child of \"%(other)s\""
msgstr ""
#: admin.py:119
#, python-format
msgid "Moved node \"%(node)s\" as sibling of \"%(other)s\""
msgstr ""
#: admin.py:129
#, python-format
msgid "Exception raised while moving node: %s"
msgstr ""
#: al_tree.py:319 mp_tree.py:641 ns_tree.py:308
msgid "Can't move node to a descendant."
msgstr ""
#: forms.py:17
msgid "Child of"
msgstr "Вложенный"
#: forms.py:18
msgid "Sibling of"
msgstr "Соседний к"
#: forms.py:22
msgid "First child of"
msgstr "Первый вложенный"
#: forms.py:23
msgid "Before"
msgstr "До"
#: forms.py:24
msgid "After"
msgstr "После"
#: forms.py:27
msgid "Position"
msgstr "Позиция"
#: forms.py:31
msgid "Relative to"
msgstr "Относительно"
#: forms.py:81
msgid "-- root --"
msgstr "-- корень --"
#: mp_tree.py:521
msgid ""
"The new node is too deep in the tree, try increasing the path.max_length "
"property and UPDATE your database"
msgstr ""
#: mp_tree.py:702
#, python-format
msgid "Path Overflow from: '%s'"
msgstr ""
#: templatetags/admin_tree.py:148
msgid "Return to ordered tree"
msgstr ""

View File

@@ -0,0 +1,25 @@
msgid ""
msgstr ""
"Project-Id-Version: Django-treebeard\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-18 14:12+0200\n"
"PO-Revision-Date: 2011-07-18 14:12+0200\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: static/treebeard/treebeard-admin.js:157
msgid "Abort"
msgstr ""
#: static/treebeard/treebeard-admin.js:172
msgid "As Sibling"
msgstr ""
#: static/treebeard/treebeard-admin.js:190
msgid "As child"
msgstr ""