From 280caf0fd46242e1635e2c265607c2562598da94 Mon Sep 17 00:00:00 2001 From: tgoddessana Date: Thu, 3 Apr 2025 00:09:55 +0900 Subject: [PATCH] Feat: Remove unnecessary English parenthesis descriptions --- rest_framework/locale/ko_KR/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework/locale/ko_KR/LC_MESSAGES/django.po b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po index 4f48b0c5e..30e455a14 100644 --- a/rest_framework/locale/ko_KR/LC_MESSAGES/django.po +++ b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po @@ -27,7 +27,7 @@ msgstr "기본 헤더가 유효하지 않습니다. 인증 데이터가 제공 #: authentication.py:73 msgid "Invalid basic header. Credentials string should not contain spaces." -msgstr "기본 헤더가 유효하지 않습니다. 인증 데이터 문자열은 빈칸(spaces)을 포함하지 않아야 합니다." +msgstr "기본 헤더가 유효하지 않습니다. 인증 데이터 문자열은 공백을 포함하지 않아야 합니다." #: authentication.py:84 msgid "Invalid basic header. Credentials not correctly base64 encoded." @@ -47,7 +47,7 @@ msgstr "토큰 헤더가 유효하지 않습니다. 인증 데이터가 제공 #: authentication.py:187 msgid "Invalid token header. Token string should not contain spaces." -msgstr "토큰 헤더가 유효하지 않습니다. 토큰 문자열은 빈칸(spaces)을 포함하지 않아야 합니다." +msgstr "토큰 헤더가 유효하지 않습니다. 토큰 문자열은 공백을 포함하지 않아야 합니다." #: authentication.py:193 msgid ""