CAStorytellingResources.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: Storytelling
  5. * Copyright IBM Corp. 2017, 2020
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define({
  9. 'story': '案例',
  10. 'noDashboardFound': '無法擷取案例。可能它不再存在,或您沒有足夠的專用權檢視它。',
  11. 'noDashboardCapability': '您沒有使用案例的能力',
  12. 'noDashboardPermision': '您的專用權不足,無法檢視此案例',
  13. 'defaultName': '新建案例',
  14. 'storyProperties': '案例內容',
  15. 'createAvDataStoryLabel': '案例',
  16. 'createAvSlideShowLabel': '投影片放映',
  17. 'createAvPanAndZoomLabel': '引導行程',
  18. 'dashboard_save_success': '已儲存您的案例。',
  19. 'cmEmptySelection': '已刪除案例。請嘗試另存為新的案例。',
  20. 'createStoryTitle': '建立案例',
  21. 'transitionStyleTitle': '轉移樣式',
  22. 'createButton': '建立',
  23. 'cancelButton': '取消',
  24. 'dashboardResetTitle': '重設案例',
  25. 'dashboardResetMessage': '您確定要重設套用至此案例的所有變更嗎?',
  26. 'dashboardResetToast': '已重設您的案例。',
  27. 'filter_drag_and_drop_all_tabs': '將資料拖放至此來過濾所有場景。',
  28. 'filter_drag_and_drop_current_tab': '將資料拖放至此來過濾這個場景。',
  29. 'filterIconLabel_Global': '所有場景',
  30. 'filterIconLabel_Tab': '這個場景',
  31. 'filterIconTooltip_Global': '所有場景',
  32. 'filterIconTooltip_Tab': '這個場景',
  33. 'filterOverflowMenu_Global': '所有場景溢位功能表',
  34. 'filterOverflowMenu_Tab': '此場景的溢位功能表',
  35. 'renameScene': '重新命名場景',
  36. 'duplicateScene': '複製場景',
  37. 'deleteScene': '刪除場景',
  38. 'editTimelineHighlight': '編輯強調顯示',
  39. 'deleteTimelineHighlight': '刪除強調顯示',
  40. 'filter_includesAll': '併入全部',
  41. 'timeline_highlight_moved_to': '時間行強調顯示 %{id} 移至 %{time}',
  42. 'filter_tooltip': '[%{title}] - %{description}',
  43. 'selectLabel': '選取',
  44. 'newDefaultStoryName': '案例:%{modelName}',
  45. 'exportLabel': '儲存',
  46. 'exportAsLabel': '另存新檔:',
  47. 'exportDialogTitle': '另存為案例',
  48. 'exportDialogFooter': '儲存和取消按鈕',
  49. 'loadAfterExportLabel': '儲存後開啟案例',
  50. 'selectTemplateLabel': '選取範本',
  51. 'outOfBoundsWarningMessage': '某些儀表板小組件不在網格中,因此目前可能無法在匯出之後顯示。',
  52. 'emptyExploreCardsWarningMessage': '空的卡片已在另存為案例期間刪除。',
  53. 'dashboard_export_success': '已順利將您的儀表板另存為案例。',
  54. 'explore_export_success': '已順利將您的探索另存為故事。',
  55. 'toastUpgradeDone': '您的案例已升級。立即儲存以維護最佳效能。',
  56. 'navigationMarker': '導覽標記',
  57. 'navigateMarkers': '導覽標記',
  58. 'navNextMarker': '下一個標記',
  59. 'navPrevMarker': '上一個標記',
  60. 'navPrevMarkerAbbreviated': '上一個標記',
  61. 'timelineSettingsButton': '播放選項',
  62. 'autoPlay': '播放全部場景',
  63. 'loop': '循環播放',
  64. 'refreshData': '在啟始時重新整理',
  65. 'slideshowLabel': '投影片放映',
  66. 'panAndZoomLabel': '引導行程',
  67. 'slideShowLayoutLabel': '投影片放映佈置',
  68. 'panAndZoomLayoutLabel': '引導行程佈置',
  69. 'panAndZoomLayoutFooter': '引導行程佈置是一個在單一畫布上的場景集合。當您執行此類型的案例時,簡報會依順序在每一個個別的場景上縮放及平移。這不同於投影片放映佈置(其中每一個場景都會在新的畫布上呈現)。具有由線條所連接的三個場景的引導行程佈置容許您建立一個水平的場景序列。這對於顯示時間表很有用。',
  70. 'PanAndZoomLayout1': '以矩形排列的 5 個場景',
  71. 'PanAndZoomLayout2': '以從左向右上升的樓梯形狀排列的 4 個場景',
  72. 'PanAndZoomLayout3': '以矩形排列的 6 個場景',
  73. 'PanAndZoomLayout4': '以矩形排列的 7 個場景(當中有 6 個小場景在頂端,而 1 個大場景在底端)',
  74. 'PanAndZoomLayout5': '以頂端 2 個小場景,而底端 1 個大場景排列的 3 個場景',
  75. 'PanAndZoomLayout6': '以水平方式排列同一個序列的 4 個場景',
  76. 'pageSelectWarning': '請選取場景。',
  77. 'noSceneTransitionLabel': '無',
  78. 'sceneTransitionPropertyLabel': '場景轉移',
  79. 'animatedPathSceneTransitionLabel': '動畫路徑',
  80. 'sweepSceneTransitionLabel': '過光效果',
  81. 'storyTypeLabel': '案例類型',
  82. 'layoutLabel': '佈置',
  83. 'tabName_animation': '動畫',
  84. 'propAniAnimation': '動畫',
  85. 'propAniTypeEntrance': '進場動畫',
  86. 'propAniDirectionIn': '進場方向',
  87. 'propAniTypeExit': '離場動畫',
  88. 'propAniDirectionOut': '離場方向',
  89. 'propAniDirection': '方向',
  90. 'propAniEntrance': '進場',
  91. 'propAniTypeEntranceSlideIn': '滑入',
  92. 'propAniTypeEntranceFadeIn': '淡入',
  93. 'propAniTypeEntrancePivotIn': '轉入',
  94. 'propAniTypeEntranceScaleIn': '向內擴展',
  95. 'propAniTypeEntranceShrinkIn': '向內收縮',
  96. 'propAniDirectionInLeft': '從左',
  97. 'propAniDirectionInRight': '從右',
  98. 'propAniDirectionInTop': '從上',
  99. 'propAniDirectionInBottom': '從下',
  100. 'propAniExit': '離場',
  101. 'propAniTypeExitSlideIn': '滑出',
  102. 'propAniTypeExitFadeIn': '淡出',
  103. 'propAniTypeExitPivotOut': '轉出',
  104. 'propAniTypeExitScaleIn': '向外擴展',
  105. 'propAniTypeExitExpandOut': '向外展開',
  106. 'propAniDirectionOutLeft': '向左',
  107. 'propAniDirectionOutRight': '向右',
  108. 'propAniDirectionOutTop': '向上',
  109. 'propAniDirectionOutBottom': '向下',
  110. 'propAniEntranceTime': '開始時間(秒):',
  111. 'propAniExitTime': '結束時間(秒):',
  112. 'animationNoEntranceText': '如果小組件位於場景開頭,則不會發生進場動畫。',
  113. 'animationNoExitText': '如果小組件位於場景結尾,則不會發生離場動畫。',
  114. 'propAniTypeDataEntrance': '資料進場',
  115. 'propAniRevealDuration': '項目動畫持續時間',
  116. 'timelineAnimationProperties': '開啟動畫內容',
  117. 'scenesPropertiesSection': '場景',
  118. 'editStoryCoachMarkTitle': '編輯案例',
  119. 'editStoryCoachMarkContents': '按一下鉛筆圖示以編輯此案例。',
  120. 'addDataStoryCoachMarkContents': '將資料從資料畫面拖放到您的案例。',
  121. 'expandSceneCoachmarkTitle': '開啟時間表',
  122. 'expandSceneCoachmarkContents': '根據時間及持續時間調整物件可見性,以動畫方式顯示場景。',
  123. 'overviewCoachmarkTitle': '概觀場景',
  124. 'overviewCoachmarkContents': '使用案例開始和結束時的概觀場景來顯示所有場景的大圖片。從概觀場景中,按一下並拖曳場景以將其與另一個場景交換。您可以在案例內容中顯示或隱藏概觀場景。',
  125. 'animatedPathCoachmarkTitle': '動畫路徑',
  126. 'animatedPathCoachmarkContents': '若要讓物件從一個場景到另一個場景進行動畫,請重複具有物件的場景。然後,對新場景上的重複物件進行移動、調整大小或旋轉的動作。',
  127. 'propShowStoryOverviewFirstSlide': '在開始時顯示所有場景',
  128. 'propShowStoryOverviewLastSlide': '在結束時顯示所有場景',
  129. 'storySceneSingleCountLabel': '1 個場景',
  130. 'storySceneCountLabel': '%{count} 個場景',
  131. 'storySceneRangeCountLabel': '第 %{index} 個場景(共 %{count} 個場景)',
  132. 'storySceneExpand': '開啟時間表',
  133. 'storySceneActionMenu': '啟動場景選項功能表',
  134. 'timelineRightContainerLabel': '時間表按鈕控制項群組',
  135. 'timelineViewLabel': '時間表',
  136. 'timelineZoomFit': '縮放到適當大小',
  137. 'timelineZoomIn': '放大',
  138. 'timelineZoomOut': '縮小',
  139. 'timelinePositionIndicator': '在 %{position} 中的時間表位置指示器',
  140. 'timelinePositionIndicatorMoveLeftTo': '時間表位置指示器向左移至 %{position}',
  141. 'timelinePositionIndicatorMoveRightTo': '時間表位置指示器向右移至 %{position}',
  142. 'sceneStart': '跳到 %{position} 的場景的開頭',
  143. 'sceneEnd': '跳到 %{position} 的場景的結尾',
  144. 'timelineHighlightTitle': '強調顯示',
  145. 'addTimelineHighlight': '新增強調顯示',
  146. 'addSceneBtnTitle': '使用預設範本新增場景',
  147. 'addSceneChevronBtnTitle': '選擇場景範本',
  148. 'timelinePlay': '播放',
  149. 'timelinePause': '暫停',
  150. 'sceneNavigation': '場景導覽',
  151. 'navNextScene': '下一個場景',
  152. 'navPrevScene': '前一個場景',
  153. 'navPrevSceneAbbreviated': '前一個場景',
  154. 'navExitFullScreen': '結束全螢幕',
  155. 'navToggleOverview': '切換概觀',
  156. 'rowNumber': '列 %{number}',
  157. 'overviewBtnLabel': '概觀',
  158. 'sceneListStart': '概觀開始',
  159. 'sceneListEnd': '概觀結束',
  160. 'timelineLeftHandle': '%{name} 的左控點',
  161. 'timelineRightHandle': '%{name} 的右控點',
  162. 'timelineLeftHandleNoTitle': '左控點',
  163. 'timelineRightHandleNoTitle': '右控點',
  164. 'timelineMoveLeft': '將 %{object} 向左移',
  165. 'timelineMoveRight': '將 %{object} 向右移',
  166. 'timelineMoveWidget': '時間行小組件移至 %{newStartTime} 及 %{newEndTime}',
  167. 'timelineMoveWidgetStartTime': '時間行小組件開始時間變更為 %{newStartTime}',
  168. 'timelineMoveWidgetEndTime': '時間行小組件結束時間變更為 %{newEndTime}',
  169. 'timelineMoveWidgetDown': '時間行小組件已下移',
  170. 'timelineMoveWidgetUp': '時間行小組件已上移',
  171. 'addSceneTitle': '新增場景',
  172. 'blankSceneLayout': '空白',
  173. 'titleSceneLayout': '具有子標題的標題',
  174. 'sceneLayout1': '一個視覺化旁邊具有文字的標題',
  175. 'sceneLayout2': '具有一個視覺化的標題',
  176. 'sceneLayout3': '具有兩個視覺化的標題',
  177. 'sceneLayout4': '多用途',
  178. 'sceneLayout5': '一個視覺化旁邊沒有文字的標題',
  179. 'sceneLayout6': '多用途 2 X 2',
  180. 'sceneLayout7': '多用途 2 併 1',
  181. 'sceneLayout8': '多用途 1 併 2',
  182. 'sceneLayout9': '多用途上 1 下 2',
  183. 'sceneLayout10': '多用途上 2 下 1',
  184. 'sceneLayout11': '多用途上 4 下 1',
  185. 'sceneLayout12': '多用途 [上 1 下 1] 併 2 X [上 2 下 1]',
  186. 'titleWidgetPlaceholderText': '在這裡輸入您的標題',
  187. 'subtitleWidgetPlaceholderText': '在這裡輸入您的子標題',
  188. 'createStoryViewTitle': '建立案例',
  189. 'defaultStoryName': '新建案例',
  190. 'screenshot_label': '案例 %{title}',
  191. 'screenshot_label_scene': '案例 %{title} 的場景 %{sceneTitle}',
  192. 'filmstripHandleOpenLabel': '開啟場景選取器',
  193. 'filmstripHandleCloseLabel': '關閉場景選取器'
  194. });
  195. //# sourceMappingURL=CAStorytellingResources.js.map