@gooddata/sdk-ui 8.10.0-alpha.7 → 8.10.0-alpha.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
  2. package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
  3. package/dist/base/errors/GoodDataSdkError.js +5 -2
  4. package/dist/base/errors/GoodDataSdkError.js.map +1 -1
  5. package/dist/base/errors/errorHandling.d.ts +5 -3
  6. package/dist/base/errors/errorHandling.d.ts.map +1 -1
  7. package/dist/base/errors/errorHandling.js +6 -4
  8. package/dist/base/errors/errorHandling.js.map +1 -1
  9. package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
  10. package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  11. package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
  12. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  13. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  14. package/dist/base/headerMatching/HeaderPredicateFactory.js +14 -33
  15. package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  16. package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
  17. package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
  18. package/dist/base/headerMatching/MappingHeader.js +13 -13
  19. package/dist/base/headerMatching/MappingHeader.js.map +1 -1
  20. package/dist/base/helpers/CatalogHelper.d.ts +5 -3
  21. package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
  22. package/dist/base/helpers/CatalogHelper.js +5 -3
  23. package/dist/base/helpers/CatalogHelper.js.map +1 -1
  24. package/dist/base/index.d.ts +2 -2
  25. package/dist/base/index.d.ts.map +1 -1
  26. package/dist/base/index.js +2 -1
  27. package/dist/base/index.js.map +1 -1
  28. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  29. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  30. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  31. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  32. package/dist/base/localization/bundles/de-DE.json +40 -3
  33. package/dist/base/localization/bundles/en-US.json +195 -10
  34. package/dist/base/localization/bundles/es-ES.json +49 -12
  35. package/dist/base/localization/bundles/fr-FR.json +39 -2
  36. package/dist/base/localization/bundles/ja-JP.json +40 -2
  37. package/dist/base/localization/bundles/nl-NL.json +39 -2
  38. package/dist/base/localization/bundles/pt-BR.json +39 -2
  39. package/dist/base/localization/bundles/pt-PT.json +39 -2
  40. package/dist/base/localization/bundles/ru-RU.json +39 -2
  41. package/dist/base/localization/bundles/zh-Hans.json +40 -3
  42. package/dist/base/react/BackendContext.d.ts +7 -3
  43. package/dist/base/react/BackendContext.d.ts.map +1 -1
  44. package/dist/base/react/BackendContext.js +8 -4
  45. package/dist/base/react/BackendContext.js.map +1 -1
  46. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  47. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  48. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
  49. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  50. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  51. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  52. package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  53. package/dist/base/react/ErrorComponent.d.ts +4 -2
  54. package/dist/base/react/ErrorComponent.d.ts.map +1 -1
  55. package/dist/base/react/ErrorComponent.js +5 -3
  56. package/dist/base/react/ErrorComponent.js.map +1 -1
  57. package/dist/base/react/LoadingComponent.d.ts +4 -2
  58. package/dist/base/react/LoadingComponent.d.ts.map +1 -1
  59. package/dist/base/react/LoadingComponent.js +5 -3
  60. package/dist/base/react/LoadingComponent.js.map +1 -1
  61. package/dist/base/react/WorkspaceContext.d.ts +7 -3
  62. package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
  63. package/dist/base/react/WorkspaceContext.js +8 -4
  64. package/dist/base/react/WorkspaceContext.js.map +1 -1
  65. package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
  66. package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  67. package/dist/base/react/legacy/availableDrillTargets.js +1 -1
  68. package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
  69. package/dist/base/react/placeholders/base.d.ts +76 -42
  70. package/dist/base/react/placeholders/base.d.ts.map +1 -1
  71. package/dist/base/react/placeholders/base.js +1 -1
  72. package/dist/base/react/placeholders/base.js.map +1 -1
  73. package/dist/base/react/placeholders/factory.d.ts +4 -2
  74. package/dist/base/react/placeholders/factory.d.ts.map +1 -1
  75. package/dist/base/react/placeholders/factory.js +1 -1
  76. package/dist/base/react/placeholders/factory.js.map +1 -1
  77. package/dist/base/react/placeholders/hooks.d.ts +13 -3
  78. package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
  79. package/dist/base/react/placeholders/hooks.js +14 -4
  80. package/dist/base/react/placeholders/hooks.js.map +1 -1
  81. package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
  82. package/dist/base/react/placeholders/resolve.js +5 -3
  83. package/dist/base/react/placeholders/resolve.js.map +1 -1
  84. package/dist/base/react/useCancelablePromise.d.ts +17 -11
  85. package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
  86. package/dist/base/react/useCancelablePromise.js +9 -3
  87. package/dist/base/react/useCancelablePromise.js.map +1 -1
  88. package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
  89. package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  90. package/dist/base/react/useCancelablePromiseUtils.js +6 -4
  91. package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
  92. package/dist/base/results/dataAccess.d.ts +32 -12
  93. package/dist/base/results/dataAccess.d.ts.map +1 -1
  94. package/dist/base/results/dataAccessConfig.d.ts +5 -2
  95. package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
  96. package/dist/base/results/dataAccessConfig.js +4 -1
  97. package/dist/base/results/dataAccessConfig.js.map +1 -1
  98. package/dist/base/results/facade.d.ts +10 -4
  99. package/dist/base/results/facade.d.ts.map +1 -1
  100. package/dist/base/results/facade.js +9 -3
  101. package/dist/base/results/facade.js.map +1 -1
  102. package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
  103. package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  104. package/dist/base/results/internal/dataAccessDigest.js +5 -7
  105. package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
  106. package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  107. package/dist/base/results/internal/dataAccessImpl.js +6 -6
  108. package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
  109. package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  110. package/dist/base/results/internal/dataAccessMethods.js +1 -1
  111. package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
  112. package/dist/base/results/internal/definitionMethods.d.ts +1 -1
  113. package/dist/base/results/internal/definitionMethods.js +1 -1
  114. package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
  115. package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
  116. package/dist/base/results/internal/resultDataMethods.js.map +1 -1
  117. package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
  118. package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  119. package/dist/base/results/internal/resultMetaMethods.js +9 -10
  120. package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
  121. package/dist/base/results/internal/utils.d.ts +2 -1
  122. package/dist/base/results/internal/utils.d.ts.map +1 -1
  123. package/dist/base/results/internal/utils.js +1 -1
  124. package/dist/base/vis/DrillEvents.d.ts +4 -1
  125. package/dist/base/vis/DrillEvents.d.ts.map +1 -1
  126. package/dist/base/vis/DrillEvents.js.map +1 -1
  127. package/dist/base/vis/Events.d.ts +2 -2
  128. package/dist/base/vis/Events.d.ts.map +1 -1
  129. package/dist/base/vis/VisualizationProps.d.ts +11 -4
  130. package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
  131. package/dist/base/vis/VisualizationProps.js +1 -1
  132. package/dist/base/vis/drilling.js +6 -6
  133. package/dist/base/vis/drilling.js.map +1 -1
  134. package/dist/base/vis/export.d.ts +1 -1
  135. package/dist/base/vis/export.js +3 -3
  136. package/dist/base/vis/export.js.map +1 -1
  137. package/dist/execution/Execute.d.ts +36 -20
  138. package/dist/execution/Execute.d.ts.map +1 -1
  139. package/dist/execution/Execute.js +7 -5
  140. package/dist/execution/Execute.js.map +1 -1
  141. package/dist/execution/ExecuteInsight.d.ts +47 -16
  142. package/dist/execution/ExecuteInsight.d.ts.map +1 -1
  143. package/dist/execution/ExecuteInsight.js +7 -5
  144. package/dist/execution/ExecuteInsight.js.map +1 -1
  145. package/dist/execution/RawExecute.d.ts +19 -7
  146. package/dist/execution/RawExecute.d.ts.map +1 -1
  147. package/dist/execution/RawExecute.js +2 -1
  148. package/dist/execution/RawExecute.js.map +1 -1
  149. package/dist/execution/createExecution.d.ts +9 -6
  150. package/dist/execution/createExecution.d.ts.map +1 -1
  151. package/dist/execution/createExecution.js.map +1 -1
  152. package/dist/execution/index.d.ts +2 -2
  153. package/dist/execution/index.d.ts.map +1 -1
  154. package/dist/execution/index.js +1 -1
  155. package/dist/execution/index.js.map +1 -1
  156. package/dist/execution/useDataExport.d.ts +5 -3
  157. package/dist/execution/useDataExport.d.ts.map +1 -1
  158. package/dist/execution/useDataExport.js +3 -1
  159. package/dist/execution/useDataExport.js.map +1 -1
  160. package/dist/execution/useDataView.d.ts +5 -0
  161. package/dist/execution/useDataView.d.ts.map +1 -1
  162. package/dist/execution/useDataView.js +3 -0
  163. package/dist/execution/useDataView.js.map +1 -1
  164. package/dist/execution/useExecution.d.ts +17 -9
  165. package/dist/execution/useExecution.d.ts.map +1 -1
  166. package/dist/execution/useExecution.js +3 -0
  167. package/dist/execution/useExecution.js.map +1 -1
  168. package/dist/execution/useExecutionDataView.d.ts +32 -15
  169. package/dist/execution/useExecutionDataView.d.ts.map +1 -1
  170. package/dist/execution/useExecutionDataView.js +3 -3
  171. package/dist/execution/useExecutionDataView.js.map +1 -1
  172. package/dist/execution/useInsightDataView.d.ts +39 -9
  173. package/dist/execution/useInsightDataView.d.ts.map +1 -1
  174. package/dist/execution/useInsightDataView.js +10 -4
  175. package/dist/execution/useInsightDataView.js.map +1 -1
  176. package/dist/execution/withExecution.d.ts +5 -4
  177. package/dist/execution/withExecution.d.ts.map +1 -1
  178. package/dist/execution/withExecution.js +1 -1
  179. package/dist/execution/withExecution.js.map +1 -1
  180. package/dist/execution/withExecutionLoading.d.ts +12 -7
  181. package/dist/execution/withExecutionLoading.d.ts.map +1 -1
  182. package/dist/execution/withExecutionLoading.js +1 -1
  183. package/dist/execution/withExecutionLoading.js.map +1 -1
  184. package/dist/index.d.ts +1 -1
  185. package/dist/index.d.ts.map +1 -1
  186. package/dist/index.js +1 -1
  187. package/dist/kpi/Kpi.d.ts +13 -9
  188. package/dist/kpi/Kpi.d.ts.map +1 -1
  189. package/dist/kpi/Kpi.js +5 -3
  190. package/dist/kpi/Kpi.js.map +1 -1
  191. package/dist/sdk-ui.d.ts +484 -211
  192. package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
  193. package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
  194. package/esm/base/errors/GoodDataSdkError.js +5 -2
  195. package/esm/base/errors/GoodDataSdkError.js.map +1 -1
  196. package/esm/base/errors/errorHandling.d.ts +5 -3
  197. package/esm/base/errors/errorHandling.d.ts.map +1 -1
  198. package/esm/base/errors/errorHandling.js +6 -4
  199. package/esm/base/errors/errorHandling.js.map +1 -1
  200. package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
  201. package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  202. package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
  203. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  204. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  205. package/esm/base/headerMatching/HeaderPredicateFactory.js +10 -29
  206. package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  207. package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
  208. package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
  209. package/esm/base/headerMatching/MappingHeader.js +2 -2
  210. package/esm/base/headerMatching/MappingHeader.js.map +1 -1
  211. package/esm/base/helpers/CatalogHelper.d.ts +5 -3
  212. package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
  213. package/esm/base/helpers/CatalogHelper.js +5 -3
  214. package/esm/base/helpers/CatalogHelper.js.map +1 -1
  215. package/esm/base/index.d.ts +2 -2
  216. package/esm/base/index.d.ts.map +1 -1
  217. package/esm/base/index.js +1 -1
  218. package/esm/base/index.js.map +1 -1
  219. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  220. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  221. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  222. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  223. package/esm/base/localization/bundles/de-DE.json +40 -3
  224. package/esm/base/localization/bundles/en-US.json +195 -10
  225. package/esm/base/localization/bundles/es-ES.json +49 -12
  226. package/esm/base/localization/bundles/fr-FR.json +39 -2
  227. package/esm/base/localization/bundles/ja-JP.json +40 -2
  228. package/esm/base/localization/bundles/nl-NL.json +39 -2
  229. package/esm/base/localization/bundles/pt-BR.json +39 -2
  230. package/esm/base/localization/bundles/pt-PT.json +39 -2
  231. package/esm/base/localization/bundles/ru-RU.json +39 -2
  232. package/esm/base/localization/bundles/zh-Hans.json +40 -3
  233. package/esm/base/react/BackendContext.d.ts +7 -3
  234. package/esm/base/react/BackendContext.d.ts.map +1 -1
  235. package/esm/base/react/BackendContext.js +8 -4
  236. package/esm/base/react/BackendContext.js.map +1 -1
  237. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  238. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  239. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
  240. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  241. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  242. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  243. package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  244. package/esm/base/react/ErrorComponent.d.ts +4 -2
  245. package/esm/base/react/ErrorComponent.d.ts.map +1 -1
  246. package/esm/base/react/ErrorComponent.js +5 -3
  247. package/esm/base/react/ErrorComponent.js.map +1 -1
  248. package/esm/base/react/LoadingComponent.d.ts +4 -2
  249. package/esm/base/react/LoadingComponent.d.ts.map +1 -1
  250. package/esm/base/react/LoadingComponent.js +5 -3
  251. package/esm/base/react/LoadingComponent.js.map +1 -1
  252. package/esm/base/react/WorkspaceContext.d.ts +7 -3
  253. package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
  254. package/esm/base/react/WorkspaceContext.js +8 -4
  255. package/esm/base/react/WorkspaceContext.js.map +1 -1
  256. package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
  257. package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  258. package/esm/base/react/legacy/availableDrillTargets.js +1 -1
  259. package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
  260. package/esm/base/react/placeholders/base.d.ts +76 -42
  261. package/esm/base/react/placeholders/base.d.ts.map +1 -1
  262. package/esm/base/react/placeholders/base.js +1 -1
  263. package/esm/base/react/placeholders/base.js.map +1 -1
  264. package/esm/base/react/placeholders/factory.d.ts +4 -2
  265. package/esm/base/react/placeholders/factory.d.ts.map +1 -1
  266. package/esm/base/react/placeholders/factory.js +1 -1
  267. package/esm/base/react/placeholders/factory.js.map +1 -1
  268. package/esm/base/react/placeholders/hooks.d.ts +13 -3
  269. package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
  270. package/esm/base/react/placeholders/hooks.js +14 -4
  271. package/esm/base/react/placeholders/hooks.js.map +1 -1
  272. package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
  273. package/esm/base/react/placeholders/resolve.js +5 -3
  274. package/esm/base/react/placeholders/resolve.js.map +1 -1
  275. package/esm/base/react/useCancelablePromise.d.ts +17 -11
  276. package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
  277. package/esm/base/react/useCancelablePromise.js +9 -3
  278. package/esm/base/react/useCancelablePromise.js.map +1 -1
  279. package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
  280. package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  281. package/esm/base/react/useCancelablePromiseUtils.js +6 -4
  282. package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
  283. package/esm/base/results/dataAccess.d.ts +32 -12
  284. package/esm/base/results/dataAccess.d.ts.map +1 -1
  285. package/esm/base/results/dataAccessConfig.d.ts +5 -2
  286. package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
  287. package/esm/base/results/dataAccessConfig.js +4 -1
  288. package/esm/base/results/dataAccessConfig.js.map +1 -1
  289. package/esm/base/results/facade.d.ts +10 -4
  290. package/esm/base/results/facade.d.ts.map +1 -1
  291. package/esm/base/results/facade.js +9 -3
  292. package/esm/base/results/facade.js.map +1 -1
  293. package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
  294. package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  295. package/esm/base/results/internal/dataAccessDigest.js +1 -3
  296. package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
  297. package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  298. package/esm/base/results/internal/dataAccessImpl.js +1 -1
  299. package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
  300. package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  301. package/esm/base/results/internal/dataAccessMethods.js +2 -2
  302. package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
  303. package/esm/base/results/internal/definitionMethods.d.ts +1 -1
  304. package/esm/base/results/internal/definitionMethods.js +1 -1
  305. package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
  306. package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
  307. package/esm/base/results/internal/resultDataMethods.js.map +1 -1
  308. package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
  309. package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  310. package/esm/base/results/internal/resultMetaMethods.js +3 -4
  311. package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
  312. package/esm/base/results/internal/utils.d.ts +2 -1
  313. package/esm/base/results/internal/utils.d.ts.map +1 -1
  314. package/esm/base/results/internal/utils.js +1 -1
  315. package/esm/base/vis/DrillEvents.d.ts +4 -1
  316. package/esm/base/vis/DrillEvents.d.ts.map +1 -1
  317. package/esm/base/vis/DrillEvents.js.map +1 -1
  318. package/esm/base/vis/Events.d.ts +2 -2
  319. package/esm/base/vis/Events.d.ts.map +1 -1
  320. package/esm/base/vis/VisualizationProps.d.ts +11 -4
  321. package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
  322. package/esm/base/vis/VisualizationProps.js +1 -1
  323. package/esm/base/vis/drilling.js +3 -3
  324. package/esm/base/vis/drilling.js.map +1 -1
  325. package/esm/base/vis/export.d.ts +1 -1
  326. package/esm/base/vis/export.js +3 -3
  327. package/esm/base/vis/export.js.map +1 -1
  328. package/esm/execution/Execute.d.ts +36 -20
  329. package/esm/execution/Execute.d.ts.map +1 -1
  330. package/esm/execution/Execute.js +7 -5
  331. package/esm/execution/Execute.js.map +1 -1
  332. package/esm/execution/ExecuteInsight.d.ts +47 -16
  333. package/esm/execution/ExecuteInsight.d.ts.map +1 -1
  334. package/esm/execution/ExecuteInsight.js +7 -5
  335. package/esm/execution/ExecuteInsight.js.map +1 -1
  336. package/esm/execution/RawExecute.d.ts +19 -7
  337. package/esm/execution/RawExecute.d.ts.map +1 -1
  338. package/esm/execution/RawExecute.js +2 -1
  339. package/esm/execution/RawExecute.js.map +1 -1
  340. package/esm/execution/createExecution.d.ts +9 -6
  341. package/esm/execution/createExecution.d.ts.map +1 -1
  342. package/esm/execution/createExecution.js.map +1 -1
  343. package/esm/execution/index.d.ts +2 -2
  344. package/esm/execution/index.d.ts.map +1 -1
  345. package/esm/execution/index.js +2 -2
  346. package/esm/execution/index.js.map +1 -1
  347. package/esm/execution/useDataExport.d.ts +5 -3
  348. package/esm/execution/useDataExport.d.ts.map +1 -1
  349. package/esm/execution/useDataExport.js +3 -1
  350. package/esm/execution/useDataExport.js.map +1 -1
  351. package/esm/execution/useDataView.d.ts +5 -0
  352. package/esm/execution/useDataView.d.ts.map +1 -1
  353. package/esm/execution/useDataView.js +3 -0
  354. package/esm/execution/useDataView.js.map +1 -1
  355. package/esm/execution/useExecution.d.ts +17 -9
  356. package/esm/execution/useExecution.d.ts.map +1 -1
  357. package/esm/execution/useExecution.js +3 -0
  358. package/esm/execution/useExecution.js.map +1 -1
  359. package/esm/execution/useExecutionDataView.d.ts +32 -15
  360. package/esm/execution/useExecutionDataView.d.ts.map +1 -1
  361. package/esm/execution/useExecutionDataView.js +3 -3
  362. package/esm/execution/useExecutionDataView.js.map +1 -1
  363. package/esm/execution/useInsightDataView.d.ts +39 -9
  364. package/esm/execution/useInsightDataView.d.ts.map +1 -1
  365. package/esm/execution/useInsightDataView.js +10 -4
  366. package/esm/execution/useInsightDataView.js.map +1 -1
  367. package/esm/execution/withExecution.d.ts +5 -4
  368. package/esm/execution/withExecution.d.ts.map +1 -1
  369. package/esm/execution/withExecution.js +1 -1
  370. package/esm/execution/withExecution.js.map +1 -1
  371. package/esm/execution/withExecutionLoading.d.ts +12 -7
  372. package/esm/execution/withExecutionLoading.d.ts.map +1 -1
  373. package/esm/execution/withExecutionLoading.js +1 -1
  374. package/esm/execution/withExecutionLoading.js.map +1 -1
  375. package/esm/index.d.ts +1 -1
  376. package/esm/index.d.ts.map +1 -1
  377. package/esm/index.js +1 -1
  378. package/esm/kpi/Kpi.d.ts +13 -9
  379. package/esm/kpi/Kpi.d.ts.map +1 -1
  380. package/esm/kpi/Kpi.js +5 -3
  381. package/esm/kpi/Kpi.js.map +1 -1
  382. package/esm/tsdoc-metadata.json +1 -1
  383. package/package.json +9 -9
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "日付範囲",
86
86
  "dateFilterDropdown.buttonTitle": "日付範囲",
