mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
689 lines
67 KiB
XML
689 lines
67 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">
|
||
<!-- Startup -->
|
||
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
|
||
Flow זיהה שהתקנת את התוסף {0}, אשר דורש את {1} כדי לפעול. האם תרצה להוריד את {1}?
|
||
{2}{2}
|
||
אם זה כבר מותקן, לחץ על 'לא' ותתבקש לבחור את התיקיה המכילה את קובץ ההפעלה {1}
|
||
</system:String>
|
||
<system:String x:Key="runtimePluginChooseRuntimeExecutable">אנא בחר את קובץ ההפעלה {0}</system:String>
|
||
<system:String x:Key="runtimeExecutableInvalidChooseDownload">
|
||
קובץ ההפעלה {0} שבחרת אינו חוקי.
|
||
{2}{2}
|
||
לחץ על כן אם ברצונך, בחר את {0} ההפעלה הקודמת. לחץ על לא אם ברצונך להוריד את {1}
|
||
</system:String>
|
||
<system:String x:Key="runtimePluginUnableToSetExecutablePath">לא ניתן להגדיר נתיב הפעלה {0}, אנא נסה שוב בהגדרות Flow (גלול עד למטה).</system:String>
|
||
<system:String x:Key="failedToInitializePluginsTitle">נכשל בהפעלת תוספים</system:String>
|
||
<system:String x:Key="failedToInitializePluginsMessage">תוספים: {0} - נכשלו בטעינה ויושבתו, אנא צור קשר עם יוצרי התוספים לקבלת עזרה</system:String>
|
||
|
||
<!-- Portable -->
|
||
<system:String x:Key="restartToDisablePortableMode">Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept</system:String>
|
||
<system:String x:Key="restartToEnablePortableMode">Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept</system:String>
|
||
<system:String x:Key="moveToDifferentLocation">Flow Launcher has detected you enabled portable mode, would you like to move it to a different location?</system:String>
|
||
<system:String x:Key="shortcutsUninstallerCreated">Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created</system:String>
|
||
<system:String x:Key="userDataDuplicated">Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred.</system:String>
|
||
|
||
<!-- Plugin Loader -->
|
||
<system:String x:Key="pluginHasErrored">The following plugin has errored and cannot be loaded:</system:String>
|
||
<system:String x:Key="pluginsHaveErrored">The following plugins have errored and cannot be loaded:</system:String>
|
||
<system:String x:Key="referToLogs">Please refer to the logs for more information</system:String>
|
||
|
||
<!-- Http -->
|
||
<system:String x:Key="pleaseTryAgain">Please try again</system:String>
|
||
<system:String x:Key="parseProxyFailed">Unable to parse Http Proxy</system:String>
|
||
|
||
<!-- AbstractPluginEnvironment -->
|
||
<system:String x:Key="failToInstallTypeScriptEnv">Failed to install TypeScript environment. Please try again later</system:String>
|
||
<system:String x:Key="failToInstallPythonEnv">Failed to install Python environment. Please try again later.</system:String>
|
||
|
||
<!-- MainWindow -->
|
||
<system:String x:Key="registerHotkeyFailed">רישום מקש הקיצור "{0}" נכשל. ייתכן שמקש הקיצור נמצא בשימוש על ידי תוכנה אחרת. שנה למקש קיצור אחר, או צא מהתוכנה האחרת.</system:String>
|
||
<system:String x:Key="unregisterHotkeyFailed">ביטול הרישום של מקש קיצור "{0}" נכשל. אנא נסה שוב או עיין ביומן הרישום לפרטים נוספים</system:String>
|
||
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
||
<system:String x:Key="couldnotStartCmd">לא ניתן היה להפעיל את {0}</system:String>
|
||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">פורמט קובץ תוסף Flow Launcher לא חוקי</system:String>
|
||
<system:String x:Key="setAsTopMostInThisQuery">הגדר כגבוה ביותר בשאילתה זו</system:String>
|
||
<system:String x:Key="cancelTopMostInThisQuery">בטל העלאה בשאילתה זו</system:String>
|
||
<system:String x:Key="executeQuery">בצע שאילתה: {0}</system:String>
|
||
<system:String x:Key="lastExecuteTime">זמן ביצוע אחרון: {0}</system:String>
|
||
<system:String x:Key="iconTrayOpen">פתח</system:String>
|
||
<system:String x:Key="iconTraySettings">הגדרות</system:String>
|
||
<system:String x:Key="iconTrayAbout">אודות</system:String>
|
||
<system:String x:Key="iconTrayExit">יציאה</system:String>
|
||
<system:String x:Key="closeWindow">סגור</system:String>
|
||
<system:String x:Key="copy">העתק</system:String>
|
||
<system:String x:Key="cut">גזור</system:String>
|
||
<system:String x:Key="paste">הדבק</system:String>
|
||
<system:String x:Key="undo">בטל</system:String>
|
||
<system:String x:Key="selectAll">בחר הכל</system:String>
|
||
<system:String x:Key="fileTitle">קובץ</system:String>
|
||
<system:String x:Key="folderTitle">תיקייה</system:String>
|
||
<system:String x:Key="textTitle">טקסט</system:String>
|
||
<system:String x:Key="GameMode">מצב משחק</system:String>
|
||
<system:String x:Key="GameModeToolTip">השהה את השימוש במקשי קיצור.</system:String>
|
||
<system:String x:Key="PositionReset">איפוס מיקום</system:String>
|
||
<system:String x:Key="PositionResetToolTip">אפס את מיקום חלון החיפוש</system:String>
|
||
<system:String x:Key="queryTextBoxPlaceholder">הקלד כאן כדי לחפש</system:String>
|
||
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
|
||
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
|
||
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
|
||
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
|
||
|
||
<!-- Setting General -->
|
||
<system:String x:Key="flowlauncher_settings">הגדרות</system:String>
|
||
<system:String x:Key="general">כללי</system:String>
|
||
<system:String x:Key="portableMode">מצב נייד</system:String>
|
||
<system:String x:Key="portableModeToolTIp">אחסן את כל ההגדרות ונתוני המשתמש בתיקייה אחת (שימושי בשימוש עם כוננים נשלפים או שירותי ענן).</system:String>
|
||
<system:String x:Key="startFlowLauncherOnSystemStartup">הפעל את Flow Launcher בעת הפעלת Window</system:String>
|
||
<system:String x:Key="useLogonTaskForStartup">השתמש במשימת כניסה במקום בכניסה בעת האתחול, לחוויית הפעלה מהירה יותר</system:String>
|
||
<system:String x:Key="useLogonTaskForStartupTooltip">לאחר הסרת ההתקנה, עליך להסיר ידנית משימה זו (Flow.Launcher Startup) דרך מתזמן המשימות</system:String>
|
||
<system:String x:Key="setAutoStartFailed">שגיאה בהגדרת ההפעלה בעת הפעלת windows</system:String>
|
||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">הסתר את Flow Launcher כאשר הוא אינו החלון הפעיל</system:String>
|
||
<system:String x:Key="showTaskbarWhenOpened">Show taskbar when Flow Launcher is opened</system:String>
|
||
<system:String x:Key="showTaskbarWhenOpenedToolTip">Temporarily show the taskbar when Flow Launcher is opened, useful for auto-hidden taskbars.</system:String>
|
||
<system:String x:Key="dontPromptUpdateMsg">אל תציג התראות על גרסה חדשה</system:String>
|
||
<system:String x:Key="SearchWindowPosition">מיקום חלון חיפוש</system:String>
|
||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">זכור את המיקום האחרון</system:String>
|
||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||
<system:String x:Key="SearchWindowScreenPrimary">צג ראשי</system:String>
|
||
<system:String x:Key="SearchWindowScreenCustom">צג מותאם אישית</system:String>
|
||
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||
<system:String x:Key="SearchWindowAlignCenter">מרכז</system:String>
|
||
<system:String x:Key="SearchWindowAlignCenterTop">מרכז עליון</system:String>
|
||
<system:String x:Key="SearchWindowAlignLeftTop">שמאל עליון</system:String>
|
||
<system:String x:Key="SearchWindowAlignRightTop">ימין עליון</system:String>
|
||
<system:String x:Key="SearchWindowAlignCustom">מיקום מותאם אישית</system:String>
|
||
<system:String x:Key="language">שפה</system:String>
|
||
<system:String x:Key="lastQueryMode">סגנון שאילתה אחרונה</system:String>
|
||
<system:String x:Key="lastQueryModeToolTip">הצג/הסתר תוצאות קודמות כאשר Flow Launcher מופעל מחדש.</system:String>
|
||
<system:String x:Key="LastQueryPreserved">שמור את השאילתה האחרונה</system:String>
|
||
<system:String x:Key="LastQuerySelected">בחר שאילתא אחרונה</system:String>
|
||
<system:String x:Key="LastQueryEmpty">נקה שאילתא אחרונה</system:String>
|
||
<system:String x:Key="LastQueryActionKeywordPreserved">שמור מילת מפתח לפעולה האחרונה</system:String>
|
||
<system:String x:Key="LastQueryActionKeywordSelected">בחר מילת מפתח לפעולה האחרונה</system:String>
|
||
<system:String x:Key="maxShowResults">כמות תוצאות מרבית</system:String>
|
||
<system:String x:Key="maxShowResultsToolTip">ניתן גם להתאים במהירות באמצעות CTRL+פלוס ו-CTRL+מינוס.</system:String>
|
||
<system:String x:Key="ignoreHotkeysOnFullscreen">התעלם מקיצורי מקשים במצב מסך מלא</system:String>
|
||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">השבת את הפעלת Flow Launcher כאשר יישום מסך מלא פעיל (מומלץ למשחקים).</system:String>
|
||
<system:String x:Key="defaultFileManager">מנהל הקבצים המוגדר כברירת מחדל</system:String>
|
||
<system:String x:Key="defaultFileManagerToolTip">בחר את מנהל הקבצים לשימוש בעת פתיחת תיקיה.</system:String>
|
||
<system:String x:Key="defaultBrowser">דפדפן ברירת מחדל</system:String>
|
||
<system:String x:Key="defaultBrowserToolTip">הגדרה ללשונית חדשה, חלון חדש, מצב פרטי.</system:String>
|
||
<system:String x:Key="pythonFilePath">נתיב Python</system:String>
|
||
<system:String x:Key="nodeFilePath">נתיב Node.js</system:String>
|
||
<system:String x:Key="selectNodeExecutable">בחר את קובץ ההפעלה של Node.js</system:String>
|
||
<system:String x:Key="selectPythonExecutable">בחר את pythonw.exe</system:String>
|
||
<system:String x:Key="typingStartEn">תמיד התחל להקליד במצב אנגלית</system:String>
|
||
<system:String x:Key="typingStartEnTooltip">שנה זמנית את שיטת הקלט שלך למצב אנגלית בעת הפעלת Flow.</system:String>
|
||
<system:String x:Key="autoUpdates">עדכון אוטומטי</system:String>
|
||
<system:String x:Key="autoUpdatesTooltip">Automatically check and update the app when available</system:String>
|
||
<system:String x:Key="select">בחר</system:String>
|
||
<system:String x:Key="hideOnStartup">הסתר את Flow Launcher בהפעלת המחשב</system:String>
|
||
<system:String x:Key="hideOnStartupToolTip">חלון החיפוש של Flow Launcher מוסתר במגש לאחר ההפעלה.</system:String>
|
||
<system:String x:Key="hideNotifyIcon">הסתר אייקון מגש</system:String>
|
||
<system:String x:Key="hideNotifyIconToolTip">כאשר האייקון מוסתר מהמגש, ניתן לפתוח את תפריט ההגדרות על ידי לחיצה ימנית על חלון החיפוש.</system:String>
|
||
<system:String x:Key="querySearchPrecision">דיוק חיפוש שאילתה</system:String>
|
||
<system:String x:Key="querySearchPrecisionToolTip">משנה את ציון ההתאמה המינימלי הנדרש לתוצאות.</system:String>
|
||
<system:String x:Key="SearchPrecisionNone">ללא</system:String>
|
||
<system:String x:Key="SearchPrecisionLow">נמוך</system:String>
|
||
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||
<system:String x:Key="ShouldUsePinyin">חפש באמצעות Pinyin</system:String>
|
||
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search.</system:String>
|
||
<system:String x:Key="ShouldUseDoublePinyin">Use Double Pinyin</system:String>
|
||
<system:String x:Key="ShouldUseDoublePinyinToolTip">Use Double Pinyin instead of Full Pinyin to search.</system:String>
|
||
<system:String x:Key="DoublePinyinSchema">Double Pinyin Schema</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasXiaoHe">Xiao He</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasZiRanMa">Zi Ran Ma</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasWeiRuan">Wei Ruan</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasZhiNengABC">Zhi Neng ABC</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasZiGuangPinYin">Zi Guang Pin Yin</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasPinYinJiaJia">Pin Yin Jia Jia</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasXingKongJianDao">Xing Kong Jian Dao</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasDaNiu">Da Niu</system:String>
|
||
<system:String x:Key="DoublePinyinSchemasXiaoLang">Xiao Lang</system:String>
|
||
|
||
<system:String x:Key="AlwaysPreview">הצג תמיד תצוגה מקדימה</system:String>
|
||
<system:String x:Key="AlwaysPreviewToolTip">פתח תמיד את לוח התצוגה המקדימה כאשר Flow מופעל. הקש על {0} כדי להחליף את התצוגה המקדימה.</system:String>
|
||
<system:String x:Key="shadowEffectNotAllowed">לא ניתן להחיל אפקט צל כאשר העיצוב הנוכחי מוגדר לאפקט טשטוש</system:String>
|
||
<system:String x:Key="searchDelay">השהיית חיפוש</system:String>
|
||
<system:String x:Key="searchDelayToolTip">מוסיף עיכוב קצר בזמן ההקלדה כדי להפחית קפיצות בממשק המשתמש ועומס בתוצאות. מומלץ אם מהירות ההקלדה שלך ממוצעת.</system:String>
|
||
<system:String x:Key="searchDelayNumberBoxToolTip">הזן את זמן ההמתנה (בשניות) עד שהקלט נחשב כמושלם. ניתן לערוך זאת רק אם השהיית חיפוש מופעלת.</system:String>
|
||
<system:String x:Key="searchDelayTime">זמן עיכוב חיפוש ברירת מחדל</system:String>
|
||
<system:String x:Key="searchDelayTimeToolTip">זמן המתנה להצגת התוצאות לאחר שתפסיק להקליד. ערכים גבוהים יותר מייצגים המתנה רבה יותר. (שניות)</system:String>
|
||
<system:String x:Key="KoreanImeTitle">Information for Korean IME user</system:String>
|
||
<system:String x:Key="KoreanImeGuide">
|
||
שיטת הקלט הקוריאנית שמשמשת ב־Windows 11 עלולה לגרום לבעיות מסוימות ב־Flow Launcher.
|
||
|
||
אם אתה נתקל בבעיות, ייתכן שתצטרך להפעיל את האפשרות "השתמש בגרסה הקודמת של IME הקוריאני".
|
||
|
||
פתח את ההגדרות ב־Windows 11 וגש אל:
|
||
|
||
זמן ושפה > שפה ואזור > קוריאנית > אפשרויות שפה > מקלדת - Microsoft IME > תאימות,
|
||
|
||
והפעל את האפשרות "השתמש בגרסה הקודמת של Microsoft IME".
|
||
|
||
|
||
</system:String>
|
||
<system:String x:Key="KoreanImeOpenLink">פתח את הגדרות מערכת שפה ואזור</system:String>
|
||
<system:String x:Key="KoreanImeOpenLinkToolTip">פותח את מיקום הגדרות ה־IME הקוריאני. עבור אל קוריאנית > אפשרויות שפה > מקלדת - Microsoft IME > תאימות</system:String>
|
||
<system:String x:Key="KoreanImeOpenLinkButton">פתח</system:String>
|
||
<system:String x:Key="KoreanImeRegistry">השתמש ב־IME הקוריאני הקודם</system:String>
|
||
<system:String x:Key="KoreanImeRegistryTooltip">באפשרותך לשנות את הגדרות ה־IME הקוריאני הקודם ישירות מכאן</system:String>
|
||
<system:String x:Key="KoreanImeSettingChangeFailTitle">Failed to change Korean IME setting</system:String>
|
||
<system:String x:Key="KoreanImeSettingChangeFailSubTitle">Please check your system registry access or contact support.</system:String>
|
||
<system:String x:Key="homePage">דף הבית</system:String>
|
||
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
|
||
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
|
||
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
|
||
<system:String x:Key="historyStyle">History Style</system:String>
|
||
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
|
||
<system:String x:Key="queryHistory">Query history</system:String>
|
||
<system:String x:Key="executedHistory">Last opened history</system:String>
|
||
<system:String x:Key="homeToggleBoxToolTip">ניתן לערוך זאת רק אם התוסף תומך בתכונת הבית ודף הבית מופעל.</system:String>
|
||
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
|
||
<system:String x:Key="showAtTopmostToolTip">עוקף את הגדרת תמיד עליון של תוכנות אחרות, ומציג את Flow במיקום הגבוה ביותר.</system:String>
|
||
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
|
||
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
|
||
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>
|
||
<system:String x:Key="showUnknownSourceWarningToolTip">Show warning when installing plugins from unknown sources</system:String>
|
||
<system:String x:Key="autoUpdatePlugins">Auto update plugins</system:String>
|
||
<system:String x:Key="autoUpdatePluginsToolTip">Automatically check plugin updates and notify if there are any updates available</system:String>
|
||
|
||
<!-- Setting Plugin -->
|
||
<system:String x:Key="searchplugin">חפש תוסף</system:String>
|
||
<system:String x:Key="searchpluginToolTip">Ctrl+F לחיפוש תוסף</system:String>
|
||
<system:String x:Key="searchplugin_Noresult_Title">לא נמצאו תוצאות</system:String>
|
||
<system:String x:Key="searchplugin_Noresult_Subtitle">אנא נסה חיפוש אחר.</system:String>
|
||
<system:String x:Key="plugin">תוסף</system:String>
|
||
<system:String x:Key="plugins">תוספים</system:String>
|
||
<system:String x:Key="browserMorePlugins">מצא תוספים נוספים</system:String>
|
||
<system:String x:Key="enable">פועל</system:String>
|
||
<system:String x:Key="disable">כבוי</system:String>
|
||
<system:String x:Key="actionKeywordsTitle">הגדרת מילת מפתח לפעולה</system:String>
|
||
<system:String x:Key="actionKeywords">מילת מפתח לפעולה</system:String>
|
||
<system:String x:Key="currentActionKeywords">מילת מפתח נוכחית לפעולה</system:String>
|
||
<system:String x:Key="newActionKeyword">מילת מפתח חדשה לפעולה</system:String>
|
||
<system:String x:Key="actionKeywordsTooltip">שנה מילות מפתח לפעולה</system:String>
|
||
<system:String x:Key="pluginSearchDelayTime">זמן השהייה של חיפוש תוסף</system:String>
|
||
<system:String x:Key="pluginSearchDelayTimeTooltip">שנה את זמן השהיית חיפוש של תוסף</system:String>
|
||
<system:String x:Key="FilterComboboxLabel">הגדרות מתקדמות:</system:String>
|
||
<system:String x:Key="DisplayModeOnOff">מופעל</system:String>
|
||
<system:String x:Key="DisplayModePriority">עדיפות</system:String>
|
||
<system:String x:Key="DisplayModeSearchDelay">עיכוב חיפוש</system:String>
|
||
<system:String x:Key="DisplayModeHomeOnOff">דף הבית</system:String>
|
||
<system:String x:Key="currentPriority">עדיפות נוכחית</system:String>
|
||
<system:String x:Key="newPriority">עדיפות חדשה</system:String>
|
||
<system:String x:Key="priority">עדיפות</system:String>
|
||
<system:String x:Key="priorityToolTip">שנה עדיפות תוצאות תוסף</system:String>
|
||
<system:String x:Key="pluginDirectory">ספריית תוספים</system:String>
|
||
<system:String x:Key="author">מאת</system:String>
|
||
<system:String x:Key="plugin_init_time">זמן פתיחה:</system:String>
|
||
<system:String x:Key="plugin_query_time">זמן שאילתא:</system:String>
|
||
<system:String x:Key="plugin_query_version">גרסה</system:String>
|
||
<system:String x:Key="plugin_query_web">אתר</system:String>
|
||
<system:String x:Key="plugin_uninstall">הסר התקנה</system:String>
|
||
<system:String x:Key="plugin_default_search_delay_time">Search delay time: default</system:String>
|
||
<system:String x:Key="plugin_search_delay_time">Search delay time: {0}ms</system:String>
|
||
<system:String x:Key="failedToRemovePluginSettingsTitle">נכשל בהסרת הגדרות התוסף</system:String>
|
||
<system:String x:Key="failedToRemovePluginSettingsMessage">תוספים: {0} - נכשל בהסרת קבצי הגדרות התוסף, יש להסירם ידנית</system:String>
|
||
<system:String x:Key="failedToRemovePluginCacheTitle">נכשל בהסרת מטמון התוסף</system:String>
|
||
<system:String x:Key="failedToRemovePluginCacheMessage">תוספים: {0} - נכשל בהסרת קובצי מטמון התוסף, אנא הסר אותם ידנית</system:String>
|
||
<system:String x:Key="pluginModifiedAlreadyTitle">{0} modified already</system:String>
|
||
<system:String x:Key="pluginModifiedAlreadyMessage">Please restart Flow before making any further changes</system:String>
|
||
<system:String x:Key="failedToInstallPluginTitle">Fail to install {0}</system:String>
|
||
<system:String x:Key="failedToUninstallPluginTitle">Fail to uninstall {0}</system:String>
|
||
<system:String x:Key="fileNotFoundMessage">Unable to find plugin.json from the extracted zip file, or this path {0} does not exist</system:String>
|
||
<system:String x:Key="pluginExistAlreadyMessage">A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin</system:String>
|
||
<system:String x:Key="errorCreatingSettingPanel">Error creating setting panel for plugin {0}:{1}{2}</system:String>
|
||
|
||
<!-- Setting Plugin Store -->
|
||
<system:String x:Key="pluginStore">חנות תוספים</system:String>
|
||
<system:String x:Key="pluginStore_NewRelease">שחרור חדש</system:String>
|
||
<system:String x:Key="pluginStore_RecentlyUpdated">עודכן לאחרונה</system:String>
|
||
<system:String x:Key="pluginStore_None">תוספים</system:String>
|
||
<system:String x:Key="pluginStore_Installed">מותקן</system:String>
|
||
<system:String x:Key="refresh">רענן</system:String>
|
||
<system:String x:Key="installbtn">התקן</system:String>
|
||
<system:String x:Key="uninstallbtn">הסר התקנה</system:String>
|
||
<system:String x:Key="updatebtn">עדכון</system:String>
|
||
<system:String x:Key="LabelInstalledToolTip">התוסף כבר מותקן</system:String>
|
||
<system:String x:Key="LabelNew">גרסה חדשה</system:String>
|
||
<system:String x:Key="LabelNewToolTip">תוסף זה עודכן במהלך 7 הימים האחרונים</system:String>
|
||
<system:String x:Key="LabelUpdateToolTip">עדכון חדש זמין</system:String>
|
||
<system:String x:Key="ErrorInstallingPlugin">שגיאה בהתקנת תוסף</system:String>
|
||
<system:String x:Key="ErrorUninstallingPlugin">שגיאה בהסרת תוסף</system:String>
|
||
<system:String x:Key="ErrorUpdatingPlugin">Error updating plugin</system:String>
|
||
<system:String x:Key="KeepPluginSettingsTitle">שמור הגדרות תוסף</system:String>
|
||
<system:String x:Key="KeepPluginSettingsSubtitle">האם ברצונך לשמור את הגדרות התוסף לשימוש הבא?</system:String>
|
||
<system:String x:Key="InstallSuccessNoRestart">התוסף {0} הותקן בהצלחה. נא הפעל מחדש את Flow.</system:String>
|
||
<system:String x:Key="UninstallSuccessNoRestart">התוסף {0} הוסר בהצלחה. נא הפעל מחדש את Flow.</system:String>
|
||
<system:String x:Key="UpdateSuccessNoRestart">התוסף {0} עודכן בהצלחה. נא הפעל מחדש את Flow.</system:String>
|
||
<system:String x:Key="InstallPromptTitle">Plugin install</system:String>
|
||
<system:String x:Key="InstallPromptSubtitle">{0} מאת {1} {2}{2}האם ברצונך להתקין תוסף זה?</system:String>
|
||
<system:String x:Key="UninstallPromptTitle">Plugin uninstall</system:String>
|
||
<system:String x:Key="UninstallPromptSubtitle">{0} מאת {1} {2}{2}האם ברצונך להסיר תוסף זה?</system:String>
|
||
<system:String x:Key="UpdatePromptTitle">Plugin update</system:String>
|
||
<system:String x:Key="UpdatePromptSubtitle">{0} מאת {1} {2}{2}האם ברצונך לעדכן תוסף זה?</system:String>
|
||
<system:String x:Key="DownloadingPlugin">מוריד תוסף</system:String>
|
||
<system:String x:Key="AutoRestartAfterChange">Automatically restart after installing/uninstalling/updating plugins in plugin store</system:String>
|
||
<system:String x:Key="ZipFileNotHavePluginJson">Zip file does not have a valid plugin.json configuration</system:String>
|
||
<system:String x:Key="InstallFromUnknownSourceTitle">מתקין ממקור לא מוכ</system:String>
|
||
<system:String x:Key="InstallFromUnknownSourceSubtitle">This plugin is 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 in general section of setting window)</system:String>
|
||
<system:String x:Key="ZipFiles">Zip files</system:String>
|
||
<system:String x:Key="SelectZipFile">Please select zip file</system:String>
|
||
<system:String x:Key="installLocalPluginTooltip">Install plugin from local path</system:String>
|
||
<system:String x:Key="updateNoResultTitle">אין עדכון זמי</system:String>
|
||
<system:String x:Key="updateNoResultSubtitle">כל התוספים מעודכנים</system:String>
|
||
<system:String x:Key="updateAllPluginsTitle">Plugin updates available</system:String>
|
||
<system:String x:Key="updateAllPluginsButtonContent">Update plugins</system:String>
|
||
<system:String x:Key="checkPluginUpdatesTooltip">Check plugin updates</system:String>
|
||
<system:String x:Key="PluginsUpdateSuccessNoRestart">Plugins are successfully updated. Please restart Flow.</system:String>
|
||
|
||
<!-- Setting Theme -->
|
||
<system:String x:Key="theme">ערכת נושא</system:String>
|
||
<system:String x:Key="appearance">מראה</system:String>
|
||
<system:String x:Key="browserMoreThemes">גלריית ערכות נושא</system:String>
|
||
<system:String x:Key="howToCreateTheme">איך ליצור ערכת נושא</system:String>
|
||
<system:String x:Key="hiThere">שלום</system:String>
|
||
<system:String x:Key="SampleTitleExplorer">סייר</system:String>
|
||
<system:String x:Key="SampleSubTitleExplorer">חפש קבצים, תיקיות ובתוכן הקבצים</system:String>
|
||
<system:String x:Key="SampleTitleWebSearch">חיפוש באינטרנט</system:String>
|
||
<system:String x:Key="SampleSubTitleWebSearch">חפש באינטרנט עם תמיכה במנועי חיפוש שונים</system:String>
|
||
<system:String x:Key="SampleTitleProgram">תוכנה</system:String>
|
||
<system:String x:Key="SampleSubTitleProgram">הפעל תוכנות כמנהל או כמשתמש אחר</system:String>
|
||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||
<system:String x:Key="SampleSubTitleProcessKiller">הפסקת תהליכים לא רצויים</system:String>
|
||
<system:String x:Key="SearchBarHeight">גובה סרגל החיפוש</system:String>
|
||
<system:String x:Key="ItemHeight">גובה פריט</system:String>
|
||
<system:String x:Key="queryBoxFont">גופן תיבת שאילתות</system:String>
|
||
<system:String x:Key="resultItemFont">גופן הכותרת לתוצאה</system:String>
|
||
<system:String x:Key="resultSubItemFont">גופן כותרת המשנה לתוצאה</system:String>
|
||
<system:String x:Key="resetCustomize">אפס</system:String>
|
||
<system:String x:Key="resetCustomizeToolTip">אפס להגדרות הגופן והגודל המומלצות.</system:String>
|
||
<system:String x:Key="ImportThemeSize">ייבוא גודל ערכת נושא</system:String>
|
||
<system:String x:Key="ImportThemeSizeToolTip">אם ערך הגודל שתוכנן על ידי מעצב ערכת הנושא זמין, הוא יאוחזר ויוחל.</system:String>
|
||
<system:String x:Key="CustomizeToolTip">התאם אישית</system:String>
|
||
<system:String x:Key="windowMode">מצב חלון</system:String>
|
||
<system:String x:Key="opacity">שקיפות</system:String>
|
||
<system:String x:Key="theme_load_failure_path_not_exists">ערכת הנושא {0} אינה קיימת, חוזר לערכת ברירת המחדל</system:String>
|
||
<system:String x:Key="theme_load_failure_parse_error">נכשל בטעינת העיצוב {0}, חוזר לערכת ברירת המחדל</system:String>
|
||
<system:String x:Key="ThemeFolder">תיקיית ערכת נושא</system:String>
|
||
<system:String x:Key="OpenThemeFolder">פתח תיקיית ערכת נושא</system:String>
|
||
<system:String x:Key="ColorScheme">ערכת צבעים</system:String>
|
||
<system:String x:Key="ColorSchemeSystem">ברירת המחדל של המערכת</system:String>
|
||
<system:String x:Key="ColorSchemeLight">בהיר</system:String>
|
||
<system:String x:Key="ColorSchemeDark">כהה</system:String>
|
||
<system:String x:Key="SoundEffect">אפקט צליל</system:String>
|
||
<system:String x:Key="SoundEffectTip">השמע צליל קטן כאשר חלון החיפוש נפתח</system:String>
|
||
<system:String x:Key="SoundEffectVolume">עוצמת אפקט הקול</system:String>
|
||
<system:String x:Key="SoundEffectVolumeTip">התאם את עוצמת אפקט הקול</system:String>
|
||
<system:String x:Key="SoundEffectWarning">Windows Media Player אינו זמין, והוא נדרש להתאמת עוצמת הקול של Flow. אנא בדוק את ההתקנה שלך אם אתה צריך להתאים את עוצמת הקול.</system:String>
|
||
<system:String x:Key="Animation">אנימציה</system:String>
|
||
<system:String x:Key="AnimationTip">השתמש באנימציה בממשק המשתמש</system:String>
|
||
<system:String x:Key="AnimationSpeed">מהירות אנימציה</system:String>
|
||
<system:String x:Key="AnimationSpeedTip">מהירות האנימציה של ממשק המשתמש</system:String>
|
||
<system:String x:Key="AnimationSpeedSlow">איטי</system:String>
|
||
<system:String x:Key="AnimationSpeedMedium">בינוני</system:String>
|
||
<system:String x:Key="AnimationSpeedFast">מהיר</system:String>
|
||
<system:String x:Key="AnimationSpeedCustom">מותאם אישית</system:String>
|
||
<system:String x:Key="Clock">שעון</system:String>
|
||
<system:String x:Key="Date">תאריך</system:String>
|
||
<system:String x:Key="BackdropType">סוג רקע</system:String>
|
||
<system:String x:Key="BackdropInfo">אפקט הרקע אינו מוחל בתצוגה המקדימה.</system:String>
|
||
<system:String x:Key="BackdropTypeDisabledToolTip">התמיכה ב-Backdrop קיימת החל מ-Windows 11 build 22000 ומעלה</system:String>
|
||
<system:String x:Key="BackdropTypesNone">ללא</system:String>
|
||
<system:String x:Key="BackdropTypesAcrylic">אקריליק</system:String>
|
||
<system:String x:Key="BackdropTypesMica">מיקה</system:String>
|
||
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String>
|
||
<system:String x:Key="TypeIsDarkToolTip">ערכת נושא זאת תומכת בשני מצבים (בהיר/כהה).</system:String>
|
||
<system:String x:Key="TypeHasBlurToolTip">ערכת נושא זו תומכת בטשטוש רקע שקוף.</system:String>
|
||
<system:String x:Key="ShowPlaceholder">הצג מציין מיקום</system:String>
|
||
<system:String x:Key="ShowPlaceholderTip">הצג מציין מיקום כאשר השאילתה ריקה</system:String>
|
||
<system:String x:Key="PlaceholderText">טקסט מציין מיקום</system:String>
|
||
<system:String x:Key="PlaceholderTextTip">שנה את טקסט מציין המיקום. אם הקלט ריק, ייעשה שימוש ב: {0}</system:String>
|
||
<system:String x:Key="KeepMaxResults">גודל חלון קבוע</system:String>
|
||
<system:String x:Key="KeepMaxResultsToolTip">לא ניתן להתאים את גודל החלון באמצעות גרירה.</system:String>
|
||
<system:String x:Key="MaxShowResultsCannotWorkWithAlwaysPreview">Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height</system:String>
|
||
|
||
<!-- Setting Hotkey -->
|
||
<system:String x:Key="hotkey">מקש קיצור</system:String>
|
||
<system:String x:Key="hotkeys">מקשי קיצור</system:String>
|
||
<system:String x:Key="flowlauncherHotkey">פתח את Flow Launcher</system:String>
|
||
<system:String x:Key="flowlauncherHotkeyToolTip">הזן קיצור דרך להצגה/הסתרה של Flow Launcher.</system:String>
|
||
<system:String x:Key="previewHotkey">הצג/הסתר תצוגה מקדימה</system:String>
|
||
<system:String x:Key="previewHotkeyToolTip">הזן קיצור דרך להצגה/הסתרה של התצוגה המקדימה בחלון החיפוש.</system:String>
|
||
<system:String x:Key="hotkeyPresets">קיצורי דרך מוגדרים</system:String>
|
||
<system:String x:Key="hotkeyPresetsToolTip">רשימת קיצורי הדרך הרשומים כעת</system:String>
|
||
<system:String x:Key="openResultModifiers">מקש משני לפתיחת תוצאה</system:String>
|
||
<system:String x:Key="openResultModifiersToolTip">בחר מקש משני לפתיחת התוצאה שנבחרה דרך המקלדת.</system:String>
|
||
<system:String x:Key="showOpenResultHotkey">הצג מקש קיצור</system:String>
|
||
<system:String x:Key="showOpenResultHotkeyToolTip">הצג מקש קיצור לבחירת תוצאה עם התוצאות.</system:String>
|
||
<system:String x:Key="autoCompleteHotkey">השלמה אוטומטית</system:String>
|
||
<system:String x:Key="autoCompleteHotkeyToolTip">מבצע השלמה אוטומטית לפריטים שנבחרו.</system:String>
|
||
<system:String x:Key="SelectNextItemHotkey">בחר את הפריט הבא</system:String>
|
||
<system:String x:Key="SelectPrevItemHotkey">בחר את הפריט הקודם</system:String>
|
||
<system:String x:Key="SelectNextPageHotkey">הדף הבא</system:String>
|
||
<system:String x:Key="SelectPrevPageHotkey">הדף הקודם</system:String>
|
||
<system:String x:Key="CycleHistoryUpHotkey">עבור לשאילתה הקודמת</system:String>
|
||
<system:String x:Key="CycleHistoryDownHotkey">עבור לשאילתה הבאה</system:String>
|
||
<system:String x:Key="OpenContextMenuHotkey">פתח תפריט הקשר</system:String>
|
||
<system:String x:Key="OpenNativeContextMenuHotkey">פתח תפריט הקשר מקומי</system:String>
|
||
<system:String x:Key="SettingWindowHotkey">פתח חלון הגדרות</system:String>
|
||
<system:String x:Key="CopyFilePathHotkey">העתק את נתיב הקובץ</system:String>
|
||
<system:String x:Key="ToggleGameModeHotkey">הפעל או כבה מצב משחק</system:String>
|
||
<system:String x:Key="ToggleHistoryHotkey">הפעל או כבה היסטוריה</system:String>
|
||
<system:String x:Key="OpenContainFolderHotkey">פתח תיקייה מכילה</system:String>
|
||
<system:String x:Key="RunAsAdminHotkey">הרץ כמנהל</system:String>
|
||
<system:String x:Key="RequeryHotkey">רענן תוצאות חיפוש</system:String>
|
||
<system:String x:Key="ReloadPluginHotkey">טען מחדש נתוני תוספים</system:String>
|
||
<system:String x:Key="QuickWidthHotkey">כוונון מהיר של רוחב החלון</system:String>
|
||
<system:String x:Key="QuickHeightHotkey">כוונון מהיר של גובה החלון</system:String>
|
||
<system:String x:Key="ReloadPluginHotkeyToolTip">השתמש כאשר יש צורך בטעינה מחדש של תוספים ובעדכון הנתונים שלהם.</system:String>
|
||
<system:String x:Key="AdditionalHotkeyToolTip">באפשרותך להוסיף מקש קיצור נוסף לפעולה זו.</system:String>
|
||
<system:String x:Key="customQueryHotkey">מקשי קיצור לשאילתות מותאמות אישית</system:String>
|
||
<system:String x:Key="customQueryShortcut">קיצורי דרך לשאילתות מותאמות אישית</system:String>
|
||
<system:String x:Key="builtinShortcuts">קיצורי דרך מובנים</system:String>
|
||
<system:String x:Key="customQuery">שאילתה</system:String>
|
||
<system:String x:Key="customShortcut">קיצור דרך</system:String>
|
||
<system:String x:Key="customShortcutExpansion">הרחבה</system:String>
|
||
<system:String x:Key="builtinShortcutDescription">תיאור</system:String>
|
||
<system:String x:Key="delete">מחק</system:String>
|
||
<system:String x:Key="edit">ערוך</system:String>
|
||
<system:String x:Key="add">הוסף</system:String>
|
||
<system:String x:Key="none">ללא</system:String>
|
||
<system:String x:Key="pleaseSelectAnItem">אנא בחר פריט</system:String>
|
||
<system:String x:Key="deleteCustomHotkeyWarning">האם אתה בטוח שברצונך למחוק את מקש הקיצור של התוסף {0}?</system:String>
|
||
<system:String x:Key="deleteCustomShortcutWarning">האם אתה בטוח שברצונך למחוק את הקיצור: {0} עם ההרחבה {1}?</system:String>
|
||
<system:String x:Key="shortcut_clipboard_description">קבל טקסט מהלוח.</system:String>
|
||
<system:String x:Key="shortcut_active_explorer_path">קבל נתיב מסייר הקבצים הפעיל.</system:String>
|
||
<system:String x:Key="queryWindowShadowEffect">אפקט צל לחלון השאילתה</system:String>
|
||
<system:String x:Key="shadowEffectCPUUsage">לאפקט הצל יש שימוש ניכר ב-GPU. לא מומלץ אם ביצועי המחשב שלך מוגבלים.</system:String>
|
||
<system:String x:Key="windowWidthSize">רוחב החלון</system:String>
|
||
<system:String x:Key="windowWidthSizeToolTip">ניתן גם להתאים במהירות באמצעות Ctrl+[ ו-Ctrl+]</system:String>
|
||
<system:String x:Key="useGlyphUI">השתמש ב-Segoe Fluent Icons</system:String>
|
||
<system:String x:Key="useGlyphUIEffect">השתמש ב-Segoe Fluent Icons לתוצאות חיפוש כאשר נתמך</system:String>
|
||
<system:String x:Key="flowlauncherPressHotkey">הקש על מקש</system:String>
|
||
<system:String x:Key="showBadges">הצג תגי תוצאות</system:String>
|
||
<system:String x:Key="showBadgesToolTip">עבור תוספים נתמכים, מוצגים תגים כדי לעזור להבחין ביניהם ביתר קלות.</system:String>
|
||
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
|
||
<system:String x:Key="showBadgesGlobalOnlyToolTip">Show badges for global query results only</system:String>
|
||
<system:String x:Key="dialogJumpHotkey">Dialog Jump</system:String>
|
||
<system:String x:Key="dialogJumpHotkeyToolTip">Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager.</system:String>
|
||
<system:String x:Key="dialogJump">Dialog Jump</system:String>
|
||
<system:String x:Key="dialogJumpToolTip">When Open/Save As dialog window opens, quickly navigate to the current path of the file manager.</system:String>
|
||
<system:String x:Key="autoDialogJump">Dialog Jump Automatically</system:String>
|
||
<system:String x:Key="autoDialogJumpToolTip">When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental)</system:String>
|
||
<system:String x:Key="showDialogJumpWindow">Show Dialog Jump Window</system:String>
|
||
<system:String x:Key="showDialogJumpWindowToolTip">Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations.</system:String>
|
||
<system:String x:Key="dialogJumpWindowPosition">Dialog Jump Window Position</system:String>
|
||
<system:String x:Key="dialogJumpWindowPositionToolTip">Select position for the Dialog Jump search window</system:String>
|
||
<system:String x:Key="DialogJumpWindowPositionUnderDialog">Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed</system:String>
|
||
<system:String x:Key="DialogJumpWindowPositionFollowDefault">Default search window position. Displayed when triggered by search window hotkey</system:String>
|
||
<system:String x:Key="dialogJumpResultBehaviour">Dialog Jump Result Navigation Behaviour</system:String>
|
||
<system:String x:Key="dialogJumpResultBehaviourToolTip">Behaviour to navigate Open/Save As dialog window to the selected result path</system:String>
|
||
<system:String x:Key="DialogJumpResultBehaviourLeftClick">Left click or Enter key</system:String>
|
||
<system:String x:Key="DialogJumpResultBehaviourRightClick">Right click</system:String>
|
||
<system:String x:Key="dialogJumpFileResultBehaviour">Dialog Jump File Navigation Behaviour</system:String>
|
||
<system:String x:Key="dialogJumpFileResultBehaviourToolTip">Behaviour to navigate Open/Save As dialog window when the result is a file path</system:String>
|
||
<system:String x:Key="DialogJumpFileResultBehaviourFullPath">Fill full path in file name box</system:String>
|
||
<system:String x:Key="DialogJumpFileResultBehaviourFullPathOpen">Fill full path in file name box and open</system:String>
|
||
<system:String x:Key="DialogJumpFileResultBehaviourDirectory">Fill directory in path box</system:String>
|
||
|
||
<!-- Setting Proxy -->
|
||
<system:String x:Key="proxy">HTTP Proxy</system:String>
|
||
<system:String x:Key="enableProxy">הפעל HTTP Proxy</system:String>
|
||
<system:String x:Key="server">שרת HTTP</system:String>
|
||
<system:String x:Key="port">Port</system:String>
|
||
<system:String x:Key="userName">שם משתמש</system:String>
|
||
<system:String x:Key="password">סיסמא</system:String>
|
||
<system:String x:Key="testProxy">בדוק Proxy</system:String>
|
||
<system:String x:Key="save">שמור</system:String>
|
||
<system:String x:Key="serverCantBeEmpty">שדה השרת לא יכול להיות ריק</system:String>
|
||
<system:String x:Key="portCantBeEmpty">שדה ה-Port לא יכול להיות ריק</system:String>
|
||
<system:String x:Key="invalidPortFormat">פורמט ה-Port לא תקין</system:String>
|
||
<system:String x:Key="saveProxySuccessfully">תצורת ה-Proxy נשמרה בהצלחה</system:String>
|
||
<system:String x:Key="proxyIsCorrect">ה-Proxy הוגדר בהצלחה</system:String>
|
||
<system:String x:Key="proxyConnectFailed">החיבור ל- Proxy נכשל</system:String>
|
||
|
||
<!-- Setting About -->
|
||
<system:String x:Key="about">אודות</system:String>
|
||
<system:String x:Key="website">אתר אינטרנט</system:String>
|
||
<system:String x:Key="github">Github</system:String>
|
||
<system:String x:Key="docs">תיעוד</system:String>
|
||
<system:String x:Key="version">גרסה</system:String>
|
||
<system:String x:Key="icons">סמלים</system:String>
|
||
<system:String x:Key="about_activate_times">הפעלת את Flow Launcher {0} פעמים</system:String>
|
||
<system:String x:Key="checkUpdates">בדוק עדכונים</system:String>
|
||
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
|
||
<system:String x:Key="newVersionTips">גרסה חדשה {0} זמינה, האם ברצונך להפעיל מחדש את Flow Launcher כדי להשתמש בעדכון?</system:String>
|
||
<system:String x:Key="checkUpdatesFailed">בדיקת העדכונים נכשלה, אנא בדוק את הגדרות החיבור ואת הגדרות ה-Proxy שלך לכתובת api.github.com.</system:String>
|
||
<system:String x:Key="downloadUpdatesFailed">
|
||
הורדת העדכונים נכשלה, אנא בדוק את הגדרות החיבור ואת ה-proxy שלך אל github-cloud.s3.amazonaws.com,
|
||
או עבור אל https://github.com/Flow-Launcher/Flow.Launcher/releases כדי להוריד עדכונים באופן ידני.
|
||
</system:String>
|
||
<system:String x:Key="releaseNotes">הערות שחרור</system:String>
|
||
<system:String x:Key="documentation">טיפים לשימוש</system:String>
|
||
<system:String x:Key="devtool">כלי פיתוח</system:String>
|
||
<system:String x:Key="settingfolder">תיקיית ההגדרות</system:String>
|
||
<system:String x:Key="logfolder">תיקיית יומני רישום</system:String>
|
||
<system:String x:Key="clearlogfolder">נקה יומני רישום</system:String>
|
||
<system:String x:Key="clearlogfolderMessage">האם אתה בטוח שברצונך למחוק את כל היומנים?</system:String>
|
||
<system:String x:Key="cachefolder">תיקיית מטמון</system:String>
|
||
<system:String x:Key="clearcachefolder">נקה נתוני מטמון</system:String>
|
||
<system:String x:Key="clearcachefolderMessage">האם אתה בטוח שברצונך למחוק את כל הנתונים שבמטמון?</system:String>
|
||
<system:String x:Key="clearfolderfailMessage">נכשל ניקוי חלק מהתיקיות והקבצים. עיין בלוג לקבלת מידע נוסף</system:String>
|
||
<system:String x:Key="welcomewindow">אשף</system:String>
|
||
<system:String x:Key="userdatapath">מיקום נתוני משתמש</system:String>
|
||
<system:String x:Key="userdatapathToolTip">הגדרות המשתמש והתוספים המותקנים נשמרים בתיקיית נתוני המשתמש. מיקום זה עשוי להשתנות אם התוכנה במצב נייד.</system:String>
|
||
<system:String x:Key="userdatapathButton">פתח תיקיה</system:String>
|
||
<system:String x:Key="advanced">Advanced</system:String>
|
||
<system:String x:Key="logLevel">רמת יומן</system:String>
|
||
<system:String x:Key="LogLevelNONE">Silent</system:String>
|
||
<system:String x:Key="LogLevelERROR">שגיאה</system:String>
|
||
<system:String x:Key="LogLevelINFO">מידע</system:String>
|
||
<system:String x:Key="LogLevelDEBUG">ניפוי שגיאות</system:String>
|
||
<system:String x:Key="settingWindowFontTitle">Setting Window Font</system:String>
|
||
|
||
<!-- Release Notes Window -->
|
||
<system:String x:Key="seeMoreReleaseNotes">See more release notes on GitHub</system:String>
|
||
<system:String x:Key="checkNetworkConnectionTitle">Failed to fetch release notes</system:String>
|
||
<system:String x:Key="checkNetworkConnectionSubTitle">Please check your network connection or ensure GitHub is accessible</system:String>
|
||
<system:String x:Key="appUpdateTitle">Flow Launcher has been updated to {0}</system:String>
|
||
<system:String x:Key="appUpdateButtonContent">Click here to view the release notes</system:String>
|
||
|
||
<!-- FileManager Setting Dialog -->
|
||
<system:String x:Key="fileManagerWindow">בחר מנהל קבצים</system:String>
|
||
<system:String x:Key="fileManager_learnMore">למד עוד</system:String>
|
||
<system:String x:Key="fileManager_tips">אנא ציין את מיקום הקובץ של מנהל הקבצים שבו אתה משתמש והוסף ארגומנטים כנדרש. "%d" מייצג את נתיב התיקייה שיש לפתוח, ומשמש בשדה ארגומנט לתיקייה ובפקודות לפתיחת תיקיות מסוימות. "%f" מייצג את נתיב הקובץ שיש לפתוח, ומשמש בשדה ארגומנט לקובץ ובפקודות לפתיחת קבצים מסוימים.</system:String>
|
||
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank.</system:String>
|
||
<system:String x:Key="fileManager_name">מנהל קבצים</system:String>
|
||
<system:String x:Key="fileManager_profile_name">שם פרופיל</system:String>
|
||
<system:String x:Key="fileManager_path">נתיב מנהל קבצים</system:String>
|
||
<system:String x:Key="fileManager_directory_arg">ארגומנט לתיקייה</system:String>
|
||
<system:String x:Key="fileManager_file_arg">ארגומנט לקובץ</system:String>
|
||
<system:String x:Key="fileManagerPathNotFound">לא ניתן היה לאתר את מנהל הקבצים '{0}' ב-'{1}'. האם ברצונך להמשיך?</system:String>
|
||
<system:String x:Key="fileManagerPathError">שגיאת נתיב למנהל הקבצים</system:String>
|
||
<system:String x:Key="fileManagerExplorer">File Explorer</system:String>
|
||
|
||
<!-- DefaultBrowser Setting Dialog -->
|
||
<system:String x:Key="defaultBrowserTitle">דפדפן ברירת מחדל</system:String>
|
||
<system:String x:Key="defaultBrowser_tips">ההגדרה המוגדרת כברירת מחדל עוקבת אחר הדפדפן המוגדר כברירת מחדל במערכת ההפעלה. אם צוין דפדפן אחר, Flow Launcher ישתמש בו.</system:String>
|
||
<system:String x:Key="defaultBrowser_name">דפדפן</system:String>
|
||
<system:String x:Key="defaultBrowser_profile_name">שם דפדפן</system:String>
|
||
<system:String x:Key="defaultBrowser_path">נתיב דפדפן</system:String>
|
||
<system:String x:Key="defaultBrowser_newWindow">חלון חדש</system:String>
|
||
<system:String x:Key="defaultBrowser_newTab">כרטיסייה חדשה</system:String>
|
||
<system:String x:Key="defaultBrowser_parameter">מצב פרטיות</system:String>
|
||
<system:String x:Key="defaultBrowser_default">Default</system:String>
|
||
<system:String x:Key="defaultBrowser_new_profile">New Profile</system:String>
|
||
|
||
<!-- Priority Setting Dialog -->
|
||
<system:String x:Key="changePriorityWindow">שנה עדיפות</system:String>
|
||
<system:String x:Key="priority_tips">ככל שהמספר גבוה יותר, התוצאה תדורג גבוה יותר ברשימת החיפוש. נסה להגדיר את הערך ל-5. אם ברצונך שהתוצאות יופיעו אחרי תוצאות של כל תוסף אחר, הזן מספר שלילי.</system:String>
|
||
<system:String x:Key="invalidPriority">אנא הזן מספר שלם תקף עבור העדיפות!</system:String>
|
||
|
||
<!-- Action Keyword Setting Dialog -->
|
||
<system:String x:Key="oldActionKeywords">מילת פעולה ישנה</system:String>
|
||
<system:String x:Key="newActionKeywords">מילת פעולה חדשה</system:String>
|
||
<system:String x:Key="cancel">ביטול</system:String>
|
||
<system:String x:Key="done">בוצע</system:String>
|
||
<system:String x:Key="cannotFindSpecifiedPlugin">לא ניתן למצוא את התוסף שצוין</system:String>
|
||
<system:String x:Key="newActionKeywordsCannotBeEmpty">מילת הפעולה החדשה לא יכולה להיות ריקה</system:String>
|
||
<system:String x:Key="newActionKeywordsHasBeenAssigned">מילת הפעולה החדשה כבר מוקצה לתוסף אחר, אנא בחר אחת שונה</system:String>
|
||
<system:String x:Key="newActionKeywordsSameAsOld">מילת הפעולה החדשה זהה לישנה, נא לבחור מילת פעולה שונה</system:String>
|
||
<system:String x:Key="success">הצליח</system:String>
|
||
<system:String x:Key="completedSuccessfully">הושלם בהצלחה</system:String>
|
||
<system:String x:Key="failedToCopy">ההעתקה נכשלה</system:String>
|
||
<system:String x:Key="actionkeyword_tips">הזן את מילות הפעולה שבהן תרצה להשתמש כדי להפעיל את התוסף, והשתמש ברווחים כדי להפריד ביניהן. השתמש ב-* אם אינך רוצה להגדיר כלל, והתוסף יופעל ללא מילות פעולה.</system:String>
|
||
|
||
<!-- Search Delay Settings Dialog -->
|
||
<system:String x:Key="searchDelayTimeTitle">הגדרת זמן עיכוב החיפוש</system:String>
|
||
<system:String x:Key="searchDelayTimeTips">הזן את זמן עיכוב החיפוש בשניות שבו אתה רוצה להשתמש עבור התוסף. השאר ריק אם אינך רוצה לציין, והתוסף ישתמש בזמן ברירת המחדל לעיכוב חיפוש.</system:String>
|
||
|
||
<!-- Search Delay Settings Dialog -->
|
||
<system:String x:Key="homeTitle">דף הבית</system:String>
|
||
<system:String x:Key="homeTips">הפעל את מצב דף הבית של התוסף אם ברצונך להציג את תוצאות התוסף כאשר השאילתה ריקה.</system:String>
|
||
|
||
<!-- Custom Query Hotkey Dialog -->
|
||
<system:String x:Key="customeQueryHotkeyTitle">מקש קיצור לשאילתה מותאמת אישית</system:String>
|
||
<system:String x:Key="customeQueryHotkeyTips">הקש על מקש קיצור מותאם אישית כדי לפתוח את Flow Launcher ולהזין את השאילתה שצוינה באופן אוטומטי.</system:String>
|
||
<system:String x:Key="preview">תצוגה מקדימה</system:String>
|
||
<system:String x:Key="hotkeyIsNotUnavailable">מקש הקיצור אינו זמין, אנא בחר מקש קיצור חדש</system:String>
|
||
<system:String x:Key="invalidPluginHotkey">Hotkey is invalid</system:String>
|
||
<system:String x:Key="update">עדכון</system:String>
|
||
<system:String x:Key="hotkeyRegTitle">שיוך מקש קיצור</system:String>
|
||
<system:String x:Key="hotkeyUnavailable">מקש הקיצור הנוכחי אינו זמין.</system:String>
|
||
<system:String x:Key="hotkeyUnavailableUneditable">מקש קיצור זה שמור עבור "{0}" ואינו ניתן לשימוש. אנא בחר מקש קיצור אחר.</system:String>
|
||
<system:String x:Key="hotkeyUnavailableEditable">מקש קיצור זה כבר נמצא בשימוש על ידי "{0}". אם תלחץ על "החלף", הוא יוסר מ-"{0}".</system:String>
|
||
<system:String x:Key="hotkeyRegGuide">הקש על המקשים שברצונך להשתמש בהם עבור פעולה זו.</system:String>
|
||
<system:String x:Key="emptyPluginHotkey">Hotkey and action keyword are empty</system:String>
|
||
|
||
<!-- Custom Query Shortcut Dialog -->
|
||
<system:String x:Key="customeQueryShortcutTitle">קיצור דרך לשאילתה מותאמת אישית</system:String>
|
||
<system:String x:Key="customeQueryShortcutTips">הזן קיצור דרך שיוחלף אוטומטית בשאילתה שצוינה.</system:String>
|
||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">קיצור דרך מוחלף כאשר הוא תואם בדיוק לשאילתה.
|
||
|
||
אם תוסיף תחילית '@' בעת הזנת קיצור דרך, הוא יתאים לכל מיקום בשאילתה. קיצורי דרך מובנים מתאימים לכל מיקום בשאילתה.
|
||
</system:String>
|
||
<system:String x:Key="duplicateShortcut">קיצור דרך כבר קיים, אנא הזן קיצור דרך חדש או ערוך את הקיים.</system:String>
|
||
<system:String x:Key="emptyShortcut">קיצור הדרך ו/או ההרחבה שלו ריקים.</system:String>
|
||
<system:String x:Key="invalidShortcut">Shortcut is invalid</system:String>
|
||
|
||
<!-- Common Action -->
|
||
<system:String x:Key="commonSave">שמור</system:String>
|
||
<system:String x:Key="commonOverwrite">שכתב</system:String>
|
||
<system:String x:Key="commonCancel">ביטול</system:String>
|
||
<system:String x:Key="commonReset">אפס</system:String>
|
||
<system:String x:Key="commonDelete">מחק</system:String>
|
||
<system:String x:Key="commonOK">אישור</system:String>
|
||
<system:String x:Key="commonYes">כן</system:String>
|
||
<system:String x:Key="commonNo">לא</system:String>
|
||
<system:String x:Key="commonBackground">רקע</system:String>
|
||
|
||
<!-- Crash Reporter -->
|
||
<system:String x:Key="reportWindow_version">גרסה</system:String>
|
||
<system:String x:Key="reportWindow_time">זמן</system:String>
|
||
<system:String x:Key="reportWindow_reproduce">אנא תאר כיצד האפליקציה קרסה כדי שנוכל לתקן זאת</system:String>
|
||
<system:String x:Key="reportWindow_send_report">שלח דיווח</system:String>
|
||
<system:String x:Key="reportWindow_cancel">ביטול</system:String>
|
||
<system:String x:Key="reportWindow_general">כללי</system:String>
|
||
<system:String x:Key="reportWindow_exceptions">חריגים</system:String>
|
||
<system:String x:Key="reportWindow_exception_type">סוג החריגה</system:String>
|
||
<system:String x:Key="reportWindow_source">מקור</system:String>
|
||
<system:String x:Key="reportWindow_stack_trace">מעקב מחסנית</system:String>
|
||
<system:String x:Key="reportWindow_sending">שולח</system:String>
|
||
<system:String x:Key="reportWindow_report_succeed">הדוח נשלח בהצלחה</system:String>
|
||
<system:String x:Key="reportWindow_report_failed">שליחת הדוח נכשלה</system:String>
|
||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">אירעה שגיאה ב-Flow Launcher</system:String>
|
||
<system:String x:Key="reportWindow_please_open_issue">אנא פתח דיווח חדש ב</system:String>
|
||
<system:String x:Key="reportWindow_upload_log">1. העלה קובץ יומן: {0}</system:String>
|
||
<system:String x:Key="reportWindow_copy_below">2. העתק את הודעת החריגה למטה</system:String>
|
||
|
||
<!-- File Open Error -->
|
||
<system:String x:Key="fileManagerNotFoundTitle">שגיאת מנהל הקבצים</system:String>
|
||
<system:String x:Key="fileManagerNotFound">
|
||
לא ניתן היה למצוא את מנהל הקבצים שצוין. אנא בדוק את ההגדרה של מנהל קבצים מותאם אישית תחת הגדרות > כללי.
|
||
</system:String>
|
||
<system:String x:Key="errorTitle">שגיאה</system:String>
|
||
<system:String x:Key="folderOpenError">An error occurred while opening the folder.</system:String>
|
||
<system:String x:Key="browserOpenError">אירעה שגיאה בעת פתיחת כתובת ה-URL בדפדפן. אנא בדוק את תצורת דפדפן האינטרנט המוגדר כברירת מחדל שלך במקטע הכללי של חלון ההגדרות</system:String>
|
||
<system:String x:Key="fileNotFoundError">File or directory not found: {0}</system:String>
|
||
|
||
<!-- General Notice -->
|
||
<system:String x:Key="pleaseWait">אנא המתן...</system:String>
|
||
|
||
<!-- Update -->
|
||
<system:String x:Key="update_flowlauncher_update_check">בודק עדכון חדש</system:String>
|
||
<system:String x:Key="update_flowlauncher_already_on_latest">כבר מותקנת אצלך הגרסה העדכנית של Flow Launcher</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_found">עדכון נמצא</system:String>
|
||
<system:String x:Key="update_flowlauncher_updating">מעדכן...</system:String>
|
||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||
Flow Launcher לא הצליח להעביר את נתוני פרופיל המשתמש שלך לגרסת העדכון החדשה.
|
||
אנא העבר ידנית את תיקיית נתוני הפרופיל שלך מ-{0} אל-{1}
|
||
</system:String>
|
||
<system:String x:Key="update_flowlauncher_new_update">עדכון חדש</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_new_version_available">גרסה חדשה {0} של Flow Launcher זמינה כעת</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_error">אירעה שגיאה במהלך ניסיון התקנת עדכוני התוכנה</system:String>
|
||
<system:String x:Key="update_flowlauncher_update">עדכון</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_cancel">ביטול</system:String>
|
||
<system:String x:Key="update_flowlauncher_fail">העדכון נכשל</system:String>
|
||
<system:String x:Key="update_flowlauncher_check_connection">בדוק את החיבור שלך ונסה לעדכן את הגדרות הפרוקסי ל-github-cloud.s3.amazonaws.com.</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">שדרוג זה יאתחל את Flow Launcher</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_update_files">הקבצים הבאים יעודכנו</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_files">עדכן קבצים</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_update_description">עדכן תיאור</system:String>
|
||
|
||
<!-- Plugin Update Window -->
|
||
<system:String x:Key="restartAfterUpdating">Restart Flow Launcher after updating plugins</system:String>
|
||
<system:String x:Key="updatePluginCheckboxContent">{0}: Update from v{1} to v{2}</system:String>
|
||
<system:String x:Key="updatePluginNoSelected">No plugin selected</system:String>
|
||
|
||
<!-- Welcome Window -->
|
||
<system:String x:Key="Skip">דלג</system:String>
|
||
<system:String x:Key="Welcome_Page1_Title">ברוך הבא אל Flow Launcher</system:String>
|
||
<system:String x:Key="Welcome_Page1_Text01">שלום, זו הפעם הראשונה שבה Flow Launcher מופעל!</system:String>
|
||
<system:String x:Key="Welcome_Page1_Text02">לפני שתתחיל, אשף זה יסייע בהגדרת Flow Launcher. אתה יכול לדלג על שלב זה. בחר שפה</system:String>
|
||
<system:String x:Key="Welcome_Page2_Title">חפש והפעל את כל הקבצים והיישומים במחשב שלך</system:String>
|
||
<system:String x:Key="Welcome_Page2_Text01">חפש הכל מיישומים, קבצים, סימניות, YouTube, ועד טוויטר ועוד. הכל מהנוחות של המקלדת מבלי לגעת בעכבר.</system:String>
|
||
<system:String x:Key="Welcome_Page2_Text02">ניתן להפעיל את Flow Launcherבקיצור המקש שלמטה, קדימה נסה אותו כעת! כדי לשנות אותו, לחץ על מקש הקיצור הרצוי במקלדת.</system:String>
|
||
<system:String x:Key="Welcome_Page3_Title">מקשי קיצור</system:String>
|
||
<system:String x:Key="Welcome_Page4_Title">מילת מפתח ופקודות פעולה</system:String>
|
||
<system:String x:Key="Welcome_Page4_Text01">חפש באינטרנט, הפעל אפליקציות או הפעל פונקציות שונות באמצעות תוספים של Flow Launcher. פונקציות מסוימות מתחילות במילת מפתח פעולה, ובמידת הצורך, ניתן להשתמש בהן ללא מילות מפתח פעולה. נסה את השאילתות למטה ב-Flow Launcher.</system:String>
|
||
<system:String x:Key="Welcome_Page5_Title">בואו נתחיל עם Flow Launcher</system:String>
|
||
<system:String x:Key="Welcome_Page5_Text01">סיימנו. תהנה מ-Flow Launcher. אל תשכח את מקש הקיצור כדי להתחיל :)</system:String>
|
||
|
||
<!-- General Guide & Hotkey -->
|
||
|
||
<system:String x:Key="HotkeyUpDownDesc">חזור / תפריט הקשר</system:String>
|
||
<system:String x:Key="HotkeyLeftRightDesc">ניווט בין פריטים</system:String>
|
||
<system:String x:Key="HotkeyShiftEnterDesc">פתח תפריט הקשר</system:String>
|
||
<system:String x:Key="HotkeyCtrlEnterDesc">פתח תיקייה מכילה</system:String>
|
||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">הפעל כמנהל / פתח תיקייה במנהל הקבצים ברירת מחדל</system:String>
|
||
<system:String x:Key="HotkeyCtrlHDesc">היסטוריית שאילתות</system:String>
|
||
<system:String x:Key="HotkeyESCDesc">חזור לתוצאה בתפריט הקשר</system:String>
|
||
<system:String x:Key="HotkeyTabDesc">השלמה אוטומטית</system:String>
|
||
<system:String x:Key="HotkeyRunDesc">פתח / הפעל פריט נבחר</system:String>
|
||
<system:String x:Key="HotkeyCtrlIDesc">פתח חלון הגדרות</system:String>
|
||
<system:String x:Key="HotkeyF5Desc">טען מחדש נתוני תוסף</system:String>
|
||
|
||
<system:String x:Key="HotkeySelectFirstResult">בחר בתוצאה הראשונה</system:String>
|
||
<system:String x:Key="HotkeySelectLastResult">בחר בתוצאה האחרונה</system:String>
|
||
<system:String x:Key="HotkeyRequery">הפעל מחדש את השאילתה הנוכחית</system:String>
|
||
<system:String x:Key="HotkeyOpenResult">פתח תוצאה</system:String>
|
||
<system:String x:Key="HotkeyOpenResultN">פתח תוצאה #{0}</system:String>
|
||
|
||
<system:String x:Key="RecommendWeather">מזג אוויר</system:String>
|
||
<system:String x:Key="RecommendWeatherDesc">מזג אוויר מתוצאות Google</system:String>
|
||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||
<system:String x:Key="RecommendShellDesc">פקודת Shell</system:String>
|
||
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth בהגדרות Windows</system:String>
|
||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||
<system:String x:Key="RecommendAcronymsDesc">פתקים נדבקים</system:String>
|
||
|
||
<!-- Preview Area -->
|
||
<system:String x:Key="FileSize">גודל קובץ</system:String>
|
||
<system:String x:Key="Created">נוצר</system:String>
|
||
<system:String x:Key="LastModified">תאריך שינוי אחרון</system:String>
|
||
</ResourceDictionary>
|