@@ -73,11 +73,11 @@ CLANG_DIAG_ON(uninitialized)
7373#define ROTO_DEFAULT_COLOR_B 1 .
7474
7575
76- #define kRotoScriptNameHint " Script-name of the item for Python scripts. It cannot be edited ."
76+ #define kRotoScriptNameHint " Script - название элемента для скриптов на Python. Его нельзя редактировать ."
7777
78- #define kRotoLabelHint " Label of the layer or curve "
78+ #define kRotoLabelHint " Метка слоя или кривой "
7979
80- #define kRotoNameHint " Name of the layer or curve ."
80+ #define kRotoNameHint " Название слоя или кривой ."
8181
8282
8383#define kRotoOpacityParam " opacity"
@@ -109,8 +109,8 @@ CLANG_DIAG_ON(uninitialized)
109109#define kRotoInvertedParamLabel " Инверт"
110110
111111#define kRotoInvertedHint \
112- " Controls whether the selected shape(s) should be inverted. When inverted everything " \
113- " outside the shape will be set to 1 and everything inside the shape will be set to 0."
112+ " Определяет, следует ли инвертировать выбранные фигуры. При инвертировании все значения " \
113+ " за пределами фигуры будут равны 1, а все, что находится внутри фигуры, будет равно 0."
114114
115115#define kRotoOverlayHint " Цвет отображаемого наложения для этой кривой. Не влияет на выходные данные."
116116
@@ -122,10 +122,10 @@ CLANG_DIAG_ON(uninitialized)
122122#define kRotoCompOperatorParam " operator"
123123#define kRotoCompOperatorParamLabel " Оператор"
124124#define kRotoCompOperatorHint \
125- " The compositing operator controls how this shape is merged with the shapes that have already been rendered .\n " \
126- " The roto mask is initialised as black and transparent, then each shape is drawn in the selected order, with the selected color and operator .\n " \
127- " Finally, the mask is composed with the source image, if connected, using the ' over' operator .\n " \
128- " See http://cairographics.org/operators/ for a full description of available operators ."
125+ " Оператор компоновки управляет объединением этой фигуры с уже отрисованными фигурами .\n " \
126+ " Маска roto - чёрная или прозрачная, затем каждая фигура будет нарисована в выбранном порядке, с выбранным цветом и оператором .\n " \
127+ " Затем маска будет скомпонована с использованием исходного изображения с использованием оператора over.\n " \
128+ " Смотрите http://cairographics.org/operators/ для получения полного описания доступных операторов ."
129129
130130#define kRotoBrushSourceColor " sourceType"
131131#define kRotoBrushSourceColorLabel " Источник"
@@ -176,8 +176,8 @@ CLANG_DIAG_ON(uninitialized)
176176
177177#define kRotoBrushTimeOffsetParam " timeOffset"
178178#define kRotoBrushTimeOffsetParamLabel " Смещение времени клонирования"
179- #define kRotoBrushTimeOffsetParamHint " When the Clone tool is used, this determines depending on the time offset mode the source frame to " \
180- " clone. When in absolute mode, this is the frame number of the source, when in relative mode, this is an offset relative to the current frame ."
179+ #define kRotoBrushTimeOffsetParamHint " При инструменте клонирования определяет исходный кадр для клонирования, зависит от смещения по времени " \
180+ " В абсолютном режиме это номер кадра источника, в относительном это смещение относительно текущего кадра ."
181181
182182#define kRotoBrushTimeOffsetModeParam " timeOffsetMode"
183183#define kRotoBrushTimeOffsetModeParamLabel " Режим"
@@ -279,11 +279,11 @@ CLANG_DIAG_ON(uninitialized)
279279
280280#define kRotoDrawableItemExtraMatrixParam " extraMatrix"
281281#define kRotoDrawableItemExtraMatrixParamLabel " Доп матрица"
282- #define kRotoDrawableItemExtraMatrixParamHint " This matrix gets concatenated to the transform resulting from the parameter above ."
282+ #define kRotoDrawableItemExtraMatrixParamHint " Эта матрица объединяется с преобразованием, из приведенного выше параметра ."
283283
284284#define kRotoDrawableItemLifeTimeParam " lifeTime"
285285#define kRotoDrawableItemLifeTimeParamLabel " Время жизни"
286- #define kRotoDrawableItemLifeTimeParamHint " Controls the life-time of the shape/stroke "
286+ #define kRotoDrawableItemLifeTimeParamHint " Управляет сроком действия фигуры/обводки "
287287
288288#define kRotoDrawableItemLifeTimeAll " All"
289289#define kRotoDrawableItemLifeTimeAllHelp " All frames"
@@ -358,15 +358,15 @@ enum RotoPaintItemLifeTimeTypeEnum
358358
359359#define kRotoShutterOffsetCenteredHint " Centers the shutter around the current frame, that is the shutter will be opened from f - shutter/2 to " \
360360 " f + shutter/2"
361- #define kRotoShutterOffsetStartHint " The shutter will open at the current frame and stay open until f + shutter "
362- #define kRotoShutterOffsetEndHint " The shutter will open at f - shutter until the current frame "
363- #define kRotoShutterOffsetCustomHint " The shutter will open at the time indicated by the shutter offset parameter "
361+ #define kRotoShutterOffsetStartHint " Затвор откроется на текущем кадре и останется открытым до тех пор, пока не будет нажата клавиша f +"
362+ #define kRotoShutterOffsetEndHint " Затвор будет открываться в положении f - shutter, пока не будет получен текущий кадр. "
363+ #define kRotoShutterOffsetCustomHint " Затвор откроется в момент, указанный параметром смещения затвора "
364364
365365#define kRotoPerShapeShutterCustomOffsetParam " motionBlurCustomShutterOffset"
366366#define kRotoGlobalShutterCustomOffsetParam " globalMotionBlurCustomShutterOffset"
367367#define kRotoShutterCustomOffsetParamLabel " Пользоват смещение"
368- #define kRotoShutterCustomOffsetParamHint " If the Shutter Offset parameter is set to Custom then this parameter controls the frame at " \
369- " which the shutter opens. The value is an offset in frames to the current frame, e.g : -1 would open the shutter 1 frame before the current frame ."
368+ #define kRotoShutterCustomOffsetParamHint " Если Смещение затвора установлено Пользовательский, то этот параметр управляет рамкой, при " \
369+ " которой открывается затвор. Представляет собой смещение в кадрах к текущему кадру, например : -1 открывает затвор на 1 кадр раньше текущего кадра ."
370370
371371
372372NATRON_NAMESPACE_ENTER
0 commit comments