87
87
  "dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
88
+ "filters.thisMinute.title": "現時点",
89
+ "filters.lastMinute.title": "一分前",
90
+ "filters.nextMinute.title": "一分後",
91
+ "filters.thisHour.title": "現時点",
92
+ "filters.lastHour.title": "一時間前",
93
+ "filters.nextHour.title": "一時間後",
88
94
  "filters.thisDay.title": "今日",
89
95
  "filters.lastDay.title": "昨日",
90
96
  "filters.nextDay.title": "明日",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "今年",
101
107
  "filters.lastYear.title": "去年",
102
108
  "filters.nextYear.title": "来年",
109
+ "filters.lastNMinutes": "{n, plural, one {直近の # 分} other {直近の # 分}}",
110
+ "filters.lastNHours": "{n, plural, one {直近の # 時間} other {直近の # 時間}}",
103
111
  "filters.lastNDays": "{n, plural, one {直近の # 日} other {直近の # 日}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {直近の # 週間 } other {直近の # 週間}}",
105
113
  "filters.lastNMonths": "{n, plural, one {直近の # ヶ月 } other {直近の # ヶ月}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {直近の # 四半期} other {直近の # 四半期}}",
107
115
  "filters.lastNYears": "{n, plural, one {直近の # 年} other {直近の # 年間}}",
