mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"window": {
|
|
"title": "需要身份验证"
|
|
},
|
|
"prompt": {
|
|
"password": "密码"
|
|
},
|
|
"action": {
|
|
"cancel": "取消",
|
|
"authenticate": "验证"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "身份验证失败",
|
|
"message": "您输入的密码不正确。"
|
|
}
|
|
}
|
|
} |