Skip to content

Commit

Permalink
Update existing Korean locales to carrierwave 3
Browse files Browse the repository at this point in the history
ko.yml was added with PR #21 but was not merged yet
  • Loading branch information
araccaine committed Sep 18, 2023
1 parent 1e0e503 commit 50e5a84
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rails/locales/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ ko:
carrierwave_processing_error: 오류가 나서 진행할 수 없습니다.
carrierwave_integrity_error: ": 허용된 타입이 아닙니다."
carrierwave_download_error: "다운로드 할 수 없습니다."
extension_whitelist_error: "다음 확장자 파일을 올릴 수 없습니다: %{extension}. 허용된 타입: %{allowed_types}"
extension_blacklist_error: "다음 확장자 파일을 올릴 수 없습니다: %{extension}. 제한된 타입: %{prohibited_types}"
content_type_whitelist_error: "다음 형식 파일을 올릴 수 없습니다: %{content_type}. 허용된 타입: %{allowed_types}"
content_type_blacklist_error: "다음 형식 파일을 올릴 수 없습니다: %{content_type}"
rmagick_processing_error: "rmagick으로 처리할 수 없습니다. 이미지 파일인가요?"
mini_magick_processing_error: "MiniMagick으로 처리할 수 없습니다. 이미지 파일인가요? 원본 에러 메시지: %{e}"
extension_allowlist_error: "다음 확장자 파일을 올릴 수 없습니다: %{extension}. 허용된 타입: %{allowed_types}"
extension_denylist_error: "다음 확장자 파일을 올릴 수 없습니다: %{extension}. 제한된 타입: %{prohibited_types}"
content_type_allowlist_error: "다음 형식 파일을 올릴 수 없습니다: %{content_type}. 허용된 타입: %{allowed_types}"
content_type_denylist_error: "다음 형식 파일을 올릴 수 없습니다: %{content_type}"
processing_error: "처리할 수 없는 이미지 파일인가요?"
min_size_error: "파일 크기가 다음보다 커야 합니다: %{min_size}"
max_size_error: "파일 크기가 다음보다 작아야 합니다: %{max_size}"

0 comments on commit 50e5a84

Please sign in to comment.