Skip to content

Commit 24babc3

Browse files
committed
New translations en.xaml (Japanese)
[ci skip]
1 parent 479bdc2 commit 24babc3

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33

44
<!-- 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>
66
<system:String x:Key="plugin_explorer_quick_access_link_no_folder_selected">Please select a folder path.</system:String>
77
<system:String x:Key="plugin_explorer_quick_access_link_path_already_exists">Please choose a different name or folder path.</system:String>
88
<system:String x:Key="plugin_explorer_delete_quick_access_link">Are you sure you want to delete this quick access link?</system:String>
@@ -65,7 +65,7 @@
6565
<system:String x:Key="plugin_explorer_file_editor_path">ファイル エディターのパス</system:String>
6666
<system:String x:Key="plugin_explorer_folder_editor_path">フォルダー エディターのパス</system:String>
6767
<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>
6969

7070
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
7171
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
@@ -201,10 +201,10 @@
201201
<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>
202202

203203
<!-- 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>
210210
</ResourceDictionary>

0 commit comments

Comments
 (0)