Blame | Last modification | View Log | Download
<?php/** MantisBT - a php based bugtracking system** Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org* Copyright (C) 2002 - 2016 MantisBT Team - mantisbt-dev@lists.sourceforge.net** MantisBT is free software: you can redistribute it and/or modify* it under the terms of the GNU General Public License as published by* the Free Software Foundation, either version 2 of the License, or* (at your option) any later version.** MantisBT is distributed in the hope that it will be useful,* but WITHOUT ANY WARRANTY; without even the implied warranty of* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the* GNU General Public License for more details.** You should have received a copy of the GNU General Public License* along with MantisBT. If not, see <http://www.gnu.org/licenses/>.** *********************************************************************** ** This file contains translations stored in translatewiki.net. *** ** See https://translatewiki.net/wiki/Project:About for information *** ** on copyright/license for translatewiki.net translations. *** *********************************************************************** ** *** ** DO NOT UPDATE MANUALLY *** ** *** ** To improve a translation please visit https://translatewiki.net *** ** Detailed instructions on how to create or update translations at *** ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto *** ***********************************************************************//** Traditional Chinese (中文(繁體))** See the qqq 'language' for message documentation incl. usage of parameters* To improve a translation please visit https://translatewiki.net** @ingroup Language* @file** @author Cwlin0416* @author Kly*/$s_plugin_MantisGraph_title = 'Mantis 圖表';$s_plugin_MantisGraph_description = '官方圖表元件';$s_plugin_MantisGraph_config = '設置';$s_plugin_MantisGraph_tab_label = '圖表';$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_issue_trends_link = '問題趨勢';$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_graph_developer_title = '依開發者圖表';$s_plugin_MantisGraph_graph_reporter_title = '依回報者圖表';$s_plugin_MantisGraph_graph_issues_trend_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_reported = '已回報';$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_graph_page = '問題記錄圖表';$s_plugin_MantisGraph_graph_topdev = '依修正問題的熱門開發者';$s_plugin_MantisGraph_graph_opendev = '依開放問題的開發者';$s_plugin_MantisGraph_graph_topreporter_fixed = '依修正問題的熱門回報人';$s_plugin_MantisGraph_other_categories = '其它分類(%d)';