Skip to content

Commit 856a0a6

Browse files
womeimingzi11the0neyouseek
authored andcommitted
Chinese Simplified Translation (MonitorControl#104)
1 parent afd82e3 commit 856a0a6

5 files changed

Lines changed: 151 additions & 1 deletion

File tree

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
28D1DE0F227FD006004CB494 /* MediaKeyTap.framework.dSYM */ = {isa = PBXFileReference; lastKnownFileType = wrapper.dsym; name = MediaKeyTap.framework.dSYM; path = Carthage/Build/Mac/MediaKeyTap.framework.dSYM; sourceTree = "<group>"; };
101101
28D1DE10227FD006004CB494 /* AMCoreAudio.framework.dSYM */ = {isa = PBXFileReference; lastKnownFileType = wrapper.dsym; name = AMCoreAudio.framework.dSYM; path = Carthage/Build/Mac/AMCoreAudio.framework.dSYM; sourceTree = "<group>"; };
102102
28D1DE11227FD006004CB494 /* DDC.framework.dSYM */ = {isa = PBXFileReference; lastKnownFileType = wrapper.dsym; name = DDC.framework.dSYM; path = Carthage/Build/Mac/DDC.framework.dSYM; sourceTree = "<group>"; };
103+
47A9F59F22ACAFBE00F649BB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
104+
47A9F5A022ACAFBE00F649BB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MainMenu.strings"; sourceTree = "<group>"; };
105+
47A9F5A122ACAFBE00F649BB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
103106
56754EAB1D9A4016007BCDC5 /* MonitorControl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MonitorControl.app; sourceTree = BUILT_PRODUCTS_DIR; };
104107
56754EAE1D9A4016007BCDC5 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; };
105108
56754EB01D9A4016007BCDC5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -339,6 +342,7 @@
339342
fr,
340343
de,
341344
uk,
345+
"zh-Hans",
342346
);
343347
mainGroup = 56754EA21D9A4016007BCDC5;
344348
productRefGroup = 56754EAC1D9A4016007BCDC5 /* Products */;
@@ -484,6 +488,7 @@
484488
F01B0682228221B6008E64DB /* en */,
485489
F01B0684228221B6008E64DB /* fr */,
486490
1E7ECF3F22A4552400E4E701 /* uk */,
491+
47A9F5A122ACAFBE00F649BB /* zh-Hans */,
487492
);
488493
name = Localizable.strings;
489494
sourceTree = "<group>";
@@ -496,6 +501,7 @@
496501
F01B06A522822215008E64DB /* en */,
497502
F01B06A622822217008E64DB /* fr */,
498503
1E7ECF4022A4552B00E4E701 /* uk */,
504+
47A9F59F22ACAFBE00F649BB /* zh-Hans */,
499505
);
500506
name = Main.storyboard;
501507
sourceTree = "<group>";
@@ -508,6 +514,7 @@
508514
F01B06A222822208008E64DB /* en */,
509515
F01B06A32282220A008E64DB /* fr */,
510516
1E7ECF4122A4553000E4E701 /* uk */,
517+
47A9F5A022ACAFBE00F649BB /* zh-Hans */,
511518
);
512519
name = MainMenu.xib;
513520
sourceTree = "<group>";
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
/* Sown in menu */
3+
"Brightness" = "Brightness";
4+
5+
/* Build */
6+
"Build" = "Build";
7+
8+
/* Shown in menu */
9+
"Contrast" = "Contrast";
10+
11+
/* Shown in menu */
12+
"Default" = "Default";
13+
14+
/* No comment provided by engineer. */
15+
"Display" = "Display";
16+
17+
/* Shown in the main prefs window */
18+
"General" = "General";
19+
20+
/* Shown in the main prefs window */
21+
"Keys" = "Keys";
22+
23+
/* Shown in menu */
24+
"No supported display found" = "No supported display found";
25+
26+
/* Shown in the alert dialog */
27+
"Ok" = "Ok";
28+
29+
/* Shown in Preferences window */
30+
"Preferences" = "Preferences";
31+
32+
/* Shown in menu */
33+
"Set as default" = "Set as default";
34+
35+
/* Shown in the alert dialog */
36+
"Shortcuts not available" = "Shortcuts not available";
37+
38+
/* Unknown display name
39+
Unknown model
40+
Unknown vendor */
41+
"Unknown" = "Unknown";
42+
43+
/* Version */
44+
"Version" = "Version";
45+
46+
/* Shown in menu */
47+
"Volume" = "Volume";
48+
49+
/* Shown in the alert dialog */
50+
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work";

MonitorControl/UI/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<rect key="frame" x="-100" y="-100" width="358" height="16"/>
347347
<autoresizingMask key="autoresizingMask"/>
348348
</scroller>
349-
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="HBR-36-UaL">
349+
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="HBR-36-UaL">
350350
<rect key="frame" x="224" y="17" width="15" height="102"/>
351351
<autoresizingMask key="autoresizingMask"/>
352352
</scroller>
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
2+
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
3+
"0Z7-PQ-Bl8.title" = "调整所有显示器亮度/音量";
4+
5+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
6+
"2gr-xG-Byx.title" = "";
7+
8+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
9+
"4or-hS-WeW.title" = "";
10+
11+
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
12+
"8U8-ec-Zbv.headerCell.title" = "启用";
13+
14+
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
15+
"CHc-s5-4MN.headerCell.title" = "名字";
16+
17+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
18+
"DGv-iu-Jg1.title" = "";
19+
20+
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
21+
"Dcz-GG-1li.title" = "快捷键";
22+
23+
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
24+
"ENU-js-huy.title" = "通用";
25+
26+
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
27+
"ExD-7P-6XI.title" = "显示器";
28+
29+
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
30+
"LRJ-fb-Z9E.headerCell.title" = "Vendor";
31+
32+
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
33+
"NLP-dU-Dam.title" = "仅音量";
34+
35+
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
36+
"Nvp-hI-w4x.headerCell.title" = "Model";
37+
38+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
39+
"Pkk-Ce-Y6Q.title" = "";
40+
41+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
42+
"VPD-MR-IXg.title" = "";
43+
44+
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
45+
"Vh8-06-U3K.title" = "通过快捷键调整屏幕";
46+
47+
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
48+
"Vr4-xb-B4o.title" = "亮度和音量";
49+
50+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
51+
"aSw-3H-uNa.title" = "";
52+
53+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
54+
"afl-95-ZJl.title" = "";
55+
56+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
57+
"as0-t3-Aub.title" = "";
58+
59+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
60+
"cnb-Li-1lE.title" = "";
61+
62+
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
63+
"dgp-q7-cBK.headerCell.title" = "ID";
64+
65+
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
66+
"fhy-Er-0aI.title" = "对比度与亮度同时降低";
67+
68+
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
69+
"hjz-0c-rvK.title" = "仅亮度";
70+
71+
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
72+
"j72-NF-zsW.title" = "登录时运行 MonitorControl";
73+
74+
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
75+
"mBs-6m-13Q.title" = "";
76+
77+
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
78+
"uoI-1J-RdD.headerCell.title" = "自定义名";
79+
80+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
81+
"vkG-RF-Yne.title" = "";
82+
83+
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
84+
"xFw-if-3FU.headerCell.title" = "DDC";
85+
86+
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
87+
"xSI-8W-Xd0.title" = "显示对比度滑动条";
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" = "退出";
4+
5+
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "SOS-eZ-uU5"; */
6+
"SOS-eZ-uU5.title" = "偏好设置...";

0 commit comments

Comments
 (0)