|
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 | 4 | <!-- Command List --> |
5 | | - <system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String> |
6 | | - <system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_sys_command">פקודה</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_sys_desc">תיאור</system:String> |
7 | 7 |
|
8 | | - <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String> |
9 | | - <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String> |
10 | | - <system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String> |
11 | | - <system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String> |
12 | | - <system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String> |
13 | | - <system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String> |
14 | | - <system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String> |
15 | | - <system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String> |
16 | | - <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String> |
17 | | - <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String> |
| 8 | + <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">כיבוי</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">הפעלה מחדש</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">הפעלה מחדש עם אפשרויות מתקדמות</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">התנתקות</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_sys_lock_cmd">נעילה</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">שינה</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">מצב שינה</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">אפשרויות אינדוקס</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">רוקן את סל המיחזור</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">פתח את סל המיחזור</system:String> |
18 | 18 | <system:String x:Key="flowlauncher_plugin_sys_exit_cmd">יציאה</system:String> |
19 | | - <system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String> |
20 | | - <system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher</system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">שמור הגדרות</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_sys_restart_cmd">הפעל מחדש את Flow Launcher</system:String> |
21 | 21 | <system:String x:Key="flowlauncher_plugin_sys_setting_cmd">הגדרות</system:String> |
22 | 22 | <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">טען מחדש נתוני תוסף</system:String> |
23 | | - <system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String> |
24 | | - <system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String> |
25 | | - <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String> |
26 | | - <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String> |
27 | | - <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String> |
| 23 | + <system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">בדוק עדכונים</system:String> |
| 24 | + <system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">פתח מיקום קובצי היומן</system:String> |
| 25 | + <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">מדריך Flow Launcher</system:String> |
| 26 | + <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">תיקיית הנתונים של Flow Launcher</system:String> |
| 27 | + <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">מצב משחק</system:String> |
28 | 28 |
|
29 | 29 | <!-- Command Descriptions --> |
30 | | - <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String> |
31 | | - <system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String> |
32 | | - <system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String> |
33 | | - <system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String> |
34 | | - <system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String> |
35 | | - <system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String> |
36 | | - <system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String> |
37 | | - <system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String> |
38 | | - <system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String> |
39 | | - <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String> |
40 | | - <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String> |
41 | | - <system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String> |
42 | | - <system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String> |
43 | | - <system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String> |
44 | | - <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String> |
45 | | - <system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String> |
46 | | - <system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String> |
47 | | - <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String> |
48 | | - <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String> |
49 | | - <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">Toggle Game Mode</system:String> |
| 30 | + <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">כבה את המחשב</system:String> |
| 31 | + <system:String x:Key="flowlauncher_plugin_sys_restart_computer">הפעל מחדש את המחשב</system:String> |
| 32 | + <system:String x:Key="flowlauncher_plugin_sys_restart_advanced">הפעל מחדש את המחשב עם אפשרויות מתקדמות עבור מצב בטוח, ניפוי באגים ואפשרויות נוספות</system:String> |
| 33 | + <system:String x:Key="flowlauncher_plugin_sys_log_off">התנתק מהמחשב</system:String> |
| 34 | + <system:String x:Key="flowlauncher_plugin_sys_lock">נעל את המחשב</system:String> |
| 35 | + <system:String x:Key="flowlauncher_plugin_sys_exit">סגור את Flow Launcher</system:String> |
| 36 | + <system:String x:Key="flowlauncher_plugin_sys_restart">הפעל מחדש את Flow Launcher</system:String> |
| 37 | + <system:String x:Key="flowlauncher_plugin_sys_setting">התאם את הגדרות Flow Launcher</system:String> |
| 38 | + <system:String x:Key="flowlauncher_plugin_sys_sleep">העבר את המחשב למצב שינה</system:String> |
| 39 | + <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">רוקן את סל המיחזור</system:String> |
| 40 | + <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">פתח את סל המיחזור</system:String> |
| 41 | + <system:String x:Key="flowlauncher_plugin_sys_indexoption">אפשרויות אינדוקס</system:String> |
| 42 | + <system:String x:Key="flowlauncher_plugin_sys_hibernate">העבר את המחשב למצב שינה</system:String> |
| 43 | + <system:String x:Key="flowlauncher_plugin_sys_save_all_settings">שמור את כל הגדרות Flow Launcher</system:String> |
| 44 | + <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">טען מחדש את נתוני התוספים עם תוכן חדש</system:String> |
| 45 | + <system:String x:Key="flowlauncher_plugin_sys_open_log_location">פתח את מיקום קובצי היומן של Flow Launcher</system:String> |
| 46 | + <system:String x:Key="flowlauncher_plugin_sys_check_for_update">בדוק אם יש עדכון חדש ל-Flow Launcher</system:String> |
| 47 | + <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">עיין במדריך של Flow Launcher לקבלת מידע נוסף וטיפים</system:String> |
| 48 | + <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">פתח את מיקום תיקיית ההגדרות של Flow Launcher</system:String> |
| 49 | + <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">הפעל/כבה מצב משחק</system:String> |
50 | 50 |
|
51 | 51 | <!-- Dialogs --> |
52 | 52 | <system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">הצליח</system:String> |
53 | | - <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String> |
54 | | - <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String> |
55 | | - <system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String> |
56 | | - <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String> |
57 | | - <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> |
58 | | - <system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String> |
| 53 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">כל הגדרות Flow Launcher נשמרו</system:String> |
| 54 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">נתוני כל התוספים הרלוונטיים נטענו מחדש</system:String> |
| 55 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">האם אתה בטוח שברצונך לכבות את המחשב?</system:String> |
| 56 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">האם אתה בטוח שברצונך להפעיל מחדש את המחשב?</system:String> |
| 57 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">האם אתה בטוח שברצונך להפעיל מחדש את המחשב עם אפשרויות אתחול מתקדמות?</system:String> |
| 58 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">האם אתה בטוח שברצונך להתנתק?</system:String> |
59 | 59 |
|
60 | | - <system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String> |
61 | | - <system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String> |
| 60 | + <system:String x:Key="flowlauncher_plugin_sys_plugin_name">פקודות מערכת</system:String> |
| 61 | + <system:String x:Key="flowlauncher_plugin_sys_plugin_description">מספק פקודות הקשורות למערכת, כגון כיבוי, נעילה, הגדרות ועוד.</system:String> |
62 | 62 |
|
63 | 63 | </ResourceDictionary> |
0 commit comments