Flow.Launcher/Plugins/Flow.Launcher.Plugin.Shell/Languages/ja.xaml
2025-09-21 14:36:35 +03:00

20 lines
2.3 KiB
XML

<?xml version="1.0"?>
<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">
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Win+Rを置き換え</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">任意のキーを押して、実行後のコマンドプロンプトを閉じる</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">このウィンドウを閉じるには、任意のキーを押してください…</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">コマンド実行後にコマンドプロンプトを閉じない</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">常に管理者として実行</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Windows ターミナルを使用する</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">別のユーザーとして実行</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">シェル</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Flow Launcherからシステムコマンドを実行できます</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">このコマンドは {0} 回実行されました</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">コマンドシェル経由でコマンドを実行する</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">管理者として実行</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_copy">コマンドをコピー</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_history">コマンド履歴に表示されるコマンドの最大数:</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_command_not_found">コマンドが見つかりません: {0}</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_error_running_command">コマンド実行中にエラーが発生しました: {0}</system:String>
</ResourceDictionary>