116
+ "filters.nextNMinutes": "{n, plural, one {次の # 分} other {次の # 分}}",
117
+ "filters.nextNHours": "{n, plural, one {次の # 日} other {次の # 日}}",
108
118
  "filters.nextNDays": "{n, plural, one {次の # 日} other {次の # 日間}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {次の # 週間} other {次の # 週間}}",
110
120
  "filters.nextNMonths": "{n, plural, one {次の # ヶ月} other {N次の # ヶ月間}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {次の # 四半期} other {次の # ヶ月間}}",
112
122
  "filters.nextNYears": "{n, plural, one {次の # 年} other {次の # 年間}}",
123
+ "filters.interval.minutes.past": "{from} から {to} {to, plural, one {分} other {分}} 前",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分} other {分}} 前",
125
+ "filters.interval.minutes.future": "{from} から {to} {to, plural, one {分} other {分}} 後",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分} other {分}} 後",
127
+ "filters.interval.minutes.mixed": "{from} {from, plural, one {分} other {分}}前から {to} {to, plural, one {分} other {分}} 後",
128
+ "filters.interval.hours.past": "{from} から {to} {to, plural, one {時間} other {時間}} 前",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {時間} other {時間}} 前",
130
+ "filters.interval.hours.future": "{from} から {to} {to, plural, one {時間} other {時間}} 後",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {時間} other {時間}} 後",
132
+ "filters.interval.hours.mixed": "{from} {from, plural, one {時間} other {時間}}前から {to} {to, plural, one {日} other {日}}後",
113
133
  "filters.interval.days.past": "{from} から {to} {to, plural, one {日間} other {日間}} 前まで ",
