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 視圖'
- });
|