Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 3787b04

Browse files
authored
MCKIN-17583: add korean translations (#220)
* add korean translations * bump version
1 parent 11273ab commit 3787b04

File tree

8 files changed

+106
-1
lines changed

8 files changed

+106
-1
lines changed
708 Bytes
Binary file not shown.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgstr ""
8+
"Project-Id-Version: edx-notifications\n"
9+
"POT-Creation-Date: 2017-06-08 14:59+0000\n"
10+
"PO-Revision-Date: 2017-03-16 12:39+0000\n"
11+
"Last-Translator: \n"
12+
"Language-Team: Korean (Korea)\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Language: ko_KR\n"
17+
"Plural-Forms: nplurals=1; plural=0;\n"
18+
19+
#: templates/django/notifications_widget_header.html:26
20+
msgid "View unread"
21+
msgstr "읽지 않은 알림 보기"
22+
23+
#: templates/django/notifications_widget_header.html:27
24+
msgid "View all"
25+
msgstr "모두 보기"
26+
27+
#: templates/django/notifications_widget_header.html:28
28+
msgid "Mark as read"
29+
msgstr "읽은 상태로 표시"
30+
31+
#: templates/django/notifications_widget_header.html:31
32+
msgid "Hide"
33+
msgstr "숨김"
34+
35+
#: templates/django/notifications_widget_header.html:44
36+
msgid "You have no unread notifications."
37+
msgstr "읽지 않은 알림이 없습니다."
38+
39+
#: templates/django/notifications_widget_preferences_header.html:11
40+
msgid "Notification preferences"
41+
msgstr "알림 기본 설정"
822 Bytes
Binary file not shown.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: edx-notifications\n"
10+
"POT-Creation-Date: 2017-06-08 14:58+0000\n"
11+
"PO-Revision-Date: 2017-06-08 15:04+0000\n"
12+
"Language-Team: Korean (Korea)\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Language: ko_KR\n"
17+
"Plural-Forms: nplurals=1; plural=0;\n"
18+
19+
#: static/edx_notifications/js/views/notification_pane_view.js:181
20+
msgid "Announcements"
21+
msgstr "공지사항"
22+
23+
#: static/edx_notifications/templates/renderers/course_announcements/new_announcement.underscore:2
24+
msgid "Announcement"
25+
msgstr "공지사항"
26+
27+
#: static/edx_notifications/js/views/notification_pane_view.js:186
28+
msgid "Group Work"
29+
msgstr "그룹 과제"
30+
31+
#: static/edx_notifications/js/views/notification_pane_view.js:191
32+
msgid "Leaderboards"
33+
msgstr "리더보드"
34+
35+
#: static/edx_notifications/js/views/notification_pane_view.js:196
36+
msgid "Discussion"
37+
msgstr "토론"
38+
39+
#: static/edx_notifications/js/views/notification_pane_view.js:201
40+
msgid "Other"
41+
msgstr "기타"
42+
43+
#: static/edx_notifications/templates/renderers/leaderboard/rank_changed.underscore:3
44+
msgid "You are now"
45+
msgstr "현재:"
46+
47+
#: static/edx_notifications/templates/renderers/leaderboard/rank_changed.underscore:3
48+
msgid "for"
49+
msgstr "대상:"
50+
51+
#: static/edx_notifications/templates/renderers/leaderboard/rank_changed.underscore:3
52+
msgid "in the cohort!"
53+
msgstr "(집단 내)"
54+
55+
#: static/edx_notifications/templates/renderers/leaderboard/rank_changed.underscore:3
56+
msgid "Progress"
57+
msgstr "진도율"
58+
59+
#: static/edx_notifications/js/views/notification_pane_view.js:383
60+
msgid "Today at "
61+
msgstr "시간(오늘):"

edx_notifications/server/web/static/edx_notifications/js/views/notification_pane_view.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var NotificationPaneView = Backbone.View.extend({
1616
'nl': 'nl-nl',
1717
'pt': 'pt-br',
1818
'zh': 'zh-cn',
19+
'ko': 'ko-kr',
1920
};
2021
var self = this;
2122

edx_notifications/server/web/static/edx_notifications/js/views/notification_preferences_view.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var NotificationPreferencesView = Backbone.View.extend({
2020
'nl': 'nl-nl',
2121
'pt': 'pt-br',
2222
'zh': 'zh-cn',
23+
'ko': 'ko-kr',
2324
};
2425
/* set up our collection */
2526
this.collection = new NotificationPreferencesCollection();

settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
('ES419', u'Latin Spanish'),
6666
('es', u'Español'),
6767
('ja', u'Japanese'),
68+
('ko', u'한국어 (대한민국)'), # Korean (Korea)
6869
('de', u'German'),
6970
('fr', u'french'),
7071
('nl', u'Dutch '),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def load_requirements(*requirements_paths):
3838

3939
setup(
4040
name='edx-notifications',
41-
version='1.2.0',
41+
version='1.2.1',
4242
description='Notification subsystem for Open edX',
4343
long_description=open('README.md').read(),
4444
author='edX',

0 commit comments

Comments
 (0)