Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from kubalav/master
Browse files Browse the repository at this point in the history
Update Slovak translation
  • Loading branch information
jjw24 authored Jul 27, 2021
2 parents e9f4be4 + 29c7dfa commit d6edaba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Languages/sk.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
<system:String x:Key="flowlauncher_plugin_everything_customized_args">Arg.</system:String>
<system:String x:Key="flowlauncher_plugin_everything_customized_args_tooltip">Zadajte vlastné argumenty, ktoré chcete pridať do vlastného správcu súborov. %s predstavuje cestu k priečinku (rodičovský priečinok pre súbor alebo samotný priečinok). %f predstavuje cestu k súboru (funguje len pre súbor).</system:String>
<system:String x:Key="flowlauncher_plugin_everything_customized_args_textbox">%s predstavuje cestu k priečinku (rodičovský priečinok pre súbor alebo samotný priečinok). %f predstavuje cestu k súboru (funguje len pre súbor).</system:String>

<system:String x:Key="flowlauncher_plugin_everything_sort_by">Zoradiť podľa</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Názov</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Cesta</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Veľkosť</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Prípona</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Typ</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Dátum vytvorenia</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Dátum pravy</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Atribúty</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">Zoznam názvov súborov</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Počet spustení</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Nedávo zmenený dátum</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Dátum prístupu</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Dátum spustenia</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>

<system:String x:Key="flowlauncher_plugin_everything_installing_title">Inštalácia Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Inštaluje sa služba Everything. Čakajte, prosím…</system:String>
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Everything",
"Description": "Search Everything",
"Author": "qianlifeng,orzfly",
"Version": "1.5.1",
"Version": "1.5.2",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
"IcoPath": "Images\\find.png",
Expand Down

0 comments on commit d6edaba

Please sign in to comment.