. */ /** Traditional Chinese (中文(繁體)‎) * * See the qqq 'language' for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Cwlin0416 */ $s_plugin_graph_title = 'Mantis 圖表'; $s_plugin_graph_description = '官方圖表元件'; $s_plugin_MantisGraph_title = 'Mantis 圖表'; $s_plugin_MantisGraph_menu_advanced_summary = '進階摘要'; $s_plugin_MantisGraph_config = '設定'; $s_plugin_MantisGraph_synthesis_link = '總覽'; $s_plugin_MantisGraph_status_link = '依狀態'; $s_plugin_MantisGraph_priority_link = '依優先權'; $s_plugin_MantisGraph_severity_link = '依嚴重性'; $s_plugin_MantisGraph_category_link = '依類別'; $s_plugin_MantisGraph_resolution_link = '依問題分析'; $s_plugin_MantisGraph_graph_bug_page_link = '圖表'; $s_plugin_MantisGraph_library = '使用繪圖套件'; $s_plugin_MantisGraph_bundled = '內建'; $s_plugin_MantisGraph_window_width = '圖表寬度 (像素)'; $s_plugin_MantisGraph_bar_aspect = '長條圖長寬比 (高/寬)'; $s_plugin_MantisGraph_summary_graphs_per_row = '進階摘要中每列併排顯示的圖片數'; $s_plugin_MantisGraph_font = '字型'; $s_plugin_MantisGraph_jpgraph_path = 'JpGraph 套件系統路徑'; $s_plugin_MantisGraph_jpgraph_path_default = '使用預設值則留白: {mantisroot}/library/jpgraph'; $s_plugin_MantisGraph_jpgraph_antialias = 'JpGraph 反鋸齒'; $s_plugin_MantisGraph_jpgraph_antialias_info = '反鋸齒可以增加圖片外觀品質但會降低處理速度 (最慢可達 8 倍)'; $s_plugin_MantisGraph_enabled = '開啟'; $s_plugin_MantisGraph_disabled = '關閉'; $s_plugin_MantisGraph_graph_imp_status_title = '狀態合成圖'; $s_plugin_MantisGraph_graph_imp_priority_title = '優先權合成圖'; $s_plugin_MantisGraph_graph_imp_severity_title = '嚴重性合成圖'; $s_plugin_MantisGraph_graph_imp_category_title = '類別合成圖'; $s_plugin_MantisGraph_graph_imp_resolution_title = '問題分析合成圖'; $s_plugin_MantisGraph_by_status_pct = '狀態百分比'; $s_plugin_MantisGraph_by_priority_pct = '優先度百分比'; $s_plugin_MantisGraph_by_severity_pct = '嚴重性百分比'; $s_plugin_MantisGraph_by_category_pct = '類別百分比'; $s_plugin_MantisGraph_by_resolution_pct = '問題分析百分比'; $s_plugin_MantisGraph_by_severity_mix = '依嚴重性和狀態'; $s_plugin_MantisGraph_by_priority_mix = '依優先度和狀態'; $s_plugin_MantisGraph_by_resolution_mix = '依問題分析和狀態'; $s_plugin_MantisGraph_legend_still_open = '尚未結案'; $s_plugin_MantisGraph_legend_resolved = '已解決'; $s_plugin_MantisGraph_legend_assigned = '已分配'; $s_plugin_MantisGraph_legend_total = '總計'; $s_plugin_MantisGraph_legend_opened = '未結束'; $s_plugin_MantisGraph_legend_closed = '已結束'; $s_plugin_MantisGraph_legend_reported = '已回報'; $s_plugin_MantisGraph_cumulative = '累計'; $s_plugin_MantisGraph_not_enough_data = '資料不足無法建立圖表'; $s_plugin_MantisGraph_period_none = '無'; $s_plugin_MantisGraph_period_this_week = '本週'; $s_plugin_MantisGraph_period_last_week = '上週'; $s_plugin_MantisGraph_period_two_weeks = '過去兩週'; $s_plugin_MantisGraph_period_this_month = '本月'; $s_plugin_MantisGraph_period_last_month = '上月'; $s_plugin_MantisGraph_period_this_quarter = '本季'; $s_plugin_MantisGraph_period_last_quarter = '上季'; $s_plugin_MantisGraph_period_year_to_date = '本年度至今'; $s_plugin_MantisGraph_period_select = '任何日期'; $s_plugin_MantisGraph_period_last_year = '去年'; $s_plugin_MantisGraph_select = '請選擇'; $s_plugin_MantisGraph_select_bystatus = '依狀態'; $s_plugin_MantisGraph_select_summbystatus = '依狀態摘要'; $s_plugin_MantisGraph_select_bycat = '依類別摘要'; $s_plugin_MantisGraph_select_both = '依狀態與類別摘要'; $s_plugin_MantisGraph_show_as_graph = '以圖型顯示'; $s_plugin_MantisGraph_show_as_table = '以表格顯示'; $s_plugin_MantisGraph_show_graph = '顯示圖表'; $s_plugin_MantisGraph_graph_page = '問題記錄圖表';