|
| 1 | +<?php |
| 2 | +/** MantisBT - a php based bugtracking system |
| 3 | + * |
| 4 | + * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
| 5 | + * Copyright (C) 2002 - 2013 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| 6 | + * |
| 7 | + * MantisBT is free software: you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation, either version 2 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * MantisBT is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License |
| 18 | + * along with MantisBT. If not, see <http://www.gnu.org/licenses/>. |
| 19 | + */ |
| 20 | +/** Korean (한국어) |
| 21 | + * |
| 22 | + * See the qqq 'language' for message documentation incl. usage of parameters |
| 23 | + * To improve a translation please visit http://translatewiki.net |
| 24 | + * |
| 25 | + * @ingroup Language |
| 26 | + * @file |
| 27 | + * |
| 28 | + * @author Changwoo |
| 29 | + */ |
| 30 | + |
| 31 | +$s_plugin_graph_title = '맨티스 그래프'; |
| 32 | +$s_plugin_graph_description = '공식 그래프 플러그인.'; |
| 33 | +$s_plugin_MantisGraph_title = '맨티스 그래프'; |
| 34 | +$s_plugin_MantisGraph_menu_advanced_summary = '고급 요약'; |
| 35 | +$s_plugin_MantisGraph_config = '설정'; |
| 36 | +$s_plugin_MantisGraph_synthesis_link = '합성'; |
| 37 | +$s_plugin_MantisGraph_status_link = '상태별'; |
| 38 | +$s_plugin_MantisGraph_priority_link = '우선순위별'; |
| 39 | +$s_plugin_MantisGraph_severity_link = '심각도별'; |
| 40 | +$s_plugin_MantisGraph_category_link = '분류별'; |
| 41 | +$s_plugin_MantisGraph_resolution_link = '해결 상태별'; |
| 42 | +$s_plugin_MantisGraph_graph_bug_page_link = '그래프'; |
| 43 | +$s_plugin_MantisGraph_library = '사용할 그래프 라이브러리'; |
| 44 | +$s_plugin_MantisGraph_bundled = '번들 제공'; |
| 45 | +$s_plugin_MantisGraph_window_width = '그래프 너비(픽셀)'; |
| 46 | +$s_plugin_MantisGraph_bar_aspect = '막대 그래프 종횡비(높이/폭)'; |
| 47 | +$s_plugin_MantisGraph_summary_graphs_per_row = '고급 요약 페이지의 한 행에 표시할 그래프 수'; |
| 48 | +$s_plugin_MantisGraph_font = '글꼴'; |
| 49 | +$s_plugin_MantisGraph_jpgraph_path = 'JpGraph 라이브러리 시스템 경로'; |
| 50 | +$s_plugin_MantisGraph_jpgraph_path_default = '기본값을 사용하려면 비워 놓으십시오: {mantisroot}/library/jpgraph'; |
| 51 | +$s_plugin_MantisGraph_jpgraph_antialias = 'JpGraph 안티알리아싱'; |
| 52 | +$s_plugin_MantisGraph_jpgraph_antialias_info = '안티앨리어싱을 사용하면 성능이 떨어지는 대신(최대 8배까지 느림) 일부 그래프는 보기 좋아집니다.'; |
| 53 | +$s_plugin_MantisGraph_enabled = '사용'; |
| 54 | +$s_plugin_MantisGraph_disabled = '사용 않음'; |
| 55 | +$s_plugin_MantisGraph_graph_imp_status_title = '상태 종합 그래프'; |
| 56 | +$s_plugin_MantisGraph_graph_imp_priority_title = '우선순위 종합 그래프'; |
| 57 | +$s_plugin_MantisGraph_graph_imp_severity_title = '심각성 종합 그래프'; |
| 58 | +$s_plugin_MantisGraph_graph_imp_category_title = '카테고리 종합 그래프'; |
| 59 | +$s_plugin_MantisGraph_graph_imp_resolution_title = '해결도 종합 그래프'; |
| 60 | +$s_plugin_MantisGraph_by_status_pct = '상태 백분율'; |
| 61 | +$s_plugin_MantisGraph_by_priority_pct = '우선 순위 백분율'; |
| 62 | +$s_plugin_MantisGraph_by_severity_pct = '심각성 백분율'; |
| 63 | +$s_plugin_MantisGraph_by_category_pct = '카테고리 백분율'; |
| 64 | +$s_plugin_MantisGraph_by_resolution_pct = '해결도 백분율'; |
| 65 | +$s_plugin_MantisGraph_by_severity_mix = '심각성 및 상태 백분율'; |
| 66 | +$s_plugin_MantisGraph_by_priority_mix = '우선 순위 및 상태 백분율'; |
| 67 | +$s_plugin_MantisGraph_by_resolution_mix = '해결도 및 상태 백분율'; |
| 68 | +$s_plugin_MantisGraph_legend_still_open = '진행중'; |
| 69 | +$s_plugin_MantisGraph_legend_resolved = '해결됨'; |
| 70 | +$s_plugin_MantisGraph_legend_assigned = '할당됨'; |
| 71 | +$s_plugin_MantisGraph_legend_total = '총계'; |
| 72 | +$s_plugin_MantisGraph_legend_opened = '미해결'; |
| 73 | +$s_plugin_MantisGraph_legend_closed = '폐쇄됨'; |
| 74 | +$s_plugin_MantisGraph_legend_reported = '보고됨'; |
| 75 | +$s_plugin_MantisGraph_cumulative = '누적'; |
| 76 | +$s_plugin_MantisGraph_not_enough_data = '그래프를 생성하는데 정보가 부족합니다'; |
| 77 | +$s_plugin_MantisGraph_period_none = '없음'; |
| 78 | +$s_plugin_MantisGraph_period_this_week = '이번 주'; |
| 79 | +$s_plugin_MantisGraph_period_last_week = '지난주'; |
| 80 | +$s_plugin_MantisGraph_period_two_weeks = '지난 2주'; |
| 81 | +$s_plugin_MantisGraph_period_this_month = '이번 달'; |
| 82 | +$s_plugin_MantisGraph_period_last_month = '지난 달'; |
| 83 | +$s_plugin_MantisGraph_period_this_quarter = '이번 분기'; |
| 84 | +$s_plugin_MantisGraph_period_last_quarter = '지난 분기'; |
| 85 | +$s_plugin_MantisGraph_period_year_to_date = '올해 현재까지'; |
| 86 | +$s_plugin_MantisGraph_period_select = '임의의 날짜'; |
| 87 | +$s_plugin_MantisGraph_period_last_year = '지난 해'; |
| 88 | +$s_plugin_MantisGraph_select = '선택하십시요'; |
| 89 | +$s_plugin_MantisGraph_select_bystatus = '상태별'; |
| 90 | +$s_plugin_MantisGraph_select_summbystatus = '상태별 요약'; |
| 91 | +$s_plugin_MantisGraph_select_bycat = '분류별 요약'; |
| 92 | +$s_plugin_MantisGraph_select_both = '상태 및 분류별 요약'; |
| 93 | +$s_plugin_MantisGraph_show_as_graph = '그래프로 표시'; |
| 94 | +$s_plugin_MantisGraph_show_as_table = '표로 표시'; |
| 95 | +$s_plugin_MantisGraph_show_graph = '그래프 표시'; |
| 96 | +$s_plugin_MantisGraph_graph_page = '이슈 기록을 그래프로 그리기'; |
0 commit comments