|
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 | <!-- Dialogues --> |
5 | | - <system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String> |
6 | | - <system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded {0}</system:String> |
7 | | - <system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String> |
8 | | - <system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String> |
9 | | - <system:String x:Key="plugin_pluginsmanager_uninstall_prompt_no_restart">{0} by {1} {2}{2}Would you like to uninstall this plugin?</system:String> |
10 | | - <system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String> |
11 | | - <system:String x:Key="plugin_pluginsmanager_install_prompt_no_restart">{0} by {1} {2}{2}Would you like to install this plugin?</system:String> |
12 | | - <system:String x:Key="plugin_pluginsmanager_install_title">Plugin Install</system:String> |
13 | | - <system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String> |
14 | | - <system:String x:Key="plugin_pluginsmanager_install_from_web">Download and install {0}</system:String> |
15 | | - <system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin Uninstall</system:String> |
16 | | - <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_title">Keep plugin settings</system:String> |
17 | | - <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_subtitle">Do you want to keep the settings of the plugin for the next usage?</system:String> |
18 | | - <system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin {0} successfully installed. Restarting Flow, please wait...</system:String> |
19 | | - <system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String> |
20 | | - <system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String> |
21 | | - <system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String> |
22 | | - <system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String> |
23 | | - <system:String x:Key="plugin_pluginsmanager_uninstall_error_title">Error uninstalling plugin</system:String> |
24 | | - <system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String> |
25 | | - <system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String> |
26 | | - <system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String> |
27 | | - <system:String x:Key="plugin_pluginsmanager_update_prompt_no_restart">{0} by {1} {2}{2}Would you like to update this plugin?</system:String> |
28 | | - <system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String> |
29 | | - <system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String> |
30 | | - <system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String> |
31 | | - <system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String> |
32 | | - <system:String x:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String> |
33 | | - <system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String> |
34 | | - <system:String x:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins.</system:String> |
35 | | - <system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String> |
36 | | - <system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} plugins successfully updated. Restarting Flow, please wait...</system:String> |
37 | | - <system:String x:Key="plugin_pluginsmanager_update_success_restart">Plugin {0} successfully updated. Restarting Flow, please wait...</system:String> |
38 | | - <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String> |
39 | | - <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String> |
| 5 | + <system:String x:Key="plugin_pluginsmanager_downloading_plugin">מוריד תוסף</system:String> |
| 6 | + <system:String x:Key="plugin_pluginsmanager_download_success">התוסף {0} הורד בהצלחה</system:String> |
| 7 | + <system:String x:Key="plugin_pluginsmanager_download_error">שגיאה: לא ניתן להוריד את התוסף</system:String> |
| 8 | + <system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} מאת {1} {2}{3}האם ברצונך להסיר תוסף זה? לאחר ההסרה Flow יופעל מחדש באופן אוטומטי.</system:String> |
| 9 | + <system:String x:Key="plugin_pluginsmanager_uninstall_prompt_no_restart">{0} מאת {1} {2}{2}האם ברצונך להסיר תוסף זה?</system:String> |
| 10 | + <system:String x:Key="plugin_pluginsmanager_install_prompt">{0} מאת {1} {2}{3}האם ברצונך להתקין תוסף זה? לאחר ההתקנה Flow יופעל מחדש באופן אוטומטי.</system:String> |
| 11 | + <system:String x:Key="plugin_pluginsmanager_install_prompt_no_restart">{0} מאת {1} {2}{2}האם ברצונך להתקין תוסף זה?</system:String> |
| 12 | + <system:String x:Key="plugin_pluginsmanager_install_title">התקנת תוסף</system:String> |
| 13 | + <system:String x:Key="plugin_pluginsmanager_installing_plugin">מתקין תוסף</system:String> |
| 14 | + <system:String x:Key="plugin_pluginsmanager_install_from_web">הורד והתקן {0}</system:String> |
| 15 | + <system:String x:Key="plugin_pluginsmanager_uninstall_title">הסרת תוסף</system:String> |
| 16 | + <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_title">שמור הגדרות תוסף</system:String> |
| 17 | + <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_subtitle">האם ברצונך לשמור את הגדרות התוסף לשימוש הבא?</system:String> |
| 18 | + <system:String x:Key="plugin_pluginsmanager_install_success_restart">התוסף {0} הותקן בהצלחה. מבצע הפעלה מחדש של Flow, אנא המתן...</system:String> |
| 19 | + <system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">לא נמצא קובץ metadata בשם plugin.json מתוך קובץ ה-ZIP שחולץ.</system:String> |
| 20 | + <system:String x:Key="plugin_pluginsmanager_install_error_duplicate">שגיאה: תוסף בעל גרסה זהה או מתקדמת יותר של {0} כבר קיים.</system:String> |
| 21 | + <system:String x:Key="plugin_pluginsmanager_install_error_title">שגיאה בהתקנת תוסף</system:String> |
| 22 | + <system:String x:Key="plugin_pluginsmanager_install_error_subtitle">אירעה שגיאה בעת ניסיון להתקין את {0}</system:String> |
| 23 | + <system:String x:Key="plugin_pluginsmanager_uninstall_error_title">שגיאה בהסרת תוסף</system:String> |
| 24 | + <system:String x:Key="plugin_pluginsmanager_update_noresult_title">אין עדכון זמין</system:String> |
| 25 | + <system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">כל התוספים מעודכנים לגרסה האחרונה</system:String> |
| 26 | + <system:String x:Key="plugin_pluginsmanager_update_prompt">{0} מאת {1} {2}{3}האם ברצונך לעדכן תוסף זה? לאחר העדכון Flow יופעל מחדש באופן אוטומטי.</system:String> |
| 27 | + <system:String x:Key="plugin_pluginsmanager_update_prompt_no_restart">{0} מאת {1} {2}{2}האם ברצונך לעדכן תוסף זה?</system:String> |
| 28 | + <system:String x:Key="plugin_pluginsmanager_update_title">עדכון תוסף</system:String> |
| 29 | + <system:String x:Key="plugin_pluginsmanager_update_alreadyexists">תוסף זה כבר מותקן</system:String> |
| 30 | + <system:String x:Key="plugin_pluginsmanager_update_failed_title">הורדת קובץ המניפסט של התוסף נכשלה</system:String> |
| 31 | + <system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">אנא בדוק אם יש לך גישה ל-github.com. שגיאה זו עשויה למנוע ממך להתקין או לעדכן תוספים.</system:String> |
| 32 | + <system:String x:Key="plugin_pluginsmanager_update_all_title">עדכן את כל התוספים</system:String> |
| 33 | + <system:String x:Key="plugin_pluginsmanager_update_all_subtitle">האם ברצונך לעדכן את כל התוספים?</system:String> |
| 34 | + <system:String x:Key="plugin_pluginsmanager_update_all_prompt">האם ברצונך לעדכן {0} תוספים?{1}Flow Launcher יופעל מחדש לאחר עדכון כל התוספים.</system:String> |
| 35 | + <system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">האם ברצונך לעדכן {0} תוספים?</system:String> |
| 36 | + <system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} תוספים עודכנו בהצלחה. מבצע הפעלה מחדש של Flow, אנא המתן...</system:String> |
| 37 | + <system:String x:Key="plugin_pluginsmanager_update_success_restart">התוסף {0} עודכן בהצלחה. מבצע הפעלה מחדש של Flow, אנא המתן...</system:String> |
| 38 | + <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">מתקין ממקור לא ידוע</system:String> |
| 39 | + <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">אתה מתקין תוסף זה ממקור לא ידוע והוא עשוי להכיל סיכונים פוטנציאליים!{0}{0}אנא ודא שאתה מבין מאין מגיע תוסף זה ושהוא בטוח.{0}{0}האם ברצונך להמשיך בכל זאת?{0}{0}(תוכל לכבות אזהרה זו דרך ההגדרות)</system:String> |
40 | 40 |
|
41 | | - <system:String x:Key="plugin_pluginsmanager_install_success_no_restart">Plugin {0} successfully installed. Please restart Flow.</system:String> |
42 | | - <system:String x:Key="plugin_pluginsmanager_uninstall_success_no_restart">Plugin {0} successfully uninstalled. Please restart Flow.</system:String> |
43 | | - <system:String x:Key="plugin_pluginsmanager_update_success_no_restart">Plugin {0} successfully updated. Please restart Flow.</system:String> |
44 | | - <system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} plugins successfully updated. Please restart Flow.</system:String> |
45 | | - <system:String x:Key="plugin_pluginsmanager_plugin_modified_error">Plugin {0} has already been modified. Please restart Flow before making any further changes.</system:String> |
| 41 | + <system:String x:Key="plugin_pluginsmanager_install_success_no_restart">התוסף {0} הותקן בהצלחה. נא הפעל מחדש את Flow.</system:String> |
| 42 | + <system:String x:Key="plugin_pluginsmanager_uninstall_success_no_restart">התוסף {0} הוסר בהצלחה. נא הפעל מחדש את Flow.</system:String> |
| 43 | + <system:String x:Key="plugin_pluginsmanager_update_success_no_restart">התוסף {0} עודכן בהצלחה. נא הפעל מחדש את Flow.</system:String> |
| 44 | + <system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} תוספים עודכנו בהצלחה. נא הפעל מחדש את Flow.</system:String> |
| 45 | + <system:String x:Key="plugin_pluginsmanager_plugin_modified_error">התוסף {0} כבר השתנה. נא הפעל מחדש את Flow לפני ביצוע שינויים נוספים.</system:String> |
46 | 46 |
|
47 | 47 | <!-- Plugin Infos --> |
48 | | - <system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String> |
49 | | - <system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String> |
50 | | - <system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String> |
| 48 | + <system:String x:Key="plugin_pluginsmanager_plugin_name">מנהל תוספים</system:String> |
| 49 | + <system:String x:Key="plugin_pluginsmanager_plugin_description">ניהול התקנה, הסרה או עדכון של תוספים עבור Flow Launcher</system:String> |
| 50 | + <system:String x:Key="plugin_pluginsmanager_unknown_author">מחבר לא ידוע</system:String> |
51 | 51 |
|
52 | 52 | <!-- Context menu items --> |
53 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String> |
54 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String> |
55 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String> |
56 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String> |
57 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String> |
58 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String> |
59 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String> |
60 | | - <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String> |
| 53 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">פתח אתר</system:String> |
| 54 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">בקר באתר של התוסף</system:String> |
| 55 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">צפה בקוד המקור</system:String> |
| 56 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">צפה בקוד המקור של התוסף</system:String> |
| 57 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">הצע שיפור או דווח על בעיה</system:String> |
| 58 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">הצע שיפור או דווח על בעיה למפתח התוסף</system:String> |
| 59 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">עבור למאגר התוספים של Flow</system:String> |
| 60 | + <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">בקר במאגר PluginsManifest כדי לראות תוספים שהוגשו על ידי הקהילה</system:String> |
61 | 61 |
|
62 | 62 | <!-- Settings menu items --> |
63 | | - <system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String> |
64 | | - <system:String x:Key="plugin_pluginsmanager_plugin_settings_auto_restart">Automatically restart Flow Launcher after installing/uninstalling/updating plugins</system:String> |
| 63 | + <system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">אזהרה בעת התקנה ממקור לא ידוע</system:String> |
| 64 | + <system:String x:Key="plugin_pluginsmanager_plugin_settings_auto_restart">הפעל מחדש את Flow Launcher באופן אוטומטי לאחר התקנה/הסרה/עדכון של תוספים</system:String> |
65 | 65 | </ResourceDictionary> |
0 commit comments