114
134
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {日間} other {日間}} 前",
115
135
  "filters.interval.days.future": "{from} から {to} {to, plural, one {日間} other {日間}} 先まで",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "{from} から {to} {to, plural, one {年間} other {年間}} 先まで",
136
156
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {年間} other {年間}} 先",
137
157
  "filters.interval.years.mixed": "{from} {from, plural, one {年間} other {年間}} 前から {to} {to, plural, one {年間} other {年間}} 先まで",
158
+ "filters.granularity.minutes": "分",
159
+ "filters.granularity.hours": "時間",
138
160
  "filters.granularity.days": "日次",
139
161
  "filters.granularity.weeks": "週次",
140
162
  "filters.granularity.months": "月次",
@@ -142,10 +164,18 @@
142
164
  "filters.granularity.years": "年次",
143
165
  "filters.from": "開始時点",
144
166
  "filters.to": "終了時点",
167
+
168
+ "filters.setTime": "設定時間",
145
169
  "filters.floatingRange": "相対期間",
146
170
  "filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
147
171
  "filters.floatingRange.noMatch": "一致するものがありません",
148
172
  "filters.floatingRange.tooBig": "最大値: {limit}",
173
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
174
+ "filters.floatingRange.option.minute.offset.today": "現時点",
175
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {一分後} other {# 分後}}",
176
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {一時間前} other {# 時間前}}",
177
+ "filters.floatingRange.option.hour.offset.today": "現時点",
178
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {一時間後} other {# 時間後}}",
149
179
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {昨日} other {# 日前}}",
150
180
  "filters.floatingRange.option.day.offset.today": "今日",
151
181
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {明日} other {# 日先}}",
@@ -163,6 +193,10 @@
163
193
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
164
194
  "filters.allTime.title": "全期間",
165
195
  "filters.allTime.excludeCurrentPeriod": "期限なしを除外",
196
+ "filters.minute.title": "分間",
197
+ "filters.minute.excludeCurrentPeriod": "現時点を除外",
198
+ "filters.hour.title": "時間",
199
+ "filters.hour.excludeCurrentPeriod": "現時点を除外",
166
200
  "filters.day.title": "曜日",
167
201
  "filters.day.excludeCurrentPeriod": "今日を除外",
168
202
  "filters.week.title": "週",
@@ -241,8 +275,12 @@
241
275
  "sorting.dropdown.header": "インサイトの並べ替え",
242
276
  "sorting.type.alphabetical.asc": "A から Z",
243
277
  "sorting.type.alphabetical.desc": "Z から A",
278
+ "sorting.type.date.asc": "昇順で並べ替え",
279
+ "sorting.type.date.desc": "降順で並べ替え",
280
+ "sorting.type.default": "既定",
244
281
  "sorting.type.numerical.asc": "最小から最大の順",
245
282
  "sorting.type.numerical.desc": "最大から最小の順",
246
- "sorting.sum.of.all.measure._measure": "すべての測定値の合計(合計)",
247
- "sorting.sum.of.all.measure._metric": "すべてのメトリックの合計(合計)"
283
+ "sorting.by": "",
284
+ "sorting.sum.of.all.measure": "合計",
285
+ "sorting.default.tooltip": "属性で定義された順序を使用します。"
248
286
  }
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Datumbereik",
86
86
  "dateFilterDropdown.buttonTitle": "Datumbereik",
87
87
  "dateFilterDropdown.setDefault": "Standaard datumfilter instellen voor{nbsp}kijkers:",
88
+ "filters.thisMinute.title": "Deze minuut",
89
+ "filters.lastMinute.title": "Afgelopen minuut",
90
+ "filters.nextMinute.title": "Volgende minuut",
91
+ "filters.thisHour.title": "Dit uur",
92
+ "filters.lastHour.title": "Afgelopen uur",
93
+ "filters.nextHour.title": "Volgend uur",
88
94
  "filters.thisDay.title": "Vandaag",
89
95
  "filters.lastDay.title": "Gisteren",
90
96
  "filters.nextDay.title": "Morgen",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Dit jaar",
101
107
  "filters.lastYear.title": "Vorig jaar",
102
108
  "filters.nextYear.title": "Volgend jaar",
109
+ "filters.lastNMinutes": "{n, plural, one {afglopen # minuut} other {afgelopen # minuten}}",
110
+ "filters.lastNHours": "{n, plural, one {afgelopen # uur} other {afgelopen # uur}}",
103
111
  "filters.lastNDays": "{n, plural, one {afgelopen # dag} other {afgelopen # dagen}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {afgelopen # week} other {afgelopen # weken}}",
105
113
  "filters.lastNMonths": "{n, plural, one {afgelopen # maand} other {afgelopen # maanden}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {afgelopen # kwartaal} other {afgelopen # kwartalen}}",
107
115
  "filters.lastNYears": "{n, plural, one {afgelopen # jaar} other {afgelopen # jaren}}",
116
+ "filters.nextNMinutes": "{n, plural, one {volgende # minuut} other {volgende # minuten}}",
117
+ "filters.nextNHours": "{n, plural, one {volgend # uur} other {volgende # uren}}",
108
118
  "filters.nextNDays": "{n, plural, one {volgende # dag} other {volgende # dagen}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {volgende # week} other {volgende # weken}}",
110
120
  "filters.nextNMonths": "{n, plural, one {volgende # maand} other {volgende # maanden}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {volgende # kwartaal} other {volgende # kwartalen}}",
112
122
  "filters.nextNYears": "{n, plural, one {volgend # jaar} other {volgende # jaren}}",
123
+ "filters.interval.minutes.past": "Van {from} tot {to} {to, plural, one {minuut} other {minuten}} geleden",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuut} other {minuten}} geleden",
125
+ "filters.interval.minutes.future": "Van {from} tot {to} {to, plural, one {minuut} other {minuten}} vooruit",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {minuut} other {minuten}} vooruit",
127
+ "filters.interval.minutes.mixed": "Van {from} {from, plural, one {minuut} other {minuten}} geleden tot {to} {to, plural, one {minuut} other {minuten}} vooruit",
128
+ "filters.interval.hours.past": "Van {from} tot {to} {to, plural, one {uur} other {uren}} geleden",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {uur} other {uren}} geleden",
130
+ "filters.interval.hours.future": "Van {from} tot {to} {to, plural, one {uur} other {uren}} vooruit",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {uur} other {uren}} vooruit",
132
+ "filters.interval.hours.mixed": "Van {from} {from, plural, one {uur} other {uren}} geleden tot {to} {to, plural, one {dag} other {dagen}} vooruit",
113
133
  "filters.interval.days.past": "Van {from} tot {to} {to, plural, one {dag} other {dagen}} geleden",
114
134
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {dag} other {dagen}} geleden",
115
135
  "filters.interval.days.future": "Van {from} tot {to} {to, plural, one {dag} other {dagen}} in de toekomst",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "Van {from} tot {to} {to, plural, one {jaar} other {jaren}} in de toekomst",
136
156
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {jaar} other {jaar}} in de toekomst",
137
157
  "filters.interval.years.mixed": "Van {from} {from, plural, one {jaar} other {jaren}} geleden tot {to} {to, plural, one {jaar} other {jaren}} in de toekomst",
158
+ "filters.granularity.minutes": "Minuten",
159
+ "filters.granularity.hours": "Uren",
138
160
  "filters.granularity.days": "Dagen",
139
161
  "filters.granularity.weeks": "Weken",
140
162
  "filters.granularity.months": "Maanden",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Jaar",
143
165
  "filters.from": "van",
144
166
  "filters.to": "naar",
167
+ "filters.setTime": "tijd instellen",
145
168
  "filters.floatingRange": "Zwevend bereik",
146
169
  "filters.floatingRange.tooltip": "Het datumbereik is relatief ten opzichte van vandaag en wordt in de loop der tijd aangepast.",
147
170
  "filters.floatingRange.noMatch": "Geen overeenkomst gevonden",
