Skip to content

Commit

Permalink
Merge pull request ts1#70 from alonewolfx2/master
Browse files Browse the repository at this point in the history
Turkish language added
  • Loading branch information
ts1 committed Dec 24, 2021
2 parents 14fb768 + 43243a9 commit 7867e4d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BLEUnlock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
3DD4B668226C1E3700451B7B /* login.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = login.framework; path = ../../../../System/Library/PrivateFrameworks/login.framework; sourceTree = "<group>"; };
B1EFF91422E010F50010DB0A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/AboutBox.strings"; sourceTree = "<group>"; };
B1EFF91622E010F50010DB0A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
F749D28C277515C600C78C28 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/AboutBox.strings; sourceTree = "<group>"; };
F749D28D277515C600C78C28 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -254,6 +256,7 @@
da,
nb,
sv,
tr,
);
mainGroup = 3DD4B647226C1C3200451B7B;
productRefGroup = 3DD4B651226C1C3200451B7B /* Products */;
Expand Down Expand Up @@ -345,6 +348,7 @@
3D43D0142765FCFD00D15991 /* da */,
3D43D0162765FD1600D15991 /* nb */,
3D43D0182765FD2800D15991 /* sv */,
F749D28D277515C600C78C28 /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -359,6 +363,7 @@
3D43D0132765FCFD00D15991 /* da */,
3D43D0152765FD1600D15991 /* nb */,
3D43D0172765FD2800D15991 /* sv */,
F749D28C277515C600C78C28 /* tr */,
);
name = AboutBox.xib;
sourceTree = "<group>";
Expand Down
15 changes: 15 additions & 0 deletions BLEUnlock/tr.lproj/AboutBox.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

/* Class = "NSTextFieldCell"; title = "Copyright © 2019-2021 Takeshi Sone"; ObjectID = "GN4-8z-o8I"; */
"GN4-8z-o8I.title" = "Copyright © 2019-2021 Takeshi Sone";

/* Class = "NSTextFieldCell"; title = "BLEUnlock version #{version}"; ObjectID = "VLW-23-BX0"; */
"VLW-23-BX0.title" = "BLEUnlock versiyon #{version}";

/* Class = "NSButtonCell"; title = "Check Releases"; ObjectID = "WIg-Gy-UeI"; */
"WIg-Gy-UeI.title" = "Sürüm Kontrol et";

/* Class = "NSButtonCell"; title = "Visit Homepage"; ObjectID = "fPY-L3-Edh"; */
"fPY-L3-Edh.title" = "Anasayfayı ziyaret et";

/* Class = "NSWindow"; title = "About BLEUnlock"; ObjectID = "hgX-Z1-8qq"; */
"hgX-Z1-8qq.title" = "BLEUnlock Hakkında";
36 changes: 36 additions & 0 deletions BLEUnlock/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
"about" = "BLEUnlock Hakkında";
"bluetooth_power_warn" = "Bluetooth Kapalı. BLEUnlock çalışması için Bluetooth u açın";
"cancel" = "İptal";
"closer" = "⬆Yakın";
"device" = "Aygıt";
"device_not_set" = "Aygıt seçilmedi";
"disabled" = "Devredışı";
"enter_password" = "Kilit ekranı açmak için şifrenizi girin";
"enter_rssi_threshold" = "Minimum RSSI belirle";
"enter_rssi_threshold_info" = "Eğer aygıt RSSI değeri bu değerin altında ise arama sırasında yok sayılacaktır.";
"farther" = "⬇Uzak";
"launch_at_login" = "Başlangıçta çalıştır";
"lock_delay" = "Kilitleme gecikmesi";
"lock_now" = "Ekranı şimdi kilitle";
"lock_rssi" = "Kilitleme RSSI değeri";
"minute" = "dakika";
"minutes" = "dakika";
"not_detected" = "Sinyal tespit edilemedi";
"notification_device_away" = "Aygıt uzakta";
"notification_locked" = "Bu bilgisayar BLEUnlock tarafından kilitlenmiştir";
"notification_lost_signal" = "Sinyal kayboldu";
"notification_update_available" = "Güncelleme var";
"ok" = "TAMAM";
"passive_mode" = "Passif Mod";
"password_info" = "Şifreniz güvenli bir şekilde anahtar zincirinde saklanacaktır.";
"password_not_set" = "Şifre belirlenmedi.";
"pause_now_playing" = "Kilitliyken \"Now Playing\" beklet";
"quit" = "BLEUnlock'tan çıkış";
"scanning" = "Taranıyor…";
"seconds" = "saniye";
"set_password" = "Şifre belirle…";
"set_rssi_threshold" = "Minimum RSSI belirle";
"timeout" = "Sinyal yok Zaman Aşımı";
"unlock_rssi" = "Kilit açma RSSI";
"use_screensaver_to_lock" = "Kilit ekranı için ekran kuruyucu kullan";
"wake_on_proximity" = "Uyandırma yakınlığı";

0 comments on commit 7867e4d

Please sign in to comment.