i18n(ui): English UI labels for weekly report and notes (report body stays German)

This commit is contained in:
mika kuns
2026-06-03 10:44:36 +02:00
parent 2d55f88a41
commit a935bf9664
8 changed files with 28 additions and 28 deletions

View File

@@ -79,19 +79,19 @@
Opacity="0.6" FontSize="12"/>
</StackPanel>
<StackPanel Spacing="4">
<TextBlock Classes="field-label" Text="Bericht: ausgeschlossene Pfade (einer pro Zeile)"/>
<TextBlock Classes="field-label" Text="Report: excluded paths (one per line)"/>
<TextBox AcceptsReturn="True" MinHeight="60" Text="{Binding General.ReportExcludedPaths, Mode=TwoWay}"/>
</StackPanel>
<StackPanel Spacing="4">
<TextBlock Classes="field-label" Text="Standup-Wochentag"/>
<TextBlock Classes="field-label" Text="Standup weekday"/>
<ComboBox SelectedIndex="{Binding General.StandupWeekday, Mode=TwoWay}" HorizontalAlignment="Left">
<ComboBoxItem>Sonntag</ComboBoxItem>
<ComboBoxItem>Montag</ComboBoxItem>
<ComboBoxItem>Dienstag</ComboBoxItem>
<ComboBoxItem>Mittwoch</ComboBoxItem>
<ComboBoxItem>Donnerstag</ComboBoxItem>
<ComboBoxItem>Freitag</ComboBoxItem>
<ComboBoxItem>Samstag</ComboBoxItem>
<ComboBoxItem>Sunday</ComboBoxItem>
<ComboBoxItem>Monday</ComboBoxItem>
<ComboBoxItem>Tuesday</ComboBoxItem>
<ComboBoxItem>Wednesday</ComboBoxItem>
<ComboBoxItem>Thursday</ComboBoxItem>
<ComboBoxItem>Friday</ComboBoxItem>
<ComboBoxItem>Saturday</ComboBoxItem>
</ComboBox>
</StackPanel>
</StackPanel>