mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 19:22:25 +00:00
Fix Simplified Chinese localization
This commit is contained in:
@@ -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);
|
||||
|
||||
Binary file not shown.
@@ -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…";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user