diff --git a/NgsPacker/Migrations/20230213144212_InitialCreate.cs b/NgsPacker/Migrations/20230213144212_InitialCreate.cs
index b780767..f7b4b41 100644
--- a/NgsPacker/Migrations/20230213144212_InitialCreate.cs
+++ b/NgsPacker/Migrations/20230213144212_InitialCreate.cs
@@ -2,8 +2,8 @@
namespace NgsPacker.Migrations
{
- using System;
using Microsoft.EntityFrameworkCore.Migrations;
+ using System;
///
public partial class InitialCreate : Migration
diff --git a/NgsPacker/Properties/Resources.Designer.cs b/NgsPacker/Properties/Resources.Designer.cs
index c54ebd5..fbd7a1a 100644
--- a/NgsPacker/Properties/Resources.Designer.cs
+++ b/NgsPacker/Properties/Resources.Designer.cs
@@ -354,13 +354,11 @@ public static string SeparateByGroupCheckBoxText {
}
///
- /// PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation.
- ///
- ///Do not change if you are not sure. に類似しているローカライズされた文字列を検索します。
+ /// PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation. に類似しているローカライズされた文字列を検索します。
///
- public static string SeparateByGroupInformation {
+ public static string SeparateByGroupCheckBoxToolTip {
get {
- return ResourceManager.GetString("SeparateByGroupInformation", resourceCulture);
+ return ResourceManager.GetString("SeparateByGroupCheckBoxToolTip", resourceCulture);
}
}
@@ -536,6 +534,17 @@ public static string VisitText {
}
}
+ ///
+ /// PSO2 game data is divided into Group 1 and Group 2 by extension and file name, and packed as one. Files contained in this form are assigned to Group 1.
+ ///
+ ///Do not change if you are not sure. に類似しているローカライズされた文字列を検索します。
+ ///
+ public static string WhiteListInformation {
+ get {
+ return ResourceManager.GetString("WhiteListInformation", resourceCulture);
+ }
+ }
+
///
/// Files to be classified into group 1 when packed (suffix match/line feed delimiter) に類似しているローカライズされた文字列を検索します。
///
diff --git a/NgsPacker/Properties/Resources.ja-jp.resx b/NgsPacker/Properties/Resources.ja-jp.resx
index eb91302..6c4fe91 100644
--- a/NgsPacker/Properties/Resources.ja-jp.resx
+++ b/NgsPacker/Properties/Resources.ja-jp.resx
@@ -194,10 +194,8 @@
グループによって出力先ディレクトリを分ける
-
- PSO2のデータファイルは、拡張子やファイル名によって2つのグループに別れています。このチェックボックスをチェックすると、アンパック時に「group1」と「group2」というサブディレクトリが作成され、ファイルの所属先によって振り分けられます。
-
-よくわからない場合は変更しないでください。
+
+ PSO2のデータファイルは、拡張子やファイル名によって2つのグループに別れています。このチェックボックスをチェックすると、アンパック時に「group1」と「group2」というサブディレクトリが作成され、ファイルの所属先によって振り分けられます。圧縮
@@ -282,4 +280,9 @@
チェックサムファイルのダウンロード
+
+ PSO2のゲームデータは拡張子やファイル名によってグループ1とグループ2に分けられて一つのパックされています。このフォームに含まれるファイルはグループ1に割り当てられます。
+
+よくわからない場合は変更しないでください。
+
\ No newline at end of file
diff --git a/NgsPacker/Properties/Resources.resx b/NgsPacker/Properties/Resources.resx
index fbfc048..b15bc69 100644
--- a/NgsPacker/Properties/Resources.resx
+++ b/NgsPacker/Properties/Resources.resx
@@ -198,10 +198,8 @@ The authors are not responsible for any damage caused by that. Use it with commo
Separate output directories by group
-
- PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation.
-
-Do not change if you are not sure.
+
+ PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation.Compress
@@ -286,4 +284,9 @@ The file list format is a list of file names from the data directory separated b
Download Checksum File
+
+ PSO2 game data is divided into Group 1 and Group 2 by extension and file name, and packed as one. Files contained in this form are assigned to Group 1.
+
+Do not change if you are not sure.
+
\ No newline at end of file
diff --git a/NgsPacker/Views/SettingsPage.xaml b/NgsPacker/Views/SettingsPage.xaml
index 08b8c64..ab1f82b 100644
--- a/NgsPacker/Views/SettingsPage.xaml
+++ b/NgsPacker/Views/SettingsPage.xaml
@@ -81,7 +81,7 @@