@gooddata/sdk-ui 8.10.0-alpha.15 → 8.10.0-alpha.152

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 (484) 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 +6 -3
  26. package/dist/base/index.d.ts.map +1 -1
  27. package/dist/base/index.js +11 -2
  28. package/dist/base/index.js.map +1 -1
  29. package/dist/base/localization/IntlStore.d.ts +3 -1
  30. package/dist/base/localization/IntlStore.d.ts.map +1 -1
  31. package/dist/base/localization/IntlStore.js +5 -25
  32. package/dist/base/localization/IntlStore.js.map +1 -1
  33. package/dist/base/localization/IntlWrapper.d.ts +0 -12
  34. package/dist/base/localization/IntlWrapper.d.ts.map +1 -1
  35. package/dist/base/localization/IntlWrapper.js +3 -28
  36. package/dist/base/localization/IntlWrapper.js.map +1 -1
  37. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  38. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  39. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +4 -4
  40. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  41. package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
  42. package/dist/base/localization/TranslationsProvider.js +5 -9
  43. package/dist/base/localization/TranslationsProvider.js.map +1 -1
  44. package/dist/base/localization/bundles/de-DE.json +87 -18
  45. package/dist/base/localization/bundles/en-US.json +425 -64
  46. package/dist/base/localization/bundles/es-ES.json +96 -27
  47. package/dist/base/localization/bundles/fr-FR.json +86 -17
  48. package/dist/base/localization/bundles/ja-JP.json +87 -18
  49. package/dist/base/localization/bundles/nl-NL.json +86 -17
  50. package/dist/base/localization/bundles/pt-BR.json +86 -17
  51. package/dist/base/localization/bundles/pt-PT.json +86 -17
  52. package/dist/base/localization/bundles/ru-RU.json +88 -19
  53. package/dist/base/localization/bundles/zh-Hans.json +87 -18
  54. package/dist/base/localization/intlUtils.d.ts +1 -1
  55. package/dist/base/localization/intlUtils.js +4 -4
  56. package/dist/base/localization/messagesMap.d.ts +13 -0
  57. package/dist/base/localization/messagesMap.d.ts.map +1 -0
  58. package/dist/base/localization/messagesMap.js +32 -0
  59. package/dist/base/localization/messagesMap.js.map +1 -0
  60. package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
  61. package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  62. package/dist/base/measureFormats/fillMissingFormat.js +27 -0
  63. package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
  64. package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
  65. package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  66. package/dist/base/measureFormats/fillMissingFormats.js +20 -0
  67. package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
  68. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
  69. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
  70. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
  71. package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
  72. package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
  73. package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  74. package/dist/base/measureTitles/fillMissingTitles.js +4 -13
  75. package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
  76. package/dist/base/react/BackendContext.d.ts +7 -3
  77. package/dist/base/react/BackendContext.d.ts.map +1 -1
  78. package/dist/base/react/BackendContext.js +8 -4
  79. package/dist/base/react/BackendContext.js.map +1 -1
  80. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  81. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  82. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
  83. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  84. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  85. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  86. package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  87. package/dist/base/react/ErrorComponent.d.ts +4 -2
  88. package/dist/base/react/ErrorComponent.d.ts.map +1 -1
  89. package/dist/base/react/ErrorComponent.js +5 -3
  90. package/dist/base/react/ErrorComponent.js.map +1 -1
  91. package/dist/base/react/LoadingComponent.d.ts +4 -2
  92. package/dist/base/react/LoadingComponent.d.ts.map +1 -1
  93. package/dist/base/react/LoadingComponent.js +5 -3
  94. package/dist/base/react/LoadingComponent.js.map +1 -1
  95. package/dist/base/react/WorkspaceContext.d.ts +7 -3
  96. package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
  97. package/dist/base/react/WorkspaceContext.js +8 -4
  98. package/dist/base/react/WorkspaceContext.js.map +1 -1
  99. package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
  100. package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  101. package/dist/base/react/legacy/availableDrillTargets.js +1 -1
  102. package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
  103. package/dist/base/react/placeholders/base.d.ts +76 -42
  104. package/dist/base/react/placeholders/base.d.ts.map +1 -1
  105. package/dist/base/react/placeholders/base.js +1 -1
  106. package/dist/base/react/placeholders/base.js.map +1 -1
  107. package/dist/base/react/placeholders/factory.d.ts +4 -2
  108. package/dist/base/react/placeholders/factory.d.ts.map +1 -1
  109. package/dist/base/react/placeholders/factory.js +3 -1
  110. package/dist/base/react/placeholders/factory.js.map +1 -1
  111. package/dist/base/react/placeholders/hooks.d.ts +13 -3
  112. package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
  113. package/dist/base/react/placeholders/hooks.js +14 -4
  114. package/dist/base/react/placeholders/hooks.js.map +1 -1
  115. package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
  116. package/dist/base/react/placeholders/resolve.js +5 -3
  117. package/dist/base/react/placeholders/resolve.js.map +1 -1
  118. package/dist/base/react/useCancelablePromise.d.ts +17 -11
  119. package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
  120. package/dist/base/react/useCancelablePromise.js +9 -3
  121. package/dist/base/react/useCancelablePromise.js.map +1 -1
  122. package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
  123. package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  124. package/dist/base/react/useCancelablePromiseUtils.js +6 -4
  125. package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
  126. package/dist/base/results/dataAccess.d.ts +32 -12
  127. package/dist/base/results/dataAccess.d.ts.map +1 -1
  128. package/dist/base/results/dataAccessConfig.d.ts +5 -2
  129. package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
  130. package/dist/base/results/dataAccessConfig.js +4 -1
  131. package/dist/base/results/dataAccessConfig.js.map +1 -1
  132. package/dist/base/results/facade.d.ts +10 -8
  133. package/dist/base/results/facade.d.ts.map +1 -1
  134. package/dist/base/results/facade.js +9 -7
  135. package/dist/base/results/facade.js.map +1 -1
  136. package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
  137. package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  138. package/dist/base/results/internal/dataAccessDigest.js +5 -7
  139. package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
  140. package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  141. package/dist/base/results/internal/dataAccessImpl.js +6 -6
  142. package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
  143. package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  144. package/dist/base/results/internal/dataAccessMethods.js +1 -1
  145. package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
  146. package/dist/base/results/internal/definitionMethods.d.ts +1 -1
  147. package/dist/base/results/internal/definitionMethods.js +1 -1
  148. package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
  149. package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
  150. package/dist/base/results/internal/resultDataMethods.js.map +1 -1
  151. package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
  152. package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  153. package/dist/base/results/internal/resultMetaMethods.js +9 -10
  154. package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
  155. package/dist/base/results/internal/utils.d.ts +2 -1
  156. package/dist/base/results/internal/utils.d.ts.map +1 -1
  157. package/dist/base/results/internal/utils.js +1 -1
  158. package/dist/base/vis/DrillEvents.d.ts +4 -1
  159. package/dist/base/vis/DrillEvents.d.ts.map +1 -1
  160. package/dist/base/vis/DrillEvents.js.map +1 -1
  161. package/dist/base/vis/Events.d.ts +2 -2
  162. package/dist/base/vis/Events.d.ts.map +1 -1
  163. package/dist/base/vis/VisualizationProps.d.ts +11 -4
  164. package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
  165. package/dist/base/vis/VisualizationProps.js +1 -1
  166. package/dist/base/vis/drilling.js +6 -6
  167. package/dist/base/vis/drilling.js.map +1 -1
  168. package/dist/base/vis/export.d.ts +1 -1
  169. package/dist/base/vis/export.js +3 -3
  170. package/dist/base/vis/export.js.map +1 -1
  171. package/dist/execution/DataViewLoader.d.ts +70 -0
  172. package/dist/execution/DataViewLoader.d.ts.map +1 -0
  173. package/dist/execution/DataViewLoader.js +146 -0
  174. package/dist/execution/DataViewLoader.js.map +1 -0
  175. package/dist/execution/Execute.d.ts +36 -20
  176. package/dist/execution/Execute.d.ts.map +1 -1
  177. package/dist/execution/Execute.js +7 -5
  178. package/dist/execution/Execute.js.map +1 -1
  179. package/dist/execution/ExecuteInsight.d.ts +47 -16
  180. package/dist/execution/ExecuteInsight.d.ts.map +1 -1
  181. package/dist/execution/ExecuteInsight.js +7 -5
  182. package/dist/execution/ExecuteInsight.js.map +1 -1
  183. package/dist/execution/RawExecute.d.ts +19 -7
  184. package/dist/execution/RawExecute.d.ts.map +1 -1
  185. package/dist/execution/RawExecute.js +2 -1
  186. package/dist/execution/RawExecute.js.map +1 -1
  187. package/dist/execution/createExecution.d.ts +9 -6
  188. package/dist/execution/createExecution.d.ts.map +1 -1
  189. package/dist/execution/createExecution.js +11 -2
  190. package/dist/execution/createExecution.js.map +1 -1
  191. package/dist/execution/index.d.ts +3 -2
  192. package/dist/execution/index.d.ts.map +1 -1
  193. package/dist/execution/index.js +4 -2
  194. package/dist/execution/index.js.map +1 -1
  195. package/dist/execution/useDataExport.d.ts +5 -3
  196. package/dist/execution/useDataExport.d.ts.map +1 -1
  197. package/dist/execution/useDataExport.js +3 -1
  198. package/dist/execution/useDataExport.js.map +1 -1
  199. package/dist/execution/useDataView.d.ts +5 -0
  200. package/dist/execution/useDataView.d.ts.map +1 -1
  201. package/dist/execution/useDataView.js +3 -0
  202. package/dist/execution/useDataView.js.map +1 -1
  203. package/dist/execution/useExecution.d.ts +17 -9
  204. package/dist/execution/useExecution.d.ts.map +1 -1
  205. package/dist/execution/useExecution.js +3 -0
  206. package/dist/execution/useExecution.js.map +1 -1
  207. package/dist/execution/useExecutionDataView.d.ts +32 -15
  208. package/dist/execution/useExecutionDataView.d.ts.map +1 -1
  209. package/dist/execution/useExecutionDataView.js +3 -3
  210. package/dist/execution/useExecutionDataView.js.map +1 -1
  211. package/dist/execution/useInsightDataView.d.ts +39 -9
  212. package/dist/execution/useInsightDataView.d.ts.map +1 -1
  213. package/dist/execution/useInsightDataView.js +10 -4
  214. package/dist/execution/useInsightDataView.js.map +1 -1
  215. package/dist/execution/withExecution.d.ts +5 -4
  216. package/dist/execution/withExecution.d.ts.map +1 -1
  217. package/dist/execution/withExecution.js +1 -1
  218. package/dist/execution/withExecution.js.map +1 -1
  219. package/dist/execution/withExecutionLoading.d.ts +12 -7
  220. package/dist/execution/withExecutionLoading.d.ts.map +1 -1
  221. package/dist/execution/withExecutionLoading.js +1 -1
  222. package/dist/execution/withExecutionLoading.js.map +1 -1
  223. package/dist/index.d.ts +1 -1
  224. package/dist/index.d.ts.map +1 -1
  225. package/dist/index.js +2 -1
  226. package/dist/index.js.map +1 -1
  227. package/dist/kpi/Kpi.d.ts +13 -9
  228. package/dist/kpi/Kpi.d.ts.map +1 -1
  229. package/dist/kpi/Kpi.js +5 -3
  230. package/dist/kpi/Kpi.js.map +1 -1
  231. package/dist/locales.d.ts +42 -0
  232. package/dist/locales.d.ts.map +1 -0
  233. package/dist/locales.js +22 -0
  234. package/dist/locales.js.map +1 -0
  235. package/dist/polyfills.d.ts.map +1 -1
  236. package/dist/polyfills.js +3 -1
  237. package/dist/polyfills.js.map +1 -1
  238. package/dist/sdk-ui.d.ts +576 -216
  239. package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
  240. package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
  241. package/esm/base/errors/GoodDataSdkError.js +5 -2
  242. package/esm/base/errors/GoodDataSdkError.js.map +1 -1
  243. package/esm/base/errors/errorHandling.d.ts +5 -3
  244. package/esm/base/errors/errorHandling.d.ts.map +1 -1
  245. package/esm/base/errors/errorHandling.js +6 -4
  246. package/esm/base/errors/errorHandling.js.map +1 -1
  247. package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
  248. package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  249. package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
  250. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  251. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  252. package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
  253. package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  254. package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
  255. package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
  256. package/esm/base/headerMatching/MappingHeader.js +2 -2
  257. package/esm/base/headerMatching/MappingHeader.js.map +1 -1
  258. package/esm/base/helpers/CatalogHelper.d.ts +5 -3
  259. package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
  260. package/esm/base/helpers/CatalogHelper.js +5 -3
  261. package/esm/base/helpers/CatalogHelper.js.map +1 -1
  262. package/esm/base/index.d.ts +6 -3
  263. package/esm/base/index.d.ts.map +1 -1
  264. package/esm/base/index.js +8 -2
  265. package/esm/base/index.js.map +1 -1
  266. package/esm/base/localization/IntlStore.d.ts +3 -1
  267. package/esm/base/localization/IntlStore.d.ts.map +1 -1
  268. package/esm/base/localization/IntlStore.js +5 -24
  269. package/esm/base/localization/IntlStore.js.map +1 -1
  270. package/esm/base/localization/IntlWrapper.d.ts +0 -12
  271. package/esm/base/localization/IntlWrapper.d.ts.map +1 -1
  272. package/esm/base/localization/IntlWrapper.js +2 -27
  273. package/esm/base/localization/IntlWrapper.js.map +1 -1
  274. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  275. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  276. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +4 -4
  277. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  278. package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
  279. package/esm/base/localization/TranslationsProvider.js +5 -9
  280. package/esm/base/localization/TranslationsProvider.js.map +1 -1
  281. package/esm/base/localization/bundles/de-DE.json +87 -18
  282. package/esm/base/localization/bundles/en-US.json +425 -64
  283. package/esm/base/localization/bundles/es-ES.json +96 -27
  284. package/esm/base/localization/bundles/fr-FR.json +86 -17
  285. package/esm/base/localization/bundles/ja-JP.json +87 -18
  286. package/esm/base/localization/bundles/nl-NL.json +86 -17
  287. package/esm/base/localization/bundles/pt-BR.json +86 -17
  288. package/esm/base/localization/bundles/pt-PT.json +86 -17
  289. package/esm/base/localization/bundles/ru-RU.json +88 -19
  290. package/esm/base/localization/bundles/zh-Hans.json +87 -18
  291. package/esm/base/localization/intlUtils.d.ts +1 -1
  292. package/esm/base/localization/intlUtils.js +2 -2
  293. package/esm/base/localization/messagesMap.d.ts +13 -0
  294. package/esm/base/localization/messagesMap.d.ts.map +1 -0
  295. package/esm/base/localization/messagesMap.js +28 -0
  296. package/esm/base/localization/messagesMap.js.map +1 -0
  297. package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
  298. package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  299. package/esm/base/measureFormats/fillMissingFormat.js +23 -0
  300. package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
  301. package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
  302. package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  303. package/esm/base/measureFormats/fillMissingFormats.js +16 -0
  304. package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
  305. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
  306. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
  307. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
  308. package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
  309. package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
  310. package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  311. package/esm/base/measureTitles/fillMissingTitles.js +5 -14
  312. package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
  313. package/esm/base/react/BackendContext.d.ts +7 -3
  314. package/esm/base/react/BackendContext.d.ts.map +1 -1
  315. package/esm/base/react/BackendContext.js +8 -4
  316. package/esm/base/react/BackendContext.js.map +1 -1
  317. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  318. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  319. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
  320. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  321. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  322. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  323. package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  324. package/esm/base/react/ErrorComponent.d.ts +4 -2
  325. package/esm/base/react/ErrorComponent.d.ts.map +1 -1
  326. package/esm/base/react/ErrorComponent.js +5 -3
  327. package/esm/base/react/ErrorComponent.js.map +1 -1
  328. package/esm/base/react/LoadingComponent.d.ts +4 -2
  329. package/esm/base/react/LoadingComponent.d.ts.map +1 -1
  330. package/esm/base/react/LoadingComponent.js +5 -3
  331. package/esm/base/react/LoadingComponent.js.map +1 -1
  332. package/esm/base/react/WorkspaceContext.d.ts +7 -3
  333. package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
  334. package/esm/base/react/WorkspaceContext.js +8 -4
  335. package/esm/base/react/WorkspaceContext.js.map +1 -1
  336. package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
  337. package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  338. package/esm/base/react/legacy/availableDrillTargets.js +1 -1
  339. package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
  340. package/esm/base/react/placeholders/base.d.ts +76 -42
  341. package/esm/base/react/placeholders/base.d.ts.map +1 -1
  342. package/esm/base/react/placeholders/base.js +1 -1
  343. package/esm/base/react/placeholders/base.js.map +1 -1
  344. package/esm/base/react/placeholders/factory.d.ts +4 -2
  345. package/esm/base/react/placeholders/factory.d.ts.map +1 -1
  346. package/esm/base/react/placeholders/factory.js +3 -1
  347. package/esm/base/react/placeholders/factory.js.map +1 -1
  348. package/esm/base/react/placeholders/hooks.d.ts +13 -3
  349. package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
  350. package/esm/base/react/placeholders/hooks.js +14 -4
  351. package/esm/base/react/placeholders/hooks.js.map +1 -1
  352. package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
  353. package/esm/base/react/placeholders/resolve.js +5 -3
  354. package/esm/base/react/placeholders/resolve.js.map +1 -1
  355. package/esm/base/react/useCancelablePromise.d.ts +17 -11
  356. package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
  357. package/esm/base/react/useCancelablePromise.js +9 -3
  358. package/esm/base/react/useCancelablePromise.js.map +1 -1
  359. package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
  360. package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  361. package/esm/base/react/useCancelablePromiseUtils.js +6 -4
  362. package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
  363. package/esm/base/results/dataAccess.d.ts +32 -12
  364. package/esm/base/results/dataAccess.d.ts.map +1 -1
  365. package/esm/base/results/dataAccessConfig.d.ts +5 -2
  366. package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
  367. package/esm/base/results/dataAccessConfig.js +4 -1
  368. package/esm/base/results/dataAccessConfig.js.map +1 -1
  369. package/esm/base/results/facade.d.ts +10 -8
  370. package/esm/base/results/facade.d.ts.map +1 -1
  371. package/esm/base/results/facade.js +9 -7
  372. package/esm/base/results/facade.js.map +1 -1
  373. package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
  374. package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  375. package/esm/base/results/internal/dataAccessDigest.js +1 -3
  376. package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
  377. package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  378. package/esm/base/results/internal/dataAccessImpl.js +1 -1
  379. package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
  380. package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  381. package/esm/base/results/internal/dataAccessMethods.js +2 -2
  382. package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
  383. package/esm/base/results/internal/definitionMethods.d.ts +1 -1
  384. package/esm/base/results/internal/definitionMethods.js +1 -1
  385. package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
  386. package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
  387. package/esm/base/results/internal/resultDataMethods.js.map +1 -1
  388. package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
  389. package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  390. package/esm/base/results/internal/resultMetaMethods.js +3 -4
  391. package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
  392. package/esm/base/results/internal/utils.d.ts +2 -1
  393. package/esm/base/results/internal/utils.d.ts.map +1 -1
  394. package/esm/base/results/internal/utils.js +1 -1
  395. package/esm/base/vis/DrillEvents.d.ts +4 -1
  396. package/esm/base/vis/DrillEvents.d.ts.map +1 -1
  397. package/esm/base/vis/DrillEvents.js.map +1 -1
  398. package/esm/base/vis/Events.d.ts +2 -2
  399. package/esm/base/vis/Events.d.ts.map +1 -1
  400. package/esm/base/vis/VisualizationProps.d.ts +11 -4
  401. package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
  402. package/esm/base/vis/VisualizationProps.js +1 -1
  403. package/esm/base/vis/drilling.js +3 -3
  404. package/esm/base/vis/drilling.js.map +1 -1
  405. package/esm/base/vis/export.d.ts +1 -1
  406. package/esm/base/vis/export.js +3 -3
  407. package/esm/base/vis/export.js.map +1 -1
  408. package/esm/execution/DataViewLoader.d.ts +70 -0
  409. package/esm/execution/DataViewLoader.d.ts.map +1 -0
  410. package/esm/execution/DataViewLoader.js +143 -0
  411. package/esm/execution/DataViewLoader.js.map +1 -0
  412. package/esm/execution/Execute.d.ts +36 -20
  413. package/esm/execution/Execute.d.ts.map +1 -1
  414. package/esm/execution/Execute.js +7 -5
  415. package/esm/execution/Execute.js.map +1 -1
  416. package/esm/execution/ExecuteInsight.d.ts +47 -16
  417. package/esm/execution/ExecuteInsight.d.ts.map +1 -1
  418. package/esm/execution/ExecuteInsight.js +7 -5
  419. package/esm/execution/ExecuteInsight.js.map +1 -1
  420. package/esm/execution/RawExecute.d.ts +19 -7
  421. package/esm/execution/RawExecute.d.ts.map +1 -1
  422. package/esm/execution/RawExecute.js +2 -1
  423. package/esm/execution/RawExecute.js.map +1 -1
  424. package/esm/execution/createExecution.d.ts +9 -6
  425. package/esm/execution/createExecution.d.ts.map +1 -1
  426. package/esm/execution/createExecution.js +12 -3
  427. package/esm/execution/createExecution.js.map +1 -1
  428. package/esm/execution/index.d.ts +3 -2
  429. package/esm/execution/index.d.ts.map +1 -1
  430. package/esm/execution/index.js +3 -2
  431. package/esm/execution/index.js.map +1 -1
  432. package/esm/execution/useDataExport.d.ts +5 -3
  433. package/esm/execution/useDataExport.d.ts.map +1 -1
  434. package/esm/execution/useDataExport.js +3 -1
  435. package/esm/execution/useDataExport.js.map +1 -1
  436. package/esm/execution/useDataView.d.ts +5 -0
  437. package/esm/execution/useDataView.d.ts.map +1 -1
  438. package/esm/execution/useDataView.js +3 -0
  439. package/esm/execution/useDataView.js.map +1 -1
  440. package/esm/execution/useExecution.d.ts +17 -9
  441. package/esm/execution/useExecution.d.ts.map +1 -1
  442. package/esm/execution/useExecution.js +3 -0
  443. package/esm/execution/useExecution.js.map +1 -1
  444. package/esm/execution/useExecutionDataView.d.ts +32 -15
  445. package/esm/execution/useExecutionDataView.d.ts.map +1 -1
  446. package/esm/execution/useExecutionDataView.js +3 -3
  447. package/esm/execution/useExecutionDataView.js.map +1 -1
  448. package/esm/execution/useInsightDataView.d.ts +39 -9
  449. package/esm/execution/useInsightDataView.d.ts.map +1 -1
  450. package/esm/execution/useInsightDataView.js +10 -4
  451. package/esm/execution/useInsightDataView.js.map +1 -1
  452. package/esm/execution/withExecution.d.ts +5 -4
  453. package/esm/execution/withExecution.d.ts.map +1 -1
  454. package/esm/execution/withExecution.js +1 -1
  455. package/esm/execution/withExecution.js.map +1 -1
  456. package/esm/execution/withExecutionLoading.d.ts +12 -7
  457. package/esm/execution/withExecutionLoading.d.ts.map +1 -1
  458. package/esm/execution/withExecutionLoading.js +1 -1
  459. package/esm/execution/withExecutionLoading.js.map +1 -1
  460. package/esm/index.d.ts +1 -1
  461. package/esm/index.d.ts.map +1 -1
  462. package/esm/index.js +2 -1
  463. package/esm/index.js.map +1 -1
  464. package/esm/kpi/Kpi.d.ts +13 -9
  465. package/esm/kpi/Kpi.d.ts.map +1 -1
  466. package/esm/kpi/Kpi.js +5 -3
  467. package/esm/kpi/Kpi.js.map +1 -1
  468. package/esm/locales.d.ts +42 -0
  469. package/esm/locales.d.ts.map +1 -0
  470. package/esm/locales.js +19 -0
  471. package/esm/locales.js.map +1 -0
  472. package/esm/polyfills.d.ts.map +1 -1
  473. package/esm/polyfills.js +3 -1
  474. package/esm/polyfills.js.map +1 -1
  475. package/esm/tsdoc-metadata.json +1 -1
  476. package/package.json +20 -16
  477. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
  478. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
  479. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -48
  480. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
  481. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
  482. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
  483. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -43
  484. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
