mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
Added translation support for Turkish (#80)
* Added translation support for Turkish * Added translation support for Turkish
This commit is contained in:
@@ -37,6 +37,7 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- Polski
|
||||
- Український
|
||||
- Русский
|
||||
- Türkçe
|
||||
|
||||
You can help by adding a new language.
|
||||
|
||||
|
||||
@@ -444,6 +444,7 @@
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
97B5592A24FD84E000D3C4FF /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
9A0C82D124460DFF00FAE3D4 /* updater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = updater.swift; sourceTree = "<group>"; };
|
||||
9A0C82D324460E4400FAE3D4 /* launchAtLogin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = launchAtLogin.swift; sourceTree = "<group>"; };
|
||||
9A0C82DA24460F7200FAE3D4 /* StatsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StatsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@@ -1274,6 +1275,7 @@
|
||||
pl,
|
||||
uk,
|
||||
ru,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 9A1410EC229E721100D29793;
|
||||
productRefGroup = 9A1410F6229E721100D29793 /* Products */;
|
||||
@@ -1653,6 +1655,7 @@
|
||||
9AAAE83524F953FC00CD92D7 /* pl */,
|
||||
9AAAE83624FAA4B700CD92D7 /* uk */,
|
||||
9A520DF624FBF01F00133EC6 /* ru */,
|
||||
97B5592A24FD84E000D3C4FF /* tr */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
||||
135
Stats/Supporting Files/tr.lproj/Localizable.strings
Normal file
135
Stats/Supporting Files/tr.lproj/Localizable.strings
Normal file
@@ -0,0 +1,135 @@
|
||||
//
|
||||
// Localizable.strings
|
||||
// Stats
|
||||
//
|
||||
// Created by Serhiy Mytrovtsiy on 27/08/2020.
|
||||
// Using Swift 5.0.
|
||||
// Running on macOS 10.15.
|
||||
//
|
||||
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
||||
//
|
||||
|
||||
// Words
|
||||
"Unknown" = "Bilinmeyen";
|
||||
"Version" = "Sürüm";
|
||||
"Processor" = "İşlemci";
|
||||
"Memory" = "Ram";
|
||||
"Graphics" = "Grafik";
|
||||
"Disk" = "Disk";
|
||||
"Close" = "Kapat";
|
||||
"Download" = "İndir";
|
||||
"Install" = "Yükle";
|
||||
"Cancel" = "İptal";
|
||||
"Unavailable" = "Devre Dışı";
|
||||
"Yes" = "Evet";
|
||||
"No" = "Hayır";
|
||||
|
||||
// Alerts
|
||||
"New version available" = "Yeni versiyon indirilebilir";
|
||||
"Click to install the new version of Stats" = "Stats'ın yeni sürümünü indirmek için tıklayın";
|
||||
"Successfully updated" = "Başarıyla indirildi";
|
||||
"Stats was updated to v" = "Stats v%0 sürümüne güncellendi";
|
||||
|
||||
// Settings
|
||||
"Open Activity Monitor" = "Etkinlik Monitörünü aç";
|
||||
"Report a bug" = "Hata bildir";
|
||||
"Close application" = "Uygulamayı kapat";
|
||||
"Open application settings" = "Uygulama ayarlarını aç";
|
||||
"Open moduleName settings" = "%0 ayarlarını aç";
|
||||
|
||||
// Application settings
|
||||
"Update application" = "Uygulamayı güncelle";
|
||||
"Check for updates" = "Güncellemeleri denetle";
|
||||
"Show icon in dock" = "Dock'ta göster";
|
||||
"Start at login" = "Başlangıçta çalıştır";
|
||||
|
||||
// Update
|
||||
"The latest version of Stats installed" = "Stats'ın son sürümü yüklendi";
|
||||
"Downloading..." = "İndiriliyır...";
|
||||
"Current version: " = "Şu anki sürüm: ";
|
||||
"Latest version: " = "Son sürüm: ";
|
||||
|
||||
// Widgets
|
||||
"Color" = "Renk";
|
||||
"Label" = "Etiker";
|
||||
"Box" = "Kutu";
|
||||
"Frame" = "Çerçeve";
|
||||
"Value" = "Değer";
|
||||
"Colorize" = "Renklendir";
|
||||
"Colorize value" = "Değeri renklendir";
|
||||
"Additional information" = "Ek bilgi";
|
||||
"Reverse values order" = "Değerler sırasını tersine çevir";
|
||||
|
||||
// Module Kit
|
||||
"Open module settings" = "Modül ayarlarını aç";
|
||||
"Select widget" = "%0 widgetini seç";
|
||||
"Update interval" = "Güncelleme aralığı";
|
||||
"Usage history" = "Kullanım geçmişi";
|
||||
"Details" = "Detaylar";
|
||||
"Top processes" = "İşlemler";
|
||||
"Pictogram" = "Piktogram";
|
||||
|
||||
// CPU
|
||||
"CPU usage" = "CPU kullanımı";
|
||||
"CPU temperature" = "CPU sıcaklığı";
|
||||
"System" = "Sistem";
|
||||
"User" = "Kullanıcı";
|
||||
"Idle" = "Boşta";
|
||||
"Show usage per core" = "Çekirdek başına kullanımı göster";
|
||||
"Show hyper-threading cores" = "Hyper-thread çekirdekleri göster";
|
||||
|
||||
// GPU
|
||||
"GPU to show" = "Gösterilecek GPU";
|
||||
"GPU temperature" = "GPU sıcaklığı";
|
||||
"GPU utilization" = "GPU kullanımı";
|
||||
|
||||
// Memory
|
||||
"Memory usage" = "Ram kullanımı";
|
||||
"Memory pressure" = "Ram yoğunluğu";
|
||||
"Total" = "Toplam";
|
||||
"Used" = "Kullanılan";
|
||||
"App" = "Uygulama";
|
||||
"Wired" = "Bağlı";
|
||||
"Compressed" = "Sıkıştırılmış";
|
||||
"Free" = "Boş";
|
||||
|
||||
// Disk
|
||||
"Show removable disks" = "Çıkarılabilir diskleri göster";
|
||||
"Used disk memory" = "kullanılan %0 , toplam %1";
|
||||
"Disk to show" = "Gösterilecek disk";
|
||||
|
||||
// Network
|
||||
"Uploading" = "Yükleme";
|
||||
"Downloading" = "İndirme";
|
||||
"Public IP" = "Genel IP";
|
||||
"Local IP" = "Yerel IP";
|
||||
"Interface" = "Arayüz";
|
||||
"Network" = "Ağ";
|
||||
"Physical address" = "Fiziksel adres";
|
||||
"Click to copy public IP address" = "Genel IP adresini kopyalamak için tıklayın";
|
||||
"Click to copy local IP address" = "Yerel IP adresini kopyalamak için tıklayın";
|
||||
"Click to copy wifi name" = "Wifi adını kopyalamak için tıklayın";
|
||||
"Click to copy mac address" = "Mac adresini kopyalamak için tıklayın";
|
||||
"No connection" = "Bağlantı yok";
|
||||
"Network interface" = "Ağ arayüzü";
|
||||
|
||||
// Battery
|
||||
"Level" = "Doluluk";
|
||||
"Source" = "Kaynak";
|
||||
"Time" = "Süre";
|
||||
"Health" = "Sağlık";
|
||||
"Battery" = "Batarya";
|
||||
"Amperage" = "Amper";
|
||||
"Voltage" = "Voltaj";
|
||||
"Temperature" = "Sıcaklık";
|
||||
"Power adapter" = "Güç adaptörü";
|
||||
"Power" = "Güç";
|
||||
"Is charging" = "Şarj oluyor";
|
||||
"Time to discharge" = "Pilin boşalma süresi";
|
||||
"Time to charge" = "Pilin şarj olma süresi";
|
||||
"Calculating" = "Hesaplanıyor";
|
||||
"Fully charged" = "Tam şarjlı";
|
||||
"Not connected" = "Bağlı değil";
|
||||
"Low level notification" = "Düşük güç bildirimi";
|
||||
"Low battery" = "Düşük batarya";
|
||||
"Battery remaining" = "%0% kaldı";
|
||||
Reference in New Issue
Block a user