Skip to content

Commit 7fa3576

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

File tree

1 file changed

+7
-7
lines changed
  • Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0"?>
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

4-
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">Process Killer</system:String>
5-
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Kill running processes from Flow Launcher</system:String>
4+
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">プロセスキラー</system:String>
5+
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Flow Launcherから実行中のプロセスを終了します</system:String>
66

7-
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">kill all instances of &quot;{0}&quot;</system:String>
8-
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">kill {0} processes</system:String>
9-
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">kill all instances</system:String>
7+
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">&quot;{0}&quot; のすべてのインスタンスを終了する</system:String>
8+
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">{0} プロセスを終了する</system:String>
9+
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">すべてのインスタンスを終了する</system:String>
1010

11-
<system:String x:Key="flowlauncher_plugin_processkiller_show_window_title">Show title for processes with visible windows</system:String>
12-
<system:String x:Key="flowlauncher_plugin_processkiller_put_visible_window_process_top">Put processes with visible windows on the top</system:String>
11+
<system:String x:Key="flowlauncher_plugin_processkiller_show_window_title">ウィンドウが表示されているプロセスのタイトルを表示する</system:String>
12+
<system:String x:Key="flowlauncher_plugin_processkiller_put_visible_window_process_top">ウィンドウが表示されているプロセスを上に表示する</system:String>
1313

1414
</ResourceDictionary>

0 commit comments

Comments
 (0)