diff options
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r-- | app/Locale/ko_KR/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5c7c174c..ae2bcba1 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -4,9 +4,7 @@ return array( // 'number.decimals_separator' => '', // 'number.thousands_separator' => '', 'None' => '없음', - 'edit' => '수정', 'Edit' => '수정', - 'remove' => '삭제', 'Remove' => '삭제', 'Yes' => '예', 'No' => '아니오', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => '"%s" 프로젝트를 위한 자동 액션', 'Add an action' => '자동 액션 추가', 'Event name' => '이벤트 이름', - 'Action name' => '액션 이름', - 'Action parameters' => '액션의 바로미터', 'Action' => '액션', 'Event' => '이벤트', 'When the selected event occurs execute the corresponding action.' => '선택된 이벤트가 발생했을 때 대응하는 액션을 실행한다.', @@ -187,7 +183,7 @@ return array( 'Position' => '위치', 'Duplicate to another project' => '다른 프로젝트에 복사', 'Duplicate' => '복사', - 'link' => '링크', + 'Link' => '링크', 'Comment updated successfully.' => '댓글을 갱신했습니다.', 'Unable to update your comment.' => '댓글의 갱신에 실패했습니다.', 'Remove a comment' => '댓글 삭제', @@ -234,7 +230,6 @@ return array( 'Category:' => '카테고리:', 'Categories' => '카테고리', 'Your category have been created successfully.' => '카테고리를 작성했습니다.', - 'Unable to create your category.' => '카테고리의 작성에 실패했습니다.', 'This category has been updated successfully.' => '카테고리를 갱신했습니다.', 'Unable to update this category.' => '카테고리의 갱신에 실패했습니다.', 'Remove a category' => '카테고리의 삭제', @@ -899,7 +894,6 @@ return array( 'Add group member' => '멤버추가', 'Do you really want to remove this group: "%s"?' => '그룹을 삭제하시겠습니까: "%s"?', 'There is no user in this group.' => '이 그룹에는 사용자가 없습니다', - 'Remove this user' => '사용자 삭제', 'Permissions' => '권한', 'Allowed Users' => '사용자 승인', 'No user have been allowed specifically.' => '구체적으로 승인된 사용자가 없습니다', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // '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' => '', ); |