mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-30 14:07:42 +00:00
[Settings][AdvPaste]Add localization support for 'Configure OpenAI Key' (#33140)
* [Settings][AdvPaste]Add localization support * XAML format
This commit is contained in:
@@ -167,7 +167,7 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
||||||
<StackPanel Grid.Row="2" Orientation="Vertical">
|
<StackPanel Grid.Row="2" Orientation="Vertical">
|
||||||
<TextBlock FontWeight="SemiBold" Text="Configure OpenAI key" />
|
<TextBlock x:Uid="AdvancedPaste_EnableAIDialog_ConfigureOpenAIKey" FontWeight="SemiBold" />
|
||||||
<TextBlock Grid.Row="2" TextWrapping="Wrap">
|
<TextBlock Grid.Row="2" TextWrapping="Wrap">
|
||||||
<Run x:Uid="AdvancedPaste_EnableAIDialog_LoginIntoText" />
|
<Run x:Uid="AdvancedPaste_EnableAIDialog_LoginIntoText" />
|
||||||
<Hyperlink NavigateUri="https://platform.openai.com/api-keys">
|
<Hyperlink NavigateUri="https://platform.openai.com/api-keys">
|
||||||
|
@@ -4159,6 +4159,9 @@ Activate by holding the key for the character you want to add an accent to, then
|
|||||||
<data name="AdvancedPaste_EnableAIDialog_LoginIntoText.Text" xml:space="preserve">
|
<data name="AdvancedPaste_EnableAIDialog_LoginIntoText.Text" xml:space="preserve">
|
||||||
<value>• Login into your</value>
|
<value>• Login into your</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="AdvancedPaste_EnableAIDialog_ConfigureOpenAIKey.Text" xml:space="preserve">
|
||||||
|
<value>Configure OpenAI key</value>
|
||||||
|
</data>
|
||||||
<data name="AdvancedPaste_EnableAIDialog_OpenAIApiKeysOverviewText.Text" xml:space="preserve">
|
<data name="AdvancedPaste_EnableAIDialog_OpenAIApiKeysOverviewText.Text" xml:space="preserve">
|
||||||
<value>OpenAI API keys overview</value>
|
<value>OpenAI API keys overview</value>
|
||||||
</data>
|
</data>
|
||||||
|
Reference in New Issue
Block a user