feat: update i18n.

This commit is contained in:
rabbitism
2024-04-28 18:29:01 +08:00
parent af63bdee11
commit d79f6a82e8
3 changed files with 8 additions and 4 deletions

View File

@@ -117,14 +117,14 @@
Margin="0,16"
HorizontalAlignment="Center"
FontWeight="Bold"
Text="Start Time" />
Text="{DynamicResource STRING_DATE_TIME_START_TIME}" />
<TextBlock
Grid.Row="0"
Grid.Column="2"
Margin="0,16"
HorizontalAlignment="Center"
FontWeight="Bold"
Text="End Time" />
Text="{DynamicResource STRING_DATE_TIME_END_TIME}" />
<Rectangle
Grid.Row="1"
Grid.Column="0"