From ae522c586eb78859952a9fd124c3368856ac416b Mon Sep 17 00:00:00 2001 From: bashmak Date: Mon, 22 May 2017 16:52:45 +0300 Subject: [PATCH] init commit --- dialing_app/locale/ru/LC_MESSAGES/django.po | 112 ++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 dialing_app/locale/ru/LC_MESSAGES/django.po diff --git a/dialing_app/locale/ru/LC_MESSAGES/django.po b/dialing_app/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..a5c9f8c --- /dev/null +++ b/dialing_app/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,112 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Dmitry Novikov nerosketch@gmail.com, 2017. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-22 11:59+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Dmitry Novikov nerosketch@gmail.com\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#: dialing_app/models.py:8 +msgid "No answer" +msgstr "Не отвечен" + +#: dialing_app/models.py:9 +msgid "Failed" +msgstr "С ошибкой" + +#: dialing_app/models.py:10 +msgid "Busy" +msgstr "Занято" + +#: dialing_app/models.py:11 +msgid "Answered" +msgstr "Отвечен" + +#: dialing_app/models.py:12 +msgid "Unknown" +msgstr "Не определён" + +#: dialing_app/templates/index.html:8 +msgid "Dialing" +msgstr "Звонки" + +#: dialing_app/templates/index.html:11 +msgid "Last calls" +msgstr "Последние звонки" + +#: dialing_app/templates/index.html:19 +msgid "calldate" +msgstr "дата звонка" + +#: dialing_app/templates/index.html:20 +msgid "src" +msgstr "кто" + +#: dialing_app/templates/index.html:21 +msgid "dst" +msgstr "куда" + +#: dialing_app/templates/index.html:22 +msgid "dcontext" +msgstr "контекст" + +#: dialing_app/templates/index.html:23 +msgid "channel" +msgstr "канал" + +#: dialing_app/templates/index.html:24 +msgid "dstchannel" +msgstr "канал назначения" + +#: dialing_app/templates/index.html:25 +msgid "lastdata" +msgstr "lastdata" + +#: dialing_app/templates/index.html:26 +msgid "duration" +msgstr "продолжительность" + +#: dialing_app/templates/index.html:27 +msgid "billsec" +msgstr "вся продолж." + +#: dialing_app/templates/index.html:28 +msgid "start" +msgstr "начало" + +#: dialing_app/templates/index.html:29 +msgid "answer" +msgstr "ответ" + +#: dialing_app/templates/index.html:30 +msgid "end" +msgstr "конец" + +#: dialing_app/templates/index.html:31 +msgid "disposition" +msgstr "состояние" + +#: dialing_app/templates/index.html:32 +msgid "amaflags" +msgstr "amaflags" + +#: dialing_app/templates/index.html:33 +msgid "uniqueid" +msgstr "uniqueid" + +#: dialing_app/templates/index.html:57 +msgid "Calls was not found" +msgstr "Звонки не найдены"