From 7c869f747b6fe06a4a2c0b8b1f697c0adb9fb5a6 Mon Sep 17 00:00:00 2001 From: deborahfoell Date: Tue, 11 Feb 2025 11:21:57 +0000 Subject: [PATCH] Translations: Update Korean Currently translated at 2.1% (126 of 5846 strings) Translation: pretix/pretix Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/ powered by weblate --- src/pretix/locale/ko/LC_MESSAGES/django.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pretix/locale/ko/LC_MESSAGES/django.po b/src/pretix/locale/ko/LC_MESSAGES/django.po index 936ec784e8..4fbf5d5b73 100644 --- a/src/pretix/locale/ko/LC_MESSAGES/django.po +++ b/src/pretix/locale/ko/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-29 13:18+0000\n" -"PO-Revision-Date: 2025-02-06 18:00+0000\n" -"Last-Translator: 조정화 \n" +"PO-Revision-Date: 2025-02-11 20:00+0000\n" +"Last-Translator: deborahfoell \n" "Language-Team: Korean \n" "Language: ko\n" @@ -391,11 +391,11 @@ msgid "Medium connected to other event" msgstr "다른 이벤트와 연결된 매체" #: pretix/api/views/oauth.py:107 pretix/control/logdisplay.py:686 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "The application \"{application_name}\" has been authorized to access your " "account." -msgstr "\"{applicationion_name}\" 애플리케이션이 계정에 액세스할 수 있는 권한을 " +msgstr "\"{application_name}\" 애플리케이션이 계정에 액세스할 수 있는 권한을 " "부여받았습니다." #: pretix/api/views/order.py:607 pretix/control/views/orders.py:1588