diff --git "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonzqt.qm" "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonzqt.qm"
index f9cb67f..d3a300e 100644
Binary files "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonzqt.qm" and "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonzqt.qm" differ
diff --git a/stuff/config/qss/Blue/Blue.qss b/stuff/config/qss/Blue/Blue.qss
index 5669e4a..94baa8f 100644
--- a/stuff/config/qss/Blue/Blue.qss
+++ b/stuff/config/qss/Blue/Blue.qss
@@ -2293,8 +2293,6 @@ XsheetViewer {
qproperty-MeshColumnColor: #594d75;
qproperty-MeshColumnBorderColor: #423956;
qproperty-SelectedMeshColumnColor: #656692;
- qproperty-TableColor: #62628c;
- qproperty-PegColor: #9f6e3c;
qproperty-SoundTextColumnColor: #a7a7a7;
qproperty-SoundTextColumnBorderColor: #8e8e8e;
qproperty-SelectedSoundTextColumnColor: #adb9c0;
@@ -2311,6 +2309,8 @@ XsheetViewer {
qproperty-LightBGColor: #eaebec;
qproperty-DarkBGColor: #dbdcdd;
qproperty-DarkLineColor: #8e9194;
+ qproperty-TableColor: #62628c;
+ qproperty-PegColor: #9f6e3c;
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.3);
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
diff --git a/stuff/config/qss/Dark/Dark.qss b/stuff/config/qss/Dark/Dark.qss
index e88a976..e7b2a5b 100644
--- a/stuff/config/qss/Dark/Dark.qss
+++ b/stuff/config/qss/Dark/Dark.qss
@@ -2293,8 +2293,6 @@ XsheetViewer {
qproperty-MeshColumnColor: #594d75;
qproperty-MeshColumnBorderColor: #423956;
qproperty-SelectedMeshColumnColor: #656692;
- qproperty-TableColor: #62628c;
- qproperty-PegColor: #9f6e3c;
qproperty-SoundTextColumnColor: #a7a7a7;
qproperty-SoundTextColumnBorderColor: #8e8e8e;
qproperty-SelectedSoundTextColumnColor: #adb9c0;
@@ -2311,6 +2309,8 @@ XsheetViewer {
qproperty-LightBGColor: #d8d8d8;
qproperty-DarkBGColor: #c9c9c9;
qproperty-DarkLineColor: #7e7e7e;
+ qproperty-TableColor: #62628c;
+ qproperty-PegColor: #9f6e3c;
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.4);
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
diff --git a/stuff/config/qss/Default/Default.qss b/stuff/config/qss/Default/Default.qss
index 23fea43..916f2f3 100644
--- a/stuff/config/qss/Default/Default.qss
+++ b/stuff/config/qss/Default/Default.qss
@@ -2293,8 +2293,6 @@ XsheetViewer {
qproperty-MeshColumnColor: #594d75;
qproperty-MeshColumnBorderColor: #423956;
qproperty-SelectedMeshColumnColor: #656692;
- qproperty-TableColor: #62628c;
- qproperty-PegColor: #9f6e3c;
qproperty-SoundTextColumnColor: #a7a7a7;
qproperty-SoundTextColumnBorderColor: #8e8e8e;
qproperty-SelectedSoundTextColumnColor: #adb9c0;
@@ -2311,6 +2309,8 @@ XsheetViewer {
qproperty-LightBGColor: #f0f0f0;
qproperty-DarkBGColor: #e1e1e1;
qproperty-DarkLineColor: #969696;
+ qproperty-TableColor: #62628c;
+ qproperty-PegColor: #9f6e3c;
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.3);
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
diff --git a/stuff/config/qss/Default/less/Default.less b/stuff/config/qss/Default/less/Default.less
index 4acb5d0..f4255bc 100644
--- a/stuff/config/qss/Default/less/Default.less
+++ b/stuff/config/qss/Default/less/Default.less
@@ -442,6 +442,8 @@
@xsheet-SoundPreviewTool-color: darken(@xsheet-SoundColumnTrack-color, 20);
@xsheet-ActiveCamera-color: #4073a3;
@xsheet-OtherCamera-color: #5e9aa3;
+@xsheet-Table-color: #62628c;
+@xsheet-Peg-color: #9f6e3c;
// Orientation: XSheet
@xsheet-ColumnNameBg-color: rgba(0, 0, 0, 0);
diff --git a/stuff/config/qss/Default/less/layouts/xsheet.less b/stuff/config/qss/Default/less/layouts/xsheet.less
index 7e650d8..2c67afe 100644
--- a/stuff/config/qss/Default/less/layouts/xsheet.less
+++ b/stuff/config/qss/Default/less/layouts/xsheet.less
@@ -150,6 +150,8 @@ XsheetViewer {
qproperty-DarkBGColor: @xsheet-DarkBG-color;
qproperty-DarkLineColor: @xsheet-DarkLine-color;
+ qproperty-TableColor: @xsheet-Table-color;
+ qproperty-PegColor: @xsheet-Peg-color;
// Column Header: Vertical
qproperty-TimelineIconLineColor: @timeline-IconLine-color;
qproperty-XsheetColumnNameBgColor: @xsheet-ColumnNameBg-color;
diff --git a/stuff/config/qss/Default/less/themes/Light.less b/stuff/config/qss/Default/less/themes/Light.less
index ba4c0f6..467ecd4 100644
--- a/stuff/config/qss/Default/less/themes/Light.less
+++ b/stuff/config/qss/Default/less/themes/Light.less
@@ -205,8 +205,10 @@
@xsheet-MeshColumn-color: #b8a2cf;
@xsheet-SoundColumn-color: #aad6d6;
@xsheet-SoundTextColumn-color: #c2c2c2;
-@xsheet-ActiveCamera-color: #79b5ee;
-@xsheet-OtherCamera-color: #6eb7c2;
+@xsheet-ActiveCamera-color: #b7dbfc;
+@xsheet-OtherCamera-color: #9ad9e2;
+@xsheet-Table-color: #cbcbe4;
+@xsheet-Peg-color: #dfb081;
// Orientation: Timeline
@timeline-IconLine-color: rgba(0, 0, 0, 0.144);
@@ -222,6 +224,10 @@
// Node Viewer
@schematic-viewer-bg-color: rgb(128, 128, 128);
+@schematic-ActiveCameraColor: #79b5ee;
+@schematic-OtherCameraColor: #6eb7c2;
+@schematic-ActiveOutputcolor: @schematic-ActiveCameraColor;
+@schematic-OtherOutputcolor: @schematic-OtherCameraColor;
// Node Type Colors Adjustment
@nodeLightness: 15;
diff --git a/stuff/config/qss/Default/less/themes/Neutral.less b/stuff/config/qss/Default/less/themes/Neutral.less
index 0243ce6..4860c16 100644
--- a/stuff/config/qss/Default/less/themes/Neutral.less
+++ b/stuff/config/qss/Default/less/themes/Neutral.less
@@ -231,6 +231,8 @@
@xsheet-SoundColumnTrack-color: rgba(0,0,0,0.8);
@xsheet-ActiveCamera-color: rgb(100, 145, 190);
@xsheet-OtherCamera-color: rgb(143, 156, 158);
+@xsheet-Table-color: #a4a4bf;
+@xsheet-Peg-color: #be8a56;
// Timeline
@timeline-FrameRangeMarkerLine-color: darken(@bg, 15);
diff --git a/stuff/config/qss/Light/Light.qss b/stuff/config/qss/Light/Light.qss
index ffc98fa..fad1b69 100644
--- a/stuff/config/qss/Light/Light.qss
+++ b/stuff/config/qss/Light/Light.qss
@@ -2293,8 +2293,6 @@ XsheetViewer {
qproperty-MeshColumnColor: #b8a2cf;
qproperty-MeshColumnBorderColor: #9278ac;
qproperty-SelectedMeshColumnColor: #a49dc2;
- qproperty-TableColor: #cbcbe4;
- qproperty-PegColor: #dfb081;
qproperty-SoundTextColumnColor: #c2c2c2;
qproperty-SoundTextColumnBorderColor: #9c9c9c;
qproperty-SelectedSoundTextColumnColor: #abb3b9;
@@ -2304,13 +2302,15 @@ XsheetViewer {
qproperty-SoundColumnHlColor: #f5ffe6;
qproperty-SoundColumnTrackColor: rgba(0, 0, 0, 0.8);
qproperty-ActiveCameraColor: #b7dbfc;
- qproperty-SelectedActiveCameraColor: #79b5ee;
+ qproperty-SelectedActiveCameraColor: #a4c4e1;
qproperty-OtherCameraColor: #9ad9e2;
- qproperty-SelectedOtherCameraColor: #6eb7c2;
+ qproperty-SelectedOtherCameraColor: #90c3cf;
qproperty-LightLightBGColor: #c2c2c2;
qproperty-LightBGColor: #ffffff;
qproperty-DarkBGColor: #ffffff;
qproperty-DarkLineColor: #ffffff;
+ qproperty-TableColor: #cbcbe4;
+ qproperty-PegColor: #dfb081;
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.144);
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
diff --git a/stuff/config/qss/Neutral/Neutral.qss b/stuff/config/qss/Neutral/Neutral.qss
index a16d435..823f653 100644
--- a/stuff/config/qss/Neutral/Neutral.qss
+++ b/stuff/config/qss/Neutral/Neutral.qss
@@ -2293,8 +2293,6 @@ XsheetViewer {
qproperty-MeshColumnColor: #8b73a7;
qproperty-MeshColumnBorderColor: #654f7e;
qproperty-SelectedMeshColumnColor: #a18fc3;
- qproperty-TableColor: #a4a4bf;
- qproperty-PegColor: #be8a56;
qproperty-SoundTextColumnColor: #a7a7a7;
qproperty-SoundTextColumnBorderColor: #818181;
qproperty-SelectedSoundTextColumnColor: #bbbfc3;
@@ -2311,6 +2309,8 @@ XsheetViewer {
qproperty-LightBGColor: #ffffff;
qproperty-DarkBGColor: #ffffff;
qproperty-DarkLineColor: #cecece;
+ qproperty-TableColor: #a4a4bf;
+ qproperty-PegColor: #be8a56;
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.3);
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
diff --git a/toonz/sources/translations/chinese/image.ts b/toonz/sources/translations/chinese/image.ts
index 7ce835f..3ad36a7 100644
--- a/toonz/sources/translations/chinese/image.ts
+++ b/toonz/sources/translations/chinese/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Palette全局调色板
-
+ Global Palette + Sierra Dither全局调色板 + Sierra抖动
-
+ Global Palette + Bayer2 Dither全局调色版 + 拜尔2抖动
-
+ Global Palette + Bayer1 Dither全局调色版 + 拜尔1抖动
-
+ Diff Palette差异调色板
-
+ Diff Palette + Sierra Dither差异调色板 + Sierra抖动
-
+ Diff Palette + Bayer2 Dither差异调色板 + 拜尔1抖动
-
+ Diff Palette + Bayer1 Dither差异调色板 + 拜尔1抖动
-
+ New Pal Per Frame新建每帧调色板
-
+ New Pal Per Frame + Sierra Dither新建每帧调色板 + Sierra抖动
-
+ New Pal Per Frame + Bayer2 Dither新建每帧调色板 + 拜尔2抖动
-
+ New Pal Per Frame + Bayer1 Dither新建每帧调色板 + 拜尔1抖动
-
+ Opaque, Dither, 256 Colors Only不透明,抖动,仅256色
-
+ Scale缩放
-
+ Looping循环
-
+ Mode模式
-
+ Max Colors最大色数
diff --git a/toonz/sources/translations/chinese/toonzqt.ts b/toonz/sources/translations/chinese/toonzqt.ts
index d6f7aca..fb26257 100644
--- a/toonz/sources/translations/chinese/toonzqt.ts
+++ b/toonz/sources/translations/chinese/toonzqt.ts
@@ -2593,6 +2593,29 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+ Cu&t
+
+
+
+ &Copy
+
+
+
+ &Paste
+
+
+
+ &Delete
+ 删除(&D)
+
+
+ Select &All
+
+
+
+SchematicViewer&Fit to Window
diff --git a/toonz/sources/translations/czech/image.ts b/toonz/sources/translations/czech/image.ts
index 64a7bae..a362aab 100644
--- a/toonz/sources/translations/czech/image.ts
+++ b/toonz/sources/translations/czech/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Palette
-
+ Global Palette + Sierra Dither
-
+ Global Palette + Bayer2 Dither
-
+ Global Palette + Bayer1 Dither
-
+ Diff Palette
-
+ Diff Palette + Sierra Dither
-
+ Diff Palette + Bayer2 Dither
-
+ Diff Palette + Bayer1 Dither
-
+ New Pal Per Frame
-
+ New Pal Per Frame + Sierra Dither
-
+ New Pal Per Frame + Bayer2 Dither
-
+ New Pal Per Frame + Bayer1 Dither
-
+ Opaque, Dither, 256 Colors Only
-
+ ScaleMěřítko
-
+ LoopingSmyčka
-
+ Mode
-
+ Max Colors
diff --git a/toonz/sources/translations/czech/tnzcore.ts b/toonz/sources/translations/czech/tnzcore.ts
index 3e00a55..9a94e6f 100644
--- a/toonz/sources/translations/czech/tnzcore.ts
+++ b/toonz/sources/translations/czech/tnzcore.ts
@@ -57,12 +57,12 @@
TCenterLineStrokeStyle
-
+ ConstantStálý
-
+ ThicknessTloušťka
@@ -70,12 +70,12 @@
TRasterImagePatternStrokeStyle
-
+ DistanceOdstup
-
+ RotationOtočení
@@ -83,12 +83,12 @@
TVectorImagePatternStrokeStyle
-
+ DistanceOdstup
-
+ RotationOtočení
diff --git a/toonz/sources/translations/czech/tnztools.ts b/toonz/sources/translations/czech/tnztools.ts
index 8ce8b55..322c14b 100644
--- a/toonz/sources/translations/czech/tnztools.ts
+++ b/toonz/sources/translations/czech/tnztools.ts
@@ -1365,7 +1365,7 @@ Chcete pokračovat?
Výběr nelze přesunout. Není upravitelný.
-
+ Modify Fx Gadget Změnit udělátko efektu
diff --git a/toonz/sources/translations/czech/toonzlib.ts b/toonz/sources/translations/czech/toonzlib.ts
index 7a9c067..571dae9 100644
--- a/toonz/sources/translations/czech/toonzlib.ts
+++ b/toonz/sources/translations/czech/toonzlib.ts
@@ -342,19 +342,19 @@ Pravděpodobně kodek nemůže pracovat řádně.
-
+ RedČervená
-
+ GreenZelená
-
+ BlueModrá
@@ -568,47 +568,47 @@ Pravděpodobně kodek nemůže pracovat řádně.
Přesunout střed %1 snímek %2
-
+ Orange
-
+ Yellow
-
+ Light Green
-
+ Light Blue
-
+ Dark Blue
-
+ Purple
-
+ Pink
-
+ Dark Pink
-
+ White
diff --git a/toonz/sources/translations/czech/toonzqt.ts b/toonz/sources/translations/czech/toonzqt.ts
index f62a098..95787e4 100644
--- a/toonz/sources/translations/czech/toonzqt.ts
+++ b/toonz/sources/translations/czech/toonzqt.ts
@@ -19,17 +19,17 @@
Nahradit efekt
-
+ Insert Vložit
-
+ Add Přidat
-
+ Replace Nahradit
@@ -657,155 +657,155 @@ Možná byl soubor s přednastavením poškozen
FlipConsole
-
-
-
-
+
+
+
+ FPS FPS
-
+ SaveUložit
-
+ SnapshotSnímek obrazovky
-
+ Define Sub-cameraUrčit podkameru
-
+ Define Loading BoxUrčit nahrávací box
-
+ Use Loading BoxPoužít nahrávací box
-
+ Background ColorsBarvy pozadí
-
+ FrameratePočet snímků
-
+ Playback ControlsOvládání přehrávání
-
+ Color ChannelsBarevné kanály
-
+ Set KeyNastavit klíčový snímek
-
+ HistogramHistogram
-
+ SoundZvuk
-
+ LocatorPolohový maják
-
+ Display Areas as FilledZobrazit plochy jako vyplněné
-
+ Viewer ControlsOvládání pohledu
-
+ &Save Images&Uložit obrázky
-
+ &Snapshot&Snímek obrazovky
-
+ &Compare to Snapshot&Porovnat se snímkem obrazovky
-
+ &Define Sub-camera&Určit podkameru
-
+ &Define Loading Box&Určit nahrávací box
-
+ &Use Loading Box&Použít nahrávací box
-
+ &White Background&Bílé pozadí
-
+ &Black BackgroundČ&erné pozadí
-
+ &Checkered BackgroundŠa&chovnicové pozadí
-
+ &First Frame&První snímek
-
+ &Previous Frame&Předchozí snímek
-
+ PausePozastavit
-
+ PlayPřehrát
-
+ LoopSmyčka
@@ -814,115 +814,115 @@ Možná byl soubor s přednastavením poškozen
&Další snímek
-
+ &Next Frame&Další snímek
-
+ &Last Frame&Poslední snímek
-
-
+
+ Red ChannelČervený kanál
-
+ Red Channel in GrayscaleČervený kanál v odstínech šedi
-
-
+
+ Green ChannelZelený kanál
-
+ Green Channel in GrayscaleZelený kanál v odstínech šedi
-
-
+
+ Blue ChannelModrý kanál
-
+ Blue Channel in GrayscaleModrý kanál v odstínech šedi
-
+ Alpha ChannelAlfa kanál
-
+ &Soundtrack &Zvukový doprovod
-
+ &Histogram&Histogram
-
+ &Locator&Polohový maják
-
+ &Display Areas as Filled&Zobrazit plochy jako vyplněné
-
+ &Zoom In&Přiblížit
-
+ &Zoom Out&Oddálit
-
+ &Flip HorizontallyPřevrátit &vodorovně
-
+ &Flip VerticallyPřevrátit &svisle
-
+ &Reset View&Obnovit výchozí pohled
-
+ FPS FPS
-
+ Set the current frameNastavit nynější snímek
-
+ Drag to play the animationTáhnout pro přehrání animace
-
+ Set the playback frame rateNastavit snímkování přehrávání
@@ -1604,12 +1604,12 @@ Ruční změna libovolného klíčového snímku vymaže varování.
FxPassThroughPainter
-
+ &Paste Add&Vložit/Přidat
-
+ &Preview&Náhled
@@ -1630,7 +1630,7 @@ Ruční změna libovolného klíčového snímku vymaže varování.
FxSchematicOutputNode
-
+ OutputVýstup
@@ -1638,8 +1638,8 @@ Ruční změna libovolného klíčového snímku vymaže varování.
FxSchematicPassThroughNode
-
-
+
+ (Pass Through)
@@ -1647,12 +1647,12 @@ Ruční změna libovolného klíčového snímku vymaže varování.
FxSchematicPort
-
+ &Disconnect from Xsheet&Odpojit od Xsheet
-
+ &Connect to Xsheet&Spojit s Xsheet
@@ -1684,7 +1684,7 @@ Vyberte uzly efektů a příbuzné odkazy, jež chcete vložit, před kopírová
FxSchematicXSheetNode
-
+ XSheetXSheet
@@ -2388,12 +2388,12 @@ Jste si jistý?
Není možné nahrát cestu pohybu.
-
+ Stage SchematicNáčrtek jeviště
-
+ FX SchematicNáčrtek efektu
@@ -2752,12 +2752,12 @@ Jste si jistý?
Zdá se, že zdrojový obrázek není vhodný pro tento druh převodu
-
+ The file name cannot be empty or contain any of the following characters: (new line) \ / : * ? " |Název souboru nesmí být prázdný nebo obsahovat následující znaky: (nový řádek) \ / : * ? " |
-
+ That is a reserved file name and cannot be used.Toto je vyhrazený název souboru a nelze jej použít.
@@ -2867,73 +2867,101 @@ Jste si jistý?
+ SchematicName
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &Delete
+ S&mazat
+
+
+
+ Select &All
+
+
+
+SchematicViewer
-
+ &Fit to Window&Přizpůsobit oknu
-
+ &Focus on Current&Zaměřit na nynější předmět
-
+ &Reorder Nodes&Přeuspořádat uzly
-
+ &Reset Size&Obnovit výchozí velikost
-
-
-
+
+
+ &Minimize Nodes&Zmenšit uzly
-
-
-
+
+
+ &Maximize Nodes&Zvětšit uzly
-
+ &Selection ModeRežim &výběru
-
+ &Zoom ModeRežim &zvětšení
-
+ &Hand Mode&Ruční režim
-
+ &New Pegbar&Nový pruh na kolíky
-
+ &New Camera&Nová kamera
-
+ &New Motion Path&Nová cesta pohybu
-
+ &Switch output port display mode
@@ -2942,7 +2970,7 @@ Jste si jistý?
&Přepnout režim zobrazení výstupní přípojky (port)
-
+ &Toggle node icons&Přepnout ikony uzlů
@@ -3041,12 +3069,12 @@ Jste si jistý?
StageSchematicNode
-
+ Toggle Autorotate Along Motion PathPřepnout automatické otáčení podle cesty pohybu
-
+ Toggle Link Motion Path to Control PointsPřepnout spojení cesty pohybu na ovládací body
@@ -3495,12 +3523,12 @@ Jste si jistý?
SwatchViewer
-
+ Reset ViewObnovit výchozí pohled
-
+ Fit To WindowPřizpůsobit oknu
diff --git a/toonz/sources/translations/german/image.ts b/toonz/sources/translations/german/image.ts
index 5a1cc54..d2995d1 100644
--- a/toonz/sources/translations/german/image.ts
+++ b/toonz/sources/translations/german/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Palette
-
+ Global Palette + Sierra Dither
-
+ Global Palette + Bayer2 Dither
-
+ Global Palette + Bayer1 Dither
-
+ Diff Palette
-
+ Diff Palette + Sierra Dither
-
+ Diff Palette + Bayer2 Dither
-
+ Diff Palette + Bayer1 Dither
-
+ New Pal Per Frame
-
+ New Pal Per Frame + Sierra Dither
-
+ New Pal Per Frame + Bayer2 Dither
-
+ New Pal Per Frame + Bayer1 Dither
-
+ Opaque, Dither, 256 Colors Only
-
+ Scale
-
+ Looping
-
+ Mode
-
+ Max Colors
diff --git a/toonz/sources/translations/german/toonz.ts b/toonz/sources/translations/german/toonz.ts
index d6562f7..7b448c5 100644
--- a/toonz/sources/translations/german/toonz.ts
+++ b/toonz/sources/translations/german/toonz.ts
@@ -13195,7 +13195,7 @@ Bitte tragen Sie die Änderungen ein oder setzen sie zurück.
Table
-
+ TabelleSelect %1
diff --git a/toonz/sources/translations/german/toonzqt.ts b/toonz/sources/translations/german/toonzqt.ts
index cc351da..f70d097 100644
--- a/toonz/sources/translations/german/toonzqt.ts
+++ b/toonz/sources/translations/german/toonzqt.ts
@@ -2552,6 +2552,29 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+ Cu&t
+
+
+
+ &Copy
+
+
+
+ &Paste
+
+
+
+ &Delete
+
+
+
+ Select &All
+
+
+
+SchematicViewer&Fit to Window
diff --git a/toonz/sources/translations/italian/image.ts b/toonz/sources/translations/italian/image.ts
index 71087db..5922114 100644
--- a/toonz/sources/translations/italian/image.ts
+++ b/toonz/sources/translations/italian/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Palette
-
+ Global Palette + Sierra Dither
-
+ Global Palette + Bayer2 Dither
-
+ Global Palette + Bayer1 Dither
-
+ Diff Palette
-
+ Diff Palette + Sierra Dither
-
+ Diff Palette + Bayer2 Dither
-
+ Diff Palette + Bayer1 Dither
-
+ New Pal Per Frame
-
+ New Pal Per Frame + Sierra Dither
-
+ New Pal Per Frame + Bayer2 Dither
-
+ New Pal Per Frame + Bayer1 Dither
-
+ Opaque, Dither, 256 Colors Only
-
+ Scale
-
+ Looping
-
+ Mode
-
+ Max Colors
diff --git a/toonz/sources/translations/italian/toonz.ts b/toonz/sources/translations/italian/toonz.ts
index 7883262..9058423 100644
--- a/toonz/sources/translations/italian/toonz.ts
+++ b/toonz/sources/translations/italian/toonz.ts
@@ -12720,7 +12720,7 @@ Per favore sottometti o ripristina i cambiamenti prima di proseguire.
Table
-
+ TavoloSelect %1
diff --git a/toonz/sources/translations/italian/toonzqt.ts b/toonz/sources/translations/italian/toonzqt.ts
index dba5ca7..b4ee956 100644
--- a/toonz/sources/translations/italian/toonzqt.ts
+++ b/toonz/sources/translations/italian/toonzqt.ts
@@ -2496,6 +2496,29 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+ Cu&t
+
+
+
+ &Copy
+
+
+
+ &Paste
+
+
+
+ &Delete
+ &Elimina
+
+
+ Select &All
+
+
+
+SchematicViewer&Fit to Window
diff --git a/toonz/sources/translations/japanese/image.ts b/toonz/sources/translations/japanese/image.ts
index 64f8c0d..b6addf0 100644
--- a/toonz/sources/translations/japanese/image.ts
+++ b/toonz/sources/translations/japanese/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Paletteグローバルパレット
-
+ Global Palette + Sierra Ditherグローバルパレット + Sierraディザリング
-
+ Global Palette + Bayer2 Ditherグローバルパレット + Bayerディザリング(スケール2)
-
+ Global Palette + Bayer1 Ditherグローバルパレット + Bayerディザリング(スケール1)
-
+ Diff Paletteフレーム差分から計算
-
+ Diff Palette + Sierra Ditherフレーム差分から計算 + Sierraディザリング
-
+ Diff Palette + Bayer2 Ditherフレーム差分から計算 + Bayerディザリング(スケール2)
-
+ Diff Palette + Bayer1 Ditherフレーム差分から計算 + Bayerディザリング(スケール1)
-
+ New Pal Per Frame毎フレームパレットを作成
-
+ New Pal Per Frame + Sierra Dither毎フレーム作成 + Sierraディザリング
-
+ New Pal Per Frame + Bayer2 Dither毎フレーム作成 + Bayerディザリング(スケール2)
-
+ New Pal Per Frame + Bayer1 Dither毎フレーム作成 + Bayerディザリング(スケール1)
-
+ Opaque, Dither, 256 Colors Onlyパレット最適化なし
-
+ Scaleスケール(%)
-
+ Looping繰り返し再生
-
+ Modeパレット最適化
-
+ Max Colors最大色数
diff --git a/toonz/sources/translations/japanese/toonzqt.ts b/toonz/sources/translations/japanese/toonzqt.ts
index a055ee0..fdd1835 100644
--- a/toonz/sources/translations/japanese/toonzqt.ts
+++ b/toonz/sources/translations/japanese/toonzqt.ts
@@ -2542,6 +2542,29 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+ Cu&t
+ 切り取り (&T)
+
+
+ &Copy
+ コピー (&C)
+
+
+ &Paste
+ 貼り付け (&P)
+
+
+ &Delete
+ 削除 (&A)
+
+
+ Select &All
+ すべて選択 (&A)
+
+
+SchematicViewer&Fit to Window
diff --git a/toonz/sources/translations/korean/toonzqt.ts b/toonz/sources/translations/korean/toonzqt.ts
index 6bba5ed..a905690 100644
--- a/toonz/sources/translations/korean/toonzqt.ts
+++ b/toonz/sources/translations/korean/toonzqt.ts
@@ -2376,6 +2376,29 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+ Cu&t
+
+
+
+ &Copy
+
+
+
+ &Paste
+
+
+
+ &Delete
+ 삭제(&D)
+
+
+ Select &All
+
+
+
+SchematicViewer&Fit to Window
diff --git a/toonz/sources/translations/russian/image.ts b/toonz/sources/translations/russian/image.ts
index 99e4581..75a2c46 100644
--- a/toonz/sources/translations/russian/image.ts
+++ b/toonz/sources/translations/russian/image.ts
@@ -80,87 +80,87 @@
GifWriterProperties
-
+ Global Palette
-
+ Global Palette + Sierra Dither
-
+ Global Palette + Bayer2 Dither
-
+ Global Palette + Bayer1 Dither
-
+ Diff Palette
-
+ Diff Palette + Sierra Dither
-
+ Diff Palette + Bayer2 Dither
-
+ Diff Palette + Bayer1 Dither
-
+ New Pal Per Frame
-
+ New Pal Per Frame + Sierra Dither
-
+ New Pal Per Frame + Bayer2 Dither
-
+ New Pal Per Frame + Bayer1 Dither
-
+ Opaque, Dither, 256 Colors Only
-
+ ScaleМасштаб
-
+ LoopingЗациклить
-
+ Mode
-
+ Max Colors
diff --git a/toonz/sources/translations/russian/tnzcore.ts b/toonz/sources/translations/russian/tnzcore.ts
index 4c5b1e8..f9acfc8 100644
--- a/toonz/sources/translations/russian/tnzcore.ts
+++ b/toonz/sources/translations/russian/tnzcore.ts
@@ -57,12 +57,12 @@
TCenterLineStrokeStyle
-
+ ConstantПостоянная
-
+ ThicknessТолщина
@@ -70,12 +70,12 @@
TRasterImagePatternStrokeStyle
-
+ DistanceРасстояние
-
+ RotationВращение
@@ -83,12 +83,12 @@
TVectorImagePatternStrokeStyle
-
+ DistanceРасстояние
-
+ RotationВращение
diff --git a/toonz/sources/translations/russian/tnztools.ts b/toonz/sources/translations/russian/tnztools.ts
index fb4b1b1..6f43fb8 100644
--- a/toonz/sources/translations/russian/tnztools.ts
+++ b/toonz/sources/translations/russian/tnztools.ts
@@ -1409,7 +1409,7 @@ Do you want to proceed?
Нет
-
+ Modify Fx Gadget Изменить Fx-гаджет
diff --git a/toonz/sources/translations/russian/toonz.ts b/toonz/sources/translations/russian/toonz.ts
index 030d5dd..25245a0 100644
--- a/toonz/sources/translations/russian/toonz.ts
+++ b/toonz/sources/translations/russian/toonz.ts
@@ -1782,7 +1782,7 @@ What do you want to do?
По размеру окна
-
+ It is not possible to retrieve the color model set for the current level.Не удается получить цветовую модель текущего уровня.
@@ -1936,47 +1936,47 @@ What do you want to do?
Консоль
-
+ Safe Area (Right Click to Select)Безопасная зона (Щелкните правой кнопкой мыши, чтобы выбрать)
-
+ Field GuideНаправляющая сетка
-
+ Camera Stand ViewСтандартный вид с камеры
-
+ 3D View3D-просмотр
-
+ Camera ViewВид с камеры
-
+ FreezeЗаморозить
-
+ PreviewПредпросмотр
-
+ Sub-camera PreviewПредпросмотр суб-камеры
-
+ UntitledБезымянный
@@ -1989,29 +1989,29 @@ What do you want to do?
[УРОВЕНЬ]:
-
+ Scene: Сцена:
-
+ :: Frame: :: Кадр:
-
-
-
+
+
+ (Flipped) (Перевёрнутый)
-
+ :: Level: :: Уровень:
-
+ Level: Уровень:
@@ -2482,7 +2482,7 @@ contain the dpi information, then the current camera dpi will be used.
DVGui::ProgressDialog
-
+ Loading "%1"...Загрузка "%1"...
@@ -3831,42 +3831,42 @@ Do you want to overwrite it?
Настройки файла
-
+ Configure CodecНастроить кодек
-
+ . (period)
-
+ _ (underscore)
-
+ No padding
-
+ Frame Number Format
-
+ Separate Character:
-
+ Padding:
-
+ CloseЗакрыть
@@ -9817,12 +9817,12 @@ Is it OK to release these shortcuts?
Отмена
-
+ PreferencesНастройки программы
-
+ GeneralОбщие
@@ -9876,12 +9876,12 @@ Is it OK to release these shortcuts?
Автоматически просматривать файловую систему и обновлять браузер файлов
-
+ My Documents/OpenToonz*Мои Документы/OpenToonz*
-
+ Desktop/OpenToonz*Рабочий стол/OpenToonz*
@@ -9890,7 +9890,7 @@ Is it OK to release these shortcuts?
Папка Stuff*
-
+ Custom*3 файла с звёздочкой * выше решил не переводитьдругое*
@@ -9901,7 +9901,7 @@ Is it OK to release these shortcuts?
Пользовательский путь(и) проекта:
-
+ Advanced: Multiple paths can be separated by ** (No Spaces)Дополнительно: несколько путей могут быть разделены ** (без пробелов)
@@ -9911,7 +9911,7 @@ Is it OK to release these shortcuts?
* Изменения вступят в силу после перезапуска OpenToonz
-
+ InterfaceИнтерфейс
@@ -9959,7 +9959,7 @@ Is it OK to release these shortcuts?
Развернуть заголовок редактора функций, чтобы соответствовать высоте панели инструментов Xsheet*
-
+ Open Flipbook after RenderingОткрыть Flipbook после рендеринга
@@ -9978,12 +9978,12 @@ Is it OK to release these shortcuts?
Показать растровые изображения Darken Blended in Camstand View
-
+ Show "ABC" Appendix to the Frame Number in Xsheet CellПоказывать «ABC» суффикс к номеру кадра в ячейке Xsheet
-
+ VisualizationВизуализация
@@ -9997,7 +9997,7 @@ Is it OK to release these shortcuts?
Сглаженные границы областей
-
+ LoadingЗагрузка
@@ -10022,17 +10022,17 @@ Is it OK to release these shortcuts?
Автоматически удалять номер сцены из имени загруженного уровня
-
+ EditПравка
-
+ Import/ExportИмпорт/Экспорт
-
+ DrawingРисунок
@@ -10067,7 +10067,7 @@ Is it OK to release these shortcuts?
Минимизировать Savebox после правки
-
+ SavingСохранение
@@ -10087,44 +10087,44 @@ Is it OK to release these shortcuts?
Режим высокого разрешения - медленнее, но точнее
-
+ ToolsИнструменты
-
+ SmallМаленький
-
+ LargeБольшой
-
+ Crosshairприцел
-
-
-
+
+
+ DefaultПо умолчанию
-
+ Left-HandedЛевша
-
+ SimpleПростой
-
+ XsheetXsheet
@@ -10169,103 +10169,103 @@ Is it OK to release these shortcuts?
Отображать номера столбцов в их заголовках
-
+ Sync Level Strip Drawing Number Changes with the XsheetСинхронно менять номер наброска в Level Strip с Xsheet
-
+ Number of Frames to Play
for Short Play:
-
+ IncrementalДополнительный
-
+ Enable Tools For Level OnlyВключить инструменты только уровня
-
+ Show Tools For Level OnlyПоказать инструменты только для уровня
-
+ ClassicКлассический
-
+ Classic-revisedКлассический-пересмотренный
-
+ CompactКомпактный
-
+ Show Current Time Indicator (Timeline Mode only)Показывать индикатор текущего времени (только на таймлайне)
-
+ AnimationАнимация
-
+ PreviewПредпросмотр
-
+ Rewind after PlaybackВозврат к началу по окончанию воспроизведения
-
+ Display in a New Flipbook WindowОтображение в новом окне Flipbook
-
+ Fit to FlipbookПо размеру Flipbook
-
+ Onion SkinКалька
-
+ Onion Skin ONВключить кальку
-
+ Show Onion Skin During PlaybackПоказывать кальку во время воспроизведения
-
+ Use Onion Skin Colors for Reference Drawings of Shift and TraceИспользовать цвета кальки для референсных рисунков Shift and Trace
-
+ Display Lines OnlyОтображать только линии
-
+ Check for the Latest Version of OpenToonz on LaunchПроверять наличие последней версии OpenToonz при запуске
@@ -10274,48 +10274,48 @@ for Short Play:
Настройки планшета
-
+ Enable Windows Ink Support* (EXPERIMENTAL)Включить Windows Ink Support* (ЭКСПЕРИМЕНТАЛЬНО)
-
+ Choosing this option will set initial location of all file browsers to $scenefolder.
Also the initial output destination for new scenes will be set to $scenefolder as well.Выберите этот параметр, чтобы задать начальный путь для всех обозревателей файлов для $scenefolder. Кроме того, папка назначения визуализации на момент создания новой сцены также имеет значение $scenefolder.
-
+ Graph Editor Opens in PopupРедактор графиков открывается во всплывающем окне
-
+ Spreadsheet Opens in PopupЭлектронная таблица откроется во всплывающем окне
-
+ Toggle Between Graph Editor and SpreadsheetПереключение между редактором графиков и электронной таблицей
-
+ ConstantПостоянная
-
+ ExponentialЭкспоненциальная
-
+ Expression Выражение
-
+ FileИз файла
@@ -10333,21 +10333,21 @@ Also the initial output destination for new scenes will be set to $scenefolder a
3DLUT файл для [%1]*:
-
+ OpenToonz can use FFmpeg for additional file formats.
OpenToonz может использовать FFmpeg для дополнительных форматов файлов.
-
+ FFmpeg is not bundled with OpenToonz.
FFmpeg не поставляется с OpenToonz.
-
+ Cursor OptionsНастройки курсора
@@ -10367,74 +10367,74 @@ Also the initial output destination for new scenes will be set to $scenefolder a
Макет заголовка столбца*:
-
+ Transparency CheckПроверка прозрачности
-
+ Version ControlУправление версиями
-
+ Enable Version Control*Включить систему управления версиями*
-
+ Automatically Refresh Folder ContentsАвтоматически обновлять содержимое папки
-
+ Project Folder Aliases (+drawings, +scenes, etc.)Псевдонимы папок проекта (+drawings, +scenes, и т.д.)
-
+ Scene Folder Alias ($scenefolder)Псевдоним папки сцены ($scenefolder)
-
+ Use Project Folder Aliases OnlyИспользовать только псевдонимы папок проекта
-
+ This option defines which alias to be used
if both are possible on coding file path.Этот параметр используется для замены пути к файлу псевдонимом.
Задайте предпочитаемый псевдоним.
-
+ Always ask before loading or importingВсегда спрашивать перед загрузкой или импортом
-
+ Always import the file to the current projectВсегда импортировать файл в текущий проект
-
+ Always load the file from the current locationВсегда загружать файл из текущего местоположения
-
+ StrokesШтрихи
-
+ GuidesРуководства
-
+ AllВсе
@@ -10447,12 +10447,12 @@ if both are possible on coding file path.
Циклический выбор параметров
-
+ Cells OnlyТолько ячейки
-
+ Cells and Column DataЯчейки и данные столбцов
@@ -10487,22 +10487,22 @@ if both are possible on coding file path.
Значок столбца:
-
+ cmсм
-
+ mmмм
-
+ inchдюйм
-
+ fieldполе
@@ -10511,39 +10511,39 @@ if both are possible on coding file path.
-
+ pixelпиксель
-
+ Mouse Cursorда, всё вернокурсора
-
+ Viewer Centerцентра
-
-
+
+ On DemandПо требованию
-
+ All IconsВсе иконки
-
+ All Icons & ImagesВсе иконки и изображения
-
+ At OnceСразу
@@ -10560,7 +10560,7 @@ if both are possible on coding file path.
Удачи. Вы сами отсюда.
-
+ ColorsЦвета
@@ -10573,17 +10573,17 @@ if both are possible on coding file path.
Интеграция похожих цветов в один стиль
-
+ Toonz Vector LevelВекторный уровень Toonz
-
+ Toonz Raster LevelРастровый уровень Toonz
-
+ Raster LevelРастровый уровень
@@ -10596,42 +10596,42 @@ if both are possible on coding file path.
Включено
-
+ Use Xsheet as Animation SheetИспользовать Xsheet как лист анимации
-
+ LinearЛинейный
-
+ Speed In / Speed OutУскор. в начале/в конце
-
+ Ease In / Ease OutЗамедл. в начале/в конце
-
+ Ease In / Ease Out %Замедл. в начале/в конце %
-
+ Arrow MarkersСтрелки-маркеры направления
-
+ Animated GuideАнимированные стрелки
-
+ Touch/Tablet SettingsНастройки сенсорного экрана/планшета
@@ -10655,7 +10655,7 @@ if both are possible on coding file path.
Размер блока рендерных задач:
-
+ Additional Project LocationsДополнительные местоположения корневой папки проектов
@@ -10669,7 +10669,7 @@ if both are possible on coding file path.
Стиль:
-
+ Pixels Only:Только пиксели:
@@ -10708,7 +10708,7 @@ if both are possible on coding file path.
Шаг:
-
+ Matte color is used for background when overwriting raster levels with transparent pixels
in non alpha-enabled image format.Матовый цвет используется для фона при перезаписи растровых уровней прозрачными пикселями
@@ -10720,22 +10720,22 @@ in non alpha-enabled image format.
Матовый цвет:
-
+ Viewer BG Color:Цвет фона просмотра:
-
+ Preview BG Color:Цвет фона предпросмотра:
-
+ Chessboard Color 1:Цвет клетки 1:
-
+ Chessboard Color 2:Цвет клетки 2:
@@ -10759,7 +10759,7 @@ in non alpha-enabled image format.
Иконка столбца
-
+ Level Settings by File Format:Настройки уровня по формату файла:
@@ -10784,7 +10784,7 @@ in non alpha-enabled image format.
СОХРАНИТЕ ВАШУ РАБОТУ перед экспортом в формате MP4, WEBM или GIF.
-
+ Please provide the path where FFmpeg is located on your computer.Укажите путь, где FFmpeg находится на вашем компьютере.
@@ -10794,12 +10794,12 @@ in non alpha-enabled image format.
Путь к FFmpeg:
-
+ Number of seconds to wait for FFmpeg to complete processing the output:Количество секунд ожидания FFmpeg для завершения обработки выходных данных:
-
+ Note: FFmpeg begins working once all images have been processed.Примечание: FFmpeg начинает работать после обработки всех изображений.
@@ -10809,7 +10809,7 @@ in non alpha-enabled image format.
FFmpeg перерыв:
-
+ Please indicate where you would like exports from Fast Render (MP4) to go.Укажите, где вы хотите экспортировать Fast Render (MP4) для перехода.
@@ -10847,7 +10847,7 @@ in non alpha-enabled image format.
Векторная привязка:
-
+ Replace Vectors with Simplified Vectors CommandЗаменить векторы упрощенными векторами
@@ -10981,42 +10981,42 @@ in non alpha-enabled image format.
Показать столбец камеры
-
+ Current Column Color:Текущий цвет столбца:
-
+ Level Name Display:
-
+ Default Interpolation:Интерполяция по умолчанию:
-
+ Animation Step:Шаг анимации:
-
+ [Experimental Feature] [Экспериментальная функция]
-
+ Automatically Modify Expression On Moving Referenced ObjectsАвтоматически изменять выражение при перемещении объектов на колорые оно ссылается
-
+ Blank Frames:Пустые кадры:
-
+ Blank Frames Color:Цвет пустых кадров:
@@ -11025,47 +11025,47 @@ in non alpha-enabled image format.
Количество кадров для краткого воспроизведения:
-
+ Paper Thickness:Толщина бумаги:
-
+ Previous Frames Correction:Коррекция предыдущих кадров:
-
+ Following Frames Correction:Коррекция последующих кадров:
-
+ Vector Guided Style:Вид векторного гида:
-
+ Level Editor Box Color:Цвет рамки редактора уровней:
-
+ Ink Color on White BG:Цвет штриха на белом фоне:
-
+ Ink Color on Black BG:Цвет штриха на черном фоне:
-
+ Paint Color:Цвет краски:
-
+ Use Qt's Native Windows Ink Support*
(CAUTION: This options is for maintenance purpose.
Do not activate this option or the tablet won't work properly.)
@@ -11074,74 +11074,75 @@ in non alpha-enabled image format.
Не активируйте эту опцию, иначе планшет не будет работать должным образом.)
-
+ Minimum
-
+ Display on Each Marker
-
+ Display on Column Header
-
+ Auto Lip-Sync
-
+ Edit Additional Style Sheet..Редактировать дополнительную таблицу стилей..
-
+ Check Availability
-
+ Icon Theme*:Тема иконок*:
-
+ Enabling multi-thread rendering will render significantly faster
but a random crash might occur, use at your own risk.
-
+ OpenToonz can use Rhubarb for auto lip-syncing.
-
+ Rhubarb is not bundled with OpenToonz.
-
+ Please provide the path where Rhubarb is located on your computer.
-
+ Number of seconds to wait for Rhubarb to complete processing the audio:
+ Show Column Parent's Color in the Xsheet
-
+ Enable Touch Gesture ControlsВключить сенсорные жесты
@@ -11539,7 +11540,7 @@ Note that this mode uses regular expression for file name validation and may slo
Новая сцена
-
+ Load SceneЗагрузить сцену
@@ -11568,7 +11569,7 @@ Note that this mode uses regular expression for file name validation and may slo
-
+
@@ -11607,11 +11608,11 @@ Note that this mode uses regular expression for file name validation and may slo
-
-
-
-
-
+
+
+
+
+
@@ -11659,16 +11660,16 @@ Note that this mode uses regular expression for file name validation and may slo
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -11943,8 +11944,8 @@ Save the scene first.
-
-
+
+ Don't OverwriteНе перезаписывать
@@ -11980,7 +11981,7 @@ Do you want to save your changes?
-
+ Save
@@ -12645,7 +12646,7 @@ Do you want to overwrite it?
-
+ OK
@@ -12659,7 +12660,7 @@ Do you want to overwrite it?
Открыть содержащую папку
-
+ %1 has an invalid file extension.%1 имеет недопустимое расширение файла.
@@ -12669,12 +12670,12 @@ Do you want to overwrite it?
Всегда выполнять это действие.
-
+ %1 is an invalid path.%1 - недопустимый путь.
-
+ The scene %1 already exists.
Do you want to overwrite it?Сцена %1 уже существует.
@@ -12687,38 +12688,38 @@ Do you want to overwrite it?
-
-
-
+
+
+ Couldn't save %1Не удалось сохранить %1
-
+ The level %1 already exists.
Do you want to overwrite it?Уровень %1 уже существует.
Вы хотите переписать его?
-
+ Overwrite PaletteПереписать палитру
-
+ Don't Overwrite PaletteНе перезаписывать палитру
-
+ The soundtrack %1 already exists.
Do you want to overwrite it?Саундтрек %1 уже существует.
Вы хотите переписать его?
-
+ File %1 doesn't look like a TOONZ SceneФайл %1 не похож на сцену TOONZ
@@ -12735,17 +12736,17 @@ Do you wish to continue loading the last good save or stop and try to salvage th
-
+ ContinueПродолжить
-
+ Removed unused levels from the scene cast. (This behavior can be disabled in Preferences.)
-
+ A prior save of Scene '%1' was critically interrupted.
A partial save file was generated and changes may be manually salvaged from '%2'.
@@ -12754,30 +12755,30 @@ Do you wish to continue loading the last good save or stop and try to salvage th
-
-
+
+ It is not possible to load the scene %1 because it does not belong to any project.Невозможно загрузить сцену %1, потому что она не принадлежит ни одному проекту.
-
+ The Scene '%1' belongs to project '%2'.
What do you want to do?Сцена «%1» относится к проекту «%2».
Что вы хотите сделать?
-
+ Import SceneИмпорт сцены
-
+ Change ProjectСменить проект
-
+ There were problems loading the scene %1.
@@ -12786,36 +12787,36 @@ What do you want to do?
Некоторые файлы могут отсутствовать.
-
+ There were problems loading the scene %1.
Some levels have not been loaded because their version is not supportedВозникли проблемы с загрузкой сцены %1.
Некоторые уровни не загружены, потому что их версия не поддерживается
-
+ This scene is incompatible with pixels only mode of the current OpenToonz version.
What would you like to do?Эта сцена несовместима с режимом "только пиксели" текущей версии OpenToonz.
Чтовы хотите делать?
-
+ Turn off pixels only modeОтключить режим "только пиксели"
-
+ Keep pixels only mode on and resize the sceneОставить режим "только пиксели" и изменить размер сцены
-
+ The Premultiply options in the following levels are disabled, since PNG files are premultiplied on loading in the current version: %1Опции предварительного умножения на следующих уровнях отключены, поскольку файлы PNG предварительно умножаются при загрузке в текущей версии:%1
-
+ File '%1' will reload level '%2' as a duplicate column in the xsheet.
Allow duplicate?
@@ -12824,35 +12825,35 @@ Allow duplicate?
Разрешить дубликаты?
-
+ AllowПозволить
-
+ Allow All DupsРазрешить все дупликаты
-
+ No to All DupsНе разрешать дублирование
-
-
+
+ It is not possible to load the level %1Невозможно загрузить уровень %1
-
+ + %1 more level(s)
+ еще %1 уровень(я)
-
+ The following level(s) use path with $scenefolder alias.
@@ -12861,7 +12862,7 @@ Allow duplicate?
-
+
They will not be opened properly when you load the scene next time.
What do you want to do?
@@ -12870,82 +12871,82 @@ What do you want to do?
Что Вы хотите делать?
-
+ Copy the levels to correspondent pathsКопировать уровни в соответствующие пути
-
+ Decode all $scenefolder aliasesДекодировать все псевдонимы $scenefolder
-
+ Save the scene onlyСохранить только сцену
-
+ Overwrite for AllПерезаписать для всех
-
+ Don't Overwrite for AllНе перезаписывать для всех
-
-
+
+ Failed to overwrite %1Не удалось перезаписать %1
-
+ No Current LevelНет текущего уровня
-
+ No Current SceneНет текущей сцены
-
+ Save the scene firstСначала сохранить сцену
-
+ Save level FailedОшибка сохранения уровня
-
+ Are you sure you want to save the Default Settings?Вы действительно хотите сохранить настройки по умолчанию?
-
+ It is not possible to load the %1 level.Невозможно загрузить уровень %1.
-
+ The scene %1 doesn't exist.Сцены %1 не существует.
-
+ Revert: the current scene has been modified.
Are you sure you want to revert to previous version?Revert: текущая сцена была изменена.
Вы действительно хотите вернуться к предыдущей версии?
-
+ RevertВозвратиться
@@ -13418,7 +13419,7 @@ Are you sure?
\ /: *? "<> |
-
+ File %1 already exists.
@@ -13892,12 +13893,12 @@ to use the duplicate command in the xsheet / timeline.Изображения предварительного просмотра еще не готовы.
-
+ XsheetXsheet
-
+ TimelineТаймлайн
@@ -14212,7 +14213,7 @@ to use the duplicate command in the xsheet / timeline.
Невозможно скопировать файл %1.
-
+ Color ModelЦветовая модель
@@ -14423,7 +14424,7 @@ Visit the Web site for more information.
Квалификатор%1 не является допустимым именем ключа. Пропуск.
-
+ Script file %1 does not exists.Скриптовый файл %1 не существует.
@@ -14541,7 +14542,7 @@ Do you want to import them or load from their original location?
Изменить опции уровня : %1
-
+ Camera Column Switch : Переключить столбец камеры :
@@ -16360,47 +16361,47 @@ Please commit or revert changes first.
Ползунок кадров
-
+ Safe Area (Right Click to Select)Безопасная зона (Щелкните правой кнопкой мыши, чтобы выбрать)
-
+ Field GuideНаправляющая сетка
-
+ Camera Stand ViewСтандартный вид с камеры
-
+ 3D View3D-просмотр
-
+ Camera ViewВид с камеры
-
+ FreezeЗаморозить
-
+ PreviewПредпросмотр
-
+ Sub-camera PreviewПредпросмотр суб-камеры
-
+ UntitledБезымянный
@@ -16413,34 +16414,34 @@ Please commit or revert changes first.
[УРОВЕНЬ]:
-
+ Scene: Сцена:
-
+ :: Frame: :: Кадр:
-
-
+
+ :: Zoom : :: Зум :
-
-
+
+ (Flipped) (Перевёрнутый)
-
+ :: Level: :: Уровень:
-
+ Level: Уровень:
@@ -19375,6 +19376,7 @@ Please refer to the user guide for details.
XsheetGUI::ChangeObjectParent
+ TableТаблица
@@ -19382,165 +19384,165 @@ Please refer to the user guide for details.
XsheetGUI::ColumnArea
-
+ &Subsampling 1&Субсемплинг 1
-
+ &Subsampling 2&Субсемплинг 2
-
+ &Subsampling 3&Субсемплинг 3
-
+ &Subsampling 4&Субсемплинг 4
-
+ UnlockРазблокировать
-
+ Lock
-
+ Click to select cameraНажмите, чтобы выбрать камеру
-
-
+
+ Click to select column, drag to move itНажмите, чтобы выбрать столбец, перетащите, чтобы переместить его
-
+ Click to select columnЩелкните для выбора столбца
-
+ Click to select column, drag to move it, double-click to editНажмите, чтобы выбрать столбец, перетащите, чтобы переместить его, двойной клик чтобы редактировать
-
+ Click to select column, double-click to editЩелкните для выбора столбца, двойной клик для редактирования
-
+ Lock ToggleБлокировка переключения
-
+ Additional column settingsДополнительные настройки столбцов
-
+ Preview Visibility ToggleПереключение видимости
-
+ Camera Stand Visibility ToggleПереключатель видимости камеры
-
+ Click to select parent handle
-
+ Click to select parent object
-
+ Hide Camera ColumnСкрыть столбец камеры
-
+ Show Camera ColumnПоказать столбец камеры
-
+ &Insert Before&Вставить пробел сзади
-
+ &Insert After&Вставить пробел cпереди
-
+ &Paste Insert Before&Вставить копию сзади
-
+ &Paste Insert After&Вставить копию спереди
-
+ &Insert Below&Вставить пробел сзади
-
+ &Insert Above&Вставить пробел cпереди
-
+ &Paste Insert Below&Вставить копию сзади
-
+ &Paste Insert Above&Вставить копию спереди
-
-
+
+ Click to play the soundtrack backНажмите, чтобы воспроизвести зв. дорожку
-
-
+
+ Set the volume of the soundtrackУстановите громкость зв. дорожки
-
+ Alt + Click to Toggle ThumbnailAlt + Click для переключения иконок
-
+ ReframeПерестроить
-
+ SubsamplingСубсемплинг
@@ -19581,17 +19583,17 @@ Please refer to the user guide for details.
Фильтр не влияет на уровни вектора
-
+ Lock Column
-
+ Filter:Фильтр:
-
+ Opacity:Непрозрачность:
@@ -19753,7 +19755,7 @@ Hold F3 Key on the Viewer to Show This Frame Only
XsheetGUI::SoundColumnPopup
-
+ Volume:Громкость:
@@ -19777,57 +19779,57 @@ Hold F3 Key on the Viewer to Show This Frame Only
XsheetViewer
-
+ UntitledБезымянный
-
+ Scene: Сцена:
-
+ Frames Кадры
-
+ Frame Кадр
-
+ (Sub) (Под)
-
+ Level: Уровень:
-
+ Selected: Выбранный:
-
+ frame : кадр :
-
+ frames * кадры *
-
+ column столбец
-
+ columns столбцы
diff --git a/toonz/sources/translations/russian/toonzlib.ts b/toonz/sources/translations/russian/toonzlib.ts
index 3002949..917069d 100644
--- a/toonz/sources/translations/russian/toonzlib.ts
+++ b/toonz/sources/translations/russian/toonzlib.ts
@@ -666,19 +666,19 @@
-
+ RedКрасный
-
+ GreenЗеленый
-
+ BlueСиний
@@ -738,47 +738,47 @@
Таймлайн
-
+ Orange
-
+ Yellow
-
+ Light Green
-
+ Light Blue
-
+ Dark Blue
-
+ Purple
-
+ Pink
-
+ Dark Pink
-
+ White
diff --git a/toonz/sources/translations/russian/toonzqt.ts b/toonz/sources/translations/russian/toonzqt.ts
index 5f6f812..d7e0ecd 100644
--- a/toonz/sources/translations/russian/toonzqt.ts
+++ b/toonz/sources/translations/russian/toonzqt.ts
@@ -19,17 +19,17 @@
Заменить FX
-
+ Insert Вставить
-
+ Add Добавить
-
+ Replace Заменить
@@ -753,155 +753,155 @@ Possibly the preset file has been corrupted
FlipConsole
-
-
-
-
+
+
+
+ FPS FPS
-
+ SaveСохранить
-
+ SnapshotSnapshot
-
+ Define Sub-cameraОпределить подкамеру
-
+ Define Loading BoxОпределить Loading Box
-
+ Use Loading BoxИспользовать Loading Box
-
+ Background ColorsФоновые цвета
-
+ FramerateЧастота кадров
-
+ Playback ControlsУправление воспроизведением
-
+ Color ChannelsЦветовые каналы
-
+ Set KeyУстановить ключ
-
+ HistogramГистограмма
-
+ SoundЗвук
-
+ LocatorЛокатор
-
+ Display Areas as FilledОтобразить область заполненной
-
+ Viewer ControlsУправление просмотрщиком
-
+ &Save Images&Сохранить изображения
-
+ &Snapshot&Snapshot
-
+ &Compare to Snapshot&Сравнить с Snapshot
-
+ &Define Sub-camera&Определить подкамеру
-
+ &Define Loading Box&Определить Loading Box
-
+ &Use Loading Box&Использовать Loading Box
-
+ &White Background&Белый фон
-
+ &Black Background&Черный фон
-
+ &Checkered Background&Клетчатый фон
-
+ &First Frame&Первый кадр
-
+ &Previous Frame&Предыдущий кадр
-
+ PausePause
-
+ PlayPlay
-
+ LoopLoop
@@ -910,115 +910,115 @@ Possibly the preset file has been corrupted
&Следующий кадр
-
+ &Next Frame&Следующий кадр
-
+ &Last Frame&Последний кадр
-
-
+
+ Red ChannelКрасный канал
-
+ Red Channel in GrayscaleКрасный канал в оттенках серого
-
-
+
+ Green ChannelЗеленый канал
-
+ Green Channel in GrayscaleЗеленый канал в оттенках серого
-
-
+
+ Blue ChannelСиний канал
-
+ Blue Channel in GrayscaleСиний канал в оттенках серого
-
+ Alpha ChannelАльфа-канал
-
+ &Soundtrack &Звуковая дорожка
-
+ &Histogram&Гистограмма
-
+ &Locator&Локатор
-
+ &Display Areas as Filled&Отобразить область заливкой
-
+ &Zoom In&Приближение
-
+ &Zoom Out&Отдаление
-
+ &Flip Horizontally&Отразить по горизонтали
-
+ &Flip Vertically&Отразить по вертикали
-
+ &Reset View&Восстановить вид по умолчанию
-
+ FPS FPS
-
+ Set the current frameУстановите текущий кадр
-
+ Drag to play the animationПеретащите, чтобы воспроизвести анимацию
-
+ Set the playback frame rateУстановите частоту кадров воспроизведения
@@ -1708,12 +1708,12 @@ Manually changing any keyframe will clear the warning.
FxPassThroughPainter
-
+ &Paste Add&Вставить Добавить
-
+ &Preview&Предпросмотр
@@ -1734,7 +1734,7 @@ Manually changing any keyframe will clear the warning.
FxSchematicOutputNode
-
+ OutputВывод
@@ -1742,8 +1742,8 @@ Manually changing any keyframe will clear the warning.
FxSchematicPassThroughNode
-
-
+
+ (Pass Through)
@@ -1751,12 +1751,12 @@ Manually changing any keyframe will clear the warning.
FxSchematicPort
-
+ &Disconnect from Xsheet&Отсоединить от Xsheet
-
+ &Connect to Xsheet&Присоединить к Xsheet
@@ -1788,7 +1788,7 @@ Select FX nodes and related links before copying or cutting the selection you wa
FxSchematicXSheetNode
-
+ XSheetXsheet
@@ -2459,12 +2459,12 @@ Are you sure?
Невозможно загрузить траекторию движения.
-
+ Stage SchematicStage Schematic
-
+ FX SchematicFX Schematic
@@ -2823,12 +2823,12 @@ Are you sure?
Исходное изображение кажется непригодным для такой конверсии
-
+ The file name cannot be empty or contain any of the following characters: (new line) \ / : * ? " |Имя файла не может быть пустым или содержать любой из следующих символов: (новая строка) \ /: *? "|
-
+ That is a reserved file name and cannot be used.Это зарезервированное имя файла, его нельзя использовать.
@@ -3023,73 +3023,101 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
+ SchematicName
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &Delete
+ &Удалить
+
+
+
+ Select &All
+
+
+
+SchematicViewer
-
+ &Fit to Window&По размеру окна
-
+ &Focus on Current&Фокус на текущем
-
+ &Reorder Nodes&Изменение порядка узлов
-
+ &Reset Size&Сбросить размер
-
-
-
+
+
+ &Minimize Nodes&Минимизировать узлы
-
-
-
+
+
+ &Maximize Nodes&Максимизировать узлы
-
+ &Selection Mode&Режим выделения
-
+ &Zoom Mode&Режим приближения
-
+ &Hand Mode&Ручной режим
-
+ &New Pegbar&Новый Pegbar
-
+ &New Camera&Новая камера
-
+ &New Motion Path&Новая траектория движения
-
+ &Switch output port display mode
@@ -3098,7 +3126,7 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
&Переключение отображения выходного порта
-
+ &Toggle node icons&Переключить иконки узлов
@@ -3204,12 +3232,12 @@ The second line should be "Mesh [Input bit depth] [Output bit depth]"<
StageSchematicNode
-
+ Toggle Autorotate Along Motion PathПереключить автоматическое вращение в соответствии с траекторией движения
-
+ Toggle Link Motion Path to Control PointsПереключить соединение траектории движения с контрольными точками
@@ -3706,12 +3734,12 @@ Apply
SwatchViewer
-
+ Reset ViewВосстановить вид по умолчанию
-
+ Fit To WindowПодогнать к окну
diff --git a/toonz/sources/translations/spanish/image.ts b/toonz/sources/translations/spanish/image.ts
index 2141608..b01a8ce 100644
--- a/toonz/sources/translations/spanish/image.ts
+++ b/toonz/sources/translations/spanish/image.ts
@@ -81,87 +81,87 @@
GifWriterProperties
-
+ Global PalettePaleta global
-
+ Global Palette + Sierra DitherPaleta global + difuminado Sierra
-
+ Global Palette + Bayer2 DitherPaleta global + difuminado Bayer 2
-
+ Global Palette + Bayer1 DitherPaleta global + difuminado Bayer 1
-
+ Diff PalettePaleta diferencial
-
+ Diff Palette + Sierra DitherPaleta diferencial + difuminado Sierra
-
+ Diff Palette + Bayer2 DitherPaleta diferencial + difuminado Bayer 2
-
+ Diff Palette + Bayer1 DitherPaleta diferencial + difuminado Bayer 1
-
+ New Pal Per FramePaleta por fotograma
-
+ New Pal Per Frame + Sierra DitherPaleta por fotograma + difuminado Sierra
-
+ New Pal Per Frame + Bayer2 DitherPaleta por fotograma + difuminado Bayer 2
-
+ New Pal Per Frame + Bayer1 DitherPaleta por fotograma + difuminado Bayer 1
-
+ Opaque, Dither, 256 Colors OnlyOpaco, difuminado, sólo 256 colores
-
+ ScaleEscala
-
+ LoopingCiclo
-
+ ModeModo
-
+ Max ColorsColores máximos
diff --git a/toonz/sources/translations/spanish/toonz.ts b/toonz/sources/translations/spanish/toonz.ts
index cde38ec..2c446e3 100644
--- a/toonz/sources/translations/spanish/toonz.ts
+++ b/toonz/sources/translations/spanish/toonz.ts
@@ -9262,6 +9262,10 @@ pero es posible que se produzcan ocasionales cuelgues; usar a propio riesgo.Number of seconds to wait for Rhubarb to complete processing the audio:
Cantidad de segundos a esperar para que Rhubarb complete el procesamiento del audio:
+
+ Show Column Parent's Color in the Xsheet
+
+ PreferencesPopup::AdditionalStyleEdit
@@ -15693,6 +15697,13 @@ Por favor ver la guía de usuario para obtener más detalles.
+ XsheetGUI::ChangeObjectParent
+
+ Table
+ mesa
+
+
+XsheetGUI::ColumnAreaClick to select camera
diff --git a/toonz/sources/translations/spanish/toonzqt.ts b/toonz/sources/translations/spanish/toonzqt.ts
index 4fa85d9..bbeba24 100644
--- a/toonz/sources/translations/spanish/toonzqt.ts
+++ b/toonz/sources/translations/spanish/toonzqt.ts
@@ -2551,6 +2551,29 @@ La segunda línea debería tener la forma "Mesh [profundidad de bits de ent
+ SchematicName
+
+ Cu&t
+
+
+
+ &Copy
+
+
+
+ &Paste
+
+
+
+ &Delete
+ &Borrar
+
+
+ Select &All
+
+
+
+SchematicViewer&Fit to Window