Skip to content

Commit 85f956e

Browse files
committed
New translations en.xaml (Chinese Simplified)
[ci skip]
1 parent 9e94788 commit 85f956e

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +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>
34+
<system:String x:Key="plugin_explorer_previewpanel_display_file_age_checkbox">文件时间</system:String>
3535
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">显示文件信息</system:String>
3636
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">日期和时间格式</system:String>
3737
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
@@ -81,8 +81,8 @@
8181
<!-- Context menu items -->
8282
<system:String x:Key="plugin_explorer_copypath">复制路径</system:String>
8383
<system:String x:Key="plugin_explorer_copypath_subtitle">复制当前结果的路径到剪贴板</system:String>
84-
<system:String x:Key="plugin_explorer_copyname">Copy name</system:String>
85-
<system:String x:Key="plugin_explorer_copyname_subtitle">Copy name of current item to clipboard</system:String>
84+
<system:String x:Key="plugin_explorer_copyname">复制名称</system:String>
85+
<system:String x:Key="plugin_explorer_copyname_subtitle">复制当前文件的名称到剪贴板</system:String>
8686
<system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String>
8787
<system:String x:Key="plugin_explorer_copyfile_subtitle">复制当前文件到剪贴板</system:String>
8888
<system:String x:Key="plugin_explorer_copyfolder_subtitle">复制当前文件夹到剪贴板</system:String>
@@ -167,10 +167,10 @@
167167
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">您可以在下面指定要从上下文菜单中排除的项目,它们可以是部分的(例如“pen wit”)或完整的(“打开方式”)。</system:String>
168168

169169
<!-- 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>
170+
<system:String x:Key="Today">今天</system:String>
171+
<system:String x:Key="DaysAgo">{0}天前</system:String>
172+
<system:String x:Key="OneMonthAgo">1个月前</system:String>
173+
<system:String x:Key="MonthsAgo">{0}个月前</system:String>
174+
<system:String x:Key="OneYearAgo">1年前</system:String>
175+
<system:String x:Key="YearsAgo">{0}年前</system:String>
176176
</ResourceDictionary>

0 commit comments

Comments
 (0)