AuthoringMessages.js 858 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. });