1234567891011121314151617181920 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: Authoring
- *| (C) Copyright IBM Corp. 2015, 2018
- *|
- *| US Government Users Restricted Rights - Use, duplication or disclosure
- *| restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- define({
- 'no_output_format_capability': '没有为用户分配可生成 %{outputFormat} 输出的功能。',
- 'authoring_welcome': '报表',
- 'report_view_of': '%{reportName} 的报表视图',
- 'no_action_available': '您当前无权访问此对象。',
- 'viewer_welcome': '报表',
- 'dataset_welcome': '数据集',
- 'powerplay_view_of': '%{reportName} 的 PowerPlay 视图'
- });
|