diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 459e293..d181336 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.17.53")] -[assembly: AssemblyFileVersion("1.0.17.53")] +[assembly: AssemblyVersion("1.0.17.54")] +[assembly: AssemblyFileVersion("1.0.17.54")] diff --git a/Resources/lang.ja-JP.Designer.cs b/Resources/lang.ja-JP.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/Resources/lang.ja-JP.resx b/Resources/lang.ja-JP.resx new file mode 100644 index 0000000..bfbb55b --- /dev/null +++ b/Resources/lang.ja-JP.resx @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + OK + + + 自動スタート + + + 出口 + + + フォルダ + + + フォルダが空 + + + 詳細 + + + システム情報 + + + フォルダにアクセスできません + + + 言語 + + + ログファイル + + + 再起動 + + + ホットキーを登録できませんでした。 + + + キャンセル + + + 一般 + + + ホットキー + + + スタートアップ時に起動します + + + 設定 + + + ヘルプ/よくある質問 + + + SystemTrayMenu + + + よくある質問を読み、SystemTrayMenu のルート ディレクトリを選択します。 + + + 警告 + + + フォルダーを選択 + + + SystemTrayMenu のルート フォルダーが存在しないか、空です。 ファイル、フォルダー、またはショートカットをフォルダーに入れるか、ルート フォルダーを変更します。 + + + SystemTrayMenu のルート フォルダーにアクセスできません。 フォルダーへのアクセスを許可するか、ルート フォルダーを変更します。 + + + エキスパート + + + ダブルクリックではなく、シングルクリックでアイテムを開きます + + + ダークモードは常にアクティブ + + + 上級 + + + マウスの位置に表示 + + + フォルダを変更 + + + クリック + + + カスタマイズ + + + ダークモード + + + デフォルト + + + フォーカスが失われ、マウスがまだメニュー上にある場合 + + + マウスがメニューにあるときにメニューが開くまでのミリ秒 + + + この場合、マウスがメニューから離れた場合にメニューが閉じるまでのミリ秒 + + + ピクセルの最大メニュー幅 + + + サイズと場所 + + + 開いたまま + + + メニューが開くまでの時間 + + + アイテムがクリックされた場合 + + + カラー ライトモードとダークモード + + + デフォルトのダークモード + + + デフォルトの照明モード + + + バックグラウンド + + + 開いたフォルダ + + + 開いたフォルダの境界 + + + 検索フィールド + + + 選択したアイテム + + + 選択したアイテムの境界 + + + 題名 + + + 色を変更するには、HTML カラー コードを貼り付けるか、フィールドをダブルクリックします。 + + + 相対フォルダに変更 + + + 構成をアセンブリの場所に保存します + + + USB + + + 集合場所を開く + + + ピクセルの最大メニュー高さ + + \ No newline at end of file diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index cdcd0e5..d9e39d1 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -156,6 +156,11 @@ lang.zh-CN.resx True True + + + lang.ja-JP.resx + True + True True diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index 3eb4863..aa58a4b 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -132,6 +132,7 @@ namespace SystemTrayMenu.UserInterface new Language() { Name = "Nederlands", Value = "nl" }, new Language() { Name = "Português (Brasil)", Value = "pt-BR" }, new Language() { Name = "中文(简体)", Value = "zh-CN" }, + new Language() { Name = "日本語", Value = "ja" }, // new Language() { Name = "русский", Value = "ru" }, };