148
171
  "filters.floatingRange.tooBig": "Maximumwaarde: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {afgelopen minuut} other {# minuten geleden}}",
173
+ "filters.floatingRange.option.minute.offset.today": "deze minuut",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {volgende minuut} other {# minuten vooruit}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {afgelopen uur} other {# uren geleden}}",
176
+ "filters.floatingRange.option.hour.offset.today": "dit uur",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {volgend uur} other {# uren vooruit}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {gisteren} other {# dagen geleden}}",
150
179
  "filters.floatingRange.option.day.offset.today": "vandaag",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {morgen} other {over # dagen}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {volgend jaar} other {over # jaar}}",
164
193
  "filters.allTime.title": "Altijd",
165
194
  "filters.allTime.excludeCurrentPeriod": "Open periode uitsluiten",
195
+ "filters.minute.title": "MINUUT",
196
+ "filters.minute.excludeCurrentPeriod": "Deze minuut uitsluiten",
197
+ "filters.hour.title": "UUR",
198
+ "filters.hour.excludeCurrentPeriod": "Dit uur uitsluiten",
166
199
  "filters.day.title": "DAG",
167
200
  "filters.day.excludeCurrentPeriod": "Vandaag uitsluiten",
168
201
  "filters.week.title": "WEEK",
@@ -241,8 +274,12 @@
241
274
  "sorting.dropdown.header": "Inzicht sorteren",
242
275
  "sorting.type.alphabetical.asc": "A tot Z",
243
276
  "sorting.type.alphabetical.desc": "Z tot A",
277
+ "sorting.type.date.asc": "Van oud naar nieuw",
278
+ "sorting.type.date.desc": "Van nieuw naar oud",
279
+ "sorting.type.default": "Standaard",
244
280
  "sorting.type.numerical.asc": "Kleinst naar grootst",
245
281
  "sorting.type.numerical.desc": "Grootst naar kleinst",
246
- "sorting.sum.of.all.measure._measure": "Som van alle maten (totaal)",
247
- "sorting.sum.of.all.measure._metric": "Som van alle meetgegevens (totaal)"
282
+ "sorting.by": "met",
283
+ "sorting.sum.of.all.measure": "Totaal",
284
+ "sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut."
248
285
  }
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Intervalo de datas",
86
86
  "dateFilterDropdown.buttonTitle": "Intervalo de datas",
87
87
  "dateFilterDropdown.setDefault": "Defina o filtro de data padrão por{nbsp}visualizadores:",
88
+ "filters.thisMinute.title": "Este minuto",
89
+ "filters.lastMinute.title": "Último minuto",
90
+ "filters.nextMinute.title": "Próximo minuto",
91
+ "filters.thisHour.title": "Esta hora",
92
+ "filters.lastHour.title": "Última hora",
93
+ "filters.nextHour.title": "Próxima hora",
88
94
  "filters.thisDay.title": "Hoje",
89
95
  "filters.lastDay.title": "Ontem",
90
96
  "filters.nextDay.title": "Amanhã",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Este ano",
101
107
  "filters.lastYear.title": "Último ano",
102
108
  "filters.nextYear.title": "Próximo ano",
109
+ "filters.lastNMinutes": "{n, plural, one {Último # minuto} other {Últimos # minutos}}",
110
+ "filters.lastNHours": "{n, plural, one {Última # hora} other {Últimas # horas}}",
103
111
  "filters.lastNDays": "{n, plural, one {Último # dia} other {Últimos # dias}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {Última # semana} other {Últimas # semanas}}",
105
113
  "filters.lastNMonths": "{n, plural, one {Último # mês} other {Últimos # meses}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {Último # trimestre} other {Últimos # trimestres}}",
107
115
  "filters.lastNYears": "{n, plural, one {Último # ano} other {Últimos # anos}}",
116
+ "filters.nextNMinutes": "{n, plural, one {Próximo # minuto} other {Próximos # minutos}}",
117
+ "filters.nextNHours": "{n, plural, one {Próxima # hora} other {Próximas # horas}}",
108
118
  "filters.nextNDays": "{n, plural, one {Próximo # dia} other {Próximos # dias}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {Próxima # semana} other {Próximas # semanas}}",
110
120
  "filters.nextNMonths": "{n, plural, one {Próximo # mês} other {Próximos # meses}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {Próximo # trimestre} other {Próximos # trimestres}}",
112
122
  "filters.nextNYears": "{n, plural, one {Próximo # ano} other {Próximos # anos}}",
123
+ "filters.interval.minutes.past": "De {from} a {to} {to, plural, one {minuto} other {minutos}} atrás",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuto} other {minutos}} atrás",
125
+ "filters.interval.minutes.future": "De {from} a {to} {to, plural, one {minuto} other {minutos}} à frente",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {minuto} other {minutos}} à frente",
127
+ "filters.interval.minutes.mixed": "De {from} {from, plural, one {minuto} other {minutos}} atrás a {to} {to, plural, one {minuto} other {minutos}} à frente",
128
+ "filters.interval.hours.past": "De {from} a {to} {to, plural, one {hora} other {horas}} atrás",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {hora} other {horas}} atrás",
130
+ "filters.interval.hours.future": "De {from} a {to} {to, plural, one {hora} other {horas}} à frente",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {hora} other {horas}} à frente",
132
+ "filters.interval.hours.mixed": "De {from} {from, plural, one {hora} other {horas}} atrás a {to} {to, plural, one {dia} other {dias}} à frente",
113
133
  "filters.interval.days.past": "De {from} a {to} {to, plural, one {dia} other {dias}} atrás",
114
134
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {dia} other {dias}} atrás",
115
135
  "filters.interval.days.future": "De {from} a {to} {to, plural, one {dia} other {dias}} depois",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "De {from} a {to} {to, plural, one {ano} other {anos}} depois",
136
156
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {ano} other {anos}} à frente",
137
157
  "filters.interval.years.mixed": "De {from} {from, plural, one {ano} other {anos}} atrás a {to} {to, plural, one {ano} other {anos}} depois",
158
+ "filters.granularity.minutes": "Minutos",
159
+ "filters.granularity.hours": "Horas",
138
160
  "filters.granularity.days": "Dias",
139
161
  "filters.granularity.weeks": "Semanas",
140
162
  "filters.granularity.months": "Meses",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Anos",
143
165
  "filters.from": "de",
144
166
  "filters.to": "para",
167
+ "filters.setTime": "configurar horário",
145
168
  "filters.floatingRange": "Intervalo flutuante",
146
169
  "filters.floatingRange.tooltip": "O intervalo de datas está relacionada a hoje e a ajustes no tempo.",
147
170
  "filters.floatingRange.noMatch": "Nenhum resultado encontrado",
148
171
  "filters.floatingRange.tooBig": "Valor máximo: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {último minuto} other {# minutos atrás}}",
