diff --git a/source/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs b/source/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs
index 40fa3891c..3ba16908e 100644
--- a/source/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs
+++ b/source/Grabacr07.KanColleViewer/Properties/Resources.Designer.cs
@@ -132,6 +132,15 @@ public static string Common_Implement_Oncoming {
}
}
+ ///
+ /// Looks up a localized string similar to 最大.
+ ///
+ public static string Common_Maximum {
+ get {
+ return ResourceManager.GetString("Common_Maximum", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to 最小.
///
@@ -609,6 +618,24 @@ public static string FleetWindow_AirSuperiority {
}
}
+ ///
+ /// Looks up a localized string similar to 全艦載機で、内部熟練度を最大として計算しています。.
+ ///
+ public static string FleetWindow_AirSuperiority_Max_ToolTip {
+ get {
+ return ResourceManager.GetString("FleetWindow_AirSuperiority_Max_ToolTip", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 艦戦のみで、内部熟練度を最小として計算しています。.
+ ///
+ public static string FleetWindow_AirSuperiority_Min_ToolTip {
+ get {
+ return ResourceManager.GetString("FleetWindow_AirSuperiority_Min_ToolTip", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to 平均レベル.
///
@@ -744,6 +771,24 @@ public static string FleetWindow_Status_NotSortied {
}
}
+ ///
+ /// Looks up a localized string similar to 工作艦が旗艦として編成されています.
+ ///
+ public static string FleetWindow_Status_Organisation_AR_Flagship {
+ get {
+ return ResourceManager.GetString("FleetWindow_Status_Organisation_AR_Flagship", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 艦隊編成は正常です.
+ ///
+ public static string FleetWindow_Status_Organisation_Normal {
+ get {
+ return ResourceManager.GetString("FleetWindow_Status_Organisation_Normal", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to 艦隊は補給済みです.
///
diff --git a/source/Grabacr07.KanColleViewer/Properties/Resources.en.resx b/source/Grabacr07.KanColleViewer/Properties/Resources.en.resx
index efe4e5f32..649a8f717 100644
--- a/source/Grabacr07.KanColleViewer/Properties/Resources.en.resx
+++ b/source/Grabacr07.KanColleViewer/Properties/Resources.en.resx
@@ -1435,4 +1435,19 @@ Small Radar LoS × (1.00) + Large Radar LoS × (0.99) +
Damaged
+
+ max
+
+
+ Maximum skill level for all aircraft.
+
+
+ Minimum skill level; AS is only calculated for carrier-based aircraft.
+
+
+ Flagship is a repair ship
+
+
+ Fleet composition OK
+
\ No newline at end of file
diff --git a/source/Grabacr07.KanColleViewer/Properties/Resources.resx b/source/Grabacr07.KanColleViewer/Properties/Resources.resx
index 514b0f785..521f13eae 100644
--- a/source/Grabacr07.KanColleViewer/Properties/Resources.resx
+++ b/source/Grabacr07.KanColleViewer/Properties/Resources.resx
@@ -1439,4 +1439,19 @@ HTTP プロトコルの通信は自動構成も含め「インターネット
損傷あり
+
+ 最大
+
+
+ 全艦載機で、内部熟練度を最大として計算しています。
+
+
+ 艦戦のみで、内部熟練度を最小として計算しています。
+
+
+ 工作艦が旗艦として編成されています
+
+
+ 艦隊編成は正常です
+
\ No newline at end of file
diff --git a/source/Grabacr07.KanColleViewer/Views/Catalogs/ShipCatalogWindow.xaml b/source/Grabacr07.KanColleViewer/Views/Catalogs/ShipCatalogWindow.xaml
index 8ae040f9c..689df3a7c 100644
--- a/source/Grabacr07.KanColleViewer/Views/Catalogs/ShipCatalogWindow.xaml
+++ b/source/Grabacr07.KanColleViewer/Views/Catalogs/ShipCatalogWindow.xaml
@@ -425,7 +425,7 @@
IsChecked="{Binding Damaged, Mode=TwoWay}" />
-
+
diff --git a/source/Grabacr07.KanColleViewer/Views/FleetWindow.xaml b/source/Grabacr07.KanColleViewer/Views/FleetWindow.xaml
index 16c7eaade..e2773656f 100644
--- a/source/Grabacr07.KanColleViewer/Views/FleetWindow.xaml
+++ b/source/Grabacr07.KanColleViewer/Views/FleetWindow.xaml
@@ -659,8 +659,7 @@
Margin="1,2">
-
+ Style="{DynamicResource DetailTextElementStyleKey}" />
-
@@ -682,10 +681,9 @@
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
Margin="1,2">
-
-
-
+
+
-
@@ -999,7 +997,7 @@