@gooddata/sdk-ui 8.10.0-alpha.9 → 8.10.0-alpha.92

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 (422) hide show
  1. package/README.md +3 -3
  2. package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
  3. package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
  4. package/dist/base/errors/GoodDataSdkError.js +5 -2
  5. package/dist/base/errors/GoodDataSdkError.js.map +1 -1
  6. package/dist/base/errors/errorHandling.d.ts +5 -3
  7. package/dist/base/errors/errorHandling.d.ts.map +1 -1
  8. package/dist/base/errors/errorHandling.js +6 -4
  9. package/dist/base/errors/errorHandling.js.map +1 -1
  10. package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
  11. package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  12. package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
  13. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  14. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  15. package/dist/base/headerMatching/HeaderPredicateFactory.js +6 -6
  16. package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  17. package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
  18. package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
  19. package/dist/base/headerMatching/MappingHeader.js +13 -13
  20. package/dist/base/headerMatching/MappingHeader.js.map +1 -1
  21. package/dist/base/helpers/CatalogHelper.d.ts +5 -3
  22. package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
  23. package/dist/base/helpers/CatalogHelper.js +5 -3
  24. package/dist/base/helpers/CatalogHelper.js.map +1 -1
  25. package/dist/base/index.d.ts +4 -2
  26. package/dist/base/index.d.ts.map +1 -1
  27. package/dist/base/index.js +9 -1
  28. package/dist/base/index.js.map +1 -1
  29. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  30. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  31. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  32. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  33. package/dist/base/localization/bundles/de-DE.json +59 -4
  34. package/dist/base/localization/bundles/en-US.json +317 -11
  35. package/dist/base/localization/bundles/es-ES.json +68 -13
  36. package/dist/base/localization/bundles/fr-FR.json +58 -3
  37. package/dist/base/localization/bundles/ja-JP.json +58 -3
  38. package/dist/base/localization/bundles/nl-NL.json +58 -3
  39. package/dist/base/localization/bundles/pt-BR.json +58 -3
  40. package/dist/base/localization/bundles/pt-PT.json +58 -3
  41. package/dist/base/localization/bundles/ru-RU.json +58 -3
  42. package/dist/base/localization/bundles/zh-Hans.json +59 -4
  43. package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
  44. package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  45. package/dist/base/measureFormats/fillMissingFormat.js +27 -0
  46. package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
  47. package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
  48. package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  49. package/dist/base/measureFormats/fillMissingFormats.js +20 -0
  50. package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
  51. package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  52. package/dist/base/measureTitles/fillMissingTitles.js +4 -13
  53. package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
  54. package/dist/base/react/BackendContext.d.ts +7 -3
  55. package/dist/base/react/BackendContext.d.ts.map +1 -1
  56. package/dist/base/react/BackendContext.js +8 -4
  57. package/dist/base/react/BackendContext.js.map +1 -1
  58. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  59. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  60. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
  61. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  62. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  63. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  64. package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  65. package/dist/base/react/ErrorComponent.d.ts +4 -2
  66. package/dist/base/react/ErrorComponent.d.ts.map +1 -1
  67. package/dist/base/react/ErrorComponent.js +5 -3
  68. package/dist/base/react/ErrorComponent.js.map +1 -1
  69. package/dist/base/react/LoadingComponent.d.ts +4 -2
  70. package/dist/base/react/LoadingComponent.d.ts.map +1 -1
  71. package/dist/base/react/LoadingComponent.js +5 -3
  72. package/dist/base/react/LoadingComponent.js.map +1 -1
  73. package/dist/base/react/WorkspaceContext.d.ts +7 -3
  74. package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
  75. package/dist/base/react/WorkspaceContext.js +8 -4
  76. package/dist/base/react/WorkspaceContext.js.map +1 -1
  77. package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
  78. package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  79. package/dist/base/react/legacy/availableDrillTargets.js +1 -1
  80. package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
  81. package/dist/base/react/placeholders/base.d.ts +76 -42
  82. package/dist/base/react/placeholders/base.d.ts.map +1 -1
  83. package/dist/base/react/placeholders/base.js +1 -1
  84. package/dist/base/react/placeholders/base.js.map +1 -1
  85. package/dist/base/react/placeholders/factory.d.ts +4 -2
  86. package/dist/base/react/placeholders/factory.d.ts.map +1 -1
  87. package/dist/base/react/placeholders/factory.js +1 -1
  88. package/dist/base/react/placeholders/factory.js.map +1 -1
  89. package/dist/base/react/placeholders/hooks.d.ts +13 -3
  90. package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
  91. package/dist/base/react/placeholders/hooks.js +14 -4
  92. package/dist/base/react/placeholders/hooks.js.map +1 -1
  93. package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
  94. package/dist/base/react/placeholders/resolve.js +5 -3
  95. package/dist/base/react/placeholders/resolve.js.map +1 -1
  96. package/dist/base/react/useCancelablePromise.d.ts +17 -11
  97. package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
  98. package/dist/base/react/useCancelablePromise.js +9 -3
  99. package/dist/base/react/useCancelablePromise.js.map +1 -1
  100. package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
  101. package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  102. package/dist/base/react/useCancelablePromiseUtils.js +6 -4
  103. package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
  104. package/dist/base/results/dataAccess.d.ts +32 -12
  105. package/dist/base/results/dataAccess.d.ts.map +1 -1
  106. package/dist/base/results/dataAccessConfig.d.ts +5 -2
  107. package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
  108. package/dist/base/results/dataAccessConfig.js +4 -1
  109. package/dist/base/results/dataAccessConfig.js.map +1 -1
  110. package/dist/base/results/facade.d.ts +10 -8
  111. package/dist/base/results/facade.d.ts.map +1 -1
  112. package/dist/base/results/facade.js +9 -7
  113. package/dist/base/results/facade.js.map +1 -1
  114. package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
  115. package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  116. package/dist/base/results/internal/dataAccessDigest.js +5 -7
  117. package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
  118. package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  119. package/dist/base/results/internal/dataAccessImpl.js +6 -6
  120. package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
  121. package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  122. package/dist/base/results/internal/dataAccessMethods.js +1 -1
  123. package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
  124. package/dist/base/results/internal/definitionMethods.d.ts +1 -1
  125. package/dist/base/results/internal/definitionMethods.js +1 -1
  126. package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
  127. package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
  128. package/dist/base/results/internal/resultDataMethods.js.map +1 -1
  129. package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
  130. package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  131. package/dist/base/results/internal/resultMetaMethods.js +9 -10
  132. package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
  133. package/dist/base/results/internal/utils.d.ts +2 -1
  134. package/dist/base/results/internal/utils.d.ts.map +1 -1
  135. package/dist/base/results/internal/utils.js +1 -1
  136. package/dist/base/vis/DrillEvents.d.ts +4 -1
  137. package/dist/base/vis/DrillEvents.d.ts.map +1 -1
  138. package/dist/base/vis/DrillEvents.js.map +1 -1
  139. package/dist/base/vis/Events.d.ts +2 -2
  140. package/dist/base/vis/Events.d.ts.map +1 -1
  141. package/dist/base/vis/VisualizationProps.d.ts +11 -4
  142. package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
  143. package/dist/base/vis/VisualizationProps.js +1 -1
  144. package/dist/base/vis/drilling.js +6 -6
  145. package/dist/base/vis/drilling.js.map +1 -1
  146. package/dist/base/vis/export.d.ts +1 -1
  147. package/dist/base/vis/export.js +3 -3
  148. package/dist/base/vis/export.js.map +1 -1
  149. package/dist/execution/DataViewLoader.d.ts +70 -0
  150. package/dist/execution/DataViewLoader.d.ts.map +1 -0
  151. package/dist/execution/DataViewLoader.js +146 -0
  152. package/dist/execution/DataViewLoader.js.map +1 -0
  153. package/dist/execution/Execute.d.ts +36 -20
  154. package/dist/execution/Execute.d.ts.map +1 -1
  155. package/dist/execution/Execute.js +7 -5
  156. package/dist/execution/Execute.js.map +1 -1
  157. package/dist/execution/ExecuteInsight.d.ts +47 -16
  158. package/dist/execution/ExecuteInsight.d.ts.map +1 -1
  159. package/dist/execution/ExecuteInsight.js +7 -5
  160. package/dist/execution/ExecuteInsight.js.map +1 -1
  161. package/dist/execution/RawExecute.d.ts +19 -7
  162. package/dist/execution/RawExecute.d.ts.map +1 -1
  163. package/dist/execution/RawExecute.js +2 -1
  164. package/dist/execution/RawExecute.js.map +1 -1
  165. package/dist/execution/createExecution.d.ts +9 -6
  166. package/dist/execution/createExecution.d.ts.map +1 -1
  167. package/dist/execution/createExecution.js.map +1 -1
  168. package/dist/execution/index.d.ts +3 -2
  169. package/dist/execution/index.d.ts.map +1 -1
  170. package/dist/execution/index.js +4 -2
  171. package/dist/execution/index.js.map +1 -1
  172. package/dist/execution/useDataExport.d.ts +5 -3
  173. package/dist/execution/useDataExport.d.ts.map +1 -1
  174. package/dist/execution/useDataExport.js +3 -1
  175. package/dist/execution/useDataExport.js.map +1 -1
  176. package/dist/execution/useDataView.d.ts +5 -0
  177. package/dist/execution/useDataView.d.ts.map +1 -1
  178. package/dist/execution/useDataView.js +3 -0
  179. package/dist/execution/useDataView.js.map +1 -1
  180. package/dist/execution/useExecution.d.ts +17 -9
  181. package/dist/execution/useExecution.d.ts.map +1 -1
  182. package/dist/execution/useExecution.js +3 -0
  183. package/dist/execution/useExecution.js.map +1 -1
  184. package/dist/execution/useExecutionDataView.d.ts +32 -15
  185. package/dist/execution/useExecutionDataView.d.ts.map +1 -1
  186. package/dist/execution/useExecutionDataView.js +3 -3
  187. package/dist/execution/useExecutionDataView.js.map +1 -1
  188. package/dist/execution/useInsightDataView.d.ts +39 -9
  189. package/dist/execution/useInsightDataView.d.ts.map +1 -1
  190. package/dist/execution/useInsightDataView.js +10 -4
  191. package/dist/execution/useInsightDataView.js.map +1 -1
  192. package/dist/execution/withExecution.d.ts +5 -4
  193. package/dist/execution/withExecution.d.ts.map +1 -1
  194. package/dist/execution/withExecution.js +1 -1
  195. package/dist/execution/withExecution.js.map +1 -1
  196. package/dist/execution/withExecutionLoading.d.ts +12 -7
  197. package/dist/execution/withExecutionLoading.d.ts.map +1 -1
  198. package/dist/execution/withExecutionLoading.js +1 -1
  199. package/dist/execution/withExecutionLoading.js.map +1 -1
  200. package/dist/index.d.ts +1 -1
  201. package/dist/index.d.ts.map +1 -1
  202. package/dist/index.js +2 -1
  203. package/dist/index.js.map +1 -1
  204. package/dist/kpi/Kpi.d.ts +13 -9
  205. package/dist/kpi/Kpi.d.ts.map +1 -1
  206. package/dist/kpi/Kpi.js +5 -3
  207. package/dist/kpi/Kpi.js.map +1 -1
  208. package/dist/polyfills.d.ts.map +1 -1
  209. package/dist/polyfills.js +3 -1
  210. package/dist/polyfills.js.map +1 -1
  211. package/dist/sdk-ui.d.ts +573 -215
  212. package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
  213. package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
  214. package/esm/base/errors/GoodDataSdkError.js +5 -2
  215. package/esm/base/errors/GoodDataSdkError.js.map +1 -1
  216. package/esm/base/errors/errorHandling.d.ts +5 -3
  217. package/esm/base/errors/errorHandling.d.ts.map +1 -1
  218. package/esm/base/errors/errorHandling.js +6 -4
  219. package/esm/base/errors/errorHandling.js.map +1 -1
  220. package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
  221. package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  222. package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
  223. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  224. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  225. package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
  226. package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  227. package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
  228. package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
  229. package/esm/base/headerMatching/MappingHeader.js +2 -2
  230. package/esm/base/headerMatching/MappingHeader.js.map +1 -1
  231. package/esm/base/helpers/CatalogHelper.d.ts +5 -3
  232. package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
  233. package/esm/base/helpers/CatalogHelper.js +5 -3
  234. package/esm/base/helpers/CatalogHelper.js.map +1 -1
  235. package/esm/base/index.d.ts +4 -2
  236. package/esm/base/index.d.ts.map +1 -1
  237. package/esm/base/index.js +6 -1
  238. package/esm/base/index.js.map +1 -1
  239. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  240. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  241. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  242. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  243. package/esm/base/localization/bundles/de-DE.json +59 -4
  244. package/esm/base/localization/bundles/en-US.json +317 -11
  245. package/esm/base/localization/bundles/es-ES.json +68 -13
  246. package/esm/base/localization/bundles/fr-FR.json +58 -3
  247. package/esm/base/localization/bundles/ja-JP.json +58 -3
  248. package/esm/base/localization/bundles/nl-NL.json +58 -3
  249. package/esm/base/localization/bundles/pt-BR.json +58 -3
  250. package/esm/base/localization/bundles/pt-PT.json +58 -3
  251. package/esm/base/localization/bundles/ru-RU.json +58 -3
  252. package/esm/base/localization/bundles/zh-Hans.json +59 -4
  253. package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
  254. package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  255. package/esm/base/measureFormats/fillMissingFormat.js +23 -0
  256. package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
  257. package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
  258. package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  259. package/esm/base/measureFormats/fillMissingFormats.js +16 -0
  260. package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
  261. package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  262. package/esm/base/measureTitles/fillMissingTitles.js +5 -14
  263. package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
  264. package/esm/base/react/BackendContext.d.ts +7 -3
  265. package/esm/base/react/BackendContext.d.ts.map +1 -1
  266. package/esm/base/react/BackendContext.js +8 -4
  267. package/esm/base/react/BackendContext.js.map +1 -1
  268. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  269. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  270. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
  271. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  272. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  273. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  274. package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  275. package/esm/base/react/ErrorComponent.d.ts +4 -2
  276. package/esm/base/react/ErrorComponent.d.ts.map +1 -1
  277. package/esm/base/react/ErrorComponent.js +5 -3
  278. package/esm/base/react/ErrorComponent.js.map +1 -1
  279. package/esm/base/react/LoadingComponent.d.ts +4 -2
  280. package/esm/base/react/LoadingComponent.d.ts.map +1 -1
  281. package/esm/base/react/LoadingComponent.js +5 -3
  282. package/esm/base/react/LoadingComponent.js.map +1 -1
  283. package/esm/base/react/WorkspaceContext.d.ts +7 -3
  284. package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
  285. package/esm/base/react/WorkspaceContext.js +8 -4
  286. package/esm/base/react/WorkspaceContext.js.map +1 -1
  287. package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
  288. package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  289. package/esm/base/react/legacy/availableDrillTargets.js +1 -1
  290. package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
  291. package/esm/base/react/placeholders/base.d.ts +76 -42
  292. package/esm/base/react/placeholders/base.d.ts.map +1 -1
  293. package/esm/base/react/placeholders/base.js +1 -1
  294. package/esm/base/react/placeholders/base.js.map +1 -1
  295. package/esm/base/react/placeholders/factory.d.ts +4 -2
  296. package/esm/base/react/placeholders/factory.d.ts.map +1 -1
  297. package/esm/base/react/placeholders/factory.js +1 -1
  298. package/esm/base/react/placeholders/factory.js.map +1 -1
  299. package/esm/base/react/placeholders/hooks.d.ts +13 -3
  300. package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
  301. package/esm/base/react/placeholders/hooks.js +14 -4
  302. package/esm/base/react/placeholders/hooks.js.map +1 -1
  303. package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
  304. package/esm/base/react/placeholders/resolve.js +5 -3
  305. package/esm/base/react/placeholders/resolve.js.map +1 -1
  306. package/esm/base/react/useCancelablePromise.d.ts +17 -11
  307. package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
  308. package/esm/base/react/useCancelablePromise.js +9 -3
  309. package/esm/base/react/useCancelablePromise.js.map +1 -1
  310. package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
  311. package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  312. package/esm/base/react/useCancelablePromiseUtils.js +6 -4
  313. package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
  314. package/esm/base/results/dataAccess.d.ts +32 -12
  315. package/esm/base/results/dataAccess.d.ts.map +1 -1
  316. package/esm/base/results/dataAccessConfig.d.ts +5 -2
  317. package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
  318. package/esm/base/results/dataAccessConfig.js +4 -1
  319. package/esm/base/results/dataAccessConfig.js.map +1 -1
  320. package/esm/base/results/facade.d.ts +10 -8
  321. package/esm/base/results/facade.d.ts.map +1 -1
  322. package/esm/base/results/facade.js +9 -7
  323. package/esm/base/results/facade.js.map +1 -1
  324. package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
  325. package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  326. package/esm/base/results/internal/dataAccessDigest.js +1 -3
  327. package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
  328. package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  329. package/esm/base/results/internal/dataAccessImpl.js +1 -1
  330. package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
  331. package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  332. package/esm/base/results/internal/dataAccessMethods.js +2 -2
  333. package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
  334. package/esm/base/results/internal/definitionMethods.d.ts +1 -1
  335. package/esm/base/results/internal/definitionMethods.js +1 -1
  336. package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
  337. package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
  338. package/esm/base/results/internal/resultDataMethods.js.map +1 -1
  339. package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
  340. package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  341. package/esm/base/results/internal/resultMetaMethods.js +3 -4
  342. package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
  343. package/esm/base/results/internal/utils.d.ts +2 -1
  344. package/esm/base/results/internal/utils.d.ts.map +1 -1
  345. package/esm/base/results/internal/utils.js +1 -1
  346. package/esm/base/vis/DrillEvents.d.ts +4 -1
  347. package/esm/base/vis/DrillEvents.d.ts.map +1 -1
  348. package/esm/base/vis/DrillEvents.js.map +1 -1
  349. package/esm/base/vis/Events.d.ts +2 -2
  350. package/esm/base/vis/Events.d.ts.map +1 -1
  351. package/esm/base/vis/VisualizationProps.d.ts +11 -4
  352. package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
  353. package/esm/base/vis/VisualizationProps.js +1 -1
  354. package/esm/base/vis/drilling.js +3 -3
  355. package/esm/base/vis/drilling.js.map +1 -1
  356. package/esm/base/vis/export.d.ts +1 -1
  357. package/esm/base/vis/export.js +3 -3
  358. package/esm/base/vis/export.js.map +1 -1
  359. package/esm/execution/DataViewLoader.d.ts +70 -0
  360. package/esm/execution/DataViewLoader.d.ts.map +1 -0
  361. package/esm/execution/DataViewLoader.js +143 -0
  362. package/esm/execution/DataViewLoader.js.map +1 -0
  363. package/esm/execution/Execute.d.ts +36 -20
  364. package/esm/execution/Execute.d.ts.map +1 -1
  365. package/esm/execution/Execute.js +7 -5
  366. package/esm/execution/Execute.js.map +1 -1
  367. package/esm/execution/ExecuteInsight.d.ts +47 -16
  368. package/esm/execution/ExecuteInsight.d.ts.map +1 -1
  369. package/esm/execution/ExecuteInsight.js +7 -5
  370. package/esm/execution/ExecuteInsight.js.map +1 -1
  371. package/esm/execution/RawExecute.d.ts +19 -7
  372. package/esm/execution/RawExecute.d.ts.map +1 -1
  373. package/esm/execution/RawExecute.js +2 -1
  374. package/esm/execution/RawExecute.js.map +1 -1
  375. package/esm/execution/createExecution.d.ts +9 -6
  376. package/esm/execution/createExecution.d.ts.map +1 -1
  377. package/esm/execution/createExecution.js.map +1 -1
  378. package/esm/execution/index.d.ts +3 -2
  379. package/esm/execution/index.d.ts.map +1 -1
  380. package/esm/execution/index.js +3 -2
  381. package/esm/execution/index.js.map +1 -1
  382. package/esm/execution/useDataExport.d.ts +5 -3
  383. package/esm/execution/useDataExport.d.ts.map +1 -1
  384. package/esm/execution/useDataExport.js +3 -1
  385. package/esm/execution/useDataExport.js.map +1 -1
  386. package/esm/execution/useDataView.d.ts +5 -0
  387. package/esm/execution/useDataView.d.ts.map +1 -1
  388. package/esm/execution/useDataView.js +3 -0
  389. package/esm/execution/useDataView.js.map +1 -1
  390. package/esm/execution/useExecution.d.ts +17 -9
  391. package/esm/execution/useExecution.d.ts.map +1 -1
  392. package/esm/execution/useExecution.js +3 -0
  393. package/esm/execution/useExecution.js.map +1 -1
  394. package/esm/execution/useExecutionDataView.d.ts +32 -15
  395. package/esm/execution/useExecutionDataView.d.ts.map +1 -1
  396. package/esm/execution/useExecutionDataView.js +3 -3
  397. package/esm/execution/useExecutionDataView.js.map +1 -1
  398. package/esm/execution/useInsightDataView.d.ts +39 -9
  399. package/esm/execution/useInsightDataView.d.ts.map +1 -1
  400. package/esm/execution/useInsightDataView.js +10 -4
  401. package/esm/execution/useInsightDataView.js.map +1 -1
  402. package/esm/execution/withExecution.d.ts +5 -4
  403. package/esm/execution/withExecution.d.ts.map +1 -1
  404. package/esm/execution/withExecution.js +1 -1
  405. package/esm/execution/withExecution.js.map +1 -1
  406. package/esm/execution/withExecutionLoading.d.ts +12 -7
  407. package/esm/execution/withExecutionLoading.d.ts.map +1 -1
  408. package/esm/execution/withExecutionLoading.js +1 -1
  409. package/esm/execution/withExecutionLoading.js.map +1 -1
  410. package/esm/index.d.ts +1 -1
  411. package/esm/index.d.ts.map +1 -1
  412. package/esm/index.js +2 -1
  413. package/esm/index.js.map +1 -1
  414. package/esm/kpi/Kpi.d.ts +13 -9
  415. package/esm/kpi/Kpi.d.ts.map +1 -1
  416. package/esm/kpi/Kpi.js +5 -3
  417. package/esm/kpi/Kpi.js.map +1 -1
  418. package/esm/polyfills.d.ts.map +1 -1
  419. package/esm/polyfills.js +3 -1
  420. package/esm/polyfills.js.map +1 -1
  421. package/esm/tsdoc-metadata.json +1 -1
  422. package/package.json +10 -10
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Rango de fechas",
86
86
  "dateFilterDropdown.buttonTitle": "Rango de fechas",
