Changed the translation for the word “User” from “유저” to “사용자” to make it consistent with Django's translation

reference: 5a91ad3d71/django/contrib/admin/locale/ko/LC_MESSAGES/django.po (L601)
This commit is contained in:
tgoddessana 2024-10-22 16:29:48 +09:00
parent bf51b6b113
commit 319d51b734

View File

@ -71,7 +71,7 @@ msgstr "토큰이 유효하지 않습니다."
#: authtoken/admin.py:28 authtoken/serializers.py:9 #: authtoken/admin.py:28 authtoken/serializers.py:9
msgid "Username" msgid "Username"
msgstr "유저이름" msgstr "사용자 이름"
#: authtoken/apps.py:7 #: authtoken/apps.py:7
msgid "Auth Token" msgid "Auth Token"
@ -83,7 +83,7 @@ msgstr "키"
#: authtoken/models.py:16 #: authtoken/models.py:16
msgid "User" msgid "User"
msgstr "유저" msgstr "사용자"
#: authtoken/models.py:18 #: authtoken/models.py:18
msgid "Created" msgid "Created"