diff --git a/stuff/config/loc/日本語/tnztools.qm b/stuff/config/loc/日本語/tnztools.qm index 56d60f3..66ec07a 100644 Binary files a/stuff/config/loc/日本語/tnztools.qm and b/stuff/config/loc/日本語/tnztools.qm differ diff --git a/stuff/config/loc/日本語/toonz.qm b/stuff/config/loc/日本語/toonz.qm index 72d1da6..86b39ab 100644 Binary files a/stuff/config/loc/日本語/toonz.qm and b/stuff/config/loc/日本語/toonz.qm differ diff --git a/stuff/config/loc/日本語/toonzlib.qm b/stuff/config/loc/日本語/toonzlib.qm index b5b4850..029a0de 100644 Binary files a/stuff/config/loc/日本語/toonzlib.qm and b/stuff/config/loc/日本語/toonzlib.qm differ diff --git a/stuff/config/loc/日本語/toonzqt.qm b/stuff/config/loc/日本語/toonzqt.qm index 42faf81..840cab5 100644 Binary files a/stuff/config/loc/日本語/toonzqt.qm and b/stuff/config/loc/日本語/toonzqt.qm differ diff --git a/toonz/sources/toonz/penciltestpopup.cpp b/toonz/sources/toonz/penciltestpopup.cpp index ee4180b..79605b6 100644 --- a/toonz/sources/toonz/penciltestpopup.cpp +++ b/toonz/sources/toonz/penciltestpopup.cpp @@ -682,7 +682,7 @@ bool FlexibleNameCreator::setCurrent(std::wstring name) { PencilTestSaveInFolderPopup::PencilTestSaveInFolderPopup(QWidget* parent) : Dialog(parent, true, false, "PencilTestSaveInFolder") { - setWindowTitle("Create the Destination Subfolder to Save"); + setWindowTitle(tr("Create the Destination Subfolder to Save")); m_parentFolderField = new FileField(this); diff --git a/toonz/sources/toonz/preferencespopup.cpp b/toonz/sources/toonz/preferencespopup.cpp index 6d8c43e..674575a 100644 --- a/toonz/sources/toonz/preferencespopup.cpp +++ b/toonz/sources/toonz/preferencespopup.cpp @@ -1351,7 +1351,10 @@ PreferencesPopup::PreferencesPopup() CheckBox *showColumnNumbersCB = new CheckBox(tr("Show Column Numbers in Column Headers"), this); QStringList xsheetLayouts; - xsheetLayouts << tr("Classic") << tr("Classic-revised") << tr("Compact"); + // options should not be translatable as they are used as key strings + xsheetLayouts << "Classic" + << "Classic-revised" + << "Compact"; QComboBox *xsheetLayoutOptions = new QComboBox(this); xsheetLayoutOptions->addItems(xsheetLayouts); xsheetLayoutOptions->setCurrentIndex( diff --git a/toonz/sources/translations/japanese/tnztools.ts b/toonz/sources/translations/japanese/tnztools.ts index 4d51c0b..c0b4d71 100644 --- a/toonz/sources/translations/japanese/tnztools.ts +++ b/toonz/sources/translations/japanese/tnztools.ts @@ -142,6 +142,14 @@ Smooth: 平滑化: + + Range: + 中割り: + + + Snap + スナップ + BrushToolOptionsBox diff --git a/toonz/sources/translations/japanese/toonz.ts b/toonz/sources/translations/japanese/toonz.ts index bcf6f15..b7b2b09 100644 --- a/toonz/sources/translations/japanese/toonz.ts +++ b/toonz/sources/translations/japanese/toonz.ts @@ -1057,6 +1057,62 @@ What do you want to do? + CommandBar + + Customize Command Bar + コマンドバーをカスタマイズ + + + + CommandBarListTree + + ----Separator---- + ----セパレータ---- + + + + CommandBarPopup + + XSheet Toolbar + タイムシートツールバー + + + Customize XSheet Toolbar + タイムシートツールバーをカスタマイズ + + + Command Bar + コマンドバー + + + Customize Command Bar + コマンドバーをカスタマイズ + + + OK + OK + + + Cancel + キャンセル + + + Toolbar Items + ツールバーの項目 + + + Duplicated commands will be ignored. Only the last one will appear in the menu bar. + 重複したコマンドは無視され、最後に追加されたものだけがツールバーに表示されます。 + + + + CommandBarTree + + Remove "%1" + "%1"を削除 + + + CommandListTree ----Separator---- @@ -1504,11 +1560,11 @@ contain the dpi information, then the current camera dpi will be used. There was an error copying %1 to %2 - %2 に %1 をコピーする時、エラーが発生しました。 + %2 に %1 をコピーする時、エラーが発生しました The local path does not exist: - ローカルパスは存在しません。 + ローカルパスは存在しません: @@ -1966,7 +2022,7 @@ contain the dpi information, then the current camera dpi will be used. The input folder path was invalid. - 入力されたフォルダパスは無効です + 入力されたフォルダパスは無効です。 @@ -2391,7 +2447,7 @@ Do you want to overwrite it? No level name specified: please choose a valid level name - レベル名は指定されていません。有効なレベル名を指定して下さい。 + レベル名は指定されていません。有効なレベル名を指定して下さい Invalid frame range @@ -2413,7 +2469,7 @@ Do you want to create it? Unable to create - 作成できません。 + 作成できません Invalid increment value @@ -3028,11 +3084,11 @@ Do you want to create it? &Save Palette As... - パレットを保存 (&S)... + パレットを別名で保存 (&S)... &Save Palette - . + パレットを保存 (&S) &Load Color Model... @@ -3448,19 +3504,19 @@ Do you want to create it? Drawing Substitution Forward - + 動画番号を1つ進める Drawing Substitution Backward - + 動画番号を1つ戻す Similar Drawing Substitution Forward - + 連続コマの動画番号を1つ進める Similar Drawing Substitution Backward - + 連続コマの動画番号を1つ戻す &Set Key @@ -4742,6 +4798,10 @@ Do you want to create it? Reframe with Empty Inbetweens... 空コマを入れてリフレーム... + + &Toggle Edit In Place + 親シートの内容をビューアに表示 (&T) + MatchlinesDialog @@ -5051,7 +5111,7 @@ What do you want to do? Do stereoscopy - : + 立体視レンダリング Standard @@ -5815,9 +5875,19 @@ WARNING : Image size mismatch. The saved image size is %1 x %2. Save the current scene in the subfolder. Set the output folder path to the subfolder as well. - シーンをカットフォルダ内に保存します。 + シーンをカットフォルダ内に保存します。 出力設定の保存先のパスもカットフォルダ内に変更します。 + + Create the Destination Subfolder to Save + カットフォルダの作成 + + + Save the current scene in the subfolder. +Set the output folder path to the subfolder as well. + カットフォルダ内にシーンファイルを保存します。同時に、 +出力設定の保存先をカットフォルダのパスに設定します。 + PltGizmoPopup @@ -6671,6 +6741,10 @@ Is it OK to release these shortcuts? Vector Guided Style: ベクターレベルの描き順のガイド: + + Layout Preference*: + 列ヘッダのレイアウト*: + PreferencesPopup::FormatProperties @@ -8386,7 +8460,7 @@ Are you sure? Auto Input Cell Numbers : %1 - セルの自動入力: + セルの自動入力:%1 Insert @@ -8408,6 +8482,10 @@ Are you sure? Fx Schematic エフェクトスキマティック + + Cannot Read XML File + XMLファイルを読み込めません + ReframePopup @@ -10988,6 +11066,22 @@ Please refer to the user guide for details. Subsampling 離散サンプリング + + Click to select column + [クリック] 列を選択 + + + Click to select column, drag to move it, double-click to edit + [クリック]列を選択 [ドラッグ]列を移動 [ダブルクリック]列の名前を変更 + + + Click to select column, double-click to edit + [クリック]列を選択 [ダブルクリック]列の名前を変更 + + + Additional column settings + 列の表示オプション + XsheetGUI::ColumnTransparencyPopup @@ -11137,6 +11231,13 @@ Please refer to the user guide for details. + XsheetGUI::XSheetToolbar + + Customize XSheet Toolbar + タイムシートツールバーをカスタマイズ + + + XsheetViewer Untitled diff --git a/toonz/sources/translations/japanese/toonzlib.ts b/toonz/sources/translations/japanese/toonzlib.ts index 661e72f..096b2bf 100644 --- a/toonz/sources/translations/japanese/toonzlib.ts +++ b/toonz/sources/translations/japanese/toonzlib.ts @@ -380,6 +380,30 @@ DarkMagenta 暗いマゼンタ + + Brightness + 明るさ + + + Contrast + コントラスト + + + HRange + 色相の範囲 + + + Line Width + 線の太さ + + + ColorThres + 色のしきい値 + + + WhiteThres + 明るさのしきい値 + TScriptBinding::CenterlineVectorizer diff --git a/toonz/sources/translations/japanese/toonzqt.ts b/toonz/sources/translations/japanese/toonzqt.ts index be4ba77..c3e97d1 100644 --- a/toonz/sources/translations/japanese/toonzqt.ts +++ b/toonz/sources/translations/japanese/toonzqt.ts @@ -151,7 +151,7 @@ Possibly the preset file has been corrupted The preset name must not use ','(comma). - プリセット名に "," (カンマ)を使用できません + プリセット名に "," (カンマ)を使用できません。 DPI @@ -231,6 +231,14 @@ Possibly the preset file has been corrupted Resulting Level Info 完成レベルの情報 + + N/S + Y + + + E/W + X + ColumnPainter @@ -855,6 +863,18 @@ Possibly the preset file has been corrupted ???? ???? + + From + + + + To + + + + Step + ステップ + FunctionSelection @@ -1003,7 +1023,7 @@ Possibly the preset file has been corrupted Output - Output + Output Out @@ -1170,7 +1190,7 @@ Select FX nodes and related links before copying or cutting the selection you wa XSheet - XSheet + XSheet X @@ -2229,6 +2249,57 @@ Apply MyPaint Brush MyPaint ブラシ + + - Style not Selected - + - スタイルが選択されていません - + + + [CLEANUP] + [トレース] + + + [STUDIO] + [スタジオ] + + + [LEVEL] + [レベル] + + + - Style is Not Valid - + - スタイルが無効です - + + + + StyleEditorGUI::ColorChannelControl + + R + + + + G + + + + B + + + + A + + + + H + + + + S + + + + V + + StyleEditorGUI::PlainColorPage @@ -2242,12 +2313,16 @@ Apply Matte - アルファ + アルファ RGB RGB + + Alpha + アルファ + StyleEditorGUI::SettingsPage @@ -2320,6 +2395,10 @@ Apply &Reset Center 基準点をリセット (&R) + + Table + テーブル + ToneCurveField