@gooddata/sdk-ui-ext 10.7.0-alpha.11 → 10.7.0-alpha.12

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.
@@ -1,6 +1,6 @@
1
1
  // (C) 2019-2024 GoodData Corporation
2
2
  import React from "react";
3
- import { FormattedMessage } from "react-intl";
3
+ import { FormattedMessage, defineMessage } from "react-intl";
4
4
  import { Bubble, BubbleHoverTrigger, Message } from "@gooddata/sdk-ui-kit";
5
5
  import cx from "classnames";
6
6
  import ConfigurationPanelContent from "./ConfigurationPanelContent.js";
@@ -52,7 +52,7 @@ export default class ScatterPlotConfigurationPanel extends ConfigurationPanelCon
52
52
  React.createElement(ConfigSection, { id: "canvas_section", title: messages.canvasTitle.id, propertiesMeta: propertiesMeta, properties: properties, pushData: pushData },
53
53
  React.createElement(DataLabelsControl, { pushData: pushData, properties: properties, isDisabled: this.areDataLabelsDisabled(), defaultValue: false, showDisabledMessage: this.isDataLabelsWarningShown() }),
54
54
  React.createElement(CheckboxControl, { valuePath: "grid.enabled", labelText: messages.canvasGridLine.id, properties: properties, checked: gridEnabled, disabled: controlsDisabled, pushData: pushData })),
