You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T1907446663"] ="Select the language for the app."
2082
2082
2083
+
-- When enabled, additional administration options become visible. These options are intended for IT staff to manage organization-wide configuration, e.g. configuring and exporting providers for an entire organization.
2084
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T2013281167"] ="When enabled, additional administration options become visible. These options are intended for IT staff to manage organization-wide configuration, e.g. configuring and exporting providers for an entire organization."
2085
+
2083
2086
-- The global keyboard shortcut for toggling voice recording. This shortcut works system-wide, even when the app is not focused.
2084
2087
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T2143741496"] ="The global keyboard shortcut for toggling voice recording. This shortcut works system-wide, even when the app is not focused."
2085
2088
2086
2089
-- Disable dictation and transcription
2087
2090
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T215381891"] ="Disable dictation and transcription"
-- Generate a 256-bit encryption secret for encrypting API keys in configuration plugins. Deploy this secret to client machines via Group Policy (Windows Registry) or environment variables. Providers can then be exported with encrypted API keys using the export buttons in the provider settings.
2117
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T362833"] ="Generate a 256-bit encryption secret for encrypting API keys in configuration plugins. Deploy this secret to client machines via Group Policy (Windows Registry) or environment variables. Providers can then be exported with encrypted API keys using the export buttons in the provider settings."
2118
+
2107
2119
-- When enabled, streamed content from the AI is updated once every third second. When disabled, streamed content will be updated as soon as it is available.
2108
2120
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T3652888444"] ="When enabled, streamed content from the AI is updated once every third second. When disabled, streamed content will be updated as soon as it is available."
-- Would you like to set one provider as the default for the entire app? When you configure a different provider for an assistant, it will always take precedence.
2141
2159
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T844514734"] ="Would you like to set one provider as the default for the entire app? When you configure a different provider for an assistant, it will always take precedence."
2142
2160
2161
+
-- Generate an encryption secret and copy it to the clipboard
2162
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T922066419"] ="Generate an encryption secret and copy it to the clipboard"
2163
+
2164
+
-- Administration settings are not visible
2165
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELAPP::T929143445"] ="Administration settings are not visible"
-- Cannot export the encrypted API key: No enterprise encryption secret is configured.
2228
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELPROVIDERBASE::T1832230847"] ="Cannot export the encrypted API key: No enterprise encryption secret is configured."
2229
+
2230
+
-- This provider has an API key configured. Do you want to include the encrypted API key in the export? Note: The recipient will need the same encryption secret to use the API key.
2231
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELPROVIDERBASE::T3368145670"] ="This provider has an API key configured. Do you want to include the encrypted API key in the export? Note: The recipient will need the same encryption secret to use the API key."
2232
+
2233
+
-- Export API Key?
2234
+
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::SETTINGS::SETTINGSPANELPROVIDERBASE::T4010580285"] ="Export API Key?"
UI_TEXT_CONTENT["AISTUDIO::COMPONENTS::TEXTINFOLINE::T2206391442"] ="Copy {0} to the clipboard"
2361
2403
@@ -5017,6 +5059,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1420062548"] = "Database version
5017
5059
-- This library is used to extend the MudBlazor library. It provides additional components that are not part of the MudBlazor library.
5018
5060
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1421513382"] ="This library is used to extend the MudBlazor library. It provides additional components that are not part of the MudBlazor library."
5019
5061
5062
+
-- Encryption secret: is not configured
5063
+
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1560776885"] ="Encryption secret: is not configured"
5064
+
5020
5065
-- Qdrant is a vector database and vector similarity search engine. We use it to realize local RAG—retrieval-augmented generation—within AI Studio. Thanks for the effort and great work that has been and is being put into Qdrant.
5021
5066
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1619832053"] ="Qdrant is a vector database and vector similarity search engine. We use it to realize local RAG—retrieval-augmented generation—within AI Studio. Thanks for the effort and great work that has been and is being put into Qdrant."
5022
5067
@@ -5053,6 +5098,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1915240766"] = "In order to use
5053
5098
-- This library is used to convert HTML to Markdown. This is necessary, e.g., when you provide a URL as input for an assistant.
5054
5099
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1924365263"] ="This library is used to convert HTML to Markdown. This is necessary, e.g., when you provide a URL as input for an assistant."
5055
5100
5101
+
-- Encryption secret: is configured
5102
+
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1931141322"] ="Encryption secret: is configured"
5103
+
5056
5104
-- We use Rocket to implement the runtime API. This is necessary because the runtime must be able to communicate with the user interface (IPC). Rocket is a great framework for implementing web APIs in Rust.
5057
5105
UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T1943216839"] ="We use Rocket to implement the runtime API. This is necessary because the runtime must be able to communicate with the user interface (IPC). Rocket is a great framework for implementing web APIs in Rust."
<ConfigurationOptionOptionDescription="@T("Showadministrationsettings?")"LabelOn="@T("Administrationsettingsarevisible")"LabelOff="@T("Administrationsettingsarenotvisible")"State="@(() => this.SettingsManager.ConfigurationData.App.ShowAdminSettings)"StateUpdate="@(updatedState => this.SettingsManager.ConfigurationData.App.ShowAdminSettings = updatedState)"OptionHelp="@T("Whenenabled,additionaladministrationoptionsbecomevisible.TheseoptionsareintendedforITstafftomanageorganization-wideconfiguration,e.g.configuringandexportingprovidersforanentireorganization.")"IsLocked="() => ManagedConfiguration.TryGet(x => x.App, x => x.ShowAdminSettings, out var meta) && meta.IsLocked"/>
20
21
<ConfigurationSelectOptionDescription="@T("Previewfeaturevisibility")"SelectedValue="@(() => this.SettingsManager.ConfigurationData.App.PreviewVisibility)"Data="@ConfigurationSelectDataFactory.GetPreviewVisibility()"SelectionUpdate="@this.UpdatePreviewFeatures"OptionHelp="@T("Doyouwanttoshowpreviewfeaturesintheapp?")"IsLocked="() => ManagedConfiguration.TryGet(x => x.App, x => x.PreviewVisibility, out var meta) && meta.IsLocked"/>
@T("Generate a 256-bit encryption secret for encrypting API keys in configuration plugins. Deploy this secret to client machines via Group Policy (Windows Registry) or environment variables. Providers can then be exported with encrypted API keys using the export buttons in the provider settings.")
0 commit comments