From 2eb3fcec8c4bb6643f550b91d6aa372005e5985a Mon Sep 17 00:00:00 2001 From: Dmitry Kalinin Date: Mon, 15 Jun 2020 00:04:30 +0300 Subject: [PATCH] Added Ukrainian locale --- constance/locale/uk/django.mo | Bin 0 -> 1115 bytes constance/locale/uk/django.po | 97 ++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 constance/locale/uk/django.mo create mode 100644 constance/locale/uk/django.po diff --git a/constance/locale/uk/django.mo b/constance/locale/uk/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f1698e647bc01dd4de898d3b437f03d160d3b710 GIT binary patch literal 1115 zcmaixO;6N77{|wVtry{9OpJ~i4QRS;7mTD(G>R`o&;U(I$3U$;0iFTRxAS+}90&Iye;?crJ^&Aa95lcP{DF9cIEnMaJ?H^0 zf=9s>&;{RsTK~O${}a^u-58=1Jl*ESHgAC_na`&C?Ogf|dL2YSn$NZy)U%>=-U}dP zh*wz}N^&czb26OJdQ=Ij0k4peV20C#OBo11p=qPSB(KmUEth$cRMRk=FOWM7rg1jI z$s`L?PRfy}2EIljnJDLp)-EBXIGW~VX%1J+NggLbBwSjVX2OrmKYC+~H= z%&V!Nm=lppjnZ9njL!txWDa2tmlkcO*K{1Sc!@fFuG4eD#xh1&BF%}Ii6mq)id{NX z4`e(~Z?iBEfuIAm)~0}TExO{@Sr8V=QGF0j;it^!<^*STmv&7_*>Ejuc6PQPb-kd< z=d{vlw4RYz4QuE0R@g3Lr8TSjPf3@iHDh#m^!nd-I|bXg7757(#+`5AJ(AB!s}Zt5 z^waVbi}B&TdlNUzzP~y>MwQ3rby3DY6243O9tP4Vg=x$}^F|cc6PJoceoVZce%ji4 zUE-``d!9qjouhhdpYj}sUZysM9Opr=`1@+W>($%bVGlSqU07&Yps~B*ao{O-_Z#=k zn_Td?^^r>vuLP173q1wLAnK)Bqw1qtQ(LO3*0ZJTsanTrTWx30)D}@INN?&Zq&Czi zqMk#6gf?wutH{1bG>Liz*QQ#_mb1lwYtZaz_C$TjRdWir4 literal 0 HcmV?d00001 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 "Настройки"