mirror of
https://github.com/tooot-app/app
synced 2025-02-12 09:50:49 +01:00
New translations mediaSelector.json (Korean)
This commit is contained in:
parent
23341a5b9f
commit
59d78e3c84
28
src/i18n/ko/components/mediaSelector.json
Normal file
28
src/i18n/ko/components/mediaSelector.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"title": "미디어 소스 선택",
|
||||
"options": {
|
||||
"library": "라이브러리에서 업로드",
|
||||
"photo": "사진 촬영",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
},
|
||||
"library": {
|
||||
"alert": {
|
||||
"title": "권한 없음",
|
||||
"message": "업로드를 위해 사진 라이브러리 권한이 필요해요",
|
||||
"buttons": {
|
||||
"settings": "설정 업데이트",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"photo": {
|
||||
"alert": {
|
||||
"title": "권한 없음",
|
||||
"message": "업로드를 위해 카메라 사용 권한이 필요해요",
|
||||
"buttons": {
|
||||
"settings": "설정 업데이트",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user