Skip to content

Commit 20027d0

Browse files
committed
New translations en.xaml (Russian)
[ci skip]
1 parent 8b32cea commit 20027d0

File tree

1 file changed

+13
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys/Languages

1 file changed

+13
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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
<!-- Command List -->
5-
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
5+
<system:String x:Key="flowlauncher_plugin_sys_name">Name</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
7+
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
78

89
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
910
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
@@ -27,6 +28,8 @@
2728
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
2829
<system:String x:Key="flowlauncher_plugin_sys_theme_selector_cmd">Set the Flow Launcher Theme</system:String>
2930

31+
<system:String x:Key="flowlauncher_plugin_sys_edit">Редактировать</system:String>
32+
3033
<!-- Command Descriptions -->
3134
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
3235
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
@@ -59,6 +62,15 @@
5962
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
6063
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
6164

65+
<system:String x:Key="flowlauncher_plugin_sys_command_keyword_setting_window_title">Command Keyword Setting</system:String>
66+
<system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword">Custom Command Keyword</system:String>
67+
<system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword_tip">Enter a keyword to search for command: {0}. This keyword is used to match your query.</system:String>
68+
<system:String x:Key="flowlauncher_plugin_sys_command_keyword">Command Keyword</system:String>
69+
<system:String x:Key="flowlauncher_plugin_sys_reset">Reset</system:String>
70+
<system:String x:Key="flowlauncher_plugin_sys_confirm">Confirm</system:String>
71+
<system:String x:Key="flowlauncher_plugin_sys_cancel">Отменить</system:String>
72+
<system:String x:Key="flowlauncher_plugin_sys_input_command_keyword">Please enter a non-empty command keyword</system:String>
73+
6274
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String>
6375
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String>
6476

0 commit comments

Comments
 (0)