diff --git a/constance/locale/uk/django.mo b/constance/locale/uk/django.mo new file mode 100644 index 0000000..f1698e6 Binary files /dev/null and b/constance/locale/uk/django.mo differ diff --git a/constance/locale/uk/django.po b/constance/locale/uk/django.po new file mode 100644 index 0000000..a163a89 --- /dev/null +++ b/constance/locale/uk/django.po @@ -0,0 +1,97 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-constance\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-13 19:40+0530\n" +"PO-Revision-Date: 2014-11-27 18:13+0000\n" +"Last-Translator: Dmitry Kalinin \n" +"Language-Team: (http://www.transifex.com/projects/p/django-constance/" +"language/uk/)\n" +"Language: uk\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 "" +"Default value type must be equal to declared config parameter type. Please " +"fix the default value of '%(name)s'." +msgstr "" + +#: admin.py:123 +#, python-format +msgid "" +"Constance doesn't support config values of the type %(config_type)s. Please " +"fix the value of '%(name)s'." +msgstr "" + +#: admin.py:147 +msgid "" +"The settings have been modified by someone else. Please reload the form and " +"resubmit your changes." +msgstr "" + +#: admin.py:160 +msgid "" +"CONSTANCE_CONFIG_FIELDSETS does not contain fields that exist in " +"CONSTANCE_CONFIG." +msgstr "" + +#: admin.py:224 +msgid "Live settings updated successfully." +msgstr "Налаштування успішно збережені." + +#: admin.py:285 +msgid "config" +msgstr "настройка" + +#: apps.py:8 +msgid "Constance" +msgstr "" + +#: backends/database/models.py:19 +msgid "constance" +msgstr "настройка" + +#: backends/database/models.py:20 +msgid "constances" +msgstr "настройка" + +#: management/commands/constance.py:30 +msgid "Get/Set In-database config settings handled by Constance" +msgstr "" + +#: templates/admin/constance/change_list.html:75 +msgid "Save" +msgstr "Зберігти" + +#: templates/admin/constance/change_list.html:84 +msgid "Home" +msgstr "Головний" + +#: templates/admin/constance/includes/results_list.html:5 +msgid "Name" +msgstr "Назва" + +#: templates/admin/constance/includes/results_list.html:6 +msgid "Default" +msgstr "За замовчуванням" + +#: templates/admin/constance/includes/results_list.html:7 +msgid "Value" +msgstr "Поточне значення" + +#: templates/admin/constance/includes/results_list.html:8 +msgid "Is modified" +msgstr "Було змінено" + +#~ msgid "Constance config" +#~ msgstr "Настройки"