308 lines
8.4 KiB
Plaintext
308 lines
8.4 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * web_gantt
|
||
#
|
||
# Translators:
|
||
# Сергей Шебанин <sergey@shebanin.ru>, 2023
|
||
# alenafairy, 2023
|
||
# Martin Trigaux, 2023
|
||
# Wil Odoo, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2023-10-26 22:22+0000\n"
|
||
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
||
"Last-Translator: Wil Odoo, 2024\n"
|
||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: ru\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"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
||
#, python-format
|
||
msgid "Are you sure to delete this record?"
|
||
msgstr "Вы уверены, что хотите удалить эту запись?"
|
||
|
||
#. module: web_gantt
|
||
#: model:ir.model,name:web_gantt.model_base
|
||
msgid "Base"
|
||
msgstr "База"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#, python-format
|
||
msgid "Collapse rows"
|
||
msgstr "Свернуть ряды"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
||
#, python-format
|
||
msgid "Create"
|
||
msgstr "Создать"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "Day"
|
||
msgstr "День"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
||
#, python-format
|
||
msgid "Edit"
|
||
msgstr "Редактировать"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#, python-format
|
||
msgid "Expand rows"
|
||
msgstr "Расширить ряды"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_view.js:0
|
||
#, python-format
|
||
msgid "Gantt"
|
||
msgstr "Гантт"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "Gantt View"
|
||
msgstr "Вид Гантт"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Gantt child can only be field or template, got %s"
|
||
msgstr ""
|
||
"Дочерний элемент Ганта может быть только полем или шаблоном, получено %s"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Gantt must have a 'date_start' attribute"
|
||
msgstr "Гант должен иметь атрибут 'date_start'"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Gantt must have a 'date_stop' attribute"
|
||
msgstr "Гант должен иметь атрибут 'date_stop'"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Gantt must have a 'dependency_inverted_field' attribute once the "
|
||
"'dependency_field' is specified"
|
||
msgstr ""
|
||
"Gantt должен иметь атрибут 'dependency_inverted_field' после указания "
|
||
"'dependency_field'"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Gantt view can contain only one templates tag"
|
||
msgstr "Представление Ганта может содержать только один тег шаблона"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/models.py:0
|
||
#, python-format
|
||
msgid "Insufficient fields for Gantt View!"
|
||
msgstr "Недостаточно полей для представления Ганта!"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Invalid attributes (%s) in gantt view. Attributes must be in (%s)"
|
||
msgstr ""
|
||
"Недопустимые атрибуты (%s) в представлении Ганта. Атрибуты должны быть в "
|
||
"(%s)"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
||
#, python-format
|
||
msgid "Invalid default_scale '%s' in gantt"
|
||
msgstr "Недопустимая шкала по умолчанию '%s' в гигантской схеме"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "Month"
|
||
msgstr "Месяц"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
||
#, python-format
|
||
msgid "Name"
|
||
msgstr "Имя"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_controller.xml:0
|
||
#, python-format
|
||
msgid "New"
|
||
msgstr "Новый"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#, python-format
|
||
msgid "Next"
|
||
msgstr "Следующий"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
||
#, python-format
|
||
msgid "Open"
|
||
msgstr "Открыть"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
||
#, python-format
|
||
msgid "Plan"
|
||
msgstr "План"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#, python-format
|
||
msgid "Previous"
|
||
msgstr "Предыдущий"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/models.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Records that are in the past cannot be automatically rescheduled. They "
|
||
"should be manually rescheduled instead."
|
||
msgstr ""
|
||
"Записи, которые находятся в прошлом, не могут быть автоматически перенесены."
|
||
" Их следует переносить вручную."
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
||
#, python-format
|
||
msgid "Start"
|
||
msgstr "Начало"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
||
#, python-format
|
||
msgid "Stop"
|
||
msgstr "Стоп"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
||
#, python-format
|
||
msgid "Today"
|
||
msgstr "Сегодня"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
||
#, python-format
|
||
msgid "Total"
|
||
msgstr "Всего"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_model.js:0
|
||
#, python-format
|
||
msgid "Undefined %s"
|
||
msgstr "Неопределено %s"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
||
#: model:ir.model,name:web_gantt.model_ir_ui_view
|
||
#, python-format
|
||
msgid "View"
|
||
msgstr "Просмотр"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "Week"
|
||
msgstr "Неделя"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "Year"
|
||
msgstr "Год"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/models.py:0
|
||
#, python-format
|
||
msgid "You cannot reschedule %s towards %s."
|
||
msgstr "Вы не можете перенести %s на %s."
|
||
|
||
#. module: web_gantt
|
||
#. odoo-python
|
||
#: code:addons/web_gantt/models/models.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot reschedule tasks that do not follow a direct dependency path. "
|
||
"Only the first task has been automatically rescheduled."
|
||
msgstr ""
|
||
"Вы не можете перенести в график задачи, которые не следуют прямому пути "
|
||
"зависимости. Автоматически переносится только первая задача."
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "hours"
|
||
msgstr "часов"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "minutes"
|
||
msgstr "минут"
|
||
|
||
#. module: web_gantt
|
||
#. odoo-javascript
|
||
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
||
#, python-format
|
||
msgid "months"
|
||
msgstr "месяцев"
|