@@ -1,11 +1,25 @@
1
1
  {
2
- "visualizations.more": "Mostrar más",
3
- "visualizations.less": "Mostrar menos",
4
- "visualizations.sorting": "Clasificación de columnas",
5
- "visualizations.asc": "Ascendiendo",
6
- "visualizations.desc": "Descendiendo",
2
+ "empty_value": "valor vacío",
3
+ "gs.date.at": "en",
4
+ "gs.header.help": "Ayuda",
5
+ "gs.header.logout": "Cerrar sesión",
6
+ "gs.list.all": "Todo",
7
+ "gs.list.except": "excepto",
8
+ "gs.list.is": "es",
9
+ "gs.list.notAvailableAbbreviation": "N/D",
10
+ "gs.list.searchResults": "resultados de la búsqueda",
11
+ "gs.visualizationsList.loading": "Cargando…",
12
+ "gs.color-picker.inputPlaceholder": "#color",
13
+ "gs.color-picker.currentColor": "actual",
14
+ "gs.color-picker.newColor": "nuevo",
15
+ "gs.color-picker.cancelButton": "Cancelar",
16
+ "gs.color-picker.okButton": "Aceptar",
17
+ "gs.color-picker.hex": "hex",
18
+ "gs.noData.noMatchingData": "No hay datos que coincidan",
19
+ "gs.noData.noDataAvailable": "No hay datos que coincidan",
20
+ "geochart.scroll.zoom.blocker": "Use {button} + desplácese para ampliar el mapa",
21
+ "geochart.touch.pan.blocker": "Use dos dedos para mover el mapa",
7
22
  "visualizations.of": "{page} de {pagesCount}",
8
- "visualizations.totals.dropdown.heading": "Agregar una fila nueva",
9
23
  "visualizations.totals.dropdown.title.sum": "Suma",
10
24
  "visualizations.totals.dropdown.title.avg": "Media",
11
25
  "visualizations.totals.dropdown.title.min": "Min",
@@ -15,12 +29,6 @@
15
29
  "visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por valor de métrica. Para utilizar la consolidación (total), elimine todos los filtros de valores de métrica desde la barra de filtros.",
16
30
  "visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por filtro de clasificación. Para utilizar la consolidación (total), elimine el filtro de clasificación de la barra de filtros.",
17
31
  "visualizations.totals.dropdown.title.med": "Mediana",
18
- "visualizations.totals.row.title.sum": "Suma",
19
- "visualizations.totals.row.title.avg": "Media",
20
- "visualizations.totals.row.title.min": "Min",
21
- "visualizations.totals.row.title.max": "Máx",
22
- "visualizations.totals.row.title.nat": "Total",
23
- "visualizations.totals.row.title.med": "Mediana",
24
32
  "visualizations.headline.tertiary.title": "Frente a",
25
33
  "visualization.numericValues.k": "k",
26
34
  "visualization.numericValues.m": "M",
@@ -47,7 +55,6 @@
47
55
  "gs.filterLabel.none": "Ninguno",
48
56
  "gs.filter.loading": "Cargando filtro…",
49
57
  "gs.filter.error": "Error al cargar filtro",
50
- "gs.list.loading": "Cargando lista…",
51
58
  "gs.list.clear": "Borrar",
52
59
  "gs.list.cancel": "Cancelar",
53
60
  "gs.list.apply": "Aplicar",
@@ -57,6 +64,10 @@
57
64
  "gs.list.noItemsFound": "No se ha encontrado ningún elemento.",
58
65
  "gs.list.error": "Error al cargar los elementos de la lista",
59
66
  "gs.header.upsellButtonText": "Actualizar",
67
+ "gs.header.countdown.numberOfDaysLeft": "Quedan {number} días",
68
+ "gs.header.countdown.numberOfMonthsLeft": "Quedan {number} meses",
69
+ "gs.header.countdown.oneMonthLeft": "Queda 1 mes",
70
+ "gs.header.countdown.lastDay": "Este es su último día",
60
71
  "measure.title.suffix.same_period_year_ago": "MP el año anterior",
61
72
  "measure.title.suffix.previous_period": "periodo atrás",
62
73
  "visualizations.measure.arithmetic.sum.title": "Suma de {firstMeasureTitle} y {secondMeasureTitle}",
@@ -83,8 +94,13 @@
83
94
  "loading": "Cargando…",
84
95
  "filtering": "Filtrando…",
85
96
  "dateFilterDropdown.title": "Rango de fechas",
86
- "dateFilterDropdown.buttonTitle": "Rango de fechas",
87
97
  "dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
98
+ "filters.thisMinute.title": "Este minuto",
99
+ "filters.lastMinute.title": "Último minuto",
100
+ "filters.nextMinute.title": "Minuto siguiente",
101
+ "filters.thisHour.title": "Esta hora",
102
+ "filters.lastHour.title": "Última hora",
103
+ "filters.nextHour.title": "Hora siguiente",
88
104
  "filters.thisDay.title": "Hoy",
89
105
  "filters.lastDay.title": "Ayer",
90
106
  "filters.nextDay.title": "Mañana",
@@ -100,16 +116,30 @@
100
116
  "filters.thisYear.title": "Este año",
101
117
  "filters.lastYear.title": "Año pasado",
102
118
  "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}}",
119
+ "filters.lastNMinutes": "{n, plural, one {El último # minuto} other {Los últimos # minutos}}",
120
+ "filters.lastNHours": "{n, plural, one {La última # hora} other {Las últimas # horas}}",
121
+ "filters.lastNDays": "{n, plural, one {El último # día} other {Los últimos # días}}",
122
+ "filters.lastNWeeks": "{n, plural, one {La última # semana} other {Las últimas # semanas}}",
123
+ "filters.lastNMonths": "{n, plural, one {El último # mes} other {Los últimos # meses}}",
124
+ "filters.lastNQuarters": "{n, plural, one {El último # trimestre} other {Los últimos # trimestres}}",
125
+ "filters.lastNYears": "{n, plural, one {El último # año} other {Los últimos # años}}",
126
+ "filters.nextNMinutes": "{n, plural, one {El siguiente # minuto} other {Los siguientes # minutos}}",
127
+ "filters.nextNHours": "{n, plural, one {La siguiente # hora} other {Las siguientes # horas}}",
128
+ "filters.nextNDays": "{n, plural, one {El siguiente # día} other {Los siguientes # días}}",
129
+ "filters.nextNWeeks": "{n, plural, one {La siguiente # semana} other {Las siguientes # semanas}}",
130
+ "filters.nextNMonths": "{n, plural, one {El siguiente # mes} other {Los siguientes # meses}}",
131
+ "filters.nextNQuarters": "{n, plural, one {El siguiente # trimestre} other {Los siguientes # trimestres}}",
132
+ "filters.nextNYears": "{n, plural, one {El siguiente # año} other {Los siguientes # años}}",
133
+ "filters.interval.minutes.past": "Desde hace {from} a {to} {to, plural, one {minuto} other {minutos}}",
134
+ "filters.interval.minutes.past.sameValue": "Hace {value} {value, plural, one {minuto} other {minutos}}",
135
+ "filters.interval.minutes.future": "Dentro de {from} a {to} {to, plural, one {minuto} other {minutos}}",
136
+ "filters.interval.minutes.future.sameValue": "Dentro de {value} {value, plural, one {minuto} other {minutos}}",
137
+ "filters.interval.minutes.mixed": "Hace de {from} {from, plural, one {minuto} other {minutos}} a dentro de {to} {to, plural, one {minuto} other {minutos}}",
138
+ "filters.interval.hours.past": "Hace de {from} a {to} {to, plural, one {hora} other {horas}}",
139
+ "filters.interval.hours.past.sameValue": "Hace {value} {value, plural, one {hora} other {horas}}",
140
+ "filters.interval.hours.future": "Dentro de {from} a {to} {to, plural, one {hora} other {horas}}",
141
+ "filters.interval.hours.future.sameValue": "Dentro de {value} {value, plural, one {hora} other {horas}}",
142
+ "filters.interval.hours.mixed": "Hace de {from} {from, plural, one {hora} other {horas}} a dentro de {to} {to, plural, one {hora} other {horas}}",
113
143
  "filters.interval.days.past": "Hace de {from} a {to} {to, plural, one {día} other {días}}",
114
144
  "filters.interval.days.past.sameValue": "Hace {value} {value, plural, one {día} other {días}}",
115
145
  "filters.interval.days.future": "Dentro de {from} a {to} {to, plural, one {día} other {días}}",
@@ -135,6 +165,8 @@
135
165
  "filters.interval.years.future": "Dentro de {from} a {to} {to, plural, one {año} other {años}}",
136
166
  "filters.interval.years.future.sameValue": "Dentro de {value} {value, plural, one {año} other {años}}",
137
167
  "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}}",
168
+ "filters.granularity.minutes": "Minutos",
169
+ "filters.granularity.hours": "Horas",
138
170
  "filters.granularity.days": "Días",
139
171
  "filters.granularity.weeks": "Semanas",
140
172
  "filters.granularity.months": "Meses",
@@ -142,10 +174,16 @@
142
174
  "filters.granularity.years": "Años",
143
175
  "filters.from": "de",
144
176
  "filters.to": "para",
145
- "filters.floatingRange": "Intervalo flotante",
177
+ "filters.floatingRange": "Periodo relativo",
146
178
  "filters.floatingRange.tooltip": "El rango de fechas es relativo a hoy y se ajusta en el tiempo.",
147
179
  "filters.floatingRange.noMatch": "No se encontró ninguna coincidencia",
148
180
  "filters.floatingRange.tooBig": "Valor máximo: {limit}",
181
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {el minuto pasado} other {hace # minutos}}",
182
+ "filters.floatingRange.option.minute.offset.today": "este minuto",
183
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {el próximo minuto} other {dentro de # minutos}}",
184
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {la hora pasada} other {hace # horas}}",
185
+ "filters.floatingRange.option.hour.offset.today": "esta hora",
186
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {la próxima hora} other {dentro de # horas}}",
149
187
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {ayer} other {hace # días}}",
150
188
  "filters.floatingRange.option.day.offset.today": "hoy",
151
189
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {mañana} other {dentro de # días}}",
@@ -163,6 +201,10 @@
163
201
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {el próximo año} other {dentro de # años}}",
164
202
  "filters.allTime.title": "De todo el tiempo",
165
203
  "filters.allTime.excludeCurrentPeriod": "Excluir periodo abierto",
204
+ "filters.minute.title": "MINUTO",
205
+ "filters.minute.excludeCurrentPeriod": "Excluir este minuto",
206
+ "filters.hour.title": "HORA",
207
+ "filters.hour.excludeCurrentPeriod": "Excluir esta hora",
166
208
  "filters.day.title": "DÍA",
167
209
  "filters.day.excludeCurrentPeriod": "Excluir hoy",
168
210
  "filters.week.title": "SEMANA",
@@ -176,6 +218,7 @@
176
218
  "filters.excludeCurrentPeriod.unavailable": "No disponible para el intervalo de fechas seleccionado",
177
219
  "filters.staticPeriod": "Período estático",
178
220
  "filters.staticPeriod.incorrectFormat": "La fecha debe estar en formato {format}",
221
+ "filters.staticPeriod.endDateBeforeStartDate": "La hora de fin debe ser posterior a la hora de inicio",
179
222
  "mvf.operator.all": "todo",
180
223
  "mvf.operator.greaterThan": "mayor que",
181
224
  "mvf.operator.greaterThanOrEqualTo": "mayor o igual que",
@@ -198,6 +241,7 @@
198
241
  "measureNumberCustomFormatDialog.howToFormat": "¿Cómo dar formato?",
199
242
  "measureNumberCustomFormatDialog.definition": "Definición",
200
243
  "measureNumberCustomFormatDialog.preview": "Vista previa",
244
+ "properties.legend.title": "Leyenda",
201
245
  "attrf.all": "Todo",
202
246
  "attrf.all_except": "Todo excepto",
203
247
  "rankingFilter.topBottom": "Valores superiores/inferiores",
@@ -241,8 +285,33 @@
241
285
  "sorting.dropdown.header": "Ordenar perspectiva",
242
286
  "sorting.type.alphabetical.asc": "De la A a la Z",
243
287
  "sorting.type.alphabetical.desc": "De la Z a la A",
288
+ "sorting.type.date.asc": "De más antiguo a más reciente",
289
+ "sorting.type.date.desc": "De más reciente a más antiguo",
290
+ "sorting.type.default": "Predeterminado",
244
291
  "sorting.type.numerical.asc": "De menor a mayor",
245
292
  "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)"
293
+ "sorting.by": "por",
294
+ "sorting.sum.of.all.measure": "Total",
295
+ "sorting.default.tooltip": "Use el orden definido en el atributo.",
296
+ "attributeFilterDropdown.emptyValue": "valor vacío",
297
+ "embedInsightDialog.actions.close": "Cerrar",
298
+ "embedInsightDialog.actions.copyCode": "Copiar código",
299
+ "embedInsightDialog.code.language.codeAs": "Codificar como",
300
+ "embedInsightDialog.code.options": "Otras opciones",
301
+ "embedInsightDialog.code.options.include.config": "Incluir configuración",
302
+ "embedInsightDialog.code.options.include.config.info": "Incluya la configuración de la perspectiva en cuanto a colores, ejes, leyenda y lienzos si está disponible.",
303
+ "embedInsightDialog.code.options.custom.height": "Personalizar altura",
304
+ "embedInsightDialog.code.options.display.title": "Mostrar título",
305
+ "embedInsightDialog.headLine.byReference": "Incrustar como perspectiva directa",
306
+ "embedInsightDialog.headLine.byDefinition": "Incrustar como perspectiva permanente",
307
+ "embedInsightDialog.headLine.byReference.tooltip": "Incrustar como una referencia a una perspectiva guardada en un componente de reacción genérico de GD.UI. Cualquier cambio futuro en la perspectiva (como tipo de visuailzación, métricas, atributos) quedará reflejado en la versión incrustada.",
308
+ "embedInsightDialog.headLine.byDefinition.tooltip": "Incrustar como una definición de perspectiva en un componente de reacción específico de GD.UI según el tipo de visualización seleccionado actualmente. Ningún cambio futuro en la perspectiva (como tipo de visualización, métricas, atributos) hecho en esta aplicación quedará reflejado en la versión incrustada.",
309
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Nota.</b> Para que este fragmento de código funcione, prepare su entorno.",
310
+ "embedInsightDialog.prepareEnvironmentMessage.link": "Más información",
311
+ "embed.dialog.numeric.input.validation": "El valor debe ser un número mayor que 0",
312
+ "embed.dialog.numeric.input.warning": "Esta entrada acepta solo dígitos mayores que 0",
313
+ "embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
314
+ "error.overlay.login": "Iniciar sesión",
315
+ "error.overlay.title": "Se ha cerrado la sesión",
316
+ "error.overlay.text": "Iníciela de nuevo para continuar su trabajo."
248
317
  }
@@ -1,11 +1,25 @@
1
1
  {
2
- "visualizations.more": "Montrer plus",
3
- "visualizations.less": "Montrer moins",
4
- "visualizations.sorting": "Tri des colonnes",
5
- "visualizations.asc": "Ordre croissant",
6
- "visualizations.desc": "Ordre décroissant",
2
+ "empty_value": "valeur vide",
3
+ "gs.date.at": "à",
4
+ "gs.header.help": "Aide",
5
+ "gs.header.logout": "Déconnexion",
6
+ "gs.list.all": "Tout",
7
+ "gs.list.except": "sauf",
8
+ "gs.list.is": "est",
9
+ "gs.list.notAvailableAbbreviation": "S/O",
10
+ "gs.list.searchResults": "résultats de la recherche",
11
+ "gs.visualizationsList.loading": "Chargement en cours…",
12
+ "gs.color-picker.inputPlaceholder": "#color",
13
+ "gs.color-picker.currentColor": "en cours",
14
+ "gs.color-picker.newColor": "nouvelle",
15
+ "gs.color-picker.cancelButton": "Annuler",
16
+ "gs.color-picker.okButton": "OK",
17
+ "gs.color-picker.hex": "hex",
18
+ "gs.noData.noMatchingData": "Aucune donnée correspondante",
19
+ "gs.noData.noDataAvailable": "Aucune donnée correspondante",
20
+ "geochart.scroll.zoom.blocker": "Utilisez {button} + défilement pour zoomer sur la carte",
21
+ "geochart.touch.pan.blocker": "Utilisez deux doigts pour déplacer la carte",
7
22
  "visualizations.of": "{page} sur {pagesCount}",
8
- "visualizations.totals.dropdown.heading": "Ajouter une nouvelle ligne",
9
23
  "visualizations.totals.dropdown.title.sum": "Somme",
10
24
  "visualizations.totals.dropdown.title.avg": "Moyenne",
11
25
  "visualizations.totals.dropdown.title.min": "Min",
@@ -15,12 +29,6 @@
15
29
  "visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "L'agrégation Cumul (Total) n'est pas disponible en filtrant la perception par valeur de métrique. Pour utiliser Cumul (Total), supprimez tous les filtres de valeur de métrique de la barre de filtres.",
16
30
  "visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "L'agrégation Cumul (Total) n'est pas disponible lorsque la perception utilise un filtre de classement. Pour utiliser Cumul (Total), retirez le filtre de classement de la barre de filtres.",
17
31
  "visualizations.totals.dropdown.title.med": "Médiane",
18
- "visualizations.totals.row.title.sum": "Somme",
19
- "visualizations.totals.row.title.avg": "Moyenne",
20
- "visualizations.totals.row.title.min": "Min",
21
- "visualizations.totals.row.title.max": "Max",
22
- "visualizations.totals.row.title.nat": "Total",
23
- "visualizations.totals.row.title.med": "Médiane",
24
32
  "visualizations.headline.tertiary.title": "Par rapport à",
25
33
  "visualization.numericValues.k": "k",
26
34
  "visualization.numericValues.m": "M",
@@ -47,7 +55,6 @@
47
55
  "gs.filterLabel.none": "Aucun(e)",
48
56
  "gs.filter.loading": "Chargement du filtre en cours …",
49
57
  "gs.filter.error": "Erreur lors du chargement du filtre",
50
- "gs.list.loading": "Chargement de la liste en cours…",
51
58
  "gs.list.clear": "Effacer",
52
59
  "gs.list.cancel": "Annuler",
53
60
  "gs.list.apply": "Appliquer",
@@ -57,6 +64,10 @@
57
64
  "gs.list.noItemsFound": "Éléments introuvables.",
58
65
  "gs.list.error": "Erreur lors du chargement des éléments de la liste",
59
66
  "gs.header.upsellButtonText": "Mise à niveau",
67
+ "gs.header.countdown.numberOfDaysLeft": "{number} jours restants",
68
+ "gs.header.countdown.numberOfMonthsLeft": "{number} mois restants",
69
+ "gs.header.countdown.oneMonthLeft": "1 mois restant",
70
+ "gs.header.countdown.lastDay": "Aujourd'hui est votre dernier jour",
60
71
  "measure.title.suffix.same_period_year_ago": "MP de l'année antérieure",
61
72
  "measure.title.suffix.previous_period": "période précédente",
62
73
  "visualizations.measure.arithmetic.sum.title": "Somme de {firstMeasureTitle} et {secondMeasureTitle}",
@@ -83,8 +94,13 @@
83
94
  "loading": "Chargement en cours…",
84
95
  "filtering": "Filtrage…",
85
96
  "dateFilterDropdown.title": "Plage de dates",
86
- "dateFilterDropdown.buttonTitle": "Plage de dates",
87
97
  "dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
98
+ "filters.thisMinute.title": "Cette minute",
99
+ "filters.lastMinute.title": "Dernière minute",
100
+ "filters.nextMinute.title": "Minute suivante",
101
+ "filters.thisHour.title": "Cette heure",
102
+ "filters.lastHour.title": "Dernière heure",
103
+ "filters.nextHour.title": "Heure suivante",
88
104
  "filters.thisDay.title": "Aujourd'hui",
89
105
  "filters.lastDay.title": "Hier",
90
106
  "filters.nextDay.title": "Demain",
@@ -100,16 +116,30 @@
100
116
  "filters.thisYear.title": "Cette année",
101
117
  "filters.lastYear.title": "L'année dernière",
102
118
  "filters.nextYear.title": "L'année prochaine",
119
+ "filters.lastNMinutes": "{n, plural, one {Dernière # minute} other {Dernières # minutes}}",
120
+ "filters.lastNHours": "{n, plural, one {Dernière # heure} other {Dernières # heures}}",
103
121
  "filters.lastNDays": "{n, plural, one {# dernier jour} other {# derniers jours}}",
104
122
  "filters.lastNWeeks": "{n, plural, one {# dernière semaine} other {# dernières semaines}}",
105
123
  "filters.lastNMonths": "{n, plural, one {# dernier mois} other {# derniers mois}}",
106
124
  "filters.lastNQuarters": "{n, plural, one {# dernier trimestre} other {# derniers trimestres}}",
107
125
  "filters.lastNYears": "{n, plural, one {# dernière année} other {# dernières années}}",
126
+ "filters.nextNMinutes": "{n, plural, one {# minute suivante} other {# minutes suivantes}}",
127
+ "filters.nextNHours": "{n, plural, one {# heure suivante} other {# heures suivantes}}",
108
128
  "filters.nextNDays": "{n, plural, one {# prochain jour} other {# prochains jours}}",
109
129
  "filters.nextNWeeks": "{n, plural, one {# prochaine semaine} other {# prochaines semaines}}",
110
130
  "filters.nextNMonths": "{n, plural, one {# prochain mois} other {# prochains mois}}",
111
131
  "filters.nextNQuarters": "{n, plural, one {# prochain trimestre} other {# prochains trimestres}}",
112
132
  "filters.nextNYears": "{n, plural, one {# prochaine année} other {# prochaines années}}",
133
+ "filters.interval.minutes.past": "Il y a {from} à {to} {to, plural, one {minute} other {minutes}}",
134
+ "filters.interval.minutes.past.sameValue": "Il y a {value} {value, plural, one {minute} other {minutes}}",
135
+ "filters.interval.minutes.future": "Dans {from} à {to} {to, plural, one {minute} other {minutes}}",
136
+ "filters.interval.minutes.future.sameValue": "Dans {value} {value, plural, one {minute} other {minutes}}",
137
+ "filters.interval.minutes.mixed": "D'il y a {from} {from, plural, one {minute} other {minutes}} à dans {to} {to, plural, one {minute} other {minutes}}",
138
+ "filters.interval.hours.past": "D'il y a {from} à {to} {to, plural, one {heure} other {heures}}",
139
+ "filters.interval.hours.past.sameValue": "Il y a {value} {value, plural, one {heure} other {heures}}",
140
+ "filters.interval.hours.future": "Dans {from} à {to} {to, plural, one {heure} other {heures}}",
141
+ "filters.interval.hours.future.sameValue": "Dans {value} {value, plural, one {heure} other {heures}}",
142
+ "filters.interval.hours.mixed": "D'il y a {from} {from, plural, one {heure} other {heures}} à dans {to} {to, plural, one {heure} other {heures}}",
113
143
  "filters.interval.days.past": "Il y a {from} à {to} {to, plural, one {jour} other {jours}}",
114
144
  "filters.interval.days.past.sameValue": "Il y a {value} {value, plural, one {jour} other {jours}}",
115
145
  "filters.interval.days.future": "Dans {from} à {to} {to, plural, one {jour} other {jours}}",
@@ -135,6 +165,8 @@
135
165
  "filters.interval.years.future": "Dans {from} à {to} {to, plural, one {an} other {ans}}",
136
166
  "filters.interval.years.future.sameValue": "Dans {value} {value, plural, one {an} other {ans}}",
137
167
  "filters.interval.years.mixed": "D'il y a {from} {from, plural, one {an} other {ans}} à dans {to} {to, plural, one {an} other {ans}}",
168
+ "filters.granularity.minutes": "Minutes",
169
+ "filters.granularity.hours": "Heures",
138
170
  "filters.granularity.days": "Jours",
139
171
  "filters.granularity.weeks": "Semaines",
140
172
  "filters.granularity.months": "Mois",
@@ -142,10 +174,16 @@
142
174
  "filters.granularity.years": "Années",
143
175
  "filters.from": "de",
144
176
  "filters.to": "à",
145
- "filters.floatingRange": "Plage flottante",
177
+ "filters.floatingRange": "Période relative",
146
178
  "filters.floatingRange.tooltip": "La plage de dates se base sur la date du jour et s'ajuste dans le temps.",
147
179
  "filters.floatingRange.noMatch": "Aucune correspondance trouvée",
148
180
  "filters.floatingRange.tooBig": "Valeur maximale : {limit}",
181
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {dernière minute} other {il y a # minutes}}",
182
+ "filters.floatingRange.option.minute.offset.today": "cette minute",
183
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {minute suivante} other {dans # minutes}}",
184
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {dernière heure} other {il y a # heures}}",
185
+ "filters.floatingRange.option.hour.offset.today": "cette heure",
186
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {heure suivante} other {dans # heures}}",
149
187
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {hier} other {il y a # jours}}",
150
188
  "filters.floatingRange.option.day.offset.today": "aujourd'hui",
151
189
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {demain} other {dans # jours}}",
@@ -163,6 +201,10 @@
163
201
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {l'année prochaine} other {dans # ans}}",
164
202
  "filters.allTime.title": "Tout le temps",
165
203
  "filters.allTime.excludeCurrentPeriod": "Exclure période ouverte",
204
+ "filters.minute.title": "MINUTE",
205
+ "filters.minute.excludeCurrentPeriod": "Exclure cette minute",
206
+ "filters.hour.title": "HEURE",
207
+ "filters.hour.excludeCurrentPeriod": "Exclure cette heure",
166
208
  "filters.day.title": "JOUR",
167
209
  "filters.day.excludeCurrentPeriod": "Exclure aujourd'hui",
168
210
  "filters.week.title": "SEMAINE",
@@ -176,6 +218,7 @@
176
218
  "filters.excludeCurrentPeriod.unavailable": "Indisponible pour la plage de dates sélectionnée",
177
219
  "filters.staticPeriod": "Période statique",
178
220
  "filters.staticPeriod.incorrectFormat": "La date doit être au format {format}",
221
+ "filters.staticPeriod.endDateBeforeStartDate": "L'heure de fin doit être ultérieure à l'heure de début",
179
222
  "mvf.operator.all": "tout",
180
223
  "mvf.operator.greaterThan": "supérieur à",
181
224
  "mvf.operator.greaterThanOrEqualTo": "supérieur ou égal à",
@@ -198,6 +241,7 @@
198
241
  "measureNumberCustomFormatDialog.howToFormat": "Instructions sur le format",
199
242
  "measureNumberCustomFormatDialog.definition": "Définition",
200
243
  "measureNumberCustomFormatDialog.preview": "Aperçu",
244
+ "properties.legend.title": "Légende",
201
245
  "attrf.all": "Tout",
202
246
  "attrf.all_except": "Tout sauf",
203
247
  "rankingFilter.topBottom": "Meilleures/moins bonnes valeurs",
@@ -241,8 +285,33 @@
241
285
  "sorting.dropdown.header": "Trier la perception",
242
286
  "sorting.type.alphabetical.asc": "A à Z",
243
287
  "sorting.type.alphabetical.desc": "Z à A",
288
+ "sorting.type.date.asc": "Ordre chronologique",
289
+ "sorting.type.date.desc": "Ordre antéchronologique",
290
+ "sorting.type.default": "Par défaut",
244
291
  "sorting.type.numerical.asc": "Du plus petit au plus grand",
245
292
  "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)"
293
+ "sorting.by": "par",
294
+ "sorting.sum.of.all.measure": "Total",
295
+ "sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
296
+ "attributeFilterDropdown.emptyValue": "valeur vide",
297
+ "embedInsightDialog.actions.close": "Fermer",
298
+ "embedInsightDialog.actions.copyCode": "Copier le code",
299
+ "embedInsightDialog.code.language.codeAs": "Coder avec",
300
+ "embedInsightDialog.code.options": "Autres options",
301
+ "embedInsightDialog.code.options.include.config": "Inclure la configuration",
302
+ "embedInsightDialog.code.options.include.config.info": "Inclure la configuration disponible des couleurs, axes, légendes et canevas de la perception.",
303
+ "embedInsightDialog.code.options.custom.height": "Hauteur personnalisée",
304
+ "embedInsightDialog.code.options.display.title": "Afficher le titre",
305
+ "embedInsightDialog.headLine.byReference": "Incorporer en tant que perception directe",
306
+ "embedInsightDialog.headLine.byDefinition": "Incorporer en tant que perception permanente",
307
+ "embedInsightDialog.headLine.byReference.tooltip": "Incorporer en tant que référence à une perception enregistrée dans un composant React GD.UI générique. Toute modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) est appliquée à la version incorporée.",
308
+ "embedInsightDialog.headLine.byDefinition.tooltip": "Incorporer en tant que définition de perception dans un composant React GD.UI spécifique sur la base du type de visualisation actuellement sélectionné. Aucune modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) effectuée dans cette application n'est appliquée à la version incorporée.",
309
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>Remarque.</b> Pour que cet extrait fonctionne, vous devez préparer l'environnement.",
310
+ "embedInsightDialog.prepareEnvironmentMessage.link": "En savoir plus",
311
+ "embed.dialog.numeric.input.validation": "La valeur doit être supérieure à 0",
312
+ "embed.dialog.numeric.input.warning": "La saisie n'accepte que les chiffres supérieurs à 0.",
313
+ "embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
314
+ "error.overlay.login": "Connexion",
315
+ "error.overlay.title": "Vous avez été déconnecté(e)",
316
+ "error.overlay.text": "Pour continuer à travailler, reconnectez-vous."
248
317
  }
@@ -1,11 +1,25 @@
1
1
  {
2
- "visualizations.more": "もっと表示",
3
- "visualizations.less": "簡易表示",
4
- "visualizations.sorting": "列並べ替え",
5
- "visualizations.asc": "昇順",
6
- "visualizations.desc": "降順",
2
+ "empty_value": "空の値",
3
+ "gs.date.at": "の時刻",
4
+ "gs.header.help": "ヘルプ",
5
+ "gs.header.logout": "ログアウト",
6
+ "gs.list.all": "すべて",
7
+ "gs.list.except": "次を除く",
8
+ "gs.list.is": "は",
9
+ "gs.list.notAvailableAbbreviation": "該当なし",
10
+ "gs.list.searchResults": "検索結果",
11
+ "gs.visualizationsList.loading": "読み込んでいます…",
12
+ "gs.color-picker.inputPlaceholder": "#color",
13
+ "gs.color-picker.currentColor": "現在",
14
+ "gs.color-picker.newColor": "新規",
15
+ "gs.color-picker.cancelButton": "キャンセル",
16
+ "gs.color-picker.okButton": "OK",
17
+ "gs.color-picker.hex": "ヘックス",
18
+ "gs.noData.noMatchingData": "一致するデータがありません",
19
+ "gs.noData.noDataAvailable": "一致するデータがありません",
20
+ "geochart.scroll.zoom.blocker": "地図をズームするには、{button} スクロールを使用します",
21
+ "geochart.touch.pan.blocker": "地図を移動するには、 2 本の指を使用します",
7
22
  "visualizations.of": "{page} / {pagesCount}",
8
- "visualizations.totals.dropdown.heading": "新しい行を追加",
9
23
  "visualizations.totals.dropdown.title.sum": "合計",
10
24
  "visualizations.totals.dropdown.title.avg": "平均",
11
25
  "visualizations.totals.dropdown.title.min": "最小",
@@ -15,12 +29,6 @@
15
29
  "visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "ロールアップ(合計)集約はインサイトをメトリック値でフィルターした場合には使用できません。ロールアップ(合計)を使用するにはフィルターバーからメトリック値フィルターを全て解除してください。",
16
30
  "visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "ロールアップ(合計)集約はインサイトをメジャーでフィルターした場合に使用できません。ロールアップ(合計)を使用するにはフィルターバーからメジャーフィルターを全て解除してください。",
17
31
  "visualizations.totals.dropdown.title.med": "中央値",
18
- "visualizations.totals.row.title.sum": "合計",
19
- "visualizations.totals.row.title.avg": "平均",
20
- "visualizations.totals.row.title.min": "最小",
21
- "visualizations.totals.row.title.max": "最高",
22
- "visualizations.totals.row.title.nat": "合計",
23
- "visualizations.totals.row.title.med": "中央値",
24
32
  "visualizations.headline.tertiary.title": "対",
25
33
  "visualization.numericValues.k": "k",
26
34
  "visualization.numericValues.m": "M",
@@ -47,7 +55,6 @@
47
55
  "gs.filterLabel.none": "なし",
48
56
  "gs.filter.loading": "フィルターを読み込み中…",
49
57
  "gs.filter.error": "フィルターの読み込みエラー",
50
- "gs.list.loading": "リストを読み込み中…",
51
58
  "gs.list.clear": "クリア",
52
59
  "gs.list.cancel": "キャンセル",
53
60
  "gs.list.apply": "適用",
@@ -57,6 +64,10 @@
57
64
  "gs.list.noItemsFound": "アイテムが見つかりません。",
58
65
  "gs.list.error": "リストの読み込みエラー",
59
66
  "gs.header.upsellButtonText": "アップグレード",
67
+ "gs.header.countdown.numberOfDaysLeft": "残り {number} 日",
68
+ "gs.header.countdown.numberOfMonthsLeft": "残り {number} ヶ月",
69
+ "gs.header.countdown.oneMonthLeft": "残り 1 ヶ月",
70
+ "gs.header.countdown.lastDay": "最終日です",
60
71
  "measure.title.suffix.same_period_year_ago": "前年同期",
61
72
  "measure.title.suffix.previous_period": " 期前",
62
73
  "visualizations.measure.arithmetic.sum.title": "{firstMeasureTitle} と {secondMeasureTitle} の和",
@@ -83,8 +94,13 @@
83
94
  "loading": "読み込んでいます…",
84
95
  "filtering": "フィルタリング中…",
85
96
  "dateFilterDropdown.title": "日付範囲",
86
- "dateFilterDropdown.buttonTitle": "日付範囲",
87
97
  "dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
98
+ "filters.thisMinute.title": "現時点",
99
+ "filters.lastMinute.title": "一分前",
100
+ "filters.nextMinute.title": "一分後",
101
+ "filters.thisHour.title": "現時点",
102
+ "filters.lastHour.title": "一時間前",
103
+ "filters.nextHour.title": "一時間後",
88
104
  "filters.thisDay.title": "今日",
89
105
  "filters.lastDay.title": "昨日",
90
106
  "filters.nextDay.title": "明日",
@@ -100,16 +116,30 @@
100
116
  "filters.thisYear.title": "今年",
101
117
  "filters.lastYear.title": "去年",
102
118
  "filters.nextYear.title": "来年",
119
+ "filters.lastNMinutes": "{n, plural, one {直近の # 分} other {直近の # 分}}",
120
+ "filters.lastNHours": "{n, plural, one {直近の # 時間} other {直近の # 時間}}",
103
121
  "filters.lastNDays": "{n, plural, one {直近の # 日} other {直近の # 日}}",
104
122
  "filters.lastNWeeks": "{n, plural, one {直近の # 週間 } other {直近の # 週間}}",
105
123
  "filters.lastNMonths": "{n, plural, one {直近の # ヶ月 } other {直近の # ヶ月}}",
106
124
  "filters.lastNQuarters": "{n, plural, one {直近の # 四半期} other {直近の # 四半期}}",
107
125
  "filters.lastNYears": "{n, plural, one {直近の # 年} other {直近の # 年間}}",
126
+ "filters.nextNMinutes": "{n, plural, one {次の # 分} other {次の # 分}}",
127
+ "filters.nextNHours": "{n, plural, one {次の # 日} other {次の # 日}}",
108
128
  "filters.nextNDays": "{n, plural, one {次の # 日} other {次の # 日間}}",
109
129
  "filters.nextNWeeks": "{n, plural, one {次の # 週間} other {次の # 週間}}",
110
130
  "filters.nextNMonths": "{n, plural, one {次の # ヶ月} other {N次の # ヶ月間}}",
111
131
  "filters.nextNQuarters": "{n, plural, one {次の # 四半期} other {次の # ヶ月間}}",
112
132
  "filters.nextNYears": "{n, plural, one {次の # 年} other {次の # 年間}}",
133
+ "filters.interval.minutes.past": "{from} から {to} {to, plural, one {分} other {分}} 前",
134
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分} other {分}} 前",
135
+ "filters.interval.minutes.future": "{from} から {to} {to, plural, one {分} other {分}} 後",
136
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分} other {分}} 後",
137
+ "filters.interval.minutes.mixed": "{from} {from, plural, one {分} other {分}}前から {to} {to, plural, one {分} other {分}} 後",
138
+ "filters.interval.hours.past": "{from} から {to} {to, plural, one {時間} other {時間}} 前",
139
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {時間} other {時間}} 前",
140
+ "filters.interval.hours.future": "{from} から {to} {to, plural, one {時間} other {時間}} 後",
141
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {時間} other {時間}} 後",
142
+ "filters.interval.hours.mixed": "{from} {from, plural, one {時間} other {時間}}前から{to} {to, plural, one {時間} other {時間}}後まで",
113
143
  "filters.interval.days.past": "{from} から {to} {to, plural, one {日間} other {日間}} 前まで ",
114
144
  "filters.interval.days.past.sameValue": "{value} {value, plural, one {日間} other {日間}} 前",
115
145
  "filters.interval.days.future": "{from} から {to} {to, plural, one {日間} other {日間}} 先まで",
@@ -135,6 +165,8 @@
135
165
  "filters.interval.years.future": "{from} から {to} {to, plural, one {年間} other {年間}} 先まで",
136
166
  "filters.interval.years.future.sameValue": "{value} {value, plural, one {年間} other {年間}} 先",
137
167
  "filters.interval.years.mixed": "{from} {from, plural, one {年間} other {年間}} 前から {to} {to, plural, one {年間} other {年間}} 先まで",
168
+ "filters.granularity.minutes": "分",
169
+ "filters.granularity.hours": "時間",
138
170
  "filters.granularity.days": "日次",
139
171
  "filters.granularity.weeks": "週次",
140
172
  "filters.granularity.months": "月次",
@@ -142,10 +174,16 @@
142
174
  "filters.granularity.years": "年次",
143
175
  "filters.from": "開始時点",
144
176
  "filters.to": "終了時点",
145
- "filters.floatingRange": "相対期間",
177
+ "filters.floatingRange": "関連時間",
146
178
  "filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
147
179
  "filters.floatingRange.noMatch": "一致するものがありません",
148
180
  "filters.floatingRange.tooBig": "最大値: {limit}",
181
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
182
+ "filters.floatingRange.option.minute.offset.today": "現時点",
183
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {一分後} other {# 分後}}",
184
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {一時間前} other {# 時間前}}",
185
+ "filters.floatingRange.option.hour.offset.today": "現時点",
186
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {一時間後} other {# 時間後}}",
149
187
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {昨日} other {# 日前}}",
150
188
  "filters.floatingRange.option.day.offset.today": "今日",
151
189
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {明日} other {# 日先}}",
@@ -163,6 +201,10 @@
163
201
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
164
202
  "filters.allTime.title": "全期間",
165
203
  "filters.allTime.excludeCurrentPeriod": "期限なしを除外",
204
+ "filters.minute.title": "分間",
205
+ "filters.minute.excludeCurrentPeriod": "現時点を除外",
206
+ "filters.hour.title": "時間",
207
+ "filters.hour.excludeCurrentPeriod": "現時点を除外",
166
208
  "filters.day.title": "曜日",
167
209
  "filters.day.excludeCurrentPeriod": "今日を除外",
168
210
  "filters.week.title": "週",
@@ -176,6 +218,7 @@
176
218
  "filters.excludeCurrentPeriod.unavailable": "選択したデータ範囲ではご利用いただけません",
177
219
  "filters.staticPeriod": "固定期間",
178
220
  "filters.staticPeriod.incorrectFormat": "日付形式は {format} にする必要があります",
221
+ "filters.staticPeriod.endDateBeforeStartDate": "終了時刻は開始時刻より後にする必要があります",
179
222
  "mvf.operator.all": "すべて",
180
223
  "mvf.operator.greaterThan": "より大きい",
181
224
  "mvf.operator.greaterThanOrEqualTo": "以上",
@@ -198,6 +241,7 @@
198
241
  "measureNumberCustomFormatDialog.howToFormat": "フォーマット方法",
199
242
  "measureNumberCustomFormatDialog.definition": "定義",
200
243
  "measureNumberCustomFormatDialog.preview": "プレビュー",
244
+ "properties.legend.title": "凡例",
201
245
  "attrf.all": "すべて",
202
246
  "attrf.all_except": "次を除くすべて",
203
247
  "rankingFilter.topBottom": "上位/下位の値",
@@ -222,7 +266,7 @@
222
266
  "attributesDropdown.noData": "このアトリビュートには値がありません。",
223
267
  "shareDialog.share.grantee.title": "ユーザやグループと共有",
224
268
  "shareDialog.share.grantee.share": "共有する",
225
- "shareDialog.share.grantee.list.title": "シェア相手",
269
+ "shareDialog.share.grantee.list.title": "共有先",
226
270
  "shareDialog.share.grantee.add": "追加",
227
271
  "shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
228
272
  "shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
@@ -241,8 +285,33 @@
241
285
  "sorting.dropdown.header": "インサイトの並べ替え",
242
286
  "sorting.type.alphabetical.asc": "A から Z",
243
287
  "sorting.type.alphabetical.desc": "Z から A",
288
+ "sorting.type.date.asc": "昇順で並べ替え",
289
+ "sorting.type.date.desc": "降順で並べ替え",
290
+ "sorting.type.default": "既定",
244
291
  "sorting.type.numerical.asc": "最小から最大の順",
245
292
  "sorting.type.numerical.desc": "最大から最小の順",
246
- "sorting.sum.of.all.measure._measure": "すべての測定値の合計(合計)",
247
- "sorting.sum.of.all.measure._metric": "すべてのメトリックの合計(合計)"
293
+ "sorting.by": "",
294
+ "sorting.sum.of.all.measure": "合計",
295
+ "sorting.default.tooltip": "属性で定義された順序を使用します。",
296
+ "attributeFilterDropdown.emptyValue": "空の値",
297
+ "embedInsightDialog.actions.close": "閉じる",
298
+ "embedInsightDialog.actions.copyCode": "コードをコピー",
299
+ "embedInsightDialog.code.language.codeAs": "コード",
300
+ "embedInsightDialog.code.options": "その他のオプション",
301
+ "embedInsightDialog.code.options.include.config": "設定を含む",
302
+ "embedInsightDialog.code.options.include.config.info": "カラー、軸、凡例、キャンバス(使用可能な場合)のインサイト設定を含めます。",
303
+ "embedInsightDialog.code.options.custom.height": "ユーザー設定の高さ",
304
+ "embedInsightDialog.code.options.display.title": "タイトルを表示",
305
+ "embedInsightDialog.headLine.byReference": "ライブインサイトとして埋め込みます",
306
+ "embedInsightDialog.headLine.byDefinition": "永続的なインサイトとして埋め込みます",
307
+ "embedInsightDialog.headLine.byReference.tooltip": "保存されたインサイトへのレファレンスとして、一般的な GD.UI リアクトコンポーネントに埋め込みます。今後のインサイトの変更(表示タイプ、メトリック、属性など)は、埋め込みバージョンに反映されます。",
308
+ "embedInsightDialog.headLine.byDefinition.tooltip": "現在選択されている表示タイプに基づいて、特定の GD.UI リアクト構成要素にインサイト定義として埋め込みます。このアプリケーションで行われるインサイト(表示タイプ、メトリック、属性など)に対する今後の変更は、埋め込みバージョンには反映されません。",
309
+ "embedInsightDialog.prepareEnvironmentMessage": "<b>注: </b> このスニペットが動作するように環境を準備します。",
310
+ "embedInsightDialog.prepareEnvironmentMessage.link": "詳細",
311
+ "embed.dialog.numeric.input.validation": "値は 0 より大きい数値にしてください",
312
+ "embed.dialog.numeric.input.warning": "この入力には、0 より大きい数字のみを使用できます",
313
+ "embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
314
+ "error.overlay.login": "ログイン",
315
+ "error.overlay.title": "ログアウトしています",
316
+ "error.overlay.text": "作業を続行するには、再度ログインしてください。"
248
317
  }