Skip to content

Commit 533153d

Browse files
committed
message: Extract to message file
1 parent 2b31963 commit 533153d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

app/views/common/showSubtasksCheckbox.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**@
77
@(requireLeftMargin: Boolean = true)
88

9-
<div class="show-subtasks mr10" id="two-column-mode-checkbox" title='@Messages("common.two.column.mode")' data-content='@Messages("common.show.subtasks.desc")'>
9+
<div class="show-subtasks mr10" id="two-column-mode-checkbox" data-toggle="popover" data-trigger="hover" data-placement="top" title='@Messages("common.show.subtasks")' data-content='@Messages("common.show.subtasks.desc")'>
1010
<label class="checkbox">
1111
<div class="show-subtasks-button-border">
1212
<input id="toggle-show-subtasks" type="checkbox"><span class="show-subtasks-text">@Messages("common.show.subtasks")</span>

app/views/common/twoColumnModeCheckboxArea.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="two-column-icon mr10 hide-in-mobile" id="two-column-mode-checkbox" title='@Messages("common.two.column.mode")' data-content='@Messages("common.two.column.mode.desc")'>
1010
<label class="checkbox">
1111
<div class="two-column-icon-border">
12-
<input id="two-column-mode" type="checkbox"><span class="two-column-mode-text">Column View</span>
12+
<input id="two-column-mode" type="checkbox"><span class="two-column-mode-text">@Messages("common.two.column.view")</span>
1313
</div>
1414
</label>
1515
</div>

conf/messages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ common.time.seconds = {0} seconds ago
208208
common.time.today = Today
209209
common.two.column.mode = Two Column Mode
210210
common.two.column.mode.desc = Splits list and body into columns respectively
211+
common.two.column.view = Column View
211212
emails.click.link = To check email, please click this link.
212213
emails.main.email = Primary email address
213214
emails.main.email.descr = Your primary email address will be used for sending you notifications or password resets.

conf/messages.ko-KR

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ common.order.dueDate = 기한순
189189
common.order.name = 이름순
190190
common.order.recent = 생성일자순
191191
common.order.updatedDate = 변경순
192-
common.show.subtasks = 자식이슈 표시하기
193-
common.show.subtasks.desc = 자식이슈를 항상 펼쳐진 상태로 표시합니다
192+
common.show.subtasks = 자식이슈 펼쳐보기
193+
common.show.subtasks.desc = 자식이슈(Subtask)를 항상 펼쳐진 상태로 표시합니다
194194
common.time.after = {0}일 후
195195
common.time.before = {0}일 전
196196
common.time.day = {0}일 전
@@ -206,8 +206,9 @@ common.time.overday = {0}일 지남
206206
common.time.second = {0}초 전
207207
common.time.seconds = {0}초 전
208208
common.time.today = 오늘
209-
common.two.column.mode = Two Column Mode
209+
common.two.column.mode = 투 컬럼 모드
210210
common.two.column.mode.desc = 리스트와 본문을 각각 컬럼으로 분할해서 보여줍니다
211+
common.two.column.view = 2단 보기
211212
emails.click.link = 이메일을 확인하려면 다음 링크를 클릭하세요.
212213
emails.main.email = 대표 이메일
213214
emails.main.email.descr = 대표 이메일로 설정한 이메일로 알림을 받거나 비밀번호 변경 요청을 받을 수 있습니다.

0 commit comments

Comments
 (0)