AuthoringMessages.js 843 B

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