diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index d32ab64d6..7838f3f1d 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -263,9 +263,9 @@ "open_gallery": "갤러리 열기", "capture_photo": "사진 캡처하기", "limited_tags": "Only 10 tags allowed, remove some", - "limited_length": "Maximum length of each tag should be 24", - "limited_dash": "Use one dash in each tag", - "limited_space": "Use space to separate tags", + "limited_length": "각 태그의 최대 길이는 24 입니다.", + "limited_dash": "각 태그에 대시를 최대 한 개까지 사용할 수 있습니다.", + "limited_space": "태그를 구분하기 위해 공백을 사용하세요.", "limited_lowercase": "소문자만 태그에 사용할 수 있습니다.", "limited_characters": "허용된 문자만 태그에 사용할 수 있습니다.", "limited_firstchar": "태그는 문자로 시작해야 합니다.",