Skip to content

Commit

Permalink
MCKIN-17540: add korean translations (#79)
Browse files Browse the repository at this point in the history
* add korean translations

* fix tests
  • Loading branch information
msaqib52 authored Jun 1, 2020
1 parent b78758a commit 8cc2bc0
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 deletions.
Binary file not shown.
68 changes: 66 additions & 2 deletions image_explorer/translations/ko_KR/LC_MESSAGES/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,70 @@ msgstr ""
"Language: ko_KR\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: image_explorer.py:128
#: image_explorer/image_explorer.py
msgid "Display Name"
msgstr "표시 이름"

#: image_explorer/image_explorer.py
msgid "This name appears in the horizontal navigation at the top of the page."
msgstr "이 이름은 페이지 상단의 가로 탐색 영역에 표시됩니다."

#: image_explorer/image_explorer.py
msgid "Image Explorer"
msgstr "이미지 탐색기"

#: image_explorer/image_explorer.py
msgid "Hot Spots Coordinates Centered"
msgstr "중앙 배치된 핫스팟 좌표"

#: image_explorer/image_explorer.py
msgid "Store hotspots opened by student, for completion"
msgstr "학생이 연 핫스팟을 저장하여 완료"

#: image_explorer/image_explorer.py
msgid "XML contents to display for this module"
msgstr "이 모듈에 대해 표시할 XML 콘텐츠"

#: image_explorer/image_explorer.py
msgid "Missing event_type in JSON data"
msgstr ""
msgstr "JSON 데이터에 event_type 누락"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "Title"
msgstr "제목"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "The title of the Image Explorer that is displayed to the user"
msgstr "사용자에게 표시되는 이미지 탐색기의 제목"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "Hotspot coordinates centered"
msgstr "중앙 배치된 핫스팟 좌표"

#: image_explorer/templates/html/image_explorer_edit.html
msgid ""
"If set to true, hotspot coordinates interpreted to point to the center of "
"the hotspot"
msgstr "true로 설정하면 핫스팟 좌표가 핫스팟의 중앙을 가리키는 것으로 해석"

#: image_explorer/templates/html/image_explorer_edit.html
msgid ""
"If set to false, assumed to point to the top left corner of the hotspot "
"image"
msgstr "false로 설정하면 핫스팟 이미지의 왼쪽 상단을 가리키는 것으로 가정"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "Definition"
msgstr "정의"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "The XML definition for the Image Explorer"
msgstr "이미지 탐색기의 XML 정의"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "Save"
msgstr "저장"

#: image_explorer/templates/html/image_explorer_edit.html
msgid "Cancel"
msgstr "취소"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='1.1.17',
version='1.1.18',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = unit,integration,quality,python3-quality
whitelist_externals =
make
commands_pre =
pip install -e 'git://github.com/edx/xblock-sdk.git#egg=xblock-sdk'
pip install -e 'git://github.com/edx/xblock-sdk.git@v0.1.7#egg=xblock-sdk==0.1.7'
make -C {envdir}/src/xblock-sdk/ install
pip install -r requirements.txt

Expand Down

0 comments on commit 8cc2bc0

Please sign in to comment.