| 
1 | 1 | <?xml version="1.0"?>  | 
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 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>  | 
5 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Close Command Prompt after pressing any key</system:String>  | 
6 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Press any key to close this window...</system:String>  | 
7 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>  | 
8 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>  | 
9 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Use Windows Terminal</system:String>  | 
10 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>  | 
11 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>  | 
12 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher</system:String>  | 
13 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>  | 
 | 4 | +    <system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Win+Rを置き換え</system:String>  | 
 | 5 | +    <system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">任意のキーを押して、実行後のコマンドプロンプトを閉じる</system:String>  | 
 | 6 | +    <system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">このウィンドウを閉じるには、任意のキーを押してください…</system:String>  | 
 | 7 | +    <system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">コマンド実行後にコマンドプロンプトを閉じない</system:String>  | 
 | 8 | +    <system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">常に管理者として実行</system:String>  | 
 | 9 | +    <system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Windows ターミナルを使用する</system:String>  | 
 | 10 | +    <system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">別のユーザーとして実行</system:String>  | 
 | 11 | +    <system:String x:Key="flowlauncher_plugin_cmd_plugin_name">シェル</system:String>  | 
 | 12 | +    <system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Flow Launcherからシステムコマンドを実行できます</system:String>  | 
 | 13 | +    <system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">このコマンドは {0} 回実行されました</system:String>  | 
14 | 14 |     <system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>  | 
15 | 15 |     <system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">管理者として実行</system:String>  | 
16 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>  | 
17 |  | -    <system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>  | 
 | 16 | +    <system:String x:Key="flowlauncher_plugin_cmd_copy">コマンドをコピー</system:String>  | 
 | 17 | +    <system:String x:Key="flowlauncher_plugin_cmd_history">コマンド履歴に表示されるコマンドの最大数:</system:String>  | 
18 | 18 |     <system:String x:Key="flowlauncher_plugin_cmd_command_not_found">Command not found: {0}</system:String>  | 
19 | 19 |     <system:String x:Key="flowlauncher_plugin_cmd_error_running_command">Error running the command: {0}</system:String>  | 
20 | 20 | </ResourceDictionary>  | 
0 commit comments