mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"window": {
|
|
"title": "Yêu cầu xác thực"
|
|
},
|
|
"prompt": {
|
|
"password": "Mật khẩu"
|
|
},
|
|
"action": {
|
|
"cancel": "Hủy",
|
|
"authenticate": "Xác thực"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Xác thực thất bại",
|
|
"message": "Mật khẩu bạn nhập không đúng."
|
|
}
|
|
}
|
|
}
|