Skip to content

Commit b0a541f

Browse files
committed
New translations en.xaml (Hebrew)
[ci skip]
1 parent e67b726 commit b0a541f

File tree

1 file changed

+26
-13
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer/Languages

1 file changed

+26
-13
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,32 @@
148148
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">אזהרה: שירות Everything אינו פועל</system:String>
149149
<system:String x:Key="flowlauncher_plugin_everything_query_error">שגיאה במהלך שאילתה ל-Everything</system:String>
150150
<system:String x:Key="flowlauncher_plugin_everything_sort_by">מיין לפי</system:String>
151-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">שם</system:String>
152-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">נתיב</system:String>
153-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">גודל</system:String>
154-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">סיומת</system:String>
155-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">שם סוג</system:String>
156-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">תאריך יצירה</system:String>
157-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">תאריך שינוי</system:String>
158-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">מאפיינים</system:String>
159-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">מיון לפי שם קובץ ברשימה</system:String>
160-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">מספר הפעלות</system:String>
161-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">תאריך שינוי אחרון</system:String>
162-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">תאריך גישה</system:String>
163-
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">תאריך הרצה</system:String>
151+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name_ascending">Name ↑</system:String>
152+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name_descending">Name ↓</system:String>
153+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path_ascending">Path ↑</system:String>
154+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path_descending">Path ↓</system:String>
155+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size_ascending">Size ↑</system:String>
156+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size_descending">Size ↓</system:String>
157+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension_ascending">Extension ↑</system:String>
158+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension_descending">Extension ↓</system:String>
159+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name_ascending">Type Name ↑</system:String>
160+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name_descending">Type Name ↓</system:String>
161+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created_ascending">Date Created ↑</system:String>
162+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created_descending">Date Created ↓</system:String>
163+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified_ascending">Date Modified ↑</system:String>
164+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified_descending">Date Modified ↓</system:String>
165+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes_ascending">Attributes ↑</system:String>
166+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes_descending">Attributes ↓</system:String>
167+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename_ascending">File List FileName ↑</system:String>
168+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename_descending">File List FileName ↓</system:String>
169+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count_ascending">Run Count ↑</system:String>
170+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count_descending">Run Count ↓</system:String>
171+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed_ascending">Date Recently Changed ↑</system:String>
172+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed_descending">Date Recently Changed ↓</system:String>
173+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed_ascending">Date Accessed ↑</system:String>
174+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed_descending">Date Accessed ↓</system:String>
175+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run_ascending">Date Run ↑</system:String>
176+
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run_descending">Date Run ↓</system:String>
164177
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
165178
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
166179
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">אזהרה: זוהי לא אפשרות מיון מהיר, החיפושים עשויים להיות איטיים</system:String>

0 commit comments

Comments
 (0)