mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
Add my noctalia setup config
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"window": {
|
||||
"title": "인증 필요"
|
||||
},
|
||||
"prompt": {
|
||||
"password": "비밀번호"
|
||||
},
|
||||
"action": {
|
||||
"cancel": "취소",
|
||||
"authenticate": "인증"
|
||||
},
|
||||
"error": {
|
||||
"failed": {
|
||||
"title": "인증 실패",
|
||||
"message": "입력한 비밀번호가 올바르지 않습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user