|
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 | <!-- Startup --> |
4 | 4 | <system:String x:Key="runtimePluginInstalledChooseRuntimePrompt"> |
5 | | - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? |
| 5 | + Flow, {0} eklenti yüklediğinizi tespit etti, bu eklentilerin çalışması için {1} gerekir. {1} indirilsin mi? |
6 | 6 | {2}{2} |
7 | | - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable |
| 7 | + Zaten yüklüyse hayır'a tıklayın ve {1} yürütülebilir dosyasının bulunduğu klasörü seçin |
8 | 8 | </system:String> |
9 | 9 | <system:String x:Key="runtimePluginChooseRuntimeExecutable">Lütfen {0} dosyasını seçin</system:String> |
10 | 10 | <system:String x:Key="runtimeExecutableInvalidChooseDownload"> |
11 | | - Your selected {0} executable is invalid. |
| 11 | + Seçtiğiniz {0} yürütülebilir dosyası geçersiz. |
12 | 12 | {2}{2} |
13 | | - Click yes if you would like select the {0} executable again. Click no if you would like to download {1} |
| 13 | + {0} yürütülebilir dosyasını tekrar seçmek istiyorsanız evet'e tıklayın. {1} dosyasını indirmek istiyorsanız hayır'a tıklayın |
14 | 14 | </system:String> |
15 | 15 | <system:String x:Key="runtimePluginUnableToSetExecutablePath">{0} dosya yolu ayarlanamadı, lütfen Flow’un ayarlarından deneyin (en alta inerek).</system:String> |
16 | 16 | <system:String x:Key="failedToInitializePluginsTitle">Eklentiler başlatılamıyor</system:String> |
|
119 | 119 | <system:String x:Key="SearchPrecisionLow">Düşük</system:String> |
120 | 120 | <system:String x:Key="SearchPrecisionRegular">Normal</system:String> |
121 | 121 | <system:String x:Key="ShouldUsePinyin">Pinyin</system:String> |
122 | | - <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> |
| 122 | + <system:String x:Key="ShouldUsePinyinToolTip">Pinyin, Çince'yi çevirmek için kullanılan standart romanize yazım sistemidir. Bunu etkinleştirmenin arama sırasında bellek kullanımını önemli ölçüde artırabileceğini lütfen unutmayın.</system:String> |
123 | 123 | <system:String x:Key="ShouldUseDoublePinyin">Çift Pinyin kullanın</system:String> |
124 | 124 | <system:String x:Key="ShouldUseDoublePinyinToolTip">Arama yapmak için Tam Pinyin yerine Çift Pinyin kullanın.</system:String> |
125 | 125 | <system:String x:Key="DoublePinyinSchema">Çift Pinyin Şeması</system:String> |
|
0 commit comments