Make hardcoded hours string translatable

This commit is contained in:
Frédéric Guillot
2018-05-10 14:30:59 -07:00
parent ecc9d80671
commit eafaa4b037
34 changed files with 93 additions and 183 deletions

View File

@@ -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' => '',
);