|
2 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib"> |
3 | 3 |
|
4 | 4 | <!-- Dialogues --> |
5 | | - <system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String> |
| 5 | + <system:String x:Key="plugin_explorer_make_selection_warning">項目を選択してください</system:String> |
6 | 6 | <system:String x:Key="plugin_explorer_quick_access_link_no_folder_selected">Please select a folder path.</system:String> |
7 | 7 | <system:String x:Key="plugin_explorer_quick_access_link_path_already_exists">Please choose a different name or folder path.</system:String> |
8 | 8 | <system:String x:Key="plugin_explorer_delete_quick_access_link">Are you sure you want to delete this quick access link?</system:String> |
|
65 | 65 | <system:String x:Key="plugin_explorer_file_editor_path">ファイル エディターのパス</system:String> |
66 | 66 | <system:String x:Key="plugin_explorer_folder_editor_path">フォルダー エディターのパス</system:String> |
67 | 67 | <system:String x:Key="plugin_explorer_enabled">Enabled</system:String> |
68 | | - <system:String x:Key="plugin_explorer_disabled">Disabled</system:String> |
| 68 | + <system:String x:Key="plugin_explorer_disabled">無効</system:String> |
69 | 69 |
|
70 | 70 | <system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String> |
71 | 71 | <system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String> |
|
201 | 201 | <system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String> |
202 | 202 |
|
203 | 203 | <!-- Preview Info --> |
204 | | - <system:String x:Key="Today">Today</system:String> |
205 | | - <system:String x:Key="DaysAgo">{0} days ago</system:String> |
206 | | - <system:String x:Key="OneMonthAgo">1 month ago</system:String> |
207 | | - <system:String x:Key="MonthsAgo">{0} months ago</system:String> |
208 | | - <system:String x:Key="OneYearAgo">1 year ago</system:String> |
209 | | - <system:String x:Key="YearsAgo">{0} years ago</system:String> |
| 204 | + <system:String x:Key="Today">今日</system:String> |
| 205 | + <system:String x:Key="DaysAgo">{0} 日前</system:String> |
| 206 | + <system:String x:Key="OneMonthAgo">1 か月前</system:String> |
| 207 | + <system:String x:Key="MonthsAgo">{0} か月前</system:String> |
| 208 | + <system:String x:Key="OneYearAgo">1 年前</system:String> |
| 209 | + <system:String x:Key="YearsAgo">{0} 年前</system:String> |
210 | 210 | </ResourceDictionary> |
0 commit comments