Fix conflicts for PR #2603 (Korean translations)
This commit is contained in:
commit
3b4326c397
|
|
@ -69,13 +69,13 @@ return array(
|
|||
'Remove project' => '프로젝트의 삭제',
|
||||
'Edit the board for "%s"' => '"%s"를 위한 보드 수정',
|
||||
'All projects' => '모든 프로젝트',
|
||||
'Add a new column' => '칼럼의 추가',
|
||||
'Add a new column' => '컬럼의 추가',
|
||||
'Title' => '제목',
|
||||
'Assigned to %s' => '담당자 %s',
|
||||
'Remove a column' => '칼럼 삭제',
|
||||
'Remove a column from a board' => '보드에서 칼럼 삭제',
|
||||
'Remove a column' => '컬럼 삭제',
|
||||
'Remove a column from a board' => '보드에서 컬럼 삭제',
|
||||
'Unable to remove this column.' => '(※)컬럼을 삭제할 수 없었습니다.',
|
||||
'Do you really want to remove this column: "%s"?' => '칼럼을 삭제하시겠습니까: "%s"?',
|
||||
'Do you really want to remove this column: "%s"?' => '컬럼을 삭제하시겠습니까: "%s"?',
|
||||
'This action will REMOVE ALL TASKS associated to this column!' => '이 조작은 이 컬럼에 할당된 『 모든 할일을 삭제 』합니다!',
|
||||
'Settings' => '설정',
|
||||
'Application settings' => '애플리케이션의 설정',
|
||||
|
|
@ -89,7 +89,7 @@ return array(
|
|||
'(Gzip compressed Sqlite file)' => '(GZip명령으로 압축된 Sqlite파일)',
|
||||
'Close a task' => '할일 마치기',
|
||||
'Edit a task' => '할일 수정',
|
||||
'Column' => '칼럼',
|
||||
'Column' => '컬럼',
|
||||
'Color' => '색',
|
||||
'Assignee' => '담당자',
|
||||
'Create another task' => '다른 할일 추가',
|
||||
|
|
@ -98,7 +98,7 @@ return array(
|
|||
'Do you really want to open this task: "%s"?' => '할일은 시작 하시겠습니까: "%s"?',
|
||||
'Back to the board' => '보드로 돌아가기',
|
||||
'There is nobody assigned' => '담당자가 없습니다',
|
||||
'Column on the board:' => '칼럼:',
|
||||
'Column on the board:' => '컬럼:',
|
||||
'Close this task' => '할일 마치기',
|
||||
'Open this task' => '할일을 열다',
|
||||
'There is no description.' => '설명이 없다',
|
||||
|
|
@ -190,12 +190,12 @@ return array(
|
|||
'Assign the task to a specific user' => '할일 담당자를 할당',
|
||||
'Assign the task to the person who does the action' => '액션을 일으킨 사용자를 담당자이자',
|
||||
'Duplicate the task to another project' => ' 다른 프로젝트에 할일을 복제하는 ',
|
||||
'Move a task to another column' => '할일을 다른 칼럼에 이동하는 ',
|
||||
'Move a task to another column' => '할일을 다른 컬럼에 이동하는 ',
|
||||
'Task modification' => '할일 변경',
|
||||
'Task creation' => '할일을 만들',
|
||||
'Closing a task' => '할일을 닫혔다',
|
||||
'Assign a color to a specific user' => '색을 사용자에 할당',
|
||||
'Column title' => '칼럼의 제목',
|
||||
'Column title' => '컬럼의 제목',
|
||||
'Position' => '위치',
|
||||
'Duplicate to another project' => '다른 프로젝트에 복사',
|
||||
'Duplicate' => '복사',
|
||||
|
|
@ -362,7 +362,7 @@ return array(
|
|||
'%s updated the task %s' => '%s이 할일 %s을 갱신 하였습니다',
|
||||
'%s opened the task %s' => '%s이 할일 %s을 시작시켰습니다',
|
||||
'%s moved the task %s to the position #%d in the column "%s"' => '%s이 할일%s을 위치#%d컬럼%s로 옮겼습니다',
|
||||
'%s moved the task %s to the column "%s"' => '%s이 할일 %s을 칼럼 "%s" 로 옮겼습니다',
|
||||
'%s moved the task %s to the column "%s"' => '%s이 할일 %s을 컬럼 "%s" 로 옮겼습니다',
|
||||
'%s created the task %s' => '%s이 할일%s을 추가했습니다',
|
||||
'%s closed the task %s' => '%s이 할일%s을 마쳤습니다',
|
||||
'%s created a subtask for the task %s' => '%s이 할일%s의 서브 할일을 추가했습니다',
|
||||
|
|
@ -383,7 +383,7 @@ return array(
|
|||
'%s opened the task #%d' => '%s이 할일#%d를 오픈했습니다',
|
||||
'Activity' => '활동',
|
||||
'Default values are "%s"' => '기본 값은 "%s" 입니다',
|
||||
'Default columns for new projects (Comma-separated)' => '새로운 프로젝트의 기본 칼럼 (콤마(,)로 분리됨)',
|
||||
'Default columns for new projects (Comma-separated)' => '새로운 프로젝트의 기본 컬럼 (콤마(,)로 분리됨)',
|
||||
'Task assignee change' => '담당자의 변경',
|
||||
'%s changed the assignee of the task #%d to %s' => '%s이 할일 #%d의 담당을 %s로 변경합니다',
|
||||
'%s changed the assignee of the task %s to %s' => '%s이 할일 %s의 담당을 %s로 변경했습니다',
|
||||
|
|
@ -428,7 +428,7 @@ return array(
|
|||
'Create a comment from an external provider' => '외부 서비스로부터 의견을 작성한다',
|
||||
'Project management' => '프로젝트 관리',
|
||||
'My projects' => '내 프로젝트',
|
||||
'Columns' => '칼럼',
|
||||
'Columns' => '컬럼',
|
||||
'Task' => '할일',
|
||||
'Your are not member of any project.' => '어떤 프로젝트에도 속하지 않습니다.',
|
||||
'Percentage' => '비중',
|
||||
|
|
@ -486,16 +486,16 @@ return array(
|
|||
'Application default' => '애플리케이션 기본',
|
||||
'Language:' => '언어:',
|
||||
'Timezone:' => '시간대:',
|
||||
'All columns' => '모든 칼럼',
|
||||
'All columns' => '모든 컬럼',
|
||||
'Calendar' => '달력',
|
||||
'Next' => '다음에 ',
|
||||
'#%d' => '#%d',
|
||||
'All swimlanes' => '모든 스윔레인',
|
||||
'All colors' => '모든 색',
|
||||
'Moved to column %s' => '"%s" 칼럼으로 이동',
|
||||
'Moved to column %s' => '"%s" 컬럼으로 이동',
|
||||
'User dashboard' => '대시보드',
|
||||
'Allow only one subtask in progress at the same time for a user' => '한 사용자에 대한 하나의 할일만 진행 중에 가능합니다',
|
||||
'Edit column "%s"' => '"%s" 칼럼 수정',
|
||||
'Edit column "%s"' => '"%s" 컬럼 수정',
|
||||
'Select the new status of the subtask: "%s"' => '서브 할일의 새로운 상태 선택: "%s"',
|
||||
'Subtask timesheet' => '서브 할일 타임시트',
|
||||
'There is nothing to show.' => '기록이 없습니다',
|
||||
|
|
@ -506,7 +506,7 @@ return array(
|
|||
'Start' => '시작',
|
||||
'End' => '종료',
|
||||
'Task age in days' => '할일이 생긴 시간',
|
||||
'Days in this column' => '이 칼럼에 있는 시간',
|
||||
'Days in this column' => '이 컬럼에 있는 시간',
|
||||
'%dd' => '%d일',
|
||||
'Add a new link' => ' 새로운 링크 추가',
|
||||
'Do you really want to remove this link: "%s"?' => '링크를 삭제하시겠습니까: "%s"?',
|
||||
|
|
@ -569,16 +569,16 @@ return array(
|
|||
// 'NZD - New Zealand Dollar' => '',
|
||||
// 'RSD - Serbian dinar' => '',
|
||||
// 'USD - US Dollar' => '',
|
||||
'Destination column' => '이동 후 칼럼',
|
||||
'Move the task to another column when assigned to a user' => '사용자의 할당을 하면 할일을 다른 칼럼에 이동',
|
||||
'Move the task to another column when assignee is cleared' => '사용자의 할당이 없어지면 할일을 다른 칼럼에 이동',
|
||||
'Source column' => '이동 전 칼럼',
|
||||
'Destination column' => '이동 후 컬럼',
|
||||
'Move the task to another column when assigned to a user' => '사용자의 할당을 하면 할일을 다른 컬럼에 이동',
|
||||
'Move the task to another column when assignee is cleared' => '사용자의 할당이 없어지면 할일을 다른 컬럼에 이동',
|
||||
'Source column' => '이동 전 컬럼',
|
||||
'Transitions' => '이력',
|
||||
'Executer' => '실행자',
|
||||
'Time spent in the column' => '칼럼에 있던 시간',
|
||||
'Time spent in the column' => '컬럼에 있던 시간',
|
||||
'Task transitions' => '할일 천이',
|
||||
'Task transitions export' => '할일 천이를 출력',
|
||||
'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '이 리포트는 할일의 칼럼 간 이동을 시간, 유저, 경과 시간과 함께 기록한 것입니다.',
|
||||
'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '이 리포트는 할일의 컬럼 간 이동을 시간, 유저, 경과 시간과 함께 기록한 것입니다.',
|
||||
'Currency rates' => '환율',
|
||||
'Rate' => '레이트',
|
||||
'Change reference currency' => '현재의 기축 통화',
|
||||
|
|
@ -599,7 +599,7 @@ return array(
|
|||
'Check my code' => '코드 체크',
|
||||
'Secret key: ' => '비밀키: ',
|
||||
'Test your device' => '디바이스 테스트',
|
||||
'Assign a color when the task is moved to a specific column' => '상세 칼럼으로 이동할 할일의 색깔을 지정하세요',
|
||||
'Assign a color when the task is moved to a specific column' => '상세 컬럼으로 이동할 할일의 색깔을 지정하세요',
|
||||
'%s via Kanboard' => '%s via E-board',
|
||||
'Burndown chart' => '번다운 차트',
|
||||
// 'This chart show the task complexity over the time (Work Remaining).' => '',
|
||||
|
|
@ -639,8 +639,8 @@ return array(
|
|||
'Timeframe to calculate new due date: ' => '종료날짜 계산 단위',
|
||||
// 'Trigger to generate recurrent task: ' => '',
|
||||
'When task is closed' => '할일을 마쳤을때',
|
||||
'When task is moved from first column' => '할일이 첫번째 칼럼으로 옮겨졌을때',
|
||||
'When task is moved to last column' => '할일이 마지막 칼럼으로 옮겨졌을때',
|
||||
'When task is moved from first column' => '할일이 첫번째 컬럼으로 옮겨졌을때',
|
||||
'When task is moved to last column' => '할일이 마지막 컬럼으로 옮겨졌을때',
|
||||
'Year(s)' => '년',
|
||||
'Calendar settings' => '달력 설정',
|
||||
'Project calendar view' => '프로젝트 달력 보기',
|
||||
|
|
@ -661,8 +661,8 @@ return array(
|
|||
'User that will receive the email' => '그 담당자가 이메일을 수신할 것입니다',
|
||||
'Email subject' => '이메일 제목',
|
||||
'Date' => '날짜',
|
||||
'Add a comment log when moving the task between columns' => '칼럼 중간의 할일이 이동할 때 의견 달기',
|
||||
'Move the task to another column when the category is changed' => '카테고리 변경시 할일을 다른 칼럼으로 이동',
|
||||
'Add a comment log when moving the task between columns' => '컬럼 중간의 할일이 이동할 때 의견 달기',
|
||||
'Move the task to another column when the category is changed' => '카테고리 변경시 할일을 다른 컬럼으로 이동',
|
||||
'Send a task by email to someone' => '할일을 이메일로 보내기',
|
||||
'Reopen a task' => '할일 다시 시작',
|
||||
'Notification' => '알림',
|
||||
|
|
@ -698,7 +698,7 @@ return array(
|
|||
'Only for tasks created by me' => '내가 만든 일',
|
||||
'Only for tasks created by me and assigned to me' => '내가 만들었거나 내가 담당자인 일',
|
||||
// '%%Y-%%m-%%d' => '',
|
||||
'Total for all columns' => '모든 칼럼',
|
||||
'Total for all columns' => '모든 컬럼',
|
||||
'You need at least 2 days of data to show the chart.' => '차트를 보기 위하여 최소 2일의 데이터가 필요합니다',
|
||||
'<15m' => '<15분',
|
||||
'<30m' => '<30분',
|
||||
|
|
@ -731,7 +731,7 @@ return array(
|
|||
'Advanced search' => '검색 문법',
|
||||
'Example of query: ' => '문법 예제 ',
|
||||
'Search by project: ' => '프로젝트로 찾기 ',
|
||||
'Search by column: ' => '칼럼으로 찾기 ',
|
||||
'Search by column: ' => '컬럼으로 찾기 ',
|
||||
'Search by assignee: ' => '담당자로 찾기 ',
|
||||
'Search by color: ' => '색깔로 찾기 ',
|
||||
'Search by category: ' => '카테고리로 찾기 ',
|
||||
|
|
@ -739,18 +739,18 @@ return array(
|
|||
'Search by due date: ' => '마감날짜로 찾기 ',
|
||||
'Average time spent into each column' => '각 칼럼의 평균 소요시간',
|
||||
'Average time spent' => '평균 소요시간',
|
||||
'This chart show the average time spent into each column for the last %d tasks.' => '마지막 %d 할일의 칼럼 평균 소요시간을 차트에 표시합니다',
|
||||
'This chart show the average time spent into each column for the last %d tasks.' => '마지막 %d 할일의 컬럼 평균 소요시간을 차트에 표시합니다',
|
||||
'Average Lead and Cycle time' => '평균 Lead and Cycle 시간',
|
||||
'Average lead time: ' => '평균 lead 시간',
|
||||
'Average cycle time: ' => '평균 cycle 시간',
|
||||
'Cycle Time' => '사이클 시간',
|
||||
'Lead Time' => '리드 시간',
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => '마지막 %d 할일의 평균 리드와 사이클 시간을 차트에 표시합니다',
|
||||
'Average time into each column' => '각 칼럼의 평균 시간',
|
||||
'Average time into each column' => '각 컬럼의 평균 시간',
|
||||
'Lead and cycle time' => '리드와 사이클 시간',
|
||||
'Lead time: ' => '리드 시간: ',
|
||||
'Cycle time: ' => '사이클 시간: ',
|
||||
'Time spent into each column' => '각 칼럼에서 걸린 시간',
|
||||
'Time spent into each column' => '각 컬럼에서 걸린 시간',
|
||||
'The lead time is the duration between the task creation and the completion.' => '리드 시간은 할일의 생성부터 완료까지의 기간입니다',
|
||||
'The cycle time is the duration between the start date and the completion.' => '사이클 시간은 할일의 시작일부터 완료까지의 기간입니다',
|
||||
'If the task is not closed the current time is used instead of the completion date.' => '할일이 종료되지 않았다면, 완료 시간 대신 현재 시간이 사용됩니다',
|
||||
|
|
@ -767,7 +767,7 @@ return array(
|
|||
'Trigger automatically subtask time tracking' => '자동 서브 할일 시간 트래킹 트리거',
|
||||
'Include closed tasks in the cumulative flow diagram' => '누적 플로우 다이어그램에 종료된 할일을 포함합니다',
|
||||
'Current swimlane: %s' => '현재 스웜라인: %s',
|
||||
'Current column: %s' => '현재 칼럼: %s',
|
||||
'Current column: %s' => '현재 컬럼: %s',
|
||||
'Current category: %s' => '현재 카테고리: %s',
|
||||
'no category' => '카테고리 아님',
|
||||
'Current assignee: %s' => '현재 할당자: %s',
|
||||
|
|
@ -789,8 +789,8 @@ return array(
|
|||
'People who are project managers' => '프로젝트 매니저',
|
||||
'People who are project members' => '프로젝트 멤버',
|
||||
// 'NOK - Norwegian Krone' => '',
|
||||
'Show this column' => '칼럼 보이기',
|
||||
'Hide this column' => '칼럼 숨기기',
|
||||
'Show this column' => '컬럼 보이기',
|
||||
'Hide this column' => '컬럼 숨기기',
|
||||
'open file' => '열기',
|
||||
'End date' => '종료 날짜',
|
||||
'Users overview' => '유저 전체보기',
|
||||
|
|
@ -836,7 +836,7 @@ return array(
|
|||
'Task updated #%d' => '할일 #%d이 갱신 되었습니다',
|
||||
'Task #%d closed' => '할일 #%d를 마쳤습니다',
|
||||
'Task #%d opened' => '할일 #%d가 시작되었습니다',
|
||||
'Column changed for task #%d' => '할일 #%d의 칼럼이 변경되었습니다',
|
||||
'Column changed for task #%d' => '할일 #%d의 컬럼이 변경되었습니다',
|
||||
'New position for task #%d' => '할일 #%d이 새로운 위치에 등록되었습니다',
|
||||
'Swimlane changed for task #%d' => '#%d 할일의 스웜라인이 변경됩니다',
|
||||
'Assignee changed on task #%d' => '#%d 할일의 담당자가 변경됩니다',
|
||||
|
|
@ -867,7 +867,7 @@ return array(
|
|||
'Double Quote' => '이중 따옴표',
|
||||
'Single Quote' => '따옴표',
|
||||
'%s attached a file to the task #%d' => '%s가 할일 #%d에 파일을 추가하였습니다',
|
||||
'There is no column or swimlane activated in your project!' => '프로젝트에 활성화된 칼럼이나 스웜라인이 없습니다',
|
||||
'There is no column or swimlane activated in your project!' => '프로젝트에 활성화된 컬럼이나 스웜라인이 없습니다',
|
||||
// 'Append filter (instead of replacement)' => '',
|
||||
'Append/Replace' => '추가/변경',
|
||||
'Append' => '추가',
|
||||
|
|
@ -953,8 +953,8 @@ return array(
|
|||
'Actual Time' => '실제 시간',
|
||||
'Estimated vs actual time' => '예상 vs 실제 시간',
|
||||
// 'RUB - Russian Ruble' => '',
|
||||
'Assign the task to the person who does the action when the column is changed' => '칼럼이 변경되면 액션하지 않는 사람에게 할일을 할당합니다',
|
||||
'Close a task in a specific column' => '상세 칼럼의 할일을 종료합니다',
|
||||
'Assign the task to the person who does the action when the column is changed' => '컬럼이 변경되면 액션하지 않는 사람에게 할일을 할당합니다',
|
||||
'Close a task in a specific column' => '상세 컬럼의 할일을 종료합니다',
|
||||
'Time-based One-time Password Algorithm' => '시간에 기반한 1회용 패스워드 알고리즘',
|
||||
'Two-Factor Provider: ' => '이중 인증: ',
|
||||
'Disable two-factor authentication' => '이중 인증 비활성화',
|
||||
|
|
@ -972,10 +972,10 @@ return array(
|
|||
'Creation' => '생성',
|
||||
'Expiration' => '만료',
|
||||
'Password reset history' => '비밀번호 초기화 기록',
|
||||
'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '칼럼 "%s"와 스웜라인 "%s"의 모든 할일이 성공적으로 종료되었습니다',
|
||||
'Do you really want to close all tasks of this column?' => '이 칼럼의 모든 할일을 종료 하시겠습니까?',
|
||||
'%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '칼럼 "%s"와 스웜라인 "%s"의 할일 %d가 종료될 것입니다',
|
||||
'Close all tasks of this column' => '칼럼의 모든 할일 마치기',
|
||||
'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '컬럼 "%s"와 스웜라인 "%s"의 모든 할일이 성공적으로 종료되었습니다',
|
||||
'Do you really want to close all tasks of this column?' => '이 컬럼의 모든 할일을 종료 하시겠습니까?',
|
||||
'%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '컬럼 "%s"와 스웜라인 "%s"의 할일 %d가 종료될 것입니다',
|
||||
'Close all tasks of this column' => '컬럼의 모든 할일 마치기',
|
||||
'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '프로젝트 알림 방법으로 플러그인이 등록되지 않았습니다. 각각의 알림을 프로파일에서 설정하실 수 있습니다',
|
||||
'My dashboard' => '대시보드',
|
||||
'My profile' => '프로필',
|
||||
|
|
@ -1027,7 +1027,7 @@ return array(
|
|||
'Reference:' => '참고:',
|
||||
'Complexity:' => '복합:',
|
||||
'Swimlane:' => '스웜라인:',
|
||||
'Column:' => '칼럼:',
|
||||
'Column:' => '컬럼:',
|
||||
'Position:' => '위치:',
|
||||
'Creator:' => '생성자:',
|
||||
'Time estimated:' => '예상 시간:',
|
||||
|
|
@ -1070,11 +1070,11 @@ return array(
|
|||
'Uploaded by %s' => '%s로 올리기',
|
||||
'Filename' => '파일 이름',
|
||||
'Size' => '크기',
|
||||
'Column created successfully.' => '칼럼이 성공적으로 생성되었습니다',
|
||||
'Another column with the same name exists in the project' => '프로젝트에 동일한 이름의 칼럼이 있습니다',
|
||||
'Column created successfully.' => '컬럼이 성공적으로 생성되었습니다',
|
||||
'Another column with the same name exists in the project' => '프로젝트에 동일한 이름의 컬럼이 있습니다',
|
||||
'Default filters' => '기본 필터',
|
||||
'Your board doesn\'t have any columns!' => '보드에 칼럼이 존재하지 않습니다',
|
||||
'Change column position' => '칼럼 위치 변경',
|
||||
'Your board doesn\'t have any columns!' => '보드에 컬럼이 존재하지 않습니다',
|
||||
'Change column position' => '컬럼 위치 변경',
|
||||
'Switch to the project overview' => '프로젝트 개요로 변경',
|
||||
'User filters' => '사용자 필터',
|
||||
'Category filters' => '카테고리 필터',
|
||||
|
|
@ -1164,54 +1164,54 @@ return array(
|
|||
'Email settings' => '이메일 설정',
|
||||
'Email sender address' => '이메일 보낸이 주소',
|
||||
'Email transport' => '이메일 전송',
|
||||
// 'Webhook token' => '',
|
||||
'Webhook token' => 'Webhook토큰',
|
||||
'Imports' => '가져오기',
|
||||
// 'Project tags management' => '',
|
||||
// 'Tag created successfully.' => '',
|
||||
// 'Unable to create this tag.' => '',
|
||||
// 'Tag updated successfully.' => '',
|
||||
// 'Unable to update this tag.' => '',
|
||||
// 'Tag removed successfully.' => '',
|
||||
// 'Unable to remove this tag.' => '',
|
||||
// 'Global tags management' => '',
|
||||
// 'Tags' => '',
|
||||
// 'Tags management' => '',
|
||||
// 'Add new tag' => '',
|
||||
// 'Edit a tag' => '',
|
||||
// 'Project tags' => '',
|
||||
// 'There is no specific tag for this project at the moment.' => '',
|
||||
// 'Tag' => '',
|
||||
// 'Remove a tag' => '',
|
||||
// 'Do you really want to remove this tag: "%s"?' => '',
|
||||
// 'Global tags' => '',
|
||||
// 'There is no global tag at the moment.' => '',
|
||||
// 'This field cannot be empty' => '',
|
||||
// 'Close a task when there is no activity in an specific column' => '',
|
||||
// '%s removed a subtask for the task #%d' => '',
|
||||
// '%s removed a comment on the task #%d' => '',
|
||||
// 'Comment removed on task #%d' => '',
|
||||
// 'Subtask removed on task #%d' => '',
|
||||
// 'Hide tasks in this column in the dashboard' => '',
|
||||
// '%s removed a comment on the task %s' => '',
|
||||
// '%s removed a subtask for the task %s' => '',
|
||||
// 'Comment removed' => '',
|
||||
// 'Subtask removed' => '',
|
||||
// '%s set a new internal link for the task #%d' => '',
|
||||
// '%s removed an internal link for the task #%d' => '',
|
||||
// 'A new internal link for the task #%d have been defined' => '',
|
||||
// 'Internal link removed for the task #%d' => '',
|
||||
// '%s set a new internal link for the task %s' => '',
|
||||
// '%s removed an internal link for the task %s' => '',
|
||||
// 'Automatically set the due date on task creation' => '',
|
||||
// 'Move the task to another column when closed' => '',
|
||||
// 'Move the task to another column when not moved during a given period' => '',
|
||||
// 'Dashboard for %s' => '',
|
||||
// 'Tasks overview for %s' => '',
|
||||
// 'Subtasks overview for %s' => '',
|
||||
// 'Projects overview for %s' => '',
|
||||
// 'Activity stream for %s' => '',
|
||||
// 'Calendar for %s' => '',
|
||||
// 'Notifications for %s' => '',
|
||||
// 'Subtasks export' => '',
|
||||
// 'Tasks exportation' => '',
|
||||
'Project tags management' => '프로젝트 태그 관리',
|
||||
'Tag created successfully.' => '태그가 성공적으로 생성되었습니다.',
|
||||
'Unable to create this tag.' => '태그를 생성할 수 없습니다.',
|
||||
'Tag updated successfully.' => '태그가 성공적으로 수정되었습니다.',
|
||||
'Unable to update this tag.' => '태그를 수정할 수 없습니다.',
|
||||
'Tag removed successfully.' => '태그가 성공적으로 삭제되었습니다.',
|
||||
'Unable to remove this tag.' => '태그를 삭제할 수 없습니다.',
|
||||
'Global tags management' => '전역 태그 관리',
|
||||
'Tags' => '태그',
|
||||
'Tags management' => '태그 관리',
|
||||
'Add new tag' => '태그 추가',
|
||||
'Edit a tag' => '태그 수정',
|
||||
'Project tags' => '프로젝트 태그',
|
||||
'There is no specific tag for this project at the moment.' => '현재 이 프로젝트에는 태그가 없습니다.',
|
||||
'Tag' => '태그',
|
||||
'Remove a tag' => '태그 삭제',
|
||||
'Do you really want to remove this tag: "%s"?' => '태그를 삭제하시겠습니까: "%s"?',
|
||||
'Global tags' => '전역 태그',
|
||||
'There is no global tag at the moment.' => '현재 전역 태그가 없습니다.',
|
||||
'This field cannot be empty' => '이 필드는 비워둘 수 없습니다',
|
||||
'Close a task when there is no activity in an specific column' => '활동이 없는 컬럼의 할일 마치기',
|
||||
'%s removed a subtask for the task #%d' => '%s가 할일 #%d의 서브 할일을 삭제하였습니다',
|
||||
'%s removed a comment on the task #%d' => '%s가 할일 #%d의 댓글을 삭제하였습니다',
|
||||
'Comment removed on task #%d' => '할일 #%d의 댓글이 삭제되었습니다',
|
||||
'Subtask removed on task #%d' => '할일 #%d의 서브 할일이 삭제되었습니다',
|
||||
'Hide tasks in this column in the dashboard' => '대시보드 컬럼의 할일 숨기기',
|
||||
'%s removed a comment on the task %s' => '%s가 할일 %s의 댓글을 삭제하였습니다',
|
||||
'%s removed a subtask for the task %s' => '%s가 할일 %s의 서브 할일을 삭제하였습니다',
|
||||
'Comment removed' => '댓글이 삭제되었습니다',
|
||||
'Subtask removed' => '서브 할일이 삭제되었습니다',
|
||||
'%s set a new internal link for the task #%d' => '%s가 할일 #%d의 새로운 내부 링크를 설정하였습니다',
|
||||
'%s removed an internal link for the task #%d' => '%s가 할일 #%d의 새로운 내부 링크를 삭제하였습니다',
|
||||
'A new internal link for the task #%d have been defined' => '할일 #%d의 새로운 내부 링크가 정의되었습니다',
|
||||
'Internal link removed for the task #%d' => '할일 #%d의 새로운 내부 링크가 삭제되었습니다',
|
||||
'%s set a new internal link for the task %s' => '%s가 할일 %s의 새로운 내부 링크를 설정하였습니다',
|
||||
'%s removed an internal link for the task %s' => '%s가 할일 %s의 새로운 내부 링크를 삭제하였습니다',
|
||||
'Automatically set the due date on task creation' => '할일 생성시 마감일이 자동으로 설정되었습니다',
|
||||
'Move the task to another column when closed' => '할일을 마치면 다른 컬럼으로 이동시키기',
|
||||
'Move the task to another column when not moved during a given period' => '주어진 기간동안 이동하지 않으면 할일을 다른 컬럼으로 이동시키기',
|
||||
'Dashboard for %s' => '%s의 대시보드',
|
||||
'Tasks overview for %s' => '%s의 할일 개요',
|
||||
'Subtasks overview for %s' => '%s의 서브 할일 개요',
|
||||
'Projects overview for %s' => '%s의 프로젝트 개요',
|
||||
'Activity stream for %s' => '%s의 활동기록',
|
||||
'Calendar for %s' => '%s의 달력',
|
||||
'Notifications for %s' => '%s의 알림',
|
||||
'Tasks exportation' => '할일 내보내기',
|
||||
'Subtasks export' => '서브할일 내보내기',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue