Finished turkish translation

This commit is contained in:
Jaex 2015-05-07 17:32:48 +03:00
parent 454e783c68
commit 631c44622a
11 changed files with 57 additions and 10 deletions

View file

@ -612,4 +612,7 @@ Dosya boyutu: {2:n0} / {3:n0} KB</value>
<data name="HotkeyType_RectangleTransparent" xml:space="preserve">
<value>Dikdörtgen bölge yakala (Saydam)</value>
</data>
<data name="HotkeyType_CustomRegion" xml:space="preserve">
<value>Özel bölge yakala</value>
</data>
</root>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -122,4 +123,7 @@
<data name="btnYes.Text" xml:space="preserve">
<value>Evet</value>
</data>
<data name="cbDontShow.Text" xml:space="preserve">
<value>ShareX bir sonraki defa açılana kadar tekrar sorma</value>
</data>
</root>

View file

@ -324,7 +324,7 @@ private void DrawTips(Graphics g, int offset, int padding)
protected virtual void WriteTips(StringBuilder sb)
{
sb.AppendLine("[F1] Hide this tips");
sb.AppendLine("[F1] Hide tips");
sb.AppendLine();
if (AreaManager.IsCreating)
@ -495,6 +495,7 @@ private void DrawMagnifier(Graphics g)
{
brush.TranslateTransform(x, y);
g.FillEllipse(brush, x, y, magnifier.Width, magnifier.Height);
g.DrawEllipse(Pens.White, x - 1, y - 1, magnifier.Width + 2, magnifier.Height + 2);
g.DrawEllipse(Pens.Black, x, y, magnifier.Width, magnifier.Height);
}
}

View file

@ -44,7 +44,7 @@ public MonitorRegion(Screen monitor, int monitorNumber)
private void CreateTheNameFromBoundsAndMonitorNumber(int monitorNumber)
{
MonitorIdentifier = String.Format(Resources.ScreenRegion_Name_Monitor_0___X__1__Y__2__Height__3__Width__4_, monitorNumber, Bounds.X, Bounds.Y, Bounds.Height, Bounds.Width);
MonitorIdentifier = String.Format(Resources.ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_, monitorNumber, Bounds.X, Bounds.Y, Bounds.Width, Bounds.Height);
}
public override string ToString()

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -202,11 +202,11 @@ internal static string RectangleTransparent_RectangleTransparent_Rectangle_captu
}
/// <summary>
/// Looks up a localized string similar to Monitor{0} (X:{1} Y:{2} Height:{3} Width:{4}).
/// Looks up a localized string similar to Monitor {0} (X:{1} Y:{2} Width:{3} Height:{4}).
/// </summary>
internal static string ScreenRegion_Name_Monitor_0___X__1__Y__2__Height__3__Width__4_ {
internal static string ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_ {
get {
return ResourceManager.GetString("ScreenRegion_Name_Monitor_0___X__1__Y__2__Height__3__Width__4_", resourceCulture);
return ResourceManager.GetString("ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_", resourceCulture);
}
}

View file

@ -162,7 +162,7 @@ Afstand: {6:0.00} px / Hoek: {7:0.00}°</value>
<data name="Surface_InitializeComponent_Region_capture" xml:space="preserve">
<value>Regio vastleggen</value>
</data>
<data name="ScreenRegion_Name_Monitor_0___X__1__Y__2__Height__3__Width__4_" xml:space="preserve">
<value>Monitor {0} (X:{1} Y:{2} Hoogte:{3} Breedte:{4})</value>
<data name="ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_" xml:space="preserve">
<value>Monitor {0} (X:{1} Y:{2} Breedte:{3} Hoogte:{4})</value>
</data>
</root>

View file

@ -170,7 +170,7 @@ X: {4}, Y: {5}</value>
<data name="RectangleTransparent_RectangleTransparent_Rectangle_capture_transparent" xml:space="preserve">
<value>Rectangle capture transparent</value>
</data>
<data name="ScreenRegion_Name_Monitor_0___X__1__Y__2__Height__3__Width__4_" xml:space="preserve">
<value>Monitor {0} (X:{1} Y:{2} Height:{3} Width:{4})</value>
<data name="ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_" xml:space="preserve">
<value>Monitor {0} (X:{1} Y:{2} Width:{3} Height:{4})</value>
</data>
</root>

View file

@ -162,4 +162,7 @@ Mesafe: {6:0.00} px / Açı: {7:0.00}°</value>
<data name="RectangleTransparent_RectangleTransparent_Rectangle_capture_transparent" xml:space="preserve">
<value>Dikdörtgen yakalama saydam</value>
</data>
<data name="ScreenRegion_Name_Monitor_0___X__1__Y__2__Width__3__Height__4_" xml:space="preserve">
<value>Monitor {0} (X:{1} Y:{2} Genişlik:{3} Yükseklik:{4})</value>
</data>
</root>

View file

@ -737,4 +737,22 @@ Bir başka deyişle Amazon S3'den bazı durumlarda kaybolabilirler.</value>
<data name="lblLambdaApiKey.Text" xml:space="preserve">
<value>API anahtarı:</value>
</data>
<data name="btnTwitterAdd.Text" xml:space="preserve">
<value>Ekle</value>
</data>
<data name="btnTwitterRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="chTwitterAccount.Text" xml:space="preserve">
<value>İsim</value>
</data>
<data name="lblTwitterDescription.Text" xml:space="preserve">
<value>İsim:</value>
</data>
<data name="cbTwitterSkipMessageBox.Text" xml:space="preserve">
<value>Tweet mesaj kutusunu gösterme</value>
</data>
<data name="lblTwitterDefaultMessage.Text" xml:space="preserve">
<value>Varsayılan tweet mesajı:</value>
</data>
</root>

View file

@ -426,4 +426,13 @@
<data name="cbNameFormatCustomTimeZone.Text" xml:space="preserve">
<value>Kişisel zaman dilimi kullan:</value>
</data>
<data name="lblCaptureCustomRegionHeight.Text" xml:space="preserve">
<value>Yükseklik</value>
</data>
<data name="lblCaptureCustomRegionWidth.Text" xml:space="preserve">
<value>Genişlik</value>
</data>
<data name="lblCaptureCustomRegionSelectedMonitor.Text" xml:space="preserve">
<value>Monitor seç özel bölge için:</value>
</data>
</root>

View file

@ -410,4 +410,13 @@ Lütfen başka bir kısayol seçin veya çakışan uygulamayı kapatın ve Share
<data name="TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_" xml:space="preserve">
<value>Panoya kopyalandı: {0}</value>
</data>
<data name="TaskHelpers_OpenFTPClient_FTP_client_only_supports_FTP_or_FTPS_" xml:space="preserve">
<value>FTP istemcisi sadece FTP veya FTPS destekliyor.</value>
</data>
<data name="TaskHelpers_OpenFTPClient_Unable_to_find_valid_FTP_account_" xml:space="preserve">
<value>Geçerli FTP hesabı bulunamadı.</value>
</data>
<data name="TaskHelpers_TweetMessage_Unable_to_find_valid_Twitter_account_" xml:space="preserve">
<value>Geçerli Twitter hesabı bulunamadı.</value>
</data>
</root>