diff options
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 2fee6dc19..4f952b337 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1191,8 +1191,8 @@ ko: label_member_management_selected_roles_only: 선택된 역할 만 label_password_required: 계속하려면 암호를 확인해야 합니다. label_total_spent_time: 총 소요시간 - notice_import_finished: 총 %{count} 건을 가져왔습니다. - notice_import_finished_with_errors: ! '총 %{total} 건 중 %{count} 건을 가져오지 못했습니다.' + notice_import_finished: "총 %{count} 건을 가져왔습니다" + notice_import_finished_with_errors: "총 %{total} 건 중 %{count} 건을 가져오지 못했습니다" error_invalid_file_encoding: 이 파일은 정상적인 %{encoding} 파일이 아닙니다. error_invalid_csv_file_or_settings: 이 파일은 CSV 파일이 아니거나 아래 조건에 맞지 않습니다. error_can_not_read_import_file: 가져오기 파일을 읽을 수 없습니다. |