mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 18:39:23 +00:00
Finished all visible interfaces with simplified chinese localization.
This commit is contained in:
39
MacPass/zh-Hans.lproj/PasswordCreatorView.strings
Normal file
39
MacPass/zh-Hans.lproj/PasswordCreatorView.strings
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */
|
||||
"149.title" = "密码:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */
|
||||
"179.title" = "长度:";
|
||||
|
||||
/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */
|
||||
"332.title" = "允许使用的字符";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */
|
||||
"453.title" = "A-Z";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */
|
||||
"457.title" = "a-z";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */
|
||||
"461.title" = "0-9";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */
|
||||
"465.title" = "#!?";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */
|
||||
"469.title" = "自定义";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */
|
||||
"495.title" = "使用密码";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */
|
||||
"501.title" = "将密码拷贝到剪贴板";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */
|
||||
"614.title" = "取消";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */
|
||||
"647.title" = "熵:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */
|
||||
"653.title" = "25000 bit";
|
||||
Reference in New Issue
Block a user