Merge branch 'feature_rene_18_ai'
# Conflicts: # BeWo/View/Controls/AI/AiPromptbausteinButton.xaml.cs # Service/ServiceImplementations/Enhanced/StatusServiceImp.cs
This commit is contained in:
@@ -37,8 +37,6 @@ namespace BS.Shared.Core
|
||||
public static Dictionary<Enum, string> Gkv2Translation;
|
||||
public static Dictionary<Enum, string> VgaType2Translation;
|
||||
|
||||
public static Dictionary<Enum, string> Ai2Translation;
|
||||
|
||||
public static Dictionary<ValueListEntryType, String> ValueListEntryType2Header;
|
||||
|
||||
public static Dictionary<ValueListEntryType, String> ValueListEntryTypeTranslations;
|
||||
@@ -72,7 +70,6 @@ namespace BS.Shared.Core
|
||||
TempTranslations = new List<Dictionary<Enum, string>>()
|
||||
{
|
||||
(Gkv2Translation = GetGkvTranslation()),
|
||||
(Ai2Translation = GetAiTranslations()),
|
||||
(VgaType2Translation = GetVgaTypeTranslation())
|
||||
};
|
||||
|
||||
@@ -1177,19 +1174,6 @@ namespace BS.Shared.Core
|
||||
{ GkvVerfahrensstufe.Echt, "Echt" }
|
||||
};
|
||||
|
||||
private static Dictionary<Enum, string> GetAiTranslations() => new Dictionary<Enum, string>
|
||||
{
|
||||
{ AiContextType.SupportConceptNavigation, "Hilfeplan Navigation" },
|
||||
{ AiContextType.CustomerNavigation, "Klienten Navigation" },
|
||||
{ AiContextType.PersonNavigation, "Personen Navigation" },
|
||||
{ AiContextType.EmployeeNavigation, "Mitarbeiter Navigation" },
|
||||
{ AiContextType.OrganisationNavigation, "Organisationen Navigation" },
|
||||
{ AiContextType.ServiceRecord, "Zeiterfassung" },
|
||||
{ AiContextType.CustomerDetail, "Klienten Ansicht" },
|
||||
{ AiContextType.EmployeeDetail, "Personen Ansicht" },
|
||||
{ AiContextType.PersonDetail, "Mitarbeiter Ansicht" }
|
||||
};
|
||||
|
||||
private static Dictionary<Enum, string> GetVgaTypeTranslation() => new Dictionary<Enum, string>
|
||||
{
|
||||
{ VgaTypeEnum.Vga, Translator.Translate("VgA") },
|
||||
|
||||
Reference in New Issue
Block a user