diff --git a/stuff/config/loc/日本語/toonzqt.qm b/stuff/config/loc/日本語/toonzqt.qm index f9cb67f..d3a300e 100644 Binary files a/stuff/config/loc/日本語/toonzqt.qm and b/stuff/config/loc/日本語/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 - + Scale Měřítko - + Looping Smyč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 - + Constant Stálý - + Thickness Tloušťka @@ -70,12 +70,12 @@ TRasterImagePatternStrokeStyle - + Distance Odstup - + Rotation Otočení @@ -83,12 +83,12 @@ TVectorImagePatternStrokeStyle - + Distance Odstup - + Rotation Otoč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á - + Green Zelená - + Blue Modrá @@ -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 - + Save Uložit - + Snapshot Snímek obrazovky - + Define Sub-camera Určit podkameru - + Define Loading Box Určit nahrávací box - + Use Loading Box Použít nahrávací box - + Background Colors Barvy pozadí - + Framerate Počet snímků - + Playback Controls Ovládání přehrávání - + Color Channels Barevné kanály - + Set Key Nastavit klíčový snímek - + Histogram Histogram - + Sound Zvuk - + Locator Polohový maják - + Display Areas as Filled Zobrazit plochy jako vyplněné - + Viewer Controls Ovlá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 - + Pause Pozastavit - + Play Přehrát - + Loop Smyč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 Channel Zelený kanál - + Green Channel in Grayscale Zelený kanál v odstínech šedi - - + + Blue Channel Modrý kanál - + Blue Channel in Grayscale Modrý kanál v odstínech šedi - + Alpha Channel Alfa 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 Horizontally Převrátit &vodorovně - + &Flip Vertically Převrátit &svisle - + &Reset View &Obnovit výchozí pohled - + FPS FPS - + Set the current frame Nastavit nynější snímek - + Drag to play the animation Táhnout pro přehrání animace - + Set the playback frame rate Nastavit 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 - + Output Vý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 - + XSheet XSheet @@ -2388,12 +2388,12 @@ Jste si jistý? Není možné nahrát cestu pohybu. - + Stage Schematic Náčrtek jeviště - + FX Schematic Náč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 Mode Režim &výběru - + &Zoom Mode Rež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 Path Přepnout automatické otáčení podle cesty pohybu - + Toggle Link Motion Path to Control Points Přepnout spojení cesty pohybu na ovládací body @@ -3495,12 +3523,12 @@ Jste si jistý? SwatchViewer - + Reset View Obnovit výchozí pohled - + Fit To Window Př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 - + Tabelle Select %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 - + Tavolo Select %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 View 3D-просмотр - + 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 Простой - + Xsheet Xsheet @@ -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. Изображения предварительного просмотра еще не готовы. - + Xsheet Xsheet - + 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 View 3D-просмотр - + 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 Thumbnail Alt + 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 Сохранить - + Snapshot Snapshot - + 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 &Предыдущий кадр - + Pause Pause - + Play Play - + Loop Loop @@ -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 - + XSheet Xsheet @@ -2459,12 +2459,12 @@ Are you sure? Невозможно загрузить траекторию движения. - + Stage Schematic Stage Schematic - + FX Schematic FX 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 Palette Paleta global - + Global Palette + Sierra Dither Paleta global + difuminado Sierra - + Global Palette + Bayer2 Dither Paleta global + difuminado Bayer 2 - + Global Palette + Bayer1 Dither Paleta global + difuminado Bayer 1 - + Diff Palette Paleta diferencial - + Diff Palette + Sierra Dither Paleta diferencial + difuminado Sierra - + Diff Palette + Bayer2 Dither Paleta diferencial + difuminado Bayer 2 - + Diff Palette + Bayer1 Dither Paleta diferencial + difuminado Bayer 1 - + New Pal Per Frame Paleta por fotograma - + New Pal Per Frame + Sierra Dither Paleta por fotograma + difuminado Sierra - + New Pal Per Frame + Bayer2 Dither Paleta por fotograma + difuminado Bayer 2 - + New Pal Per Frame + Bayer1 Dither Paleta por fotograma + difuminado Bayer 1 - + Opaque, Dither, 256 Colors Only Opaco, difuminado, sólo 256 colores - + Scale Escala - + Looping Ciclo - + Mode Modo - + Max Colors Colores 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::ColumnArea Click 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