config: update crowdin translations
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
{
|
||||
"metaTitle": "사용자",
|
||||
"pageTitle": "사용자 관리",
|
||||
"text": "사용자를 사용하여 대시보드를 편집할 수 있는 사용자를 구성할 수 있습니다. 향후 Homarr 버전에서는 권한과 보드를 더욱 세밀하게 제어할 수 있습니다.",
|
||||
"buttons": {
|
||||
"create": "만들기"
|
||||
},
|
||||
"filter": {
|
||||
"roles": {
|
||||
"all": "",
|
||||
"normal": "",
|
||||
"admin": "",
|
||||
"owner": ""
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"user": "사용자"
|
||||
"user": "사용자",
|
||||
"email": "이메일"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
|
||||
55
public/locales/ko/manage/users/edit.json
Normal file
55
public/locales/ko/manage/users/edit.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"metaTitle": "",
|
||||
"back": "",
|
||||
"sections": {
|
||||
"general": {
|
||||
"title": "일반",
|
||||
"inputs": {
|
||||
"username": {
|
||||
"label": "사용자 이름"
|
||||
},
|
||||
"eMail": {
|
||||
"label": "이메일"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "",
|
||||
"inputs": {
|
||||
"password": {
|
||||
"label": ""
|
||||
},
|
||||
"terminateExistingSessions": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": "확인",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
"title": "",
|
||||
"currentRole": "",
|
||||
"badges": {
|
||||
"owner": "",
|
||||
"admin": "",
|
||||
"normal": ""
|
||||
}
|
||||
},
|
||||
"deletion": {
|
||||
"title": "",
|
||||
"inputs": {
|
||||
"confirmUsername": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
},
|
||||
"confirm": {
|
||||
"label": "영구 삭제",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
public/locales/ko/modules/smart-home/entity-state.json
Normal file
17
public/locales/ko/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "",
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"entityId": {
|
||||
"label": "",
|
||||
"info": ""
|
||||
},
|
||||
"displayName": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,12 +41,22 @@
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "",
|
||||
"name": "이름",
|
||||
"dateAdded": "",
|
||||
"size": "크기",
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"estimatedTimeOfArrival": "남은 시간",
|
||||
"progress": "진행률"
|
||||
"progress": "진행률",
|
||||
"totalUploaded": "",
|
||||
"totalDownloaded": "",
|
||||
"ratio": "",
|
||||
"seeds": "",
|
||||
"peers": "",
|
||||
"label": "",
|
||||
"state": "상태",
|
||||
"stateMessage": ""
|
||||
},
|
||||
"item": {
|
||||
"text": "관리: {{appName}}, {{ratio}} 비율"
|
||||
|
||||
Reference in New Issue
Block a user