mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"window": {
|
|
"title": "需要身份驗證"
|
|
},
|
|
"prompt": {
|
|
"password": "密碼"
|
|
},
|
|
"action": {
|
|
"cancel": "取消",
|
|
"authenticate": "驗證"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "身份驗證失敗",
|
|
"message": "您輸入的密碼不正確。"
|
|
}
|
|
}
|
|
} |