forked from teampopong/pokr.kr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added sort by cosponsorships to /person/ view
- Loading branch information
Young Kim
committed
Mar 22, 2015
1 parent
180f1e6
commit 257a66c
Showing
6 changed files
with
72 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Translations template for PROJECT. | ||
# Copyright (C) 2014 ORGANIZATION | ||
# Copyright (C) 2015 ORGANIZATION | ||
# This file is distributed under the same license as the PROJECT project. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2014-09-26 15:38+0900\n" | ||
"POT-Creation-Date: 2015-03-21 19:55-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 0.9.6\n" | ||
"Generated-By: Babel 1.3\n" | ||
|
||
#: pokr/models/meeting.py:49 | ||
#, python-format | ||
|
@@ -317,10 +317,10 @@ msgstr "" | |
msgid "Easier to understand difficult words" | ||
msgstr "" | ||
|
||
#: pokr/templates/meeting-dialogue.html:36 | ||
#: pokr/templates/meeting-dialogue.html:55 | ||
#: pokr/templates/meeting-dialogue.html:58 | ||
#: pokr/templates/meeting-dialogue.html:61 | ||
#: pokr/templates/meeting-dialogue.html:43 | ||
#: pokr/templates/meeting-dialogue.html:62 | ||
#: pokr/templates/meeting-dialogue.html:65 | ||
#: pokr/templates/meeting-dialogue.html:68 | ||
msgid "link" | ||
msgstr "" | ||
|
||
|
@@ -383,7 +383,7 @@ msgstr "" | |
msgid "meetings" | ||
msgstr "" | ||
|
||
#: pokr/templates/meetings.html:23 pokr/views/meeting.py:25 | ||
#: pokr/templates/meetings.html:23 pokr/views/meeting.py:33 | ||
msgid "meeting" | ||
msgstr "" | ||
|
||
|
@@ -501,6 +501,14 @@ msgstr "" | |
msgid "people" | ||
msgstr "" | ||
|
||
#: pokr/templates/people.html:45 | ||
msgid "Sort by name" | ||
msgstr "" | ||
|
||
#: pokr/templates/people.html:46 | ||
msgid "Sort by cosponsorship" | ||
msgstr "" | ||
|
||
#: pokr/templates/person-elections.html:4 | ||
msgid "By-election results are coming soon!" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2014-09-26 15:38+0900\n" | ||
"POT-Creation-Date: 2015-03-21 19:55-0700\n" | ||
"PO-Revision-Date: 2012-08-06 12:48+0900\n" | ||
"Last-Translator: Cheol KANG <[email protected]>\n" | ||
"Language-Team: ko <[email protected]>\n" | ||
"Plural-Forms: nplurals=1; plural=0\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 0.9.6\n" | ||
"Generated-By: Babel 1.3\n" | ||
|
||
#: pokr/models/meeting.py:49 | ||
#, python-format | ||
|
@@ -317,10 +317,10 @@ msgstr "용어 풀이" | |
msgid "Easier to understand difficult words" | ||
msgstr "어려운 용어에는 용어 풀이가 부착되어 있습니다" | ||
|
||
#: pokr/templates/meeting-dialogue.html:36 | ||
#: pokr/templates/meeting-dialogue.html:55 | ||
#: pokr/templates/meeting-dialogue.html:58 | ||
#: pokr/templates/meeting-dialogue.html:61 | ||
#: pokr/templates/meeting-dialogue.html:43 | ||
#: pokr/templates/meeting-dialogue.html:62 | ||
#: pokr/templates/meeting-dialogue.html:65 | ||
#: pokr/templates/meeting-dialogue.html:68 | ||
msgid "link" | ||
msgstr "링크" | ||
|
||
|
@@ -383,7 +383,7 @@ msgstr "참석자 중 의원만 표기되어 있음." | |
msgid "meetings" | ||
msgstr "회의" | ||
|
||
#: pokr/templates/meetings.html:23 pokr/views/meeting.py:25 | ||
#: pokr/templates/meetings.html:23 pokr/views/meeting.py:33 | ||
msgid "meeting" | ||
msgstr "회의" | ||
|
||
|
@@ -501,6 +501,14 @@ msgstr "대 %(election_type)s 선거" | |
msgid "people" | ||
msgstr "인물" | ||
|
||
#: pokr/templates/people.html:45 | ||
msgid "Sort by name" | ||
msgstr "이름순 정렬" | ||
|
||
#: pokr/templates/people.html:46 | ||
msgid "Sort by cosponsorship" | ||
msgstr "의안활동순 정렬" | ||
|
||
#: pokr/templates/person-elections.html:4 | ||
msgid "By-election results are coming soon!" | ||
msgstr "보궐선거 데이터는 곧 추가될 예정입니다!" | ||
|
@@ -806,4 +814,3 @@ msgstr "" | |
"%(assembly_id)d대\n" | ||
"%(election_type)s\n" | ||
"낙선" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters