Skip to content

Commit 4b3c79d

Browse files
committed
New translations en.xaml (Chinese Simplified)
[ci skip]
1 parent 0323b67 commit 4b3c79d

File tree

1 file changed

+9
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer/Languages

1 file changed

+9
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">大小</system:String>
3232
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">创建日期</system:String>
3333
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">修改日期</system:String>
34+
<system:String x:Key="plugin_explorer_previewpanel_display_file_age_checkbox">File Age</system:String>
3435
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">显示文件信息</system:String>
3536
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">日期和时间格式</system:String>
3637
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
@@ -164,4 +165,12 @@
164165
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">显示本机上下文菜单(实验性)</system:String>
165166
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">您可以在下面指定想要包含在上下文菜单中的项目,它们可以是部分的(例如“pen wit”)或完整的(“打开方式”)。</system:String>
166167
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">您可以在下面指定要从上下文菜单中排除的项目,它们可以是部分的(例如“pen wit”)或完整的(“打开方式”)。</system:String>
168+
169+
<!-- Preview Info -->
170+
<system:String x:Key="Today">Today</system:String>
171+
<system:String x:Key="DaysAgo">{0} days ago</system:String>
172+
<system:String x:Key="OneMonthAgo">1 month ago</system:String>
173+
<system:String x:Key="MonthsAgo">{0} months ago</system:String>
174+
<system:String x:Key="OneYearAgo">1 year ago</system:String>
175+
<system:String x:Key="YearsAgo">{0} years ago</system:String>
167176
</ResourceDictionary>

0 commit comments

Comments
 (0)