diff --git a/LM-Kit-Maestro/UI/TooltipLabels.cs b/LM-Kit-Maestro/UI/Localization.cs similarity index 78% rename from LM-Kit-Maestro/UI/TooltipLabels.cs rename to LM-Kit-Maestro/UI/Localization.cs index 1c28cda..9d847ef 100644 --- a/LM-Kit-Maestro/UI/TooltipLabels.cs +++ b/LM-Kit-Maestro/UI/Localization.cs @@ -1,7 +1,8 @@ namespace LMKit.Maestro.UI { - internal static class TooltipLabels + internal static class TooltipLabels //todo: rename to Locales. { + //todo: Implement support for multiple languages, including translation management and locale detection. public const string RegenerateResponse = "Regenerate response"; public const string PreviousGeneratedResponse = "Previous generated response"; public const string NextGeneratedResponse = "Next generated response"; @@ -27,5 +28,8 @@ internal static class TooltipLabels public const string ChatModelOptimized = "This model is optimized for conversational tasks"; public const string MathModelOptimized = "This model is optimized for solving mathematical problems"; public const string DeleteLocalModel = "Delete the model file from local storage"; + public const string DisplaySlowPerformingModels = "Display slow-performing models"; + public const string NoModelYetAvailable = "It looks like you don't have any model yet."; + public const string ModelFilesWillAppearHere = "Model files added to your model folder will appear here."; } } \ No newline at end of file diff --git a/LM-Kit-Maestro/UI/Pages/ModelsPage.xaml b/LM-Kit-Maestro/UI/Pages/ModelsPage.xaml index 9c69b69..5f34f21 100644 --- a/LM-Kit-Maestro/UI/Pages/ModelsPage.xaml +++ b/LM-Kit-Maestro/UI/Pages/ModelsPage.xaml @@ -438,7 +438,7 @@ VerticalOptions="Center" HorizontalOptions="Start" />