173
+ "filters.floatingRange.option.minute.offset.today": "este minuto",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {próximo minuto} other {# minutos à frente}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {última hora} other {# horas atrás}}",
176
+ "filters.floatingRange.option.hour.offset.today": "esta hora",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {próxima hora} other {# horas à frente}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {ontem} other {# dias atrás}}",
150
179
  "filters.floatingRange.option.day.offset.today": "hoje",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {amanhã} other {# dias depois}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {próximo ano} other {# anos depois}}",
164
193
  "filters.allTime.title": "O tempo todo",
165
194
  "filters.allTime.excludeCurrentPeriod": "Excluir período em aberto",
195
+ "filters.minute.title": "MINUTO",
196
+ "filters.minute.excludeCurrentPeriod": "Excluir este minuto",
197
+ "filters.hour.title": "HORA",
198
+ "filters.hour.excludeCurrentPeriod": "Excluir esta hora",
166
199
  "filters.day.title": "DIA",
167
200
  "filters.day.excludeCurrentPeriod": "Excluir hoje",
168
201
  "filters.week.title": "SEMANA",
@@ -241,8 +274,12 @@
241
274
  "sorting.dropdown.header": "Classificar insight",
242
275
  "sorting.type.alphabetical.asc": "A a Z",
243
276
  "sorting.type.alphabetical.desc": "Z a A",
277
+ "sorting.type.date.asc": "Mais antigo ao mais atual",
278
+ "sorting.type.date.desc": "Mais atual ao mais antigo",
279
+ "sorting.type.default": "Predefinido",
244
280
  "sorting.type.numerical.asc": "Do menor para o maior",
245
281
  "sorting.type.numerical.desc": "Do maior para o menor",
246
- "sorting.sum.of.all.measure._measure": "Soma de todas as medidas (total)",
247
- "sorting.sum.of.all.measure._metric": "Soma de todas as métricas (total)"
282
+ "sorting.by": "por",
283
+ "sorting.sum.of.all.measure": "Total",
284
+ "sorting.default.tooltip": "Use a ordem definida no atributo."
248
285
  }
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Intervalo de datas",
86
86
  "dateFilterDropdown.buttonTitle": "Intervalo de datas",
87
87
  "dateFilterDropdown.setDefault": "Predefinir filtro de data para{nbsp}Os Visualizadores:",
88
+ "filters.thisMinute.title": "Este minuto",
89
+ "filters.lastMinute.title": "Minuto anterior",
90
+ "filters.nextMinute.title": "Minuto seguinte",
91
+ "filters.thisHour.title": "Esta hora",
92
+ "filters.lastHour.title": "Hora anterior",
93
+ "filters.nextHour.title": "Hora seguinte",
88
94
  "filters.thisDay.title": "Hoje",
89
95
  "filters.lastDay.title": "Ontem",
90
96
  "filters.nextDay.title": "Amanhã",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Este ano",
101
107
  "filters.lastYear.title": "Último ano",
102
108
  "filters.nextYear.title": "Próximo ano",
109
+ "filters.lastNMinutes": "{n, plural, one {# minuto anterior} other {# minutos anteriores}}",
110
+ "filters.lastNHours": "{n, plural, one {# hora anterior} other {# horas anteriores}}",
103
111
  "filters.lastNDays": "{n, plural, one {Último # dia} other {Últimos # dias}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {Última # semana} other {Últimas # semanas}}",
105
113
  "filters.lastNMonths": "{n, plural, one {Último # mês} other {Últimos # meses}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {Último # trimestre} other {Últimos # trimestres}}",
107
115
  "filters.lastNYears": "{n, plural, one {Último # ano} other {Últimos # anos}}",
116
+ "filters.nextNMinutes": "{n, plural, one {# minuto seguinte} other {# minutos seguintes}}",
117
+ "filters.nextNHours": "{n, plural, one {# hora seguinte} other {# horas seguintes}}",
108
118
  "filters.nextNDays": "{n, plural, one {Próximo # dia} other {Próximos # dias}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {Próxima # semana} other {Próximas # semanas}}",
110
120
  "filters.nextNMonths": "{n, plural, one {Próximo # mês} other {Próximos # meses}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {Próximo # trismestre} other {Próximos # trimestres}}",
112
122
  "filters.nextNYears": "{n, plural, one {Próximo # ano} other {Próximos # anos}}",
123
+ "filters.interval.minutes.past": "Entre {from} e {to} {to, plural, one {minuto} other {minutos}} atrás",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuto} other {minutos}} atrás",
125
+ "filters.interval.minutes.future": "Daqui a entre {from} e {to} {to, plural, one {minuto} other {minutos}}",
126
+ "filters.interval.minutes.future.sameValue": "Daqui a {value} {value, plural, one {minuto} other {minutos}}",
127
+ "filters.interval.minutes.mixed": "Entre {from} {from, plural, one {minuto} other {minutos}} atrás e daqui a {to} {to, plural, one {minuto} other {minutos}}",
128
+ "filters.interval.hours.past": "Entre {from} e {to} {to, plural, one {hora} other {horas}} atrás",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {hora} other {horas}} atrás",
130
+ "filters.interval.hours.future": "Daqui a entre {from} e {to} {to, plural, one {hora} other {horas}}",
131
+ "filters.interval.hours.future.sameValue": "Daqui a {value} {value, plural, one {hora} other {horas}}",
132
+ "filters.interval.hours.mixed": "Entre {from} {from, plural, one {hora} other {horas}} atrás e daqui a {to} {to, plural, one {dia} other {dias}}",
113
133
  "filters.interval.days.past": "Entre {from} e {to} {to, plural, one {dia} other {dias}} atrás",
114
134
  "filters.interval.days.past.sameValue": "Há {value} {value, plural, one {dia} other {dias}}",
115
135
  "filters.interval.days.future": "Entre {from} e {to} {to, plural, one {dia} other {dias}} seguintes",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "Entre {from} e {to} {to, plural, one {ano} other {anos}} seguintes",
136
156
  "filters.interval.years.future.sameValue": "Daqui a {value} {value, plural, one {ano} other {anos}}",
137
157
  "filters.interval.years.mixed": "Entre {from} {from, plural, one {ano} other {anos}} atrás e {to} {to, plural, one {ano} other {anos}} seguintes",
158
+ "filters.granularity.minutes": "Minutos",
159
+ "filters.granularity.hours": "Horas",
138
160
  "filters.granularity.days": "Dias",
139
161
  "filters.granularity.weeks": "Semanas",
140
162
  "filters.granularity.months": "Meses",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Anos",
143
165
  "filters.from": "de",
144
166
  "filters.to": "para",
167
+ "filters.setTime": "definir hora",
145
168
  "filters.floatingRange": "Intervalo flutuante",
146
169
  "filters.floatingRange.tooltip": "O intervalo de datas é relativo a hoje, sendo ajustado ao longo do tempo.",
147
170
  "filters.floatingRange.noMatch": "Nenhuma correspondência encontrada",
148
171
  "filters.floatingRange.tooBig": "Valor máximo: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {minuto anterior} other {# minutos atrás}}",