87
87
  "dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
88
+ "filters.thisMinute.title": "Este minuto",
89
+ "filters.lastMinute.title": "Último minuto",
90
+ "filters.nextMinute.title": "Minuto siguiente",
91
+ "filters.thisHour.title": "Esta hora",
92
+ "filters.lastHour.title": "Última hora",
93
+ "filters.nextHour.title": "Hora siguiente",
88
94
  "filters.thisDay.title": "Hoy",
89
95
  "filters.lastDay.title": "Ayer",
90
96
  "filters.nextDay.title": "Mañana",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Este año",
101
107
  "filters.lastYear.title": "Año pasado",
102
108
  "filters.nextYear.title": "Año siguiente",
103
- "filters.lastNDays": "{n, plural, one {El último día} other {Los últimos # días}}",
104
- "filters.lastNWeeks": "{n, plural, one {La última semana} other {Las últimas # semanas}}",
105
- "filters.lastNMonths": "{n, plural, one {El último mes} other {Los últimos # meses}}",
106
- "filters.lastNQuarters": "{n, plural, one {El último trimestre} other {Los últimos # trimestres}}",
107
- "filters.lastNYears": "{n, plural, one {El último año} other {Los últimos # años}}",
108
- "filters.nextNDays": "{n, plural, one {El siguiente día} other {Los siguientes # días}}",
109
- "filters.nextNWeeks": "{n, plural, one {La siguiente semana} other {Las siguientes # semanas}}",
110
- "filters.nextNMonths": "{n, plural, one {El siguiente mes} other {Los siguientes # meses}}",
111
- "filters.nextNQuarters": "{n, plural, one {El siguiente trimestre} other {Los siguientes # trimestres}}",
112
- "filters.nextNYears": "{n, plural, one {El siguiente año} other {Los siguientes # años}}",
109
+ "filters.lastNMinutes": "{n, plural, one {El último # minuto} other {Los últimos # minutos}}",
110
+ "filters.lastNHours": "{n, plural, one {La última # hora} other {Las últimas # horas}}",
111
+ "filters.lastNDays": "{n, plural, one {El último # día} other {Los últimos # días}}",
112
+ "filters.lastNWeeks": "{n, plural, one {La última # semana} other {Las últimas # semanas}}",
113
+ "filters.lastNMonths": "{n, plural, one {El último # mes} other {Los últimos # meses}}",
114
+ "filters.lastNQuarters": "{n, plural, one {El último # trimestre} other {Los últimos # trimestres}}",
115
+ "filters.lastNYears": "{n, plural, one {El último # año} other {Los últimos # años}}",
116
+ "filters.nextNMinutes": "{n, plural, one {El siguiente # minuto} other {Los siguientes # minutos}}",
117
+ "filters.nextNHours": "{n, plural, one {La siguiente # hora} other {Las siguientes # horas}}",
118
+ "filters.nextNDays": "{n, plural, one {El siguiente # día} other {Los siguientes # días}}",
119
+ "filters.nextNWeeks": "{n, plural, one {La siguiente # semana} other {Las siguientes # semanas}}",
120
+ "filters.nextNMonths": "{n, plural, one {El siguiente # mes} other {Los siguientes # meses}}",
121
+ "filters.nextNQuarters": "{n, plural, one {El siguiente # trimestre} other {Los siguientes # trimestres}}",
122
+ "filters.nextNYears": "{n, plural, one {El siguiente # año} other {Los siguientes # años}}",
123
+ "filters.interval.minutes.past": "Desde hace {from} a {to} {to, plural, one {minuto} other {minutos}}",
124
+ "filters.interval.minutes.past.sameValue": "Hace {value} {value, plural, one {minuto} other {minutos}}",
125
+ "filters.interval.minutes.future": "Dentro de {from} a {to} {to, plural, one {minuto} other {minutos}}",
126
+ "filters.interval.minutes.future.sameValue": "Dentro de {value} {value, plural, one {minuto} other {minutos}}",
127
+ "filters.interval.minutes.mixed": "Hace de {from} {from, plural, one {minuto} other {minutos}} a dentro de {to} {to, plural, one {minuto} other {minutos}}",
128
+ "filters.interval.hours.past": "Hace de {from} a {to} {to, plural, one {hora} other {horas}}",
129
+ "filters.interval.hours.past.sameValue": "Hace {value} {value, plural, one {hora} other {horas}}",
130
+ "filters.interval.hours.future": "Dentro de {from} a {to} {to, plural, one {hora} other {horas}}",
131
+ "filters.interval.hours.future.sameValue": "Dentro de {value} {value, plural, one {hora} other {horas}}",
132
+ "filters.interval.hours.mixed": "Hace de {from} {from, plural, one {hora} other {horas}} a dentro de {to} {to, plural, one {hora} other {horas}}",
113
133
  "filters.interval.days.past": "Hace de {from} a {to} {to, plural, one {día} other {días}}",
114
134
  "filters.interval.days.past.sameValue": "Hace {value} {value, plural, one {día} other {días}}",
115
135
  "filters.interval.days.future": "Dentro de {from} a {to} {to, plural, one {día} other {días}}",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "Dentro de {from} a {to} {to, plural, one {año} other {años}}",
136
156
  "filters.interval.years.future.sameValue": "Dentro de {value} {value, plural, one {año} other {años}}",
137
157
  "filters.interval.years.mixed": "Hace de {from} {from, plural, one {año} other {años}} a dentro de {to} {to, plural, one {año} other {años}}",
158
+ "filters.granularity.minutes": "Minutos",
159
+ "filters.granularity.hours": "Horas",
138
160
  "filters.granularity.days": "Días",
139
161
  "filters.granularity.weeks": "Semanas",
140
162
  "filters.granularity.months": "Meses",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Años",
143
165
  "filters.from": "de",
144
166
  "filters.to": "para",
145
- "filters.floatingRange": "Intervalo flotante",
167
+ "filters.setTime": "establecer tiempo",
168
+ "filters.floatingRange": "Periodo relativo",
146
169
  "filters.floatingRange.tooltip": "El rango de fechas es relativo a hoy y se ajusta en el tiempo.",
147
170
  "filters.floatingRange.noMatch": "No se encontró ninguna coincidencia",
148
171
  "filters.floatingRange.tooBig": "Valor máximo: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {el minuto pasado} other {hace # minutos}}",
173
+ "filters.floatingRange.option.minute.offset.today": "este minuto",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {el próximo minuto} other {dentro de # minutos}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {la hora pasada} other {hace # horas}}",
176
+ "filters.floatingRange.option.hour.offset.today": "esta hora",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {la próxima hora} other {dentro de # horas}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {ayer} other {hace # días}}",
150
179
  "filters.floatingRange.option.day.offset.today": "hoy",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {mañana} other {dentro de # días}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {el próximo año} other {dentro de # años}}",
164
193
  "filters.allTime.title": "De todo el tiempo",
165
194
  "filters.allTime.excludeCurrentPeriod": "Excluir periodo abierto",
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": "DÍA",
167
200
  "filters.day.excludeCurrentPeriod": "Excluir hoy",
168
201
  "filters.week.title": "SEMANA",
@@ -241,8 +274,30 @@
241
274
  "sorting.dropdown.header": "Ordenar perspectiva",
242
275
  "sorting.type.alphabetical.asc": "De la A a la Z",
243
276
  "sorting.type.alphabetical.desc": "De la Z a la A",
277
+ "sorting.type.date.asc": "De más antiguo a más reciente",
278
+ "sorting.type.date.desc": "De más reciente a más antiguo",
279
+ "sorting.type.default": "Predeterminado",
244
280
  "sorting.type.numerical.asc": "De menor a mayor",
245
281
  "sorting.type.numerical.desc": "De mayor a menor",
246
- "sorting.sum.of.all.measure._measure": "Suma de todas las medidas (total)",
247
- "sorting.sum.of.all.measure._metric": "Suma de todas las métricas (total)"
282
+ "sorting.by": "por",
283
+ "sorting.sum.of.all.measure": "Total",
284
+ "sorting.default.tooltip": "Use el orden definido en el atributo.",
285
+ "attributeFilterDropdown.emptyValue": "valor vacío",
286
+ "embedInsightDialog.actions.close": "Cerrar",
287
+ "embedInsightDialog.actions.copyCode": "Copiar código",
288
+ "embedInsightDialog.code.language.codeAs": "Codificar como",
289
+ "embedInsightDialog.code.options": "Otras opciones",
290
+ "embedInsightDialog.code.options.include.config": "Incluir configuración",
291
+ "embedInsightDialog.code.options.include.config.info": "Incluya la configuración de la perspectiva en cuanto a colores, ejes, leyenda y lienzos si está disponible.",
292
+ "embedInsightDialog.code.options.custom.height": "Personalizar altura",
293
+ "embedInsightDialog.code.options.display.title": "Mostrar título",
294
+ "embedInsightDialog.headLine.byReference": "Incrustar perspectiva por referencia",
295
+ "embedInsightDialog.headLine.byDefinition": "Incruste la perspectiva como una copia de su definición",
296
+ "embedInsightDialog.changesMessage.byReference": "Los cambios futuros en esta perspectiva se reflejarán en la versión incrustada.",
297
+ "embedInsightDialog.changesMessage.byDefinition": "Los cambios futuros en esta perspectiva no se reflejarán en la versión incrustada.",
298
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Nota.</b> Para que este fragmento de código funcione, prepare su entorno.",
299
+ "embedInsightDialog.prepareEnvironmentMessage.link": "Más información",
300
+ "embed.dialog.numeric.input.validation": "El valor debe ser un número mayor que 0",
301
+ "embed.dialog.numeric.input.warning": "Esta entrada acepta solo dígitos mayores que 0",
302
+ "embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación"
248
303
  }
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Plage de dates",
86
86
  "dateFilterDropdown.buttonTitle": "Plage de dates",
87
87
  "dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
88
+ "filters.thisMinute.title": "Cette minute",
89
+ "filters.lastMinute.title": "Dernière minute",
90
+ "filters.nextMinute.title": "Minute suivante",
91
+ "filters.thisHour.title": "Cette heure",
92
+ "filters.lastHour.title": "Dernière heure",
93
+ "filters.nextHour.title": "Heure suivante",
88
94
  "filters.thisDay.title": "Aujourd'hui",
89
95
  "filters.lastDay.title": "Hier",
90
96
  "filters.nextDay.title": "Demain",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Cette année",
101
107
  "filters.lastYear.title": "L'année dernière",
102
108
  "filters.nextYear.title": "L'année prochaine",
109
+ "filters.lastNMinutes": "{n, plural, one {Dernière # minute} other {Dernières # minutes}}",
110
+ "filters.lastNHours": "{n, plural, one {Dernière # heure} other {Dernières # heures}}",
103
111
  "filters.lastNDays": "{n, plural, one {# dernier jour} other {# derniers jours}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {# dernière semaine} other {# dernières semaines}}",
105
113
  "filters.lastNMonths": "{n, plural, one {# dernier mois} other {# derniers mois}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {# dernier trimestre} other {# derniers trimestres}}",
107
115
  "filters.lastNYears": "{n, plural, one {# dernière année} other {# dernières années}}",
116
+ "filters.nextNMinutes": "{n, plural, one {# minute suivante} other {# minutes suivantes}}",
117
+ "filters.nextNHours": "{n, plural, one {# heure suivante} other {# heures suivantes}}",
108
118
  "filters.nextNDays": "{n, plural, one {# prochain jour} other {# prochains jours}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {# prochaine semaine} other {# prochaines semaines}}",
110
120
  "filters.nextNMonths": "{n, plural, one {# prochain mois} other {# prochains mois}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {# prochain trimestre} other {# prochains trimestres}}",
112
122
  "filters.nextNYears": "{n, plural, one {# prochaine année} other {# prochaines années}}",
123
+ "filters.interval.minutes.past": "Il y a {from} à {to} {to, plural, one {minute} other {minutes}}",
124
+ "filters.interval.minutes.past.sameValue": "Il y a {value} {value, plural, one {minute} other {minutes}}",
125
+ "filters.interval.minutes.future": "Dans {from} à {to} {to, plural, one {minute} other {minutes}}",
126
+ "filters.interval.minutes.future.sameValue": "Dans {value} {value, plural, one {minute} other {minutes}}",
127
+ "filters.interval.minutes.mixed": "D'il y a {from} {from, plural, one {minute} other {minutes}} à dans {to} {to, plural, one {minute} other {minutes}}",
128
+ "filters.interval.hours.past": "D'il y a {from} à {to} {to, plural, one {heure} other {heures}}",
129
+ "filters.interval.hours.past.sameValue": "Il y a {value} {value, plural, one {heure} other {heures}}",
130
+ "filters.interval.hours.future": "Dans {from} à {to} {to, plural, one {heure} other {heures}}",
131
+ "filters.interval.hours.future.sameValue": "Dans {value} {value, plural, one {heure} other {heures}}",
132
+ "filters.interval.hours.mixed": "D'il y a {from} {from, plural, one {heure} other {heures}} à dans {to} {to, plural, one {heure} other {heures}}",
113
133
  "filters.interval.days.past": "Il y a {from} à {to} {to, plural, one {jour} other {jours}}",
114
134
  "filters.interval.days.past.sameValue": "Il y a {value} {value, plural, one {jour} other {jours}}",
115
135
  "filters.interval.days.future": "Dans {from} à {to} {to, plural, one {jour} other {jours}}",
@@ -135,6 +155,8 @@
135
155
  "filters.interval.years.future": "Dans {from} à {to} {to, plural, one {an} other {ans}}",
136
156
  "filters.interval.years.future.sameValue": "Dans {value} {value, plural, one {an} other {ans}}",
137
157
  "filters.interval.years.mixed": "D'il y a {from} {from, plural, one {an} other {ans}} à dans {to} {to, plural, one {an} other {ans}}",
158
+ "filters.granularity.minutes": "Minutes",
159
+ "filters.granularity.hours": "Heures",
138
160
  "filters.granularity.days": "Jours",
139
161
  "filters.granularity.weeks": "Semaines",
140
162
  "filters.granularity.months": "Mois",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Années",
143
165
  "filters.from": "de",
144
166
  "filters.to": "à",
145
- "filters.floatingRange": "Plage flottante",
167
+ "filters.setTime": "définir l'heure",
168
+ "filters.floatingRange": "Période relative",
146
169
  "filters.floatingRange.tooltip": "La plage de dates se base sur la date du jour et s'ajuste dans le temps.",
147
170
  "filters.floatingRange.noMatch": "Aucune correspondance trouvée",
148
171
  "filters.floatingRange.tooBig": "Valeur maximale : {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {dernière minute} other {il y a # minutes}}",
173
+ "filters.floatingRange.option.minute.offset.today": "cette minute",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {minute suivante} other {dans # minutes}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {dernière heure} other {il y a # heures}}",
176
+ "filters.floatingRange.option.hour.offset.today": "cette heure",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {heure suivante} other {dans # heures}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {hier} other {il y a # jours}}",
150
179
  "filters.floatingRange.option.day.offset.today": "aujourd'hui",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {demain} other {dans # jours}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {l'année prochaine} other {dans # ans}}",
164
193
  "filters.allTime.title": "Tout le temps",
165
194
  "filters.allTime.excludeCurrentPeriod": "Exclure période ouverte",
195
+ "filters.minute.title": "MINUTE",
196
+ "filters.minute.excludeCurrentPeriod": "Exclure cette minute",
197
+ "filters.hour.title": "HEURE",
198
+ "filters.hour.excludeCurrentPeriod": "Exclure cette heure",
166
199
  "filters.day.title": "JOUR",
167
200
  "filters.day.excludeCurrentPeriod": "Exclure aujourd'hui",
168
201
  "filters.week.title": "SEMAINE",
@@ -241,8 +274,30 @@
241
274
  "sorting.dropdown.header": "Trier la perception",
242
275
  "sorting.type.alphabetical.asc": "A à Z",
243
276
  "sorting.type.alphabetical.desc": "Z à A",
277
+ "sorting.type.date.asc": "Ordre chronologique",
278
+ "sorting.type.date.desc": "Ordre antéchronologique",
279
+ "sorting.type.default": "Par défaut",
244
280
  "sorting.type.numerical.asc": "Du plus petit au plus grand",
245
281
  "sorting.type.numerical.desc": "Du plus grand au plus petit",
246
- "sorting.sum.of.all.measure._measure": "Somme de toutes les mesures (total)",
247
- "sorting.sum.of.all.measure._metric": "Somme de toutes les métriques (total)"
282
+ "sorting.by": "par",
283
+ "sorting.sum.of.all.measure": "Total",
284
+ "sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
285
+ "attributeFilterDropdown.emptyValue": "valeur vide",
286
+ "embedInsightDialog.actions.close": "Fermer",
287
+ "embedInsightDialog.actions.copyCode": "Copier le code",
288
+ "embedInsightDialog.code.language.codeAs": "Coder avec",
289
+ "embedInsightDialog.code.options": "Autres options",
290
+ "embedInsightDialog.code.options.include.config": "Inclure la configuration",
291
+ "embedInsightDialog.code.options.include.config.info": "Inclure la configuration disponible des couleurs, axes, légendes et canevas de la perception.",
292
+ "embedInsightDialog.code.options.custom.height": "Hauteur personnalisée",
293
+ "embedInsightDialog.code.options.display.title": "Afficher le titre",
294
+ "embedInsightDialog.headLine.byReference": "Incorporer la perception par référence",
295
+ "embedInsightDialog.headLine.byDefinition": "Incorporer la perception en tant que copie de sa définition",
296
+ "embedInsightDialog.changesMessage.byReference": "Les futures modifications de cette perception seront appliquées à la version incorporée.",
297
+ "embedInsightDialog.changesMessage.byDefinition": "Les futures modifications de cette perception ne seront pas appliquées à la version incorporée.",
298
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Remarque.</b> Pour que cet extrait fonctionne, vous devez préparer l'environnement.",
299
+ "embedInsightDialog.prepareEnvironmentMessage.link": "En savoir plus",
300
+ "embed.dialog.numeric.input.validation": "La valeur doit être supérieure à 0",
301
+ "embed.dialog.numeric.input.warning": "La saisie n'accepte que les chiffres supérieurs à 0.",
302
+ "embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation"
248
303
  }
@@ -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,17 @@
142
164
  "filters.granularity.years": "年次",
143
165
  "filters.from": "開始時点",
144
166
  "filters.to": "終了時点",
145
- "filters.floatingRange": "相対期間",
167
+ "filters.setTime": "設定時間",
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,30 @@
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": "属性で定義された順序を使用します。",
285
+ "attributeFilterDropdown.emptyValue": "空の値",
286
+ "embedInsightDialog.actions.close": "閉じる",
287
+ "embedInsightDialog.actions.copyCode": "コードをコピー",
288
+ "embedInsightDialog.code.language.codeAs": "コード",
289
+ "embedInsightDialog.code.options": "その他のオプション",
290
+ "embedInsightDialog.code.options.include.config": "設定を含む",
291
+ "embedInsightDialog.code.options.include.config.info": "カラー、軸、凡例、キャンバス(使用可能な場合)のインサイト設定を含めます。",
292
+ "embedInsightDialog.code.options.custom.height": "ユーザー設定の高さ",
293
+ "embedInsightDialog.code.options.display.title": "タイトルを表示",
294
+ "embedInsightDialog.headLine.byReference": "レファレンスでインサイトを埋め込む",
295
+ "embedInsightDialog.headLine.byDefinition": "定義の複製としてインサイトを埋め込む",
296
+ "embedInsightDialog.changesMessage.byReference": "インサイトのこれ以降の変更は、埋め込みバージョンに反映されます。",
297
+ "embedInsightDialog.changesMessage.byDefinition": "インサイトのこれ以降の変更は、埋め込みバージョンには反映されません。",
298
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>注: </b> このスニペットが動作するように環境を準備します。",
299
+ "embedInsightDialog.prepareEnvironmentMessage.link": "詳細",
300
+ "embed.dialog.numeric.input.validation": "値は 0 より大きい数値にしてください",
301
+ "embed.dialog.numeric.input.warning": "この入力には、0 より大きい数字のみを使用できます",
302
+ "embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです"
248
303
  }
@@ -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 {uur}} geleden tot {to} {to, plural, one {uur} other {uur}} 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",
145
- "filters.floatingRange": "Zwevend bereik",
167
+ "filters.setTime": "tijd instellen",
168
+ "filters.floatingRange": "Relatieve periode",
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,30 @@
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.",
285
+ "attributeFilterDropdown.emptyValue": "lege waarde",
286
+ "embedInsightDialog.actions.close": "Sluiten",
287
+ "embedInsightDialog.actions.copyCode": "Code kopiëren",
288
+ "embedInsightDialog.code.language.codeAs": "Code als",
289
+ "embedInsightDialog.code.options": "Overige opties",
290
+ "embedInsightDialog.code.options.include.config": "Inclusief configuratie",
291
+ "embedInsightDialog.code.options.include.config.info": "Implementeer de inzichtconfiguratie van kleuren, assen, legenda en canvas indien beschikbaar.",
292
+ "embedInsightDialog.code.options.custom.height": "Aangepaste hoogte",
293
+ "embedInsightDialog.code.options.display.title": "Titel weergeven",
294
+ "embedInsightDialog.headLine.byReference": "Inzicht insluiten op referentie",
295
+ "embedInsightDialog.headLine.byDefinition": "Inzicht insluiten als een kopie van de definitie",
296
+ "embedInsightDialog.changesMessage.byReference": "Toekomstige wijzigingen in dit inzicht worden gereflecteerd in de ingesloten versie.",
297
+ "embedInsightDialog.changesMessage.byDefinition": "Er worden geen toekomstige wijzigingen in dit inzicht gereflecteerd in de ingesloten versie.",
298
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Let op.</b> Om dit stukje te laten werken, moet u uw omgeving voorbereiden.",
299
+ "embedInsightDialog.prepareEnvironmentMessage.link": "Meer weten",
300
+ "embed.dialog.numeric.input.validation": "De waarde moet een getal zijn dat groter is dan 0",
301
+ "embed.dialog.numeric.input.warning": "Deze invoer accepteert alleen getallen groter dan 0",
302
+ "embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen"
248
303
  }
@@ -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 até {to} {to, plural, one {hora} other {horas}} à 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",
145
- "filters.floatingRange": "Intervalo flutuante",
167
+ "filters.setTime": "configurar horário",
168
+ "filters.floatingRange": "Período relativo",
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,30 @@
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.",
285
+ "attributeFilterDropdown.emptyValue": "valor vazio",
286
+ "embedInsightDialog.actions.close": "Fechar",
287
+ "embedInsightDialog.actions.copyCode": "Copiar código",
288
+ "embedInsightDialog.code.language.codeAs": "Codificar em",
289
+ "embedInsightDialog.code.options": "Outras opções",
290
+ "embedInsightDialog.code.options.include.config": "Incluir configuração",
291
+ "embedInsightDialog.code.options.include.config.info": "Caso disponível, incluir a configuração do insight de cores, eixos, legenda e tela.",
292
+ "embedInsightDialog.code.options.custom.height": "Personalizar altura",
293
+ "embedInsightDialog.code.options.display.title": "Exibir título",
294
+ "embedInsightDialog.headLine.byReference": "Incorporar insight por referência",
295
+ "embedInsightDialog.headLine.byDefinition": "Incorporar insight como cópia de sua definição",
296
+ "embedInsightDialog.changesMessage.byReference": "Alterações futuras neste insight serão implementadas na versão incorporada.",
297
+ "embedInsightDialog.changesMessage.byDefinition": "Nenhuma alteração futura neste insight será implementada na versão incorporada.",
298
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Obs.:</b> para que o snippet funcione, prepare seu ambiente.",
299
+ "embedInsightDialog.prepareEnvironmentMessage.link": "Saber mais",
300
+ "embed.dialog.numeric.input.validation": "O valor deve ser um número maior que 0",
301
+ "embed.dialog.numeric.input.warning": "Este campo somente aceita dígitos maiores que 0",
302
+ "embedInsightDialog.complete.list.props.message": "Lista completa de propriedades incorporadas"
248
303
  }