[GUI] Add missing translation for button in device list view.

This commit is contained in:
2025-11-20 21:08:56 +00:00
parent 58ef5febeb
commit 0a37bbc4fc
4 changed files with 13 additions and 1 deletions

View File

@@ -129,7 +129,7 @@
HorizontalAlignment="Right"
Spacing="8">
<Button Command="{Binding OpenDeviceCommand}">
<TextBlock Text="Open device" />
<TextBlock Text="{x:Static localization:UI.Title_Open_device}" />
</Button>
</StackPanel>
</Grid>

View File

@@ -6567,5 +6567,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Title_Chart", resourceCulture);
}
}
public static string Title_Open_device {
get {
return ResourceManager.GetString("Title_Open_device", resourceCulture);
}
}
}
}

View File

@@ -3284,4 +3284,7 @@ Probadores:
<data name="Title_Chart" xml:space="preserve">
<value>Gráfica</value>
</data>
<data name="Title_Open_device" xml:space="preserve">
<value>Abrir dispositivo</value>
</data>
</root>

View File

@@ -3359,4 +3359,7 @@ Do you want to continue?</value>
<data name="Title_Chart" xml:space="preserve">
<value>Chart</value>
</data>
<data name="Title_Open_device" xml:space="preserve">
<value>Open device</value>
</data>
</root>