1 changed files with 112 additions and 0 deletions
@ -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 "Звонки не найдены" |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue