Merge pull request #576 from skyline75489/develop

Fix Simplified Chinese localization
This commit is contained in:
Michael Starke
2017-04-26 16:14:22 +02:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ static void MPContextmenuHelperBeginSection(NSMutableArray *items) {
[items addObject:performAutotype];
}
if(insertHistory) {
NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_ENTRY_HISTORY", @"")
NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_HISTORY", @"")
action:[MPActionHelper actionOfType:MPActionShowEntryHistory]
keyEquivalent:@"h"];
showHistory.keyEquivalentModifierMask = (showHistory.keyEquivalentModifierMask | NSCommandKeyMask | NSControlKeyMask);

View File

@@ -161,6 +161,9 @@
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */
"aVO-9F-Lwc.title" = "快速查看";
/* Class = "NSMenuItem"; title = "Fix Autotype…"; ObjectID = "nx7-Vf-LiD"; */
"nx7-Vf-LiD.title" = "修复自动填充…";
/* Class = "NSMenuItem"; title = "Import XML…"; ObjectID = "rW0-r1-QYL"; */
"rW0-r1-QYL.title" = "导入 XML…";