summaryrefslogtreecommitdiff
path: root/app/Locale/ko_KR
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
commiteafaa4b03770a73080520952112905eb8135a62f (patch)
treeb3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/ko_KR
parentecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff)
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r--app/Locale/ko_KR/translations.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index 7dc5198b..59e9adc2 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => '서브 할일을 삭제합니까?',
'Remaining:' => '나머지:',
'hours' => '시간',
- 'spent' => '경과',
'estimated' => '예측',
'Sub-Tasks' => '서브 할일',
'Add a sub-task' => '서브 할일 추가',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => '링크를 삭제했습니다.',
'Link labels' => '링크 라벨',
'Link modification' => '링크의 변경',
- 'Links' => '링크',
'Opposite label' => '반대의 라벨',
'Remove a link' => '라벨의 삭제',
'The labels must be different' => ' 다른 라벨을 지정하세요',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD -캐나다 달러',
'CHF - Swiss Francs' => 'CHF - 스위스 프랑',
'Custom Stylesheet' => '커스텀 스타일 시트',
- 'download' => '다운로드',
'EUR - Euro' => 'EUR - 유로',
'GBP - British Pound' => 'GBP - 영국 파운드',
'INR - Indian Rupee' => 'INR - 인도 루피',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => '기존 종료날짜',
'Factor to calculate new due date: ' => '새로운 종료날짜 계산: ',
'Month(s)' => '월',
- 'Recurrence' => '반복',
'This task has been created by: ' => '할일을 만들었습니다: ',
'Recurrent task has been generated:' => '반복 할일이 생성되었습니다',
'Timeframe to calculate new due date: ' => '종료날짜 계산 단위',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => 'NOK - 노르웨이 크로네',
'Show this column' => '컬럼 보이기',
'Hide this column' => '컬럼 숨기기',
- 'open file' => '열기',
'End date' => '종료 날짜',
'Users overview' => '유저 전체보기',
'Members' => '멤버',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
+ // '%sh spent' => '',
+ // '%sh estimated' => '',
);