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': '用户标识:',
  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': 'V 形',
  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': 'Mobile',
  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': '显示项标签\t',
  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': 'Web 页面详细信息',
  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}。按“向下”键可展开。按“向上”和“向下”键可进行浏览,或按 ESCAPE 键折叠。',
  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': '值为 %{value} 的 %{label}',
  443. 'shapeColorLabel': '形状颜色',
  444. 'showLegendLabel': '显示图注',
  445. //Webpage
  446. 'webpageWidgetTitle': 'Web 页面窗口小部件',
  447. 'webpagePasteLink': '粘贴 URL 并按 Enter 键以保存',
  448. 'propWebpageLink': 'Web 页面 URL',
  449. 'propWebpageTitle': 'Web 页面标题',
  450. 'propWebpageTitleDescription': 'Web 页面的标题',
  451. 'propWebpageTop': 'Web 页面属性',
  452. 'webpageMissingUrl': '缺少 Web 页面 URL',
  453. 'webpageUrlValidationError': 'Web 页面 URL 无效',
  454. 'webpageHttpValidationError': 'Web 页面必须使用 HTTPS 链接进行访问,才能在浏览器中显示。',
  455. 'webpageInvalidDomainError': 'Web 页面 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': '使用方向键可浏览至每个单元格。按 Control+Home 键可移至第一行,按 Control+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': '缺少对以下列标识的过滤器:',
  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': 'Web 页面',
  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': 'Web 页面',
  1049. 'noExtraText_webpage_numbered': 'Web 页面(%{number} 个)',
  1050. // %{text} is the user-provided title of the web page
  1051. 'one_webpage': '%{text} Web 页面',
  1052. 'one_webpage_numbered': '%{text} Web 页面(%{number} 个)',
  1053. 'few_webpage': '包含 %{count} 个 Web 页面的组',
  1054. 'many_webpage': '包含 %{count} 个 Web 页面的组',
  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': '按 Escape 键退出全屏',
  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} Marimekko 图表)',
  1112. 'LIVE_marimekko_has_mapping_numbered': '%{categories}(按 %{values} Marimekko 图表(%{number} 个))',
  1113. 'LIVE_marimekko_no_mapping': '空 Marimekko 图表',
  1114. 'LIVE_marimekko_no_mapping_numbered': '空 Marimekko 图表(%{number} 个)',
  1115. 'LIVE_marimekko_named': '%{name} Marimekko 图表',
  1116. 'LIVE_marimekko_numbered': '%{name} Marimekko 图表(%{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