Skip to content

Commit 556820e

Browse files
authored
Add Turkish language support (MonitorControl#529)
1 parent baf734c commit 556820e

File tree

4 files changed

+270
-0
lines changed

4 files changed

+270
-0
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
2EAA5B7F24BF9E9A00937821 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
7070
3CCA5F962442EFF800B4DB84 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/MainMenu.strings; sourceTree = "<group>"; };
7171
3CCA5F972442EFF800B4DB84 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
72+
44706EBA26D25F7100C82ECB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = "<group>"; };
73+
44706EBB26D25F7100C82ECB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MainMenu.strings; sourceTree = "<group>"; };
74+
44706EBC26D25F7100C82ECB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
7275
47A9F5A022ACAFBE00F649BB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MainMenu.strings"; sourceTree = "<group>"; };
7376
47A9F5A122ACAFBE00F649BB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
7477
56754EAB1D9A4016007BCDC5 /* MonitorControl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MonitorControl.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -362,6 +365,7 @@
362365
ja,
363366
pl,
364367
hu,
368+
tr,
365369
);
366370
mainGroup = 56754EA21D9A4016007BCDC5;
367371
packageReferences = (
@@ -546,6 +550,7 @@
546550
6CDA0FD726485AAC00F52125 /* ru */,
547551
6CDA0FD826485AAE00F52125 /* uk */,
548552
AA6686F026B8172E00AF74A2 /* hu */,
553+
44706EBA26D25F7100C82ECB /* tr */,
549554
);
550555
name = Main.storyboard;
551556
sourceTree = "<group>";
@@ -563,6 +568,7 @@
563568
3CCA5F972442EFF800B4DB84 /* ja */,
564569
2EAA5B7F24BF9E9A00937821 /* pl */,
565570
AA6686F226B8172E00AF74A2 /* hu */,
571+
44706EBC26D25F7100C82ECB /* tr */,
566572
);
567573
name = Localizable.strings;
568574
sourceTree = "<group>";
@@ -581,6 +587,7 @@
581587
3CCA5F962442EFF800B4DB84 /* ja */,
582588
2EAA5B7E24BF9E9A00937821 /* pl */,
583589
AA6686F126B8172E00AF74A2 /* hu */,
590+
44706EBB26D25F7100C82ECB /* tr */,
584591
);
585592
name = MainMenu.xib;
586593
sourceTree = "<group>";
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
/* Shown in the main prefs window */
2+
"About" = "Hakkında";
3+
4+
/* Apple Silicon designation (shown after the version number in Preferences) */
5+
"Apple Silicon" = "Apple Silicon";
6+
7+
/* Shown in the alert dialog */
8+
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Daha uzun bir gecikmeyi etkinleştirmek istediğinizden emin misiniz? Bunu yapmak sisteminizi dondurabilir ve yeniden başlatılabilir. Başlangıçta güvenlik önlemi olarak devre dışı bırakılır.";
9+
10+
/* Shown in the alert dialog */
11+
"Are you sure you want to reset all preferences?" = "Tüm ayarları sıfırlamak istediğinize emin misiniz?";
12+
13+
/* Shown in menu */
14+
"Brightness" = "Parlaklık";
15+
16+
/* Build */
17+
"Build" = "Derleme";
18+
19+
/* Shown in the Display Preferences */
20+
"Built-in Display" = "Dahili Ekran";
21+
22+
/* Shown in menu */
23+
"Contrast" = "Kontrast";
24+
25+
/* Version */
26+
"Copyright Ⓒ MonitorControl, " = "Telif Hakkı Ⓒ MonitorControl, ";
27+
28+
/* Shown in the main prefs window */
29+
"Displays" = "Ekranlar";
30+
31+
/* Shown in the alert dialog */
32+
"Enable Longer Delay?" = "Daha Uzun Gecikmeyi Etkinleştir?";
33+
34+
/* Shown in the Display Preferences */
35+
"External Display" = "Harici Ekran";
36+
37+
/* Shown in the main prefs window */
38+
"General" = "Genel";
39+
40+
/* Shown in the Display Preferences */
41+
"Hardware (CoreDisplay)" = "Donanım (CoreDisplay)";
42+
43+
/* Shown in the Display Preferences */
44+
"Hardware (DDC)" = "Donanım (DDC)";
45+
46+
/* Intel designation (shown after the version number in Preferences) */
47+
"Intel" = "Intel";
48+
49+
/* Shown in the alert dialog */
50+
"No" = "Hayır";
51+
52+
/* Shown in the Display Preferences */
53+
"No Control Available" = "Kontrol yok";
54+
55+
/* Shown in menu */
56+
"No supported display found" = "Desteklenen ekran bulunamadı";
57+
58+
/* Shown in the alert dialog */
59+
"Ok" = "Tamam";
60+
61+
/* Shown in the Display Preferences */
62+
"Other Display" = "Diğer Ekran";
63+
64+
/* Shown in the alert dialog */
65+
"Reset Preferences?" = "Ayarları Sıfırla?";
66+
67+
/* Shown in the alert dialog */
68+
"Shortcuts not available" = "Kısayollar bulunamadı";
69+
70+
/* Shown in the Display Preferences */
71+
"Software (Forced)" = "Yazılım (Zorunlu)";
72+
73+
/* Shown in the Display Preferences */
74+
"Software Only" = "Sadece Yazılım";
75+
76+
/* Unknown display name */
77+
"Unknown" = "Bilinmeyen";
78+
79+
/* Shown in the Display Preferences */
80+
"Unspecified" = "Belirtilmemiş";
81+
82+
/* Version */
83+
"Version" = "Versiyon";
84+
85+
/* Shown in the Display Preferences */
86+
"Virtual Display" = "Sanal Ekran";
87+
88+
/* Shown in menu */
89+
"Volume" = "Ses";
90+
91+
/* Shown in the alert dialog */
92+
"Yes" = "Evet";
93+
94+
/* Shown in the alert dialog */
95+
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "MonitorControl klavye kısayollarını aktif hale getirmek için Sistem Tercihleri > Güvenlik ve Gizlilik > Erişebilirlik altından izin vermeniz gerekmektedir";
Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
2+
/* Class = "NSTextFieldCell"; title = "MonitorControl"; ObjectID = "1PJ-14-Bvn"; */
3+
"1PJ-14-Bvn.title" = "MonitorControl";
4+
5+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */
6+
"6GJ-6Q-gqz.title" = "#bc-ignore!";
7+
8+
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
9+
"95V-M4-2l5.title" = "Katkıda bulunanlarımıza özel teşekkürler!";
10+
11+
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
12+
"BYS-7Y-bRz.title" = "Ayarları sıfırla";
13+
14+
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
15+
"Cle-DD-vR7.title" = "Özel";
16+
17+
/* Class = "NSButtonCell"; title = "Website"; ObjectID = "Cln-uW-2dd"; */
18+
"Cln-uW-2dd.title" = "Web Sitesi";
19+
20+
/* Class = "NSTextFieldCell"; title = "⚠️ Warning! Changing some of these settings may cause system freezes or unexpected behavior!"; ObjectID = "Cz1-Mh-llk"; */
21+
"Cz1-Mh-llk.title" = "⚠️ Uyarı! Bu ayarların bazılarını değiştirmek, sistemin donmasına veya beklenmeyen davranışlara neden olabilir!";
22+
23+
/* Class = "NSButtonCell"; title = "Change Brightness and Volume for all screens"; ObjectID = "E6M-ih-S8Y"; */
24+
"E6M-ih-S8Y.title" = "Tüm ekranlar için Parlaklığı ve Sesi değiştir";
25+
26+
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
27+
"Eq3-z9-yIo.title" = "Minimal";
28+
29+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
30+
"FoA-yh-Yx3.title" = "Yok";
31+
32+
/* Class = "NSTextFieldCell"; title = "Custom read polling count:"; ObjectID = "J77-r0-djA"; */
33+
"J77-r0-djA.title" = "Özel okuma yoklama sayımı:";
34+
35+
/* Class = "NSTextFieldCell"; title = "Use the media keys of your keyboard to control Brightness & Volume."; ObjectID = "K2r-aD-eec"; */
36+
"K2r-aD-eec.title" = "Parlaklığı ve Sesi değiştirmek için klavyedeki medya tuşlarını kullan";
37+
38+
/* Class = "NSTextFieldCell"; title = "Menu contents:"; ObjectID = "MJx-MK-e7D"; */
39+
"MJx-MK-e7D.title" = "Menü içerikleri:";
40+
41+
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
42+
"NLP-dU-Dam.title" = "Sadece ses";
43+
44+
/* Class = "NSTextFieldCell"; title = "If the menu item is hidden, just relaunch the app to reveal Preferences!"; ObjectID = "PVE-y7-zIk"; */
45+
"PVE-y7-zIk.title" = "Menü öğesi gizlenirse, tercihleri ortaya çıkarmak için uygulamayı yeniden başlatın!";
46+
47+
/* Class = "NSTextFieldCell"; title = "Control method:"; ObjectID = "PaK-1f-DsW"; */
48+
"PaK-1f-DsW.title" = "Kontrol yöntemi:";
49+
50+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "Pqk-VW-JGY"; */
51+
"Pqk-VW-JGY.title" = "#bc-ignore!";
52+
53+
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
54+
"Riq-uM-bTs.title" = "Normal";
55+
56+
/* Class = "NSTextFieldCell"; title = "@the0neyouseek\n@JoniVR\n@waydabber"; ObjectID = "TKd-J8-Iyk"; */
57+
"TKd-J8-Iyk.title" = "@the0neyouseek\n@JoniVR\n@waydabber";
58+
59+
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
60+
"UqR-WE-jHl.title" = "Bu ekran için klavye kısayollarını etkinleştir";
61+
62+
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
63+
"Vr4-xb-B4o.title" = "Hem Parlaklık Hem de Ses";
64+
65+
/* Class = "NSButtonCell"; title = "Show advanced settings under Displays"; ObjectID = "Wnd-hx-Meb"; */
66+
"Wnd-hx-Meb.title" = "Ekranlarda gelişmiş ayarları göster";
67+
68+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
69+
"X96-ny-lAP.title" = "Yok";
70+
71+
/* Class = "NSTextFieldCell"; title = "Additional settings:"; ObjectID = "Xz0-X0-rB4"; */
72+
"Xz0-X0-rB4.title" = "Ek ayarlar:";
73+
74+
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
75+
"YqZ-LS-YvR.title" = "Tanımlayıcı:";
76+
77+
/* Class = "NSButtonCell"; title = "Donate"; ObjectID = "ZKk-ve-rS4"; */
78+
"ZKk-ve-rS4.title" = "Bağış Yap";
79+
80+
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
81+
"ZdU-gV-V05.title" = "Donanım DDC kontrolünü kullan";
82+
83+
/* Class = "NSButtonCell"; title = "Hide Menu Icon"; ObjectID = "aXL-i8-S6R"; */
84+
"aXL-i8-S6R.title" = "Menü simgesini gizle";
85+
86+
/* Class = "NSButtonCell"; title = "Enable Mute DDC command"; ObjectID = "bZq-0d-lJa"; */
87+
"bZq-0d-lJa.title" = "Mute DDC komutunu etkinleştir";
88+
89+
/* Class = "NSButtonCell"; title = "Disable macOS volume OSD"; ObjectID = "bkM-Px-U3b"; */
90+
"bkM-Px-U3b.title" = "macOS ses OSD'yi pasif et";
91+
92+
/* Class = "NSTextFieldCell"; title = "Keyboard:"; ObjectID = "c7N-cO-759"; */
93+
"c7N-cO-759.title" = "Klavye:";
94+
95+
/* Class = "NSButtonCell"; title = "Show volume slider in menu"; ObjectID = "dhP-eB-1L6"; */
96+
"dhP-eB-1L6.title" = "Menüde ses ayarını göster";
97+
98+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "e0q-fb-k7R"; */
99+
"e0q-fb-k7R.title" = "#bc-ignore!";
100+
101+
/* Class = "NSButtonCell"; title = "Reset Name"; ObjectID = "f9g-8s-gdd"; */
102+
"f9g-8s-gdd.title" = "İsmi Sıfırla";
103+
104+
/* Class = "NSButtonCell"; title = "Further lower brightness via software dimming"; ObjectID = "fhy-Er-0aI"; */
105+
"fhy-Er-0aI.title" = "Yazılımsal karartma yoluyla daha düşük parlaklık";
106+
107+
/* Class = "NSTextFieldCell"; title = "Brightness control:"; ObjectID = "hdd-Zz-buN"; */
108+
"hdd-Zz-buN.title" = "Parlaklık kontrolü:";
109+
110+
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
111+
"hjz-0c-rvK.title" = "Sadece parlaklık";
112+
113+
/* Class = "NSTextFieldCell"; title = "These options work for hardware (DDC) controlled displays only."; ObjectID = "iBZ-8c-JDY"; */
114+
"iBZ-8c-JDY.title" = "Bu seçenekler yalnızca donanım (DDC) kontrollü ekranlar için çalışır.";
115+
116+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "ibQ-4u-ClE"; */
117+
"ibQ-4u-ClE.title" = "#bc-ignore!";
118+
119+
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
120+
"j72-NF-zsW.title" = "Başlangıçta çalıştır";
121+
122+
/* Class = "NSButtonCell"; title = "Enable software dimming if required"; ObjectID = "kMa-3q-udl"; */
123+
"kMa-3q-udl.title" = "Gerekirse yazılımsal karartma etkinleştir";
124+
125+
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
126+
"kqn-gU-mZX.ibShadowedToolTip" = "Detaylı Bilgi";
127+
128+
/* Class = "NSTextFieldCell"; title = "Display type:"; ObjectID = "lSJ-6w-KJ2"; */
129+
"lSJ-6w-KJ2.title" = "Ekran tipi:";
130+
131+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "mBs-6m-13Q"; */
132+
"mBs-6m-13Q.title" = "#bc-ignore!";
133+
134+
/* Class = "NSTextFieldCell"; title = "If an external display can't be controlled, software dimming will be used instead."; ObjectID = "n4V-jQ-1Ri"; */
135+
"n4V-jQ-1Ri.title" = "Harici bir ekran kontrol edilemezse, yazılımsal karartma yerine kullanılacaktır.";
136+
137+
/* Class = "NSTextFieldCell"; title = "Application:"; ObjectID = "okD-DG-pYa"; */
138+
"okD-DG-pYa.title" = "Uygulama:";
139+
140+
/* Class = "NSButtonCell"; title = "Longer delay during DDC read operations"; ObjectID = "pF5-Sw-7BR"; */
141+
"pF5-Sw-7BR.title" = "DDC okuma işlemleri sırasında daha uzun gecikme";
142+
143+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */
144+
"pIy-Lk-kkm.title" = "#bc-ignore!";
145+
146+
/* Class = "NSTextFieldCell"; title = "Advanced:"; ObjectID = "r7i-oG-Ab6"; */
147+
"r7i-oG-Ab6.title" = "Gelişmiş:";
148+
149+
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
150+
"vik-vN-bJe.title" = "Ağır";
151+
152+
/* Class = "NSTextFieldCell"; title = "DDC read polling mode:"; ObjectID = "vwm-hY-on5"; */
153+
"vwm-hY-on5.title" = "DDC Okuma Oylama Modu:";
154+
155+
/* Class = "NSButtonCell"; title = "Show contrast slider in menu"; ObjectID = "xSI-8W-Xd0"; */
156+
"xSI-8W-Xd0.title" = "Menüde kontrast ayarını göster";
157+
158+
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "xY6-aw-o9u"; */
159+
"xY6-aw-o9u.title" = "Ayarları Sıfırla";
160+
161+
/* Class = "NSTextFieldCell"; title = "This activates additional software dimming after the display reached zero hardware brightness. Menu slider is also affected with 50% being the transition point. Works for DDC controlled displays only."; ObjectID = "yeg-GN-SuO"; */
162+
"yeg-GN-SuO.title" = "Bu, ekran sıfır donanım parlaklığına ulaştıktan sonra ek yazılımsal karartmayı etkinleştirir. Menü kaydırıcısı ayrıca geçiş noktası olan %50'sinden de etkilenir. Yalnızca DDC kontrollü ekranlar için çalışır.";
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
3+
"JTa-2I-AsI.title" = "Çıkış";
4+
5+
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "SOS-eZ-uU5"; */
6+
"SOS-eZ-uU5.title" = "Tercihler...";

0 commit comments

Comments
 (0)