mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Merge pull request #576 from skyline75489/develop
Fix Simplified Chinese localization
This commit is contained in:
@@ -109,7 +109,7 @@ static void MPContextmenuHelperBeginSection(NSMutableArray *items) {
|
|||||||
[items addObject:performAutotype];
|
[items addObject:performAutotype];
|
||||||
}
|
}
|
||||||
if(insertHistory) {
|
if(insertHistory) {
|
||||||
NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_ENTRY_HISTORY", @"")
|
NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_HISTORY", @"")
|
||||||
action:[MPActionHelper actionOfType:MPActionShowEntryHistory]
|
action:[MPActionHelper actionOfType:MPActionShowEntryHistory]
|
||||||
keyEquivalent:@"h"];
|
keyEquivalent:@"h"];
|
||||||
showHistory.keyEquivalentModifierMask = (showHistory.keyEquivalentModifierMask | NSCommandKeyMask | NSControlKeyMask);
|
showHistory.keyEquivalentModifierMask = (showHistory.keyEquivalentModifierMask | NSCommandKeyMask | NSControlKeyMask);
|
||||||
|
|||||||
Binary file not shown.
@@ -161,6 +161,9 @@
|
|||||||
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */
|
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */
|
||||||
"aVO-9F-Lwc.title" = "快速查看";
|
"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"; */
|
/* Class = "NSMenuItem"; title = "Import XML…"; ObjectID = "rW0-r1-QYL"; */
|
||||||
"rW0-r1-QYL.title" = "导入 XML…";
|
"rW0-r1-QYL.title" = "导入 XML…";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user