diff options
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r-- | app/Locale/ko_KR/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5e068fd7..02ea9c96 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => '관리자', 'Sign in' => '로그인', 'Users' => '사용자', - 'No user' => '사용자가 없습니다', 'Forbidden' => '접근 거부', 'Access Forbidden' => '접속이 거부되었습니다', 'Edit user' => '사용자를 변경하는 ', @@ -402,16 +401,13 @@ return array( 'API' => 'API', 'Create a comment from an external provider' => '외부 서비스로부터 의견을 작성한다', 'Project management' => '프로젝트 관리', - 'My projects' => '내 프로젝트', 'Columns' => '컬럼', 'Task' => '할일', - 'Your are not member of any project.' => '어떤 프로젝트에도 속하지 않습니다.', 'Percentage' => '비중', 'Number of tasks' => '할일 수', 'Task distribution' => '할일 분포', 'Analytics' => '분석', 'Subtask' => '서브 할일', - 'My subtasks' => '내 서브 할일', 'User repartition' => '담당자 분포', 'Clone this project' => '이 프로젝트를 복제하는 ', 'Column removed successfully.' => '(※)컬럼을 삭제했습니다', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => '가능한 사용자가 없습니다', 'Do you really want to remove the user "%s" from the group "%s"?' => '"%s" 사용자를 "%s" 에서 삭제하시겠습니까?', 'There is no group.' => '그룹이 없습니다', - 'External Id' => '외부 아이디', 'Add group member' => '멤버추가', 'Do you really want to remove this group: "%s"?' => '그룹을 삭제하시겠습니까: "%s"?', 'There is no user in this group.' => '이 그룹에는 사용자가 없습니다', @@ -955,7 +950,6 @@ return array( 'Default priority' => '기본 우선순위', 'Lowest priority' => '낮은 우선순위', 'Highest priority' => '높은 우선순위', - 'If you put zero to the low and high priority, this feature will be disabled.' => '만약 낮은/높은 우선순위에 0을 입력하면 이 특성은 비활성화됩니다', 'Close a task when there is no activity' => '활동이 없는 할일을 종료합니다', 'Duration in days' => '기간', 'Send email when there is no activity on a task' => '활동이 없는 할일을 이메일로 보냅니다', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => '%s의 서브 할일 개요', 'Projects overview for %s' => '%s의 프로젝트 개요', 'Activity stream for %s' => '%s의 활동기록', - 'Calendar for %s' => '%s의 달력', - 'Notifications for %s' => '%s의 알림', 'Assign a color when the task is moved to a specific swimlane' => '할일이 특정 스웜라인으로 옮겨질 때 색상 지정', 'Assign a priority when the task is moved to a specific swimlane' => '할일이 특정 스웜라인으로 옮겨질 때 우선순위 지정', 'User unlocked successfully.' => '사용자 잠금 성공', @@ -1316,7 +1308,6 @@ return array( // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', // 'Database file' => '', // 'Upload' => '', - // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |