@gooddata/sdk-ui-catalog 11.15.0-alpha.9 → 11.16.0-alpha.0
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.
- package/esm/catalogDetail/CatalogDetailMetricSettings.d.ts.map +1 -1
- package/esm/catalogDetail/CatalogDetailMetricSettings.js +4 -4
- package/esm/catalogDetail/CatalogDetailMetricSettings.js.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.d.ts +484 -121
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +484 -121
- package/esm/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/localization/translations.d.ts.map +1 -1
- package/esm/localization/translations.js +1 -0
- package/esm/localization/translations.js.map +1 -1
- package/package.json +17 -20
- package/esm/localization/bundles/de-DE.json +0 -94
- package/esm/localization/bundles/en-AU.json +0 -94
- package/esm/localization/bundles/en-GB.json +0 -94
- package/esm/localization/bundles/en-US.json +0 -486
- package/esm/localization/bundles/es-419.json +0 -94
- package/esm/localization/bundles/es-ES.json +0 -94
- package/esm/localization/bundles/fi-FI.json +0 -94
- package/esm/localization/bundles/fr-CA.json +0 -94
- package/esm/localization/bundles/fr-FR.json +0 -94
- package/esm/localization/bundles/it-IT.json +0 -94
- package/esm/localization/bundles/ja-JP.json +0 -94
- package/esm/localization/bundles/ko-KR.json +0 -94
- package/esm/localization/bundles/nl-NL.json +0 -94
- package/esm/localization/bundles/pl-PL.json +0 -94
- package/esm/localization/bundles/pt-BR.json +0 -94
- package/esm/localization/bundles/pt-PT.json +0 -94
- package/esm/localization/bundles/ru-RU.json +0 -94
- package/esm/localization/bundles/sl-SI.json +0 -93
- package/esm/localization/bundles/tr-TR.json +0 -94
- package/esm/localization/bundles/zh-HK.json +0 -94
- package/esm/localization/bundles/zh-Hans.json +0 -94
- package/esm/localization/bundles/zh-Hant.json +0 -94
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"analyticsCatalog.title": {
|
|
3
|
-
"value": "Analytics catalog",
|
|
4
|
-
"comment": "Title of the Analytics Catalog"
|
|
5
|
-
},
|
|
6
|
-
"analyticsCatalog.showMore": {
|
|
7
|
-
"value": "show more",
|
|
8
|
-
"comment": "Show more button label"
|
|
9
|
-
},
|
|
10
|
-
"analyticsCatalog.showLess": {
|
|
11
|
-
"value": "show less",
|
|
12
|
-
"comment": "Show less button label"
|
|
13
|
-
},
|
|
14
|
-
"analyticsCatalog.objectType.title": {
|
|
15
|
-
"value": "Object types",
|
|
16
|
-
"comment": "Title of the header section containing the object type selection."
|
|
17
|
-
},
|
|
18
|
-
"analyticsCatalog.objectType.dashboard.button.ariaLabel": {
|
|
19
|
-
"value": "Dashboard: {count}",
|
|
20
|
-
"comment": "ARIA label for the Dashboard object type"
|
|
21
|
-
},
|
|
22
|
-
"analyticsCatalog.objectType.visualization.button.ariaLabel": {
|
|
23
|
-
"value": "Visualization: {count}",
|
|
24
|
-
"comment": "ARIA label for the Visualization object type"
|
|
25
|
-
},
|
|
26
|
-
"analyticsCatalog.objectType.metric.button.ariaLabel": {
|
|
27
|
-
"value": "Metric: {count}",
|
|
28
|
-
"comment": "ARIA label for the Metric object type"
|
|
29
|
-
},
|
|
30
|
-
"analyticsCatalog.objectType.fact.button.ariaLabel": {
|
|
31
|
-
"value": "Fact: {count}",
|
|
32
|
-
"comment": "ARIA label for the Fact object type"
|
|
33
|
-
},
|
|
34
|
-
"analyticsCatalog.objectType.attribute.button.ariaLabel": {
|
|
35
|
-
"value": "Attribute: {count}",
|
|
36
|
-
"comment": "ARIA label for the Attribute object type"
|
|
37
|
-
},
|
|
38
|
-
"analyticsCatalog.objectType.dateDataset.button.ariaLabel": {
|
|
39
|
-
"value": "Date dataset: {count}",
|
|
40
|
-
"comment": "ARIA label for the Date dataset object type filter button, showing the number of matching date datasets. Example: 'Date dataset: 6'."
|
|
41
|
-
},
|
|
42
|
-
"analyticsCatalog.objectType.dashboard.tooltip": {
|
|
43
|
-
"value": "Dashboard",
|
|
44
|
-
"comment": "Tooltip label shown when hovering the dashboard object type indicator (e.g., in the catalog table or the detail header)."
|
|
45
|
-
},
|
|
46
|
-
"analyticsCatalog.objectType.visualization.tooltip": {
|
|
47
|
-
"value": "Visualization",
|
|
48
|
-
"comment": "Tooltip label shown when hovering the visualization object type indicator when the specific visualization type is not available."
|
|
49
|
-
},
|
|
50
|
-
"analyticsCatalog.objectType.metric.tooltip": {
|
|
51
|
-
"value": "Metric",
|
|
52
|
-
"comment": "Tooltip label shown when hovering the metric object type indicator."
|
|
53
|
-
},
|
|
54
|
-
"analyticsCatalog.objectType.attribute.tooltip": {
|
|
55
|
-
"value": "Attribute",
|
|
56
|
-
"comment": "Tooltip label shown when hovering the attribute object type indicator."
|
|
57
|
-
},
|
|
58
|
-
"analyticsCatalog.objectType.fact.tooltip": {
|
|
59
|
-
"value": "Fact",
|
|
60
|
-
"comment": "Tooltip label shown when hovering the fact object type indicator."
|
|
61
|
-
},
|
|
62
|
-
"analyticsCatalog.objectType.dateDataset.tooltip": {
|
|
63
|
-
"value": "Date dataset",
|
|
64
|
-
"comment": "Tooltip label shown when hovering the date dataset object type indicator."
|
|
65
|
-
},
|
|
66
|
-
"analyticsCatalog.visualizationType.table.tooltip": {
|
|
67
|
-
"value": "Table",
|
|
68
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type table."
|
|
69
|
-
},
|
|
70
|
-
"analyticsCatalog.visualizationType.area.tooltip": {
|
|
71
|
-
"value": "Area chart",
|
|
72
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type area chart."
|
|
73
|
-
},
|
|
74
|
-
"analyticsCatalog.visualizationType.treemap.tooltip": {
|
|
75
|
-
"value": "Treemap chart",
|
|
76
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type treemap chart."
|
|
77
|
-
},
|
|
78
|
-
"analyticsCatalog.visualizationType.scatter.tooltip": {
|
|
79
|
-
"value": "Scatter plot",
|
|
80
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type scatter plot."
|
|
81
|
-
},
|
|
82
|
-
"analyticsCatalog.visualizationType.donut.tooltip": {
|
|
83
|
-
"value": "Donut chart",
|
|
84
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type donut chart."
|
|
85
|
-
},
|
|
86
|
-
"analyticsCatalog.visualizationType.headline.tooltip": {
|
|
87
|
-
"value": "Headline",
|
|
88
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type headline."
|
|
89
|
-
},
|
|
90
|
-
"analyticsCatalog.visualizationType.column.tooltip": {
|
|
91
|
-
"value": "Column chart",
|
|
92
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type column chart."
|
|
93
|
-
},
|
|
94
|
-
"analyticsCatalog.visualizationType.line.tooltip": {
|
|
95
|
-
"value": "Line chart",
|
|
96
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type line chart."
|
|
97
|
-
},
|
|
98
|
-
"analyticsCatalog.visualizationType.pyramid.tooltip": {
|
|
99
|
-
"value": "Pyramid chart",
|
|
100
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type pyramid chart."
|
|
101
|
-
},
|
|
102
|
-
"analyticsCatalog.visualizationType.funnel.tooltip": {
|
|
103
|
-
"value": "Funnel chart",
|
|
104
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type funnel chart."
|
|
105
|
-
},
|
|
106
|
-
"analyticsCatalog.visualizationType.heatmap.tooltip": {
|
|
107
|
-
"value": "Heatmap",
|
|
108
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type heatmap."
|
|
109
|
-
},
|
|
110
|
-
"analyticsCatalog.visualizationType.bubble.tooltip": {
|
|
111
|
-
"value": "Bubble chart",
|
|
112
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type bubble chart."
|
|
113
|
-
},
|
|
114
|
-
"analyticsCatalog.visualizationType.pie.tooltip": {
|
|
115
|
-
"value": "Pie chart",
|
|
116
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type pie chart."
|
|
117
|
-
},
|
|
118
|
-
"analyticsCatalog.visualizationType.bar.tooltip": {
|
|
119
|
-
"value": "Bar chart",
|
|
120
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type bar chart."
|
|
121
|
-
},
|
|
122
|
-
"analyticsCatalog.visualizationType.combo.tooltip": {
|
|
123
|
-
"value": "Combo chart",
|
|
124
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type combo chart."
|
|
125
|
-
},
|
|
126
|
-
"analyticsCatalog.visualizationType.bullet.tooltip": {
|
|
127
|
-
"value": "Bullet chart",
|
|
128
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type bullet chart."
|
|
129
|
-
},
|
|
130
|
-
"analyticsCatalog.visualizationType.waterfall.tooltip": {
|
|
131
|
-
"value": "Waterfall chart",
|
|
132
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type waterfall chart."
|
|
133
|
-
},
|
|
134
|
-
"analyticsCatalog.visualizationType.dependencywheel.tooltip": {
|
|
135
|
-
"value": "Dependency wheel chart",
|
|
136
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type dependency wheel chart."
|
|
137
|
-
},
|
|
138
|
-
"analyticsCatalog.visualizationType.sankey.tooltip": {
|
|
139
|
-
"value": "Sankey chart",
|
|
140
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type Sankey chart."
|
|
141
|
-
},
|
|
142
|
-
"analyticsCatalog.visualizationType.pushpin.tooltip": {
|
|
143
|
-
"value": "Pushpin",
|
|
144
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type pushpin (map)."
|
|
145
|
-
},
|
|
146
|
-
"analyticsCatalog.visualizationType.repeater.tooltip": {
|
|
147
|
-
"value": "Repeater",
|
|
148
|
-
"comment": "Tooltip label shown when hovering a visualization item for insights of type repeater."
|
|
149
|
-
},
|
|
150
|
-
"analyticsCatalog.filter.title": {
|
|
151
|
-
"value": "Filters",
|
|
152
|
-
"comment": "Title of the header section containing the filter group."
|
|
153
|
-
},
|
|
154
|
-
"analyticsCatalog.filter.refresh": {
|
|
155
|
-
"value": "Refresh",
|
|
156
|
-
"comment": "Button label for retrying when the filter data is still syncing."
|
|
157
|
-
},
|
|
158
|
-
"analyticsCatalog.filter.createdBy.title": {
|
|
159
|
-
"value": "Created by",
|
|
160
|
-
"comment": "Title of the header section containing the created by filter."
|
|
161
|
-
},
|
|
162
|
-
"analyticsCatalog.filter.createdBy.noOptions": {
|
|
163
|
-
"value": "No creators available",
|
|
164
|
-
"comment": "Label for the no options state in the created by filter."
|
|
165
|
-
},
|
|
166
|
-
"analyticsCatalog.filter.tags.title": {
|
|
167
|
-
"value": "Tags",
|
|
168
|
-
"comment": "Title of the header section containing the tags filter."
|
|
169
|
-
},
|
|
170
|
-
"analyticsCatalog.filter.tags.noOptions": {
|
|
171
|
-
"value": "No tags available",
|
|
172
|
-
"comment": "Label for the no options state in the tags filter."
|
|
173
|
-
},
|
|
174
|
-
"analyticsCatalog.filter.origin.title": {
|
|
175
|
-
"value": "Origin",
|
|
176
|
-
"comment": "Title of the header section containing the origin filter."
|
|
177
|
-
},
|
|
178
|
-
"analyticsCatalog.filter.origin.parents": {
|
|
179
|
-
"value": "Parent",
|
|
180
|
-
"comment": "Label for the parents option in the origin filter."
|
|
181
|
-
},
|
|
182
|
-
"analyticsCatalog.filter.origin.native": {
|
|
183
|
-
"value": "Current workspace",
|
|
184
|
-
"comment": "Label for the native option in the origin filter."
|
|
185
|
-
},
|
|
186
|
-
"analyticsCatalog.filter.visibility.title": {
|
|
187
|
-
"value": "AI visibility",
|
|
188
|
-
"comment": "Title of the header section containing the AI visibility filter."
|
|
189
|
-
},
|
|
190
|
-
"analyticsCatalog.filter.visibility.visible": {
|
|
191
|
-
"value": "Visible in AI results",
|
|
192
|
-
"comment": "Label for the visible option in the AI visibility filter."
|
|
193
|
-
},
|
|
194
|
-
"analyticsCatalog.filter.visibility.hidden": {
|
|
195
|
-
"value": "Hidden from AI results",
|
|
196
|
-
"comment": "Label for the hidden option in the AI visibility filter."
|
|
197
|
-
},
|
|
198
|
-
"analyticsCatalog.filter.qualityCodes.title": {
|
|
199
|
-
"value": "Validations",
|
|
200
|
-
"comment": "Title of the header section containing the quality codes filter."
|
|
201
|
-
},
|
|
202
|
-
"analyticsCatalog.filter.qualityCodes.noOptions": {
|
|
203
|
-
"value": "No validations available",
|
|
204
|
-
"comment": "Label for the no options state in the validations filter."
|
|
205
|
-
},
|
|
206
|
-
"analyticsCatalog.filter.reset": {
|
|
207
|
-
"value": "Reset filters",
|
|
208
|
-
"comment": "Label for the button that resets all applied filters."
|
|
209
|
-
},
|
|
210
|
-
"analyticsCatalog.column.title.label": {
|
|
211
|
-
"value": "Title",
|
|
212
|
-
"comment": "Title of the column containing the title of the object."
|
|
213
|
-
},
|
|
214
|
-
"analyticsCatalog.column.title.dataSet": {
|
|
215
|
-
"value": "Dataset",
|
|
216
|
-
"comment": "Title of the column containing the dataSet of the object."
|
|
217
|
-
},
|
|
218
|
-
"analyticsCatalog.column.title.createdBy": {
|
|
219
|
-
"value": "Created by",
|
|
220
|
-
"comment": "Title of the column containing the name of the creator of the object."
|
|
221
|
-
},
|
|
222
|
-
"analyticsCatalog.column.title.createdAt": {
|
|
223
|
-
"value": "Created at",
|
|
224
|
-
"comment": "Title of the column containing the creation date of the object."
|
|
225
|
-
},
|
|
226
|
-
"analyticsCatalog.column.title.tags": {
|
|
227
|
-
"value": "Tags",
|
|
228
|
-
"comment": "Title of the column containing the tags of the object."
|
|
229
|
-
},
|
|
230
|
-
"analyticsCatalog.column.title.updatedAt": {
|
|
231
|
-
"value": "Last modified at",
|
|
232
|
-
"comment": "Title of the column containing the last modified date of the object."
|
|
233
|
-
},
|
|
234
|
-
"analyticsCatalog.column.title.updatedBy": {
|
|
235
|
-
"value": "Last modified by",
|
|
236
|
-
"comment": "Title of the column containing the name of the last modifier of the object."
|
|
237
|
-
},
|
|
238
|
-
"analyticsCatalog.column.title.isHidden": {
|
|
239
|
-
"value": "Show in AI results",
|
|
240
|
-
"comment": "Title of the field indicating whether the object is hidden in AI results."
|
|
241
|
-
},
|
|
242
|
-
"analyticsCatalog.column.title.granularities": {
|
|
243
|
-
"value": "Granularities",
|
|
244
|
-
"comment": "Label for the granularities field in the catalog item details (metadata tab), listing the available date granularities for a date dataset."
|
|
245
|
-
},
|
|
246
|
-
"analyticsCatalog.column.isHidden.icon.tooltip": {
|
|
247
|
-
"value": "Hidden from Smart Search and AI Assistant results for all users.",
|
|
248
|
-
"comment": "Tooltip content displayed on the hidden icon that appears only when the catalog item's visibility is set to hidden (in table view)."
|
|
249
|
-
},
|
|
250
|
-
"analyticsCatalog.column.isHidden.field.tooltip": {
|
|
251
|
-
"value": "Include in Smart Search and AI Assistant results for all users.",
|
|
252
|
-
"comment": "Tooltip content for the field indicating whether the object is hidden in AI results."
|
|
253
|
-
},
|
|
254
|
-
"analyticsCatalog.tags.manager.label.more": {
|
|
255
|
-
"value": "More tags",
|
|
256
|
-
"comment": "Label for the button that opens more tags in tags manager component."
|
|
257
|
-
},
|
|
258
|
-
"analyticsCatalog.tags.manager.label.noTags": {
|
|
259
|
-
"value": "No tags",
|
|
260
|
-
"comment": "Label for the message shown when there are no tags in tags manager component."
|
|
261
|
-
},
|
|
262
|
-
"analyticsCatalog.tags.manager.label.close": {
|
|
263
|
-
"value": "Close",
|
|
264
|
-
"comment": "Label for the button that closes tags manager component."
|
|
265
|
-
},
|
|
266
|
-
"analyticsCatalog.tags.manager.label.addLabel": {
|
|
267
|
-
"value": "Add tag",
|
|
268
|
-
"comment": "Label for the button that opens add tag modal in tags manager component."
|
|
269
|
-
},
|
|
270
|
-
"analyticsCatalog.tags.manager.label.nameLabel": {
|
|
271
|
-
"value": "Name",
|
|
272
|
-
"comment": "Label for the name input in add tag modal in tags manager component."
|
|
273
|
-
},
|
|
274
|
-
"analyticsCatalog.tags.manager.label.cancelLabel": {
|
|
275
|
-
"value": "Cancel",
|
|
276
|
-
"comment": "Label for the cancel button in add tag modal in tags manager component."
|
|
277
|
-
},
|
|
278
|
-
"analyticsCatalog.tags.manager.label.saveLabel": {
|
|
279
|
-
"value": "Save",
|
|
280
|
-
"comment": "Label for the save button in add tag modal in tags manager component."
|
|
281
|
-
},
|
|
282
|
-
"analyticsCatalog.tags.manager.label.removeLabel": {
|
|
283
|
-
"value": "Remove",
|
|
284
|
-
"comment": "Label for the remove button in tags manager component."
|
|
285
|
-
},
|
|
286
|
-
"analyticsCatalog.error.unknown.message": {
|
|
287
|
-
"value": "Unknown error",
|
|
288
|
-
"comment": "Generic error message for unidentified or unexpected errors"
|
|
289
|
-
},
|
|
290
|
-
"analyticsCatalog.error.unknown.description": {
|
|
291
|
-
"value": "We’re not quite sure what went wrong. Please try again later.",
|
|
292
|
-
"comment": "Instructions for users when encountering unknown errors"
|
|
293
|
-
},
|
|
294
|
-
"analyticsCatalog.error.unauthorized.message": {
|
|
295
|
-
"value": "Unauthorized",
|
|
296
|
-
"comment": "Error message shown when the user does not have permission to view the analytics catalog or its data."
|
|
297
|
-
},
|
|
298
|
-
"analyticsCatalog.error.unauthorized.description": {
|
|
299
|
-
"value": "Sorry you don't have access to the analytics catalog. Ask your administrator to grant you permissions.",
|
|
300
|
-
"comment": "Explanation shown when the user lacks permissions to view the analytics catalog, providing instructions for resolution."
|
|
301
|
-
},
|
|
302
|
-
"analyticsCatalog.catalogItem.closeButtonLabel": {
|
|
303
|
-
"value": "Close",
|
|
304
|
-
"comment": "Label for the close button in the catalog item overlay."
|
|
305
|
-
},
|
|
306
|
-
"analyticsCatalog.catalogItem.overlayLabel": {
|
|
307
|
-
"value": "Catalog item details",
|
|
308
|
-
"comment": "Label for the catalog item overlay."
|
|
309
|
-
},
|
|
310
|
-
"analyticsCatalog.catalogItem.title.add": {
|
|
311
|
-
"value": "Add title…",
|
|
312
|
-
"comment": "Catalog item title placeholder."
|
|
313
|
-
},
|
|
314
|
-
"analyticsCatalog.catalogItem.description": {
|
|
315
|
-
"value": "Description",
|
|
316
|
-
"comment": "Catalog item description label."
|
|
317
|
-
},
|
|
318
|
-
"analyticsCatalog.catalogItem.description.add": {
|
|
319
|
-
"value": "Add description…",
|
|
320
|
-
"comment": "Catalog item description placeholder."
|
|
321
|
-
},
|
|
322
|
-
"analyticsCatalog.catalogItem.update.failed": {
|
|
323
|
-
"value": "Failed to update catalog item. Try again later.",
|
|
324
|
-
"comment": "Catalog item update failed message."
|
|
325
|
-
},
|
|
326
|
-
"analyticsCatalog.catalogItem.id": {
|
|
327
|
-
"value": "Id",
|
|
328
|
-
"comment": "Catalog item id label."
|
|
329
|
-
},
|
|
330
|
-
"analyticsCatalog.catalogItem.open": {
|
|
331
|
-
"value": "Open",
|
|
332
|
-
"comment": "Catalog item open button label."
|
|
333
|
-
},
|
|
334
|
-
"analyticsCatalog.catalogItem.tab.details": {
|
|
335
|
-
"value": "Details",
|
|
336
|
-
"comment": "Catalog item tab label."
|
|
337
|
-
},
|
|
338
|
-
"analyticsCatalog.catalogItem.tab.quality": {
|
|
339
|
-
"value": "Validations {count}",
|
|
340
|
-
"comment": "Catalog item tab label."
|
|
341
|
-
},
|
|
342
|
-
"analyticsCatalog.catalogItem.tab.quality.empty": {
|
|
343
|
-
"value": "No validation issues found.",
|
|
344
|
-
"comment": "Catalog item tab label."
|
|
345
|
-
},
|
|
346
|
-
"analyticsCatalog.catalogItem.lock": {
|
|
347
|
-
"value": "You can't edit or delete this catalog item — it was created in the parent workspace. To make changes, open the parent workspace.",
|
|
348
|
-
"comment": "Tooltip content for lock icon indicating the catalog item is locked and cannot be edited."
|
|
349
|
-
},
|
|
350
|
-
"analyticsCatalog.tooltip.content": {
|
|
351
|
-
"value": "Centralized catalog of dashboards, metrics, visualizations, facts, and attributes. Explore, manage, and update all objects in one place to support consistent governance, quicker insights, and improved collaboration.",
|
|
352
|
-
"comment": "Tooltip content for the help icon in the header."
|
|
353
|
-
},
|
|
354
|
-
"analyticsCatalog.search.label": {
|
|
355
|
-
"value": "Search by title or description…",
|
|
356
|
-
"comment": "Accessible label for the search input."
|
|
357
|
-
},
|
|
358
|
-
"analyticsCatalog.empty.search.title": {
|
|
359
|
-
"value": "No match found",
|
|
360
|
-
"comment": "Title of the empty state when search input is filled."
|
|
361
|
-
},
|
|
362
|
-
"analyticsCatalog.empty.search.description": {
|
|
363
|
-
"value": "Check the spelling or adjust filters.",
|
|
364
|
-
"comment": "Description of the empty state when search input is filled."
|
|
365
|
-
},
|
|
366
|
-
"analyticsCatalog.empty.filters.title": {
|
|
367
|
-
"value": "No match found",
|
|
368
|
-
"comment": "Title of the empty state when filters are applied but search input is empty."
|
|
369
|
-
},
|
|
370
|
-
"analyticsCatalog.empty.filters.description": {
|
|
371
|
-
"value": "No matching items found for the selected filters.",
|
|
372
|
-
"comment": "Description of the empty state when filters are applied but search input is empty."
|
|
373
|
-
},
|
|
374
|
-
"analyticsCatalog.quality.tooltip.title": {
|
|
375
|
-
"value": "Validation {count, plural, one {finding} other {findings}}:",
|
|
376
|
-
"comment": "Title for the quality tooltip."
|
|
377
|
-
},
|
|
378
|
-
"analyticsCatalog.quality.tooltip.identicalTitle": {
|
|
379
|
-
"value": "There {count, plural, one {is # field} other {are # fields}} with the same title",
|
|
380
|
-
"comment": "Title for quality issue tooltip when multiple catalog items have identical titles."
|
|
381
|
-
},
|
|
382
|
-
"analyticsCatalog.quality.tooltip.identicalDescription": {
|
|
383
|
-
"value": "There {count, plural, one {is # field} other {are # fields}} with the same description",
|
|
384
|
-
"comment": "Title for quality issue tooltip when multiple catalog items have identical descriptions."
|
|
385
|
-
},
|
|
386
|
-
"analyticsCatalog.quality.tooltip.similarTitle": {
|
|
387
|
-
"value": "There {count, plural, one {is # field} other {are # fields}} with similar title",
|
|
388
|
-
"comment": "Title for quality issue tooltip when multiple catalog items have similar titles."
|
|
389
|
-
},
|
|
390
|
-
"analyticsCatalog.quality.tooltip.similarDescription": {
|
|
391
|
-
"value": "There {count, plural, one {is # field} other {are # fields}} with similar description",
|
|
392
|
-
"comment": "Title for quality issue tooltip when multiple catalog items have similar descriptions."
|
|
393
|
-
},
|
|
394
|
-
"analyticsCatalog.quality.tooltip.unknownAbbreviation": {
|
|
395
|
-
"value": "There {count, plural, one {is # abbreviation that is not recognized} other {are # abbreviations that are not recognized}}",
|
|
396
|
-
"comment": "Title for quality issue tooltip when a catalog item contains unknown abbreviation."
|
|
397
|
-
},
|
|
398
|
-
"analyticsCatalog.quality.title.identicalTitle": {
|
|
399
|
-
"value": "Identical title",
|
|
400
|
-
"comment": "Title for quality issue when multiple catalog items have identical titles."
|
|
401
|
-
},
|
|
402
|
-
"analyticsCatalog.quality.title.identicalDescription": {
|
|
403
|
-
"value": "Identical description",
|
|
404
|
-
"comment": "Title for quality issue when multiple catalog items have identical descriptions."
|
|
405
|
-
},
|
|
406
|
-
"analyticsCatalog.quality.title.similarTitle": {
|
|
407
|
-
"value": "Similar title",
|
|
408
|
-
"comment": "Title for quality issue when multiple catalog items have similar titles."
|
|
409
|
-
},
|
|
410
|
-
"analyticsCatalog.quality.title.similarDescription": {
|
|
411
|
-
"value": "Similar description",
|
|
412
|
-
"comment": "Title for quality issue when multiple catalog items have similar descriptions."
|
|
413
|
-
},
|
|
414
|
-
"analyticsCatalog.quality.title.unknownAbbreviation": {
|
|
415
|
-
"value": "Unknown abbreviation",
|
|
416
|
-
"comment": "Title for quality issue when a catalog item contains unknown abbreviation."
|
|
417
|
-
},
|
|
418
|
-
"analyticsCatalog.quality.title.none": {
|
|
419
|
-
"value": "Without issues",
|
|
420
|
-
"comment": "Title for the filter option that shows catalog items without quality issues."
|
|
421
|
-
},
|
|
422
|
-
"analyticsCatalog.quality.description.identicalTitle": {
|
|
423
|
-
"value": "Same title is used by other {count, plural, one {object} other {objects}}. Rename this or the following {count, plural, one {object} other {objects}} title to avoid confusion.",
|
|
424
|
-
"comment": "Description for quality issue when multiple catalog items have identical titles."
|
|
425
|
-
},
|
|
426
|
-
"analyticsCatalog.quality.description.identicalDescription": {
|
|
427
|
-
"value": "Same description is used by other {count, plural, one {object} other {objects}}. Rename this or the following {count, plural, one {object} other {objects}} description to avoid confusion.",
|
|
428
|
-
"comment": "Description for quality issue when multiple catalog items have identical descriptions."
|
|
429
|
-
},
|
|
430
|
-
"analyticsCatalog.quality.description.similarTitle": {
|
|
431
|
-
"value": "The title is similar to other {count, plural, one {object} other {objects}}. Distinguish it in its description to improve AI accuracy.",
|
|
432
|
-
"comment": "Description for quality issue when multiple catalog items have similar titles."
|
|
433
|
-
},
|
|
434
|
-
"analyticsCatalog.quality.description.similarDescription": {
|
|
435
|
-
"value": "The description is similar to other {count, plural, one {object} other {objects}}. Distinguish it in its title to improve AI accuracy.",
|
|
436
|
-
"comment": "Description for quality issue when multiple catalog items have similar descriptions."
|
|
437
|
-
},
|
|
438
|
-
"analyticsCatalog.quality.description.unknownAbbreviation": {
|
|
439
|
-
"value": "The abbreviation <u>{abbreviation}</u> is not recognized. Replace it with the full form to improve AI accuracy.",
|
|
440
|
-
"comment": "Description for quality issue when a catalog item contains unknown abbreviation."
|
|
441
|
-
},
|
|
442
|
-
"analyticsCatalog.quality.issue.edit": {
|
|
443
|
-
"value": "Edit{attributeName, select, TITLE { title} DESCRIPTION { description} other {}}",
|
|
444
|
-
"comment": "Label for the edit button in quality issue component. The button allows users to edit either the title or description field of a catalog item based on the quality issue. Example output: if attributeName is 'TITLE', output is 'Edit title'; if attributeName is 'DESCRIPTION', output is 'Edit description'."
|
|
445
|
-
},
|
|
446
|
-
"analyticsCatalog.quality.scoreCard.title": {
|
|
447
|
-
"value": "Semantic quality",
|
|
448
|
-
"comment": "Title of the quality score card."
|
|
449
|
-
},
|
|
450
|
-
"analyticsCatalog.quality.scoreCard.runCheck": {
|
|
451
|
-
"value": "Run check",
|
|
452
|
-
"comment": "Label for the button that runs the quality check."
|
|
453
|
-
},
|
|
454
|
-
"analyticsCatalog.quality.scoreCard.action.empty": {
|
|
455
|
-
"value": "No findings",
|
|
456
|
-
"comment": "Label for the empty state of the quality score card action."
|
|
457
|
-
},
|
|
458
|
-
"analyticsCatalog.quality.scoreCard.action.loading": {
|
|
459
|
-
"value": "Running...",
|
|
460
|
-
"comment": "Label for the loading state of the quality score card action."
|
|
461
|
-
},
|
|
462
|
-
"analyticsCatalog.quality.scoreCard.action.success": {
|
|
463
|
-
"value": "Show objects",
|
|
464
|
-
"comment": "Label for the success state of the quality score card action."
|
|
465
|
-
},
|
|
466
|
-
"analyticsCatalog.quality.scoreCard.lastCheck": {
|
|
467
|
-
"value": "Last checked: {date}",
|
|
468
|
-
"comment": "Text that is prepended to the date of the last check of the quality score card."
|
|
469
|
-
},
|
|
470
|
-
"metricComponent.metricType.label": {
|
|
471
|
-
"value": "Metric type",
|
|
472
|
-
"comment": "Analytics Catalog detail drawer: Label for the dropdown that selects whether a measure is treated as currency or left unspecified."
|
|
473
|
-
},
|
|
474
|
-
"metricComponent.metricType.unspecified": {
|
|
475
|
-
"value": "Unspecified",
|
|
476
|
-
"comment": "Analytics Catalog detail drawer: Dropdown option indicating that the metric does not enforce a dedicated semantic type."
|
|
477
|
-
},
|
|
478
|
-
"metricComponent.metricType.currency": {
|
|
479
|
-
"value": "Currency",
|
|
480
|
-
"comment": "Analytics Catalog detail drawer: Dropdown option indicating that the metric should be treated as currency."
|
|
481
|
-
},
|
|
482
|
-
"metricComponent.numberFormat.label": {
|
|
483
|
-
"value": "Number format",
|
|
484
|
-
"comment": "Analytics Catalog detail drawer: Heading for the number format editor that defines how metric values are rendered."
|
|
485
|
-
}
|
|
486
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"analyticsCatalog.title": "Catálogo de análisis",
|
|
3
|
-
"analyticsCatalog.showMore": "mostrar más",
|
|
4
|
-
"analyticsCatalog.showLess": "mostrar menos",
|
|
5
|
-
"analyticsCatalog.objectType.title": "Tipos de objetos",
|
|
6
|
-
"analyticsCatalog.objectType.dashboard.button.ariaLabel": "Panel: {count}",
|
|
7
|
-
"analyticsCatalog.objectType.visualization.button.ariaLabel": "Visualización: {count}",
|
|
8
|
-
"analyticsCatalog.objectType.metric.button.ariaLabel": "Métrica: {count}",
|
|
9
|
-
"analyticsCatalog.objectType.fact.button.ariaLabel": "Hecho: {count}",
|
|
10
|
-
"analyticsCatalog.objectType.attribute.button.ariaLabel": "Atributo: {count}",
|
|
11
|
-
"analyticsCatalog.filter.title": "Filtros",
|
|
12
|
-
"analyticsCatalog.filter.refresh": "Actualizar",
|
|
13
|
-
"analyticsCatalog.filter.createdBy.title": "Creadas por",
|
|
14
|
-
"analyticsCatalog.filter.createdBy.noOptions": "No hay creadores disponibles",
|
|
15
|
-
"analyticsCatalog.filter.tags.title": "Etiquetas",
|
|
16
|
-
"analyticsCatalog.filter.tags.noOptions": "No hay etiquetas disponibles",
|
|
17
|
-
"analyticsCatalog.filter.origin.title": "Origen",
|
|
18
|
-
"analyticsCatalog.filter.origin.parents": "Principal",
|
|
19
|
-
"analyticsCatalog.filter.origin.native": "Espacio de trabajo actual",
|
|
20
|
-
"analyticsCatalog.filter.visibility.title": "Visibilidad en IA",
|
|
21
|
-
"analyticsCatalog.filter.visibility.visible": "Visible en resultados de IA",
|
|
22
|
-
"analyticsCatalog.filter.visibility.hidden": "Oculto en resultados de IA",
|
|
23
|
-
"analyticsCatalog.filter.qualityCodes.title": "Validaciones",
|
|
24
|
-
"analyticsCatalog.filter.qualityCodes.noOptions": "No hay validaciones disponibles",
|
|
25
|
-
"analyticsCatalog.filter.reset": "Restablecer filtros",
|
|
26
|
-
"analyticsCatalog.column.title.label": "Título",
|
|
27
|
-
"analyticsCatalog.column.title.dataSet": "Conjunto de datos",
|
|
28
|
-
"analyticsCatalog.column.title.createdBy": "Creadas por",
|
|
29
|
-
"analyticsCatalog.column.title.createdAt": "Creado en",
|
|
30
|
-
"analyticsCatalog.column.title.tags": "Etiquetas",
|
|
31
|
-
"analyticsCatalog.column.title.updatedAt": "Última modificación",
|
|
32
|
-
"analyticsCatalog.column.title.updatedBy": "Última modificación por",
|
|
33
|
-
"analyticsCatalog.column.title.isHidden": "Mostrar en resultados de IA",
|
|
34
|
-
"analyticsCatalog.column.isHidden.icon.tooltip": "Oculto de los resultados de Búsqueda inteligente y Asistente de IA para todos los usuarios.",
|
|
35
|
-
"analyticsCatalog.column.isHidden.field.tooltip": "Incluir en los resultados de Búsqueda inteligente y Asistente de IA para todos los usuarios.",
|
|
36
|
-
"analyticsCatalog.tags.manager.label.more": "Más etiquetas",
|
|
37
|
-
"analyticsCatalog.tags.manager.label.noTags": "Sin etiquetas",
|
|
38
|
-
"analyticsCatalog.tags.manager.label.close": "Cerrar",
|
|
39
|
-
"analyticsCatalog.tags.manager.label.addLabel": "Agregar etiqueta",
|
|
40
|
-
"analyticsCatalog.tags.manager.label.nameLabel": "Nombre",
|
|
41
|
-
"analyticsCatalog.tags.manager.label.cancelLabel": "Cancelar",
|
|
42
|
-
"analyticsCatalog.tags.manager.label.saveLabel": "Guardar",
|
|
43
|
-
"analyticsCatalog.tags.manager.label.removeLabel": "Eliminar",
|
|
44
|
-
"analyticsCatalog.error.unknown.message": "Error desconocido",
|
|
45
|
-
"analyticsCatalog.error.unknown.description": "No estamos seguros de qué salió mal. Inténtelo más tarde.",
|
|
46
|
-
"analyticsCatalog.error.unauthorized.message": "No autorizado",
|
|
47
|
-
"analyticsCatalog.error.unauthorized.description": "No tiene acceso al catálogo de análisis. Pida a su administrador que le conceda permisos.",
|
|
48
|
-
"analyticsCatalog.catalogItem.closeButtonLabel": "Cerrar",
|
|
49
|
-
"analyticsCatalog.catalogItem.overlayLabel": "Detalles del elemento de catálogo",
|
|
50
|
-
"analyticsCatalog.catalogItem.title.add": "Agregar título…",
|
|
51
|
-
"analyticsCatalog.catalogItem.description": "Descripción",
|
|
52
|
-
"analyticsCatalog.catalogItem.description.add": "Agregar descripción…",
|
|
53
|
-
"analyticsCatalog.catalogItem.update.failed": "No se pudo actualizar el elemento de catálogo. Vuelva a intentarlo más tarde.",
|
|
54
|
-
"analyticsCatalog.catalogItem.id": "Id",
|
|
55
|
-
"analyticsCatalog.catalogItem.open": "Abrir",
|
|
56
|
-
"analyticsCatalog.catalogItem.tab.details": "Detalles",
|
|
57
|
-
"analyticsCatalog.catalogItem.tab.quality": "Validaciones {count}",
|
|
58
|
-
"analyticsCatalog.catalogItem.tab.quality.empty": "No se encontraron problemas de validación.",
|
|
59
|
-
"analyticsCatalog.catalogItem.lock": "No puede editar ni eliminar este elemento de catálogo; se creó en el espacio de trabajo principal. Para realizar cambios, abra el espacio de trabajo principal.",
|
|
60
|
-
"analyticsCatalog.tooltip.content": "Catálogo centralizado de paneles, métricas, visualizaciones, hechos y atributos. Explore, gestione y actualice todos los objetos en un solo lugar para respaldar un gobierno coherente, obtener análisis detallados más rápidos y mejorar la colaboración.",
|
|
61
|
-
"analyticsCatalog.search.label": "Buscar por título o descripción…",
|
|
62
|
-
"analyticsCatalog.empty.search.title": "No se encontró ninguna coincidencia",
|
|
63
|
-
"analyticsCatalog.empty.search.description": "Corregir la ortografía o ajustar los filtros.",
|
|
64
|
-
"analyticsCatalog.empty.filters.title": "No se encontró ninguna coincidencia",
|
|
65
|
-
"analyticsCatalog.empty.filters.description": "No se encontraron elementos que coincidan con los filtros seleccionados.",
|
|
66
|
-
"analyticsCatalog.quality.tooltip.title": "Validación {count, plural, one {hallazgo} other {hallazgos}}:",
|
|
67
|
-
"analyticsCatalog.quality.tooltip.identicalTitle": "Hay {count, plural, one {# campo} other {# campos}} con el mismo título",
|
|
68
|
-
"analyticsCatalog.quality.tooltip.identicalDescription": "Hay {count, plural, one {# campo} other {# campos}} con la misma descripción",
|
|
69
|
-
"analyticsCatalog.quality.tooltip.similarTitle": "Hay {count, plural, one {# campo} other {# campos}} con un título similar",
|
|
70
|
-
"analyticsCatalog.quality.tooltip.similarDescription": "Hay {count, plural, one {# campo} other {# campos}} con una descripción similar",
|
|
71
|
-
"analyticsCatalog.quality.tooltip.unknownAbbreviation": "Hay {count, plural, one {# abreviatura que no se reconoce} other {# abreviaturas que no se reconocen}}",
|
|
72
|
-
"analyticsCatalog.quality.title.identicalTitle": "Título idéntico",
|
|
73
|
-
"analyticsCatalog.quality.title.identicalDescription": "Descripción idéntica",
|
|
74
|
-
"analyticsCatalog.quality.title.similarTitle": "Título similar",
|
|
75
|
-
"analyticsCatalog.quality.title.similarDescription": "Descripción similar",
|
|
76
|
-
"analyticsCatalog.quality.title.unknownAbbreviation": "Abreviatura desconocida",
|
|
77
|
-
"analyticsCatalog.quality.title.none": "Sin problemas",
|
|
78
|
-
"analyticsCatalog.quality.description.identicalTitle": "El mismo título lo usan otros {count, plural, one {objeto} other {objetos}}. Cambie el nombre de este título o de los títulos de los siguientes {count, plural, one {objeto} other {objetos}} para evitar confusiones.",
|
|
79
|
-
"analyticsCatalog.quality.description.identicalDescription": "La misma descripción la usan otros {count, plural, one {objeto} other {objetos}}. Cambie la descripción de este o de los siguientes {count, plural, one {objeto} other {objetos}} para evitar confusiones.",
|
|
80
|
-
"analyticsCatalog.quality.description.similarTitle": "El título es similar al de otros {count, plural, one {objeto} other {objetos}}. Distíngalo en su descripción para mejorar la precisión de la IA.",
|
|
81
|
-
"analyticsCatalog.quality.description.similarDescription": "La descripción es similar a la de otros {count, plural, one {objeto} other {objetos}}. Distíngala en su título para mejorar la precisión de la IA.",
|
|
82
|
-
"analyticsCatalog.quality.description.unknownAbbreviation": "La abreviatura <u>{abbreviation}</u> no se reconoce. Sustitúyala por la forma completa para mejorar la precisión de la IA.",
|
|
83
|
-
"analyticsCatalog.quality.issue.edit": "Editar{attributeName, select, TITLE { título} DESCRIPTION { descripción} other {}}",
|
|
84
|
-
"analyticsCatalog.quality.scoreCard.title": "Calidad semántica",
|
|
85
|
-
"analyticsCatalog.quality.scoreCard.runCheck": "Ejecutar comprobación",
|
|
86
|
-
"analyticsCatalog.quality.scoreCard.action.empty": "Sin hallazgos",
|
|
87
|
-
"analyticsCatalog.quality.scoreCard.action.loading": "En ejecución...",
|
|
88
|
-
"analyticsCatalog.quality.scoreCard.action.success": "Mostrar objetos",
|
|
89
|
-
"analyticsCatalog.quality.scoreCard.lastCheck": "Última comprobación: {date}",
|
|
90
|
-
"metricComponent.metricType.label": "Tipo de métrica",
|
|
91
|
-
"metricComponent.metricType.unspecified": "Sin especificar",
|
|
92
|
-
"metricComponent.metricType.currency": "Divisa",
|
|
93
|
-
"metricComponent.numberFormat.label": "Formato numérico"
|
|
94
|
-
}
|