#-- copyright #OpenProject is an open source project management software. #Copyright (C) 2012-2020 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: #Copyright (C) 2006-2017 Jean-Philippe Lang #Copyright (C) 2010-2013 the ChiliProject Team #This program 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. #This program 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 this program; if not, write to the Free Software #Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #See docs/COPYRIGHT.rdoc for more details. #++ zh-CN: error_can_not_delete_export_card_configuration: "无法删除此配置。" error_can_not_change_name_of_default_configuration: "无法更改默认配置的名称。" label_backlogs_export_card_config_select: "选择导出卡片配置" label_backlogs_export_card_export: "导出" label_export_card_configuration_new: "新导出卡片配置" label_export_card_configuration: "导出卡片配置" label_export_card_configuration_plural: "导出卡片配置" label_export_card_activate: "激活" label_export_card_deactivate: "取消激活" notice_export_card_configuration_activated: "配置成功激活" notice_export_card_configuration_deactivated: "配置成功取消激活" error_can_not_activate_export_card_configuration: "无法激活此配置" error_can_not_deactivate_export_card_configuration: "无法取消激活此配置" validation_error_required_keys_not_present: "所需的密钥不存在:" validation_error_yaml_is_badly_formed: "无有效的 YAML 格式。" validation_error_uknown_key: "未知的密钥:" yaml_error: "YAML 错误:" help_link_rows_format: "行格式" export_config_per_page: "每页" export_config_page_size: "页面大小" export_config_orientation: "页面方向" export_config_rows: "行" activerecord: attributes: export_card_configuration: rows: "行" per_page: "每页" page_size: "页面大小" orientation: "页面方向"