|
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 | <system:String x:Key="flowlauncher_plugin_websearch_window_title">Arama Kaynağı Ayarı</system:String> |
5 | | - <system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Aramayı şurada aç:</system:String> |
6 | 6 | <system:String x:Key="flowlauncher_plugin_websearch_new_window">Yeni Pencere</system:String> |
7 | 7 | <system:String x:Key="flowlauncher_plugin_websearch_new_tab">Yeni Sekme</system:String> |
8 | | - <system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String> |
| 8 | + <system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Dizin üzerinden tarayıcı seç:</system:String> |
9 | 9 | <system:String x:Key="flowlauncher_plugin_websearch_choose">Seç</system:String> |
10 | 10 | <system:String x:Key="flowlauncher_plugin_websearch_delete">Sil</system:String> |
11 | 11 | <system:String x:Key="flowlauncher_plugin_websearch_edit">Düzenle</system:String> |
|
17 | 17 | <system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Anahtar Kelime</system:String> |
18 | 18 | <system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String> |
19 | 19 | <system:String x:Key="flowlauncher_plugin_websearch_search">Ara:</system:String> |
20 | | - <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete</system:String> |
21 | | - <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Arama Sorgusu Otomatik Doldurmayı Kullan</system:String> |
| 21 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Otomatik Doldurma Verileri:</system:String> |
22 | 22 | <system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Lütfen bir web araması seçin</system:String> |
23 | 23 | <system:String x:Key="flowlauncher_plugin_websearch_delete_warning">{0} bağlantısını silmek istediğinize emin misiniz?</system:String> |
24 | 24 | <system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String> |
25 | 25 | <system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String> |
26 | 26 | <system:String x:Key="flowlauncher_plugin_websearch_guide_3"> |
27 | | - Now copy this entire string and paste it in the URL field below. |
28 | | - Then replace casino with {q}. |
29 | | - Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} |
| 27 | + Şimdi bu dizenin tamamını kopyalayın ve aşağıdaki URL alanına yapıştırın. |
| 28 | + Daha sonra casino yazısını {q} ile değiştirin. |
| 29 | + Dolayısıyla, Netflix'te arama yapmak için genel formül https://www.netflix.com/search?q={q} |
30 | 30 | </system:String> |
31 | 31 |
|
32 | | - <system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">Copy URL</system:String> |
33 | | - <system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">Copy search URL to clipboard</system:String> |
| 32 | + <system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">URL'yi kopyala</system:String> |
| 33 | + <system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">Arama URL'sini panoya kopyala</system:String> |
34 | 34 |
|
35 | 35 | <!-- web search edit --> |
36 | 36 | <system:String x:Key="flowlauncher_plugin_websearch_title">Başlık</system:String> |
|
0 commit comments