diff --git a/src/Semi.Avalonia/Controls/DatePicker.axaml b/src/Semi.Avalonia/Controls/DatePicker.axaml
index 515bc26..6420567 100644
--- a/src/Semi.Avalonia/Controls/DatePicker.axaml
+++ b/src/Semi.Avalonia/Controls/DatePicker.axaml
@@ -172,7 +172,7 @@
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontWeight="{TemplateBinding FontWeight}"
- Text="day" />
+ Text="{DynamicResource STRING_DATEPICKER_DAY_TEXT}" />
+ Text="{DynamicResource STRING_DATEPICKER_YEAR_TEXT}" />
-
+
-
+
-
+
-
+
+ FontWeight="{TemplateBinding FontWeight}"
+ Text="{DynamicResource STRING_TIMEPICKER_HOUR_TEXT}" />
+ FontWeight="{TemplateBinding FontWeight}"
+ Text="{DynamicResource STRING_TIMEPICKER_MINUTE_TEXT}" />
+
+ day
+ month
+ year
+
+ hour
+ minute
+
+ Cut
+ Copy
+ Paste
+
File name
Show hidden flies
OK
Cancel
- Cut
- Copy
- Paste
+ Name
+ Date Modified
+ Type
+ Size
\ No newline at end of file
diff --git a/src/Semi.Avalonia/Locale/zh-cn.axaml b/src/Semi.Avalonia/Locale/zh-cn.axaml
index 41968ac..ce37ee9 100644
--- a/src/Semi.Avalonia/Locale/zh-cn.axaml
+++ b/src/Semi.Avalonia/Locale/zh-cn.axaml
@@ -1,10 +1,23 @@
+
+ 日
+ 月
+ 年
+
+ 时
+ 分
+
+ 剪切
+ 复制
+ 粘贴
+
文件名
显示隐藏文件
确认
取消
- 剪切
- 复制
- 粘贴
+ 名称
+ 修改日期
+ 类型
+ 大小
\ No newline at end of file