Skip to content

Commit

Permalink
Merge pull request Wox-launcher#3070 from Mikey1993/add_hebrew_langua…
Browse files Browse the repository at this point in the history
…ge_support

Hebrew translation
  • Loading branch information
bao-qian authored Jun 16, 2020
2 parents 740607b + 917e09b commit 28f9a37
Show file tree
Hide file tree
Showing 26 changed files with 268 additions and 5 deletions.
9 changes: 9 additions & 0 deletions Plugins/Wox.Plugin.BrowserBookmark/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<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">

<!--Plugin Info-->
<system:String x:Key="wox_plugin_browserbookmark_plugin_name">סייר הסימניות</system:String>
<system:String x:Key="wox_plugin_browserbookmark_plugin_description">חפש את הסימניות של הדפדפן שלך</system:String>

</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\tr.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
16 changes: 16 additions & 0 deletions Plugins/Wox.Plugin.Calculator/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<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">

<system:String x:Key="wox_plugin_caculator_plugin_name">מחשבון</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">מאפשר ביצוע חישובים מתמטיים. (נסה 5*3-2 ב Wox)</system:String>
<system:String x:Key="wox_plugin_calculator_not_a_number">לא מספר</system:String>
<system:String x:Key="wox_plugin_calculator_expression_not_complete">ביטוי שגוי או חסר (האם שכחת סוגריים?)</system:String>
<system:String x:Key="wox_plugin_calculator_copy_number_to_clipboard">העתק מספר זה ללוח ההעתקה</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator">מפריד המספר העשרוני</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator_help">מפריד המספר העשרוני לשימוש בתוצאות.</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_use_system_locale">השתמש בשפת מערכת ההעפעלה</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_comma">פסיק (,)</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_dot">נקודה (.)</system:String>
<system:String x:Key="wox_plugin_calculator_max_decimal_places">מקסימום ספרות מימין למפריד של המספר העשרוני</system:String>
</ResourceDictionary>
7 changes: 7 additions & 0 deletions Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
8 changes: 8 additions & 0 deletions Plugins/Wox.Plugin.Color/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<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">

<system:String x:Key="wox_plugin_color_plugin_name">צבעים</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">מאפשר להציג תצוגה מקדימה של צבעים באמצעות ערכי hex. (נסה #000 ב Wox)</system:String>

</ResourceDictionary>
7 changes: 7 additions & 0 deletions Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
8 changes: 8 additions & 0 deletions Plugins/Wox.Plugin.ControlPanel/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<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">

<system:String x:Key="wox_plugin_controlpanel_plugin_name">לוח בקרה</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">חפש בתוך לוח הבקרה</system:String>

</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
22 changes: 22 additions & 0 deletions Plugins/Wox.Plugin.Everything/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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">

<system:String x:Key="wox_plugin_everything_is_not_running">תהליכון Everything לא פועל כרגע</system:String>
<system:String x:Key="wox_plugin_everything_query_error">שגיאה בלתשאל את Everything</system:String>
<system:String x:Key="wox_plugin_everything_copied">הועתק</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">אין אפשרות למחוק את {0}</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">פתח את תקיית האב</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">פתח באמצעות {0}</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">כתובת העורך</system:String>
<system:String x:Key="wox_plugin_everything_copy_path">העתק מיקום</system:String>
<system:String x:Key="wox_plugin_everything_copy">העתק</system:String>
<system:String x:Key="wox_plugin_everything_delete">מחק</system:String>
<system:String x:Key="wox_plugin_everything_canot_delete">אין אפשרות למחוק את {0}</system:String>

<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">חפש קבצים שעל הדיסק על ידי שימוש ב Everything</system:String>

<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">השתמש במיקום של תוצאת החיפוש כתיקיית העבודה עבור הרצות של תוכנות</system:String>

</ResourceDictionary>
7 changes: 7 additions & 0 deletions Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
15 changes: 15 additions & 0 deletions Plugins/Wox.Plugin.Folder/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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">

<system:String x:Key="wox_plugin_folder_delete">מחק</system:String>
<system:String x:Key="wox_plugin_folder_edit">ערוך</system:String>
<system:String x:Key="wox_plugin_folder_add">הוסף</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">מיקום תיקיה</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">אנא בחר קישור לתיקיה</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">האם אתה בטוח שאתה רוצה למחוק את {0}?</system:String>

<system:String x:Key="wox_plugin_folder_plugin_name">תיקיה</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">פתח את התיקיה המועדפת ישירות מתוך Wox</system:String>

</ResourceDictionary>
5 changes: 5 additions & 0 deletions Plugins/Wox.Plugin.Folder/Wox.Plugin.Folder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
8 changes: 8 additions & 0 deletions Plugins/Wox.Plugin.PluginIndicator/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<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">

<system:String x:Key="wox_plugin_pluginindicator_plugin_name">אינדיקטור לתוספים</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">מציע מילות מפתח של פעולות עבור תוספים</system:String>

