New translations mediaSelector.json (Korean)

This commit is contained in:
xmflsct 2022-06-06 22:53:57 +02:00
parent d87dbd9cc4
commit addbcf507d
1 changed files with 5 additions and 15 deletions

View File

@ -1,27 +1,17 @@
{ {
"title": "미디어 소스 선택", "title": "미디어 소스 선택",
"options": { "options": {
"library": "라이브러리에서 업로드", "image": "",
"photo": "사진 촬영", "image_max": "",
"cancel": "$t(common:buttons.cancel)" "video": "",
"video_max": ""
}, },
"library": { "library": {
"alert": { "alert": {
"title": "권한 없음", "title": "권한 없음",
"message": "업로드를 위해 사진 라이브러리 권한이 필요해요", "message": "업로드를 위해 사진 라이브러리 권한이 필요해요",
"buttons": { "buttons": {
"settings": "설정 업데이트", "settings": "설정 업데이트"
"cancel": "$t(common:buttons.cancel)"
}
}
},
"photo": {
"alert": {
"title": "권한 없음",
"message": "업로드를 위해 카메라 사용 권한이 필요해요",
"buttons": {
"settings": "설정 업데이트",
"cancel": "$t(common:buttons.cancel)"
} }
} }
} }