|
31 | 31 | <system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">大小</system:String> |
32 | 32 | <system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">创建日期</system:String> |
33 | 33 | <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> |
35 | 35 | <system:String x:Key="plugin_explorer_previewpanel_file_info_label">显示文件信息</system:String> |
36 | 36 | <system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">日期和时间格式</system:String> |
37 | 37 | <system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String> |
|
81 | 81 | <!-- Context menu items --> |
82 | 82 | <system:String x:Key="plugin_explorer_copypath">复制路径</system:String> |
83 | 83 | <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> |
86 | 86 | <system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String> |
87 | 87 | <system:String x:Key="plugin_explorer_copyfile_subtitle">复制当前文件到剪贴板</system:String> |
88 | 88 | <system:String x:Key="plugin_explorer_copyfolder_subtitle">复制当前文件夹到剪贴板</system:String> |
|
167 | 167 | <system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">您可以在下面指定要从上下文菜单中排除的项目,它们可以是部分的(例如“pen wit”)或完整的(“打开方式”)。</system:String> |
168 | 168 |
|
169 | 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> |
| 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> |
176 | 176 | </ResourceDictionary> |
0 commit comments