</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
8 changes: 8 additions & 0 deletions Plugins/Wox.Plugin.PluginManagement/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<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">

<system:String x:Key="wox_plugin_plugin_management_plugin_name">מנהל תוספי Wox</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">התקנה, הסרה או עדכון של תוספי Wox</system:String>

</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
5 changes: 5 additions & 0 deletions Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
14 changes: 14 additions & 0 deletions Plugins/Wox.Plugin.Shell/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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">

<system:String x:Key="wox_plugin_cmd_relace_winr">החלף את Win+R</system:String>
<system:String x:Key="wox_plugin_cmd_leave_cmd_open">אל תסגור את חלון שורת הפקודה (cmd) לאחר הרצת פקודה</system:String>
<system:String x:Key="wox_plugin_cmd_always_run_as_administrator">תמיד הרץ כמנהל מערכת</system:String>
<system:String x:Key="wox_plugin_cmd_run_as_different_user">הרץ כמשתמש אחר</system:String>
<system:String x:Key="wox_plugin_cmd_plugin_name">שורת הפקודה</system:String>
<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>
</ResourceDictionary>
5 changes: 5 additions & 0 deletions Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
32 changes: 32 additions & 0 deletions Plugins/Wox.Plugin.Sys/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<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">

<!--Command List-->
<system:String x:Key="wox_plugin_sys_command">פקודה</system:String>
<system:String x:Key="wox_plugin_sys_desc">תיאור</system:String>

<system:String x:Key="wox_plugin_sys_shutdown_computer">כבה את המחשב</system:String>
<system:String x:Key="wox_plugin_sys_restart_computer">הפעל מחדש את המחשב</system:String>
<system:String x:Key="wox_plugin_sys_log_off">התנתק</system:String>
<system:String x:Key="wox_plugin_sys_lock">נעל את המחשב</system:String>
<system:String x:Key="wox_plugin_sys_exit">סגור את Wox</system:String>
<system:String x:Key="wox_plugin_sys_restart">הפעל מחדש את Wox</system:String>
<system:String x:Key="wox_plugin_sys_setting">שנה הגדרות לתוכנה זו</system:String>
<system:String x:Key="wox_plugin_sys_sleep">הכנס את המחשב לשינה (Sleep)</system:String>
<system:String x:Key="wox_plugin_sys_emptyrecyclebin">רוקן את סל המחזור</system:String>
<system:String x:Key="wox_plugin_sys_hibernate">הכנס את המחשב לשינה (Hibernate)</system:String>
<system:String x:Key="wox_plugin_sys_save_all_settings">שמור את כל ההגדרות של Wox</system:String>
<system:String x:Key="wox_plugin_sys_reload_plugin_data">טוען נתונים חדשים לתוסף לאחר אתחול של Wox. תוספים צריכים שתהיה להם כבר את היכולת הזאת.</system:String>

<!--Dialogs-->
<system:String x:Key="wox_plugin_sys_dlgtitle_success">הצלחה</system:String>
<system:String x:Key="wox_plugin_sys_dlgtext_all_settings_saved">כל ההגדרות של Wox נשמרו</system:String>
<system:String x:Key="wox_plugin_sys_dlgtext_all_applicableplugins_reloaded">טען מחדש את כל הנתונים של התוספים שיש בהם צורך</system:String>
<system:String x:Key="wox_plugin_sys_dlgtext_shutdown_computer">האם אתה בטוח שאתה רוצה לכבות את המחשב?</system:String>
<system:String x:Key="wox_plugin_sys_dlgtext_restart_computer">האם אתה בטוח שאתה רוצה לאתחל את המחשב?</system:String>

<system:String x:Key="wox_plugin_sys_plugin_name">פקודות מערכת</system:String>
<system:String x:Key="wox_plugin_sys_plugin_description">מנגיש פקודות מערכת רלוונטיות. כמו למשל כיבוי, נעילה, הגדרות וכו'.</system:String>

</ResourceDictionary>
5 changes: 5 additions & 0 deletions Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
14 changes: 14 additions & 0 deletions Plugins/Wox.Plugin.Url/Languages/he.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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">

<system:String x:Key="wox_plugin_url_open_url">פתח קישור:{0}</system:String>
<system:String x:Key="wox_plugin_url_canot_open_url">לא ניתן לפתוח את הקישור:{0}</system:String>

<system:String x:Key="wox_plugin_url_plugin_name">קישור</system:String>
<system:String x:Key="wox_plugin_url_plugin_description">פתח את הקישור שמוקלד מ Wox</system:String>

<system:String x:Key="wox_plugin_url_plugin_set_tip">אנא הגדר את הנתיב של הדפדפן שלך:</system:String>
<system:String x:Key="wox_plugin_url_plugin_choose">בחר</system:String>
<system:String x:Key="wox_plugin_url_plugin_filter">תוכנה(*.exe)|*.exe|כל הקבצים|*.*</system:String>
</ResourceDictionary>
5 changes: 5 additions & 0 deletions Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\he.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
Loading

0 comments on commit 28f9a37

Please sign in to comment.