2016-06-19 13:47:49 +02:00
|
|
|
|
# Russian translation of the Godot Engine editor
|
2017-01-01 22:01:57 +01:00
|
|
|
|
# Copyright (C) 2016-2017 Juan Linietsky, Ariel Manzur and the Godot community
|
2016-05-30 09:01:44 +02:00
|
|
|
|
# This file is distributed under the same license as the Godot source code.
|
|
|
|
|
#
|
2016-06-19 13:47:49 +02:00
|
|
|
|
# DimOkGamer <dimokgamer@gmail.com>, 2016.
|
2016-06-28 08:48:46 +02:00
|
|
|
|
# Maxim Kim <habamax@gmail.com>, 2016.
|
2016-06-19 13:47:49 +02:00
|
|
|
|
# Maxim toby3d Lebedev <mail@toby3d.ru>, 2016.
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#
|
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Project-Id-Version: Godot Engine editor\n"
|
|
|
|
|
"POT-Creation-Date: \n"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
"PO-Revision-Date: 2016-12-14 17:04+0000\n"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Last-Translator: DimOkGamer <dimokgamer@gmail.com>\n"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
"Language-Team: Russian <https://hosted.weblate.org/projects/godot-engine/"
|
|
|
|
|
"godot/ru/>\n"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
"Language: ru\n"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
"MIME-Version: 1.0\n"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
"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"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
"X-Generator: Weblate 2.10-dev\n"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script_builtin_funcs.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Invalid type argument to convert(), use TYPE_* constants."
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Неверный тип аргумента для convert(), используйте TYPE_* константы."
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script_builtin_funcs.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Not enough bytes for decoding bytes, or invalid format."
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Не хватает байтов для декодирования байтов, или неверный формат."
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "step argument is zero!"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Аргумент шага равен нулю!"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Not a script with an instance"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Скрипт без экземпляра"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Not based on a script"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Основан не на скрипте"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Not based on a resource file"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Основан не на файле ресурсов"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Invalid instance dictionary format (missing @path)"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Недопустимый формат экземпляра словаря (отсутствует @path)"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Invalid instance dictionary format (can't load script at @path)"
|
|
|
|
|
msgstr ""
|
2016-06-19 18:24:38 +02:00
|
|
|
|
"Недопустимый формат экземпляра словаря (невозможно загрузить скрипт из @path)"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Invalid instance dictionary format (invalid script at @path)"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Недопустимый формат экземпляра словаря (неверный скрипт в @path)"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/gdscript/gd_functions.cpp
|
|
|
|
|
msgid "Invalid instance dictionary (invalid subclasses)"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Недопустимый экземпляр словаря (неверные подклассы)"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"A node yielded without working memory, please read the docs on how to yield "
|
|
|
|
|
"properly!"
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Узел покинут без рабочей памяти, пожалуйста, прочитайте документацию о том, "
|
|
|
|
|
"как правильно выходить!"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Node yielded, but did not return a function state in the first working "
|
|
|
|
|
"memory."
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Узел покинут, но не возвращает состояние функции в первой рабочей памяти."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Return value must be assigned to first element of node working memory! Fix "
|
|
|
|
|
"your node please."
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Возвращаемое значение должно быть присвоено первому элементу узла рабочей "
|
|
|
|
|
"памяти! Исправьте узел пожалуйста."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid "Node returned an invalid sequence output: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Узел вернул ошибочную последовательность: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid "Found sequence bit but not the node in the stack, report bug!"
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Найдена последовательность бит, но не узел в стеке, сообщение об ошибке!"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script.cpp
|
|
|
|
|
msgid "Stack overflow with stack depth: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Переполнение стека с глубиной стека: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Functions:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Функции:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Variables:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Переменные:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Signals:"
|
|
|
|
|
msgstr "Сигналы:"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Name is not a valid identifier:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Имя не является допустимым идентификатором:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Name already in use by another func/var/signal:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Имя уже используется другой функцией/переменной/сигналом:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Rename Function"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Переименовать функцию"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Rename Variable"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Переименовать переменную"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Rename Signal"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Переименовать сигнал"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Function"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Добавить функцию"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Variable"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Добавить переменную"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Signal"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Добавить сигнал"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Remove Function"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Удалить функцию"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Remove Variable"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Удалить переменную"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Editing Variable:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Редактирование переменной:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Remove Signal"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Удалить сигнал"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Editing Signal:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Редактирование сигнала:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Change Expression"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Изменить выражение"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Node"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Добавить узел"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
msgid "Hold Meta to drop a Getter. Hold Shift to drop a generic signature."
|
|
|
|
|
msgstr ""
|
2016-10-09 18:00:17 +02:00
|
|
|
|
"Зажмите Meta, чтобы добавить Getter. Зажмите Shift, чтобы добавить "
|
|
|
|
|
"универсальную подпись."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
msgid "Hold Ctrl to drop a Getter. Hold Shift to drop a generic signature."
|
|
|
|
|
msgstr ""
|
2016-10-09 18:00:17 +02:00
|
|
|
|
"Зажмите Ctrl, чтобы добавить Getter. Зажмите Shift, чтобы добавить "
|
|
|
|
|
"универсальную подпись."
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Hold Meta to drop a simple reference to the node."
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Зажмите Meta, чтобы добавить простую ссылку на узел."
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Hold Ctrl to drop a simple reference to the node."
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Зажмите Ctrl, чтобы добавить простую ссылку на узел."
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Hold Meta to drop a Variable Setter."
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Зажмите Meta, чтобы добавить Variable Setter."
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Hold Ctrl to drop a Variable Setter."
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Зажмите Ctrl, чтобы добавить Variable Setter."
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Preload Node"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Добавить предзагрузочный узел"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Node(s) From Tree"
|
|
|
|
|
msgstr "Добавить узел(узлы) из дерева"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Getter Property"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Добавить получающее свойство"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Add Setter Property"
|
|
|
|
|
msgstr "Добавить устанавливающее свойство"
|
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Condition"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Условие"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Sequence"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Последовательность"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Switch"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Переключатель"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Iterator"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Итератор"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "While"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Пока"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Return"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Возвращение"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp tools/editor/call_dialog.cpp
|
|
|
|
|
msgid "Call"
|
|
|
|
|
msgstr "Вызов"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Get"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Получить"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Set"
|
|
|
|
|
msgstr "Задан"
|
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Edit"
|
|
|
|
|
msgstr "Редактировать"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Base Type:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Базовый тип:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Members:"
|
|
|
|
|
msgstr "Участники:"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Available Nodes:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Доступные узлы:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Select or create a function to edit graph"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Выберите или создайте функцию для редактирования графа"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp tools/editor/call_dialog.cpp
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/property_editor.cpp
|
|
|
|
|
#: tools/editor/run_settings_dialog.cpp tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Close"
|
|
|
|
|
msgstr "Закрыть"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Edit Signal Arguments:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Редактирование аргументов сигнала:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Edit Variable:"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Редактировать переменную:"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Change"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Изменить"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Delete Selected"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Удалить выделенное"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Toggle Breakpoint"
|
|
|
|
|
msgstr "Точка остановки"
|
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
msgid "Find Node Type"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Найти тип узла"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Copy Nodes"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Копировать узлы"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Cut Nodes"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Вырезать узлы"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_editor.cpp
|
|
|
|
|
msgid "Paste Nodes"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Вставить узлы"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: modules/visual_script/visual_script_flow_control.cpp
|
|
|
|
|
msgid "Input type not iterable: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Входной тип не итерируемый: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_flow_control.cpp
|
|
|
|
|
msgid "Iterator became invalid"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Итератор стал недействительным"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_flow_control.cpp
|
|
|
|
|
msgid "Iterator became invalid: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Итератор стал недействительным: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_func_nodes.cpp
|
|
|
|
|
msgid "Invalid index property name."
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Неверный индекс свойства имени."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_func_nodes.cpp
|
|
|
|
|
msgid "Base object is not a Node!"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Базовый объект не является узлом!"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_func_nodes.cpp
|
|
|
|
|
msgid "Path does not lead Node!"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Путь не приводит к узлу!"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_func_nodes.cpp
|
|
|
|
|
msgid "Invalid index property name '%s' in node %s."
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Неправильный индекс свойства имени '%s' в узле %s."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid ": Invalid argument of type: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr ": Недопустимый аргумент типа: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid ": Invalid arguments: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr ": Недопустимые аргументы: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid "VariableGet not found in script: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "VariableGet не найден в скрипте: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid "VariableSet not found in script: "
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "VariableSet не найден в скрипте: "
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid "Custom node has no _step() method, can't process graph."
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Пользовательский узел не имеет метода _step(), не возможно обрабатывать граф."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Invalid return value from _step(), must be integer (seq out), or string "
|
|
|
|
|
"(error)."
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Недопустимое значение, возвращаемое _step(), должно быть целое число(seq "
|
|
|
|
|
"out) или строка (error)."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid "just pressed"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "просто нажата"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
|
|
|
|
#: modules/visual_script/visual_script_nodes.cpp
|
|
|
|
|
msgid "just released"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "просто отпущена"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Couldn't read the certficate file. Are the path and password both correct?"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Не могу прочитать файл сертификата. Уверены, что путь и пароль верны?"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Error creating the signature object."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Ошибка при создании объекта подписи."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Error creating the package signature."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Ошибка при создании подписи пакета."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"No export templates found.\n"
|
|
|
|
|
"Download and install export templates."
|
|
|
|
|
msgstr ""
|
2016-11-15 08:54:52 +01:00
|
|
|
|
"Шаблоны экспорта не найдены.\n"
|
|
|
|
|
"Скачайте и установите шаблоны экспорта."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Custom debug package not found."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Пользовательский отладочный пакет не найден."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Custom release package not found."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Пользовательский релизный пакет не найден."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid unique name."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверное уникальное имя."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid product GUID."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверный GUID продукта."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid publisher GUID."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверный GUID издателя."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid background color."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Недопустимый цвет фона."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid Store Logo image dimensions (should be 50x50)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры логотипа для магазина (должны быть 50х50)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid square 44x44 logo image dimensions (should be 44x44)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры квадратного логотипа 44x44 (должны быть 44x44)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid square 71x71 logo image dimensions (should be 71x71)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры квадратного логотипа 71x71 (должны быть 71x71)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid square 150x150 logo image dimensions (should be 150x150)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры квадратного логотипа 150x150 (должны быть 150x150)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid square 310x310 logo image dimensions (should be 310x310)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры квадратного логотипа 310x310 (должны быть 310x310)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid wide 310x150 logo image dimensions (should be 310x150)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры широкого логотипа 310x150 (должны быть 310x150)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: platform/uwp/export/export.cpp
|
2016-10-09 18:12:42 +02:00
|
|
|
|
msgid "Invalid splash screen image dimensions (should be 620x300)."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Неверные размеры заставки (должны быть 620x300)."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/animated_sprite.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"A SpriteFrames resource must be created or set in the 'Frames' property in "
|
|
|
|
|
"order for AnimatedSprite to display frames."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Чтобы AnimatedSprite отображал кадры, пожалуйста установите или создайте "
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"ресурс SpriteFrames в параметре 'Frames'."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/canvas_modulate.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Only one visible CanvasModulate is allowed per scene (or set of instanced "
|
|
|
|
|
"scenes). The first created one will work, while the rest will be ignored."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Только один видимый CanvasModulate на сцену (или совокупность приведённых "
|
|
|
|
|
"сцен). Будет работать первый созданный, остальные будут проигнорированы."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/collision_polygon_2d.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionPolygon2D only serves to provide a collision shape to a "
|
|
|
|
|
"CollisionObject2D derived node. Please only use it as a child of Area2D, "
|
|
|
|
|
"StaticBody2D, RigidBody2D, KinematicBody2D, etc. to give them a shape."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionPolygon2D служит только для обеспечения столкновений фигурам типа "
|
|
|
|
|
"CollisionObject2D. Пожалуйста использовать его только в качестве дочернего "
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"для Area2D, StaticBody2D, RigidBody2D, KinematicBody2D и др. чтобы придать "
|
|
|
|
|
"им форму."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/collision_polygon_2d.cpp
|
|
|
|
|
msgid "An empty CollisionPolygon2D has no effect on collision."
|
|
|
|
|
msgstr "Пустой CollisionPolygon2D не влияет на столкновения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/collision_shape_2d.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionShape2D only serves to provide a collision shape to a "
|
|
|
|
|
"CollisionObject2D derived node. Please only use it as a child of Area2D, "
|
|
|
|
|
"StaticBody2D, RigidBody2D, KinematicBody2D, etc. to give them a shape."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionShape2D служит только для обеспечения столкновений фигурам типа "
|
|
|
|
|
"CollisionObject2D. Пожалуйста использовать его только в качестве дочернего "
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"для Area2D, StaticBody2D, RigidBody2D, KinematicBody2D и др. чтобы придать "
|
|
|
|
|
"им форму."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/collision_shape_2d.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"A shape must be provided for CollisionShape2D to function. Please create a "
|
|
|
|
|
"shape resource for it!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Shape должен быть предусмотрен для функций CollisionShape2D. Пожалуйста, "
|
|
|
|
|
"создайте shape-ресурс для этого!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/light_2d.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"A texture with the shape of the light must be supplied to the 'texture' "
|
|
|
|
|
"property."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Текстуры с формой света должны быть предоставлены параметру \"texture\"."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: scene/2d/light_occluder_2d.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"An occluder polygon must be set (or drawn) for this occluder to take effect."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Заслоняющий полигон должен быть установлен (или нарисован) на этот окклюдер, "
|
|
|
|
|
"чтобы работать."
|
|
|
|
|
|
|
|
|
|
#: scene/2d/light_occluder_2d.cpp
|
|
|
|
|
msgid "The occluder polygon for this occluder is empty. Please draw a polygon!"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Заслоняющий полигон для этого окклюдера пуст. Пожалуйста, нарисуйте полигон!"
|
|
|
|
|
|
|
|
|
|
#: scene/2d/navigation_polygon.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"A NavigationPolygon resource must be set or created for this node to work. "
|
|
|
|
|
"Please set a property or draw a polygon."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Ресурс NavigationPolygon должен быть установлен или создан для этого узла. "
|
2016-05-30 09:01:44 +02:00
|
|
|
|
"Пожалуйста, установите свойство или нарисуйте многоугольник."
|
|
|
|
|
|
|
|
|
|
#: scene/2d/navigation_polygon.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"NavigationPolygonInstance must be a child or grandchild to a Navigation2D "
|
|
|
|
|
"node. It only provides navigation data."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"NavigationPolygonInstance должен быть ребёнком или внуком узла Navigation2D. "
|
|
|
|
|
"Он предоставляет только навигационные данные."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/parallax_layer.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"ParallaxLayer node only works when set as child of a ParallaxBackground node."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Узел ParallaxLayer работает только при установке его в качестве дочернего "
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"узла ParallaxBackground."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: scene/2d/particles_2d.cpp
|
|
|
|
|
msgid "Path property must point to a valid Particles2D node to work."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Для корректной работы свойство Path должно указывать на действующий узел "
|
|
|
|
|
"Particles2D."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: scene/2d/path_2d.cpp
|
|
|
|
|
msgid "PathFollow2D only works when set as a child of a Path2D node."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"PathFollow2D работает только при установке его в качестве дочернего узла "
|
|
|
|
|
"Path2D."
|
|
|
|
|
|
|
|
|
|
#: scene/2d/remote_transform_2d.cpp
|
|
|
|
|
msgid "Path property must point to a valid Node2D node to work."
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Для корректной работы свойство Path должно указывать на действующий узел "
|
|
|
|
|
"Node2D."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: scene/2d/sample_player_2d.cpp scene/audio/sample_player.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"A SampleLibrary resource must be created or set in the 'samples' property in "
|
|
|
|
|
"order for SamplePlayer to play sound."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Чтобы SamplePlayer воспроизводил звук, нужно создать или установить ресурс "
|
|
|
|
|
"SampleLibrary в параметре 'samples'."
|
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: scene/2d/sprite.cpp
|
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"Path property must point to a valid Viewport node to work. Such Viewport "
|
|
|
|
|
"must be set to 'render target' mode."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Для корректной работы свойство Path должно указывать на действующий узел "
|
|
|
|
|
"Viewport. Такой Viewport должен быть установлен в режим 'цель рендеринга'."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: scene/2d/sprite.cpp
|
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"The Viewport set in the path property must be set as 'render target' in "
|
|
|
|
|
"order for this sprite to work."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-06-28 08:50:39 +02:00
|
|
|
|
"Области просмотра установленная в свойстве path должна быть назначена "
|
|
|
|
|
"\"целью визуализации\" для того, чтобы этот спрайт работал."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/2d/visibility_notifier_2d.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"VisibilityEnable2D works best when used with the edited scene root directly "
|
|
|
|
|
"as parent."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"VisibilityEnable2D работает наилучшим образом при использовании корня "
|
|
|
|
|
"редактируемой сцены, как прямого родителя."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/body_shape.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"CollisionShape only serves to provide a collision shape to a CollisionObject "
|
|
|
|
|
"derived node. Please only use it as a child of Area, StaticBody, RigidBody, "
|
|
|
|
|
"KinematicBody, etc. to give them a shape."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionShape служит только для обеспечения столкновений фигурам типа "
|
|
|
|
|
"CollisionObject. Пожалуйста использовать его только в качестве дочернего для "
|
|
|
|
|
"Area, StaticBody, RigidBody, KinematicBody и др. чтобы придать им форму."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/body_shape.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"A shape must be provided for CollisionShape to function. Please create a "
|
|
|
|
|
"shape resource for it!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Shape должен быть предусмотрен для функций CollisionShape. Пожалуйста, "
|
|
|
|
|
"создайте shape-ресурс для этого!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/collision_polygon.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionPolygon only serves to provide a collision shape to a "
|
|
|
|
|
"CollisionObject derived node. Please only use it as a child of Area, "
|
|
|
|
|
"StaticBody, RigidBody, KinematicBody, etc. to give them a shape."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"CollisionPolygon служит только для обеспечения столкновений фигурам типа "
|
|
|
|
|
"CollisionObject. Пожалуйста использовать его только в качестве дочернего для "
|
|
|
|
|
"Area, StaticBody, RigidBody, KinematicBody и др. чтобы придать им форму."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/collision_polygon.cpp
|
|
|
|
|
msgid "An empty CollisionPolygon has no effect on collision."
|
|
|
|
|
msgstr "Пустой CollisionPolygon не влияет на столкновения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/navigation_mesh.cpp
|
|
|
|
|
msgid "A NavigationMesh resource must be set or created for this node to work."
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Ресурс NavigationMesh должен быть установлен или создан для этого узла."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/navigation_mesh.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"NavigationMeshInstance must be a child or grandchild to a Navigation node. "
|
|
|
|
|
"It only provides navigation data."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"NavigationMeshInstance должен быть дочерним или под-дочерним узлом "
|
|
|
|
|
"Navigation. Он предоставляет только навигационные данные."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: scene/3d/remote_transform.cpp
|
|
|
|
|
msgid "Path property must point to a valid Spatial node to work."
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Свойство Path должно указывать на действительный Spatial узел."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/scenario_fx.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Only one WorldEnvironment is allowed per scene (or set of instanced scenes)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Только один WorldEnvironment допускается на сцену или совокупность "
|
|
|
|
|
"приведённых сцен."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/3d/spatial_sample_player.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"A SampleLibrary resource must be created or set in the 'samples' property in "
|
|
|
|
|
"order for SpatialSamplePlayer to play sound."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Чтобы SpatialSamplePlayer воспроизводил звук, нужно создать или установить "
|
|
|
|
|
"ресурс SampleLibrary в параметре 'samples'."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: scene/3d/sprite_3d.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"A SpriteFrames resource must be created or set in the 'Frames' property in "
|
|
|
|
|
"order for AnimatedSprite3D to display frames."
|
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"Чтобы AnimatedSprite3D отображал кадры, пожалуйста установите или создайте "
|
|
|
|
|
"ресурс SpriteFrames в параметре 'Frames'."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-30 19:30:39 +02:00
|
|
|
|
#: scene/gui/dialogs.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Cancel"
|
|
|
|
|
msgstr "Отмена"
|
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: scene/gui/dialogs.cpp tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-05-30 19:30:39 +02:00
|
|
|
|
msgid "OK"
|
2016-05-31 02:39:10 +02:00
|
|
|
|
msgstr "Ок"
|
2016-05-30 19:30:39 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/dialogs.cpp
|
|
|
|
|
msgid "Alert!"
|
2016-06-07 21:48:16 +02:00
|
|
|
|
msgstr "Внимание!"
|
2016-05-30 19:30:39 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/dialogs.cpp
|
|
|
|
|
msgid "Please Confirm..."
|
2016-05-31 02:39:10 +02:00
|
|
|
|
msgstr "Подтверждение..."
|
2016-05-30 19:30:39 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "File Exists, Overwrite?"
|
|
|
|
|
msgstr "Файл существует, перезаписать?"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "All Recognized"
|
|
|
|
|
msgstr "Все разрешённые"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "All Files (*)"
|
|
|
|
|
msgstr "Все файлы (*)"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_help.cpp tools/editor/editor_node.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Open"
|
|
|
|
|
msgstr "Открыть"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp
|
|
|
|
|
msgid "Open a File"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Открыть файл"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp
|
|
|
|
|
msgid "Open File(s)"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Открыть файл(ы)"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp
|
|
|
|
|
msgid "Open a Directory"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Открыть каталог"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp
|
|
|
|
|
msgid "Open a File or Directory"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Открыть каталог или файл"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Save"
|
|
|
|
|
msgstr "Сохранить"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Save a File"
|
|
|
|
|
msgstr "Сохранить файл"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_dir_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Create Folder"
|
|
|
|
|
msgstr "Создать папку"
|
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Path:"
|
|
|
|
|
msgstr "Путь:"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Directories & Files:"
|
|
|
|
|
msgstr "Каталоги и файлы:"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "File:"
|
|
|
|
|
msgstr "Файл:"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Filter:"
|
|
|
|
|
msgstr "Фильтр:"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_dir_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Name:"
|
|
|
|
|
msgstr "Имя:"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_dir_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Could not create folder."
|
|
|
|
|
msgstr "Невозможно создать папку."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Must use a valid extension."
|
|
|
|
|
msgstr "Нужно использовать доступное расширение."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
#: tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Shift+"
|
|
|
|
|
msgstr "Shift+"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
#: tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Alt+"
|
|
|
|
|
msgstr "Alt+"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp
|
|
|
|
|
msgid "Ctrl+"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Ctrl+"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
#: tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Meta+"
|
|
|
|
|
msgstr "Meta+"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Device"
|
|
|
|
|
msgstr "Устройство"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Button"
|
|
|
|
|
msgstr "Кнопка"
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Left Button."
|
|
|
|
|
msgstr "Левая кнопка."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Right Button."
|
|
|
|
|
msgstr "Правая кнопка."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Middle Button."
|
|
|
|
|
msgstr "Средняя кнопка."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Wheel Up."
|
|
|
|
|
msgstr "Колёсико вверх."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Wheel Down."
|
|
|
|
|
msgstr "Колёсико вниз."
|
|
|
|
|
|
|
|
|
|
#: scene/gui/input_action.cpp tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Axis"
|
|
|
|
|
msgstr "Ось"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Cut"
|
|
|
|
|
msgstr "Вырезать"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_editor.cpp tools/editor/resources_dock.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Copy"
|
|
|
|
|
msgstr "Копировать"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp tools/editor/resources_dock.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Paste"
|
|
|
|
|
msgstr "Вставить"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_export.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Select All"
|
|
|
|
|
msgstr "Выбрать все"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp tools/editor/editor_log.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/rich_text_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_editor.cpp tools/editor/script_editor_debugger.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Clear"
|
|
|
|
|
msgstr "Очистить"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp tools/editor/editor_node.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Undo"
|
|
|
|
|
msgstr "Отменить"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/gui/popup.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Popups will hide by default unless you call popup() or any of the popup*() "
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"functions. Making them visible for editing is fine though, but they will "
|
|
|
|
|
"hide upon running."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgstr ""
|
2016-06-01 00:47:55 +02:00
|
|
|
|
"Всплывающие окна будут скрываться по-умолчанию, если Вы не вызовете popup() "
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"или любой из popup*(). Делая их доступными для редактирования хорошая мысль, "
|
|
|
|
|
"хотя они будут прятаться при запуске."
|
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: scene/main/viewport.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"This viewport is not set as render target. If you intend for it to display "
|
|
|
|
|
"its contents directly to the screen, make it a child of a Control so it can "
|
|
|
|
|
"obtain a size. Otherwise, make it a RenderTarget and assign its internal "
|
|
|
|
|
"texture to some node for display."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Эта область не установлена в качестве цели рендеринга. Если вы собираетесь "
|
|
|
|
|
"использовать его, чтобы отобразить его содержимое прямо на экране, сделать "
|
|
|
|
|
"его потомком Control'а, чтобы он мог получить размер. В противном случае, "
|
|
|
|
|
"сделайте его целью рендеринга и передайте его внутренние текстуры какому-то "
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"другому узлу для отображения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/resources/dynamic_font.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Error initializing FreeType."
|
|
|
|
|
msgstr "Ошибка инициализации FreeType."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/resources/dynamic_font.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Unknown font format."
|
|
|
|
|
msgstr "Неизвестный формат шрифта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/resources/dynamic_font.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Error loading font."
|
|
|
|
|
msgstr "Ошибка загрузки шрифта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: scene/resources/dynamic_font.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Invalid font size."
|
|
|
|
|
msgstr "Недопустимый размер шрифта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Disabled"
|
|
|
|
|
msgstr "Отключить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "All Selection"
|
|
|
|
|
msgstr "Все выбранные элементы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Move Add Key"
|
|
|
|
|
msgstr "Подвинут ключ"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Change Transition"
|
|
|
|
|
msgstr "Изменён переход анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Change Transform"
|
|
|
|
|
msgstr "Изменено преобразование анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Change Value"
|
|
|
|
|
msgstr "Изменено значение анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Change Call"
|
|
|
|
|
msgstr "Изменён вызов анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Add Track"
|
|
|
|
|
msgstr "Добавлен новый трек"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Duplicate Keys"
|
|
|
|
|
msgstr "Дублированы ключи анимации"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Move Anim Track Up"
|
|
|
|
|
msgstr "Трек передвинут вверх"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Move Anim Track Down"
|
|
|
|
|
msgstr "Трек передвинут вниз"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Remove Anim Track"
|
|
|
|
|
msgstr "Трек удалён"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Set Transitions to:"
|
|
|
|
|
msgstr "Установлен переход на:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Track Rename"
|
|
|
|
|
msgstr "Трэк переименован"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Track Change Interpolation"
|
|
|
|
|
msgstr "Изменена интреполяция"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Track Change Value Mode"
|
|
|
|
|
msgstr "Изменён режим значений"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Edit Node Curve"
|
|
|
|
|
msgstr "Кривая изменена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Edit Selection Curve"
|
|
|
|
|
msgstr "Выбор кривой изменён"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Delete Keys"
|
|
|
|
|
msgstr "Ключ удалён"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Duplicate Selection"
|
|
|
|
|
msgstr "Дублировать выделенное"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Duplicate Transposed"
|
|
|
|
|
msgstr "Дублировать перемещённый"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Remove Selection"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Удалить выделенное"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Continuous"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Непрерывная"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Discrete"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Дискретная"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Trigger"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Триггер"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Add Key"
|
|
|
|
|
msgstr "Ключ добавлен"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Move Keys"
|
|
|
|
|
msgstr "Ключ передвинут"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Scale Selection"
|
|
|
|
|
msgstr "Масштаб выбранного промежутка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Scale From Cursor"
|
|
|
|
|
msgstr "Масштаб относительно курсора"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Goto Next Step"
|
|
|
|
|
msgstr "Перейти к следующему шагу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Goto Prev Step"
|
|
|
|
|
msgstr "Перейти к предыдущему шагу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Linear"
|
|
|
|
|
msgstr "Линейный"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Constant"
|
|
|
|
|
msgstr "Постоянный"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "In"
|
|
|
|
|
msgstr "В"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Out"
|
|
|
|
|
msgstr "Из"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "In-Out"
|
|
|
|
|
msgstr "В-Из"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Out-In"
|
|
|
|
|
msgstr "Из-В"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Transitions"
|
|
|
|
|
msgstr "Переходы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Optimize Animation"
|
|
|
|
|
msgstr "Оптимизировать анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Clean-Up Animation"
|
|
|
|
|
msgstr "Подчистить анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Create NEW track for %s and insert key?"
|
|
|
|
|
msgstr "Создать новую дорожку для %s и вставить ключ?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Create %d NEW tracks and insert keys?"
|
|
|
|
|
msgstr "Создать %d новые дорожки и вставить ключи?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp tools/editor/create_dialog.cpp
|
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Create"
|
|
|
|
|
msgstr "Создать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Create & Insert"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Анимация создать и вставить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Insert Track & Key"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Анимация вставка дорожки и ключа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Insert Key"
|
|
|
|
|
msgstr "Вставка ключа анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Change Anim Len"
|
|
|
|
|
msgstr "Изменена длинна анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Change Anim Loop"
|
|
|
|
|
msgstr "Изменено зацикливание анимации"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Create Typed Value Key"
|
|
|
|
|
msgstr "Создан ключ с вводимым значением"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Insert"
|
|
|
|
|
msgstr "Вставка на анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Scale Keys"
|
|
|
|
|
msgstr "Масштабирование ключей анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim Add Call Track"
|
|
|
|
|
msgstr "Добавлен ключ вызова в анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Animation zoom."
|
|
|
|
|
msgstr "Масштаб анимации."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Length (s):"
|
|
|
|
|
msgstr "Длинна (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Animation length (in seconds)."
|
|
|
|
|
msgstr "Длинна анимации (в секундах)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Step (s):"
|
|
|
|
|
msgstr "Шаг (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Cursor step snap (in seconds)."
|
|
|
|
|
msgstr "Шаг привязки курсора (в секундах)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Enable/Disable looping in animation."
|
|
|
|
|
msgstr "Включить/отключить зацикливание в анимации."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Add new tracks."
|
|
|
|
|
msgstr "Добавить новые дорожки."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Move current track up."
|
|
|
|
|
msgstr "Подвинуть текущую дорожку вверх."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Move current track down."
|
|
|
|
|
msgstr "Подвинуть текущую дорожку вниз."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Remove selected track."
|
|
|
|
|
msgstr "Удалить текущую дорожку."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Track tools"
|
|
|
|
|
msgstr "Инструменты дорожек"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Enable editing of individual keys by clicking them."
|
|
|
|
|
msgstr "Включить индивидуальное редактирование ключей, кликая по ним."
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Anim. Optimizer"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Оптимизатор анимации"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Max. Linear Error:"
|
|
|
|
|
msgstr "Макс. Линейные погрешности:"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Max. Angular Error:"
|
|
|
|
|
msgstr "Макс. Угловые погрешности:"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Max Optimizable Angle:"
|
|
|
|
|
msgstr "Максимальный оптимизируемы угол:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Optimize"
|
|
|
|
|
msgstr "Оптимизировать"
|
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Select an AnimationPlayer from the Scene Tree to edit animations."
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Выберите AnimationPlayer из дерева сцены для редактирования анимаций."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Key"
|
|
|
|
|
msgstr "Ключ"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Transition"
|
|
|
|
|
msgstr "Переход"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Scale Ratio:"
|
|
|
|
|
msgstr "Коэффициент масштабирования:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Call Functions in Which Node?"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Вызвать функции в каком узле?"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Remove invalid keys"
|
|
|
|
|
msgstr "Удалить недопустимые ключи"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Remove unresolved and empty tracks"
|
|
|
|
|
msgstr "Удалить не разрешенные и пустые дорожки"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Clean-up all animations"
|
|
|
|
|
msgstr "Подчистить все анимации"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Clean-Up Animation(s) (NO UNDO!)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Подчистить анимацию(и) (Нельзя отменить!)"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/animation_editor.cpp
|
|
|
|
|
msgid "Clean-Up"
|
|
|
|
|
msgstr "Подчистить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/array_property_edit.cpp
|
|
|
|
|
msgid "Resize Array"
|
|
|
|
|
msgstr "Изменить размер Массива"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/array_property_edit.cpp
|
|
|
|
|
msgid "Change Array Value Type"
|
|
|
|
|
msgstr "Изменение типа значения массива"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/array_property_edit.cpp
|
|
|
|
|
msgid "Change Array Value"
|
|
|
|
|
msgstr "Изменить значение массива"
|
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp tools/editor/create_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_help.cpp tools/editor/editor_node.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Search:"
|
|
|
|
|
msgstr "Поиск:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Sort:"
|
|
|
|
|
msgstr "Сортировать:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Reverse"
|
|
|
|
|
msgstr "Обратный"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Category:"
|
|
|
|
|
msgstr "Категория:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "All"
|
|
|
|
|
msgstr "Все"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Site:"
|
|
|
|
|
msgstr "Сайт:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Support.."
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Поддержка.."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Official"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Официально"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Community"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Сообщество"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Testing"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Тестируемые"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/asset_library_editor_plugin.cpp
|
|
|
|
|
msgid "Assets ZIP File"
|
|
|
|
|
msgstr "ZIP файл ассетов"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/call_dialog.cpp
|
|
|
|
|
msgid "Method List For '%s':"
|
|
|
|
|
msgstr "Список способ для '%s':"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/call_dialog.cpp
|
|
|
|
|
msgid "Method List:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Список методов:"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/call_dialog.cpp
|
|
|
|
|
msgid "Arguments:"
|
|
|
|
|
msgstr "Аргументы:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/call_dialog.cpp
|
|
|
|
|
msgid "Return:"
|
|
|
|
|
msgstr "Возвращение:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Go to Line"
|
|
|
|
|
msgstr "Перейти к строке"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Line Number:"
|
|
|
|
|
msgstr "Номер строки:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "No Matches"
|
|
|
|
|
msgstr "Нет совпадений"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Replaced %d Ocurrence(s)."
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Заменено %d совпадений."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Replace"
|
|
|
|
|
msgstr "Заменить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Replace All"
|
|
|
|
|
msgstr "Заменить всё"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Match Case"
|
|
|
|
|
msgstr "Учитывать регистр"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Whole Words"
|
|
|
|
|
msgstr "Целые слова"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Selection Only"
|
|
|
|
|
msgstr "Только выделять"
|
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/code_editor.cpp tools/editor/editor_help.cpp
|
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Search"
|
|
|
|
|
msgstr "Поиск"
|
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/code_editor.cpp tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Find"
|
|
|
|
|
msgstr "Найти"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Next"
|
|
|
|
|
msgstr "Следующий"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Replaced %d ocurrence(s)."
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Заменено %d совпадений."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Not found!"
|
|
|
|
|
msgstr "Не найдено!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Replace By"
|
|
|
|
|
msgstr "Заменить чем"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Case Sensitive"
|
|
|
|
|
msgstr "Чувствительность регистра"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Backwards"
|
|
|
|
|
msgstr "В обратном направлении"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Prompt On Replace"
|
|
|
|
|
msgstr "Подтверждение замены"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Skip"
|
|
|
|
|
msgstr "Пропустить"
|
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Zoom In"
|
|
|
|
|
msgstr "Приблизить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Zoom Out"
|
|
|
|
|
msgstr "Отдалить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Reset Zoom"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Сбросить приближение"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/code_editor.cpp tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Line:"
|
|
|
|
|
msgstr "Стр:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/code_editor.cpp
|
|
|
|
|
msgid "Col:"
|
|
|
|
|
msgstr "Стлб:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Method in target Node must be specified!"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Метод должен быть указан в целевом Узле!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Target method not found! Specify a valid method or attach a script to target "
|
|
|
|
|
"Node."
|
|
|
|
|
msgstr ""
|
2016-11-15 08:54:52 +01:00
|
|
|
|
"Целевой метод не найден! Укажите правильный метод или прикрепите скрипт на "
|
|
|
|
|
"целевой узел."
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Connect To Node:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Присоединить к узлу:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp tools/editor/groups_editor.cpp
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/plugins/item_list_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_settings.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Add"
|
|
|
|
|
msgstr "Добавить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp tools/editor/dependency_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Remove"
|
|
|
|
|
msgstr "Удалить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Add Extra Call Argument:"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Добавить дополнительный параметр вызова:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Extra Call Arguments:"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Дополнительные параметры вызова:"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Path to Node:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Путь к Узлу:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Make Function"
|
|
|
|
|
msgstr "Сделать функцию"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Deferred"
|
|
|
|
|
msgstr "Отложенное"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Oneshot"
|
|
|
|
|
msgstr "Один раз"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Connect"
|
|
|
|
|
msgstr "Присоединить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Connect '%s' to '%s'"
|
|
|
|
|
msgstr "Присоединить '%s' к '%s'"
|
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Connecting Signal:"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Подключение сигнала:"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Create Subscription"
|
|
|
|
|
msgstr "Создать подписку"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
msgid "Connect.."
|
|
|
|
|
msgstr "Присоединить.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/connections_dialog.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Disconnect"
|
|
|
|
|
msgstr "Отсоединить"
|
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/connections_dialog.cpp tools/editor/node_dock.cpp
|
|
|
|
|
msgid "Signals"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Сигналы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/create_dialog.cpp
|
|
|
|
|
msgid "Create New"
|
|
|
|
|
msgstr "Создать новый"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/create_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Favorites:"
|
|
|
|
|
msgstr "Избранное:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/create_dialog.cpp tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Recent:"
|
|
|
|
|
msgstr "Недавнее:"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Matches:"
|
|
|
|
|
msgstr "Совпадения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp
|
|
|
|
|
#: tools/editor/property_selector.cpp tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Description:"
|
|
|
|
|
msgstr "Описание:"
|
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Search Replacement For:"
|
|
|
|
|
msgstr "Поиск замены для:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Dependencies For:"
|
|
|
|
|
msgstr "Зависимости для:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Scene '%s' is currently being edited.\n"
|
|
|
|
|
"Changes will not take effect unless reloaded."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Сцена '%s' в настоящее время редактируется.\n"
|
|
|
|
|
"Изменения вступят в силу, после перезагрузки."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Resource '%s' is in use.\n"
|
|
|
|
|
"Changes will take effect when reloaded."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Ресурсу '% s' используется.\n"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
"Изменения вступят в силу после перезагрузки."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Dependencies"
|
|
|
|
|
msgstr "Зависимости"
|
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Resource"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
msgstr "Ресурс"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp tools/editor/project_settings.cpp
|
2016-05-30 09:02:44 +02:00
|
|
|
|
msgid "Path"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
msgstr "Путь"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Dependencies:"
|
|
|
|
|
msgstr "Зависимости:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Fix Broken"
|
|
|
|
|
msgstr "Исправить ошибку"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Dependency Editor"
|
|
|
|
|
msgstr "Редактор зависимостей"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Search Replacement Resource:"
|
|
|
|
|
msgstr "Найти заменяемый ресурс:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Owners Of:"
|
|
|
|
|
msgstr "Владельцы:"
|
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"The files being removed are required by other resources in order for them to "
|
|
|
|
|
"work.\n"
|
|
|
|
|
"Remove them anyway? (no undo)"
|
|
|
|
|
msgstr ""
|
2016-05-30 20:47:53 +02:00
|
|
|
|
"Удаляемый файл требуется для правильной работы других ресурсов.\n"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
"Всё равно удалить его? (Нельзя отменить!)"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-30 09:01:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Remove selected files from the project? (no undo)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Удалить выбранный файл из проекта? (Нельзя отменить!)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Error loading:"
|
|
|
|
|
msgstr "Ошибка при загрузке:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Scene failed to load due to missing dependencies:"
|
|
|
|
|
msgstr "Не удалось загрузить сцену из-за отсутствия зависимостей:"
|
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Open Anyway"
|
|
|
|
|
msgstr "Всё равно открыть"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Which action should be taken?"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Какое действие следует выполнить?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Fix Dependencies"
|
|
|
|
|
msgstr "Исправить зависимости"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Errors loading!"
|
|
|
|
|
msgstr "Ошибки загрузки!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Permanently delete %d item(s)? (No undo!)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Навсегда удалить %d элемент(ов)? (Нельзя отменить!)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Owns"
|
|
|
|
|
msgstr "Кол-во"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Resources Without Explicit Ownership:"
|
|
|
|
|
msgstr "Ресурсы без явного владения:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Orphan Resource Explorer"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Обзор подключённых ресурсов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/dependency_editor.cpp
|
|
|
|
|
msgid "Delete selected files?"
|
|
|
|
|
msgstr "Удалить выбранные файлы?"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/dependency_editor.cpp tools/editor/editor_node.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/item_list_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Delete"
|
|
|
|
|
msgstr "Удалить"
|
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Invalid name."
|
|
|
|
|
msgstr "Недопустимое имя."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Valid characters:"
|
|
|
|
|
msgstr "Допустимые символы:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Invalid name. Must not collide with an existing engine class name."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Недопустимое имя. Не должно конфликтовать с существующим именем класса "
|
|
|
|
|
"движка."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Invalid name. Must not collide with an existing buit-in type name."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Недопустимое имя. Не должно конфликтовать с существующим встроенным именем "
|
|
|
|
|
"типа."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Invalid name. Must not collide with an existing global constant name."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Недопустимое имя. Не должно конфликтовать с существующим глобальным именем "
|
|
|
|
|
"константы."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Invalid Path."
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Недопустимый путь."
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "File does not exist."
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Файл не существует."
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Not in resource path."
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Не в пути ресурсов."
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Add AutoLoad"
|
|
|
|
|
msgstr "Добавлена автозагрузка"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Autoload '%s' already exists!"
|
|
|
|
|
msgstr "Автозагрузка '%s' уже существует!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Rename Autoload"
|
|
|
|
|
msgstr "Переименовать автозагрузку"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Toggle AutoLoad Globals"
|
|
|
|
|
msgstr "Переключена автозагрузка глобальных скриптов"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Move Autoload"
|
|
|
|
|
msgstr "Передвинута автозагрузка"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Remove Autoload"
|
|
|
|
|
msgstr "Удалена автозагрузка"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Enable"
|
|
|
|
|
msgstr "Включить"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Rearrange Autoloads"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Перестановка автозагрузок"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Node Name:"
|
|
|
|
|
msgstr "Имя Узла:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Name"
|
|
|
|
|
msgstr "Имя"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "Singleton"
|
|
|
|
|
msgstr "Синглтон"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_autoload_settings.cpp
|
|
|
|
|
msgid "List:"
|
|
|
|
|
msgstr "Список:"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_data.cpp
|
|
|
|
|
msgid "Updating Scene"
|
|
|
|
|
msgstr "Обновление сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_data.cpp
|
|
|
|
|
msgid "Storing local changes.."
|
|
|
|
|
msgstr "Сохранение локальных изменений.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_data.cpp
|
|
|
|
|
msgid "Updating scene.."
|
|
|
|
|
msgstr "Обновление сцены.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_dir_dialog.cpp
|
|
|
|
|
msgid "Choose a Directory"
|
|
|
|
|
msgstr "Выбрать каталог"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_dir_dialog.cpp
|
|
|
|
|
msgid "Choose"
|
|
|
|
|
msgstr "Выбрать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Go Back"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Назад"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Go Forward"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Вперёд"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Go Up"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Вверх"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Refresh"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Обновить"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Toggle Hidden Files"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Скрыть файлы"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Toggle Favorite"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Добавить в избранное"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Toggle Mode"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Переключить режим отображения"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Focus Path"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Фокус на пути"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Move Favorite Up"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Переместить избранное вверх"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Move Favorite Down"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Переместить избранное вниз"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_file_dialog.cpp
|
|
|
|
|
msgid "Preview:"
|
|
|
|
|
msgstr "Предпросмотр:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_file_system.cpp
|
|
|
|
|
msgid "ScanSources"
|
|
|
|
|
msgstr "Просканировать исходники"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Search Help"
|
|
|
|
|
msgstr "Поиск внутри классов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_help.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Class List:"
|
|
|
|
|
msgstr "Список классов:"
|
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Search Classes"
|
|
|
|
|
msgstr "Поиск классов"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Class:"
|
|
|
|
|
msgstr "Класс:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_help.cpp tools/editor/scene_tree_editor.cpp
|
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid "Inherits:"
|
|
|
|
|
msgstr "Наследует:"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Inherited by:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Унаследован:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Brief Description:"
|
|
|
|
|
msgstr "Краткое описание:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Public Methods:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Список методов:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "GUI Theme Items:"
|
|
|
|
|
msgstr "Тема элементов GUI:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Constants:"
|
|
|
|
|
msgstr "Константы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2017-01-08 12:13:27 +01:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Property Description:"
|
|
|
|
|
msgstr "Краткое описание:"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Method Description:"
|
|
|
|
|
msgstr "Описание методов:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_help.cpp
|
|
|
|
|
msgid "Search Text"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Искать текст"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Added:"
|
|
|
|
|
msgstr "Добавлено:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Removed:"
|
|
|
|
|
msgstr "Удалено:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Error saving atlas:"
|
|
|
|
|
msgstr "Ошибка сохранения атласа:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Could not save atlas subtexture:"
|
|
|
|
|
msgstr "Невозможно сохранить текстуру атласа:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Storing File:"
|
|
|
|
|
msgstr "Сохранение файла:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Packing"
|
|
|
|
|
msgstr "Упаковывание"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Exporting for %s"
|
|
|
|
|
msgstr "Экспортирование для %s"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_import_export.cpp
|
|
|
|
|
msgid "Setting Up.."
|
|
|
|
|
msgstr "Настройка.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_log.cpp
|
|
|
|
|
msgid " Output:"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr " Вывод:"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Re-Importing"
|
|
|
|
|
msgstr "Переимпортировать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Importing:"
|
|
|
|
|
msgstr "Импортируется:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Node From Scene"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Узел со сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Error saving resource!"
|
|
|
|
|
msgstr "Ошибка при сохранении ресурса!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Save Resource As.."
|
|
|
|
|
msgstr "Сохранить ресурс как.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "I see.."
|
2016-06-07 21:48:16 +02:00
|
|
|
|
msgstr "Ясно.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Can't open file for writing:"
|
|
|
|
|
msgstr "Невозможно открыть файл для записи:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Requested file format unknown:"
|
|
|
|
|
msgstr "Неизвестный формат запрашиваемого файла:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Error while saving."
|
|
|
|
|
msgstr "Ошибка при сохранении."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Saving Scene"
|
|
|
|
|
msgstr "Сохранение сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Analyzing"
|
|
|
|
|
msgstr "Анализ"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Creating Thumbnail"
|
|
|
|
|
msgstr "Создание эскизов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Couldn't save scene. Likely dependencies (instances) couldn't be satisfied."
|
|
|
|
|
msgstr ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"Не возможно сохранить сцену. Вероятно, зависимости (экземпляры) не могли "
|
|
|
|
|
"быть удовлетворены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Failed to load resource."
|
|
|
|
|
msgstr "Не удалось загрузить ресурс."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Can't load MeshLibrary for merging!"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Невозможно загрузить библиотеку полисеток для слияния!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Error saving MeshLibrary!"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Ошибка сохранения библиотеки полисеток!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Can't load TileSet for merging!"
|
|
|
|
|
msgstr "Невозможно загрузить набор тайлов для слияния!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Error saving TileSet!"
|
|
|
|
|
msgstr "Ошибка сохранения набора тайлов!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Can't open export templates zip."
|
|
|
|
|
msgstr "Не удаётся открыть архив шаблонов экспорта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Loading Export Templates"
|
|
|
|
|
msgstr "Загрузка шаблонов экспорта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Error trying to save layout!"
|
|
|
|
|
msgstr "Ошибка при попытке сохранить макет!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Default editor layout overridden."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Переопределить макет по-умолчанию."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Layout name not found!"
|
|
|
|
|
msgstr "Название макета не найдено!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Restored default layout to base settings."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Вернуть макет по-умолчанию к стандартному."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Copy Params"
|
|
|
|
|
msgstr "Копировать параметры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Paste Params"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Вставить параметры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
msgid "Paste Resource"
|
|
|
|
|
msgstr "Вставить параметры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Copy Resource"
|
|
|
|
|
msgstr "Копировать параметры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Make Built-In"
|
|
|
|
|
msgstr "Сделать встроенным"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Make Sub-Resources Unique"
|
|
|
|
|
msgstr "Сделать вложенные ресурсы уникальными"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open in Help"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Открыть в справке"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "There is no defined scene to run."
|
|
|
|
|
msgstr "Нет определённой сцены, чтобы работать."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"No main scene has ever been defined, select one?\n"
|
|
|
|
|
"You can change it later in later in \"Project Settings\" under the "
|
|
|
|
|
"'application' category."
|
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Не назначена главная сцена. Хотите выбрать?\n"
|
|
|
|
|
"Позже вы можете указать её в параметре \"main_scene\" расположенном\n"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
"в \"Настройки проекта - Основное - application\"."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid ""
|
2016-06-28 08:50:39 +02:00
|
|
|
|
"Selected scene '%s' does not exist, select a valid one?\n"
|
|
|
|
|
"You can change it later in \"Project Settings\" under the 'application' "
|
|
|
|
|
"category."
|
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Выбранная сцена '%s' не существует. Хотите выбрать другую?\n"
|
|
|
|
|
"Позже вы можете указать её в параметре \"main_scene\" расположенном\n"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
"в \"Настройки проекта - Основное - application\"."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Selected scene '%s' is not a scene file, select a valid one?\n"
|
|
|
|
|
"You can change it later in \"Project Settings\" under the 'application' "
|
|
|
|
|
"category."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Выбранный файл '%s' не является файлом сцены. Хотите выбрать другой файл?\n"
|
|
|
|
|
"Позже вы можете указать её в параметре \"main_scene\" расположенном\n"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"в \"Настройки проекта - Основное - application\"."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Current scene was never saved, please save it prior to running."
|
|
|
|
|
msgstr "Текущая сцена никогда не была сохранена, сохраните его до выполнения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Could not start subprocess!"
|
|
|
|
|
msgstr "Не удаётся запустить подпроцесс!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open Scene"
|
|
|
|
|
msgstr "Открыть сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open Base Scene"
|
|
|
|
|
msgstr "Открыть основную сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Quick Open Scene.."
|
|
|
|
|
msgstr "Быстро открыть сцену.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Quick Open Script.."
|
|
|
|
|
msgstr "Быстро открыть скрипт.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Yes"
|
|
|
|
|
msgstr "Да"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Close scene? (Unsaved changes will be lost)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Закрыть сцену? (Несохранённые изменения будут потеряны.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save Scene As.."
|
|
|
|
|
msgstr "Сохранить сцену как.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "This scene has never been saved. Save before running?"
|
|
|
|
|
msgstr "Эта сцена никогда не была сохранена. Сохранить перед запуском?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Please save the scene first."
|
|
|
|
|
msgstr "Пожалуйста сначала сохраните сцену."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save Translatable Strings"
|
|
|
|
|
msgstr "Сохранить переводимые строки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Export Mesh Library"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Экспортировать библиотеку полисеток"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Export Tile Set"
|
|
|
|
|
msgstr "Экспортировать набор тайлов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Quit"
|
|
|
|
|
msgstr "Выйти"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Exit the editor?"
|
|
|
|
|
msgstr "Выйти из редактора?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Current scene not saved. Open anyway?"
|
|
|
|
|
msgstr "Текущая сцена не сохранена. Открыть в любом случае?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Can't reload a scene that was never saved."
|
|
|
|
|
msgstr "Не возможно загрузить сцену, которая не была сохранена."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Revert"
|
|
|
|
|
msgstr "Откатить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "This action cannot be undone. Revert anyway?"
|
|
|
|
|
msgstr "Это действие нельзя отменить. Восстановить в любом случае?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Quick Run Scene.."
|
|
|
|
|
msgstr "Быстро запустить сцену.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Open Project Manager? \n"
|
|
|
|
|
"(Unsaved changes will be lost)"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Открыть менеджер проектов? \n"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
"(Несохранённые изменения будут потеряны.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Pick a Main Scene"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Выберите главную сцену"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp tools/editor/script_create_dialog.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Ugh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Ясно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"Error loading scene, it must be inside the project path. Use 'Import' to "
|
|
|
|
|
"open the scene, then save it inside the project path."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Ошибка при загрузке сцены, она должна быть внутри каталога проекта. "
|
|
|
|
|
"Используйте \"Импорт\", чтобы открыть сцену, а затем сохраните её в каталоге "
|
|
|
|
|
"проекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Error loading scene."
|
|
|
|
|
msgstr "Ошибка загрузки сцены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Scene '%s' has broken dependencies:"
|
|
|
|
|
msgstr "Сцена '%s' имеет испорченные зависимости:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save Layout"
|
|
|
|
|
msgstr "Сохранить макет"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Delete Layout"
|
|
|
|
|
msgstr "Удалить макет"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Default"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "По-умолчанию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Switch Scene Tab"
|
|
|
|
|
msgstr "Смена вкладки со сценой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "%d more file(s)"
|
|
|
|
|
msgstr "Ещё %d файла(ов)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "%d more file(s) or folder(s)"
|
|
|
|
|
msgstr "Ещё %d файла(ов) или папка(ок)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Scene"
|
|
|
|
|
msgstr "Сцена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Go to previously opened scene."
|
|
|
|
|
msgstr "Перейти к предыдущей открытой сцене."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Next tab"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Следующая вкладка"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Previous tab"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Предыдущая вкладка"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Operations with scene files."
|
|
|
|
|
msgstr "Операции с файлами сцены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "New Scene"
|
|
|
|
|
msgstr "Новая сцена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "New Inherited Scene.."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Новая унаследованная Сцена.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open Scene.."
|
|
|
|
|
msgstr "Открыть сцену.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save Scene"
|
|
|
|
|
msgstr "Сохранить сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save all Scenes"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Сохранить все сцены"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Close Scene"
|
|
|
|
|
msgstr "Закрыть сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Close Goto Prev. Scene"
|
|
|
|
|
msgstr "Закрыть и перейти к предыдущей сцене"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open Recent"
|
|
|
|
|
msgstr "Открыть последнее"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Quick Filter Files.."
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Быстро отсортировать файлы.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Convert To.."
|
|
|
|
|
msgstr "Конвертировать в.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Translatable Strings.."
|
|
|
|
|
msgstr "Переводимые строки.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "MeshLibrary.."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Библиотека полисеток.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "TileSet.."
|
|
|
|
|
msgstr "Набор тайлов.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Redo"
|
|
|
|
|
msgstr "Повторить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Run Script"
|
|
|
|
|
msgstr "Запустить скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Project Settings"
|
|
|
|
|
msgstr "Параметры проекта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Revert Scene"
|
|
|
|
|
msgstr "Восстановить сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Quit to Project List"
|
|
|
|
|
msgstr "Выйти в список проектов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Distraction Free Mode"
|
|
|
|
|
msgstr "Свободный режим"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Import assets to the project."
|
|
|
|
|
msgstr "Импортировать ассеты в проект."
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Import"
|
|
|
|
|
msgstr "Импорт"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Miscellaneous project or scene-wide tools."
|
|
|
|
|
msgstr "Прочие инструменты."
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Tools"
|
|
|
|
|
msgstr "Инструменты"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Export the project to many platforms."
|
|
|
|
|
msgstr "Экспортировать проект на многие платформы."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export"
|
|
|
|
|
msgstr "Экспорт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Play the project."
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Запустить проект."
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Play"
|
|
|
|
|
msgstr "Воспроизвести"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Pause the scene"
|
|
|
|
|
msgstr "Приостановить сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Pause Scene"
|
|
|
|
|
msgstr "Приостановить сцену"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Stop the scene."
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Остановить сцену."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Stop"
|
|
|
|
|
msgstr "Остановить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Play the edited scene."
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Запустить текущую сцену."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Play Scene"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Запустить сцену"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Play custom scene"
|
|
|
|
|
msgstr "Запустить выборочную сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Play Custom Scene"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Запустить произвольную сцену"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Debug options"
|
|
|
|
|
msgstr "Параметры отладки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Deploy with Remote Debug"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Развернуть с удалённой отладкой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"When exporting or deploying, the resulting executable will attempt to "
|
|
|
|
|
"connect to the IP of this computer in order to be debugged."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"При экспорте или развёртывании, полученный исполняемый файл будет пытаться "
|
|
|
|
|
"подключиться к IP этого компьютера с целью отладки."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Small Deploy with Network FS"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Небольшое развёртывание через сеть"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"When this option is enabled, export or deploy will produce a minimal "
|
|
|
|
|
"executable.\n"
|
|
|
|
|
"The filesystem will be provided from the project by the editor over the "
|
|
|
|
|
"network.\n"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"On Android, deploy will use the USB cable for faster performance. This "
|
|
|
|
|
"option speeds up testing for games with a large footprint."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"Когда эта опция включена, экспорт или развёртывание будет создавать "
|
|
|
|
|
"минимальный исполняемый файл.\n"
|
|
|
|
|
"Файловая система проекта будет предоставляться редактором через сеть.\n"
|
|
|
|
|
"На Android развёртывание будет быстрее при подключении через USB.\n"
|
|
|
|
|
"Эта опция ускоряет тестирование больших проектов."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Visible Collision Shapes"
|
|
|
|
|
msgstr "Видимые области соприкосновения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Collision shapes and raycast nodes (for 2D and 3D) will be visible on the "
|
|
|
|
|
"running game if this option is turned on."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Когда эта опция включена, области соприкосновений и узлы Raycast(в 2D и 3D) "
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"будут видимыми в запущенной игре."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Visible Navigation"
|
|
|
|
|
msgstr "Видимые области навигации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-03 00:07:39 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Navigation meshes and polygons will be visible on the running game if this "
|
|
|
|
|
"option is turned on."
|
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"Когда эта опция включена, навигационные полисетки и полигоны будут видимыми "
|
|
|
|
|
"в запущенной игре."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Sync Scene Changes"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Синхронизация изменений на сцене"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"When this option is turned on, any changes made to the scene in the editor "
|
|
|
|
|
"will be replicated in the running game.\n"
|
|
|
|
|
"When used remotely on a device, this is more efficient with network "
|
|
|
|
|
"filesystem."
|
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"Когда эта опция включена, все изменения, внесённые на сцену, в редакторе "
|
|
|
|
|
"будут перенесены в запущенную игру.\n"
|
|
|
|
|
"При удалённом использовании на устройстве, это работает более эффективно с "
|
|
|
|
|
"сетевой файловой системой."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Sync Script Changes"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Синхронизация изменений в скриптах"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"When this option is turned on, any script that is saved will be reloaded on "
|
|
|
|
|
"the running game.\n"
|
|
|
|
|
"When used remotely on a device, this is more efficient with network "
|
|
|
|
|
"filesystem."
|
|
|
|
|
msgstr ""
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"Когда эта опция включена, любой сохранённый скрипт будет перезагружен в "
|
|
|
|
|
"запущенную игру.\n"
|
|
|
|
|
"При удалённом использовании на устройстве, это работает более эффективно с "
|
|
|
|
|
"сетевой файловой системой."
|
2016-06-03 00:07:39 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Settings"
|
|
|
|
|
msgstr "Настройки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "Editor Settings"
|
|
|
|
|
msgstr "Настройки редактора"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/editor_node.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Editor Layout"
|
|
|
|
|
msgstr "Макет редактора"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Toggle Fullscreen"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Переключить полноэкранный режим"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Install Export Templates"
|
|
|
|
|
msgstr "Установить шаблоны экспорта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "About"
|
|
|
|
|
msgstr "О движке"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Alerts when an external resource has changed."
|
|
|
|
|
msgstr "Оповещения, когда внешний ресурс был изменён."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Spins when the editor window repaints!"
|
|
|
|
|
msgstr "Вращается, когда окно редактора перерисовывается!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Update Always"
|
|
|
|
|
msgstr "Обновлять всегда"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Update Changes"
|
|
|
|
|
msgstr "Обновлять при изменениях"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Disable Update Spinner"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Отключить счётчик обновлений"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Inspector"
|
|
|
|
|
msgstr "Инспектор"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Create a new resource in memory and edit it."
|
|
|
|
|
msgstr "Создать новый ресурс в памяти, и редактировать его."
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Load an existing resource from disk and edit it."
|
|
|
|
|
msgstr "Загрузить существующий ресурс с диска и редактировать его."
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Save the currently edited resource."
|
|
|
|
|
msgstr "Сохранить текущий редактируемый ресурс."
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/plugins/script_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Save As.."
|
|
|
|
|
msgstr "Сохранить как.."
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Go to the previous edited object in history."
|
|
|
|
|
msgstr "Перейти к предыдущему редактируемому объекту в истории."
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Go to the next edited object in history."
|
|
|
|
|
msgstr "Перейти к следующему редактируемому объекту в истории."
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "History of recently edited objects."
|
|
|
|
|
msgstr "История последних отредактированных объектов."
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Object properties."
|
|
|
|
|
msgstr "Свойства объекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "FileSystem"
|
|
|
|
|
msgstr "Файловая система"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/node_dock.cpp
|
|
|
|
|
msgid "Node"
|
|
|
|
|
msgstr "Узел"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Output"
|
|
|
|
|
msgstr "Вывод"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Re-Import"
|
|
|
|
|
msgstr "Импортировать снова"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
msgid "Update"
|
|
|
|
|
msgstr "Обновление"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Thanks from the Godot community!"
|
|
|
|
|
msgstr "Спасибо от сообщества Godot!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Thanks!"
|
|
|
|
|
msgstr "Спасибо!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Import Templates From ZIP File"
|
|
|
|
|
msgstr "Импортировать шаблоны из ZIP файла"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export Project"
|
|
|
|
|
msgstr "Экспортировать проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Export Library"
|
|
|
|
|
msgstr "Экспортировать библиотеку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Merge With Existing"
|
|
|
|
|
msgstr "Объединить с существующей"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Password:"
|
|
|
|
|
msgstr "Пароль:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Open & Run a Script"
|
|
|
|
|
msgstr "Открыть и запустить скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_node.cpp
|
|
|
|
|
msgid "Load Errors"
|
|
|
|
|
msgstr "Ошибки загрузки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
msgid "Installed Plugins:"
|
|
|
|
|
msgstr "Установленные плагины:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
msgid "Version:"
|
|
|
|
|
msgstr "Версия:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
msgid "Author:"
|
|
|
|
|
msgstr "Автор:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_plugin_settings.cpp
|
|
|
|
|
msgid "Status:"
|
|
|
|
|
msgstr "Статус:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Stop Profiling"
|
|
|
|
|
msgstr "Остановить профилирование"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Start Profiling"
|
|
|
|
|
msgstr "Запустить профилирование"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Measure:"
|
|
|
|
|
msgstr "Единица измерения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Frame Time (sec)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Время кадра (сек.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Average Time (sec)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Среднее время (сек.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Frame %"
|
|
|
|
|
msgstr "Кадр %"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Fixed Frame %"
|
|
|
|
|
msgstr "Фиксированный кадр %"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Time:"
|
|
|
|
|
msgstr "Время:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Inclusive"
|
|
|
|
|
msgstr "Включительно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Self"
|
|
|
|
|
msgstr "Сущность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_profiler.cpp
|
|
|
|
|
msgid "Frame #:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Кадр #:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Please wait for scan to complete."
|
|
|
|
|
msgstr "Пожалуйста дождитесь окончания сканирования."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Current scene must be saved to re-import."
|
|
|
|
|
msgstr "Текущая сцена должна быть сохранена для повторного импорта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Save & Re-Import"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Сохранить и переимпортировать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_reimport_dialog.cpp
|
|
|
|
|
msgid "Re-Import Changed Resources"
|
|
|
|
|
msgstr "Переимпортировать изменённые ресурсы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "Write your logic in the _run() method."
|
|
|
|
|
msgstr "Пишите ваш код в методе _run()."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "There is an edited scene already."
|
|
|
|
|
msgstr "Уже существует отредактированная сцена."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "Couldn't instance script:"
|
|
|
|
|
msgstr "Скрипт не соответствует требованиям:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "Did you forget the 'tool' keyword?"
|
|
|
|
|
msgstr "Быть может вы забыли слово \"tool\" в начале?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "Couldn't run script:"
|
|
|
|
|
msgstr "Невозможно запустить скрипт:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_run_script.cpp
|
|
|
|
|
msgid "Did you forget the '_run' method?"
|
|
|
|
|
msgstr "Быть может вы забыли метод _run()?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_settings.cpp
|
|
|
|
|
msgid "Default (Same as Editor)"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "По-умолчанию (как редактор)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_sub_scene.cpp
|
|
|
|
|
msgid "Select Node(s) to Import"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Выберите Узел(узлы) для импорта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_sub_scene.cpp
|
|
|
|
|
msgid "Scene Path:"
|
|
|
|
|
msgstr "Путь к сцене:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/editor_sub_scene.cpp
|
|
|
|
|
msgid "Import From Node:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Импортировать из Узла:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/file_type_cache.cpp
|
|
|
|
|
msgid "Can't open file_type_cache.cch for writing, not saving file type cache!"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Невозможно открыть file_type_cache.cch для записи. Не будет сохранён кэш "
|
|
|
|
|
"типов файлов!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Same source and destination files, doing nothing."
|
|
|
|
|
msgstr "Файл назначения и исходный файлы совпадают, нечего делать."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Same source and destination paths, doing nothing."
|
|
|
|
|
msgstr "Путь назначения и исходный пути совпадают, нечего делать."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Can't move directories to within themselves."
|
|
|
|
|
msgstr "Невозможно переместить каталоги внутрь себя."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Can't operate on '..'"
|
|
|
|
|
msgstr "Невозможно работать с '..'"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Pick New Name and Location For:"
|
|
|
|
|
msgstr "Выберете новое имя и расположение для:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "No files selected!"
|
|
|
|
|
msgstr "Файлы не выбраны!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Instance"
|
|
|
|
|
msgstr "Добавить экземпляр"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Edit Dependencies.."
|
|
|
|
|
msgstr "Редактировать зависимости.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "View Owners.."
|
|
|
|
|
msgstr "Просмотреть владельцев.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Copy Path"
|
|
|
|
|
msgstr "Копировать путь"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Rename or Move.."
|
|
|
|
|
msgstr "Переименовать или Переместить.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Move To.."
|
|
|
|
|
msgstr "Переместить в.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Info"
|
|
|
|
|
msgstr "Информация"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Show In File Manager"
|
|
|
|
|
msgstr "Просмотреть в проводнике"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Re-Import.."
|
|
|
|
|
msgstr "Переимпортировать.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Previous Directory"
|
|
|
|
|
msgstr "Предыдущий каталог"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Next Directory"
|
|
|
|
|
msgstr "Следующий каталог"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Re-Scan Filesystem"
|
|
|
|
|
msgstr "Повторное сканирование файловой системы"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Toggle folder status as Favorite"
|
|
|
|
|
msgstr "Переключить статус папки как избранной"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Instance the selected scene(s) as child of the selected node."
|
|
|
|
|
msgstr "Добавить выбранную сцену(сцены), как потомка выбранного узла."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/filesystem_dock.cpp
|
|
|
|
|
msgid "Move"
|
|
|
|
|
msgstr "Переместить"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/groups_editor.cpp
|
|
|
|
|
msgid "Add to Group"
|
|
|
|
|
msgstr "Добавить в группу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/groups_editor.cpp
|
|
|
|
|
msgid "Remove from Group"
|
|
|
|
|
msgstr "Удалить из группы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
msgid "No bit masks to import!"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Нет битовой маски для импорта!"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Target path is empty."
|
|
|
|
|
msgstr "Конечный путь пуст."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Target path must be a complete resource path."
|
|
|
|
|
msgstr "Конечный путь должен быть полным путём к ресурсу."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Target path must exist."
|
|
|
|
|
msgstr "Конечный путь должен существовать."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
msgid "Save path is empty!"
|
|
|
|
|
msgstr "Путь сохранения пуст!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
msgid "Import BitMasks"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Импорт битовой маски"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Source Texture(s):"
|
|
|
|
|
msgstr "Исходные текстура(ы):"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
2017-01-08 12:13:27 +01:00
|
|
|
|
#: tools/editor/project_export.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Target Path:"
|
|
|
|
|
msgstr "Целевой путь:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Accept"
|
|
|
|
|
msgstr "Принять"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_bitmask_import_plugin.cpp
|
|
|
|
|
msgid "Bit Mask"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Битовая маска"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "No source font file!"
|
|
|
|
|
msgstr "Нет исходного файл шрифта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "No target font resource!"
|
|
|
|
|
msgstr "Нет целевого ресурса шрифта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Invalid file extension.\n"
|
|
|
|
|
"Please use .fnt."
|
|
|
|
|
msgstr ""
|
2016-07-15 08:52:19 +02:00
|
|
|
|
"Недопустимое расширение файла.\n"
|
|
|
|
|
"Пожалуйста, используйте .fnt."
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Can't load/process source font."
|
|
|
|
|
msgstr "Не удалось загрузить/исполнить исходный шрифт."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't save font."
|
|
|
|
|
msgstr "Невозможно сохранить шрифт."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Source Font:"
|
|
|
|
|
msgstr "Исходный шрифт:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Source Font Size:"
|
|
|
|
|
msgstr "Исходный размер шрифта:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Dest Resource:"
|
|
|
|
|
msgstr "Ресурс назначения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "The quick brown fox jumps over the lazy dog."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Съешь ещё этих мягких французских булок да выпей чаю. \n"
|
|
|
|
|
"The quick brown fox jumps over the lazy dog.\n"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
"0123456789`!@#$%^&*()_+-=\\/."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Test:"
|
|
|
|
|
msgstr "Проверка:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Options:"
|
|
|
|
|
msgstr "Параметры:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Font Import"
|
|
|
|
|
msgstr "Импортирование шрифта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgid ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"This file is already a Godot font file, please supply a BMFont type file "
|
|
|
|
|
"instead."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Это уже файл шрифта Godot, пожалуйста используйте BitMapFont за место него."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Failed opening as BMFont file."
|
|
|
|
|
msgstr "Ошибка открытия BitMapFont файла."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
msgid "Invalid font custom source."
|
|
|
|
|
msgstr "Недопустимый шрифт пользовательского источника."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Font"
|
|
|
|
|
msgstr "Шрифт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
msgid "No meshes to import!"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Нет полисетки для импортирования!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
msgid "Single Mesh Import"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Импорт одиночной полисетки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
msgid "Source Mesh(es):"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Исходная полисетка(и):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Mesh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Полисетка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
|
|
|
|
|
msgid "Surface %d"
|
|
|
|
|
msgstr "Поверхностей %d"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
msgid "No samples to import!"
|
|
|
|
|
msgstr "Нет сэмплов для импорта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
msgid "Import Audio Samples"
|
|
|
|
|
msgstr "Импорт аудио сэмплов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
msgid "Source Sample(s):"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Исходный сэмпл(ы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
|
|
|
|
|
msgid "Audio Sample"
|
|
|
|
|
msgstr "Аудио сэмпл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "New Clip"
|
|
|
|
|
msgstr "Новый клип"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Animation Options"
|
|
|
|
|
msgstr "Параметры анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Flags"
|
|
|
|
|
msgstr "Флаги"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Bake FPS:"
|
|
|
|
|
msgstr "FPS:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Optimizer"
|
|
|
|
|
msgstr "Оптимизатор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Max Linear Error"
|
|
|
|
|
msgstr "Макс. линейная погрешность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Max Angular Error"
|
|
|
|
|
msgstr "Макс. угловая погрешность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Max Angle"
|
|
|
|
|
msgstr "Макс. угол"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Clips"
|
|
|
|
|
msgstr "Клипы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Start(s)"
|
|
|
|
|
msgstr "Нач(с.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "End(s)"
|
|
|
|
|
msgstr "Кон(с.)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Loop"
|
|
|
|
|
msgstr "Зациклить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Filters"
|
|
|
|
|
msgstr "Фильтры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Source path is empty."
|
|
|
|
|
msgstr "Путь к источнику пуст."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't load post-import script."
|
|
|
|
|
msgstr "Не могу загрузить скрипт пост-процесса."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Invalid/broken script for post-import."
|
|
|
|
|
msgstr "Поврежденный/сломанный сценарий для пост-импорта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Error importing scene."
|
|
|
|
|
msgstr "Ошибка импортирования сцены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Import 3D Scene"
|
|
|
|
|
msgstr "Импорт 3D сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Source Scene:"
|
|
|
|
|
msgstr "Исходная сцена:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Same as Target Scene"
|
|
|
|
|
msgstr "Та же, что и у сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Shared"
|
|
|
|
|
msgstr "Раздельно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Target Texture Folder:"
|
|
|
|
|
msgstr "Целевая папка текстуры:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Post-Process Script:"
|
|
|
|
|
msgstr "Скрипт пост-процесса:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Custom Root Node Type:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Настраиваемый тип корневого узла:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Auto"
|
|
|
|
|
msgstr "Авто"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Root Node Name:"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Имя корневого узла:"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "The Following Files are Missing:"
|
|
|
|
|
msgstr "Отсутствуют следующие файлы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Import Anyway"
|
|
|
|
|
msgstr "Импорт в любом случае"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Import & Open"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Импортировать и Открыть"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Edited scene has not been saved, open imported scene anyway?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Редактируемая сцена не была сохранена, открыть импортированную сцену в любом "
|
|
|
|
|
"случае?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Import Scene"
|
|
|
|
|
msgstr "Импортировать сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Importing Scene.."
|
|
|
|
|
msgstr "Импортирование сцены.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Running Custom Script.."
|
|
|
|
|
msgstr "Запуск пользовательского скрипта.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't load post-import script:"
|
|
|
|
|
msgstr "Не могу загрузить скрипт для пост-импорта:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Invalid/broken script for post-import (check console):"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Повреждённый/сломанный скрипт для пост-импорта (проверьте консоль):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Error running post-import script:"
|
|
|
|
|
msgstr "Ошибка запуска пост-импорт скрипта:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Import Image:"
|
|
|
|
|
msgstr "Импорт изображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Can't import a file over itself:"
|
|
|
|
|
msgstr "Невозможно импортировать файл поверх негоже:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't localize path: %s (already local)"
|
|
|
|
|
msgstr "Невозможно локализовать путь: %s (уже локальный)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "Saving.."
|
|
|
|
|
msgstr "Сохранение.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
|
|
|
|
|
msgid "3D Scene Animation"
|
|
|
|
|
msgstr "Анимация 3D сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Uncompressed"
|
|
|
|
|
msgstr "Несжатый"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Compress Lossless (PNG)"
|
|
|
|
|
msgstr "Сжатие без потери качества (PNG)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Compress Lossy (WebP)"
|
|
|
|
|
msgstr "Сжатие с потерями (WebP)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Compress (VRAM)"
|
|
|
|
|
msgstr "Сжатие (VRAM)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Texture Format"
|
|
|
|
|
msgstr "Формат текстуры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Texture Compression Quality (WebP):"
|
|
|
|
|
msgstr "Качество сжатия текстур (WebP):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Texture Options"
|
|
|
|
|
msgstr "Параметры текстуры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Please specify some files!"
|
|
|
|
|
msgstr "Пожалуйста, укажите некоторые файлы!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "At least one file needed for Atlas."
|
|
|
|
|
msgstr "Для атласа нужен хотя бы 1 файл."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Error importing:"
|
|
|
|
|
msgstr "Ошибка импортирования:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Only one file is required for large texture."
|
|
|
|
|
msgstr "Только один файл необходим для большой текстуры."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Max Texture Size:"
|
|
|
|
|
msgstr "Максимальный размер текстуры:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Textures for Atlas (2D)"
|
|
|
|
|
msgstr "Импортировать текстуры для атласа (2D)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Cell Size:"
|
|
|
|
|
msgstr "Размер ячейки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Large Texture"
|
|
|
|
|
msgstr "Большая текстура"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Large Textures (2D)"
|
|
|
|
|
msgstr "Импорт больших текстур (2D)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Source Texture"
|
|
|
|
|
msgstr "Исходная текстура"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Base Atlas Texture"
|
|
|
|
|
msgstr "Базовая текстура атласа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Source Texture(s)"
|
|
|
|
|
msgstr "Исходная текстура(ы)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Textures for 2D"
|
|
|
|
|
msgstr "Импорт текстур для 2D"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Textures for 3D"
|
|
|
|
|
msgstr "Импорт текстур для 3D"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Textures"
|
|
|
|
|
msgstr "Импорт текстур"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "2D Texture"
|
|
|
|
|
msgstr "2D текстура"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "3D Texture"
|
|
|
|
|
msgstr "3D текстура"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Atlas Texture"
|
|
|
|
|
msgstr "Текстура атласа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"NOTICE: Importing 2D textures is not mandatory. Just copy png/jpg files to "
|
|
|
|
|
"the project."
|
|
|
|
|
msgstr ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"ВНИМАНИЕ: Импортирование 2D текстур не обязательно. Просто скопируйте png/"
|
|
|
|
|
"jpg файлы в папку проекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Crop empty space."
|
|
|
|
|
msgstr "Обрезать пустое пространство."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Texture"
|
|
|
|
|
msgstr "Текстура"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Import Large Texture"
|
|
|
|
|
msgstr "Импорт большой текстуры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Load Source Image"
|
|
|
|
|
msgstr "Загрузка исходного изображения"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Slicing"
|
|
|
|
|
msgstr "Нарезка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Inserting"
|
|
|
|
|
msgstr "Вставка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Saving"
|
|
|
|
|
msgstr "Сохранение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't save large texture:"
|
|
|
|
|
msgstr "Невозможно сохранить большую текстуру:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Build Atlas For:"
|
|
|
|
|
msgstr "Построение атласа для:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Loading Image:"
|
|
|
|
|
msgstr "Загрузка изображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't load image:"
|
|
|
|
|
msgstr "Невозможно загрузить изображение:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Converting Images"
|
|
|
|
|
msgstr "Преобразование изображений"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Cropping Images"
|
|
|
|
|
msgstr "Обрезка изображений"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Blitting Images"
|
|
|
|
|
msgstr "Блитирование Изображений"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't save atlas image:"
|
|
|
|
|
msgstr "Невозможно сохранить изображение атласа:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't save converted texture:"
|
|
|
|
|
msgstr "Невозможно сохранить конвертированную текстуру:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Invalid source!"
|
|
|
|
|
msgstr "Неверный источник!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Invalid translation source!"
|
|
|
|
|
msgstr "Неверный источник перевода!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Column"
|
|
|
|
|
msgstr "Колонка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Language"
|
|
|
|
|
msgstr "Язык"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "No items to import!"
|
|
|
|
|
msgstr "Нет элементов для импорта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "No target path!"
|
|
|
|
|
msgstr "Нет конечного пути!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Import Translations"
|
|
|
|
|
msgstr "Импорт переводов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Couldn't import!"
|
|
|
|
|
msgstr "Не удалось импортировать!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Import Translation"
|
|
|
|
|
msgstr "Импортирование перевода"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Source CSV:"
|
|
|
|
|
msgstr "Исходный CSV:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Ignore First Row"
|
|
|
|
|
msgstr "Игнорировать первую строку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Compress"
|
|
|
|
|
msgstr "Сжимать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
2017-02-05 00:53:55 +01:00
|
|
|
|
msgid "Add to Project (godot.cfg)"
|
|
|
|
|
msgstr "Добавить в проект (godot.cfg)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Import Languages:"
|
|
|
|
|
msgstr "Импортировать языки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
|
|
|
|
|
msgid "Translation"
|
|
|
|
|
msgstr "Перевод"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/multi_node_edit.cpp
|
|
|
|
|
msgid "MultiNode Set"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Мульти-узловый набор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/node_dock.cpp
|
|
|
|
|
msgid "Groups"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Группы"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/node_dock.cpp
|
|
|
|
|
msgid "Select a Node to edit Signals and Groups."
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Выберите узел для редактирования сигналов и групп."
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Toggle Autoplay"
|
|
|
|
|
msgstr "Переключено автовоспроизведение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "New Animation Name:"
|
|
|
|
|
msgstr "Новое имя анимации:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "New Anim"
|
|
|
|
|
msgstr "Новая анимация"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Change Animation Name:"
|
|
|
|
|
msgstr "Изменить имя анимации:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Animation"
|
|
|
|
|
msgstr "Удалить анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: Invalid animation name!"
|
|
|
|
|
msgstr "ОШИБКА: Недопустимое название анимации!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: Animation name already exists!"
|
|
|
|
|
msgstr "ОШИБКА: Такое название анимации уже существует!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Rename Animation"
|
|
|
|
|
msgstr "Переименовать анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Add Animation"
|
|
|
|
|
msgstr "Добавить анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Blend Next Changed"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Изменена последующая анимация"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Change Blend Time"
|
|
|
|
|
msgstr "Изменено время \"смешивания\""
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Load Animation"
|
|
|
|
|
msgstr "Загрузить анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Duplicate Animation"
|
|
|
|
|
msgstr "Дублировать анимацию"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: No animation to copy!"
|
|
|
|
|
msgstr "ОШИБКА: Нет анимации для копирования!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: No animation resource on clipboard!"
|
|
|
|
|
msgstr "ОШИБКА: Нет анимации в буфере обмена!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Pasted Animation"
|
|
|
|
|
msgstr "Вставленная анимация"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Paste Animation"
|
|
|
|
|
msgstr "Вставить анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: No animation to edit!"
|
|
|
|
|
msgstr "ОШИБКА: Нет анимации для редактирования!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Play selected animation backwards from current pos. (A)"
|
|
|
|
|
msgstr ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"Воспроизвести выбранную анимацию в обратном направлении с текущей позиции. "
|
|
|
|
|
"(A)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Play selected animation backwards from end. (Shift+A)"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Воспроизвести выбранную анимацию в обратном направлении с конца. (Shift+A)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Stop animation playback. (S)"
|
|
|
|
|
msgstr "Остановить воспроизведение анимации. (S)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Play selected animation from start. (Shift+D)"
|
|
|
|
|
msgstr "Воспроизвести выбранную анимацию сначала. (Shift+D)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Play selected animation from current pos. (D)"
|
|
|
|
|
msgstr "Воспроизвести выбранную анимацию с текущей позиции. (D)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Animation position (in seconds)."
|
|
|
|
|
msgstr "Текущий кадр анимации (в секундах)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Scale animation playback globally for the node."
|
|
|
|
|
msgstr "Скорость воспроизведения анимации."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Create new animation in player."
|
|
|
|
|
msgstr "Создать новую анимацию."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Load animation from disk."
|
|
|
|
|
msgstr "Загрузить анимацию с диска."
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Load an animation from disk."
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Загрузить эту анимацию с диска."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Save the current animation"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Сохранить текущую анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Save As"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Сохранить как"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Display list of animations in player."
|
|
|
|
|
msgstr "Показать список анимаций."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Autoplay on Load"
|
|
|
|
|
msgstr "Автовоспроизведение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Edit Target Blend Times"
|
|
|
|
|
msgstr "Редактировать время \"смешивания\""
|
2016-05-30 21:56:08 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Animation Tools"
|
|
|
|
|
msgstr "Инструменты анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Copy Animation"
|
|
|
|
|
msgstr "Копировать анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Create New Animation"
|
|
|
|
|
msgstr "Создать новую анимацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Animation Name:"
|
|
|
|
|
msgstr "Название анимации:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_editor.cpp tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Error!"
|
|
|
|
|
msgstr "Ошибка!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Blend Times:"
|
|
|
|
|
msgstr "Время смешивания:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Next (Auto Queue):"
|
|
|
|
|
msgstr "Следующая анимация (автоматический переход):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
|
|
|
|
msgid "Cross-Animation Blend Times"
|
|
|
|
|
msgstr "Межанимационный инструмент смешивания"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_player_editor_plugin.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Animation"
|
|
|
|
|
msgstr "Анимация"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "New name:"
|
|
|
|
|
msgstr "Новое имя:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Scale:"
|
|
|
|
|
msgstr "Масштаб:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Fade In (s):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Проявление (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Fade Out (s):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Исчезновение (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend"
|
|
|
|
|
msgstr "Смешивание"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Mix"
|
|
|
|
|
msgstr "Сочетание"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Auto Restart:"
|
|
|
|
|
msgstr "Авто перезапуск:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Restart (s):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Перезапуск (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Random Restart (s):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Случайность рестарта (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Start!"
|
|
|
|
|
msgstr "Запуск!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Amount:"
|
|
|
|
|
msgstr "Величина:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Смешивание:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend 0:"
|
|
|
|
|
msgstr "Смешивание 0:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend 1:"
|
|
|
|
|
msgstr "Смешивание 1:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "X-Fade Time (s):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Время X-Fade (сек.):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Current:"
|
|
|
|
|
msgstr "Выбранный:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Add Input"
|
|
|
|
|
msgstr "Добавить вход"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Clear Auto-Advance"
|
|
|
|
|
msgstr "Автоматическая очистка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Set Auto-Advance"
|
|
|
|
|
msgstr "Автоматическая установка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Delete Input"
|
|
|
|
|
msgstr "Удалить вход"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Rename"
|
|
|
|
|
msgstr "Переименовать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Animation tree is valid."
|
|
|
|
|
msgstr "Дерево анимации действительно."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Animation tree is invalid."
|
|
|
|
|
msgstr "Дерево анимации не действительно."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Animation Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Animation узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "OneShot Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "OneShot узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Mix Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Mix узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend2 Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Blend2 узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend3 Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Blend3 узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Blend4 Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Blend4 узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "TimeScale Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "TimeScale узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "TimeSeek Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "TimeSeek узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Transition Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Transition узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Import Animations.."
|
|
|
|
|
msgstr "Импортировать анимации.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Edit Node Filters"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Редактировать фильтры узла"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/animation_tree_editor_plugin.cpp
|
|
|
|
|
msgid "Filters.."
|
|
|
|
|
msgstr "Фильтры.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Parsing %d Triangles:"
|
|
|
|
|
msgstr "Парсинг %d треугольников:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Triangle #"
|
|
|
|
|
msgstr "Треугольник #"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Light Baker Setup:"
|
|
|
|
|
msgstr "Параметры запекания света:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Parsing Geometry"
|
|
|
|
|
msgstr "Парсинг геометрии"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Fixing Lights"
|
|
|
|
|
msgstr "Исправление света"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Making BVH"
|
|
|
|
|
msgstr "Создание BVH"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Creating Light Octree"
|
|
|
|
|
msgstr "Создание октодерева света"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Creating Octree Texture"
|
|
|
|
|
msgstr "Создание текстуры октодерева"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Transfer to Lightmaps:"
|
|
|
|
|
msgstr "Передача в карты освещения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Allocating Texture #"
|
|
|
|
|
msgstr "Выделение текстуры #"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Baking Triangle #"
|
|
|
|
|
msgstr "Запекание треугольников #"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_baker.cpp
|
|
|
|
|
msgid "Post-Processing Texture #"
|
|
|
|
|
msgstr "Пост-обработка текстуры #"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_editor_plugin.cpp
|
|
|
|
|
msgid "Bake!"
|
|
|
|
|
msgstr "Запечь!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/baked_light_editor_plugin.cpp
|
|
|
|
|
msgid "Reset the lightmap octree baking process (start over)."
|
|
|
|
|
msgstr "Сброс запекания света (начать сначала)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/camera_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Preview"
|
|
|
|
|
msgstr "Предпросмотр"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Configure Snap"
|
|
|
|
|
msgstr "Настроить привязку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Grid Offset:"
|
|
|
|
|
msgstr "Отступ сетку:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Grid Step:"
|
|
|
|
|
msgstr "Шаг сетки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Rotation Offset:"
|
|
|
|
|
msgstr "Отступ поворота:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Rotation Step:"
|
|
|
|
|
msgstr "Шаг поворота:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Move Pivot"
|
|
|
|
|
msgstr "Переместить точку вращения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Move Action"
|
|
|
|
|
msgstr "Переместить действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Edit IK Chain"
|
|
|
|
|
msgstr "Редактировать цепь ИК"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Edit CanvasItem"
|
|
|
|
|
msgstr "Редактировать CanvasItem"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Change Anchors"
|
|
|
|
|
msgstr "Изменить привязку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Zoom (%):"
|
|
|
|
|
msgstr "Масштаб (%):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Paste Pose"
|
|
|
|
|
msgstr "Вставить позу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Select Mode"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Режим выделения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Drag: Rotate"
|
|
|
|
|
msgstr "Тащить: Поворот"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Alt+Drag: Move"
|
|
|
|
|
msgstr "Alt+Тащить: Перемещение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Press 'v' to Change Pivot, 'Shift+v' to Drag Pivot (while moving)."
|
|
|
|
|
msgstr ""
|
2016-06-03 00:07:39 +02:00
|
|
|
|
"Нажмите 'V' чтобы изменить точку вращения, 'Shift+V' чтобы перемещать точку "
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"вращения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Alt+RMB: Depth list selection"
|
|
|
|
|
msgstr "Alt+ПКМ: Список выбора глубины"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Move Mode"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Режим перемещения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Rotate Mode"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Режим поворота"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Show a list of all objects at the position clicked\n"
|
|
|
|
|
"(same as Alt+RMB in select mode)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
msgstr ""
|
2016-05-31 18:24:41 +02:00
|
|
|
|
"Показывает список всех объектов нажатой позиции,\n"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
"так же как и Alt+ПКМ в режиме выделения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Click to change object's rotation pivot."
|
|
|
|
|
msgstr "При клике изменяет точку вращения объекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Pan Mode"
|
|
|
|
|
msgstr "Режим осмотра"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Lock the selected object in place (can't be moved)."
|
|
|
|
|
msgstr "Зафиксировать выбранный объект."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Unlock the selected object (can be moved)."
|
|
|
|
|
msgstr "Разблокировать выбранный объект."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Makes sure the object's children are not selectable."
|
|
|
|
|
msgstr "Делает потомков объекта невыбираемыми."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Restores the object's children's ability to be selected."
|
|
|
|
|
msgstr "Восстанавливает возможность выбора потомков объекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Use Snap"
|
|
|
|
|
msgstr "Использовать привязку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Show Grid"
|
|
|
|
|
msgstr "Показать сетку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Use Rotation Snap"
|
|
|
|
|
msgstr "Использовать привязку вращения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Snap Relative"
|
|
|
|
|
msgstr "Относительная привязка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Configure Snap.."
|
|
|
|
|
msgstr "Настроить привязку.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Use Pixel Snap"
|
|
|
|
|
msgstr "Использовать попиксельную привязку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Expand to Parent"
|
|
|
|
|
msgstr "Растянуть до размера родителей"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Skeleton.."
|
|
|
|
|
msgstr "Скелет.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Make Bones"
|
|
|
|
|
msgstr "Создать кости"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Clear Bones"
|
|
|
|
|
msgstr "Очистить кости"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Show Bones"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Показать кости"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Make IK Chain"
|
|
|
|
|
msgstr "Создать цепь ИК"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Clear IK Chain"
|
|
|
|
|
msgstr "Очистить цепь ИК"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "View"
|
|
|
|
|
msgstr "Обзор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Zoom Reset"
|
|
|
|
|
msgstr "Сбросить масштаб"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Zoom Set.."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Установить масштаб.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Center Selection"
|
|
|
|
|
msgstr "Центрировать на выбранном"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Frame Selection"
|
|
|
|
|
msgstr "Кадрировать выбранное"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Anchor"
|
|
|
|
|
msgstr "Привязка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Insert Keys"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вставить ключи"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Insert Key"
|
|
|
|
|
msgstr "Вставить ключ"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Insert Key (Existing Tracks)"
|
|
|
|
|
msgstr "Вставить ключ (существующие треки)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Copy Pose"
|
|
|
|
|
msgstr "Копировать позу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Clear Pose"
|
|
|
|
|
msgstr "Очистить позу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Set a Value"
|
|
|
|
|
msgstr "Установить значение"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Snap (Pixels):"
|
|
|
|
|
msgstr "Привязка (пиксели):"
|
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Add %s"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Добавить %s"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Adding %s..."
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Добавление %s..."
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Create Node"
|
|
|
|
|
msgstr "Создать узел"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Error instancing scene from %s"
|
|
|
|
|
msgstr "Ошибка добавления сцены из %s"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "OK :("
|
|
|
|
|
msgstr "Ок :("
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "No parent to instance a child at."
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Не выбран родитель для добавления потомка."
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "This operation requires a single selected node."
|
|
|
|
|
msgstr "Эта операция требует одного выбранного узла."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid "Change default type"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Изменить тип по умолчанию"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Drag & drop + Shift : Add node as sibling\n"
|
|
|
|
|
"Drag & drop + Alt : Change node type"
|
|
|
|
|
msgstr ""
|
2017-01-08 12:12:15 +01:00
|
|
|
|
"Drag & drop + Shift : Добавить узел к выделению\n"
|
|
|
|
|
"Drag & drop + Alt : Изменить тип узла"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Create Poly"
|
|
|
|
|
msgstr "Создан полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Edit Poly"
|
|
|
|
|
msgstr "Изменён полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Edit Poly (Remove Point)"
|
|
|
|
|
msgstr "Удалена точка полигона"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Create a new polygon from scratch."
|
|
|
|
|
msgstr "Создать новый полигон с нуля."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Create Poly3D"
|
|
|
|
|
msgstr "Создан Poly3D"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/collision_shape_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Set Handle"
|
|
|
|
|
msgstr "Установить обработчик"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/color_ramp_editor_plugin.cpp
|
|
|
|
|
msgid "Add/Remove Color Ramp Point"
|
|
|
|
|
msgstr "Добавить/Удалить точку Color Ramp"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/color_ramp_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Modify Color Ramp"
|
|
|
|
|
msgstr "Изменена Color Ramp"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Creating Mesh Library"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создание библиотеки полисеток"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Thumbnail.."
|
|
|
|
|
msgstr "Миниатюра.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Remove item %d?"
|
|
|
|
|
msgstr "Удалить элемент %d?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Add Item"
|
|
|
|
|
msgstr "Добавить элемент"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Selected Item"
|
|
|
|
|
msgstr "Удалить выбранный элемент"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Import from Scene"
|
|
|
|
|
msgstr "Импортировать из сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
|
|
|
|
|
msgid "Update from Scene"
|
|
|
|
|
msgstr "Обновить из сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/item_list_editor_plugin.cpp
|
|
|
|
|
msgid "Item %d"
|
|
|
|
|
msgstr "Элемент %d"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/item_list_editor_plugin.cpp
|
|
|
|
|
msgid "Items"
|
|
|
|
|
msgstr "Элементы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/item_list_editor_plugin.cpp
|
|
|
|
|
msgid "Item List Editor"
|
|
|
|
|
msgstr "Редактор списка элементов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Create Occluder Polygon"
|
|
|
|
|
msgstr "Создан затеняющий полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Edit existing polygon:"
|
|
|
|
|
msgstr "Редактировать существующий полигон:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "LMB: Move Point."
|
|
|
|
|
msgstr "ЛКМ: Передвинуть точку."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Ctrl+LMB: Split Segment."
|
|
|
|
|
msgstr "Ctrl+ЛКМ: Разделить сегмент."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "RMB: Erase Point."
|
|
|
|
|
msgstr "ПКМ: Удалить точку."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh is empty!"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Полисетка пуста!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Static Trimesh Body"
|
|
|
|
|
msgstr "Создано вогнутое статичное тело"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Static Convex Body"
|
|
|
|
|
msgstr "Создано выпуклое статичное тело"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "This doesn't work on scene root!"
|
|
|
|
|
msgstr "Это не работает на корне сцены!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Trimesh Shape"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создана вогнутая форма"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Convex Shape"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создана выгнутая форма"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Navigation Mesh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать полисетку навигации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "MeshInstance lacks a Mesh!"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "В MeshInstance нет полисетки!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh has not surface to create outlines from!"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Полиcетка не имеет поверхности для создания контура!"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Could not create outline!"
|
|
|
|
|
msgstr "Невозможно создать контур!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Outline"
|
|
|
|
|
msgstr "Создать контур"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Trimesh Static Body"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать вогнутое статичное тело"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Convex Static Body"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать выпуклое статичное тело"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Trimesh Collision Sibling"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать вогнутую область столкновения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Convex Collision Sibling"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать выпуклую область столкновения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Outline Mesh.."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать полисетку обводки.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Create Outline Mesh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать полисетку обводки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
|
|
|
|
|
msgid "Outline Size:"
|
|
|
|
|
msgstr "Размер обводки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "No mesh source specified (and no MultiMesh set in node)."
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Не указан источник полисетки (и мульти полисетка не указана в узле)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "No mesh source specified (and MultiMesh contains no Mesh)."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Не указана исходная полисетка (и в мульти полисетке нет полисетки)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh source is invalid (invalid path)."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Источник полисетки является недействительным (неверный путь)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh source is invalid (not a MeshInstance)."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Источник полисетки является недействительным (не MeshInstance)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh source is invalid (contains no Mesh resource)."
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Источник полисетки является недействительным (нет ресурса полисетки)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "No surface source specified."
|
|
|
|
|
msgstr "Поверхность источника не определена."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Surface source is invalid (invalid path)."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Поверхность источника недопустима (неверный путь)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Surface source is invalid (no geometry)."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Поверхность источника недопустима (нет геометрии)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Surface source is invalid (no faces)."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Поверхность источника недопустима (нет граней)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Parent has no solid faces to populate."
|
|
|
|
|
msgstr "Родитель не имеет твёрдых граней для заполнения."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Couldn't map area."
|
|
|
|
|
msgstr "Не удалось отобразить область."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Select a Source Mesh:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Выберите источник полисетки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Select a Target Surface:"
|
|
|
|
|
msgstr "Выберите целевую поверхность:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Populate Surface"
|
|
|
|
|
msgstr "Заполнить поверхность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Populate MultiMesh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Заполнить мульти полисетку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Target Surface:"
|
|
|
|
|
msgstr "Целевая поверхность:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Source Mesh:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Исходная полисетка:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "X-Axis"
|
|
|
|
|
msgstr "Ось X"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Y-Axis"
|
|
|
|
|
msgstr "Ось Y"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Z-Axis"
|
|
|
|
|
msgstr "Ось Z"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Mesh Up Axis:"
|
|
|
|
|
msgstr "Сетка до оси:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Random Rotation:"
|
|
|
|
|
msgstr "Случайный поворот:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Random Tilt:"
|
|
|
|
|
msgstr "Случайный наклон:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Random Scale:"
|
|
|
|
|
msgstr "Случайный размер:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/multimesh_editor_plugin.cpp
|
|
|
|
|
msgid "Populate"
|
|
|
|
|
msgstr "Заполнить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Create Navigation Polygon"
|
|
|
|
|
msgstr "Создать Navigation Polygon"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Poly And Point"
|
|
|
|
|
msgstr "Удалить полигон и точку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Error loading image:"
|
|
|
|
|
msgstr "Ошибка при загрузке изображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "No pixels with transparency > 128 in image.."
|
|
|
|
|
msgstr "Никаких пикселей с прозрачностью > 128 в изображении.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Set Emission Mask"
|
|
|
|
|
msgstr "Установлена маска выброса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Clear Emission Mask"
|
|
|
|
|
msgstr "Маска выброса очищена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Load Emission Mask"
|
|
|
|
|
msgstr "Маска выброса загружена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Generated Point Count:"
|
|
|
|
|
msgstr "Количество создаваемых точек:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Node does not contain geometry."
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Узел не содержит геометрии."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Node does not contain geometry (faces)."
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Узел не содержит геометрии (грани)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Faces contain no area!"
|
|
|
|
|
msgstr "Грани не содержат зоны!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "No faces!"
|
|
|
|
|
msgstr "Нет граней!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Generate AABB"
|
|
|
|
|
msgstr "Сгенерировать AABB"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Create Emitter From Mesh"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Создать излучатель из полисетки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Create Emitter From Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Создать излучатель из узла"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Clear Emitter"
|
|
|
|
|
msgstr "Очистить излучатель"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Create Emitter"
|
|
|
|
|
msgstr "Создать излучатель"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Emission Positions:"
|
|
|
|
|
msgstr "Количество выбросов:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Emission Fill:"
|
|
|
|
|
msgstr "Заполнение излучателя:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Surface"
|
|
|
|
|
msgstr "Поверхность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/particles_editor_plugin.cpp
|
|
|
|
|
msgid "Volume"
|
|
|
|
|
msgstr "Объём"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Point from Curve"
|
|
|
|
|
msgstr "Удалена точка с кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Add Point to Curve"
|
|
|
|
|
msgstr "Добавить точку к кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Move Point in Curve"
|
|
|
|
|
msgstr "Точка кривой передвинута"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Move In-Control in Curve"
|
|
|
|
|
msgstr "Передвинут входной луч у кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Move Out-Control in Curve"
|
|
|
|
|
msgstr "Передвинут выходной луч у кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Select Points"
|
|
|
|
|
msgstr "Выбрать точки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Shift+Drag: Select Control Points"
|
|
|
|
|
msgstr "Shift+Тащить: Выбрать точки управления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Click: Add Point"
|
|
|
|
|
msgstr "ЛКМ: Добавить точку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Right Click: Delete Point"
|
|
|
|
|
msgstr "ПКМ: Удалить точку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Select Control Points (Shift+Drag)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Выбор точек управления (Shift+Тащить)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Add Point (in empty space)"
|
|
|
|
|
msgstr "Добавить точку (в пустом пространстрве)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Split Segment (in curve)"
|
|
|
|
|
msgstr "Разделить сегмент (в кривой)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Delete Point"
|
|
|
|
|
msgstr "Удалить точку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_2d_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Close Curve"
|
|
|
|
|
msgstr "Сомкнуть кривую"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Curve Point #"
|
|
|
|
|
msgstr "Точка Кривой #"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Set Curve Point Pos"
|
|
|
|
|
msgstr "Установить позицию точки кривой"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Set Curve In Pos"
|
|
|
|
|
msgstr "Установить позицию входа кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Set Curve Out Pos"
|
|
|
|
|
msgstr "Установить позицию выхода кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Split Path"
|
|
|
|
|
msgstr "Разделить путь"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/path_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Path Point"
|
|
|
|
|
msgstr "Удалить точку пути"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Create UV Map"
|
|
|
|
|
msgstr "Создать UV карту"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Transform UV Map"
|
|
|
|
|
msgstr "Преобразовать UV карту"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Polygon 2D UV Editor"
|
|
|
|
|
msgstr "Polygon 2D UV редактор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Move Point"
|
|
|
|
|
msgstr "Передвинуть точку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Ctrl: Rotate"
|
|
|
|
|
msgstr "Ctrl: Поворот"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Shift: Move All"
|
|
|
|
|
msgstr "Shift: Передвинуть все"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Shift+Ctrl: Scale"
|
|
|
|
|
msgstr "Shift+Ctrl: Масштаб"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Move Polygon"
|
|
|
|
|
msgstr "Передвинуть полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate Polygon"
|
|
|
|
|
msgstr "Повернуть полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Scale Polygon"
|
|
|
|
|
msgstr "Масштабировать полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Polygon->UV"
|
|
|
|
|
msgstr "Полигон -> UV"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "UV->Polygon"
|
|
|
|
|
msgstr "UV -> Полигон"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Clear UV"
|
|
|
|
|
msgstr "Очистить UV"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Snap"
|
|
|
|
|
msgstr "Привязка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Enable Snap"
|
|
|
|
|
msgstr "Активировать привязку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
|
|
|
|
|
msgid "Grid"
|
|
|
|
|
msgstr "Сетка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: Couldn't load resource!"
|
|
|
|
|
msgstr "ОШИБКА: Невозможно загрузить ресурс!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
msgid "Add Resource"
|
|
|
|
|
msgstr "Добавить ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
msgid "Rename Resource"
|
|
|
|
|
msgstr "Переименовать ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Delete Resource"
|
|
|
|
|
msgstr "Удалить ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
msgid "Resource clipboard is empty!"
|
|
|
|
|
msgstr "Нет ресурса в буфере обмена!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Load Resource"
|
|
|
|
|
msgstr "Загрузить ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/rich_text_editor_plugin.cpp
|
|
|
|
|
msgid "Parse BBCode"
|
|
|
|
|
msgstr "Парсить BB Код"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_editor_plugin.cpp
|
|
|
|
|
msgid "Length:"
|
|
|
|
|
msgstr "Длинна:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Open Sample File(s)"
|
|
|
|
|
msgstr "Открыть сэмпл(ы)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: Couldn't load sample!"
|
|
|
|
|
msgstr "ОШИБКА: Не удалось загрузить сэмпл!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Add Sample"
|
|
|
|
|
msgstr "Добавить сэмпл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Rename Sample"
|
|
|
|
|
msgstr "Переименовать сэмпл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Delete Sample"
|
|
|
|
|
msgstr "Удалить сэмпл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "16 Bits"
|
|
|
|
|
msgstr "16 Бит"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "8 Bits"
|
|
|
|
|
msgstr "8 Бит"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Stereo"
|
|
|
|
|
msgstr "Стерео"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Mono"
|
|
|
|
|
msgstr "Моно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Format"
|
|
|
|
|
msgstr "Формат"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/sample_library_editor_plugin.cpp
|
|
|
|
|
msgid "Pitch"
|
|
|
|
|
msgstr "Высота"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Error while saving theme"
|
|
|
|
|
msgstr "Ошибка во время сохранения темы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Error saving"
|
|
|
|
|
msgstr "Ошибка сохранения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Error importing theme"
|
|
|
|
|
msgstr "Ошибка импортирования темы"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Error importing"
|
|
|
|
|
msgstr "Ошибка импортирования"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Import Theme"
|
|
|
|
|
msgstr "Импортировать тему"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Save Theme As.."
|
|
|
|
|
msgstr "Сохранить тему как.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Next script"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Следующий скрипт"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Previous script"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Предыдущий сценарий"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_export.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "File"
|
|
|
|
|
msgstr "Файл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "New"
|
|
|
|
|
msgstr "Новый"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Save All"
|
|
|
|
|
msgstr "Сохранить всё"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Soft Reload Script"
|
|
|
|
|
msgstr "Мягко перезагрузить скрипты"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "History Prev"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Предыдущий файл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "History Next"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Следующий файл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Reload Theme"
|
|
|
|
|
msgstr "Перезагрузить тему"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Save Theme"
|
|
|
|
|
msgstr "Сохранить тему"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Save Theme As"
|
|
|
|
|
msgstr "Сохранить тему как"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Close Docs"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Закрыть документацию"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Close All"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Закрыть всё"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Find.."
|
|
|
|
|
msgstr "Найти.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Find Next"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Найти следующее"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Debug"
|
|
|
|
|
msgstr "Отладка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Step Over"
|
|
|
|
|
msgstr "Шаг через"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Step Into"
|
|
|
|
|
msgstr "Шаг в"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Break"
|
|
|
|
|
msgstr "Пауза"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Continue"
|
|
|
|
|
msgstr "Продолжить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Keep Debugger Open"
|
|
|
|
|
msgstr "Оставить отладчик открытым"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Window"
|
|
|
|
|
msgstr "Окно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Move Left"
|
|
|
|
|
msgstr "Двигать влево"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Move Right"
|
|
|
|
|
msgstr "Двигать вправо"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Tutorials"
|
|
|
|
|
msgstr "Уроки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Open https://godotengine.org at tutorials section."
|
|
|
|
|
msgstr "Открыть https://godotengine.org с разделом уроков."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Classes"
|
|
|
|
|
msgstr "Классы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Search the class hierarchy."
|
|
|
|
|
msgstr "Поиск в классовой иерархии."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Search the reference documentation."
|
|
|
|
|
msgstr "Поиск справочной документации."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Go to previous edited document."
|
|
|
|
|
msgstr "Перейти к предыдущему редактируемому документу."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Go to next edited document."
|
|
|
|
|
msgstr "Перейти к следующему редактируемому документу."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Create Script"
|
|
|
|
|
msgstr "Создать скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"The following files are newer on disk.\n"
|
|
|
|
|
"What action should be taken?:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Следующие файлы новее на диске.\n"
|
|
|
|
|
"Какие меры должны быть приняты?:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Reload"
|
|
|
|
|
msgstr "Перезагрузить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid "Resave"
|
|
|
|
|
msgstr "Пересохранить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Debugger"
|
|
|
|
|
msgstr "Отладчик"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/plugins/script_editor_plugin.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Built-in scripts can only be edited when the scene they belong to is loaded"
|
|
|
|
|
msgstr ""
|
2016-08-10 21:13:44 +02:00
|
|
|
|
"Встроенные скрипты могут быть изменены только, когда сцена, которой они "
|
|
|
|
|
"принадлежат, загружена"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Pick Color"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Выбрать цвет"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Move Up"
|
|
|
|
|
msgstr "Переместить вверх"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Move Down"
|
|
|
|
|
msgstr "Переместить вниз"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Indent Left"
|
|
|
|
|
msgstr "Убрать отступ слева"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Indent Right"
|
|
|
|
|
msgstr "Добавить отступ"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Toggle Comment"
|
|
|
|
|
msgstr "Переключить комментарий"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Clone Down"
|
|
|
|
|
msgstr "Копировать вниз"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Complete Symbol"
|
|
|
|
|
msgstr "Список автозавершения"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Trim Trailing Whitespace"
|
|
|
|
|
msgstr "Удаление пробелов в конце строк"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Auto Indent"
|
|
|
|
|
msgstr "Автоотступ"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Remove All Breakpoints"
|
|
|
|
|
msgstr "Удалить все точки остановок"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Goto Next Breakpoint"
|
|
|
|
|
msgstr "Перейти к следующей точке остановки"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Goto Previous Breakpoint"
|
|
|
|
|
msgstr "Перейти к предыдущей точке остановки"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Find Previous"
|
|
|
|
|
msgstr "Найти предыдущее"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Replace.."
|
|
|
|
|
msgstr "Заменить.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Goto Function.."
|
|
|
|
|
msgstr "Перейти к функции.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
#: tools/editor/plugins/shader_editor_plugin.cpp
|
|
|
|
|
msgid "Goto Line.."
|
|
|
|
|
msgstr "Перейти к строке.."
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/script_text_editor.cpp
|
|
|
|
|
msgid "Contextual Help"
|
|
|
|
|
msgstr "Контекстная справка"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Scalar Constant"
|
|
|
|
|
msgstr "Изменена числовая константа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Vec Constant"
|
|
|
|
|
msgstr "Изменена векторная константа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change RGB Constant"
|
|
|
|
|
msgstr "Изменён RGB"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Scalar Operator"
|
|
|
|
|
msgstr "Изменён числовой оператор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Vec Operator"
|
|
|
|
|
msgstr "Изменён векторный оператор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Vec Scalar Operator"
|
|
|
|
|
msgstr "Изменён векторно числовой оператор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change RGB Operator"
|
|
|
|
|
msgstr "Изменён RGB оператор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Toggle Rot Only"
|
|
|
|
|
msgstr "Переключён - только поворот"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Scalar Function"
|
|
|
|
|
msgstr "Изменена числовая функция"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Vec Function"
|
|
|
|
|
msgstr "Изменена векторная функция"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Scalar Uniform"
|
|
|
|
|
msgstr "Изменена числовая единица"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Vec Uniform"
|
|
|
|
|
msgstr "Изменена векторная единица"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change RGB Uniform"
|
|
|
|
|
msgstr "Изменена RGB единица"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Default Value"
|
|
|
|
|
msgstr "Изменено стандартное значение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change XForm Uniform"
|
|
|
|
|
msgstr "Изменена XForm единица"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Texture Uniform"
|
|
|
|
|
msgstr "Изменена тектурная единица"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Cubemap Uniform"
|
|
|
|
|
msgstr "Изменена единица кубической карты"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Comment"
|
|
|
|
|
msgstr "Изменён комментарий"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Add/Remove to Color Ramp"
|
|
|
|
|
msgstr "Добавлено/удалено с Color Ramp"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Add/Remove to Curve Map"
|
|
|
|
|
msgstr "Добавлено/удалено с Curve Map"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Modify Curve Map"
|
|
|
|
|
msgstr "Изменена карта кривой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Change Input Name"
|
|
|
|
|
msgstr "Изменено входное имя"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Connect Graph Nodes"
|
|
|
|
|
msgstr "Изменено имя графа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Disconnect Graph Nodes"
|
|
|
|
|
msgstr "Графы разъединены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Shader Graph Node"
|
|
|
|
|
msgstr "Удалён граф шейдера"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Move Shader Graph Node"
|
|
|
|
|
msgstr "Передвинут граф шейдера"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Duplicate Graph Node(s)"
|
|
|
|
|
msgstr "Граф(ы) дублированы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Delete Shader Graph Node(s)"
|
|
|
|
|
msgstr "Удалён(ы) графы шейдера"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Error: Cyclic Connection Link"
|
|
|
|
|
msgstr "Ошибка: Циклическая подключение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Error: Missing Input Connections"
|
|
|
|
|
msgstr "Ошибка: Отсутствует входное подключение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/shader_graph_editor_plugin.cpp
|
|
|
|
|
msgid "Add Shader Graph Node"
|
|
|
|
|
msgstr "Добавлен граф шейдера"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Orthogonal"
|
|
|
|
|
msgstr "Ортогональность"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Perspective"
|
|
|
|
|
msgstr "Перспектива"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Transform Aborted."
|
|
|
|
|
msgstr "Преобразования прерывается."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "X-Axis Transform."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Преобразование по X."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Y-Axis Transform."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Преобразование по Y."
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Z-Axis Transform."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Преобразование по Z."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "View Plane Transform."
|
|
|
|
|
msgstr "Вид преобразования плоскости."
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Scaling to %s%%."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Масштабирование до %s%%."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Rotating %s degrees."
|
|
|
|
|
msgstr "Поворот на %s градусов."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Bottom View."
|
|
|
|
|
msgstr "Вид Снизу."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Bottom"
|
|
|
|
|
msgstr "Низ"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Top View."
|
|
|
|
|
msgstr "Вид сверху."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Top"
|
|
|
|
|
msgstr "Верх"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Rear View."
|
|
|
|
|
msgstr "Вид сзади."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Rear"
|
|
|
|
|
msgstr "Зад"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Front View."
|
|
|
|
|
msgstr "Вид спереди."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Front"
|
|
|
|
|
msgstr "Перед"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Left View."
|
|
|
|
|
msgstr "Вид слева."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Left"
|
|
|
|
|
msgstr "Лево"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Right View."
|
|
|
|
|
msgstr "Вид справа."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Right"
|
|
|
|
|
msgstr "Право"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Keying is disabled (no key inserted)."
|
|
|
|
|
msgstr "Манипуляция отключена (без вставленного ключа)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Animation Key Inserted."
|
|
|
|
|
msgstr "Ключ анимации вставлен."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Align with view"
|
|
|
|
|
msgstr "Совместить с видом"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Environment"
|
|
|
|
|
msgstr "Окружение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Audio Listener"
|
|
|
|
|
msgstr "Прослушиватель звука"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Gizmos"
|
|
|
|
|
msgstr "Вещицы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "XForm Dialog"
|
|
|
|
|
msgstr "XForm диалоговое окно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "No scene selected to instance!"
|
|
|
|
|
msgstr "Не выбрана сцена!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Instance at Cursor"
|
|
|
|
|
msgstr "Экземпляр на курсор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Could not instance scene!"
|
|
|
|
|
msgstr "Не возможно добавить сцену!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Move Mode (W)"
|
|
|
|
|
msgstr "Режим перемещения (W)"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate Mode (E)"
|
|
|
|
|
msgstr "Режим поворота (E)"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Scale Mode (R)"
|
|
|
|
|
msgstr "Режим масштабирования (R)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Bottom View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид Снизу"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Top View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид сверху"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Rear View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид сзади"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Front View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид спереди"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Left View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид слева"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Right View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вид справа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Switch Perspective/Orthogonal view"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Переключить перспективный/ортогональный вид"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Insert Animation Key"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Вставить ключ анимации"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Focus Origin"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Фокус на центре"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Focus Selection"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Показать выбранное"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-07-15 08:58:49 +02:00
|
|
|
|
msgid "Align Selection With View"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Совместить выбранное с видом"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Transform"
|
|
|
|
|
msgstr "Преобразование"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Local Coords"
|
|
|
|
|
msgstr "Локальные координаты"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Transform Dialog.."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Окно преобразования.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Use Default Light"
|
|
|
|
|
msgstr "Использовать стандартный свет"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "Use Default sRGB"
|
|
|
|
|
msgstr "Использовать sRGB"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "1 Viewport"
|
|
|
|
|
msgstr "1 Окно"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "2 Viewports"
|
|
|
|
|
msgstr "2 Окна"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "2 Viewports (Alt)"
|
|
|
|
|
msgstr "2 Окна (другой)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
|
|
|
|
msgid "3 Viewports"
|
|
|
|
|
msgstr "3 Окна"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "3 Viewports (Alt)"
|
|
|
|
|
msgstr "3 Окна (другой)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "4 Viewports"
|
|
|
|
|
msgstr "4 Окна"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Display Normal"
|
|
|
|
|
msgstr "Режим нормалей"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Display Wireframe"
|
|
|
|
|
msgstr "Режим сетки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Display Overdraw"
|
|
|
|
|
msgstr "Режим просвечивания"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Display Shadeless"
|
|
|
|
|
msgstr "Режим без теней"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "View Origin"
|
|
|
|
|
msgstr "Отображать начало координат"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "View Grid"
|
|
|
|
|
msgstr "Отображать сетку"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Snap Settings"
|
|
|
|
|
msgstr "Параметры привязки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Translate Snap:"
|
|
|
|
|
msgstr "Привязка преобразований:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Rotate Snap (deg.):"
|
|
|
|
|
msgstr "Привязка поворота (градусы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Scale Snap (%):"
|
|
|
|
|
msgstr "Привязка масштабирования (%):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Viewport Settings"
|
|
|
|
|
msgstr "Настройки окна просмотра"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Default Light Normal:"
|
|
|
|
|
msgstr "Образец стандартного освещения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Ambient Light Color:"
|
|
|
|
|
msgstr "Цвет окружающего света:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Perspective FOV (deg.):"
|
|
|
|
|
msgstr "FOV перспективы (градусы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "View Z-Near:"
|
|
|
|
|
msgstr "Ближний Z отображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "View Z-Far:"
|
|
|
|
|
msgstr "Дальний Z отображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Transform Change"
|
|
|
|
|
msgstr "Изменение преобразования"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Translate:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Преобразования:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Rotate (deg.):"
|
|
|
|
|
msgstr "Поворот (градусы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Scale (ratio):"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Масштаб (соотношение):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Transform Type"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Тип преобразования"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Pre"
|
|
|
|
|
msgstr "До"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/spatial_editor_plugin.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Post"
|
|
|
|
|
msgstr "После"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "ERROR: Couldn't load frame resource!"
|
|
|
|
|
msgstr "ОШИБКА: Невозможно загрузить кадр!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Add Frame"
|
|
|
|
|
msgstr "Добавить кадр"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Resource clipboard is empty or not a texture!"
|
|
|
|
|
msgstr "Буфер обмена чист или не содержит текстуру!"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Paste Frame"
|
|
|
|
|
msgstr "Вставить кадр"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Add Empty"
|
|
|
|
|
msgstr "Добавить пустоту"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Change Animation Loop"
|
|
|
|
|
msgstr "Изменить цикличность анимации"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Change Animation FPS"
|
|
|
|
|
msgstr "Изменить FPS анимации"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "(empty)"
|
|
|
|
|
msgstr "(пусто)"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Animations"
|
|
|
|
|
msgstr "Анимации"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Speed (FPS):"
|
|
|
|
|
msgstr "Скорость (FPS):"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Animation Frames"
|
|
|
|
|
msgstr "Кадры анимации"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Insert Empty (Before)"
|
|
|
|
|
msgstr "Вставить пустоту (До)"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Insert Empty (After)"
|
|
|
|
|
msgstr "Вставить пустоту (После)"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Up"
|
|
|
|
|
msgstr "Вверх"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
|
|
|
|
|
msgid "Down"
|
|
|
|
|
msgstr "Вниз"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/style_box_editor_plugin.cpp
|
|
|
|
|
msgid "StyleBox Preview:"
|
|
|
|
|
msgstr "StyleBox предпросмотр:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Snap Mode:"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Режим привязки:"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "<None>"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "<Нет>"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Pixel Snap"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Попиксельная привязка"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Grid Snap"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Привязка по сетке"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Auto Slice"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Автоматически"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Offset:"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Отступ:"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Step:"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Шаг:"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Separation:"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Разделение:"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Texture Region"
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Область текстуры"
|
2016-06-28 08:50:39 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/texture_region_editor_plugin.cpp
|
|
|
|
|
msgid "Texture Region Editor"
|
|
|
|
|
msgstr "Редактор области текстуры"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Can't save theme to file:"
|
|
|
|
|
msgstr "Невозможно сохранить тему в файл:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Add All Items"
|
|
|
|
|
msgstr "Добавить все элементы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Add All"
|
|
|
|
|
msgstr "Добавить все"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Item"
|
|
|
|
|
msgstr "Удалить элемент"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Theme"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Тема"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Add Class Items"
|
|
|
|
|
msgstr "Добавить элемент класса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Remove Class Items"
|
|
|
|
|
msgstr "Удалить элемент класса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Create Empty Template"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Создать пустой образец"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Create Empty Editor Template"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Создать пустой образец редактора"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "CheckBox Radio1"
|
|
|
|
|
msgstr "Чекбокс 1"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "CheckBox Radio2"
|
|
|
|
|
msgstr "Чекбокс 2"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Item"
|
|
|
|
|
msgstr "Элемент"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Check Item"
|
|
|
|
|
msgstr "Проверить пункт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Checked Item"
|
|
|
|
|
msgstr "Проверенный пункт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Has"
|
|
|
|
|
msgstr "Имеет"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Many"
|
|
|
|
|
msgstr "Много"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp tools/editor/project_export.cpp
|
|
|
|
|
msgid "Options"
|
|
|
|
|
msgstr "Параметры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Have,Many,Several,Options!"
|
|
|
|
|
msgstr "Имеет,Много,Разных,Опций!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Tab 1"
|
|
|
|
|
msgstr "Вкладка 1"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Tab 2"
|
|
|
|
|
msgstr "Вкладка 2"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Tab 3"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Вкладка 3"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/scene_tree_editor.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Type:"
|
|
|
|
|
msgstr "Тип:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Data Type:"
|
|
|
|
|
msgstr "Тип информации:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Icon"
|
|
|
|
|
msgstr "Иконка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Style"
|
|
|
|
|
msgstr "Стиль"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/theme_editor_plugin.cpp
|
|
|
|
|
msgid "Color"
|
|
|
|
|
msgstr "Цвет"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Paint TileMap"
|
|
|
|
|
msgstr "Рисовать карту тайлов"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Duplicate"
|
|
|
|
|
msgstr "Дублировать"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Erase TileMap"
|
|
|
|
|
msgstr "Стирать карту тайлов"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Erase selection"
|
|
|
|
|
msgstr "Очистить выделенное"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Find tile"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Найти тайл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Transpose"
|
|
|
|
|
msgstr "Транспонировать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Mirror X"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Зеркально по X"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
2016-06-19 14:13:13 +02:00
|
|
|
|
msgid "Mirror Y"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Зеркально по Y"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Bucket"
|
|
|
|
|
msgstr "Заливка"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Pick Tile"
|
|
|
|
|
msgstr "Выбрать тайл"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Select"
|
|
|
|
|
msgstr "Выделение"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate 0 degrees"
|
|
|
|
|
msgstr "Поворот на 0 градусов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate 90 degrees"
|
|
|
|
|
msgstr "Поворот на 90 градусов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate 180 degrees"
|
|
|
|
|
msgstr "Поворот на 180 градусов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_map_editor_plugin.cpp
|
|
|
|
|
msgid "Rotate 270 degrees"
|
|
|
|
|
msgstr "Поворот на 270 градусов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Could not find tile:"
|
|
|
|
|
msgstr "Невозможно найти тайл:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Item name or ID:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "ID или имя элемента:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Create from scene?"
|
|
|
|
|
msgstr "Создать из сцены?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Merge from scene?"
|
|
|
|
|
msgstr "Слияние из сцены?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Create from Scene"
|
|
|
|
|
msgstr "Создать из сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
msgid "Merge from Scene"
|
|
|
|
|
msgstr "Слияние из сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/plugins/tile_set_editor_plugin.cpp
|
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Error"
|
|
|
|
|
msgstr "Ошибка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Edit Script Options"
|
|
|
|
|
msgstr "Редактировать параметры скрипта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Please export outside the project folder!"
|
|
|
|
|
msgstr "Пожалуйста экспортируйте вне папки проекта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Error exporting project!"
|
|
|
|
|
msgstr "Ошибка экспортирования проекта!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Error writing the project PCK!"
|
|
|
|
|
msgstr "Ошибка записи PCK файла!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "No exporter for platform '%s' yet."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Платформа '%s' пока не поддерживается."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2017-01-08 12:13:27 +01:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Create Android keystore"
|
|
|
|
|
msgstr "Создать новый ресурс"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Full name"
|
|
|
|
|
msgstr "Допустимое имя"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Organizational unit"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Organization"
|
|
|
|
|
msgstr "Переход"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "City"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "State"
|
|
|
|
|
msgstr "Статус:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "2 letter country code"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "User alias"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Password"
|
|
|
|
|
msgstr "Пароль:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "at least 6 characters"
|
|
|
|
|
msgstr "Допустимые символы:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "File name"
|
|
|
|
|
msgstr "Новое имя:"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Path : (better to save outside of project)"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Release keystore is not set.\n"
|
|
|
|
|
"Do you want to create one?"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Fill Keystore/Release User and Release Password"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Include"
|
|
|
|
|
msgstr "Включить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Change Image Group"
|
|
|
|
|
msgstr "Измените изображение группы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Group name can't be empty!"
|
|
|
|
|
msgstr "Название группы не может быть пустым!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Invalid character in group name!"
|
|
|
|
|
msgstr "Недопустимый символ в названии группы!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Group name already exists!"
|
|
|
|
|
msgstr "Название группы уже существует!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Add Image Group"
|
|
|
|
|
msgstr "Добавлено изображение группы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Delete Image Group"
|
|
|
|
|
msgstr "Удалено изображение группы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Atlas Preview"
|
|
|
|
|
msgstr "Предварительный просмотр атласа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Project Export Settings"
|
|
|
|
|
msgstr "Параметры экспорта проекта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Target"
|
|
|
|
|
msgstr "Цель"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export to Platform"
|
|
|
|
|
msgstr "Платформа для экспорта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Resources"
|
|
|
|
|
msgstr "Ресурсы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export selected resources (including dependencies)."
|
|
|
|
|
msgstr "Экспортировать выбранные ресурсы (включая зависимости)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export all resources in the project."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Экспортировать все ресурсы проекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export all files in the project directory."
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Экспортировать все файлы в папке проекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export Mode:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Режим экспортирования:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Resources to Export:"
|
|
|
|
|
msgstr "Ресурсы для экспорта:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Action"
|
|
|
|
|
msgstr "Действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Filters to export non-resource files (comma-separated, e.g.: *.json, *.txt):"
|
|
|
|
|
msgstr ""
|
2016-06-28 08:50:39 +02:00
|
|
|
|
"Фильтр для экспорта не ресурсных файлов (через запятую, например: *.json, *."
|
|
|
|
|
"txt):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Filters to exclude from export (comma-separated, e.g.: *.json, *.txt):"
|
|
|
|
|
msgstr "Фильтр для исключения (через запятую, например: *.json, *.txt):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Convert text scenes to binary on export."
|
|
|
|
|
msgstr "Преобразовать текстовые сцены в двоичные при экспорте."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Images"
|
|
|
|
|
msgstr "Изображения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Keep Original"
|
|
|
|
|
msgstr "Оставить исходными"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress for Disk (Lossy, WebP)"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Сжать для диска (с потерями, WebP)"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress for RAM (BC/PVRTC/ETC)"
|
|
|
|
|
msgstr "Сжать для RAM (BC/PVRTC/ETC)"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Convert Images (*.png):"
|
|
|
|
|
msgstr "Преобразовать изображения (*.png):"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress for Disk (Lossy) Quality:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Качество сжатия для диска (с потерями):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Shrink All Images:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Уменьшить все изображения (1 - оригинал, 2 - сжать в два раза...):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress Formats:"
|
|
|
|
|
msgstr "Формат для сжатия:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Image Groups"
|
|
|
|
|
msgstr "Группы изображений"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Groups:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Группы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress Disk"
|
|
|
|
|
msgstr "Сжать для Диска"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress RAM"
|
|
|
|
|
msgstr "Сжать для RAM"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress Mode:"
|
|
|
|
|
msgstr "Режим сжатия:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Lossy Quality:"
|
|
|
|
|
msgstr "Потеря качества:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Atlas:"
|
|
|
|
|
msgstr "Атласы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Shrink By:"
|
|
|
|
|
msgstr "Степень сжатия:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Preview Atlas"
|
|
|
|
|
msgstr "Предпросмотр атласа"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Image Filter:"
|
|
|
|
|
msgstr "Фильтр:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Images:"
|
|
|
|
|
msgstr "Изображения:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Select None"
|
|
|
|
|
msgstr "Сбросить выделение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Group"
|
|
|
|
|
msgstr "Группа"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Samples"
|
|
|
|
|
msgstr "Сэмплы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Sample Conversion Mode: (.wav files):"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Режим преобразования сэмплов (.wav файлы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Keep"
|
|
|
|
|
msgstr "Оставить оригинал"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compress (RAM - IMA-ADPCM)"
|
|
|
|
|
msgstr "Сжать (RAM - IMA-ADPCM)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Sampling Rate Limit (Hz):"
|
|
|
|
|
msgstr "Ограничение частоты сэмплов (Гц):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Trim"
|
|
|
|
|
msgstr "Обрезать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Trailing Silence:"
|
|
|
|
|
msgstr "Удаление тишины:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Script"
|
|
|
|
|
msgstr "Скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Script Export Mode:"
|
|
|
|
|
msgstr "Режим экспортирования скриптов:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Text"
|
|
|
|
|
msgstr "Текстовый"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Compiled"
|
|
|
|
|
msgstr "Компилированный"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Encrypted (Provide Key Below)"
|
|
|
|
|
msgstr "Зашифрованный (Напишите ключ ниже)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Script Encryption Key (256-bits as hex):"
|
|
|
|
|
msgstr "Ключ шифрования скрипта (256-бит, а в шестнадцатеричном виде):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export PCK/Zip"
|
|
|
|
|
msgstr "Экспортировать PCK/Zip"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export Project PCK"
|
|
|
|
|
msgstr "Экспортировать PCK проекта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export.."
|
|
|
|
|
msgstr "Экспортировать.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Project Export"
|
|
|
|
|
msgstr "Экспортирование проекта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_export.cpp
|
|
|
|
|
msgid "Export Preset:"
|
|
|
|
|
msgstr "Экспортировать настройки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Invalid project path, the path must exist!"
|
|
|
|
|
msgstr "Неверный путь к проекту, путь должен существовать!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
2017-02-05 00:53:55 +01:00
|
|
|
|
msgid "Invalid project path, godot.cfg must not exist."
|
|
|
|
|
msgstr "Недопустимый путь к проекту, godot.cfg не должен существовать."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
2017-02-05 00:53:55 +01:00
|
|
|
|
msgid "Invalid project path, godot.cfg must exist."
|
|
|
|
|
msgstr "Недопустимый путь к проекту, godot.cfg должен существовать."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Imported Project"
|
|
|
|
|
msgstr "Импортированный проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Invalid project path (changed anything?)."
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Неверный путь к проекту (Что-то изменили?)."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
2017-02-05 00:53:55 +01:00
|
|
|
|
msgid "Couldn't create godot.cfg in project path."
|
|
|
|
|
msgstr "Не могу создать godot.cfg в папке проекта."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "The following files failed extraction from package:"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Следующие файлы не удалось извлечения из пакета:"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Package Installed Successfully!"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Пакет успешно установлен!"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Import Existing Project"
|
|
|
|
|
msgstr "Импортировать существующий проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Project Path (Must Exist):"
|
|
|
|
|
msgstr "Путь к проекту (должен существовать):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Project Name:"
|
|
|
|
|
msgstr "Название проекта:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Create New Project"
|
|
|
|
|
msgstr "Создать новый проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Project Path:"
|
|
|
|
|
msgstr "Путь к проекту:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Install Project:"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Установить проект:"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Install"
|
2016-08-10 21:13:44 +02:00
|
|
|
|
msgstr "Установить"
|
2016-07-15 08:58:49 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Browse"
|
|
|
|
|
msgstr "Обзор"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "New Game Project"
|
|
|
|
|
msgstr "Новый игровой проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "That's a BINGO!"
|
|
|
|
|
msgstr "Бинго!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Unnamed Project"
|
|
|
|
|
msgstr "Безымянный проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Are you sure to open more than one project?"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Вы уверены, что хотите открыть более одного проекта?"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
2016-08-10 21:17:15 +02:00
|
|
|
|
msgid "Are you sure to run more than one project?"
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgstr "Вы уверены, что хотите запустить более одного проекта?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Remove project from the list? (Folder contents will not be modified)"
|
|
|
|
|
msgstr "Удалить проект из списка? (Содержимое папки не будет изменено)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"You are about the scan %s folders for existing Godot projects. Do you "
|
|
|
|
|
"confirm?"
|
|
|
|
|
msgstr ""
|
2016-09-01 19:24:34 +02:00
|
|
|
|
"Вы собираетесь сканировать %s папки для существующих проектов Godot. "
|
|
|
|
|
"Подтверждаете?"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Project Manager"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Менеджер проектов"
|
2016-06-09 17:33:24 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Project List"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Список проектов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Run"
|
|
|
|
|
msgstr "Запустить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Scan"
|
|
|
|
|
msgstr "Сканировать"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Select a Folder to Scan"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Выбрать папку для сканирования"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "New Project"
|
|
|
|
|
msgstr "Новый проект"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_manager.cpp
|
|
|
|
|
msgid "Exit"
|
|
|
|
|
msgstr "Выход"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Key "
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Кнопка "
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Joy Button"
|
|
|
|
|
msgstr "Кнопка геймпада"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Joy Axis"
|
|
|
|
|
msgstr "Ось геймпада"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Mouse Button"
|
|
|
|
|
msgstr "Кнопка мыши"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Invalid action (anything goes but '/' or ':')."
|
|
|
|
|
msgstr "Недопустимое название действия (подойдёт всё кроме '/' или ':')."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Action '%s' already exists!"
|
|
|
|
|
msgstr "Действие '%s' уже существует!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Rename Input Action Event"
|
|
|
|
|
msgstr "Переименовать действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Add Input Action Event"
|
|
|
|
|
msgstr "Добавить действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/settings_config_dialog.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Control+"
|
|
|
|
|
msgstr "Control+"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/settings_config_dialog.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Press a Key.."
|
|
|
|
|
msgstr "Нажмите любую клавишу..."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Mouse Button Index:"
|
|
|
|
|
msgstr "Индекс клавиши мыши:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Left Button"
|
|
|
|
|
msgstr "Левая кнопка мыши"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Right Button"
|
|
|
|
|
msgstr "Правая кнопка мыши"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Middle Button"
|
|
|
|
|
msgstr "Средняя кнопка мыши"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Wheel Up Button"
|
|
|
|
|
msgstr "Колёсико вверх"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Wheel Down Button"
|
|
|
|
|
msgstr "Колёсико вниз"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Button 6"
|
|
|
|
|
msgstr "Кнопка 6"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Button 7"
|
|
|
|
|
msgstr "Кнопка 7"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Button 8"
|
|
|
|
|
msgstr "Кнопка 8"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Button 9"
|
|
|
|
|
msgstr "Кнопка 9"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Joystick Axis Index:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Индекс оси джойстика:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Joystick Button Index:"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Индекс кнопки джойстика:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Add Input Action"
|
|
|
|
|
msgstr "Добавить действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Erase Input Action Event"
|
|
|
|
|
msgstr "Удалить действие"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Error saving settings."
|
|
|
|
|
msgstr "Ошибка сохранения настроек."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Settings saved OK."
|
|
|
|
|
msgstr "Настройки сохранены нормально."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Add Translation"
|
|
|
|
|
msgstr "Добавлен перевод"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Remove Translation"
|
|
|
|
|
msgstr "Перевод удалён"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Add Remapped Path"
|
|
|
|
|
msgstr "Добавлен путь перенаправления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Resource Remap Add Remap"
|
|
|
|
|
msgstr "Перенаправлен ресурс перенаправления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Change Resource Remap Language"
|
|
|
|
|
msgstr "Изменён язык перенаправления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Remove Resource Remap"
|
|
|
|
|
msgstr "Удалён ресурс перенаправления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Remove Resource Remap Option"
|
|
|
|
|
msgstr "Удалён параметр ресурса перенаправления"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
2017-02-05 00:53:55 +01:00
|
|
|
|
msgid "Project Settings (godot.cfg)"
|
|
|
|
|
msgstr "Настройки проекта (godot.cfg)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/settings_config_dialog.cpp
|
|
|
|
|
msgid "General"
|
|
|
|
|
msgstr "Основное"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Property:"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
msgstr "Параметр:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Del"
|
|
|
|
|
msgstr "Удалить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Copy To Platform.."
|
|
|
|
|
msgstr "Скопировать на платформу.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Input Map"
|
|
|
|
|
msgstr "Список действий"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Action:"
|
|
|
|
|
msgstr "Действие:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Device:"
|
|
|
|
|
msgstr "Девайс:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Index:"
|
|
|
|
|
msgstr "Индекс:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Localization"
|
|
|
|
|
msgstr "Локализация"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Translations"
|
|
|
|
|
msgstr "Переводы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Translations:"
|
|
|
|
|
msgstr "Переводы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Add.."
|
|
|
|
|
msgstr "Добавить.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Remaps"
|
|
|
|
|
msgstr "Переназначения"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Resources:"
|
|
|
|
|
msgstr "Ресурсы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Remaps by Locale:"
|
|
|
|
|
msgstr "Заменить на язык:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Locale"
|
|
|
|
|
msgstr "Язык"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "AutoLoad"
|
|
|
|
|
msgstr "Автозагрузка"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#: tools/editor/project_settings.cpp
|
|
|
|
|
msgid "Plugins"
|
|
|
|
|
msgstr "Плагины"
|
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Preset.."
|
|
|
|
|
msgstr "Предустановка.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Ease In"
|
|
|
|
|
msgstr "Легко в"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Ease Out"
|
|
|
|
|
msgstr "Легко из"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Zero"
|
|
|
|
|
msgstr "Ноль"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Easing In-Out"
|
|
|
|
|
msgstr "Легко в-из"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Easing Out-In"
|
|
|
|
|
msgstr "Легко из-в"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "File.."
|
|
|
|
|
msgstr "Файл.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Dir.."
|
|
|
|
|
msgstr "Папка.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/property_editor.cpp tools/editor/script_create_dialog.cpp
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgid "Load"
|
|
|
|
|
msgstr "Загрузить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Assign"
|
|
|
|
|
msgstr "Назначить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-10-09 18:12:42 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "New Script"
|
2016-11-15 08:54:52 +01:00
|
|
|
|
msgstr "Новый скрипт"
|
2016-10-09 18:12:42 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Error loading file: Not a resource!"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Ошибка загрузки файла: Это не ресурс!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Couldn't load image"
|
|
|
|
|
msgstr "Невозможно загрузить изображение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Bit %d, val %d."
|
|
|
|
|
msgstr "Бит %d, значение %d."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "On"
|
|
|
|
|
msgstr "Вкл"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Properties:"
|
|
|
|
|
msgstr "Свойства:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/property_editor.cpp
|
|
|
|
|
msgid "Sections:"
|
|
|
|
|
msgstr "Разделы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#: tools/editor/property_selector.cpp
|
|
|
|
|
msgid "Select Property"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Выбрать свойство"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
|
|
|
|
#: tools/editor/property_selector.cpp
|
|
|
|
|
msgid "Select Method"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Выбрать метод"
|
2016-09-01 19:31:13 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/pvrtc_compress.cpp
|
|
|
|
|
msgid "Could not execute PVRTC tool:"
|
|
|
|
|
msgstr "Невозможно запустить PVRTC инструмент:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/pvrtc_compress.cpp
|
|
|
|
|
msgid "Can't load back converted image using PVRTC tool:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Не возможно загрузить обратно конвертированное изображение используя PVRTC "
|
|
|
|
|
"инструмент:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Reparent Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Переподчинить узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/reparent_dialog.cpp
|
|
|
|
|
msgid "Reparent Location (Select new Parent):"
|
|
|
|
|
msgstr "Новое место (выберите нового Родителя):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/reparent_dialog.cpp
|
|
|
|
|
msgid "Keep Global Transform"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Сохранить глобальные преобразования"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Reparent"
|
|
|
|
|
msgstr "Переподчинить"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Create New Resource"
|
|
|
|
|
msgstr "Создать новый ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Open Resource"
|
|
|
|
|
msgstr "Открыть ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Save Resource"
|
|
|
|
|
msgstr "Сохранить ресурс"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Resource Tools"
|
|
|
|
|
msgstr "Инструменты ресурсов"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/resources_dock.cpp
|
|
|
|
|
msgid "Make Local"
|
|
|
|
|
msgstr "Сделать локальным"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/run_settings_dialog.cpp
|
|
|
|
|
msgid "Run Mode:"
|
|
|
|
|
msgstr "Режим запуска:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/run_settings_dialog.cpp
|
|
|
|
|
msgid "Current Scene"
|
|
|
|
|
msgstr "Текущая сцена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/run_settings_dialog.cpp
|
|
|
|
|
msgid "Main Scene"
|
|
|
|
|
msgstr "Главная сцена"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/run_settings_dialog.cpp
|
|
|
|
|
msgid "Main Scene Arguments:"
|
|
|
|
|
msgstr "Аргументы главной сцены:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/run_settings_dialog.cpp
|
|
|
|
|
msgid "Scene Run Settings"
|
|
|
|
|
msgstr "Параметры запуска сцены"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "No parent to instance the scenes at."
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Нет родителя для добавления сюда сцены."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Error loading scene from %s"
|
|
|
|
|
msgstr "Ошибка при загрузке сцены из %s"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Ok"
|
|
|
|
|
msgstr "Ок"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid ""
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"Cannot instance the scene '%s' because the current scene exists within one "
|
|
|
|
|
"of its nodes."
|
2016-05-31 18:24:41 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Невозможно добавить сцену %s, потому что текущая сцена существует в одном из "
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"его узлов."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Instance Scene(s)"
|
|
|
|
|
msgstr "Дополнить сценой(ами)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "This operation can't be done on the tree root."
|
|
|
|
|
msgstr "Эта операция не может быть произведена над корнем дерева."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Move Node In Parent"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Перемещение узла в Родительский"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Move Nodes In Parent"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Перемещение узлов в Родительский"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Duplicate Node(s)"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Дублировать узел(узлы)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Delete Node(s)?"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Удалить узел(узлы)?"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "This operation can't be done without a scene."
|
|
|
|
|
msgstr "Эта операция не может быть выполнена без сцены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "This operation can't be done on instanced scenes."
|
|
|
|
|
msgstr "Эта операция не может быть сделана на редактируемой сцене."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Save New Scene As.."
|
|
|
|
|
msgstr "Сохранить новую Сцену как.."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Makes Sense!"
|
2016-10-09 18:00:17 +02:00
|
|
|
|
msgstr "Имеет смысл!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Can't operate on nodes from a foreign scene!"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Не могу работать с узлами из внешней сцены!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Can't operate on nodes the current scene inherits from!"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Невозможно работать с узлами, от которых унаследована текущая сцена!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Remove Node(s)"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Удалить узел(узлы)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Couldn't save new scene. Likely dependencies (instances) couldn't be "
|
|
|
|
|
"satisfied."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Не возможно сохранить новую сцену. Вероятно, зависимости (экземпляры) не "
|
|
|
|
|
"могли быть удовлетворены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Error saving scene."
|
|
|
|
|
msgstr "Ошибка сохранения сцены."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Error duplicating scene to save it."
|
2016-07-15 08:52:19 +02:00
|
|
|
|
msgstr "Ошибка дублирования сцены, при её сохранении."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Edit Groups"
|
|
|
|
|
msgstr "Редактировать группы"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Edit Connections"
|
|
|
|
|
msgstr "Редактировать связи"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-06-28 08:50:39 +02:00
|
|
|
|
msgid "Delete Node(s)"
|
|
|
|
|
msgstr "Удалить узел(узлы)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Add Child Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Добавить дочерний узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Instance Child Scene"
|
|
|
|
|
msgstr "Добавить дочернюю сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Change Type"
|
|
|
|
|
msgstr "Изменить тип"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-11-15 08:58:29 +01:00
|
|
|
|
msgid "Attach Script"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Прикрепить скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Clear Script"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Убрать скрипт"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Merge From Scene"
|
|
|
|
|
msgstr "Соединить со сценой"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Save Branch as Scene"
|
|
|
|
|
msgstr "Сохранить ветку, как сцену"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Delete (No Confirm)"
|
2016-09-01 19:24:34 +02:00
|
|
|
|
msgstr "Удалить (без подтверждения)"
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Add/Create a New Node"
|
|
|
|
|
msgstr "Добавить/создать новый узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid ""
|
|
|
|
|
"Instance a scene file as a Node. Creates an inherited scene if no root node "
|
|
|
|
|
"exists."
|
|
|
|
|
msgstr ""
|
2016-06-28 08:48:46 +02:00
|
|
|
|
"Добавить файл сцены как узел. Создаёт наследуемую сцену, если корневой узел "
|
2016-06-19 14:13:13 +02:00
|
|
|
|
"не существует."
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
2016-11-15 08:58:29 +01:00
|
|
|
|
msgid "Attach a new or existing script for the selected node."
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Прикрепить новый или существующий скрипт к выбранному узлу."
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/scene_tree_dock.cpp
|
|
|
|
|
msgid "Clear a script for the selected node."
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Убрать скрипт у выбранного узла."
|
2016-08-10 21:17:15 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Toggle Spatial Visible"
|
|
|
|
|
msgstr "Переключена видимость Spatial"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Toggle CanvasItem Visible"
|
|
|
|
|
msgstr "Переключена видимость CanvasItem"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Instance:"
|
|
|
|
|
msgstr "Экземпляр:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Invalid node name, the following characters are not allowed:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Некорректное имя узла, следующие символы недопустимы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Rename Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Переименовать узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Scene Tree (Nodes):"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Дерево сцены (Узлы):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Editable Children"
|
|
|
|
|
msgstr "Редактируемые потомки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Load As Placeholder"
|
|
|
|
|
msgstr "Загрузить как заполнитель"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Discard Instancing"
|
2016-06-19 18:24:38 +02:00
|
|
|
|
msgstr "Отбросить инстансинг"
|
2016-06-19 14:13:13 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Open in Editor"
|
|
|
|
|
msgstr "Открыть в редакторе"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Clear Inheritance"
|
|
|
|
|
msgstr "Очистить наследование"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Clear Inheritance? (No Undo!)"
|
2016-06-03 00:07:39 +02:00
|
|
|
|
msgstr "Очистить наследование? (Нельзя отменить!)"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Clear!"
|
|
|
|
|
msgstr "Очистить!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/scene_tree_editor.cpp
|
|
|
|
|
msgid "Select a Node"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Выбрать узел"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Invalid parent class name"
|
|
|
|
|
msgstr "Недопустимое имя вышестоящего класса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Valid chars:"
|
|
|
|
|
msgstr "Допустимые символы:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Invalid class name"
|
2016-06-01 00:47:55 +02:00
|
|
|
|
msgstr "Недопустимое имя класса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Valid name"
|
|
|
|
|
msgstr "Допустимое имя"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "N/A"
|
|
|
|
|
msgstr "Н/Д"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Class name is invalid!"
|
|
|
|
|
msgstr "Имя класса является недействительным!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Parent class name is invalid!"
|
|
|
|
|
msgstr "Имя вышестоящего класса является недействительным!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Invalid path!"
|
|
|
|
|
msgstr "Недопустимый путь!"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Could not create script in filesystem."
|
|
|
|
|
msgstr "Не удалось создать скрипт в файловой системе."
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Error loading script from %s"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Ошибка при загрузке скрипта из %s"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Path is empty"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Не указан путь"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Path is not local"
|
|
|
|
|
msgstr "Путь не локальный"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Invalid base path"
|
|
|
|
|
msgstr "Недопустимый базовый путь"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Invalid extension"
|
|
|
|
|
msgstr "Недопустимое расширение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
2016-11-15 08:58:29 +01:00
|
|
|
|
msgid "Create new script"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Создать новый скрипт"
|
2016-11-15 08:58:29 +01:00
|
|
|
|
|
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Load existing script"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Загрузить существующий скрипт"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Class Name:"
|
|
|
|
|
msgstr "Имя Класса:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
|
|
|
|
msgid "Built-In Script"
|
|
|
|
|
msgstr "Встроенный Скрипт"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/script_create_dialog.cpp
|
2016-11-15 08:58:29 +01:00
|
|
|
|
msgid "Attach Node Script"
|
2017-01-08 12:12:15 +01:00
|
|
|
|
msgstr "Добавление скрипта"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Bytes:"
|
|
|
|
|
msgstr "Байты:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Warning"
|
|
|
|
|
msgstr "Предупреждение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Error:"
|
|
|
|
|
msgstr "Ошибка:"
|
2016-05-30 20:47:53 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Source:"
|
|
|
|
|
msgstr "Источник:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Function:"
|
|
|
|
|
msgstr "Функция:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Errors"
|
|
|
|
|
msgstr "Ошибки"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Child Process Connected"
|
|
|
|
|
msgstr "Дочерний процесс связан"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Inspect Previous Instance"
|
|
|
|
|
msgstr "Осмотреть предыдущий экземпляр"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Inspect Next Instance"
|
|
|
|
|
msgstr "Осмотреть следующий экземпляр"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Stack Frames"
|
|
|
|
|
msgstr "Стек"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Variable"
|
|
|
|
|
msgstr "Переменная"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Errors:"
|
|
|
|
|
msgstr "Ошибки:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Stack Trace (if applicable):"
|
|
|
|
|
msgstr "Трассировка стека (если применимо):"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Remote Inspector"
|
|
|
|
|
msgstr "Удалённый отладчик"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Live Scene Tree:"
|
|
|
|
|
msgstr "Дерево сцены в реальном времени:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Remote Object Properties: "
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Параметры объекта: "
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Profiler"
|
|
|
|
|
msgstr "Профайлер"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Monitor"
|
|
|
|
|
msgstr "Параметр"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Value"
|
|
|
|
|
msgstr "Значение"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Monitors"
|
|
|
|
|
msgstr "Мониторинг"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "List of Video Memory Usage by Resource:"
|
|
|
|
|
msgstr "Список использования видеопамяти ресурсами:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Total:"
|
|
|
|
|
msgstr "Всего:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Video Mem"
|
|
|
|
|
msgstr "Видео память"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Resource Path"
|
|
|
|
|
msgstr "Путь ресурса"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Type"
|
|
|
|
|
msgstr "Тип"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Usage"
|
|
|
|
|
msgstr "Использует"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Misc"
|
|
|
|
|
msgstr "Прочее"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Clicked Control:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Нажатый элемент управления:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Clicked Control Type:"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Тип нажатого элемента управления:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Live Edit Root:"
|
|
|
|
|
msgstr "Редактирование корня в реальном времени:"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/script_editor_debugger.cpp
|
|
|
|
|
msgid "Set From Tree"
|
2016-06-28 08:48:46 +02:00
|
|
|
|
msgstr "Установить из дерева"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/settings_config_dialog.cpp
|
2016-06-09 17:33:24 +02:00
|
|
|
|
msgid "Shortcuts"
|
2016-06-15 07:56:24 +02:00
|
|
|
|
msgstr "Горячие клавиши"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Light Radius"
|
|
|
|
|
msgstr "Изменён радиус света"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Camera FOV"
|
|
|
|
|
msgstr "Изменён FOV камеры"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Camera Size"
|
|
|
|
|
msgstr "Изменён размер камеры"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Sphere Shape Radius"
|
|
|
|
|
msgstr "Изменён радиус сферы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Box Shape Extents"
|
|
|
|
|
msgstr "Изменены границы прямоугольника"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Capsule Shape Radius"
|
|
|
|
|
msgstr "Изменён радиус капсулы"
|
2016-05-30 09:01:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Capsule Shape Height"
|
|
|
|
|
msgstr "Изменена высота капуслы"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2016-05-31 18:24:41 +02:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Ray Shape Length"
|
|
|
|
|
msgstr "Изменена длинна луча"
|
|
|
|
|
|
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
msgid "Change Notifier Extents"
|
|
|
|
|
msgstr "Изменены границы уведомителя"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
2017-01-08 12:13:27 +01:00
|
|
|
|
#: tools/editor/spatial_editor_gizmos.cpp
|
|
|
|
|
#, fuzzy
|
|
|
|
|
msgid "Change Probe Extents"
|
|
|
|
|
msgstr "Изменены границы уведомителя"
|
|
|
|
|
|
|
|
|
|
#~ msgid "BakedLightInstance does not contain a BakedLight resource."
|
|
|
|
|
#~ msgstr "BakedLightInstance не содержит BakedLight ресурс."
|
|
|
|
|
|
|
|
|
|
#~ msgid "Vertex"
|
|
|
|
|
#~ msgstr "Вертекс"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Fragment"
|
|
|
|
|
#~ msgstr "Фрагмент"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Lighting"
|
|
|
|
|
#~ msgstr "Освещение"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Toggle Persisting"
|
|
|
|
|
#~ msgstr "Параметр изменён"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Global"
|
|
|
|
|
#~ msgstr "Глобальные"
|
|
|
|
|
|
|
|
|
|
#~ msgid ""
|
|
|
|
|
#~ "This item cannot be made visible because the parent is hidden. Unhide the "
|
|
|
|
|
#~ "parent first."
|
|
|
|
|
#~ msgstr ""
|
|
|
|
|
#~ "Этот объект не может быть отображён, потому что его родитель скрыт. "
|
|
|
|
|
#~ "Отобразите сначала родительский узел."
|
|
|
|
|
|
2016-11-15 08:58:29 +01:00
|
|
|
|
#~ msgid ""
|
|
|
|
|
#~ "Paths cannot start with '/', absolute paths must start with 'res://', "
|
|
|
|
|
#~ "'user://', or 'local://'"
|
|
|
|
|
#~ msgstr ""
|
|
|
|
|
#~ "Путь не может начинаться с '/', абсолютные пути должны начинаться с "
|
|
|
|
|
#~ "'res://', 'user://' или 'local://'"
|
|
|
|
|
|
|
|
|
|
#~ msgid "File exists"
|
|
|
|
|
#~ msgstr "Файл существует"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Valid path"
|
|
|
|
|
#~ msgstr "Допустимый путь"
|
|
|
|
|
|
2016-09-01 19:31:13 +02:00
|
|
|
|
#~ msgid ""
|
|
|
|
|
#~ "Custom node has no _get_output_port_unsequenced(idx,wmem), but "
|
|
|
|
|
#~ "unsequenced ports were specified."
|
|
|
|
|
#~ msgstr ""
|
|
|
|
|
#~ "Пользовательский узел не имеет _get_output_port_unsequenced(idx,wmem), но "
|
|
|
|
|
#~ "неупорядоченные порты были указаны."
|
|
|
|
|
|
2016-08-10 21:17:15 +02:00
|
|
|
|
#~ msgid "Cannot go into subdir:"
|
|
|
|
|
#~ msgstr "Невозможно перейти в подпапку:"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Help"
|
|
|
|
|
#~ msgstr "Справка"
|
|
|
|
|
|
2016-07-15 08:58:49 +02:00
|
|
|
|
#~ msgid "Imported Resources"
|
|
|
|
|
#~ msgstr "Импортированные ресурсы"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Insert Keys (Ins)"
|
|
|
|
|
#~ msgstr "Вставить ключи (Ins)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Top (Num7)"
|
|
|
|
|
#~ msgstr "Вид сверху (Num 7)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Bottom (Shift+Num7)"
|
|
|
|
|
#~ msgstr "Вид снизу (Shift+Num7)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Left (Num3)"
|
|
|
|
|
#~ msgstr "Вид слева (Num3)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Right (Shift+Num3)"
|
|
|
|
|
#~ msgstr "Вид справа (Shift+)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Front (Num1)"
|
|
|
|
|
#~ msgstr "Вид спереди (Num1)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Rear (Shift+Num1)"
|
|
|
|
|
#~ msgstr "Вид сзади (Shift+Num1)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Perspective (Num5)"
|
|
|
|
|
#~ msgstr "Перспектива (Num5)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Orthogonal (Num5)"
|
|
|
|
|
#~ msgstr "Ортогонально (Num5)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Selection (F)"
|
|
|
|
|
#~ msgstr "Показать выбранный узел (F)"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Align with view (Ctrl+Shift+F)"
|
|
|
|
|
#~ msgstr "Совместите с видом (Ctrl+Shift+F)"
|
|
|
|
|
|
2016-06-28 08:50:39 +02:00
|
|
|
|
#~ msgid "Change Anim Loop Interpolation"
|
|
|
|
|
#~ msgstr "Изменена интерполяция анимации"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Enable/Disable interpolation when looping animation."
|
|
|
|
|
#~ msgstr "Включить/отключить интерполяцию при зацикливании анимации."
|
|
|
|
|
|
|
|
|
|
#~ msgid "Load Layout"
|
|
|
|
|
#~ msgstr "Загрузить макет"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Scale Region Editor"
|
|
|
|
|
#~ msgstr "Редактор масштабируемой области текстуры"
|
|
|
|
|
|
|
|
|
|
#~ msgid ""
|
|
|
|
|
#~ "No texture in this node.\n"
|
|
|
|
|
#~ "Set a texture to be able to edit region."
|
|
|
|
|
#~ msgstr ""
|
|
|
|
|
#~ "В этом узле нет текстуры.\n"
|
|
|
|
|
#~ "Выберите текстуру, чтобы редактировать область."
|
|
|
|
|
|
|
|
|
|
#~ msgid "New Scene Root"
|
|
|
|
|
#~ msgstr "Новый корень сцены"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Inherit Scene"
|
|
|
|
|
#~ msgstr "Унаследовать сцену"
|
|
|
|
|
|
2016-06-19 14:13:13 +02:00
|
|
|
|
#~ msgid "Binds (Extra Params):"
|
|
|
|
|
#~ msgstr "Связи (необязательные параметры):"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Method In Node:"
|
|
|
|
|
#~ msgstr "Название метода:"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Reload Tool Script (Soft)"
|
|
|
|
|
#~ msgstr "Перезагрузить инструм. скрипт (мягко)"
|
|
|
|
|
|
2016-06-09 17:33:24 +02:00
|
|
|
|
#~ msgid "Edit Connections.."
|
|
|
|
|
#~ msgstr "Изменить связи.."
|
|
|
|
|
|
|
|
|
|
#~ msgid "Set Params"
|
|
|
|
|
#~ msgstr "Назначить параметры"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Live Editing"
|
|
|
|
|
#~ msgstr "Редактирование в реальном времени"
|
|
|
|
|
|
|
|
|
|
#~ msgid "File Server"
|
|
|
|
|
#~ msgstr "Файловый сервер"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Deploy File Server Clients"
|
|
|
|
|
#~ msgstr "Развернуть файловый сервер для клиентов"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Group Editor"
|
|
|
|
|
#~ msgstr "Редактор групп"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Node Group(s)"
|
|
|
|
|
#~ msgstr "Группа(ы) нода"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Set region_rect"
|
|
|
|
|
#~ msgstr "Установить прямоугольник региона"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Plugin List:"
|
|
|
|
|
#~ msgstr "Список плагинов:"
|
|
|
|
|
|
2016-05-30 09:02:44 +02:00
|
|
|
|
#~ msgid "Overwrite Existing Scene"
|
|
|
|
|
#~ msgstr "Перезаписать существующую сцену"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Overwrite Existing, Keep Materials"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
#~ msgstr "Перезаписать существующую сцену с сохранением материалов"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
|
|
|
|
#~ msgid "Keep Existing, Merge with New"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
#~ msgstr "Сохранить существующую сцену и объединить с новой"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
|
|
|
|
#~ msgid "Keep Existing, Ignore New"
|
2016-06-01 13:32:20 +02:00
|
|
|
|
#~ msgstr "Сохранить существующую и игнорировать новую"
|
2016-05-30 09:02:44 +02:00
|
|
|
|
|
|
|
|
|
#~ msgid "This Time:"
|
|
|
|
|
#~ msgstr "В этот раз:"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Next Time:"
|
|
|
|
|
#~ msgstr "В следующий раз:"
|