DashboardResources.js 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: ba-dashboard-core
  5. * (C) Copyright IBM Corp. 2018, 2020
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define({
  9. // Application Title
  10. 'appTitle': 'Gemini 專案',
  11. 'appExit': '跳至「歡迎使用」頁面',
  12. 'widgetsListLabel': '小組件清單。選取一個小組件,然後按 Enter 鍵進行新增。',
  13. // no longer used in this component, moved to dashboard-livewidget.
  14. // please don't remove from here, or will break R8
  15. //General
  16. 'listSeparator': ', ',
  17. 'pointSeparator': ':',
  18. 'insync': '保持最新',
  19. 'dirty': '未保持最新',
  20. 'conflict': '儲存視圖時發生衝突',
  21. 'error': '儲存視圖時發生問題',
  22. 'failure': '無法聯絡伺服器',
  23. 'saveFailed': '無法儲存視圖',
  24. 'wa_insync': '已儲存',
  25. 'wa_conflict': '儲存視圖時發生衝突',
  26. 'wa_error': '無法儲存視圖',
  27. 'wa_failure': '無法聯絡伺服器',
  28. // Menu Labels
  29. 'changeDisplay': '變更顯示',
  30. 'changeToColumnChart': '變更為直條圖',
  31. 'changeToBubbleChart': '變更為泡泡圖',
  32. 'toggleMoveHandles': '切換移動控點',
  33. 'undo': '復原',
  34. 'redo': '重做',
  35. 'mode': '變更模式',
  36. 'untitled': '未命名',
  37. 'remove': '移除',
  38. 'editTitle': '編輯標題',
  39. 'edit': '編輯',
  40. 'done': '完成',
  41. // Data tray
  42. 'dataTrayHandleOpenLabel': '開啟資料匣',
  43. 'dataTrayHandleCloseLabel': '關閉資料匣',
  44. // Dialogs
  45. 'dlg_loading': '載入中...',
  46. 'dlg_ok': '確定',
  47. 'dlg_create': '建立',
  48. 'dlg_cancel': '取消',
  49. 'dlg_close': '關閉',
  50. 'dlg_update': '更新',
  51. 'dlg_renameBoardTitle': '重新命名此物件',
  52. 'dlg_renameDatasetTitle': '重新命名此資料集',
  53. 'dlg_renameSceneTitle': '重新命名此場景',
  54. 'dlg_NameLabel': '名稱:',
  55. 'dlg_NewNameLabel': '新名稱:',
  56. 'dlg_DefaultNameWithDataSet': '%{name} 視圖',
  57. 'dlg_ShareTitle': '共用內容',
  58. 'dlg_UnshareTitle': '移除內容共用',
  59. 'dlg_ShareUser': '使用者 ID:',
  60. 'dlg_NewColumnLabel': '新計算名稱',
  61. 'dlg_new': '新建...',
  62. 'dlg_open': '開啟...',
  63. 'dlg_makeACopy': '製作副本',
  64. 'dlg_rename': '重新命名...',
  65. 'dlg_moreToCome': '將會有更多的動作...',
  66. 'dlg_use': '使用',
  67. 'dlg_RelinkDatasetTitle': '將資料集 \'%{datasetName}\' 取代為 ...',
  68. 'open_error': '開啟視圖時發生問題。',
  69. // Delete Board
  70. 'del_dialogTitle': '確認刪除',
  71. 'del_itemMsg': '您確定要刪除 \'%{name}\' 嗎?',
  72. 'del_itemsMsg': '您確定要刪除 %{count} 個項目嗎?',
  73. 'del_deleteErr': '無法刪除 \'%{name}\'',
  74. // List Sorting
  75. 'dlg_ascending': '遞增',
  76. 'dlg_descending': '遞減',
  77. 'dlg_custom': '自訂',
  78. 'dlg_none': '無',
  79. // Input Placeholders
  80. // no longer used in this component, moved to dashboard-livewidget.
  81. // please don't remove from here, or will break R8
  82. 'search': '搜尋',
  83. 'searchHint': '搜尋所有資料',
  84. 'clearSearchResult': '清除搜尋結果',
  85. // Shapes and shapes categories
  86. // Basic shapes
  87. 'shapesBasicShapesCat': '基本',
  88. 'shapesCircle': '圓形',
  89. 'shapesHexagon': '六角形',
  90. 'shapesLine': '線條',
  91. 'shapesOctagon': '八角形',
  92. 'shapesPentagon': '五角形',
  93. 'shapesSquare': '方形',
  94. 'shapesTriangle': '三角形',
  95. 'shapesDiamond': '菱形',
  96. 'shapesTitle': '形狀內容',
  97. // Advanced shapes
  98. 'shapesAdvancedShapesCat': '進階',
  99. 'shapesSquareRounded': '圓角方形',
  100. 'shapesStar': '星形',
  101. 'shapesChevron': '人字紋',
  102. 'shapesBadge_ribbon': '識別證緞帶',
  103. 'shapesBadge': '識別證',
  104. 'shapesHeart': '心形',
  105. 'shapesExclamation': '驚嘆號',
  106. 'shapesTrendingup': '往上',
  107. 'shapesTrendingdown': '往下',
  108. 'shapesX': 'X',
  109. // People shapes
  110. 'shapesPeopleCat': '人員',
  111. 'shapesFemale': '女性',
  112. 'shapesHappyface': '快樂的臉',
  113. 'shapesMale': '男性',
  114. 'shapesMan': '男人',
  115. 'shapesNeutralface': '沒有表情的臉',
  116. 'shapesSadface': '悲傷的臉',
  117. 'shapesShakehands': '握手',
  118. 'shapesThumbsdown': '很遜',
  119. 'shapesThumbsup': '很讚',
  120. 'shapesWoman': '女人',
  121. // Weather and places
  122. 'shapesPlacesWeatherCat': '位置和天氣',
  123. 'shapesCity': '城市',
  124. 'shapesCloud': '雲',
  125. 'shapesEducation': '教育',
  126. 'shapesGovernment': '政府',
  127. 'shapesHalfcloud': '半雲',
  128. 'shapesHouse': '房形',
  129. 'shapesMoon': '月亮',
  130. 'shapesRain': '有雨',
  131. 'shapesSunny': '晴',
  132. //Vehicles
  133. 'shapesVehiclesCat': '車輛',
  134. 'shapesAirplane': '飛機',
  135. 'shapesCar': '汽車',
  136. 'shapesShip': '船',
  137. 'shapesShoppingcart': '購物車',
  138. 'shapesTrain': '火車',
  139. 'shapesTruck': '卡車',
  140. //Objects
  141. 'shapesObjectsCat': '物件',
  142. 'shapesBook': '書籍',
  143. 'shapesBriefcase': '公事包',
  144. 'shapesCalendar': '行事曆',
  145. 'shapesCheck': '支票',
  146. 'shapesClock': '時鐘',
  147. 'shapesDesktop': '桌上型電腦',
  148. 'shapesDocument': '文件',
  149. 'shapesFood': '食物 ',
  150. 'shapesGear': '齒輪',
  151. 'shapesHealth': '健康',
  152. 'shapesIdea': '構想',
  153. 'shapesMobile': '行動裝置',
  154. 'shapesMoney_bill': '紙幣',
  155. 'shapesMoney_coin': '硬幣',
  156. 'shapesPiggybank': '撲滿',
  157. 'shapesStackofpaper': '一疊紙',
  158. 'shapesStickynote1': '自黏便箋 1',
  159. 'shapesStickynote2': '自黏便箋 2',
  160. 'shapesTarget': '目標',
  161. 'shapesTool': '工具',
  162. 'shapesUmbrella': '雨傘',
  163. 'shapesBrain': '大腦',
  164. 'shapesSkull': '頭顱',
  165. 'shapesEye': '眼睛',
  166. // Arrows shapes
  167. 'shapesArrowsCat': '箭頭',
  168. 'shapesRightArrow': '向右箭頭',
  169. 'shapesLeftArrow': '向左箭頭',
  170. 'shapesDoubleArrow': '雙向箭頭',
  171. 'shapesCurvedArrow': '彎曲箭頭',
  172. // Callouts shapes
  173. 'shapesCalloutsCat': '圖說文字',
  174. 'shapesRectCallout': '圖說文字',
  175. // Images
  176. 'imageWidgetTitle': '映像檔小組件',
  177. 'imageTextLabel': '貼上 URL,然後按 Enter 鍵進行儲存',
  178. 'imgUrl': '影像 URL',
  179. 'imgPasteLink': '貼上 URL,然後按 Enter 鍵進行儲存',
  180. 'imgResizeToFit': '調整大小以符合影像大小',
  181. 'imgHeight': '高度:',
  182. 'imgWidth': '寬度:',
  183. 'imgTransparency': '透通性:',
  184. 'imgMissingUrl': '影像 URL 遺漏',
  185. 'imgUrlValidationError': '影像 URL 無效',
  186. 'imgUrlInvalidDomainError': '此影像 URL 指向尚未由管理者核准的網域。由管理者核准的網域為 "%{domains}"',
  187. // Data player widget
  188. // no longer used in this component, moved to dashboard-livewidget.
  189. // please don't remove from here, or will break R8
  190. 'playButtonLabel': '播放',
  191. 'dataPlayerValueListLabel': '資料播放程式值',
  192. // Text Widget
  193. 'textWidgetTitle': '文字小組件',
  194. 'textStyle': '樣式',
  195. 'textStyleDescription': '預先格式化文字樣式',
  196. 'textTitleStyle': '標題',
  197. 'textTitleSmallStyle': '小型標題',
  198. 'textSubtitleStyle': '子標題',
  199. 'textBodyStyle': '主體',
  200. 'textBodySmallStyle': '小型主體',
  201. 'textCaptionStyle': '標題',
  202. 'textQuoteStyle': '引用',
  203. 'textQuoteSmallStyle': '小型引用',
  204. 'textResponsiveStyle': '自動調整大小',
  205. 'textAutoFontSize': '自動',
  206. 'textFontFamilySubClassHairline': '髮絲',
  207. 'textFontFamilySubClassThin': '特細',
  208. 'textFontFamilySubClassThinItalic': '特細斜體',
  209. 'textFontFamilySubClassExtraLight': '非常細',
  210. 'textFontFamilySubClassExtraLightItalic': '非常細斜體',
  211. 'textFontFamilySubClassLight': '細',
  212. 'textFontFamilySubClassLightItalic': '細斜體',
  213. 'textFontFamilySubClassRegular': '標準',
  214. 'textFontFamilySubClassRegularItalic': '標準斜體',
  215. 'textFontFamilySubClassItalic': '斜體',
  216. 'textFontFamilySubClassMedium': '中等',
  217. 'textFontFamilySubClassMediumItalic': '中等斜體',
  218. 'textFontFamilySubClassHeavy': '特粗',
  219. 'textFontFamilySubClassHeavyItalic': '特粗斜體',
  220. 'textFontFamilySubClassDemiBold': '半粗體',
  221. 'textFontFamilySubClassDemiBoldItalic': '半粗斜體',
  222. 'textFontFamilySubClassBold': '粗體',
  223. 'textFontFamilySubClassBoldItalic': '粗斜體',
  224. 'textFontFamilySubClassExtraBold': '非常粗',
  225. 'textFontFamilySubClassExtraBoldItalic': '非常粗斜體',
  226. 'textFontFamilySubClassBlack': '特黑',
  227. 'textFontFamilySubClassBlackItalic': '特黑斜體',
  228. 'textFontFamilySubClassStencil': '模板字體',
  229. 'responsiveCoachmarkTitle': '自動調整大小字型',
  230. 'responsiveCoachmarkContents': '當您在調整文字類型大小時自動將字型調整至適當大小。您可以在文字內容中設定字型大小。',
  231. 'propText': '文字詳細資料',
  232. 'propTextReturn': '文字內容',
  233. 'textFontSize': '字型大小',
  234. 'textFontFamily': '字型系列',
  235. 'textFontWeight': '字型加權',
  236. // Widget Properties
  237. 'propImageLink': '影像鏈結',
  238. 'propMissingURL': '輸入 URL',
  239. 'propImgTop': '影像內容',
  240. 'propGeneralReturn': '一般內容',
  241. 'propStyle': '一般',
  242. 'propStyleReturn': '一般',
  243. 'propFillColor': '填入顏色',
  244. 'propTextColor': '文字顏色',
  245. 'propBorderColor': '邊框顏色',
  246. 'propMaintainAxisScales': '維護軸刻度',
  247. 'propShowItemLabel': '顯示項目標籤',
  248. 'propHideLegend': '隱藏圖註',
  249. 'propColorPalette': '選用區',
  250. 'propLegendPosition': '圖註位置',
  251. 'propHideAxisTitleLabels': '隱藏軸標題',
  252. 'propLineColor': '線條顏色',
  253. 'propBubbleColor': '泡泡顏色',
  254. 'propInterpolation': '平滑線條',
  255. 'propElementColor': '視覺化元素顏色',
  256. 'propSymbolShape': '符號形狀',
  257. 'propHeatScalePalette': '顏色順序',
  258. 'propHeatScalePalette_tooltipDarkerForLowerValue': '更深的顏色代表較小值。',
  259. 'propHeatScalePalette_tooltipDarkerForHigherValue': '更深的顏色代表較大值。',
  260. 'propImageDetails': '映像檔詳細資料',
  261. 'propWebDetails': '網頁詳細資料',
  262. 'propMediaDetails': '媒體詳細資料',
  263. 'propPasteLink': '輸入 URL,然後按 Enter 鍵',
  264. //Layout Properties
  265. 'propPositionLabel': '位置',
  266. 'propPositionXAxis': 'X',
  267. 'propPositionYAxis': 'Y',
  268. 'propResizeLabel': '大小',
  269. 'propResizeWidth': '寬度',
  270. 'propResizeHeight': '高度',
  271. 'propRotateLabel': '旋轉',
  272. 'propRotateAngle': '角度',
  273. // no longer used in this component, moved to dashboard-livewidget.
  274. // please don't remove from here, or will break R8
  275. 'propScaleLabel': '圖示數量',
  276. 'propScaleDescription': '選取圖示數量',
  277. 'propScaleFew': '低',
  278. 'propScaleDefault': '預設',
  279. 'propScaleMany': '高',
  280. 'mediaAriaLabel': 'URL 輸入',
  281. 'ariaGroupLabel': '下拉清單種類:%{cateoryLabel} 項目:%{itemLabel}。按「向下鍵」以展開。按「向上鍵」和「向下鍵」進行導覽,或按「跳出鍵」以收合。',
  282. // Timer
  283. // no longer used in this component, moved to dashboard-livewidget.
  284. // please don't remove from here, or will break R8
  285. 'lastRefresh': '前次重新整理:%{timeInterval} 前',
  286. 'widgetTimer': '小組件計時器',
  287. // Theme colors
  288. 'transparent': '沒有顏色',
  289. 'white': '白色',
  290. 'lightGrey': '淺灰色',
  291. 'grey': '灰色',
  292. 'darkGrey': '深灰色',
  293. 'black': '黑色',
  294. 'lightBlue': '淺藍色',
  295. 'blue': '藍色',
  296. 'darkBlue': '深藍色',
  297. 'yellow': '黃色',
  298. 'orange': '橙色',
  299. 'lime': '萊姆色',
  300. 'green': '綠色',
  301. 'peach': '桃紅色',
  302. 'red': '紅色',
  303. 'violet': '紫羅蘭色',
  304. 'aqua': '水藍色',
  305. 'purple': '紫色',
  306. 'plum': '深紫色',
  307. //Theme Palette Label
  308. 'paletteLabel': 'IBM 調色盤 %{number}',
  309. 'heatPaletteLabel': 'IBM 熱調色盤 %{number}',
  310. 'conditionalPaletteLabel': 'IBM 條件式調色盤 %{number}',
  311. 'userPaletteColor_lightTheme': 'IBM 淺色調色盤',
  312. 'userPaletteColor_defaultTheme': 'IBM 預設調色盤',
  313. 'userPaletteColor_darkTheme': 'IBM 深色調色盤',
  314. // Dashboard
  315. 'propDashboardBackgroundColor': '背景顏色',
  316. 'dataCache': '資料快取',
  317. 'dataCache_on': '開啟',
  318. 'dataCache_off': '無快取',
  319. 'dataCache_auto': '自動',
  320. 'propLayoutPositioning': '佈置定位',
  321. 'propLayoutRelative': '相對',
  322. 'propLayoutAbsolute': '絕對值',
  323. 'propLayoutPositioningCoachmarkTitle': '選取佈置樣式',
  324. 'propLayoutPositioningCoachmarkContent': '在相對版面中,小組件的大小和位置會調整以符合畫面大小。無論畫面大小如何,絕對佈置中的小組件就是您在視圖中調整並放置的樣子。',
  325. 'gridText': '顯示網格',
  326. 'snapText': '貼齊格線',
  327. 'snapObjectsText': '貼齊物件',
  328. 'fitPageText': '適合頁面',
  329. 'gridLabel': '網格',
  330. 'heightUnit': 'h',
  331. 'widthUnit': 'w',
  332. 'pixelUnit': 'px',
  333. 'propPageSizeLabel': '頁面大小',
  334. 'propPageSizePresetAriaLabel': '頁面大小預設',
  335. 'propPageSizePreset': '預設',
  336. 'propPageSizePresetCustom': '自訂',
  337. 'propPageSizePreset16x9': '畫面 16:9',
  338. 'propPageSizePreset4x3': '畫面 4:3',
  339. 'propPageSizePresetInfographic': '資訊圖表',
  340. 'propPageSizeWidth': '寬度',
  341. 'propPageSizeHeight': '高度',
  342. 'propPageSizeWidthAriaLabel': '頁面大小寬度',
  343. 'propPageSizeHeightAriaLabel': '頁面大小高度',
  344. 'propPageSizeAdjustedMessage': '頁面大小已增加,因為您的項目低於下限或不符合您的儀表板。',
  345. 'propTabShow': '顯示標籤',
  346. 'propShowTabsInPreview': '在預覽中顯示標籤',
  347. 'multilingualDashboardsLabel': '語言',
  348. 'multilingualDashboardsDefault': '%{defaultLanguage} -- 預設值',
  349. 'multilingualDashboardsAddLinkText': '新增另一個語言',
  350. 'multilingualDashboardsSelect': '選取',
  351. 'multilingualDashboardsButtonLabel': '新增',
  352. 'multilingualDashboardTranslationMode': '您現在處於翻譯模式 (%{currentLanguage})',
  353. 'multilingualDashboardTranslationDone': '完成',
  354. 'multilingualDashboardRemainingStrings': '剩餘 %{numTranslationsLeft} 個翻譯',
  355. 'multilingualDashboardRemainingString': '剩餘 1 個翻譯',
  356. 'multilingualDashboardsSetDefault': '設定預設語言',
  357. 'multilingualDashboardIconMore': '語言 %{currentLanguage} 的其他動作',
  358. 'multilingualDashboardIconTranslatableArea': '可翻譯區',
  359. 'multilingualDeleteTitle': '刪除語言',
  360. 'multilingualDeleteLanguageWarning': '您確定要刪除語言 \'%{language}\' 嗎?',
  361. 'multilingualSelectLanguage': '選取語言',
  362. 'confirmLayoutStyleUpgradeTitle': '套用至所有標籤',
  363. 'confirmLayoutStyleUpgrade': '將此佈置樣式套用至儀表板中的所有標籤?',
  364. //Tabs
  365. 'tabDeleteDialogYesButton': '是',
  366. 'tabDeleteDialogNoButton': '否',
  367. 'tabDeleteDialogTitle': '要刪除此標籤嗎?',
  368. 'tabDeleteDialogMessage': '也會刪除此標籤上的所有內容。',
  369. // Vis widget
  370. 'propVisTypeReturn': '視覺化類型',
  371. 'propVisDetails': '詳細資料',
  372. // Alignment picker
  373. 'propAlignPickTop': '靠上對齊',
  374. 'propAlignPickRight': '靠右對齊',
  375. 'propAlignPickBottom': '靠下對齊',
  376. 'propAlignPickLeft': '靠左對齊',
  377. 'propAlignPickCenter': '置中對齊',
  378. 'propAlignPicker': '對齊方式',
  379. // Toolbar picker
  380. 'propToolbarPickBold': '粗體',
  381. 'propToolbarPickUnderline': '底線',
  382. 'propToolbarPickItalic': '斜體',
  383. 'propToolbarPickJustifyLeft': '靠左對齊',
  384. 'propToolbarPickJustifyCenter': '置中對齊',
  385. 'propToolbarPickJustifyRight': '靠右對齊',
  386. 'propToolbarPickJustify': '整理版面',
  387. 'propList': '清單',
  388. 'propOrderedList': '排序的清單',
  389. 'propUnorderedList': '未排序的清單',
  390. // Symbol shapes
  391. 'propCircle': '圓形',
  392. 'propTriangle': '三角形',
  393. 'propSquare': '方形',
  394. 'propRect': '矩形',
  395. 'propStar': '星形',
  396. 'propCross': '十字型',
  397. 'propPlus': '加號',
  398. 'propPoly': '多邊形',
  399. // True and false selection
  400. 'propTrue': 'True',
  401. 'propFalse': 'False',
  402. // Position selection
  403. 'propLeft': '左',
  404. 'propRight': '右',
  405. 'propTop': '上',
  406. 'propBottom': '下',
  407. // Interpolation options
  408. 'propSmooth': '平滑',
  409. 'propStraight': '筆直',
  410. // indentedListView
  411. // no longer used in this component, moved to dashboard-livewidget.
  412. // please don't remove from here, or will break R8
  413. 'srILVTreeLabel': '清單', // screen reader label for tree role
  414. // widget move
  415. 'srWidgetMoveLeft': '左移', // screen reader
  416. 'srWidgetMoveUp': '上移', // screen reader
  417. 'srWidgetMoveRight': '右移', // screen reader
  418. 'srWidgetMoveDown': '下移', // screen reader
  419. // widget resize
  420. 'srWidgetResizeBigger': '增加比例大小', // screen reader
  421. 'srWidgetResizeSmaller': '減少比例大小', // screen reader
  422. 'srWidgetResizeBiggerV': '增加垂直大小', // screen reader
  423. 'srWidgetResizeSmallerV': '減少垂直大小', // screen reader
  424. 'srWidgetResizeBiggerH': '增加水平大小', // screen reader
  425. 'srWidgetResizeSmallerH': '減少水平大小', // screen reader
  426. // widget rotate
  427. 'srWidgetRotateCW': '順時針方向旋轉', // screen reader
  428. 'srWidgetRotateCCW': '逆時鐘方向旋轉', // screen reader
  429. // Recommended types
  430. 'visChange': '變更視覺化',
  431. // Visualization
  432. // no longer used in this component, moved to dashboard-livewidget.
  433. // please don't remove from here, or will break R8
  434. 'visualizationLabel': '視覺化',
  435. 'chartLabel': '%{chartName} 圖表',
  436. 'dataWidgetDescription': '%{widgetLabel}:%{columnNames}',
  437. 'f12KeyDescription': '按 F12 在小組件內進行導覽',
  438. 'f10KeyDescription': '按 F10 以啟動小組件焦點視圖',
  439. 'WidgetLabelWithDescripion': '%{label}. %{description}',
  440. // no longer used in this component, moved to dashboard-livewidget.
  441. // please don't remove from here, or will break R8
  442. 'summaryLabel': '%{label} 的值為 %{value}',
  443. 'shapeColorLabel': '形狀顏色',
  444. 'showLegendLabel': '顯示圖註',
  445. //Webpage
  446. 'webpageWidgetTitle': '網頁小組件',
  447. 'webpagePasteLink': '貼上 URL,然後按 Enter 鍵進行儲存',
  448. 'propWebpageLink': '網頁 URL',
  449. 'propWebpageTitle': '網頁標題',
  450. 'propWebpageTitleDescription': '網頁標題',
  451. 'propWebpageTop': '網頁內容',
  452. 'webpageMissingUrl': '網頁 URL 遺漏',
  453. 'webpageUrlValidationError': '網頁 URL 無效',
  454. 'webpageHttpValidationError': '必須使用 HTTPS 鏈結存取網頁以便將它顯示於瀏覽器',
  455. 'webpageInvalidDomainError': '此網頁 URL 指向尚未由管理者核准的網域。由管理者核准的網域為 "%{domains}"',
  456. //VizState
  457. 'vzErrorLoading': '無法載入視覺化',
  458. 'vzErrorLoadingMissingData': '無法載入視覺化,遺漏環境定義資料',
  459. //Media (Video / Audio)
  460. 'mediaWidgetTitle': '媒體小組件',
  461. 'mediaPasteLink': '貼上 URL,然後按 Enter 鍵進行儲存',
  462. 'videoHeight': '高度:',
  463. 'videoWidth': '寬度:',
  464. 'propMediaLink': '媒體鏈結',
  465. 'propMediaTitle': '媒體標題',
  466. 'propMediaTitleDescription': '媒體標題',
  467. 'propMediaTop': '媒體內容',
  468. 'mediaMissingUrl': '媒體鏈結 URL 遺漏',
  469. 'mediaUrlValidationError': '媒體檔案 URL 無效',
  470. 'mediaUnknownValidationError': '不支援此媒體類型',
  471. 'mediaHttpValidationError': '必須使用 HTTPS 鏈結來存取媒體檔案,瀏覽器才能顯示媒體檔案',
  472. 'mediaInvalidDomainError': '此媒體檔案 URL 指向尚未由管理者核准的網域。由管理者核准的網域為 "%{domains}"',
  473. // Properties pane
  474. 'commonPropertiesLabel': '內容',
  475. // Data strip
  476. 'dataSetsLabel': '資料集',
  477. 'dataViewsLabel': '檢視',
  478. 'columnQuality': '資料品質',
  479. 'columnProperties': '資料內容',
  480. 'dataQuality': '資料品質',
  481. 'dataQualityRowCount': '列數',
  482. 'dataQualityDistribution': '配送',
  483. 'dataRowLabel': '資料',
  484. // Modelling UI
  485. 'typeColumn': '類型',
  486. 'modellingColumnType': '類型',
  487. 'modellingColumnAggregation': '聚集',
  488. 'modellingColumnUsage': '用法',
  489. 'modellingColumnSort': '排序',
  490. 'modellingColumnFormat': '格式',
  491. 'modellingColumnCategory': '種類',
  492. // no longer used in this component, moved to dashboard-livewidget.
  493. // please don't remove from here, or will break R8
  494. 'modellingLoading': '載入中...',
  495. 'modellingProcessing': '處理中...',
  496. 'modellingImport': '匯入',
  497. 'modellingReimport': '重新匯入',
  498. 'modellingDatasourceTitle': '資料來源',
  499. 'modellingImportStartedTitle': '已開始匯入',
  500. 'modellingImportStartedText': '匯入您的資料可能需要花費一些時間。\n\n(您可以在資料匯入時建立視圖。)',
  501. 'importDatasourceTitle': '連線',
  502. 'dropHere': '拖放至此處來建立新的資料來源...',
  503. 'browseButton': '瀏覽',
  504. 'errorNoData': '沒有要處理的資料。',
  505. 'errorNoFile': '沒有要上傳的檔案。',
  506. 'errorUploadFailed': '無法上傳。',
  507. 'uploadSucceessful': '上傳成功',
  508. 'del_datasourceTitle': '刪除資料集',
  509. 'del_datasourceMsg': '您確定要刪除 \'%{name}\' 嗎?',
  510. 'modellingFileUpdate': '更新',
  511. 'modellingFileUpdateTitle': '更新資料集',
  512. 'modellingFileUpdateDescription': '您想要更新 \'%{name}\' 嗎?',
  513. 'modellingFileUpdatingTitle': '更新 \'%{name}\'',
  514. 'modellingUpdateStartedTitle': '已開始更新匯入',
  515. 'modellingUpdateStartedText': '更新您的資料可能需要花費一些時間。\n\n(您可以在資料更新時建立視圖。)',
  516. 'modellingErrorImportUploadNoFile': '沒有要上傳的檔案。',
  517. 'modellingErrorImportUploadFailed': '無法上傳。',
  518. 'modellingErrorImportUploadInvalidType': '檔案類型無效。',
  519. 'modellingErrorImportUploadTableFailed': '無法取得表格。',
  520. 'modellingIntentResultsTitle': '選取要使用的提出資料集',
  521. 'modellingColumnViewRelationships': '檢視相關的表格',
  522. 'modellingTableRelatedTables': '與 \'%{name}\' 相關的表格',
  523. 'modellingTable': '%{name} - 表格',
  524. 'modellingColumnIncludedInDataSet': '已新增',
  525. 'modellingDataSet': '資料集',
  526. 'modellingViewInDataSet': '資料集中的視圖',
  527. 'modellingViewRelatedTables': '相關視圖',
  528. // no longer used in this component, moved to dashboard-livewidget.
  529. // please don't remove from here, or will break R8
  530. 'modellingRelatedTablesNoneFound': '找不到相關的表格',
  531. 'modellingValidatingDataset': '驗證...',
  532. 'datasetFinishedRefreshing': '已重新整理資料集 %{datasetName}。',
  533. // Join UI - Navigation Controller titles
  534. 'modellingJoinTable': '解析結合路徑:',
  535. 'modellingJoinColumns': '定義表格的結合路徑:%{name}',
  536. 'modellingJoinToTable': '結合至表格:%{name}',
  537. // Data Quality
  538. 'excluded': '已排除',
  539. 'metricPrefixThousand': 'K',
  540. 'metricPrefixMillion': 'M',
  541. 'metricPrefixBillion': 'B',
  542. 'metricPrefixTrillion': 'T',
  543. 'metricPrefixQuadrillion': 'Q',
  544. //Column Flyout
  545. 'modellingColumnFilter': '過濾',
  546. 'modellingColumnSortNone': '清除排序',
  547. 'modellingColumnSortAsc': '遞增排序',
  548. 'modellingColumnSortDesc': '遞減排序',
  549. 'modellingColumnRemove': '移除此直欄',
  550. // Import File Browser
  551. 'dropboxPageTitle': '新的 Dropbox 連線',
  552. 'sizeColumn': '大小',
  553. //Modelling Column Property Values
  554. 'dataType_string': '字串',
  555. 'dataType_date': '日期',
  556. 'dataType_integer': '整數',
  557. 'dataType_double': '倍精準數',
  558. 'dataType_float': '浮點',
  559. 'dataType_boolean': '布林',
  560. // no longer used in this component, moved to dashboard-livewidget.
  561. // please don't remove from here, or will break R8
  562. 'defaultAggregation_count': '計數',
  563. 'defaultAggregation_countdistinct': '相異計數',
  564. 'defaultAggregation_max': '最大值',
  565. 'defaultAggregation_min': '最小值',
  566. 'defaultAggregation_avg': '平均值',
  567. 'defaultAggregation_sum': '總和',
  568. 'defaultAggregation_auto': '自動 (%{aggregationType})',
  569. 'type_fact': '數據',
  570. 'type_attribute': '屬性',
  571. 'defaultSort_none': '請勿排序',
  572. 'defaultSort_asc': '遞增排序',
  573. 'defaultSort_desc': '遞減排序',
  574. 'category_none': '無',
  575. 'category_location': '位置',
  576. 'category_monetary': '貨幣',
  577. 'category_time': '時間',
  578. // Root menu
  579. 'rootMenuTitle': '主功能表',
  580. 'errorMessageTitle': '錯誤',
  581. 'errorMessageDetails': '詳細資料:',
  582. 'errorMessageTitleAssetAlreadyExists': '資產已存在',
  583. 'defaultTabTitle': '標籤 %{index}',
  584. 'tabAddBtnTitle': '新增標籤',
  585. 'unsupportedConditionalFormattingEncountered': '條件式格式不再適用於部分直欄。',
  586. // Homepage View
  587. 'nameColumn': '名稱',
  588. 'creatorColumn': '建立者',
  589. 'creationDateColumn': '建立日期',
  590. 'versionColumn': '版本',
  591. 'modifiedColumn': '前次修改時間',
  592. 'filterBy': '過濾項目',
  593. 'allFilter': '所有項目',
  594. 'createdByMeFilter': '由我建立',
  595. 'sharedWithMeFilter': '與我共用',
  596. 'favoritesFilter': '我的最愛',
  597. 'recentsFilter': '最近新增',
  598. 'sortBy': '排序方式',
  599. // Sort Menu
  600. 'sortModified': '已修改',
  601. 'sortUpdated': '已更新',
  602. 'sortName': '名稱',
  603. 'viewAs': '以下列方式檢視',
  604. 'thumbnailsView': '檢視縮圖',
  605. 'listView': '以清單檢視',
  606. 'createMenu': '建立',
  607. 'newAppItem': '儀表板',
  608. 'newDataSet': '資料集',
  609. 'menuSelectionState_a11y': '"%{item}" 選取器設為 "%{selectedItem}"',
  610. 'unableToShareItem': '無法共用項目 "%{item}"。',
  611. 'toastFetchingContent': '取得更多內容...',
  612. 'unableToGetData': '無法取得內容。',
  613. 'unableToFavorite': '無法變更「我的最愛」狀態。',
  614. 'hpErrorMissingRequiredOptions': '遺漏需要的起始設定選項',
  615. 'unableToOpenBoard': '無法開啟 "%{name}"。',
  616. 'unableToDuplicateBoard': '無法重複 "%{name}"。',
  617. 'unableToCreateBoard': '無法建立 "%{name}"。',
  618. 'unableToCreateBoardNameConflict': '已有同名的資產。',
  619. // DataSet Detail View
  620. 'status': '狀態',
  621. 'numberOfRows': '列數',
  622. 'importWarnings': '警告',
  623. 'lineNumbers': '行數',
  624. 'excerptFromSource': '摘錄',
  625. 'reason': '原因',
  626. 'numberOfRowsDropped': '捨棄的列數',
  627. 'oneRowDropped': '已捨棄 1 列',
  628. // Type Menu
  629. 'typeMenuLabel': '類型',
  630. 'dashboardsLabel': '儀表板',
  631. 'datasetsLabel': '資料集',
  632. 'storiesLabel': '案例',
  633. 'allLabel': '所有類型',
  634. // Board Page View App Bar
  635. 'datasets': '資料集',
  636. 'settings': '內容',
  637. 'add': '新增',
  638. 'widgets': '小組件',
  639. 'dashboardProperties': '儀表板內容',
  640. 'pins': '集合',
  641. 'pinsOld': '我的固定項目',
  642. // For languages with more than one plural form, provide the different forms delimited by |||| in the string below.
  643. // See https://github.com/airbnb/polyglot.js#pluralization
  644. 'pinCount': '%{smart_count} 個固定項目 |||| %{smart_count} 個固定項目',
  645. 'pinSearch': '搜尋',
  646. 'pinSearchOld': '搜尋固定項目',
  647. 'pinListView': '清單視圖',
  648. 'pinIconView': '圖示視圖',
  649. 'pinRemove': '移除',
  650. 'pinCreate': '建立',
  651. 'pinDeleteError': '我們無法刪除集合中的一個以上資產。 請稍後重試。',
  652. 'pinDeleteErrorOld': '我們無法刪除一個以上固定項目。 請稍後重試。',
  653. 'pinRetrieveError': '我們無法擷取一個以上的固定項目。請稍後重試。',
  654. 'NoPinsCollected': '無固定項目視覺化',
  655. 'pinDeletedToast': '已移除固定項目',
  656. 'pinAddedToast': '固定項目已順利新增至我的固定項目',
  657. 'pinningToast': '正在處理固定項目...',
  658. 'pinDateFilter': '日期過濾器',
  659. 'pinDateFilterAll': '全部',
  660. 'pinDateFilterToday': '今天',
  661. 'pinDateFilterYesterday': '昨天',
  662. 'pinDateFilterPastWeek': '上週',
  663. 'pinDateFilterPastMonth': '上個月',
  664. 'pinDateFilterEarlier': '更早',
  665. // data widget contextual toolbar labels
  666. // no longer used in this component, moved to dashboard-livewidget.
  667. // please don't remove from here, or will break R8
  668. 'toolbarActionEditTitle': '編輯標題',
  669. 'toolbarActionSort': '排序',
  670. 'toolbarActionSortAscending': '遞增排序',
  671. 'toolbarActionSortDescending': '遞減排序',
  672. 'toolbarActionSortAuto': '自動 (%{sortOrder})',
  673. 'toolbarActionFormat': '格式',
  674. 'toolbarActionFormatAbbreviation': '縮寫',
  675. 'toolbarActionFormatNone': '自動',
  676. 'toolbarActionFilter': '過濾',
  677. 'toolbarActionTopBottom': '最前或最後',
  678. 'toolbarActionAddShape': '新增形狀',
  679. 'toolbarActionRmvShape': '移除形狀',
  680. 'toolbarActionToggleShapeDrop': '資訊圖表形狀',
  681. 'toolbarActionToggleShapeDropTitle': '建立資訊圖表',
  682. 'toolbarActionToggleShapeDropText': '將形狀拖曳至此欄位以建立資訊圖表。',
  683. 'toolbarActionAggregationType': '彙總',
  684. 'toolbarDeleteActionText': '移除直欄',
  685. 'toolbarActionFilterLocalKeepSelected': '保留',
  686. 'toolbarActionFilterLocalExcludeSelected': '排除',
  687. 'toolbarActionFilterAllKeepSelected': '過濾',
  688. 'toolbarActionSimpleCalculation': '簡式計算',
  689. 'toolbarActionDrillBack': '上一步',
  690. 'toolbarActionDrillUp': '向上逐層分析',
  691. 'toolbarActionDrillDown': '向下逐層分析',
  692. 'toolbarActionNavigate': '導覽',
  693. 'toolbarActionCreateFilterGroup': '建立新連線',
  694. 'toolbarActionDisconnectFilterGroup': '斷開所有鏈結',
  695. 'toolbarActionLinkFilterGroup': '新增至現有的連線',
  696. 'toolbarLabel': '%{labelName}:',
  697. 'toolbarNoValueLabel': '%{labelName}',
  698. // Side bar
  699. 'sidebarAdd': '新增',
  700. 'sidebarMultiselect': '切換多重選項',
  701. // no longer used in this component, moved to dashboard-livewidget.
  702. // please don't remove from here, or will break R8
  703. 'multiselectMsg': '已選取 %{count} 個',
  704. 'multiselectWithTotalMsg': '%{count}(共 %{total} 個)',
  705. 'sidebarGoBack': '回上頁',
  706. //DataSet pane
  707. 'errorLoadingDataSets': '我們無法載入此資料集',
  708. 'errorLoadingDataSetMetaData': '我們無法載入此資料集',
  709. 'dataSetPaneLastUpdated': '前次更新:%{date}',
  710. 'dataSetPaneDateUnknown': '不明',
  711. 'sourcePaneLabel': '選取的來源',
  712. 'addSourceLabel': '新增來源',
  713. 'find_label': '尋找',
  714. 'navigationPathsLabel': '導覽路徑',
  715. //widgetlist
  716. 'errorLoadingWidgetList': '我們無法載入物件。',
  717. 'errorLoadingThemeFile': '我們無法載入佈景主題定義。',
  718. 'errorLoadingLayoutFile': '我們無法載入視圖。',
  719. //data widget
  720. // no longer used in this component, moved to dashboard-livewidget.
  721. // please don't remove from here, or will break R8
  722. 'dwErrorLoadingAvailableVisualizations': '我們無法載入可用的視覺化定義。',
  723. 'dwErrorLoadingVisualizationNotFound': '我們無法載入物件,因為它遺漏視覺化定義。',
  724. 'dwErrorLoadingVisualizationListNotFound': '我們無法載入視覺化。',
  725. 'dwErrorRunningQuery': '無法從資料集 %{datasetName} 中擷取資料。',
  726. 'dwErrorGeoData': '顯示對映中的地理資料時發生困難。請選擇另一種視覺化類型。',
  727. 'dwPromptSignonCancelWarning': '此視覺化的資料無法使用。 請提供正確認證。',
  728. 'dwErrorMissingDataset': '無法載入視覺化,因為無法使用其關聯的資料集 \'%{datasetName}\'。',
  729. 'dwErrorRenderingVisualization': '我們無法載入此視覺化。',
  730. 'dwErrorVisualizationTooSmall': '視覺化太小,無法顯示其所含的資料。請設定較大的視覺化,或限制其所含的資料。',
  731. 'aria_label_datatable': '資料表',
  732. 'aria_key_navi_datatable_desc': '使用方向鍵以導覽至每一個儲存格。按 Ctrl 鍵和 Home 鍵以移至第一列,按 Ctrl 鍵和 End 鍵以移至最後一列。',
  733. 'geomapUnrecognizedLocations': '無法辨識的位置:',
  734. 'geomapAmbiguousLocations': '不明確區域:',
  735. // custom widget
  736. 'customWidget': '自訂小組件',
  737. 'noCustomWidgets': '無自訂小組件',
  738. // Action names
  739. 'toggleContextBar': '切換環境定義列',
  740. 'delete': '刪除',
  741. 'share': '共用',
  742. 'unshare': '解除共用',
  743. 'rename': '重新命名',
  744. 'close': '關閉',
  745. 'duplicate': '重複',
  746. // no longer used in this component, moved to dashboard-livewidget.
  747. // please don't remove from here, or will break R8
  748. 'retry': '重試',
  749. 'changeTemplate': '變更範本',
  750. // Aggregation Types
  751. 'sum': '總和',
  752. 'count': '計數',
  753. 'countdistinct': '相異計數',
  754. 'avg': '平均值',
  755. 'min': '最小值',
  756. 'max': '最大值',
  757. 'custom': '自訂',
  758. 'calculated': '計算',
  759. // no longer used in this component, moved to dashboard-livewidget.
  760. // please don't remove from here, or will break R8
  761. 'aggregatedColumnLabel': '%{column} (%{aggregationTypeLabel})', // For example, the sum of Revenue
  762. //simple calculation
  763. 'percDifferenceOp': '變更百分比',
  764. //For example, Profit - Expenses
  765. 'calculationTitle': '%{col1} %{operator} %{col2}',
  766. 'templateWidgetPlaceholderInput': '視覺化準則...',
  767. 'QuickAddResultsHeader': '資料視覺化',
  768. 'NoQuickAddResults': '沒有任何項目符合您的目的。要建立新的資料集嗎?',
  769. 'NoQuickAddResultsRetry': '我們找不到任何相符項。請使用不同術語來重試。',
  770. 'templateWidgetTitle': '範本',
  771. // no longer used in this component, moved to dashboard-livewidget.
  772. // please don't remove from here, or will break R8
  773. 'nullValueLabel': '(空白)',
  774. 'nullValueContent': '(沒有值)',
  775. 'nullValueText': '空值',
  776. // Modelling / Data Shaping
  777. 'textFilterControlRegionLabel': '文字過濾器 - %{columnName}',
  778. 'textFilterSelectTab': '選取',
  779. 'textFilterConditionTab': '設定條件',
  780. 'textFilterItemsSelected': '(%{selected})',
  781. // no longer used in this component, moved to dashboard-livewidget.
  782. // please don't remove from here, or will break R8
  783. 'textFilterItemsNotFound': '無法使用項目。',
  784. 'textFilterEquals': '等於',
  785. 'textFilterContains': '包含',
  786. 'textFilterBeginsWith': '開始於',
  787. 'textFilterEndsWith': '結束於',
  788. 'textFilterDoesNotEqual': '不等於',
  789. 'textFilterDoesNotContain': '不包含',
  790. 'textFilterDoesNotBeginWith': '不是開始於',
  791. 'textFilterDoesNotEndWith': '不是結束於',
  792. 'textFilterSampleText': '例如:A',
  793. 'textFilterAndButton': '和',
  794. 'textFilterOrButton': '或',
  795. 'dateFilterMessage': '選取日期範圍',
  796. 'dateRangeControlRegionLabel': '日期範圍過濾器 - %{columnName}',
  797. 'dateFilterRangeOption': '範圍選項',
  798. 'dateFilterDateLabel': '日期',
  799. 'dateFilterBlank': '(空白)',
  800. 'dateFilterBefore': '之前',
  801. 'dateFilterAfter': '之後',
  802. 'dateFilterBetween': '介於',
  803. 'dateFilterSampleText': 'YYYY-MM-DD',
  804. 'dateTitle': '日期',
  805. 'dateIncludeBlankLabel': '包括空白日期',
  806. 'timeTitle': '時間',
  807. 'timeFilterMessage': '請選取時間範圍',
  808. 'dateTimeFilterMessage': '請選取日期和時間範圍',
  809. 'topbottomNumberOfResultsLabel': '結果數',
  810. 'topbottomPercentLabel': '百分比',
  811. 'topbottomNumberOfResultsLimit': '在 %{lower}-%{higher} 之間',
  812. 'topbottomSelectOption': '最前或最後選項',
  813. 'topbottomOptionLabel': '顯示',
  814. 'searchByLabel': '依據',
  815. 'searchNoMatches': '找不到任何相符項',
  816. 'topbottomRankColumnLabel': '新增排名直欄至表格',
  817. 'topbottomNone': '無',
  818. 'topCount': '最前計數',
  819. 'topPercent': '最前百分比',
  820. 'bottomCount': '最後計數',
  821. 'bottomPercent': '最後百分比',
  822. 'topbottomSearchColumn': '尋找直欄',
  823. 'searchColumnAriaLabel': '尋找直欄。鍵入要搜尋的直欄名稱,然後使用下移鍵尋找清單中的該直欄',
  824. 'rankColumnLabel': '排名 (%{columnLabel})',
  825. 'topbottomClearLabel': '清除',
  826. 'rangeFilterControlRegionLabel': '範圍過濾器 - %{columnName}',
  827. // Slider
  828. 'sliderRegionLabel': '滑塊控制項,使用右移鍵和左移鍵來移動滑塊處理程式',
  829. 'sliderHandleLabel': '滑塊處理程式',
  830. 'a11ySliderHandleLabel': '滑塊處理程式 %{sliderValue}',
  831. 'sliderInputLabel': '值',
  832. // Refinery - Hidden columns
  833. 'datasetItemsUnavailable': '此視覺化中所使用的某些資料集項目無法使用。',
  834. 'datasetItemUnavailable': '此資料集項目無法使用',
  835. //Authoring topBottom
  836. 'topOperator': '最前',
  837. 'bottomOperator': '最後',
  838. //For dimension column. eg: Top 5 by Quantity. %{operator} is topOperator or bottomOperator, %{val} is a number and %{fact} is a column name.
  839. 'topBottomFact': '%{operator} %{value} 個(依 %{columnLabel})',
  840. //For fact column. eg: Top 10. %{operator} is topOperator or bottomOperator and %{val} is a number.
  841. 'topBottomDimension': '%{operator} %{value} 個',
  842. 'topBottomTitle': '僅此物件',
  843. 'deleteTopBottom': '刪除最前或最後計數',
  844. 'editTopBottom': '編輯最前或最後計數',
  845. 'deleteDrillState': '刪除現行逐層分析狀態',
  846. 'ariaDeleteDrillStateLabel': '按 ENTER 鍵來編輯最前或最後計數。',
  847. 'drillUpStateTitle': '向上逐層分析',
  848. 'drillDownStateTitle': '向下逐層分析',
  849. 'ariaEditTopBottomLabel': '按 ENTER 鍵來編輯最前或最後計數。',
  850. 'ariaDeleteTopBottomLabel': '按 DELETE 鍵來刪除最前或最後計數。',
  851. // Authoring filtering
  852. 'dimFilterIn': '併入項目:%{in}',
  853. 'dimFilterNotIn': '排除項目:%{out}',
  854. 'measureFilterBetween': '介於 %{lowerBound} 及 %{upperBound} 之間',
  855. 'measureFilterNotBetween': '未介於 %{lowerBound} 及 %{upperBound} 之間',
  856. 'gtFilter': '在 %{lowerBound} 之後',
  857. 'ltFilter': '在 %{upperBound} 之前',
  858. 'notGtFilter': '不在 %{lowerBound} 之後',
  859. 'notLtFilter': '不在 %{upperBound} 之前',
  860. 'localFilterTitle': '僅此物件',
  861. 'globalFilterTitle': '所有物件',
  862. 'deleteFilter': '刪除過濾器',
  863. 'editFilter': '編輯過濾器',
  864. 'ariaEditFilterLabel': '按 ENTER 鍵來編輯過濾器。',
  865. 'ariaDeleteFilterLabel': '按 DELETE 鍵來刪除過濾器。',
  866. // Prompts
  867. 'ariaEditPrompt': '按 ENTER 鍵以變更提示值',
  868. 'moreDataIndicator': '在 %{threshold} 項目上,資料已被裁切。請套用過濾器以精簡顯示。',
  869. // data point filtering
  870. 'dataPointFilterTitle': '資料點',
  871. 'dataPointFilterIncludeSummary': '已包括 %{valueCount} 個資料點',
  872. 'dataPointFilterExcludeSummary': '已排除 %{valueCount} 個資料點',
  873. // DB2 connection page
  874. 'db2Database': 'Db2 資料庫 (%{jdbcConnection})',
  875. 'db2Title': '連接至 IBM Db2',
  876. // Database
  877. 'databaseConnectionMessage': '提供您的資料庫連線詳細資料:',
  878. 'connectionString': '資料庫連線字串',
  879. 'databaseCredentials': '認證:',
  880. 'databaseUserName': '使用者名稱',
  881. 'databasePassword': '密碼',
  882. 'databaseConnect': '連接',
  883. // Twitter Keyword page
  884. 'twitterTitle': 'Twitter',
  885. 'twitterKeywordMessage': '輸入搜尋詞彙:',
  886. 'twitterKeyword': '關鍵字',
  887. 'twitterSearch': '搜尋',
  888. // NewConnectionView Providers
  889. 'twitterProvider': 'Twitter',
  890. 'dropboxProvider': 'Dropbox',
  891. 'db2Provider': 'Db2',
  892. 'workbookCreateFailed': '我們無法建立視圖:%{error}\n失敗的作業:%{lastOp}',
  893. // Expanded View, Focus View
  894. // no longer used in this component, moved to dashboard-livewidget.
  895. // please don't remove from here, or will break R8
  896. 'widgetFiltersLabel': '小組件過濾器',
  897. 'missingColumn': '遺漏:%{columnLabel}',
  898. 'missingFiltering': '遺漏下列直欄 ID 上的過濾器:',
  899. 'heatByLabel': '熱度依據',
  900. 'evColumns': '直欄',
  901. 'evLocalFilters': '本端過濾器',
  902. 'evExpand': '展開',
  903. 'evFilterTooltip': '過濾',
  904. 'evAdd': '新增直欄',
  905. // Navigation View
  906. 'navigationBack': '上一步',
  907. // Pinning
  908. 'contentPinFail': '我們無法收集內容。請稍後重試。',
  909. 'contentPinFailOld': '我們無法固定內容。請稍後重試。',
  910. // Layouts
  911. 'dropZoneLabel': '在這裡放下來進行最大化',
  912. //Share
  913. 'shareDefaultPageTitle': '第 %{index} 頁',
  914. 'nextPage': '下一頁',
  915. 'previousPage': '上一頁',
  916. 'assetAssembly': '視圖',
  917. 'toolbar_save': '儲存',
  918. 'brgr_saveAs': '另存新檔',
  919. 'brgr_refresh': '重新整理',
  920. // Save
  921. 'saving': '儲存中...',
  922. 'save_success': '已儲存您的視圖。',
  923. 'save_failure': '抱歉。無法儲存您的視圖。請稍後重試。',
  924. 'dashboard_save_success': '已儲存您的儀表板。',
  925. 'geminiLeave': '您即將離開 IBM Watson Analytics。',
  926. 'warning': '警告',
  927. 'missingDataSetData': '此資料集的資料無法使用。請重新整理此資料集,或聯絡管理者以取得來源的存取權。',
  928. // Calculations
  929. 'error_calculation_in_use': '選取的計算已在使用中,無法刪除。',
  930. 'resize': '調整大小',
  931. 'rotate': '旋轉',
  932. 'moveHandle': '移動小組件',
  933. 'expandHandle': '展開',
  934. 'panHandle': '平移',
  935. //Navigation
  936. // no longer used in this component, moved to dashboard-livewidget.
  937. // please don't remove from here, or will break R8
  938. 'navigateTitle': '導覽至',
  939. // Slide out titles
  940. 'shapeSlideoutTitle': '形狀',
  941. 'textSlideoutTitle': '文字',
  942. 'mediaSlideoutTitle': '媒體',
  943. 'visualizationSlideoutTitle': '視覺化',
  944. // Board Model Dialog Messages
  945. 'invalidJSONResponse': '提供的 JSON 無效。如需相關資訊,請參閱錯誤日誌。',
  946. // Widget type labels
  947. 'shape_label': '形狀',
  948. 'image_label': '影像',
  949. 'data_label': '圖表',
  950. 'media_label': '媒體',
  951. 'text_label': '文字',
  952. 'embedMedia_label': '媒體',
  953. 'youtube_label': 'YouTube 視訊',
  954. 'webpage_label': '網頁',
  955. // **** Smart names for objects ****
  956. // You might think that one_name is useless, but we have it in case we need to change that resource into one_name_numbered
  957. 'one_name': '%{name}',
  958. 'one_name_numbered': '%{name} (%{number})',
  959. 'noExtraText_shape': '形狀',
  960. 'noExtraText_shape_numbered': '形狀 (%{number})',
  961. 'few_shape': '%{count} 個形狀的群組',
  962. 'many_shape': '%{count} 個形狀的群組',
  963. // %{text} is the description of the image, specified in the properties by the user
  964. 'one_image': '%{text} 影像',
  965. 'one_image_numbered': '%{text} 影像 (%{number})',
  966. 'noExtraText_image': '影像',
  967. 'noExtraText_image_numbered': '影像 (%{number})',
  968. 'few_image': '%{count} 個影像的群組',
  969. 'many_image': '%{count} 個影像的群組',
  970. 'noExtraText_text': '空的文字框',
  971. 'noExtraText_text_numbered': '空的文字框 (%{number})',
  972. 'few_text': '%{count} 個文字框的群組',
  973. 'many_text': '%{count} 個文字框的群組',
  974. // Crosstab: values by Row1 (and Column1)
  975. 'crosstab_opt_mapping': '%{values} 個依 %{row_level1} 和 %{column_level1} 的交叉資料表',
  976. 'crosstab_opt_mapping_numbered': '%{values} 個依 %{row_level1} 和 %{column_level1} (%{number}) 的交叉資料表',
  977. 'crosstab_has_mapping': '%{values} 個依 %{row_level1} 的交叉資料表',
  978. 'crosstab_has_mapping_numbered': '%{values} 個依 %{row_level1} (%{number}) 的交叉資料表',
  979. 'crosstab_no_mapping': '空的交叉資料表',
  980. 'crosstab_no_mapping_numbered': '空的交叉資料表 (%{number})',
  981. 'crosstab_named': '%{name} 交叉資料表',
  982. 'crosstab_named_numbered': '%{name} 交叉資料表 (%{number})',
  983. // Grid: first column grid
  984. 'JQGrid_has_mapping': '%{grid_cols} 表格',
  985. 'JQGrid_has_mapping_numbered': '%{grid_cols} 表格 (%{number})',
  986. 'JQGrid_no_mapping': '空表格',
  987. 'JQGrid_no_mapping_numbered': '空表格 (%{number})',
  988. 'JQGrid_named': '%{name} 表格',
  989. 'JQGrid_named_numbered': '%{name} 表格 (%{number})',
  990. // Hierarchy: level one hierarchy
  991. 'hierarchy_has_mapping': '%{level1} 階層',
  992. 'hierarchy_has_mapping_numbered': '%{level1} 階層 (%{number})',
  993. 'hierarchy_no_mapping': '空的階層',
  994. 'hierarchy_no_mapping_numbered': '空的階層 (%{number})',
  995. 'hierarchy_named': '%{name} 階層',
  996. 'hierarchy_named_numbered': '%{name} 階層 (%{number})',
  997. // Legacy map: Region heat by Regions map
  998. 'map_has_mapping': '%{categories} 地圖',
  999. 'map_has_mapping_numbered': '%{categories} 地圖 (%{number})',
  1000. 'map_no_mapping': '空的地圖',
  1001. 'map_no_mapping_numbered': '空的地圖 (%{number})',
  1002. 'map_named': '%{name} 地圖',
  1003. 'map_named_numbered': '%{name} 地圖 (%{number})',
  1004. // Summary value: value summary value
  1005. 'summary_has_mapping': '%{actual} 摘要值',
  1006. 'summary_has_mapping_numbered': '%{actual} 摘要值 (%{number})',
  1007. 'summary_no_mapping': '空的摘要值',
  1008. 'summary_no_mapping_numbered': '空的摘要值 (%{number})',
  1009. 'summary_named': '%{name} 摘要值',
  1010. 'summary_named_numbered': '%{name} 摘要值 (%{number})',
  1011. // KPI: actual value, optional time
  1012. 'kpi_opt_mapping': '%{actual}(依 %{sparkline.time})KPI',
  1013. 'kpi_opt_mapping_numbered': '%{actual}(依 %{sparkline.time})KPI (%{number})',
  1014. 'kpi_has_mapping': '%{actual} KPI',
  1015. 'kpi_has_mapping_numbered': '%{actual} KPI (%{number})',
  1016. 'kpi_no_mapping': '空的 KPI',
  1017. 'kpi_no_mapping_numbered': '空的 KPI (%{number})',
  1018. 'kpi_named': '%{name} KPI',
  1019. 'kpi_named_numbered': '%{name} KPI (%{number})',
  1020. // (Infographic summary) Infographic: value infographic
  1021. 'infographicSummary_has_mapping': '%{actual} 資訊圖',
  1022. 'infographicSummary_has_mapping_numbered': '%{actual} 資訊圖 (%{number})',
  1023. 'infographicSummary_no_mapping': '空的資訊圖',
  1024. 'infographicSummary_no_mapping_numbered': '空的資訊圖 (%{number})',
  1025. 'infographicSummary_named': '%{name} 資訊圖',
  1026. 'infographicSummary_named_numbered': '%{name} 資訊圖 (%{number})',
  1027. 'noExtraText_youtube': 'YouTube 視訊',
  1028. 'noExtraText_youtube_numbered': 'YouTube 視訊 (%{number})',
  1029. // %{text} is the user-provided title of the video
  1030. 'one_youtube': '%{text} YouTube 視訊',
  1031. 'one_youtube_numbered': '%{text} YouTube 視訊 (%{number})',
  1032. 'few_youtube': '%{count} 個 YouTube 視訊的群組',
  1033. 'many_youtube': '%{count} 個 YouTube 視訊的群組',
  1034. 'noExtraText_embedMedia': '媒體鏈結',
  1035. 'noExtraText_embedMedia_numbered': '媒體鏈結 (%{number})',
  1036. // %{text} is the user-provided title of the media link
  1037. 'one_embedMedia': '%{text} 媒體鏈結',
  1038. 'one_embedMedia_numbered': '%{text} 媒體鏈結 (%{number})',
  1039. 'few_embedMedia': '%{count} 個媒體鏈結的群組',
  1040. 'many_embedMedia': '%{count} 個媒體鏈結的群組',
  1041. 'noExtraText_media': '媒體',
  1042. 'noExtraText_media_numbered': '媒體 (%{number})',
  1043. // %{text} is the user-provided title of the media link
  1044. 'one_media': '%{text} 媒體',
  1045. 'one_media_numbered': '%{text} 媒體 (%{number})',
  1046. 'few_media': '%{count} 個媒體的群組',
  1047. 'many_media': '%{count} 個媒體的群組',
  1048. 'noExtraText_webpage': '網頁',
  1049. 'noExtraText_webpage_numbered': '網頁 (%{number})',
  1050. // %{text} is the user-provided title of the web page
  1051. 'one_webpage': '%{text} 網頁',
  1052. 'one_webpage_numbered': '%{text} 網頁 (%{number})',
  1053. 'few_webpage': '%{count} 個網頁的群組',
  1054. 'many_webpage': '%{count} 個網頁的群組',
  1055. 'one_unknown': '一個物件',
  1056. 'one_unknown_numbered': '物件 (%{number})',
  1057. 'few_unknown': '%{count} 個物件的群組',
  1058. 'many_unknown': '%{count} 個物件的群組',
  1059. //a11y label for the left/right arrow for navigation path
  1060. // no longer used in this component, moved to dashboard-livewidget.
  1061. // please don't remove from here, or will break R8
  1062. 'next': '下一步',
  1063. 'previous': '上一步',
  1064. //a11y description
  1065. // no longer used in this component, moved to dashboard-livewidget.
  1066. // please don't remove from here, or will break R8
  1067. 'current_nav_group': '現行導覽群組為 %{navigation_group_name}',
  1068. //Page Context
  1069. 'filterBlank': '(空白)',
  1070. // no longer used in this component, moved to dashboard-livewidget.
  1071. // please don't remove from here, or will break R8
  1072. 'errMsgFilterItemGenericTitle': '無法載入過濾器值',
  1073. 'editTimelineHighlight': '編輯強調顯示',
  1074. 'filterDockChevronLeft': '捲動瀏覽資料',
  1075. 'filterDockChevronRight': '捲動瀏覽資料',
  1076. 'expand': '展開',
  1077. 'collapse': '收合',
  1078. //Reset Dashboard
  1079. 'dashboardResetTitle': '重設儀表板',
  1080. 'dashboardResetMessage': '您確定要重設套用至此儀表板的所有變更嗎?',
  1081. 'dashboardResetToast': '您的儀表板已重設。',
  1082. //Generate PDF
  1083. 'buildingPDF': '正在建置 PDF...',
  1084. 'exportPDF': '匯出成 PDF',
  1085. 'pageSize': '頁面大小',
  1086. 'orientation': '方向',
  1087. 'filtersPresentPDF': '套用至前一個頁面上之視覺化的過濾器:',
  1088. 'errorPDF': '無法產生 PDF。請重新整理,然後再試一次。',
  1089. 'printPDFInfo': '檢視文件',
  1090. 'pdfWidget': '小組件',
  1091. 'includeFilters': '顯示過濾器詳細資料',
  1092. 'portrait': '直印',
  1093. 'landscape': '橫印',
  1094. 'letter': 'Letter',
  1095. 'legal': 'Legal',
  1096. 'a4': 'A4',
  1097. 'tabloid': 'Tabloid',
  1098. 'toastUpgradeDone': '已升級您的儀表板。立即儲存以維護最佳效能。',
  1099. 'ariaFullScreenMessage': '按 Esc 鍵以結束全螢幕',
  1100. /**********************************************
  1101. *******************LIVE WIDGET*****************
  1102. ***********************************************/
  1103. // Hierarchy Packed Bubble
  1104. 'LIVE_hierarchy_packed_bubble_has_mapping': '%{categories} 聚集階層泡泡圖',
  1105. 'LIVE_hierarchy_packed_bubble_has_mapping_numbered': '%{categories} 聚集階層泡泡圖 (%{number})',
  1106. 'LIVE_hierarchy_packed_bubble_no_mapping': '空的聚集階層泡泡圖',
  1107. 'LIVE_hierarchy_packed_bubble_no_mapping_numbered': '空的聚集階層泡泡圖 (%{number})',
  1108. 'LIVE_hierarchy_packed_bubble_named': '%{name} 聚集階層泡泡圖',
  1109. 'LIVE_hierarchy_packed_bubble_named_numbered': '%{name} 聚集階層泡泡圖 (%{number})',
  1110. // Marimekko
  1111. 'LIVE_marimekko_has_mapping': '%{categories}(依 %{values})馬賽克圖',
  1112. 'LIVE_marimekko_has_mapping_numbered': '%{categories}(依 %{values})馬賽克圖 (%{number})',
  1113. 'LIVE_marimekko_no_mapping': '空的馬賽克圖',
  1114. 'LIVE_marimekko_no_mapping_numbered': '空的馬賽克圖 (%{number})',
  1115. 'LIVE_marimekko_named': '%{name} 馬賽克圖',
  1116. 'LIVE_marimekko_numbered': '%{name} 馬賽克圖 (%{number})',
  1117. // Sunburst
  1118. 'LIVE_sunburst_has_mapping': '%{values} 放射環狀圖',
  1119. 'LIVE_sunburst_has_mapping_numbered': '%{values} 放射環狀圖 (%{number})',
  1120. 'LIVE_sunburst_no_mapping': '空的放射環狀圖',
  1121. 'LIVE_sunburst_no_mapping_numbered': '空的放射環狀圖 (%{number})',
  1122. 'LIVE_sunburst_named': '%{name} 放射環狀圖',
  1123. 'LIVE_sunburst_named_numbered': '%{name} 放射環狀圖 (%{number})',
  1124. // Driver Analysis
  1125. 'LIVE_decision_analysis_has_mapping': '%{values} 動因分析圖表',
  1126. 'LIVE_decision_analysis_has_mapping_numbered': '%{values} 動因分析圖表 (%{number})',
  1127. 'LIVE_decision_analysis_no_mapping': '空的動因分析圖表',
  1128. 'LIVE_decision_analysis_no_mapping_numbered': '空的動因分析圖表 (%{number})',
  1129. 'LIVE_decision_analysis_named': '%{name} 動因分析圖表',
  1130. 'LIVE_decision_analysis_named_numbered': '%{name} 動因分析圖表 (%{number})',
  1131. // Line and Column
  1132. 'LIVE_line_column_opt_mapping': '%{categories}(依 %{columnValue} 和 %{lineValue})折線圖與直條圖',
  1133. 'LIVE_line_column_opt_mapping_numbered': '%{categories}(依 %{columnValue} 和 %{lineValue})折線圖與直條圖 (%{number})',
  1134. 'LIVE_line_column_has_mapping': '%{columnValue} 和 %{lineValue} 折線圖與直條圖',
  1135. 'LIVE_line_column_has_mapping_numbered': '%{categories}(依 %{columnValue} 和 %{lineValue})折線圖與直條圖 (%{number})',
  1136. 'LIVE_line_column_no_mapping': '空的折線圖與直條圖',
  1137. 'LIVE_line_column_no_mapping_numbered': '空的折線圖與直條圖 (%{number})',
  1138. 'LIVE_line_column_named': '%{name} 折線圖和直條圖',
  1139. 'LIVE_line_column_named_numbered': '%{name} 折線圖和直條圖 (%{number})',
  1140. // Bubble chart
  1141. 'LIVE_bubble_chart_has_mapping': '%{x}(依 %{y})和 %{size} 泡泡圖',
  1142. 'LIVE_bubble_chart_has_mapping_numbered': '%{x}(依 %{y})和 %{size} 泡泡圖 (%{number})',
  1143. 'LIVE_bubble_chart_no_mapping': '空的泡泡圖',
  1144. 'LIVE_bubble_chart_no_mapping_numbered': '空的泡泡圖 (%{number})',
  1145. 'LIVE_bubble_chart_named': '%{name} 泡泡圖',
  1146. 'LIVE_bubble_chart_named_numbered': '%{name} 泡泡圖 (%{number})',
  1147. // Bullet chart
  1148. 'LIVE_bullet_has_mapping': '%{actual} 項目符號圖',
  1149. 'LIVE_bullet_has_mapping_numbered': '%{actual} 項目符號圖 (%{number})',
  1150. 'LIVE_bullet_no_mapping': '空的項目符號圖',
  1151. 'LIVE_bullet_no_mapping_numbered': '空的項目符號圖 (%{number})',
  1152. 'LIVE_bullet_named': '%{name} 項目符號圖',
  1153. 'LIVE_bullet_named_numbered': '%{name} 項目符號圖 (%{number})'
  1154. });
  1155. //# sourceMappingURL=DashboardResources.js.map