diff --git a/stuff/config/loc/Deutsch/toonz.qm b/stuff/config/loc/Deutsch/toonz.qm index dee95b1..c7d99bd 100644 Binary files a/stuff/config/loc/Deutsch/toonz.qm and b/stuff/config/loc/Deutsch/toonz.qm differ diff --git "a/stuff/config/loc/Espa\303\261ol/toonz.qm" "b/stuff/config/loc/Espa\303\261ol/toonz.qm" index 2245c22..fd84d71 100644 Binary files "a/stuff/config/loc/Espa\303\261ol/toonz.qm" and "b/stuff/config/loc/Espa\303\261ol/toonz.qm" differ diff --git "a/stuff/config/loc/Fran\303\247ais/toonz.qm" "b/stuff/config/loc/Fran\303\247ais/toonz.qm" index 82a3829..06a580c 100644 Binary files "a/stuff/config/loc/Fran\303\247ais/toonz.qm" and "b/stuff/config/loc/Fran\303\247ais/toonz.qm" differ diff --git a/stuff/config/loc/Italiano/toonz.qm b/stuff/config/loc/Italiano/toonz.qm index 4a685c2..8e3e56d 100644 Binary files a/stuff/config/loc/Italiano/toonz.qm and b/stuff/config/loc/Italiano/toonz.qm differ diff --git "a/stuff/config/loc/\304\214e\305\241tina/toonz.qm" "b/stuff/config/loc/\304\214e\305\241tina/toonz.qm" index dec38cc..381cca2 100644 Binary files "a/stuff/config/loc/\304\214e\305\241tina/toonz.qm" and "b/stuff/config/loc/\304\214e\305\241tina/toonz.qm" differ diff --git "a/stuff/config/loc/\320\240\321\203\321\201\321\201\320\272\320\270\320\271/toonz.qm" "b/stuff/config/loc/\320\240\321\203\321\201\321\201\320\272\320\270\320\271/toonz.qm" index f7e664a..843e258 100644 Binary files "a/stuff/config/loc/\320\240\321\203\321\201\321\201\320\272\320\270\320\271/toonz.qm" and "b/stuff/config/loc/\320\240\321\203\321\201\321\201\320\272\320\270\320\271/toonz.qm" differ diff --git "a/stuff/config/loc/\344\270\255\346\226\207/toonz.qm" "b/stuff/config/loc/\344\270\255\346\226\207/toonz.qm" index 9b44a08..72146af 100644 Binary files "a/stuff/config/loc/\344\270\255\346\226\207/toonz.qm" and "b/stuff/config/loc/\344\270\255\346\226\207/toonz.qm" differ diff --git "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" index 8d47502..7013a4b 100644 Binary files "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" and "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" differ diff --git "a/stuff/config/loc/\355\225\234\352\265\255\354\226\264/toonz.qm" "b/stuff/config/loc/\355\225\234\352\265\255\354\226\264/toonz.qm" index 5ef6009..367b9f0 100644 Binary files "a/stuff/config/loc/\355\225\234\352\265\255\354\226\264/toonz.qm" and "b/stuff/config/loc/\355\225\234\352\265\255\354\226\264/toonz.qm" differ diff --git a/toonz/sources/toonz/preferencespopup.cpp b/toonz/sources/toonz/preferencespopup.cpp index 82d5de0..59ccc34 100644 --- a/toonz/sources/toonz/preferencespopup.cpp +++ b/toonz/sources/toonz/preferencespopup.cpp @@ -94,7 +94,7 @@ SizeField::SizeField(QSize min, QSize max, QSize value, QWidget* parent) lay->setSpacing(5); lay->setMargin(0); lay->addWidget(m_fieldX, 1); - lay->addWidget(new QLabel("X", this), 0); + lay->addWidget(new QLabel("x", this), 0); lay->addWidget(m_fieldY, 1); lay->addStretch(1); setLayout(lay); @@ -909,7 +909,7 @@ void PreferencesPopup::insertDualUIs( void PreferencesPopup::insertFootNote(QGridLayout* layout) { QLabel* note = - new QLabel(tr("* Changes will take effect the next time you run Toonz")); + new QLabel(tr("* Changes will take effect the next time you run OpenToonz")); note->setStyleSheet("font-size: 10px; font: italic;"); layout->addWidget(note, layout->rowCount(), 0, 1, 2, Qt::AlignLeft | Qt::AlignVCenter); @@ -921,23 +921,23 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { const static QMap uiStringTable = { // General {defaultViewerEnabled, tr("Use Default Viewer for Movie Formats")}, - {rasterOptimizedMemory, tr("Minimize Raster Memory Fragmentation *")}, + {rasterOptimizedMemory, tr("Minimize Raster Memory Fragmentation*")}, {autosaveEnabled, tr("Save Automatically")}, - {autosavePeriod, tr("Interval(Minutes): ")}, + {autosavePeriod, tr("Interval (Minutes):")}, {autosaveSceneEnabled, tr("Automatically Save the Scene File")}, {autosaveOtherFilesEnabled, tr("Automatically Save Non-Scene Files")}, {startupPopupEnabled, tr("Show Startup Window when OpenToonz Starts")}, - {undoMemorySize, tr("Undo Memory Size (MB)")}, + {undoMemorySize, tr("Undo Memory Size (MB):")}, {taskchunksize, tr("Render Task Chunk Size:")}, {replaceAfterSaveLevelAs, tr("Replace Toonz Level after SaveLevelAs command")}, {backupEnabled, tr("Backup Scene and Animation Levels when Saving")}, - {backupKeepCount, tr("# of backups to keep: ")}, + {backupKeepCount, tr("# of backups to keep:")}, {sceneNumberingEnabled, tr("Show Info in Rendered Frames")}, {watchFileSystemEnabled, tr("Watch File System and Update File Browser Automatically")}, //{ projectRoot, tr("") }, - {customProjectRoot, tr("Custom Project Path(s): ")}, + {customProjectRoot, tr("Custom Project Path(s):")}, {pathAliasPriority, tr("Path Alias Priority:")}, // Interface @@ -959,17 +959,17 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { tr("Show Raster Images Darken Blended")}, {showFrameNumberWithLetters, tr("Show \"ABC\" Appendix to the Frame Number in Xsheet Cell")}, - {iconSize, tr("Icon Size *")}, - {viewShrink, tr("Viewer Shrink")}, - {viewStep, tr("Step")}, - {viewerZoomCenter, tr("Viewer Zoom Center")}, - {CurrentLanguageName, tr("Language *:")}, - {interfaceFont, tr("Font *:")}, - {interfaceFontStyle, tr("Style *:")}, + {iconSize, tr("Icon Size*:")}, + {viewShrink, tr("Viewer Shrink:")}, + {viewStep, tr("Step:")}, + {viewerZoomCenter, tr("Viewer Zoom Center:")}, + {CurrentLanguageName, tr("Language*:")}, + {interfaceFont, tr("Font*:")}, + {interfaceFontStyle, tr("Style*:")}, {colorCalibrationEnabled, - tr("Color Calibration using 3D Look-up Table *")}, + tr("Color Calibration using 3D Look-up Table*")}, {colorCalibrationLutPaths, - tr("3DLUT File for [%1] *:") + tr("3DLUT File for [%1]*:") .arg(LutManager::instance()->getMonitorName())}, // Visualization @@ -989,13 +989,13 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { //{ levelFormats, tr("") }, // Saving - {rasterBackgroundColor, tr("Matte color: ")}, + {rasterBackgroundColor, tr("Matte color:")}, {resetUndoOnSavingLevel, tr("Clear Undo History when Saving Levels")}, // Import / Export - {ffmpegPath, tr("FFmpeg Path: ")}, + {ffmpegPath, tr("FFmpeg Path:")}, {ffmpegTimeout, tr("FFmpeg Timeout:")}, - {fastRenderPath, tr("Fast Render Path: ")}, + {fastRenderPath, tr("Fast Render Path:")}, // Drawing {scanLevelType, tr("Scan File Format:")}, @@ -1003,7 +1003,7 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { {newLevelSizeToCameraSizeEnabled, tr("New Levels Default to the Current Camera Size")}, {DefLevelWidth, tr("Width:")}, - {DefLevelHeight, tr(" Height:")}, + {DefLevelHeight, tr("Height:")}, {DefLevelDpi, tr("DPI:")}, {EnableAutocreation, tr("Enable Autocreation")}, {NumberingSystem, tr("Numbering System:")}, @@ -1027,7 +1027,7 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { {dropdownShortcutsCycleOptions, tr("Dropdown Shortcuts:")}, {FillOnlysavebox, tr("Use the TLV Savebox to Limit Filling Operations")}, {multiLayerStylePickerEnabled, - tr("Multi Layer Style Picker : Switch Levels by Picking")}, + tr("Multi Layer Style Picker: Switch Levels by Picking")}, {cursorBrushType, tr("Basic Cursor Type:")}, {cursorBrushStyle, tr("Cursor Style:")}, {cursorOutlineEnabled, tr("Show Cursor Size Outlines")}, @@ -1049,7 +1049,7 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { tr("Enable to Input Cells without Double Clicking")}, {shortcutCommandsWhileRenamingCellEnabled, tr("Enable OpenToonz Commands' Shortcut Keys While Renaming Cell")}, - {showXSheetToolbar, tr("Show Toolbar in the XSheet ")}, + {showXSheetToolbar, tr("Show Toolbar in the Xsheet")}, {expandFunctionHeader, tr("Expand Function Editor Header to Match Xsheet Toolbar Height*")}, {showColumnNumbers, tr("Show Column Numbers in Column Headers")}, @@ -1067,7 +1067,7 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { {blanksCount, tr("Blank Frames:")}, {blankColor, tr("Blank Frames Color:")}, {rewindAfterPlayback, tr("Rewind after Playback")}, - {shortPlayFrameCount, tr("Number of Frames to Play for Short Play")}, + {shortPlayFrameCount, tr("Number of Frames to Play for Short Play:")}, {previewAlwaysOpenNewFlip, tr("Display in a New Flipbook Window")}, {fitToFlipbook, tr("Fit to Flipbook")}, {generatedMovieViewEnabled, tr("Open Flipbook after Rendering")}, @@ -1075,22 +1075,22 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { // Onion Skin {onionSkinEnabled, tr("Onion Skin ON")}, {onionPaperThickness, tr("Paper Thickness:")}, - {backOnionColor, tr("Previous Frames Correction:")}, + {backOnionColor, tr("Previous Frames Correction:")}, {frontOnionColor, tr("Following Frames Correction:")}, - {onionInksOnly, tr("Display Lines Only ")}, + {onionInksOnly, tr("Display Lines Only")}, {onionSkinDuringPlayback, tr("Show Onion Skin During Playback")}, {useOnionColorsForShiftAndTraceGhosts, tr("Use Onion Skin Colors for Reference Drawings of Shift and Trace")}, {animatedGuidedDrawing, tr("Vector Guided Style:")}, // Colors - {viewerBGColor, tr("Viewer BG Color")}, - {previewBGColor, tr("Preview BG Color")}, - {levelEditorBoxColor, tr("Level Editor Box Color")}, - {chessboardColor1, tr("ChessBoard Color 1")}, - {chessboardColor2, tr("Chessboard Color 2")}, - {transpCheckInkOnWhite, tr("Ink Color on White Bg:")}, - {transpCheckInkOnBlack, tr("Ink Color on Black Bg:")}, + {viewerBGColor, tr("Viewer BG Color:")}, + {previewBGColor, tr("Preview BG Color:")}, + {levelEditorBoxColor, tr("Level Editor Box Color:")}, + {chessboardColor1, tr("Chessboard Color 1:")}, + {chessboardColor2, tr("Chessboard Color 2:")}, + {transpCheckInkOnWhite, tr("Ink Color on White BG:")}, + {transpCheckInkOnBlack, tr("Ink Color on Black BG:")}, {transpCheckPaint, tr("Paint Color:")}, // Version Control @@ -1569,7 +1569,7 @@ QWidget* PreferencesPopup::createImportExportPage() { insertUI(ffmpegTimeout, lay); putLabel(tr("Please indicate where you would like exports from Fast " - "Render(MP4) to go."), + "Render (MP4) to go."), lay); insertUI(fastRenderPath, lay); diff --git a/toonz/sources/translations/chinese/toonz.ts b/toonz/sources/translations/chinese/toonz.ts index 687ee89..cdc5029 100644 --- a/toonz/sources/translations/chinese/toonz.ts +++ b/toonz/sources/translations/chinese/toonz.ts @@ -6966,10 +6966,6 @@ Set the output folder path to the subfolder as well. 使用默认播放器播放视频格式 - Minimize Raster Memory Fragmentation* - 最小化光栅内存碎片* - - Save Automatically Every Minutes 自动保存间隔(分钟) @@ -7007,7 +7003,7 @@ Set the output folder path to the subfolder as well. Step: - 步长: + 步长: Height*: @@ -7086,15 +7082,7 @@ Set the output folder path to the subfolder as well. 洋葱皮 - Following Frames Correction: - 后面帧的颜色: - - - Previous Frames Correction: - 前面帧的颜色: - - - Display Lines Only + Display Lines Only 仅显示线条 @@ -7114,10 +7102,6 @@ Set the output folder path to the subfolder as well. 帧格和列数据 - Language*: - 语言*: - - Undo Memory Size (MB): 分配给撤消的内存大小(MB): @@ -7130,10 +7114,6 @@ Set the output folder path to the subfolder as well. 在渲染好的帧中显示信息 - *Changes will take effect the next time you run Toonz - * 更改将在下次启动 OpenToonz 时生效 - - cm 厘米 @@ -7174,10 +7154,6 @@ Set the output folder path to the subfolder as well. 宽度: - Height: - 高度: - - DPI: DPI: @@ -7286,7 +7262,7 @@ Set the output folder path to the subfolder as well. 像素 - Minimize Raster Memory Fragmentation * + Minimize Raster Memory Fragmentation* 最小化光栅内存碎片* @@ -7294,7 +7270,7 @@ Set the output folder path to the subfolder as well. 执行另存层级命令后替换层级 - * Changes will take effect the next time you run Toonz + * Changes will take effect the next time you run OpenToonz * 更改将在下次启动 OpenToonz 时生效 @@ -7322,7 +7298,7 @@ Set the output folder path to the subfolder as well. 自动从加载的层级名称中移除场景编号 - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking 多层样式拾取器: 拾取时切换层级 @@ -7342,43 +7318,39 @@ Set the output folder path to the subfolder as well. 分配给撤消的内存大小(MB) - Icon Size * - 图标尺寸* - - - X - X + Icon Size*: + 图标尺寸*: - Viewer Shrink - 查看器的收缩 + x + x - Step - 步长 + Viewer Shrink: + 查看器的收缩: - Viewer BG Color - 查看器背景色 + Viewer BG Color: + 查看器背景色: - Preview BG Color - 预览背景色 + Preview BG Color: + 预览背景色: - ChessBoard Color 1 - 棋盘色 1 + Chessboard Color 1: + 棋盘色 1: - Chessboard Color 2 - 棋盘色 2 + Chessboard Color 2: + 棋盘色 2: - Viewer Zoom Center - 查看器的缩放中心 + Viewer Zoom Center: + 查看器的缩放中心: - Language *: + Language*: 语言*: @@ -7390,7 +7362,7 @@ Set the output folder path to the subfolder as well. 列图标 - Height: + Height: 高度: @@ -7402,15 +7374,15 @@ Set the output folder path to the subfolder as well. 后面帧的颜色: - Previous Frames Correction: + Previous Frames Correction: 前面帧的颜色: - Ink Color on White Bg: + Ink Color on White BG: 白色背景上的描线颜色: - Ink Color on Black Bg: + Ink Color on Black BG: 黑色背景上的描线颜色: @@ -7506,7 +7478,7 @@ Set the output folder path to the subfolder as well. 自定 - Custom Project Path(s): + Custom Project Path(s): 自定项目路径: @@ -7526,7 +7498,7 @@ Set the output folder path to the subfolder as well. 回放时显示洋葱皮 - Interval(Minutes): + Interval (Minutes): 间隔(分钟): @@ -7562,7 +7534,7 @@ Set the output folder path to the subfolder as well. 请提供您电脑上 FFmpeg 的存放路径。 - FFmpeg Path: + FFmpeg Path: FFmpeg 路径: @@ -7607,11 +7579,11 @@ Is it OK to release these shortcuts? 启用不双击情况下置入帧格 - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. 请标明快速渲染(MP4)的输出路径。 - Fast Render Path: + Fast Render Path: 快速输出路径: @@ -7623,7 +7595,7 @@ Is it OK to release these shortcuts? 对所有导入的图像都使用摄影机 DPI - Show Toolbar in the XSheet + Show Toolbar in the Xsheet 在摄影表显示工具条 @@ -7687,12 +7659,8 @@ Is it OK to release these shortcuts? 重命名帧格时启用 OpenToonz 命令快捷键 - Font *: - 字体 *: - - - Font Weight *: - 字体粗细 *: + Font*: + 字体*: Life is too short for Comic Sans @@ -7816,8 +7784,8 @@ if both are possible on coding file path. 列头的布局*: - Color Calibration using 3D Look-up Table * - 使用 3D 查找表进行颜色校准 + Color Calibration using 3D Look-up Table* + 使用 3D 查找表进行颜色校准* Enable auto-stretch frame @@ -7854,7 +7822,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a 功能编辑器*: - 3DLUT File for [%1] *: + 3DLUT File for [%1]*: 用于 [%1] 的 3DLUT 文件*: @@ -7938,7 +7906,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a 文件方式 - Style *: + Style*: 样式*: @@ -7947,7 +7915,7 @@ in non alpha-enabled image format. 当覆写带透明像素,非透明通道打开的图像格式的光栅层级时,使用不透明颜色做背景。 - Matte color: + Matte color: @@ -7959,8 +7927,8 @@ in non alpha-enabled image format. 保存时备份场景和动画层级 - # of backups to keep: - # 份的备份要保留: + # of backups to keep: + # 份的备份要保留: Enable Autocreation @@ -7991,8 +7959,8 @@ in non alpha-enabled image format. 显示摄影机列 - Level Editor Box Color - 层级编辑器方框颜色 + Level Editor Box Color: + 层级编辑器方框颜色: Incremental @@ -8015,7 +7983,7 @@ in non alpha-enabled image format. 启用触控手势控制部件 - Number of Frames to Play for Short Play + Number of Frames to Play for Short Play: diff --git a/toonz/sources/translations/czech/toonz.ts b/toonz/sources/translations/czech/toonz.ts index c460375..b15d786 100644 --- a/toonz/sources/translations/czech/toonz.ts +++ b/toonz/sources/translations/czech/toonz.ts @@ -7035,10 +7035,6 @@ Nastavit cestu k výstupní složce také na podsložku. Použít výchozí prohlížeč pro filmové formáty - Minimize Raster Memory Fragmentation* - Zmenšit tříštění rastrové paměti* - - Save Automatically Every Minutes Uložit automaticky po stanoveném počtu minut @@ -7076,7 +7072,7 @@ Nastavit cestu k výstupní složce také na podsložku. Step: - Krok: + Krok: Height*: @@ -7159,12 +7155,8 @@ Nastavit cestu k výstupní složce také na podsložku. Nastavení barvy následujících snímků: - Previous Frames Correction: - Nastavení barvy předcházejících snímků: - - - Display Lines Only - Zobrazit jen čáry + Display Lines Only + Zobrazit jen čáry Version Control @@ -7183,12 +7175,8 @@ Nastavit cestu k výstupní složce také na podsložku. Data sloupců a buněk - Language*: - Jazyk*: - - Undo Memory Size (MB): - Velikost paměti (MB) pro návrat zpět: + Velikost paměti (MB) pro návrat zpět: Render Task Chunk Size: @@ -7199,10 +7187,6 @@ Nastavit cestu k výstupní složce také na podsložku. Ukázat informace ve zpracovaných snímcích - *Changes will take effect the next time you run Toonz - *Změny se projeví při příštím spuštění Toonz - - cm cm @@ -7243,10 +7227,6 @@ Nastavit cestu k výstupní složce také na podsložku. Šířka: - Height: - Výška: - - DPI: DPI: @@ -7291,14 +7271,6 @@ Nastavit cestu k výstupní složce také na podsložku. Ověření průhlednosti - Ink Color on White Bg: -  Barva čar a vektorů na bílém pozadí: - - - Ink Color on Black Bg: -  Barva čar a vektorů na černém pozadí: - - Paint Color: Barva malby: @@ -7351,16 +7323,16 @@ Nastavit cestu k výstupní složce také na podsložku. obrazový bod (pixel) - Minimize Raster Memory Fragmentation * - Zmenšit tříštění rastrové paměti * + Minimize Raster Memory Fragmentation* + Zmenšit tříštění rastrové paměti* Replace Level after SaveLevelAs command Nahradit úroveň po příkazu Uložit úroveň jako - * Changes will take effect the next time you run Toonz - * Změny se projeví při příštím spuštění Toonz + * Changes will take effect the next time you run OpenToonz + * Změny se projeví při příštím spuštění OpenToonz Move Current Frame by Clicking on Xsheet / Numerical Columns Cell Area @@ -7387,8 +7359,8 @@ Nastavit cestu k výstupní složce také na podsložku. Odstranit automaticky číslo výjevu z názvu nahrané úrovně - Multi Layer Style Picker : Switch Levels by Picking - Volič stylu více úrovní : Změnit úrovně zvolením + Multi Layer Style Picker: Switch Levels by Picking + Volič stylu více úrovní: Změnit úrovně zvolením Onion Skin ON @@ -7396,55 +7368,47 @@ Nastavit cestu k výstupní složce také na podsložku. Enable Version Control* - Povolit správu verzí * + Povolit správu verzí* Category Skupina - Undo Memory Size (MB) - Velikost paměti (MB) pro návrat zpět + Icon Size*: + Velikost Ikony*: - Icon Size * - Velikost ikony * + x + x - X - X + Viewer Shrink: + Zmenšit prohlížeč: - Viewer Shrink - Zmenšit prohlížeč + Chessboard Color 1: + Barva šachovnice 1: - Step - Krok + Chessboard Color 2: + Barva šachovnice 2: - Viewer BG Color - Barva pozadí prohlížeče - - - Preview BG Color - Barva pozadí náhledu - - - ChessBoard Color 1 - Barva šachovnice 1 + Viewer BG Color: + Barva pozadí prohlížeče: - Chessboard Color 2 - Barva šachovnice 2 + Preview BG Color: + Barva pozadí náhledu: - Viewer Zoom Center - Střed přiblížení prohlížeče + Viewer Zoom Center: + Střed přiblížení prohlížeče: - Language *: - Jazyk *: + Language*: + Jazyk*: Default TLV Caching Behavior @@ -7455,7 +7419,7 @@ Nastavit cestu k výstupní složce také na podsložku. Ikona sloupce - Height: + Height: Výška: @@ -7467,15 +7431,15 @@ Nastavit cestu k výstupní složce také na podsložku. Barva následujících snímků: - Previous Frames Correction: + Previous Frames Correction: Barva předcházejících snímků: - Ink Color on White Bg: + Ink Color on White BG: Barva čáry na bílém pozadí: - Ink Color on Black Bg: + Ink Color on Black BG: Barva čáry na černém pozadí: @@ -7579,8 +7543,8 @@ Nastavit cestu k výstupní složce také na podsložku. Vlastní* - Custom Project Path(s): - Cesta(y) k vlastnímu projektu: + Custom Project Path(s): + Cesta(y) k vlastnímu projektu: Advanced: Multiple paths can be separated by ** (No Spaces) @@ -7599,8 +7563,8 @@ Nastavit cestu k výstupní složce také na podsložku. Ukázat během přehrávání cibulový vzhled - Interval(Minutes): - Interval (minuty): + Interval (Minutes): + Interval (minuty): Additional Project Locations @@ -7619,8 +7583,8 @@ Nastavit cestu k výstupní složce také na podsložku. Poskytněte, prosím, cestu k umístění FFmpeg ve vašem počítači. - FFmpeg Path: - Cesta k FFmpeg: + FFmpeg Path: + Cesta k FFmpeg: Number of seconds to wait for FFmpeg to complete processing the output: @@ -7701,8 +7665,8 @@ Je v pořádku tyto klávesové zkratky uvolnit? Povolit klávesové zkratky příkazů OpenToonz při přejmenovávání buňky - Show Toolbar in the XSheet - Ukázat v záběru nástrojový panel + Show Toolbar in the Xsheet + Ukázat v záběru nástrojový panel Show Column Numbers in Column Headers @@ -7778,8 +7742,8 @@ if both are possible on coding file path. - Font *: - Písmo *: + Font*: + Písmo*: Default File Import Behavior: @@ -7794,12 +7758,12 @@ if both are possible on coding file path. Ikona sloupce: - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. - Fast Render Path: - Cesta pro rychlé zpracování: + Fast Render Path: + Cesta pro rychlé zpracování: Vector Snapping: @@ -7858,7 +7822,7 @@ if both are possible on coding file path. Rozvržení záhlaví sloupců*: - Color Calibration using 3D Look-up Table * + Color Calibration using 3D Look-up Table* @@ -7891,8 +7855,8 @@ Also the initial output destination for new scenes will be set to $scenefolder a Editor funkce*: - 3DLUT File for [%1] *: - Soubor 3DLUT pro [%1] *: + 3DLUT File for [%1]*: + Soubor 3DLUT pro [%1]*: Cursor Options @@ -7975,8 +7939,8 @@ Also the initial output destination for new scenes will be set to $scenefolder a Soubor - Style *: - Styl *: + Style*: + Styl*: Matte color is used for background when overwriting raster levels with transparent pixels @@ -7985,8 +7949,8 @@ in non alpha-enabled image format. v obrázkových formátech, kde není povolen kanál alfa. - Matte color: - Barva průhlednosti: + Matte color: + Barva průhlednosti: Current Column Color: @@ -7997,8 +7961,8 @@ v obrázkových formátech, kde není povolen kanál alfa. - # of backups to keep: - # záloh k uchování: + # of backups to keep: + # záloh k uchování: Enable Autocreation @@ -8029,8 +7993,8 @@ v obrázkových formátech, kde není povolen kanál alfa. Ukázat sloupec kamery - Level Editor Box Color - Barva rámu editoru úrovní + Level Editor Box Color: + Barva rámu editoru úrovní: Incremental @@ -8053,7 +8017,7 @@ v obrázkových formátech, kde není povolen kanál alfa. Povolit ovládání dotykovými gesty - Number of Frames to Play for Short Play + Number of Frames to Play for Short Play: diff --git a/toonz/sources/translations/french/toonz.ts b/toonz/sources/translations/french/toonz.ts index ac52139..5689b24 100644 --- a/toonz/sources/translations/french/toonz.ts +++ b/toonz/sources/translations/french/toonz.ts @@ -6823,10 +6823,6 @@ Set the output folder path to the subfolder as well. Utiliser le Viseur par Défaut pour les Formats de Film - Minimize Raster Memory Fragmentation* - Minimiser la Fragmentation de la Mémoire Raster* - - Save Automatically Every Minutes Enregistrer Automatiquement Tous les Minutes @@ -6872,11 +6868,11 @@ Set the output folder path to the subfolder as well. Step: - Pas: + Pas: Height*: - Hauteur*: + Hauteur*: Loading @@ -6955,11 +6951,7 @@ Set the output folder path to the subfolder as well. Correction des Images Suivantes - Previous Frames Correction: - Correction des Images Précédentes - - - Display Lines Only + Display Lines Only Afficher Seulement les Lignes @@ -6972,7 +6964,7 @@ Set the output folder path to the subfolder as well. Undo Memory Size (MB): - Taille de la Mémoire pour l'Annulation (MB): + Taille de la Mémoire pour l'Annulation (MB): Render Task Chunk Size: @@ -6983,12 +6975,8 @@ Set the output folder path to the subfolder as well. Afficher les Information sur les Images Rendues - *Changes will take effect the next time you run Toonz - * Les changements auront effet lors de la prochaine exécution de Toonz - - Language*: - Langue*: + Langue*: cm @@ -7048,7 +7036,7 @@ Set the output folder path to the subfolder as well. Height: - Hauteur: + Hauteur: DPI: @@ -7075,14 +7063,6 @@ Set the output folder path to the subfolder as well. Contrôle de la transparence - Ink Color on White Bg: - Couleur de l'encre sur le Bg Blanc: - - - Ink Color on Black Bg: - Couleur de l'encre sur le Bg Noire: - - Paint Color: Couleur de la Peinture: @@ -7139,12 +7119,12 @@ Set the output folder path to the subfolder as well. Ignorer le Canal Alpha sur les Niveaux de la Colonne 1 - Minimize Raster Memory Fragmentation * - + Minimize Raster Memory Fragmentation* + Minimiser la Fragmentation de la Mémoire Raster* - * Changes will take effect the next time you run Toonz - + * Changes will take effect the next time you run OpenToonz + * Les changements auront effet lors de la prochaine exécution de OpenToonz Move Current Frame by Clicking on Xsheet / Numerical Columns Cell Area @@ -7167,7 +7147,7 @@ Set the output folder path to the subfolder as well. - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking @@ -7183,47 +7163,31 @@ Set the output folder path to the subfolder as well. - Undo Memory Size (MB) - - - - Icon Size * - - - - Viewer Shrink - - - - Step - - - - Viewer BG Color - + Viewer BG Color: + Couleur de Fond du Viseur: - Preview BG Color - + Preview BG Color: + Couleur de Fond du Preview: - ChessBoard Color 1 + Icon Size*: - Chessboard Color 2 + Viewer Shrink: - Viewer Zoom Center + Chessboard Color 1: - Language *: + Chessboard Color 2: - Height: + Viewer Zoom Center: @@ -7235,16 +7199,16 @@ Set the output folder path to the subfolder as well. - Previous Frames Correction: - + Previous Frames Correction: + Correction des Images Précédentes: - Ink Color on White Bg: - + Ink Color on White BG: + Couleur de l'encre sur le BG Blanc: - Ink Color on Black Bg: - + Ink Color on Black BG: + Couleur de l'encre sur le BG Noire: Paint Color: @@ -7311,7 +7275,7 @@ Set the output folder path to the subfolder as well. - Custom Project Path(s): + Custom Project Path(s): @@ -7335,7 +7299,7 @@ Set the output folder path to the subfolder as well. - Interval(Minutes): + Interval (Minutes): @@ -7355,7 +7319,7 @@ Set the output folder path to the subfolder as well. - FFmpeg Path: + FFmpeg Path: @@ -7436,7 +7400,7 @@ Is it OK to release these shortcuts? - Show Toolbar in the XSheet + Show Toolbar in the Xsheet @@ -7513,7 +7477,7 @@ if both are possible on coding file path. - Font *: + Font*: @@ -7529,11 +7493,11 @@ if both are possible on coding file path. - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. - Fast Render Path: + Fast Render Path: @@ -7591,7 +7555,7 @@ if both are possible on coding file path. - Color Calibration using 3D Look-up Table * + Color Calibration using 3D Look-up Table* @@ -7624,7 +7588,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a - 3DLUT File for [%1] *: + 3DLUT File for [%1]*: @@ -7704,7 +7668,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a Fichier - Style *: + Style*: @@ -7713,7 +7677,7 @@ in non alpha-enabled image format. - Matte color: + Matte color: @@ -7725,7 +7689,7 @@ in non alpha-enabled image format. - # of backups to keep: + # of backups to keep: @@ -7757,7 +7721,7 @@ in non alpha-enabled image format. - Level Editor Box Color + Level Editor Box Color: @@ -7781,7 +7745,7 @@ in non alpha-enabled image format. - Number of Frames to Play for Short Play + Number of Frames to Play for Short Play: @@ -11234,7 +11198,7 @@ S'il vous plaît commettre ou annuler les modifications avant.Couleur de Fond du Viseur: - Preview BG Color: + Preview BG Color: Couleur de Fond du Preview: diff --git a/toonz/sources/translations/german/toonz.ts b/toonz/sources/translations/german/toonz.ts index 1c41dcf..9ec4bf9 100644 --- a/toonz/sources/translations/german/toonz.ts +++ b/toonz/sources/translations/german/toonz.ts @@ -6998,10 +6998,6 @@ Set the output folder path to the subfolder as well. Standard-Player für Film-Formate verwenden - Minimize Raster Memory Fragmentation* - Raster-Speicher-Fragmentierung minimieren* - - Save Automatically Every Minutes Nach Anzahl Minuten automatisch speichern @@ -7039,7 +7035,7 @@ Set the output folder path to the subfolder as well. Step: - Schritt: + Schritt: Height*: @@ -7122,11 +7118,11 @@ Set the output folder path to the subfolder as well. Farb-Einstellungen der folgenden Frames: - Previous Frames Correction: + Previous Frames Correction: Farb-Einstellungen der vorherigen Frames: - Display Lines Only + Display Lines Only Nur Linien anzeigen @@ -7146,12 +7142,8 @@ Set the output folder path to the subfolder as well. Daten der Spalten und Reihen - Language*: - Sprache*: - - Undo Memory Size (MB): - Speichergröße (MB) zurücksetzen: + Speichergröße (MB) zurücksetzen: Render Task Chunk Size: @@ -7162,10 +7154,6 @@ Set the output folder path to the subfolder as well. Informationen in gerenderten Frames anzeigen - *Changes will take effect the next time you run Toonz - *Änderungen werden wirksam beim nächsten Start von Toonz - - cm cm @@ -7206,10 +7194,6 @@ Set the output folder path to the subfolder as well. Breite: - Height: - Höhe: - - DPI: DPI: @@ -7314,7 +7298,7 @@ Set the output folder path to the subfolder as well. pixel - Minimize Raster Memory Fragmentation * + Minimize Raster Memory Fragmentation* Raster-Speicher-Fragmentierung minimieren* @@ -7322,8 +7306,8 @@ Set the output folder path to the subfolder as well. Ebene nach dem "Speichern als"-Befehl ersetzen - * Changes will take effect the next time you run Toonz - *Änderungen werden wirksam beim nächsten Start von Toonz + * Changes will take effect the next time you run OpenToonz + * Änderungen werden wirksam beim nächsten Start von OpenToonz Move Current Frame by Clicking on Xsheet / Numerical Columns Cell Area @@ -7350,8 +7334,8 @@ Set the output folder path to the subfolder as well. Die Szenen-Nummer automatisch von geladenen Ebenen-Namen entfernen - Multi Layer Style Picker : Switch Levels by Picking - Multi Ebenen-Stil-Wähler : Ebenen durch Wählen wechseln + Multi Layer Style Picker: Switch Levels by Picking + Multi Ebenen-Stil-Wähler: Ebenen durch Wählen wechseln Onion Skin ON @@ -7366,47 +7350,39 @@ Set the output folder path to the subfolder as well. Kategorie - Undo Memory Size (MB) - Speichergröße (MB) zurücksetzen - - - Icon Size * - Icon-Größe * + Icon Size*: + Icon-Größe*: - X - X - - - Viewer Shrink - Betrachter schrumpfen + Viewer BG Color: + Betrachter Hintergrundfarbe: - Step - Schritt + x + x - Viewer BG Color - Betrachter Hintergrundfarbe + Preview BG Color: + Vorschau Hintergrundfarbe: - Preview BG Color - Vorschau Hintergrundfarbe + Viewer Shrink: + Betrachter schrumpfen: - ChessBoard Color 1 - Schachbrett-Farbe 1 + Chessboard Color 1: + Schachbrett-Farbe 1: - Chessboard Color 2 - Schachbrett-Farbe 2 + Chessboard Color 2: + Schachbrett-Farbe 2: - Viewer Zoom Center - Betrachter-Zoom-Zentrum + Viewer Zoom Center: + Betrachter-Zoom-Zentrum: - Language *: + Language*: Sprache*: @@ -7418,7 +7394,7 @@ Set the output folder path to the subfolder as well. Spalten-Icon - Height: + Height: Höhe: @@ -7430,15 +7406,15 @@ Set the output folder path to the subfolder as well. Farbe der folgenden Frames: - Previous Frames Correction: + Previous Frames Correction: Farbe der vorherigen Frames: - Ink Color on White Bg: + Ink Color on White BG: Linien-Farbe auf weißem Hintergrund: - Ink Color on Black Bg: + Ink Color on Black BG: Linien-Farbe auf schwarzem Hintergrund: @@ -7542,7 +7518,7 @@ Set the output folder path to the subfolder as well. - Custom Project Path(s): + Custom Project Path(s): @@ -7562,7 +7538,7 @@ Set the output folder path to the subfolder as well. - Interval(Minutes): + Interval (Minutes): @@ -7582,7 +7558,7 @@ Set the output folder path to the subfolder as well. - FFmpeg Path: + FFmpeg Path: @@ -7663,7 +7639,7 @@ Is it OK to release these shortcuts? - Show Toolbar in the XSheet + Show Toolbar in the Xsheet @@ -7740,7 +7716,7 @@ if both are possible on coding file path. - Font *: + Font*: @@ -7756,11 +7732,11 @@ if both are possible on coding file path. - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. - Fast Render Path: + Fast Render Path: @@ -7818,7 +7794,7 @@ if both are possible on coding file path. - Color Calibration using 3D Look-up Table * + Color Calibration using 3D Look-up Table* @@ -7851,7 +7827,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a - 3DLUT File for [%1] *: + 3DLUT File for [%1]*: @@ -7931,7 +7907,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a Datei - Style *: + Style*: @@ -7940,7 +7916,7 @@ in non alpha-enabled image format. - Matte color: + Matte color: @@ -7952,7 +7928,7 @@ in non alpha-enabled image format. - # of backups to keep: + # of backups to keep: @@ -7984,7 +7960,7 @@ in non alpha-enabled image format. - Level Editor Box Color + Level Editor Box Color: @@ -8008,7 +7984,7 @@ in non alpha-enabled image format. - Number of Frames to Play for Short Play + Number of Frames to Play for Short Play: diff --git a/toonz/sources/translations/italian/toonz.ts b/toonz/sources/translations/italian/toonz.ts index b7faf49..c1e3620 100644 --- a/toonz/sources/translations/italian/toonz.ts +++ b/toonz/sources/translations/italian/toonz.ts @@ -6829,7 +6829,7 @@ Set the output folder path to the subfolder as well. Minimize Raster Memory Fragmentation* - Minimizza la Frammentazione della Memoria Raster* + Minimizza la Frammentazione della Memoria Raster* Save Automatically Every Minutes @@ -6877,7 +6877,7 @@ Set the output folder path to the subfolder as well. Step: - Passo: + Passo: Height*: @@ -6960,11 +6960,7 @@ Set the output folder path to the subfolder as well. Correzione dei Fotogrammi Successivi: - Previous Frames Correction: - Correzione dei Fotogrammi Precedenti: - - - Display Lines Only + Display Lines Only Mostra solo le Linee @@ -6977,23 +6973,19 @@ Set the output folder path to the subfolder as well. Undo Memory Size (MB): - Quantità di Memoria Dedicata all'Annullamento (MB): + Quantità di Memoria Dedicata all'Annullamento (MB): Render Task Chunk Size: - Dimensione degli Spezzoni dei Task di Render + Dimensione degli Spezzoni dei Task di Render: Show Info in Rendered Frames Mostra le Informazioni sui Fotogrammi Renderizzati - *Changes will take effect the next time you run Toonz - *I cambiamenti avranno effetto la prossima volta che Toonz verrà avviato. - - Language*: - Lingua*: + Lingua*: cm @@ -7053,7 +7045,7 @@ Set the output folder path to the subfolder as well. Height: - Altezza: + Altezza: DPI: @@ -7076,20 +7068,20 @@ Set the output folder path to the subfolder as well. Spessore Carta: - Enable Version Control * - Abilita Controllo Vesione * + Enable Version Control* + Abilita Controllo Vesione* Transparency Check Controllo della Trasparenza - Ink Color on White Bg: - Colore Inchiostro su Fondo Bianco: + Ink Color on White BG: + Colore Inchiostro su Fondo Bianco: - Ink Color on Black Bg: - Colore Inchiostro su Fondo Nero: + Ink Color on Black BG: + Colore Inchiostro su Fondo Nero: Paint Color: @@ -7144,12 +7136,8 @@ Set the output folder path to the subfolder as well. Ignora Canale Alpha su Livelli Colonna 1 - Minimize Raster Memory Fragmentation * - - - - * Changes will take effect the next time you run Toonz - + * Changes will take effect the next time you run OpenToonz + * I cambiamenti avranno effetto la prossima volta che OpenToonz verrà avviato Move Current Frame by Clicking on Xsheet / Numerical Columns Cell Area @@ -7172,7 +7160,7 @@ Set the output folder path to the subfolder as well. - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking @@ -7180,55 +7168,35 @@ Set the output folder path to the subfolder as well. - Enable Version Control* - - - Category - Undo Memory Size (MB) - - - - Icon Size * - - - - Viewer Shrink - - - - Step - - - - Viewer BG Color - + Viewer BG Color: + Colore del Fondale del Visualizzatore: - Preview BG Color - + Preview BG Color: + Colore del Fondale dell'Anteprima: - ChessBoard Color 1 + Icon Size*: - Chessboard Color 2 + Viewer Shrink: - Viewer Zoom Center + Chessboard Color 1: - Language *: + Chessboard Color 2: - Height: + Viewer Zoom Center: @@ -7240,8 +7208,8 @@ Set the output folder path to the subfolder as well. - Previous Frames Correction: - + Previous Frames Correction: + Correzione dei Fotogrammi Precedenti: Ink Color on White Bg: @@ -7316,7 +7284,7 @@ Set the output folder path to the subfolder as well. - Custom Project Path(s): + Custom Project Path(s): @@ -7340,7 +7308,7 @@ Set the output folder path to the subfolder as well. - Interval(Minutes): + Interval (Minutes): @@ -7360,7 +7328,7 @@ Set the output folder path to the subfolder as well. - FFmpeg Path: + FFmpeg Path: @@ -7441,7 +7409,7 @@ Is it OK to release these shortcuts? - Show Toolbar in the XSheet + Show Toolbar in the Xsheet @@ -7518,7 +7486,7 @@ if both are possible on coding file path. - Font *: + Font*: @@ -7534,11 +7502,11 @@ if both are possible on coding file path. - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. - Fast Render Path: + Fast Render Path: @@ -7596,7 +7564,7 @@ if both are possible on coding file path. - Color Calibration using 3D Look-up Table * + Color Calibration using 3D Look-up Table* @@ -7629,7 +7597,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a - 3DLUT File for [%1] *: + 3DLUT File for [%1]*: @@ -7709,7 +7677,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a File - Style *: + Style*: @@ -7718,7 +7686,7 @@ in non alpha-enabled image format. - Matte color: + Matte color: @@ -7730,7 +7698,7 @@ in non alpha-enabled image format. - # of backups to keep: + # of backups to keep: @@ -7762,7 +7730,7 @@ in non alpha-enabled image format. - Level Editor Box Color + Level Editor Box Color: @@ -7786,7 +7754,7 @@ in non alpha-enabled image format. - Number of Frames to Play for Short Play + Number of Frames to Play for Short Play: @@ -11239,7 +11207,7 @@ Per favore sottometti o ripristina i cambiamenti prima di proseguire.Colore del Fondale del Visualizzatore: - Preview BG Color: + Preview BG Color: Colore del Fondale dell'Anteprima: @@ -11255,10 +11223,6 @@ Per favore sottometti o ripristina i cambiamenti prima di proseguire.Sottocampionamento dell'Immagine: - Marker Interval: - Intervallo dei Marcatori: - - A/R: A/R: @@ -11292,7 +11256,7 @@ Per favore sottometti o ripristina i cambiamenti prima di proseguire. Marker Interval: - + Intervallo dei Marcatori: Start Frame: diff --git a/toonz/sources/translations/japanese/toonz.ts b/toonz/sources/translations/japanese/toonz.ts index be3bebc..e626d26 100644 --- a/toonz/sources/translations/japanese/toonz.ts +++ b/toonz/sources/translations/japanese/toonz.ts @@ -6932,10 +6932,6 @@ Set the output folder path to the subfolder as well. 動画形式を再生するとき、既定のメディアプレーヤーを使用 - Minimize Raster Memory Fragmentation* - ラスターメモリのフラグメンテーションを最小化する* - - Save Automatically Every Minutes 分間隔で自動保存 @@ -6972,10 +6968,6 @@ Set the output folder path to the subfolder as well. フリップビューアの縮小: - Step: - ステップ: - - Height*: 高さ*: @@ -7056,11 +7048,7 @@ Set the output folder path to the subfolder as well. 先頭フレームの色設定: - Previous Frames Correction: - 後続フレームの色設定: - - - Display Lines Only + Display Lines Only 線のみ表示 @@ -7080,14 +7068,6 @@ Set the output folder path to the subfolder as well. タイムシートのコマと列のデータ - Language*: - 言語*: - - - Undo Memory Size (MB): - 「元に戻す」のメガバイト記憶容量: - - Render Task Chunk Size: レンダリングタスクのチャンクサイズ: @@ -7096,10 +7076,6 @@ Set the output folder path to the subfolder as well. レンダリングされたフレーム内に情報を表示 - *Changes will take effect the next time you run Toonz - [*]TOONZの再起動が必要 - - cm cm @@ -7140,10 +7116,6 @@ Set the output folder path to the subfolder as well. 幅: - Height: - 高さ: - - DPI: DPI: @@ -7188,14 +7160,6 @@ Set the output folder path to the subfolder as well. 透明度チェック - Ink Color on White Bg: -  白背景に線とベクトルの色: - - - Ink Color on Black Bg: -  黒背景に線とベクトルの色: - - Paint Color: 塗りつぶし色: @@ -7248,7 +7212,7 @@ Set the output folder path to the subfolder as well. pixel - Minimize Raster Memory Fragmentation * + Minimize Raster Memory Fragmentation* ラスターメモリのフラグメンテーションを最小化する* @@ -7256,7 +7220,7 @@ Set the output folder path to the subfolder as well. レベルを別名で保存した後、レベルを置き換える - * Changes will take effect the next time you run Toonz + * Changes will take effect the next time you run OpenToonz *印の項目は、次回OpenToonz起動時に反映されます @@ -7284,7 +7248,7 @@ Set the output folder path to the subfolder as well. 読み込んだレベル名からシーン番号("c####_")を自動的に消去する - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking 多層スポイトツールを有効化:スタイルを拾うと同時にカレントレベルを切り替える @@ -7300,47 +7264,47 @@ Set the output folder path to the subfolder as well. カテゴリー - Undo Memory Size (MB) - 「元に戻す」の記憶容量(MB) + Undo Memory Size (MB): + 「元に戻す」の記憶容量(MB): - Icon Size * - アイコンサイズ * + x + x - X - X + Icon Size*: + アイコンサイズ*: - Viewer Shrink - メインビューアの画像圧縮 + Viewer Shrink: + メインビューアの画像圧縮: - Step - ステップ + Step: + ステップ: - Viewer BG Color - メインビューアの背景色 + Viewer BG Color: + メインビューアの背景色: - Preview BG Color - プレビューの背景色 + Preview BG Color: + プレビューの背景色: - ChessBoard Color 1 - チェックボード色 1 + Chessboard Color 1: + チェックボード色 1: - Chessboard Color 2 - チェックボード色 2 + Chessboard Color 2: + チェックボード色 2: - Viewer Zoom Center - ビューア上のズームの中心位置 + Viewer Zoom Center: + ビューア上のズームの中心位置: - Language *: + Language*: 言語*: @@ -7352,7 +7316,7 @@ Set the output folder path to the subfolder as well. 列アイコン表示のタイミング - Height: + Height: 高さ: @@ -7364,15 +7328,15 @@ Set the output folder path to the subfolder as well. 後フレームの色 : - Previous Frames Correction: + Previous Frames Correction: 前フレームの色 : - Ink Color on White Bg: + Ink Color on White BG: 線の色 : - Ink Color on Black Bg: + Ink Color on Black BG: 黒背景チェック時の線の色 : @@ -7453,11 +7417,11 @@ Set the output folder path to the subfolder as well. My Documents/OpenToonz* - ドキュメント/OpenToonz * + ドキュメント/OpenToonz* Desktop/OpenToonz* - デスクトップ/OpenToonz * + デスクトップ/OpenToonz* Stuff Folder* @@ -7468,7 +7432,7 @@ Set the output folder path to the subfolder as well. カスタム - Custom Project Path(s): + Custom Project Path(s): 追加する Project Root パス: @@ -7488,7 +7452,7 @@ Set the output folder path to the subfolder as well. 再生中にオニオンスキンを表示する - Interval(Minutes): + Interval (Minutes): 間隔(分): @@ -7524,7 +7488,7 @@ Set the output folder path to the subfolder as well. FFmpegの実行ファイルの保存パスを入力してください。 - FFmpeg Path: + FFmpeg Path: FFmpegのパス: @@ -7570,11 +7534,11 @@ Is it OK to release these shortcuts? ダブルクリックなしでシートのコマを入力できるようにする - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. ”MP4ムービーのレンダリング”コマンドの出力先を指定してください。 - Fast Render Path: + Fast Render Path: 保存先のパス: @@ -7586,7 +7550,7 @@ Is it OK to release these shortcuts? 全ての読み込む画像にカメラのDPIを適用する - Show Toolbar in the XSheet + Show Toolbar in the Xsheet タイムシートパネルにツールバーを表示する @@ -7658,8 +7622,8 @@ Is it OK to release these shortcuts? - Font *: - フォント *: + Font*: + フォント*: Font Weight *: @@ -7784,8 +7748,8 @@ if both are possible on coding file path. 列のヘッダのレイアウト*: - Color Calibration using 3D Look-up Table * - 3Dルックアップテーブルを用いて色補正を行う * + Color Calibration using 3D Look-up Table* + 3Dルックアップテーブルを用いて色補正を行う* Enable auto-stretch frame @@ -7822,8 +7786,8 @@ Also the initial output destination for new scenes will be set to $scenefolder a パラメータエディタのパネル切替 *: - 3DLUT File for [%1] *: - モニタ [%1] 用の3DLUTファイル* : + 3DLUT File for [%1]*: + モニタ [%1] 用の3DLUTファイル*: Cursor Options @@ -7906,8 +7870,8 @@ Also the initial output destination for new scenes will be set to $scenefolder a ファイル - Style *: - スタイル *: + Style*: + スタイル*: Matte color is used for background when overwriting raster levels with transparent pixels @@ -7916,8 +7880,8 @@ in non alpha-enabled image format. 上書き保存するときの背景に用いられます。 - Matte color: - マット色: + Matte color: + マット色: Current Column Color: @@ -7928,8 +7892,8 @@ in non alpha-enabled image format. 保存する時にシーンとレベルのバックアップをとる - # of backups to keep: - 保持するバックアップの個数: + # of backups to keep: + 保持するバックアップの個数: Enable Autocreation @@ -7960,8 +7924,8 @@ in non alpha-enabled image format. カメラ列を表示する - Level Editor Box Color - レベル編集モードの背景色 + Level Editor Box Color: + レベル編集モードの背景色: Incremental @@ -7984,8 +7948,8 @@ in non alpha-enabled image format. タッチジェスチャー操作を有効にする - Number of Frames to Play for Short Play - 「少し前から再生」のフレーム数 + Number of Frames to Play for Short Play: + 「少し前から再生」のフレーム数: diff --git a/toonz/sources/translations/korean/toonz.ts b/toonz/sources/translations/korean/toonz.ts index 72cf55a..95a87a9 100644 --- a/toonz/sources/translations/korean/toonz.ts +++ b/toonz/sources/translations/korean/toonz.ts @@ -6501,7 +6501,7 @@ Is it OK to release these shortcuts? 동영상 형식에 기본 뷰어 사용 - Minimize Raster Memory Fragmentation * + Minimize Raster Memory Fragmentation* 래스터 메모리 조각화 최소화* @@ -6553,7 +6553,7 @@ Is it OK to release these shortcuts? 사용자 정의* - Custom Project Path(s): + Custom Project Path(s): 사용자 정의 프로젝트 경로: @@ -6561,7 +6561,7 @@ Is it OK to release these shortcuts? 고급:**(공백없음)으로 여러 경로를 구분할 수 있음. - * Changes will take effect the next time you run Toonz + * Changes will take effect the next time you run OpenToonz * 다음에 툰즈를 실행하면 변경 사항이 적용 됨. @@ -6577,8 +6577,8 @@ Is it OK to release these shortcuts? X-시트/ 숫자 열 셀 영역을 클릭하여 현재 프레임 이동 - Color Calibration using 3D Look-up Table * - 3D 조회 표를 사용한 색상 보정 * + Color Calibration using 3D Look-up Table* + 3D 조회 표를 사용한 색상 보정* Enable auto-stretch frame @@ -6657,7 +6657,7 @@ Is it OK to release these shortcuts? 원본을 정리 한 도면을 백업으로 유지 - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking 멀티 레이어 스타일 선택기: 픽싱을 통한 레벨 전환 @@ -6713,7 +6713,7 @@ Is it OK to release these shortcuts? 셀 이름을 바꾸는 동안 오픈툰즈 명령 단축키 사용 - Show Toolbar in the XSheet + Show Toolbar in the Xsheet X-시트 도구 모음 표시 @@ -6761,7 +6761,7 @@ Is it OK to release these shortcuts? 재생 중에 어니언스킨 표시 - Display Lines Only + Display Lines Only 라인만 표시 @@ -7059,12 +7059,12 @@ if both are possible on coding file path. 카테고리 - Interval(Minutes): + Interval (Minutes): 간격(분): - Undo Memory Size (MB) - 실행취소 메모리 크기(MB) + Undo Memory Size (MB): + 실행취소 메모리 크기(MB): Render Task Chunk Size: @@ -7099,24 +7099,24 @@ if both are possible on coding file path. 기능 편집기*: - Icon Size * - 아이콘 크기 * + Icon Size*: + 아이콘 크기*: - Viewer Shrink - 뷰어 축소 + Viewer Shrink: + 뷰어 축소: - Step - 단계 + Step: + 단계: - Style *: + Style*: 스타일*: - 3DLUT File for [%1] *: - [%1]에 대한 3D LUT 파일 *: + 3DLUT File for [%1]*: + [%1]에 대한 3D LUT 파일*: Matte color is used for background when overwriting raster levels with transparent pixels @@ -7125,7 +7125,7 @@ in non alpha-enabled image format. 알파 기능이 없는 이미지 형식으로. - Matte color: + Matte color: 매트 색상: @@ -7145,32 +7145,32 @@ in non alpha-enabled image format. 현재 열 색상: - Viewer BG Color - 뷰어 BG 색상 + Viewer BG Color: + 뷰어 BG 색상: - Preview BG Color - 미리보기 BG 색상 + Preview BG Color: + 미리보기 BG 색상: - ChessBoard Color 1 - 체스보드 색상 1 + Chessboard Color 1: + 체스보드 색상 1: - Chessboard Color 2 - 체스보드 색상 2 + Chessboard Color 2: + 체스보드 색상 2: - Viewer Zoom Center - 뷰어 줌 센터 + Viewer Zoom Center: + 뷰어 줌 센터: - Language *: - 언어 *: + Language*: + 언어*: - Font *: - 글꼴 *: + Font*: + 글꼴*: Default File Import Behavior: @@ -7193,7 +7193,7 @@ in non alpha-enabled image format. 컴퓨터에서 FFmpeg 가 있는 경로를 입력하세요. - FFmpeg Path: + FFmpeg Path: FFmpeg 경로: @@ -7209,11 +7209,11 @@ in non alpha-enabled image format. FFmpeg 시간초과: - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. 빠른 랜더(MP4)에서 내보낼 위치를 지정하세요. - Fast Render Path: + Fast Render Path: 빠른 렌더 경로: @@ -7229,7 +7229,7 @@ in non alpha-enabled image format. 폭: - Height: + Height: 높이: @@ -7277,7 +7277,7 @@ in non alpha-enabled image format. 용지 두께: - Previous Frames Correction: + Previous Frames Correction: 이전 프레임 수정: @@ -7289,11 +7289,11 @@ in non alpha-enabled image format. 백터 가이드 스타일: - Ink Color on White Bg: + Ink Color on White BG: 흰색 BG 잉크 색상: - Ink Color on Black Bg: + Ink Color on Black BG: 검은색 BG 잉크색상: @@ -7317,7 +7317,7 @@ in non alpha-enabled image format. 카메라 열 표시 - # of backups to keep: + # of backups to keep: # 보관할 백업 수: @@ -7345,8 +7345,8 @@ in non alpha-enabled image format. 툴바 표시 동작: - Level Editor Box Color - 레벨 편집기 상자 색상 + Level Editor Box Color: + 레벨 편집기 상자 색상: Incremental @@ -7361,8 +7361,8 @@ in non alpha-enabled image format. 레벨 전용 도구 표시 - Number of Frames to Play for Short Play - 쇼트 플레이에 사용할 프레임 수 + Number of Frames to Play for Short Play: + 쇼트 플레이에 사용할 프레임 수: diff --git a/toonz/sources/translations/russian/toonz.ts b/toonz/sources/translations/russian/toonz.ts index a6f7b22..8ef635e 100644 --- a/toonz/sources/translations/russian/toonz.ts +++ b/toonz/sources/translations/russian/toonz.ts @@ -8451,7 +8451,7 @@ Is it OK to release these shortcuts? - Minimize Raster Memory Fragmentation * + Minimize Raster Memory Fragmentation* Минимизировать фрагментацию памяти в растре* @@ -8515,8 +8515,8 @@ Is it OK to release these shortcuts? - Custom Project Path(s): - Пользовательский путь(и) проекта: + Custom Project Path(s): + Пользовательский путь(и) проекта: @@ -8525,7 +8525,7 @@ Is it OK to release these shortcuts? - * Changes will take effect the next time you run Toonz + * Changes will take effect the next time you run OpenToonz * Изменения вступят в силу после перезапуска OpenToonz @@ -8550,8 +8550,8 @@ Is it OK to release these shortcuts? - Color Calibration using 3D Look-up Table * - Коррекция цвета с помощью 3D-таблицы поиска * + Color Calibration using 3D Look-up Table* + Коррекция цвета с помощью 3D-таблицы поиска* @@ -8575,7 +8575,7 @@ Is it OK to release these shortcuts? Expand Function Editor Header to Match Xsheet Toolbar Height* - Развернуть заголовок редактора функций, чтобы соответствовать высоте панели инструментов XSheet * + Развернуть заголовок редактора функций, чтобы соответствовать высоте панели инструментов Xsheet* @@ -8673,7 +8673,7 @@ Is it OK to release these shortcuts? - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking Многослойная пипетка: Переключение уровней путем выбора @@ -8779,8 +8779,8 @@ Is it OK to release these shortcuts? - Show Toolbar in the XSheet - Показывать панель инструментов в Xsheet + Show Toolbar in the Xsheet + Показывать панель инструментов в Xsheet @@ -8874,8 +8874,8 @@ Is it OK to release these shortcuts? - Display Lines Only - Отображать только линии + Display Lines Only + Отображать только линии @@ -8943,7 +8943,7 @@ Also the initial output destination for new scenes will be set to $scenefolder a - 3DLUT File for [%1] *: + 3DLUT File for [%1]*: 3DLUT файл для [%1]*: @@ -9079,13 +9079,13 @@ if both are possible on coding file path. - Font *: - Шрифт: + Font*: + Шрифт*: - Style *: - Начертание *: + Style*: + Начертание*: @@ -9258,13 +9258,13 @@ if both are possible on coding file path. - Interval(Minutes): - Интервал (в минутах): + Interval (Minutes): + Интервал (в минутах): - Undo Memory Size (MB) - Емкость памяти отмен (МБ) + Undo Memory Size (MB): + Емкость памяти отмен (МБ): @@ -9307,23 +9307,23 @@ if both are possible on coding file path. - Icon Size * - Размер иконки * + Icon Size*: + Размер иконки*: - X - X + x + x - Viewer Shrink + Viewer Shrink: ? - Viewer Shrink + Viewer Shrink: - Step - Шаг + Step: + Шаг: @@ -9334,39 +9334,39 @@ in non alpha-enabled image format. - Matte color: - Матовый цвет: + Matte color: + Матовый цвет: - Viewer BG Color - Цвет фона просмотра + Viewer BG Color: + Цвет фона просмотра: - Preview BG Color - Цвет фона предпросмотра + Preview BG Color: + Цвет фона предпросмотра: - ChessBoard Color 1 - Цвет клетки 1 + Chessboard Color 1: + Цвет клетки 1: - Chessboard Color 2 - Цвет клетки 2 + Chessboard Color 2: + Цвет клетки 2: - Viewer Zoom Center + Viewer Zoom Center: дальше будет понятно из контекста - Зуммировать относительно + Зуммировать относительно: - Language *: - Язык *: + Language*: + Язык*: Default TLV Caching Behavior @@ -9408,8 +9408,8 @@ in non alpha-enabled image format. - FFmpeg Path: - Путь к FFmpeg: + FFmpeg Path: + Путь к FFmpeg: @@ -9428,13 +9428,13 @@ in non alpha-enabled image format. - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. Укажите, где вы хотите экспортировать Fast Render (MP4) для перехода. - Fast Render Path: - Путь быстрого рендера: + Fast Render Path: + Путь быстрого рендера: @@ -9453,8 +9453,8 @@ in non alpha-enabled image format. - Height: - Высота: + Height: + Высота: Autocreation: @@ -9482,8 +9482,8 @@ in non alpha-enabled image format. - # of backups to keep: - Количество резервных копий для сохранения: + # of backups to keep: + Количество резервных копий для сохранения: @@ -9557,8 +9557,8 @@ in non alpha-enabled image format. - Number of Frames to Play for Short Play - Количество кадров для краткого воспроизведения + Number of Frames to Play for Short Play: + Количество кадров для краткого воспроизведения: @@ -9567,7 +9567,7 @@ in non alpha-enabled image format. - Previous Frames Correction: + Previous Frames Correction: Коррекция предыдущих кадров: @@ -9582,17 +9582,17 @@ in non alpha-enabled image format. - Level Editor Box Color - Цвет рамки редактора уровней + Level Editor Box Color: + Цвет рамки редактора уровней: - Ink Color on White Bg: + Ink Color on White BG: Цвет штриха на белом фоне: - Ink Color on Black Bg: + Ink Color on Black BG: Цвет штриха на черном фоне: diff --git a/toonz/sources/translations/spanish/toonz.ts b/toonz/sources/translations/spanish/toonz.ts index 682defc..c8d571e 100644 --- a/toonz/sources/translations/spanish/toonz.ts +++ b/toonz/sources/translations/spanish/toonz.ts @@ -6927,10 +6927,6 @@ También establecer la ruta de salida a esa carpeta. Usar reproductor predefinido para formatos de película - Minimize Raster Memory Fragmentation* - Minimizar fragmentación de imágenes en memoria* - - Save Automatically Every Minutes Guardar automáticamente cada ciertos minutos @@ -6976,7 +6972,7 @@ También establecer la ruta de salida a esa carpeta. Step: - Intervalo: + Intervalo: Height*: @@ -7059,11 +7055,7 @@ También establecer la ruta de salida a esa carpeta. Color de fotogramas siguientes: - Previous Frames Correction: - Color de fotogramas anteriores: - - - Display Lines Only + Display Lines Only Sólo mostrar líneas @@ -7076,7 +7068,7 @@ También establecer la ruta de salida a esa carpeta. Undo Memory Size (MB): - Deshacer - Tamaño de memoria (MB): + Deshacer - Tamaño de memoria (MB): Render Task Chunk Size: @@ -7087,14 +7079,6 @@ También establecer la ruta de salida a esa carpeta. Sobreimprimir información en los fotogramas procesados - *Changes will take effect the next time you run Toonz - *Los cambios entrarán en vigor la próxima vez que se ejecute OpenToonz - - - Language*: - Idioma*: - - cm cm @@ -7152,7 +7136,7 @@ También establecer la ruta de salida a esa carpeta. Height: - Altura: + Altura: DPI: @@ -7175,20 +7159,16 @@ También establecer la ruta de salida a esa carpeta. Grosor del papel: - Enable Version Control * - Habilitar control de versiones * - - Transparency Check Comprobación de transparencia - Ink Color on White Bg: - Tinta (fondo blanco): + Ink Color on White BG: + Tinta (fondo blanco): - Ink Color on Black Bg: - Tinta (fondo negro): + Ink Color on Black BG: + Tinta (fondo negro): Paint Color: @@ -7243,11 +7223,11 @@ También establecer la ruta de salida a esa carpeta. Ignorar el canal alfa de los niveles en la columna 1 - Minimize Raster Memory Fragmentation * - Minimizar fragmentación de imágenes en memoria * + Minimize Raster Memory Fragmentation* + Minimizar fragmentación de imágenes en memoria* - * Changes will take effect the next time you run Toonz + * Changes will take effect the next time you run OpenToonz * Los cambios entrarán en vigor la próxima vez que se ejecute OpenToonz @@ -7275,7 +7255,7 @@ También establecer la ruta de salida a esa carpeta. Eliminar automáticamente el número de escena del nombre de un nivel cargado - Multi Layer Style Picker : Switch Levels by Picking + Multi Layer Style Picker: Switch Levels by Picking Selector de estilos: Cambiar de nivel al seleccionar @@ -7291,48 +7271,40 @@ También establecer la ruta de salida a esa carpeta. Categorías - Undo Memory Size (MB) - Deshacer - Tamaño de memoria (MB) + Icon Size*: + Tamaño de íconos*: - Icon Size * - Tamaño de íconos * - - - X - x - - - Viewer Shrink - Visor Reducción + x + x - Step - Intervalo + Viewer Shrink: + Visor Reducción: - Viewer BG Color - Fondo del visor + Viewer BG Color: + Fondo del visor: - Preview BG Color - Fondo previsualización + Preview BG Color: + Fondo previsualización: - ChessBoard Color 1 - Damero - Color 1 + Chessboard Color 1: + Damero - Color 1: - Chessboard Color 2 - Damero - Color 2 + Chessboard Color 2: + Damero - Color 2: - Viewer Zoom Center - Centro de zoom en visor + Viewer Zoom Center: + Centro de zoom en visor: - Language *: - Idioma *: + Language*: + Idioma*: Default TLV Caching Behavior @@ -7343,10 +7315,6 @@ También establecer la ruta de salida a esa carpeta. Miniatura de columnas - Height: - Altura: - - Default Interpolation: Interpolación predefinida: @@ -7355,18 +7323,10 @@ También establecer la ruta de salida a esa carpeta. Fotogramas siguientes: - Previous Frames Correction: + Previous Frames Correction: Fotogramas anteriores: - Ink Color on White Bg: - Tinta (fondo blanco): - - - Ink Color on Black Bg: - Tinta (fondo negro): - - Paint Color: Pintura: @@ -7455,8 +7415,8 @@ También establecer la ruta de salida a esa carpeta. Personalizada* - Custom Project Path(s): - Rutas personalizadas de proyectos: + Custom Project Path(s): + Rutas personalizadas de proyectos: Advanced: Multiple paths can be separated by ** (No Spaces) @@ -7479,8 +7439,8 @@ También establecer la ruta de salida a esa carpeta. píxeles - Interval(Minutes): - Intervalo (minutos): + Interval (Minutes): + Intervalo (minutos): Additional Project Locations @@ -7515,8 +7475,8 @@ También establecer la ruta de salida a esa carpeta. Por favor indicar la ruta a la ubicación de FFmpeg en el sistema. - FFmpeg Path: - Ruta a FFmpeg: + FFmpeg Path: + Ruta a FFmpeg: Number of seconds to wait for FFmpeg to complete processing the output: @@ -7557,12 +7517,12 @@ Is it OK to release these shortcuts? Espacios de trabajo*: - Please indicate where you would like exports from Fast Render(MP4) to go. + Please indicate where you would like exports from Fast Render (MP4) to go. Por favor indicar dónde se desea ubicar los archivos generados al usar Procesar rápido a MP4. - Fast Render Path: - Ruta para procesamiento rápido: + Fast Render Path: + Ruta para procesamiento rápido: Replace Level after SaveLevelAs command @@ -7585,7 +7545,7 @@ Is it OK to release these shortcuts? Usar los PPP de la cámara para todas las imágenes importadas - Show Toolbar in the XSheet + Show Toolbar in the Xsheet Mostrar la barra de herramientas en la planilla @@ -7657,8 +7617,8 @@ Is it OK to release these shortcuts? Buena suerte. A partir de ahora estás por las tuyas. - Font *: - Tipografía *: + Font*: + Tipografía*: Font Weight *: @@ -7787,8 +7747,8 @@ la relatividad al resolver la ruta de un archvo. Disposición de encabezado de columnas*: - Color Calibration using 3D Look-up Table * - Calibración de color usando una tabla de consulta 3D * + Color Calibration using 3D Look-up Table* + Calibración de color usando una tabla de consulta 3D* Enable auto-stretch frame @@ -7825,8 +7785,8 @@ También, se establecerá el destino inicial de salida para las nuevas escenas e Editor de funciones*: - 3DLUT File for [%1] *: - Archivo 3DLUT para [%1] *: + 3DLUT File for [%1]*: + Archivo 3DLUT para [%1]*: Cursor Options @@ -7909,8 +7869,8 @@ También, se establecerá el destino inicial de salida para las nuevas escenas e Archivo - Style *: - Estilo *: + Style*: + Estilo*: Matte color is used for background when overwriting raster levels with transparent pixels @@ -7919,8 +7879,8 @@ in non alpha-enabled image format. contengan píxeles transparentes en formatos de imagen sin soporte para canal alfa. - Matte color: - Color de transparencia: + Matte color: + Color de transparencia: Current Column Color: @@ -7931,8 +7891,8 @@ contengan píxeles transparentes en formatos de imagen sin soporte para canal al Respaldar escena y niveles de animación al guardar - # of backups to keep: - Cantidad de respaldos a conservar: + # of backups to keep: + Cantidad de respaldos a conservar: Enable Autocreation @@ -7963,8 +7923,8 @@ contengan píxeles transparentes en formatos de imagen sin soporte para canal al Mostrar columna de cámara - Level Editor Box Color - Fondo del visor (niveles) + Level Editor Box Color: + Fondo del visor (niveles): Incremental @@ -7987,8 +7947,8 @@ contengan píxeles transparentes en formatos de imagen sin soporte para canal al Habilitar control mediante gestos táctiles - Number of Frames to Play for Short Play - Cantidad de fotogramas en Reproducción breve + Number of Frames to Play for Short Play: + Cantidad de fotogramas en Reproducción breve: @@ -11511,8 +11471,8 @@ Por favor enviar o revertir los cambios antes. Color de fondo del visor: - Preview BG Color: - Color de fondo previsualización: + Preview BG Color: + Color de fondo previsualización: Checkerboard Color 1: