mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Add keyboard shortcut in tooltip for context menu items (#4702)
* Folder plugin - copy path * indexer plugin - localized * removed program plugin reference as it was not needed * program plugin localized * shell plugin localized * removed extra semi colon * Added loc files in other languages as well for indexer
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">Bereitstellung der Kommandozeile in Wox. Befehle müssem mit > starten</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">Dieser Befehl wurde {0} mal ausgeführt</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">Führe Befehle mittels Kommandozeile aus</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Als Administrator ausführen</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Als Administrator ausführen (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
@@ -10,5 +10,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">Allows to execute system commands from Wox. Commands should start with ></system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Run As Administrator (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
@@ -8,5 +8,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">Pozwala wykonywać komend wiersza polecania z Woxa. Polecania zaczynają się od ></system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">to polecenie zostało wykonane {0} razy</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">wykonaj to polecenie w wierszu poleceń</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Uruchom jako administrator</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Uruchom jako administrator (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
@@ -8,5 +8,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">Wox üzerinden komut istemini kullanmanızı sağlar. Komutlar > işareti ile başlamalıdır.</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">Bu komut {0} kez çalıştırıldı</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">Komut isteminde çalıştır</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Yönetici Olarak Çalıştır</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Yönetici Olarak Çalıştır (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
@@ -8,5 +8,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">提供从Wox中执行命令行的能力,命令应该以>开头</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">此命令已经被执行了 {0} 次</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">执行此命令</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">以管理员身份运行</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">以管理员身份运行 (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
@@ -8,5 +8,5 @@
|
||||
<system:String x:Key="wox_plugin_cmd_plugin_description">提供從 Wox 中執行命令提示字元的功能,指令應該以>開頭</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">此指令已執行了 {0} 次</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">執行指令</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">以系統管理員身分執行</system:String>
|
||||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">以系統管理員身分執行 (Ctrl+Shift+Enter)</system:String>
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user