diff --git a/src/i18n/ko/screens/compose.json b/src/i18n/ko/screens/compose.json index 50acee3a..d9f0bc1c 100644 --- a/src/i18n/ko/screens/compose.json +++ b/src/i18n/ko/screens/compose.json @@ -16,7 +16,9 @@ "default": "툿", "conversation": "툿 DM", "reply": "툿 답장", - "edit": "툿" + "deleteEdit": "툿", + "edit": "툿", + "share": "툿" }, "alert": { "default": { @@ -40,7 +42,13 @@ "placeholder": "스포일러 경고 메시지" }, "textInput": { - "placeholder": "무엇을 생각하고 있나요?" + "placeholder": "무엇을 생각하고 있나요?", + "keyboardImage": { + "exceedMaximum": { + "title": "", + "OK": "$t(common:buttons.OK)" + } + } } }, "footer": { @@ -163,7 +171,8 @@ "content": { "accessibilityHint": "저장된 초안, 수정하려면 탭하세요", "textEmpty": "콘텐츠 빔" - } + }, + "checkAttachment": "" } } } \ No newline at end of file