55
- showClusteringSection ? (React.createElement(ConfigSection, { id: "clustering_section", title: messages.clusteringTitle.id, propertiesMeta: propertiesMeta, properties: properties, pushData: pushData, valuePath: "clustering.enabled", canBeToggled: true, toggledOn: clusteringEnabled, toggleDisabled: controlsDisabled || isScatterPlotClusteringDisabled, showDisabledMessage: isScatterPlotClusteringDisabled, toggleMessageId: "properties.clustering.disabled" },
55
+ showClusteringSection ? (React.createElement(ConfigSection, { id: "clustering_section", title: messages.clusteringTitle.id, propertiesMeta: propertiesMeta, properties: properties, pushData: pushData, valuePath: "clustering.enabled", canBeToggled: true, toggledOn: clusteringEnabled, toggleDisabled: controlsDisabled || isScatterPlotClusteringDisabled, showDisabledMessage: isScatterPlotClusteringDisabled, toggleMessageId: defineMessage({ id: "properties.clustering.disabled" }).id },
56
56
  React.createElement(NumberOfClustersControl, { valuePath: "clustering.numberOfClusters", disabled: controlsDisabled || isScatterPlotClusteringDisabled, properties: properties, pushData: pushData }),
57
57
  showingPartialClusters ? (React.createElement(Message, { type: "progress", className: "adi-input-progress" },
58
58
  React.createElement("h4", null,
@@ -1 +1 @@
1
- {"version":3,"file":"ScatterPlotConfigurationPanel.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationPanels/ScatterPlotConfigurationPanel.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ScatterPlotConfigurationPanel.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationPanels/ScatterPlotConfigurationPanel.tsx"],"names":[],"mappings":"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"}
@@ -1927,5 +1927,825 @@
1927
1927
  "value": "left",
1928
1928
  "comment": "The title of dropdown option that specifies the position of comparison to be on left.",
1929
1929
  "limit": 0
1930
+ },
1931
+ "userManagement.workspace.noMatchingItems": {
1932
+ "value": "No matching workspaces.",
1933
+ "comment": "Information shown to the user when query in search input does no match any workspace.",
1934
+ "limit": 0
1935
+ },
1936
+ "userManagement.workspace.searchPlaceholder": {
1937
+ "value": "Search workspaces",
1938
+ "comment": "Placeholder of empty workspace dialog search input.",
1939
+ "limit": 0
1940
+ },
1941
+ "userManagement.workspace.searchError": {
1942
+ "value": "Failed to load workspaces. Try again later.",
1943
+ "comment": "Error message shown to the user when query in search input failed",
1944
+ "limit": 0
1945
+ },
1946
+ "userManagement.dataSource.searchError": {
1947
+ "value": "Failed to load data sources. Try again later.",
1948
+ "comment": "Error message shown to the user when query in search input failed",
1949
+ "limit": 0
1950
+ },
1951
+ "userManagement.workspace.emptySelection.user.view": {
1952
+ "value": "This user does not have permissions for any workspaces.",
1953
+ "comment": "Information shown when no workspaces were selected yet.",
1954
+ "limit": 0
1955
+ },
1956
+ "userManagement.workspace.emptySelection.userGroup.view": {
1957
+ "value": "This group does not have permissions for any workspaces.",
1958
+ "comment": "Information shown when no workspaces were selected yet.",
1959
+ "limit": 0
1960
+ },
1961
+ "userManagement.workspace.emptySelection.edit": {
1962
+ "value": "No workspace selected.",
1963
+ "comment": "Shown when user did not typed anything to the search dialog.",
1964
+ "limit": 0
1965
+ },
1966
+ "userManagement.workspace.title": {
1967
+ "value": "Add workspace permission",
1968
+ "comment": "Title of dialog used for granting workspace permission to users or groups.",
1969
+ "limit": 0
1970
+ },
1971
+ "userManagement.dataSource.searchPlaceholder": {
1972
+ "value": "Search data sources",
1973
+ "comment": "Placeholder of empty data source dialog search input.",
1974
+ "limit": 0
1975
+ },
1976
+ "userManagement.workspace.addButton": {
1977
+ "value": "Add",
1978
+ "comment": "Title of confirm button that adds new items to the list.",
1979
+ "limit": 0
1980
+ },
1981
+ "userManagement.userGroups.addButton": {
1982
+ "value": "Add",
1983
+ "comment": "Title of confirm button that adds new items to the list.",
1984
+ "limit": 0
1985
+ },
1986
+ "userManagement.userGroups.cancelButton": {
1987
+ "value": "Cancel",
1988
+ "comment": "Button that closes the current dialog.",
1989
+ "limit": 0
1990
+ },
1991
+ "userManagement.tab.workspaces": {
1992
+ "value": "Workspaces ({count})",
1993
+ "comment": "Label of tab that lists user permissions to workspaces. Do not translate placeholder {count}. It will be replaced by number of assigned permissions in runtime.",
1994
+ "limit": 0
1995
+ },
1996
+ "userManagement.tab.groups": {
1997
+ "value": "Groups ({count})",
1998
+ "comment": "Label of tab that lists user groups user is member of. Do not translate placeholder {count}. It will be replaced by number of assigned groups in runtime.",
1999
+ "limit": 0
2000
+ },
2001
+ "userManagement.tab.users": {
2002
+ "value": "Members ({count})",
2003
+ "comment": "Label of tab that lists user members of a user group. Do not translate placeholder {count}. It will be replaced by number of group members in runtime.",
2004
+ "limit": 0
2005
+ },
2006
+ "userManagement.tab.details": {
2007
+ "value": "Details",
2008
+ "comment": "Label of tab that lists user details (name, surname, etc.)",
2009
+ "limit": 0
2010
+ },
2011
+ "userManagement.buttons.addWorkspace": {
2012
+ "value": "Add workspace permission",
2013
+ "comment": "Label of button that opens selection of workspaces user can get permissions to.",
2014
+ "limit": 0
2015
+ },
2016
+ "userManagement.buttons.addToGroup": {
2017
+ "value": "Add to group",
2018
+ "comment": "Label of button that opens selection of groups user can be assigned into to.",
2019
+ "limit": 0
2020
+ },
2021
+ "userManagement.buttons.addUser": {
2022
+ "value": "Add members",
2023
+ "comment": "Label of button that opens selection of users that can be assigned into the group.",
2024
+ "limit": 0
2025
+ },
2026
+ "userManagement.buttons.edit": {
2027
+ "value": "Edit",
2028
+ "comment": "Label of button that edit user's details (name, surname, etc.)",
2029
+ "limit": 0
2030
+ },
2031
+ "userManagement.dataSource.title": {
2032
+ "value": "Add data source permission",
2033
+ "comment": "Title of dialog used for granting data source permission to users or groups.",
2034
+ "limit": 0
2035
+ },
2036
+ "userManagement.tab.dataSources": {
2037
+ "value": "Data Sources ({count})",
2038
+ "comment": "Label of tab that lists data sources assigned to a user. Do not translate placeholder {count}. It will be replaced by number of data sources in runtime.",
2039
+ "limit": 0
2040
+ },
2041
+ "userManagement.buttons.addDataSourcePermission": {
2042
+ "value": "Add data source permission",
2043
+ "comment": "Label of button that opens selection of users that can be assigned into the group.",
2044
+ "limit": 0
2045
+ },
2046
+ "userManagement.dataSources.emptySelection.view": {
2047
+ "value": "This user does not have permissions for any data sources.",
2048
+ "comment": "Information shown when no data sources were selected yet.",
2049
+ "limit": 0
2050
+ },
2051
+ "userManagement.dataSources.emptySelection.userGroup.view": {
2052
+ "value": "This group does not have permissions for any data sources.",
2053
+ "comment": "Information shown when no data sources were selected yet.",
2054
+ "limit": 0
2055
+ },
2056
+ "userManagement.dataSources.emptySelection.edit": {
2057
+ "value": "No data sources selected.",
2058
+ "comment": "Shown when user did not typed anything to the search dialog.",
2059
+ "limit": 0
2060
+ },
2061
+ "userManagement.dataSources.permission.manage": {
2062
+ "value": "Manage",
2063
+ "comment": "Name of the data source permission that allows user to fully manage data in data source.",
2064
+ "limit": 0
2065
+ },
2066
+ "userManagement.dataSources.permission.use": {
2067
+ "value": "Use",
2068
+ "comment": "Name of the data source permission that allows user to use data in data source.",
2069
+ "limit": 0
2070
+ },
2071
+ "userManagement.dataSources.permission.remove": {
2072
+ "value": "Remove",
2073
+ "comment": "Label of option that removes data source permission from user and user group.",
2074
+ "limit": 0
2075
+ },
2076
+ "userManagement.dataSources.noMatchingItems": {
2077
+ "value": "No matching data source.",
2078
+ "comment": "Message shown when no data source matches search criteria.",
2079
+ "limit": 0
2080
+ },
2081
+ "userManagement.users.multipleDataSources.addSuccess": {
2082
+ "value": "Great! You have successfully added permissions to the users.",
2083
+ "comment": "Confirmation message shown to the user when data source permission was added successfully to multiple users.",
2084
+ "limit": 0
2085
+ },
2086
+ "userManagement.userGroups.multipleDataSources.addSuccess": {
2087
+ "value": "Great! You have successfully added permissions to the groups.",
2088
+ "comment": "Confirmation message shown to the user when data source permissions were added to multiple user groups successfully.",
2089
+ "limit": 0
2090
+ },
2091
+ "userManagement.users.multipleDataSources.addError": {
2092
+ "value": "Addition of the permission to the users failed.",
2093
+ "comment": "Error message shown to user when addition of data source permission to multiple users failed.",
2094
+ "limit": 0
2095
+ },
2096
+ "userManagement.userGroups.multipleDataSources.addError": {
2097
+ "value": "Addition of the permission to the groups failed.",
2098
+ "comment": "Error message shown to user when addition of data source permission to multiple user groups failed.",
2099
+ "limit": 0
2100
+ },
2101
+ "userManagement.dataSources.removeSuccess": {
2102
+ "value": "Great! You have successfully deleted the data source permission.",
2103
+ "comment": "Confirm message shown to user when data source permission was successfully deleted.",
2104
+ "limit": 0
2105
+ },
2106
+ "userManagement.dataSources.removeError": {
2107
+ "value": "Deletion of the data source permission failed.",
2108
+ "comment": "Error message shown to user when data source permission deletion failed.",
2109
+ "limit": 0
2110
+ },
2111
+ "userManagement.userGroup.removeError": {
2112
+ "value": "Deletion of the user group permission failed.",
2113
+ "comment": "Error message shown to user when data source permission deletion failed.",
2114
+ "limit": 0
2115
+ },
2116
+ "userManagement.dataSources.changeSuccess": {
2117
+ "value": "Great! You have successfully changed the data source permission(s).",
2118
+ "comment": "Confirmation message shown to the user when change of one or more data source permission succeeded.",
2119
+ "limit": 0
2120
+ },
2121
+ "userManagement.dataSources.changeError": {
2122
+ "value": "Change of the data source permission(s) failed.",
2123
+ "comment": "Error message shown to the user when change of one or more data source permissions failed.",
2124
+ "limit": 0
2125
+ },
2126
+ "userManagement.users.deleteLink": {
2127
+ "value": "Delete user",
2128
+ "comment": "Label of link that deletes the user.",
2129
+ "limit": 0
2130
+ },
2131
+ "userManagement.userGroups.deleteLink": {
2132
+ "value": "Delete group",
2133
+ "comment": "Label of link that deletes the user grouo.",
2134
+ "limit": 0
2135
+ },
2136
+ "userManagement.workspace.removeSuccess": {
2137
+ "value": "Great! You have successfully deleted the permission.",
2138
+ "comment": "Confirm message shown to user when workspace permission was successfully deleted.",
2139
+ "limit": 0
2140
+ },
2141
+ "userManagement.workspace.removeError": {
2142
+ "value": "Deletion of the permission failed.",
2143
+ "comment": "Error message shown to user when workspace permission deletion failed.",
2144
+ "limit": 0
2145
+ },
2146
+ "userManagement.workspace.addSuccess": {
2147
+ "value": "Great! You have successfully added the workspace permission(s).",
2148
+ "comment": "Confirm message shown to user when one or more workspace permissions were successfully added to a single user.",
2149
+ "limit": 0
2150
+ },
2151
+ "userManagement.workspace.addError": {
2152
+ "value": "Addition of the workspace permission(s) failed.",
2153
+ "comment": "Error message shown to user when workspace permission addition failed.",
2154
+ "limit": 0
2155
+ },
2156
+ "userManagement.dataSource.addSuccess": {
2157
+ "value": "Great! You have successfully added the data source permission(s).",
2158
+ "comment": "Confirm message shown to user when one or more workspace permissions were successfully added to a single user.",
2159
+ "limit": 0
2160
+ },
2161
+ "userManagement.dataSource.addError": {
2162
+ "value": "Addition of the data source permission(s) failed.",
2163
+ "comment": "Error message shown to user when workspace permission addition failed.",
2164
+ "limit": 0
2165
+ },
2166
+ "userManagement.users.multipleWorkspaces.addSuccess": {
2167
+ "value": "Great! You have successfully added workspace permissions to the users.",
2168
+ "comment": "Confirmation message shown to the user when workspace permission was added successfully to multiple users.",
2169
+ "limit": 0
2170
+ },
2171
+ "userManagement.users.multipleWorkspaces.addError": {
2172
+ "value": "Addition of the workspace permission to the users failed.",
2173
+ "comment": "Error message shown to user when addition of workspace permission to multiple users failed.",
2174
+ "limit": 0
2175
+ },
2176
+ "userManagement.userGroups.multipleWorkspaces.addSuccess": {
2177
+ "value": "Great! You have successfully added workspace permissions to the groups.",
2178
+ "comment": "Confirmation message shown to the user when workspace permissions were added to multiple user groups successfully.",
2179
+ "limit": 0
2180
+ },
2181
+ "userManagement.userGroups.multipleWorkspaces.addError": {
2182
+ "value": "Addition of the workspace permission to the groups failed.",
2183
+ "comment": "Error message shown to user when addition of workspace permission to multiple user groups failed.",
2184
+ "limit": 0
2185
+ },
2186
+ "userManagement.workspace.changeSuccess": {
2187
+ "value": "Great! You have successfully changed the workspace permission(s).",
2188
+ "comment": "Confirmation message shown to the user when change of one or more workspace permission succeeded.",
2189
+ "limit": 0
2190
+ },
2191
+ "userManagement.workspace.changeError": {
2192
+ "value": "Change of the workspace permission(s) failed.",
2193
+ "comment": "Error message shown to the user when change of one or more workspace permissions failed.",
2194
+ "limit": 0
2195
+ },
2196
+ "userManagement.workspace.hierarchicalPermission.yes": {
2197
+ "value": "Include sub-hierarchy",
2198
+ "comment": "Label of option that states that selected permission will be added to the selected workspace and to all workspaces in tree hierarchy of workspaces under it.",
2199
+ "limit": 0
2200
+ },
2201
+ "userManagement.workspace.hierarchicalPermission.yes.tooltip": {
2202
+ "value": "Apply the permission to this workspace and all its child workspaces.",
2203
+ "comment": "Tooltip that explains option that adds permission to workspace and all the child workpaces in the tree hierarchy.",
2204
+ "limit": 0
2205
+ },
2206
+ "userManagement.workspace.hierarchicalPermission.no": {
2207
+ "value": "This workspace",
2208
+ "comment": "Label of option that states that selected permission will be added just to the selected workspace and not to workspace in tree hierarchy of workspaces under it.",
2209
+ "limit": 0
2210
+ },
2211
+ "userManagement.workspace.hierarchicalPermission.no.tooltip": {
2212
+ "value": "Apply the permission only to this workspace.",
2213
+ "comment": "Tooltip that explains option that adds permission to only the selected workspace and not to any of the child workpaces in the tree hierarchy.",
2214
+ "limit": 0
2215
+ },
2216
+ "userManagement.workspace.permission.view": {
2217
+ "value": "View",
2218
+ "comment": "Name of the workspace permission that allows user view workspace objects.",
2219
+ "limit": 0
2220
+ },
2221
+ "userManagement.workspace.permissionUser.view.tooltip": {
2222
+ "value": "The user can view dashboards that have been shared with them.",
2223
+ "comment": "Tooltip of the workspace permission that allows user view workspace objects.",
2224
+ "limit": 0
2225
+ },
2226
+ "userManagement.workspace.permissionGroup.view.tooltip": {
2227
+ "value": "The group members can view dashboards that have been shared with the group.",
2228
+ "comment": "Tooltip of the workspace permission that allows user group view workspace objects.",
2229
+ "limit": 0
2230
+ },
2231
+ "userManagement.dataSources.permissionUser.use.tooltip": {
2232
+ "value": "The user can use data sources that have been shared with them.",
2233
+ "comment": "Tooltip of the data source permission that allows user use data source objects.",
2234
+ "limit": 0
2235
+ },
2236
+ "userManagement.dataSources.permissionGroup.use.tooltip": {
2237
+ "value": "The group members can use data sources that have been shared with the group.",
2238
+ "comment": "Tooltip of the data source permission that allows user group use data source objects.",
2239
+ "limit": 0
2240
+ },
2241
+ "userManagement.workspace.permission.viewExport": {
2242
+ "value": "View & Export",
2243
+ "comment": "Name of the workspace permission that allows user view and export workspace objects.",
2244
+ "limit": 0
2245
+ },
2246
+ "userManagement.workspace.permissionUser.viewExport.tooltip": {
2247
+ "value": "Covers the View permission. Additionally, the user can export dashboards to PDF files and tabular data from visualizations to XLSX and CSV files.",
2248
+ "comment": "Tooltip of the workspace permission that allows user view and export workspace objects.",
2249
+ "limit": 0
2250
+ },
2251
+ "userManagement.workspace.permissionGroup.viewExport.tooltip": {
2252
+ "value": "Covers the View permission. Additionally, the group members can export dashboards to PDF files and tabular data from visualizations to XLSX and CSV files.",
2253
+ "comment": "Tooltip of the workspace permission that allows user group view and export workspace objects.",
2254
+ "limit": 0
2255
+ },
2256
+ "userManagement.workspace.permission.analyze": {
2257
+ "value": "Analyze",
2258
+ "comment": "Name of the workspace permission that allows user analyze data in workspace.",
2259
+ "limit": 0
2260
+ },
2261
+ "userManagement.workspace.permissionUser.analyze.tooltip": {
2262
+ "value": "Covers the View permission. Additionally, the user can create, edit or delete dashboards and visualizations, and view the LDM and metrics.",
2263
+ "comment": "Tooltip of the workspace permission that allows user analyze data in workspace.",
2264
+ "limit": 0
2265
+ },
2266
+ "userManagement.workspace.permissionGroup.analyze.tooltip": {
2267
+ "value": "Covers the View permission. Additionally, the group members can create, edit or delete dashboards and visualizations, and view the LDM and metrics.",
2268
+ "comment": "Tooltip of the workspace permission that allows user group analyze data in workspace.",
2269
+ "limit": 0
2270
+ },
2271
+ "userManagement.workspace.permission.analyzeExport": {
2272
+ "value": "Analyze & Export",
2273
+ "comment": "Name of the workspace permission that allows user analyze and export data in workspace.",
2274
+ "limit": 0
2275
+ },
2276
+ "userManagement.workspace.permissionUser.analyzeExport.tooltip": {
2277
+ "value": "Covers the Analyze permission. Additionally, the user can create, edit or delete dashboards and visualizations, and view the LDM and metrics. They can also export dashboards to PDF files and tabular data from visualizations to XLSX and CSV files.",
2278
+ "comment": "Tooltip of the workspace permission that allows user analyze and export data in workspace.",
2279
+ "limit": 0
2280
+ },
2281
+ "userManagement.workspace.permissionGroup.analyzeExport.tooltip": {
2282
+ "value": "Covers the Analyze permission. Additionally, the group members can create, edit or delete dashboards and visualizations, and view the LDM and metrics. They can also export dashboards to PDF files and tabular data from visualizations to XLSX and CSV files.",
2283
+ "comment": "Tooltip of the workspace permission that allows user analyze and export and analyze data in workspace.",
2284
+ "limit": 0
2285
+ },
2286
+ "userManagement.workspace.permission.manage": {
2287
+ "value": "Manage",
2288
+ "comment": "Name of the workspace permission that allows user to fully manage data in workspace.",
2289
+ "limit": 0
2290
+ },
2291
+ "userManagement.workspace.permissionUser.manage.tooltip": {
2292
+ "value": "Covers the View, Analyze, and Export permissions. Additionally, the user can create, edit or delete the logical data model and metrics, and access all dashboards and edit their dashboard permissions without limitations.",
2293
+ "comment": "Tooltip of the workspace permission that allows user to fully manage data in workspace.",
2294
+ "limit": 0
2295
+ },
2296
+ "userManagement.workspace.permissionGroup.manage.tooltip": {
2297
+ "value": "Covers the View, Analyze, and Export permissions. Additionally, the group members can create, edit or delete the logical data model and metrics, and access all dashboards and edit their dashboard permissions without limitations.",
2298
+ "comment": "Tooltip of the workspace permission that allows user group to fully manage data in workspace.",
2299
+ "limit": 0
2300
+ },
2301
+ "userManagement.dataSources.permissionUser.manage.tooltip": {
2302
+ "value": "User can create, edit or delete the data sources.",
2303
+ "comment": "Tooltip of the data source permission that allows user to fully manage data sources.",
2304
+ "limit": 0
2305
+ },
2306
+ "userManagement.dataSources.permissionGroup.manage.tooltip": {
2307
+ "value": "Group members can create, edit or delete the data sources.",
2308
+ "comment": "Tooltip of the data source permission that allows user group to fully manage data sources.",
2309
+ "limit": 0
2310
+ },
2311
+ "userManagement.workspace.permission.remove": {
2312
+ "value": "Remove",
2313
+ "comment": "Label of option that removes workspace permission from user and user group.",
2314
+ "limit": 0
2315
+ },
2316
+ "userManagement.groupDetail.id.label": {
2317
+ "value": "ID",
2318
+ "comment": "Label of input that contains ID of the user group.",
2319
+ "limit": 0
2320
+ },
2321
+ "userManagement.groupDetail.name.label": {
2322
+ "value": "Name",
2323
+ "comment": "Label of input that contains name of the user group.",
2324
+ "limit": 0
2325
+ },
2326
+ "userManagement.userDetail.firstName.label": {
2327
+ "value": "First name",
2328
+ "comment": "Label of input that contains first name of the user.",
2329
+ "limit": 0
2330
+ },
2331
+ "userManagement.userDetail.lastName.label": {
2332
+ "value": "Last name",
2333
+ "comment": "Label of input that contains last name of the user.",
2334
+ "limit": 0
2335
+ },
2336
+ "userManagement.userDetail.email.label": {
2337
+ "value": "E-mail",
2338
+ "comment": "Label of input that contains e-mail of the user.",
2339
+ "limit": 0
2340
+ },
2341
+ "userManagement.userDetail.orgPermission.label": {
2342
+ "value": "Org. permission",
2343
+ "comment": "Label of input that contains state of the user organization permissions. The possible values are 'admin' or 'member'.",
2344
+ "limit": 0
2345
+ },
2346
+ "userManagement.detail.orgPermission.admin": {
2347
+ "value": "Admin",
2348
+ "comment": "One of the possible types of user's organization permissions. It states user is organization administrator.",
2349
+ "limit": 0
2350
+ },
2351
+ "userManagement.detail.orgPermission.admin.tooltip": {
2352
+ "value": "Organization administrator. This user has access to any protected action or resource.",
2353
+ "comment": "Tooltip that explains what does it mean if user is organization administrator. Displayed over option called 'Admin'",
2354
+ "limit": 0
2355
+ },
2356
+ "userManagement.detail.orgPermission.member": {
2357
+ "value": "Member",
2358
+ "comment": "One of the possible types of user's organization permissions. It states user is standard member without any elevated permissions.",
2359
+ "limit": 0
2360
+ },
2361
+ "userManagement.detail.orgPermission.member.tooltip": {
2362
+ "value": "Organization member. This user has access to action or resource to which he has permission to.",
2363
+ "comment": "Tooltip that explains what does it mean if user is organization member. Displayed over option called 'Member'",
2364
+ "limit": 0
2365
+ },
2366
+ "userManagement.userDetail.id.label": {
2367
+ "value": "ID",
2368
+ "comment": "Label of input that contains ID of the user.",
2369
+ "limit": 0
2370
+ },
2371
+ "userManagement.userDetail.emptyValue": {
2372
+ "value": "not set",
2373
+ "comment": "Value displayed in user form when user detail does not have value (for example he does not have first name, last name, etc.)",
2374
+ "limit": 0
2375
+ },
2376
+ "userManagement.userGroups.emptySelection.view": {
2377
+ "value": "This user is not a member of any groups.",
2378
+ "comment": "Information message shown when lst of user's user groups is empty.",
2379
+ "limit": 0
2380
+ },
2381
+ "userManagement.userGroups.emptySelection.edit": {
2382
+ "value": "No groups selected.",
2383
+ "comment": "Information is displayed in user groups selectbox when user did not type anything yet.",
2384
+ "limit": 0
2385
+ },
2386
+ "userManagement.userDetail.saveButton": {
2387
+ "value": "Save",
2388
+ "comment": "Label of button that saves the changed user details.",
2389
+ "limit": 0
2390
+ },
2391
+ "userManagement.userDetail.cancelButton": {
2392
+ "value": "Cancel",
2393
+ "comment": "Label of button that cancels the changes to user details.",
2394
+ "limit": 0
2395
+ },
2396
+ "userManagement.userDetails.updatedSuccess": {
2397
+ "value": "Great! You have successfully changed the user details.",
2398
+ "comment": "Confirmation message shown when user saved changes to user details (name, login, etc.) successfully.",
2399
+ "limit": 0
2400
+ },
2401
+ "userManagement.userDetails.updatedFailure": {
2402
+ "value": "Change of the user details failed.",
2403
+ "comment": "Error message shown when user tried to save changes to user details (name, login, etc.) but the action failed.",
2404
+ "limit": 0
2405
+ },
2406
+ "userManagement.groupDetails.updatedSuccess": {
2407
+ "value": "Great! You have successfully changed the group details.",
2408
+ "comment": "Confirmation message shown when user saved changes to user group details (name, login, etc.) successfully.",
2409
+ "limit": 0
2410
+ },
2411
+ "userManagement.groupDetails.updatedFailure": {
2412
+ "value": "Change of the user details group failed.",
2413
+ "comment": "Error message shown when user tried to save changes to user group details (name, login, etc.) but the operation failed.",
2414
+ "limit": 0
2415
+ },
2416
+ "userManagement.userGroup.addSuccess": {
2417
+ "value": "Great! You have successfully added the group(s).",
2418
+ "comment": "Confirmation message shown when user added one or more user groups to another user successfully.",
2419
+ "limit": 0
2420
+ },
2421
+ "userManagement.userGroup.addError": {
2422
+ "value": "Addition of the group(s) failed.",
2423
+ "comment": "Error message shown when user tried add one or more user groups to another user but the action failed.",
2424
+ "limit": 0
2425
+ },
2426
+ "userManagement.multipleUserGroup.addSuccess": {
2427
+ "value": "Great! You have successfully added users to the group.",
2428
+ "comment": "Confirmation message shown when user added one or more user groups to multiple users successfully.",
2429
+ "limit": 0
2430
+ },
2431
+ "userManagement.multipleUserGroup.addError": {
2432
+ "value": "Addition of the users to groups failed.",
2433
+ "comment": "Error message shown when user tried to add one or more user groups to multiple users successfully but action failed.",
2434
+ "limit": 0
2435
+ },
2436
+ "userManagement.userGroups.title": {
2437
+ "value": "Add to group",
2438
+ "comment": "Title of dialog that allows to add user groups to the user.",
2439
+ "limit": 0
2440
+ },
2441
+ "userManagement.userGroups.noMatchingItems": {
2442
+ "value": "No matching group.",
2443
+ "comment": "Message shown when no user group matches search criteria.",
2444
+ "limit": 0
2445
+ },
2446
+ "userManagement.userGroups.searchPlaceholder": {
2447
+ "value": "Search groups",
2448
+ "comment": "Placeholder in the input box that is used to search user groups.",
2449
+ "limit": 0
2450
+ },
2451
+ "userManagement.userGroups.searchError": {
2452
+ "value": "Failed to load groups. Try again later.",
2453
+ "comment": "Message shown when fetching of user groups from server failed.",
2454
+ "limit": 0
2455
+ },
2456
+ "userManagement.userGroup.removeSuccess": {
2457
+ "value": "Great! You have successfully removed the group.",
2458
+ "comment": "Confirmation message shown when user group was successfully deleted.",
2459
+ "limit": 0
2460
+ },
2461
+ "userManagement.userGroups.removeTooltip": {
2462
+ "value": "Remove group from the user.",
2463
+ "comment": "Tooltip shown over button that remove user group from the user.",
2464
+ "limit": 0
2465
+ },
2466
+ "userManagement.userGroups.removeDisabledTooltip": {
2467
+ "value": "The group cannot be removed from the user.",
2468
+ "comment": "Tooltip shown over button that remove user group from the user if the action is disabled.",
2469
+ "limit": 0
2470
+ },
2471
+ "userManagement.deleteDialog.user.title": {
2472
+ "value": "Delete user?",
2473
+ "comment": "Title of dialog that deletes a user.",
2474
+ "limit": 0
2475
+ },
2476
+ "userManagement.deleteDialog.user.body": {
2477
+ "value": "The user will be irreversibly deleted, but their visualizations and dashboards will remain unaffected.",
2478
+ "comment": "Body of dialog that deletes a users",
2479
+ "limit": 0
2480
+ },
2481
+ "userManagement.deleteDialog.user.disabledTooltip": {
2482
+ "value": "User cannot be deleted.",
2483
+ "comment": "Tooltip shown over disabled delete button.",
2484
+ "limit": 0
2485
+ },
2486
+ "userManagement.deleteDialog.userGroup.adminDisabledTooltip": {
2487
+ "value": "This group cannot be deleted.",
2488
+ "comment": "Tooltip shown over disabled delete button.",
2489
+ "limit": 0
2490
+ },
2491
+ "userManagement.deleteDialog.userGroup.nonEmptyDisabledTooltip": {
2492
+ "value": "This group cannot be deleted, because it contains members. ",
2493
+ "comment": "Tooltip shown over disabled delete button.",
2494
+ "limit": 0
2495
+ },
2496
+ "userManagement.deleteDialog.multipleUsers.title": {
2497
+ "value": "Delete users?",
2498
+ "comment": "Title of dialog that deletes multiple users.",
2499
+ "limit": 0
2500
+ },
2501
+ "userManagement.deleteDialog.multipleUsers.body": {
2502
+ "value": "<b>{count} users</b> will be irreversibly deleted, but their visualizations and dashboards will remain unaffected.",
2503
+ "comment": "Body of dialog that deletes multiple users. Do not translate placeholder {count}. It will be replaced with number of selected users in runtime.",
2504
+ "limit": 0
2505
+ },
2506
+ "userManagement.deleteDialog.group.title": {
2507
+ "value": "Delete group?",
2508
+ "comment": "Title of dialog that deletes a user group.",
2509
+ "limit": 0
2510
+ },
2511
+ "userManagement.deleteDialog.group.body": {
2512
+ "value": "The group will be irreversibly deleted. All its members will lose the rights defined by the group's permissions.",
2513
+ "comment": "Body of dialog that deletes a user group.",
2514
+ "limit": 0
2515
+ },
2516
+ "userManagement.deleteDialog.multipleGroups.title": {
2517
+ "value": "Delete groups?",
2518
+ "comment": "Title of dialog that deletes multiple user groups.",
2519
+ "limit": 0
2520
+ },
2521
+ "userManagement.deleteDialog.multipleGroups.body": {
2522
+ "value": "<b>{count} groups</b> will be irreversibly deleted. All their members will lose the rights defined by the group-specific permissions.",
2523
+ "comment": "Body of dialog that deletes multiple user group. Do not translate placeholder {count}. It will be replaced with number of selected user groups in runtime.",
2524
+ "limit": 0
2525
+ },
2526
+ "userManagement.deleteDialog.cancelButton": {
2527
+ "value": "Cancel",
2528
+ "comment": "Label of button that cancels delete action.",
2529
+ "limit": 0
2530
+ },
2531
+ "userManagement.deleteDialog.confirmButton": {
2532
+ "value": "Delete",
2533
+ "comment": "Label of button that confirms delete action.",
2534
+ "limit": 0
2535
+ },
2536
+ "userManagement.userGroups.deleteSuccess": {
2537
+ "value": "Great! You have successfully deleted the group.",
2538
+ "comment": "Confirmation message shown when user group was successfully deleted.",
2539
+ "limit": 0
2540
+ },
2541
+ "userManagement.userGroups.deleteFailure": {
2542
+ "value": "Deletion of the group failed.",
2543
+ "comment": "Error message shown when deletion of user group failed.",
2544
+ "limit": 0
2545
+ },
2546
+ "userManagement.multipleUserGroups.deleteSuccess": {
2547
+ "value": "Great! You have successfully deleted the groups.",
2548
+ "comment": "Confirmation message shown when multiple user groups were successfully deleted.",
2549
+ "limit": 0
2550
+ },
2551
+ "userManagement.multipleUserGroups.deleteFailure": {
2552
+ "value": "Deletion of the groups failed.",
2553
+ "comment": "Error message shown when deletion of multiple user group failed.",
2554
+ "limit": 0
2555
+ },
2556
+ "userManagement.createUserGroup.createSuccess": {
2557
+ "value": "Great! You have successfully created the group.",
2558
+ "comment": "Confirmation message shown when user group was successfully created.",
2559
+ "limit": 0
2560
+ },
2561
+ "userManagement.createUserGroup.createFailure": {
2562
+ "value": "Creation of the group failed.",
2563
+ "comment": "Error message shown when creation of user group failed.",
2564
+ "limit": 0
2565
+ },
2566
+ "userManagement.users.loadingError.title": {
2567
+ "value": "Can't open user",
2568
+ "comment": "Error title shown when user detail loading ended up with error.",
2569
+ "limit": 0
2570
+ },
2571
+ "userManagement.users.loadingError.notExist": {
2572
+ "value": "The user you are trying to view does not exist.",
2573
+ "comment": "Error shown when user detail loading ended up with 404 error.",
2574
+ "limit": 0
2575
+ },
2576
+ "userManagement.users.loadingError.unknown": {
2577
+ "value": "The user you are trying to view cannot be loaded.",
2578
+ "comment": "Error shown when user detail loading ended up with error.",
2579
+ "limit": 0
2580
+ },
2581
+ "userManagement.userGroups.loadingError.title": {
2582
+ "value": "Can't open group",
2583
+ "comment": "Error title shown when user group detail loading ended up with error.",
2584
+ "limit": 0
2585
+ },
2586
+ "userManagement.userGroups.loadingError.notExist": {
2587
+ "value": "The group you are trying to view does not exist.",
2588
+ "comment": "Error shown when user group detail loading ended up with 404 error.",
2589
+ "limit": 0
2590
+ },
2591
+ "userManagement.userGroups.loadingError.unknown": {
2592
+ "value": "The group you are trying to view cannot be loaded.",
2593
+ "comment": "Error shown when user group detail loading ended up with error.",
2594
+ "limit": 0
2595
+ },
2596
+ "userManagement.users.deleteSuccess": {
2597
+ "value": "Great! You have successfully deleted the user.",
2598
+ "comment": "Confirmation message shown when user was successfully deleted.",
2599
+ "limit": 0
2600
+ },
2601
+ "userManagement.users.deleteFailure": {
2602
+ "value": "Deletion of the user failed.",
2603
+ "comment": "Error message shown when deletion of user failed.",
2604
+ "limit": 0
2605
+ },
2606
+ "userManagement.multipleUsers.deleteSuccess": {
2607
+ "value": "Great! You have successfully deleted the users.",
2608
+ "comment": "Confirmation message shown when multiple users were successfully deleted.",
2609
+ "limit": 0
2610
+ },
2611
+ "userManagement.multipleUsers.deleteFailure": {
2612
+ "value": "Deletion of the users failed.",
2613
+ "comment": "Error message shown when deletion of multiple users failed.",
2614
+ "limit": 0
2615
+ },
2616
+ "userManagement.users.searchError": {
2617
+ "value": "Failed to load users. Try again later.",
2618
+ "comment": "Error shown when user list was not fetched from server.",
2619
+ "limit": 0
2620
+ },
2621
+ "userManagement.users.emptySelection.view": {
2622
+ "value": "This group does not have any members.",
2623
+ "comment": "Message shown when there are no users in the user group.",
2624
+ "limit": 0
2625
+ },
2626
+ "userManagement.users.emptySelection.edit": {
2627
+ "value": "No users selected.",
2628
+ "comment": "Shown when no user has been added to selection yet.",
2629
+ "limit": 0
2630
+ },
2631
+ "userManagement.users.removeUserFromGroup": {
2632
+ "value": "Remove user from the group.",
2633
+ "comment": "Tooltip on button that removes particular user from the user group.",
2634
+ "limit": 0
2635
+ },
2636
+ "userManagement.users.removeUserFromGroupDisabledTooltip": {
2637
+ "value": "This user cannot be removed the group.",
2638
+ "comment": "Tooltip shown over button that remove user from the user group if the action is disabled.",
2639
+ "limit": 0
2640
+ },
2641
+ "userManagement.users.removeUserFromSelection": {
2642
+ "value": "Remove.",
2643
+ "comment": "Label of action that removes selected user.",
2644
+ "limit": 0
2645
+ },
2646
+ "userManagement.userGroups.removeUserGroupFromSelection": {
2647
+ "value": "Remove.",
2648
+ "comment": "Label of action that removes selected user group.",
2649
+ "limit": 0
2650
+ },
2651
+ "userManagement.users.noMatchingItems": {
2652
+ "value": "No matching user.",
2653
+ "comment": "Message shown when no user matches the entered search criteria.",
2654
+ "limit": 0
2655
+ },
2656
+ "userManagement.users.searchPlaceholder": {
2657
+ "value": "Search users",
2658
+ "comment": "Placeholder of input box that is used to search for users.",
2659
+ "limit": 0
2660
+ },
2661
+ "userManagement.users.title": {
2662
+ "value": "Add group members",
2663
+ "comment": "Title of dialog that adds users to user group.",
2664
+ "limit": 0
2665
+ },
2666
+ "userManagement.users.cancelButton": {
2667
+ "value": "Cancel",
2668
+ "comment": "Label of button that cancels the unsaved changes in the dialog.",
2669
+ "limit": 0
2670
+ },
2671
+ "userManagement.users.addButton": {
2672
+ "value": "Add",
2673
+ "comment": "Label of button that adds users to user group.",
2674
+ "limit": 0
2675
+ },
2676
+ "userManagement.users.addSuccess": {
2677
+ "value": "Great! You have successfully added users to the group.",
2678
+ "comment": "Confirmation message shown when users were successfully added to the user group.",
2679
+ "limit": 0
2680
+ },
2681
+ "userManagement.users.addFailure": {
2682
+ "value": "Addition of the users to the group failed.",
2683
+ "comment": "Error message shown when addition of users to the user group failed.",
2684
+ "limit": 0
2685
+ },
2686
+ "userManagement.users.addToUserGroupsSuccess": {
2687
+ "value": "Great! You have successfully added users to the groups.",
2688
+ "comment": "Confirmation message shown when multiple users were successfully added to the multiple user group.",
2689
+ "limit": 0
2690
+ },
2691
+ "userManagement.users.addToUserGroupsFailure": {
2692
+ "value": "Addition of the users to groups failed.",
2693
+ "comment": "Error message shown when trying to add multiple users to the multiple user group failed.",
2694
+ "limit": 0
2695
+ },
2696
+ "userManagement.users.removeSuccess": {
2697
+ "value": "Great! You have successfully removed the user(s).",
2698
+ "comment": "Confirmation message shown when one or more users were sucessfuly removed from the user group.",
2699
+ "limit": 0
2700
+ },
2701
+ "userManagement.users.removeFailure": {
2702
+ "value": "Removal of the user(s) failed.",
2703
+ "comment": "Error message shown when removal of one or more users were from the user group failed.",
2704
+ "limit": 0
2705
+ },
2706
+ "userManagement.buttons.close": {
2707
+ "value": "Close",
2708
+ "comment": "Label of button that closes the dialog.",
2709
+ "limit": 0
2710
+ },
2711
+ "userManagement.admin.alert": {
2712
+ "value": "Admins have full access to all workspaces, resources, and actions.",
2713
+ "comment": "Text shown in user dialog that explains that user is organization administrator and has full access to everything.",
2714
+ "limit": 0
2715
+ },
2716
+ "userManagement.adminGroup.alert": {
2717
+ "value": "Members have full access to all workspaces, resources, and actions.",
2718
+ "comment": "Text shown in user group dialog that explains that user group has organization administrator rights and its members has full access to everything.",
2719
+ "limit": 0
2720
+ },
2721
+ "userManagement.admin.pill": {
2722
+ "value": "Admin",
2723
+ "comment": "Text shown in pill component next to the user name. The information states that user is organization administrator.",
2724
+ "limit": 0
2725
+ },
2726
+ "userManagement.createUserGroup.createButton": {
2727
+ "value": "Create",
2728
+ "comment": "Label of button that creates a new user group.",
2729
+ "limit": 0
2730
+ },
2731
+ "userManagement.createUserGroup.cancelButton": {
2732
+ "value": "Cancel",
2733
+ "comment": "Label of button that closes dialog.",
2734
+ "limit": 0
2735
+ },
2736
+ "userManagement.createUserGroup.dialogTitle": {
2737
+ "value": "Create group",
2738
+ "comment": "Title of dialog that creates new user group.",
2739
+ "limit": 0
2740
+ },
2741
+ "userManagement.createUserGroup.inputPlaceholder": {
2742
+ "value": "Name",
2743
+ "comment": "Placeholder shown in input box where user types name of a new user group.",
2744
+ "limit": 0
2745
+ },
2746
+ "visualizations.headline.tertiary.title": {
2747
+ "value": "Versus",
2748
+ "comment": "Means comparison of two values - for example '100 (this week) VERSUS 10 (last week)'.",
2749
+ "limit": 0
1930
2750
  }
1931
2751
  }
@@ -92,15 +92,15 @@
92
92
  "dashboard.bucket.segment_title.line": "Segmenter par",
93
93
  "dashboard.bucket.segment_title.treemap": "Segmenter par",
94
94
  "dashboard.bucket.segment_title.pushpin": "Segmenter par",
95
- "dashboard.bucket.metric_segment_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">segmenter par</span>",
96
- "dashboard.bucket.metric_segment_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">segmenter par</span>",
97
- "dashboard.bucket.metric_stack_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
98
- "dashboard.bucket.metric_stack_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
99
- "dashboard.bucket.metric_view_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">afficher par</span>",
100
- "dashboard.bucket.metric_view_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">afficher par</span>",
95
+ "dashboard.bucket.metric_segment_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'segmenter par'</span>'",
96
+ "dashboard.bucket.metric_segment_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'segmenter par'</span>'",
97
+ "dashboard.bucket.metric_stack_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
98
+ "dashboard.bucket.metric_stack_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
99
+ "dashboard.bucket.metric_view_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'afficher par'</span>'",
100
+ "dashboard.bucket.metric_view_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'afficher par'</span>'",
101
101
  "dashboard.bucket.category_view_by_warning._measure": "Pour visualiser par un autre attribut, la visualisation ne peut avoir qu'une seule mesure",
102
102
  "dashboard.bucket.category_view_by_warning._metric": "Pour visualiser par un autre attribut, la visualisation ne peut avoir qu'une seule métrique",
103
- "dashboard.bucket.view_stack_by_warning": "Pour ajouter un attribut supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
103
+ "dashboard.bucket.view_stack_by_warning": "Pour ajouter un attribut supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
104
104
  "dashboard.bucket.category_stack_by_warning._measure": "Pour empiler par, la visualisation ne peut avoir qu'une seule mesure",
105
105
  "dashboard.bucket.category_stack_by_warning._metric": "Pour empiler par, la visualisation ne peut avoir qu'une seule métrique",
106
106
  "dashboard.bucket.stack_view_by_warning": "Pour empiler par, la visualisation ne peut avoir qu'un seul attribut dans la vue par",
@@ -92,15 +92,15 @@
92
92
  "dashboard.bucket.segment_title.line": "Segmenter par",
93
93
  "dashboard.bucket.segment_title.treemap": "Segmenter par",
94
94
  "dashboard.bucket.segment_title.pushpin": "Segmenter par",
95
- "dashboard.bucket.metric_segment_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">segmenter par</span>",
96
- "dashboard.bucket.metric_segment_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">segmenter par</span>",
97
- "dashboard.bucket.metric_stack_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
98
- "dashboard.bucket.metric_stack_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
99
- "dashboard.bucket.metric_view_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de <span class=\"stack-by\">afficher par</span>",
100
- "dashboard.bucket.metric_view_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de <span class=\"stack-by\">afficher par</span>",
95
+ "dashboard.bucket.metric_segment_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'segmenter par'</span>'",
96
+ "dashboard.bucket.metric_segment_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'segmenter par'</span>'",
97
+ "dashboard.bucket.metric_stack_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
98
+ "dashboard.bucket.metric_stack_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
99
+ "dashboard.bucket.metric_view_by_warning._measure": "Pour ajouter une mesure supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'afficher par'</span>'",
100
+ "dashboard.bucket.metric_view_by_warning._metric": "Pour ajouter une métrique supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'afficher par'</span>'",
101
101
  "dashboard.bucket.category_view_by_warning._measure": "Pour visualiser par un autre attribut, la visualisation ne peut avoir qu'une seule mesure",
102
102
  "dashboard.bucket.category_view_by_warning._metric": "Pour visualiser par un autre attribut, la visualisation ne peut avoir qu'une seule métrique",
103
- "dashboard.bucket.view_stack_by_warning": "Pour ajouter un attribut supplémentaire, supprimez {icons} de <span class=\"stack-by\">empiler par</span>",
103
+ "dashboard.bucket.view_stack_by_warning": "Pour ajouter un attribut supplémentaire, supprimez {icons} de '<span class=\"stack-by\">'empiler par'</span>'",
104
104
  "dashboard.bucket.category_stack_by_warning._measure": "Pour empiler par, la visualisation ne peut avoir qu'une seule mesure",
105
105
  "dashboard.bucket.category_stack_by_warning._metric": "Pour empiler par, la visualisation ne peut avoir qu'une seule métrique",
106
106
  "dashboard.bucket.stack_view_by_warning": "Pour empiler par, la visualisation ne peut avoir qu'un seul attribut dans la vue par",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "10.7.0-alpha.11",
3
+ "version": "10.7.0-alpha.12",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,18 +50,18 @@
50
50
  "uuid": "^8.3.2",
51
51
  "debounce-promise": "^3.1.2",
52
52
  "json-stable-stringify": "^1.0.1",
53
- "@gooddata/sdk-backend-base": "10.7.0-alpha.11",
54
- "@gooddata/sdk-backend-spi": "10.7.0-alpha.11",
55
- "@gooddata/sdk-embedding": "10.7.0-alpha.11",
56
- "@gooddata/sdk-model": "10.7.0-alpha.11",
57
- "@gooddata/sdk-ui": "10.7.0-alpha.11",
58
- "@gooddata/sdk-ui-geo": "10.7.0-alpha.11",
59
- "@gooddata/sdk-ui-charts": "10.7.0-alpha.11",
60
- "@gooddata/sdk-ui-kit": "10.7.0-alpha.11",
61
- "@gooddata/sdk-ui-pivot": "10.7.0-alpha.11",
62
- "@gooddata/sdk-ui-theme-provider": "10.7.0-alpha.11",
63
- "@gooddata/util": "10.7.0-alpha.11",
64
- "@gooddata/sdk-ui-vis-commons": "10.7.0-alpha.11"
53
+ "@gooddata/sdk-backend-base": "10.7.0-alpha.12",
54
+ "@gooddata/sdk-embedding": "10.7.0-alpha.12",
55
+ "@gooddata/sdk-backend-spi": "10.7.0-alpha.12",
56
+ "@gooddata/sdk-model": "10.7.0-alpha.12",
57
+ "@gooddata/sdk-ui-charts": "10.7.0-alpha.12",
58
+ "@gooddata/sdk-ui": "10.7.0-alpha.12",
59
+ "@gooddata/sdk-ui-geo": "10.7.0-alpha.12",
60
+ "@gooddata/sdk-ui-kit": "10.7.0-alpha.12",
61
+ "@gooddata/sdk-ui-pivot": "10.7.0-alpha.12",
62
+ "@gooddata/sdk-ui-theme-provider": "10.7.0-alpha.12",
63
+ "@gooddata/sdk-ui-vis-commons": "10.7.0-alpha.12",
64
+ "@gooddata/util": "10.7.0-alpha.12"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -116,9 +116,9 @@
116
116
  "vitest-dom": "0.1.1",
117
117
  "@types/debounce-promise": "^3.1.4",
118
118
  "@types/json-stable-stringify": "^1.0.32",
119
- "@gooddata/i18n-toolkit": "10.7.0-alpha.11",
120
- "@gooddata/reference-workspace": "10.7.0-alpha.11",
121
- "@gooddata/sdk-backend-mockingbird": "10.7.0-alpha.11"
119
+ "@gooddata/i18n-toolkit": "10.7.0-alpha.12",
120
+ "@gooddata/reference-workspace": "10.7.0-alpha.12",
121
+ "@gooddata/sdk-backend-mockingbird": "10.7.0-alpha.12"
122
122
  },
123
123
  "scripts": {
124
124
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",