diff --git a/src/i18n/ko/common.json b/src/i18n/ko/common.json new file mode 100644 index 00000000..572eabf7 --- /dev/null +++ b/src/i18n/ko/common.json @@ -0,0 +1,21 @@ +{ + "buttons": { + "apply": "적용", + "cancel": "취소" + }, + "customEmoji": { + "accessibilityLabel": "커스텀 이모지 {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} 성공" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} 실패, 다시 시도해주세요" + } + }, + "separator": ", " +} \ No newline at end of file