You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
3.9 KiB
143 lines
3.9 KiB
# TDE3 - tdeaddons/kmathapplet.po Russian translation.
|
|
# Copyright (C) 2005, TDE Russian translation team.
|
|
# Andrey Cherepanov <sibskull@mail.ru>, 2005.
|
|
# Andrei Stepanov <adem4ik@gmail.com>, 2023.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: kmathapplet\n"
|
|
"POT-Creation-Date: 2020-05-11 04:10+0200\n"
|
|
"PO-Revision-Date: 2023-12-06 19:13+0000\n"
|
|
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
|
|
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
|
|
"projects/tdeaddons/kicker-kmathapplet/ru/>\n"
|
|
"Language: ru\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"
|
|
"X-Generator: Weblate 4.17\n"
|
|
|
|
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
|
|
msgid ""
|
|
"_: NAME OF TRANSLATORS\n"
|
|
"Your names"
|
|
msgstr "Андрей Степанов"
|
|
|
|
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
|
|
msgid ""
|
|
"_: EMAIL OF TRANSLATORS\n"
|
|
"Your emails"
|
|
msgstr "adem4ik@gmail.com"
|
|
|
|
#: mathapplet.cpp:67
|
|
msgid "Evaluate:"
|
|
msgstr "Вычислить:"
|
|
|
|
#: mathapplet.cpp:115
|
|
msgid "Use &Degrees"
|
|
msgstr "&Градусы"
|
|
|
|
#: mathapplet.cpp:116
|
|
msgid "Use &Radians"
|
|
msgstr "&Радианы"
|
|
|
|
#: mathapplet.cpp:206
|
|
msgid "< Eval"
|
|
msgstr "< Вычислить"
|
|
|
|
#: mathapplet.cpp:213
|
|
msgid "Eval >"
|
|
msgstr "Вычислить >"
|
|
|
|
#: mathapplet.cpp:258
|
|
msgid "You have to enter an expression to be evaluated first."
|
|
msgstr "Укажите выражение для вычисления."
|
|
|
|
#: parser.cpp:658
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Syntax error"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"ошибка синтаксиса"
|
|
|
|
#: parser.cpp:659 parser.cpp:663 parser.cpp:667 parser.cpp:671 parser.cpp:675
|
|
#: parser.cpp:679 parser.cpp:683 parser.cpp:687 parser.cpp:691 parser.cpp:694
|
|
#: parser.cpp:696
|
|
msgid "Math Expression Evaluator"
|
|
msgstr "Вычисление математических выражений"
|
|
|
|
#: parser.cpp:662
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Missing parenthesis"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"отсутствует скобка"
|
|
|
|
#: parser.cpp:666
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Function name unknown"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"неизвестное имя функции"
|
|
|
|
#: parser.cpp:670
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Void function variable"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"требуется указать значение параметра"
|
|
|
|
#: parser.cpp:674
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Too many functions"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"слишком много функций"
|
|
|
|
#: parser.cpp:678
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Token-memory overflow"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"переполнение памяти"
|
|
|
|
#: parser.cpp:682
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Stack overflow"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"переполнение стека"
|
|
|
|
#: parser.cpp:686
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"Name of function not free"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"название функции зарезервировано"
|
|
|
|
#: parser.cpp:690
|
|
msgid ""
|
|
"Parser error at position %1:\n"
|
|
"recursive function not allowed"
|
|
msgstr ""
|
|
"Ошибка обработки в позиции %1:\n"
|
|
"рекурсивные вызовы запрещены"
|
|
|
|
#: parser.cpp:693
|
|
#, c-format
|
|
msgid "Could not find a defined constant at position %1"
|
|
msgstr "Невозможно найти константу, указанную в позиции %1"
|
|
|
|
#: parser.cpp:696
|
|
msgid "Empty function"
|
|
msgstr "Пустая функция"
|