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 *** ***********************************************************************//** Simplified 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 Hydra* @author Hzy980512* @author Liuxinyu970226* @author Paopao* @author 佛壁灯* @author 沈澄心*/$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)';