173
+ "filters.floatingRange.option.minute.offset.today": "este minuto",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {minuto seguinte} other {daqui a # minutos}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {hora anterior} other {# horas atrás}}",
176
+ "filters.floatingRange.option.hour.offset.today": "esta hora",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {hora seguinte} other {daqui a # horas}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {ontem} other {# dias atrás}}",
150
179
  "filters.floatingRange.option.day.offset.today": "hoje",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {amanhã} other {# dias seguintes}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {próximo ano} other {# anos seguintes}}",
164
193
  "filters.allTime.title": "Sempre",
165
194
  "filters.allTime.excludeCurrentPeriod": "Excluir período aberto",
195
+ "filters.minute.title": "MINUTO",
196
+ "filters.minute.excludeCurrentPeriod": "Excluir este minuto",
197
+ "filters.hour.title": "HORA",
198
+ "filters.hour.excludeCurrentPeriod": "Excluir esta hora",
166
199
  "filters.day.title": "DIA",
167
200
  "filters.day.excludeCurrentPeriod": "Excluir hoje",
168
201
  "filters.week.title": "SEMANA",
@@ -241,8 +274,12 @@
241
274
  "sorting.dropdown.header": "Ordenar insight",
242
275
  "sorting.type.alphabetical.asc": "A a Z",
243
276
  "sorting.type.alphabetical.desc": "Z a A",
277
+ "sorting.type.date.asc": "Mais antigo para mais recente",
278
+ "sorting.type.date.desc": "Mais recente para mais antigo",
279
+ "sorting.type.default": "Predefinido",
244
280
  "sorting.type.numerical.asc": "Menor para maior",
245
281
  "sorting.type.numerical.desc": "Maior para menor",
246
- "sorting.sum.of.all.measure._measure": "Soma de todas as medidas (total)",
247
- "sorting.sum.of.all.measure._metric": "Soma de todas as métricas (total)"
282
+ "sorting.by": "por",
283
+ "sorting.sum.of.all.measure": "Total",
284
+ "sorting.default.tooltip": "Utilizar a ordem definida no atributo."
248
285
  }
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Диапазон дат",
86
86
  "dateFilterDropdown.buttonTitle": "Диапазон дат",
87
87
  "dateFilterDropdown.setDefault": "Установите фильтр даты по умолчанию для{nbsp}зрителей:",
88
+ "filters.thisMinute.title": "Эта минута",
89
+ "filters.lastMinute.title": "Последняя минута",
90
+ "filters.nextMinute.title": "Следующая минута",
91
+ "filters.thisHour.title": "Этот час",
92
+ "filters.lastHour.title": "Последний час",
93
+ "filters.nextHour.title": "Следующий час",
88
94
  "filters.thisDay.title": "Сегодня",
89
95
  "filters.lastDay.title": "Вчера",
90
96
  "filters.nextDay.title": "Завтра",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Текущий год",
101
107
  "filters.lastYear.title": "Прошлый год",
102
108
  "filters.nextYear.title": "Следующий год",
109
+ "filters.lastNMinutes": "{n, plural, one {Последняя # минута} few {Последние # минуты} many {Последние # минут} other {Последние # минут}}",
110
+ "filters.lastNHours": "{n, plural, one {Последний # час} few {Последние # часа} many {Последние # часов} other {Последние # часов}}",
103
111
  "filters.lastNDays": "{n, plural, one {Последний # день} few {Последние # дня} many {Последние # дней} other {Последние # дней}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {Последняя # неделя} few {Последние # недели} many {Последние # недель} other {Последние # недель}}",
105
113
  "filters.lastNMonths": "{n, plural, one {Последний # месяц} few {Последние # месяца} many {Последние # месяцев} other {Последние # месяцев}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {Последний # квартал} few {Последние # квартала} many {Последние # кварталов} other {Последние # кварталов}}",
107
115
  "filters.lastNYears": "{n, plural, one {Последний # год} few {Последние # года} many {Последние # лет} other {Последние # лет}}",
116
+ "filters.nextNMinutes": "{n, plural, one {Следующая # минута} few {Следующие # минуты} many {Следующие # минут} other {Следующие # минут}}",
117
+ "filters.nextNHours": "{n, plural, one {Следующий # час} few {Следующие # часа} many {Следующие # часов} other {Следующие # часов}}",
108
118
  "filters.nextNDays": "{n, plural, one {Следующий # день} few {Следующие # дня} many {Следующие # дней} other {Следующие # дней}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {Следующая # неделя} few {Следующие # недели} many {Следующие # недель} other {Следующие # недель}}",
110
120
  "filters.nextNMonths": "{n, plural, one {Следующий # месяц} few {Следующие # месяца} many {Следующие # месяцев} other {Следующие # месяцев}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {Следующий # квартал} few {Следующие # квартала} many {Следующие # кварталов} other {Следующие # кварталов}}",
112
122
  "filters.nextNYears": "{n, plural, one {Следующий # год} few {Следующие # года} many {Следующие # лет} other {Следующие # лет}}",
123
+ "filters.interval.minutes.past": "От {from} до {to} {to, plural, one {минуты} other {минут}} назад",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {минута} few {минуты} many {минут} other {минут}} назад",
125
+ "filters.interval.minutes.future": "От {from} до {to} {to, plural, one {минуты} other {минут}} вперед",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {минута} few {минуты} many {минут} other {минут}} вперед",
127
+ "filters.interval.minutes.mixed": "От {from} {from, plural, one {минуты} other {минут}} назад до {to} {to, plural, one {минуты} other {минут}} вперед",
128
+ "filters.interval.hours.past": "От {from} до {to} {to, plural, one {часа} other {часов}} назад",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {час} few {часа} many {часов} other {часов}} назад",
130
+ "filters.interval.hours.future": "От {from} до {to} {to, plural, one {часа} other {часов}} вперед",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {час} few {часа} many {часов} other {часов}} вперед",
132
+ "filters.interval.hours.mixed": "От {from} {from, plural, one {часа} other {часов}} назад до {to} {to, plural, one {часа} other {часов}} вперед",
113
133
  "filters.interval.days.past": "От {from} до {to} {to, plural, one {дня} other {дней}} назад",
114
134
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {день} few {дня} many {дней} other {дней}} назад",
115
135
  "filters.interval.days.future": "От {from} до {to} {to, plural, one {дня} other {дней}} вперед",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "От {from} до {to} {to, plural, one {года} other {лет}} вперед",
136
156
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {год} few {года} many {лет} other {лет}} вперед",
137
157
  "filters.interval.years.mixed": "От {from} {from, plural, one {года} other {лет}} назад до {to} {to, plural, one {года} other {лет}} вперед",
158
+ "filters.granularity.minutes": "Минуты",
159
+ "filters.granularity.hours": "Часы",
138
160
  "filters.granularity.days": "Дни",
139
161
  "filters.granularity.weeks": "Недели",
140
162
  "filters.granularity.months": "Месяцы",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Годы",
143
165
  "filters.from": "от",
144
166
  "filters.to": "до",
167
+ "filters.setTime": "установить время",
145
168
  "filters.floatingRange": "Плавающий диапазон",
146
169
  "filters.floatingRange.tooltip": "Диапазон дат относится к сегодняшнему дню и изменяется во времени.",
147
170
  "filters.floatingRange.noMatch": "Совпадений не найдено",
148
171
  "filters.floatingRange.tooBig": "Макс. значение: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {последняя минута} few {# минуты назад} many {# минут назад} other {# минут назад}}",
