From ed98f95cfa4a31609b98fc8354b62a8895f68cda Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 20 Oct 2017 14:47:04 -0700 Subject: Add bulk subtasks creation --- app/Locale/ko_KR/translations.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/Locale/ko_KR') diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 082deba5..d1aec37c 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => '서브 할일을 갱신했습니다.', 'Unable to update your sub-task.' => '서브 할일의 경신에 실패했습니다.', 'Unable to create your sub-task.' => '서브 할일의 추가에 실패했습니다.', - 'Sub-task added successfully.' => '서브 할일을 추가했습니다.', 'Maximum size: ' => '최대: ', 'Display another project' => '프로젝트 보기', 'Created by %s' => '작성자 %s', @@ -1207,7 +1206,6 @@ return array( // 'Preview' => '', // 'Write' => '', // 'Write your text in Markdown' => '', - // 'New External Task: %s' => '', // 'No personal API access token registered.' => '', // 'Your personal API access token is "%s"' => '', // 'Remove your token' => '', @@ -1344,4 +1342,7 @@ return array( // 'Subtask not started' => '', // 'Subtask currently in progress' => '', // 'Subtask completed' => '', + // 'Subtask added successfully.' => '', + // '%d subtasks added successfully.' => '', + // 'Enter one subtask by line.' => '', ); -- cgit v1.2.3