173
+ "filters.floatingRange.option.minute.offset.today": "эта минута",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {следующая минута} few {# минуты вперед} many {# минут вперед} other {# минут вперед}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {последний час} few {# часа назад} many {# часов назад} other {# часов назад}}",
176
+ "filters.floatingRange.option.hour.offset.today": "этот час",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {следующий час} few {# часа вперед} many {# часов вперед} other {# часов вперед}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {вчера} few {# дня назад} many {# дней назад} other {# дней назад}}",
150
179
  "filters.floatingRange.option.day.offset.today": "сегодня",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {завтра} few {# дня вперед} many {# дней вперед} other {# дней вперед}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {следующий год} few {# года вперед} many {# лет вперед} other {# лет вперед}}",
164
193
  "filters.allTime.title": "Все время",
165
194
  "filters.allTime.excludeCurrentPeriod": "Исключить открытый период",
195
+ "filters.minute.title": "МИНУТА",
196
+ "filters.minute.excludeCurrentPeriod": "Исключить эту минуту",
197
+ "filters.hour.title": "ЧАС",
198
+ "filters.hour.excludeCurrentPeriod": "Исключить этот час",
166
199
  "filters.day.title": "ДЕНЬ",
167
200
  "filters.day.excludeCurrentPeriod": "Исключить сегодня",
168
201
  "filters.week.title": "НЕДЕЛЯ",
@@ -241,8 +274,12 @@
241
274
  "sorting.dropdown.header": "Сортировка анализа",
242
275
  "sorting.type.alphabetical.asc": "От А до Я",
243
276
  "sorting.type.alphabetical.desc": "От Я до А",
277
+ "sorting.type.date.asc": "От старого к новому",
278
+ "sorting.type.date.desc": "От нового к старому",
279
+ "sorting.type.default": "По умолчанию",
244
280
  "sorting.type.numerical.asc": "От меньшего к большему",
245
281
  "sorting.type.numerical.desc": "От большего к меньшему",
246
- "sorting.sum.of.all.measure._measure": "Сумма всех показателей (всего)",
247
- "sorting.sum.of.all.measure._metric": "Сумма всех метрик (всего)"
282
+ "sorting.by": "по",
283
+ "sorting.sum.of.all.measure": "Всего",
284
+ "sorting.default.tooltip": "Использовать порядок, определенный в атрибуте."
248
285
  }
@@ -84,7 +84,13 @@
84
84
  "filtering": "正在筛选…",
85
85
  "dateFilterDropdown.title": "日期范围",
86
86
  "dateFilterDropdown.buttonTitle": "日期范围",
87
- "dateFilterDropdown.setDefault": "为{nbsp}查看器设置默认日期筛选器:",
87
+ "dateFilterDropdown.setDefault": "为 {nbsp} 查看器设置默认日期筛选器:",
88
+ "filters.thisMinute.title": "这一分钟",
89
+ "filters.lastMinute.title": "上一分钟",
90
+ "filters.nextMinute.title": "下一分钟",
91
+ "filters.thisHour.title": "这一小时",
92
+ "filters.lastHour.title": "上一小时",
93
+ "filters.nextHour.title": "下一小时",
88
94
  "filters.thisDay.title": "今天",
89
95
  "filters.lastDay.title": "昨天",
90
96
  "filters.nextDay.title": "明天",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "此年",
101
107
  "filters.lastYear.title": "上一年",
102
108
  "filters.nextYear.title": "下一年",
109
+ "filters.lastNMinutes": "{n, plural, one {上 # 分钟} other {上 # 分钟}}",
110
+ "filters.lastNHours": "{n, plural, one {上 # 小时} other {上 # 小时}}",
103
111
  "filters.lastNDays": "{n, plural, one {上 # 天} other {上 # 天}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {上 # 周} other {上 # 周}}",
105
113
  "filters.lastNMonths": "{n, plural, one {上 # 个月} other {上 # 个月}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {上 # 个季度} other {上 # 个季度}}",
107
115
  "filters.lastNYears": "{n, plural, one {上 # 年} other {上 # 年}}",
116
+ "filters.nextNMinutes": "{n, plural, one {上 # 分钟} other {下 # 分钟}}",
117
+ "filters.nextNHours": "{n, plural, one {上 # 小时} other {下 # 小时}}",
108
118
  "filters.nextNDays": "{n, plural, one {下 # 天} other {下 # 天}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {下 # 周} other {下 # 周}}",
110
120
  "filters.nextNMonths": "{n, plural, one {下 # 个月} other {下 # 个月}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {下 # 个季度} other {下 # 个季度}}",
112
122
  "filters.nextNYears": "{n, plural, one {下 # 年} other {下 # 年}}",
123
+ "filters.interval.minutes.past": "从 {from} 至 {to} {to, plural, one {分钟} other {分钟}} 之前",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分钟} other {分钟}} 之前",
125
+ "filters.interval.minutes.future": "从 {from} 至 {to} {to, plural, one {分钟} other {分钟}} 之后",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分钟} other {分钟}} 之后",
127
+ "filters.interval.minutes.mixed": "从 {from} {from, plural, one {分钟} other {分钟}} 之前至 {to} {to, plural, one {分钟} other {分钟}} 之后",
128
+ "filters.interval.hours.past": "从 {from} to {to} {to, plural, one {小时} other {小时}} 之前",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {小时} other {小时}} 之前",
130
+ "filters.interval.hours.future": "从 {from} 至 {to} {to, plural, one {小时} other {小时}} 之后",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {小时} other {小时}} 之后",
132
+ "filters.interval.hours.mixed": "从 {from} {from, plural, one {小时} other {小时}} 之前至 {to} {to, plural, one {天} other {天}} 之后",
113
133
  "filters.interval.days.past": "从 {from} 至 {to} {to, plural, one {天} other {天}} 之前",
114
134
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {天} other {天}} 之前",
115
135
  "filters.interval.days.future": "从 {from} 至 {to} {to, plural, one {天} other {天}} 之后",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "从 {from} 至 {to} {to, plural, one {年} other {年}} 之后",
136
156
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {年} other {年}} 之后",
137
157
  "filters.interval.years.mixed": "从 {from} {from, plural, one {年} other {年}} 之前至 {to} {to, plural, one {年} other {年}} 之后",
158
+ "filters.granularity.minutes": "分钟",
159
+ "filters.granularity.hours": "小时",
138
160
  "filters.granularity.days": "天",
139
161
  "filters.granularity.weeks": "周",
140
162
  "filters.granularity.months": "个月",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "年",
143
165
  "filters.from": "从",
144
166
  "filters.to": "至",
167
+ "filters.setTime": "设置时间",
145
168
  "filters.floatingRange": "浮动范围",
146
169
  "filters.floatingRange.tooltip": "日期范围相对于今天的,请及时调整。",
147
170
  "filters.floatingRange.noMatch": "未找到匹配项",
148
171
  "filters.floatingRange.tooBig": "最大值:{limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {上一分钟} other {# 分钟之前}}",
173
+ "filters.floatingRange.option.minute.offset.today": "这一分钟",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {下一分钟} other {# 分钟之后}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {上一小时} other {# 小时之前}}",
176
+ "filters.floatingRange.option.hour.offset.today": "这一小时",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {下一小时} other {# 小时之后}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {昨天} other {# 天之前}}",
150
179
  "filters.floatingRange.option.day.offset.today": "今天",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {明天} other {# 天之后}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {下一年} other {# 年之后}}",
164
193
  "filters.allTime.title": "全部时间",
165
194
  "filters.allTime.excludeCurrentPeriod": "排除所有开放时间段",
195
+ "filters.minute.title": "分钟",
196
+ "filters.minute.excludeCurrentPeriod": "排除这一分钟",
197
+ "filters.hour.title": "小时",
198
+ "filters.hour.excludeCurrentPeriod": "排除这一小时",
166
199
  "filters.day.title": "日",
167
200
  "filters.day.excludeCurrentPeriod": "排除今天",
168
201
  "filters.week.title": "周",
@@ -241,8 +274,12 @@
241
274
  "sorting.dropdown.header": "排序洞察",
242
275
  "sorting.type.alphabetical.asc": "A 到 Z。",
243
276
  "sorting.type.alphabetical.desc": "Z到A",
277
+ "sorting.type.date.asc": "最早到最新",
278
+ "sorting.type.date.desc": "最新到最早",
279
+ "sorting.type.default": "默认",
244
280
  "sorting.type.numerical.asc": "从最小到最大",
245
281
  "sorting.type.numerical.desc": "从最大到最小",
246
- "sorting.sum.of.all.measure._measure": "所有度量的总和(总计)",
247
- "sorting.sum.of.all.measure._metric": "所有指标的总和(总计)"
282
+ "sorting.by": "通过",
283
+ "sorting.sum.of.all.measure": "总计",
284
+ "sorting.default.tooltip": "使用属性中定义的顺序。"
248
285
  }
@@ -18,7 +18,9 @@ export interface IBackendProviderProps {
18
18
  export declare const BackendProvider: React.FC<IBackendProviderProps>;
19
19
  /**
20
20
  * Hook to get analytical backend instance provided to {@link BackendProvider}.
21
- * You can optionally set a backend override that will be returned if defined.
21
+ *
22
+ * @remarks
23
+ * You can set a backend override that will be returned if defined.
22
24
  * This makes the usage more ergonomic (see the following example).
23
25
  *
24
26
  * Note: For a better TypeScript experience without the hassle of undefined values, you can use the {@link useBackendStrict} hook.
@@ -38,7 +40,9 @@ export declare const BackendProvider: React.FC<IBackendProviderProps>;
38
40
  export declare const useBackend: (backend?: IAnalyticalBackend | undefined) => IAnalyticalBackend | undefined;
39
41
  /**
40
42
  * Hook to get analytical backend instance provided to {@link BackendProvider}.
41
- * You can optionally set a backend override that will be returned if defined.
43
+ *
44
+ * @remarks
45
+ * You can set a backend override that will be returned if defined.
42
46
  * This makes the usage more ergonomic (see the following example).
43
47
  *
44
48
  * Note: If you do not provide an {@link @gooddata/sdk-backend-spi#IAnalyticalBackend} instance to {@link BackendProvider} or as a parameter for this hook,
@@ -54,7 +58,7 @@ export declare const useBackend: (backend?: IAnalyticalBackend | undefined) => I
54
58
  *```
55
59
  *
56
60
  * @param backend - backend to use instead of context value. If undefined, the context value is used.
57
- * @param context - optionally provide context to improve error message in raised invariant (e.g. parent hook name).
61
+ * @param context - provide context to improve error message in raised invariant (e.g. parent hook name).
58
62
  * @public
59
63
  */
60
64
  export declare const useBackendStrict: (backend?: IAnalyticalBackend | undefined, context?: string) => IAnalyticalBackend;