@gooddata/sdk-ui-gen-ai 11.15.0-alpha.2 → 11.15.0-alpha.3

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,86 +1,335 @@
1
1
  export declare const en_US: {
2
- "gd.gen-ai.global-error": string;
3
- "gd.gen-ai.global-error.description": string;
4
- "gd.gen-ai.global-error.button-details": string;
5
- "gd.gen-ai.global-error.button-clear": string;
6
- "gd.gen-ai.global-no-llm": string;
7
- "gd.gen-ai.global-no-llm.description": string;
8
- "gd.gen-ai.global-no-llm.button-create-llm": string;
9
- "gd.gen-ai.permission-error": string;
10
- "gd.gen-ai.permission-error.description": string;
11
- "gd.gen-ai.input-placeholder": string;
12
- "gd.gen-ai.input-label.mac": string;
13
- "gd.gen-ai.input-label.win": string;
14
- "gd.gen-ai.feedback.like": string;
15
- "gd.gen-ai.feedback.dislike": string;
16
- "gd.gen-ai.feedback.popup.title": string;
17
- "gd.gen-ai.feedback.popup.reasons-label": string;
18
- "gd.gen-ai.feedback.popup.description-label": string;
19
- "gd.gen-ai.feedback.popup.cancel": string;
20
- "gd.gen-ai.feedback.popup.send": string;
21
- "gd.gen-ai.feedback.popup.close": string;
22
- "gd.gen-ai.feedback.reason.forgot-context": string;
23
- "gd.gen-ai.feedback.reason.ignored-instructions": string;
24
- "gd.gen-ai.feedback.reason.factually-incorrect": string;
25
- "gd.gen-ai.feedback.reason.other": string;
26
- "gd.gen-ai.disclaimer": string;
27
- "gd.gen-ai.dialog.label": string;
28
- "gd.gen-ai.header.reset-tooltip": string;
29
- "gd.gen-ai.header.contract-tooltip": string;
30
- "gd.gen-ai.header.expand-tooltip": string;
31
- "gd.gen-ai.welcome.line-1": string;
32
- "gd.gen-ai.welcome.line-2": string;
33
- "gd.gen-ai.welcome.option-1.title": string;
34
- "gd.gen-ai.welcome.option-1.answer": string;
35
- "gd.gen-ai.welcome.option-2.title": string;
36
- "gd.gen-ai.welcome.option-2.answer": string;
37
- "gd.gen-ai.welcome.option-3.title": string;
38
- "gd.gen-ai.welcome.option-3.answer": string;
39
- "gd.gen-ai.semantic-search.title": string;
40
- "gd.gen-ai.state.cancelled": string;
41
- "gd.gen-ai.state.generating": string;
42
- "gd.gen-ai.state.thinking": string;
43
- "gd.gen-ai.routing.thinking-process": string;
44
- "gd.gen-ai.button.send": string;
45
- "gd.gen-ai.button.save": string;
46
- "gd.gen-ai.button.save_and_explore": string;
47
- "gd.gen-ai.button.cancel": string;
48
- "gd.gen-ai.save-dialog.label": string;
49
- "gd.gen-ai.save-dialog.title": string;
50
- "gd.gen-ai.save-dialog.description": string;
51
- "gd.gen-ai.save-dialog.description.explore": string;
52
- "gd.gen-ai.autocomplete.type": string;
53
- "gd.gen-ai.autocomplete.dataset": string;
54
- "gd.gen-ai.autocomplete.id": string;
55
- "gd.gen-ai.autocomplete.attribute": string;
56
- "gd.gen-ai.autocomplete.metric": string;
57
- "gd.gen-ai.autocomplete.fact": string;
58
- "gd.gen-ai.autocomplete.date": string;
59
- "gd.gen-ai.autocomplete.input-info.mac": string;
60
- "gd.gen-ai.autocomplete.input-info.win": string;
61
- "gd.gen-ai.visualisation.menu": string;
62
- "gd.gen-ai.visualisation.toggle.table": string;
63
- "gd.gen-ai.visualisation.toggle.original": string;
64
- "gd.gen-ai.visualisation.menu.button.save_as_visualisation": string;
65
- "gd.gen-ai.visualisation.menu.button.save_as_new_visualisation": string;
66
- "gd.gen-ai.visualisation.menu.button.open_in_analyze": string;
67
- "gd.gen-ai.visualisation.menu.button.open_in_analyze.description": string;
68
- "gd.gen-ai.visualisation.menu.button.copy_visualisation_link": string;
69
- "gd.gen-ai.messages.label": string;
70
- "gd.gen-ai.message.label.user": string;
71
- "gd.gen-ai.message.label.assistant": string;
72
- "gd.gen-ai.skip-messages-history": string;
73
- "gd.gen-ai.skip-navigation": string;
74
- "gd.gen-ai.changeAnalysis.default_message": string;
75
- "gd.gen-ai.changeAnalysis.splitter": string;
76
- "gd.gen-ai.changeAnalysis.explain_the_change": string;
77
- "gd.gen-ai.drill_modal_picker.label": string;
78
- "gd.gen-ai.drill_modal_picker.header.explain": string;
79
- "drill.kda.from": string;
80
- "drill.kda.in": string;
81
- "drill.kda.drop": string;
82
- "drill.kda.increase": string;
83
- "drill.kda.no_change": string;
84
- "drill.kda.year_to_year": string;
2
+ "gd.gen-ai.global-error": {
3
+ text: string;
4
+ crowdinContext: string;
5
+ };
6
+ "gd.gen-ai.global-error.description": {
7
+ text: string;
8
+ crowdinContext: string;
9
+ };
10
+ "gd.gen-ai.global-error.button-details": {
11
+ text: string;
12
+ crowdinContext: string;
13
+ };
14
+ "gd.gen-ai.global-error.button-clear": {
15
+ text: string;
16
+ crowdinContext: string;
17
+ };
18
+ "gd.gen-ai.global-no-llm": {
19
+ text: string;
20
+ crowdinContext: string;
21
+ };
22
+ "gd.gen-ai.global-no-llm.description": {
23
+ text: string;
24
+ crowdinContext: string;
25
+ };
26
+ "gd.gen-ai.global-no-llm.button-create-llm": {
27
+ text: string;
28
+ crowdinContext: string;
29
+ };
30
+ "gd.gen-ai.permission-error": {
31
+ text: string;
32
+ crowdinContext: string;
33
+ };
34
+ "gd.gen-ai.permission-error.description": {
35
+ text: string;
36
+ crowdinContext: string;
37
+ };
38
+ "gd.gen-ai.input-placeholder": {
39
+ text: string;
40
+ crowdinContext: string;
41
+ };
42
+ "gd.gen-ai.input-label.mac": {
43
+ text: string;
44
+ crowdinContext: string;
45
+ };
46
+ "gd.gen-ai.input-label.win": {
47
+ text: string;
48
+ crowdinContext: string;
49
+ };
50
+ "gd.gen-ai.feedback.like": {
51
+ text: string;
52
+ crowdinContext: string;
53
+ };
54
+ "gd.gen-ai.feedback.dislike": {
55
+ text: string;
56
+ crowdinContext: string;
57
+ };
58
+ "gd.gen-ai.feedback.popup.title": {
59
+ text: string;
60
+ crowdinContext: string;
61
+ };
62
+ "gd.gen-ai.feedback.popup.reasons-label": {
63
+ text: string;
64
+ crowdinContext: string;
65
+ };
66
+ "gd.gen-ai.feedback.popup.description-label": {
67
+ text: string;
68
+ crowdinContext: string;
69
+ };
70
+ "gd.gen-ai.feedback.popup.cancel": {
71
+ text: string;
72
+ crowdinContext: string;
73
+ };
74
+ "gd.gen-ai.feedback.popup.send": {
75
+ text: string;
76
+ crowdinContext: string;
77
+ };
78
+ "gd.gen-ai.feedback.popup.close": {
79
+ text: string;
80
+ crowdinContext: string;
81
+ };
82
+ "gd.gen-ai.feedback.reason.forgot-context": {
83
+ text: string;
84
+ crowdinContext: string;
85
+ };
86
+ "gd.gen-ai.feedback.reason.ignored-instructions": {
87
+ text: string;
88
+ crowdinContext: string;
89
+ };
90
+ "gd.gen-ai.feedback.reason.factually-incorrect": {
91
+ text: string;
92
+ crowdinContext: string;
93
+ };
94
+ "gd.gen-ai.feedback.reason.other": {
95
+ text: string;
96
+ crowdinContext: string;
97
+ };
98
+ "gd.gen-ai.disclaimer": {
99
+ text: string;
100
+ crowdinContext: string;
101
+ };
102
+ "gd.gen-ai.dialog.label": {
103
+ text: string;
104
+ crowdinContext: string;
105
+ };
106
+ "gd.gen-ai.header.reset-tooltip": {
107
+ text: string;
108
+ crowdinContext: string;
109
+ };
110
+ "gd.gen-ai.header.contract-tooltip": {
111
+ text: string;
112
+ crowdinContext: string;
113
+ };
114
+ "gd.gen-ai.header.expand-tooltip": {
115
+ text: string;
116
+ crowdinContext: string;
117
+ };
118
+ "gd.gen-ai.welcome.line-1": {
119
+ text: string;
120
+ crowdinContext: string;
121
+ };
122
+ "gd.gen-ai.welcome.line-2": {
123
+ text: string;
124
+ crowdinContext: string;
125
+ };
126
+ "gd.gen-ai.welcome.option-1.title": {
127
+ text: string;
128
+ crowdinContext: string;
129
+ };
130
+ "gd.gen-ai.welcome.option-1.answer": {
131
+ text: string;
132
+ crowdinContext: string;
133
+ };
134
+ "gd.gen-ai.welcome.option-2.title": {
135
+ text: string;
136
+ crowdinContext: string;
137
+ };
138
+ "gd.gen-ai.welcome.option-2.answer": {
139
+ text: string;
140
+ crowdinContext: string;
141
+ };
142
+ "gd.gen-ai.welcome.option-3.title": {
143
+ text: string;
144
+ crowdinContext: string;
145
+ };
146
+ "gd.gen-ai.welcome.option-3.answer": {
147
+ text: string;
148
+ crowdinContext: string;
149
+ };
150
+ "gd.gen-ai.semantic-search.title": {
151
+ text: string;
152
+ crowdinContext: string;
153
+ };
154
+ "gd.gen-ai.state.cancelled": {
155
+ text: string;
156
+ crowdinContext: string;
157
+ };
158
+ "gd.gen-ai.state.generating": {
159
+ text: string;
160
+ crowdinContext: string;
161
+ };
162
+ "gd.gen-ai.state.thinking": {
163
+ text: string;
164
+ crowdinContext: string;
165
+ };
166
+ "gd.gen-ai.routing.thinking-process": {
167
+ text: string;
168
+ crowdinContext: string;
169
+ };
170
+ "gd.gen-ai.button.send": {
171
+ text: string;
172
+ crowdinContext: string;
173
+ };
174
+ "gd.gen-ai.button.save": {
175
+ text: string;
176
+ crowdinContext: string;
177
+ };
178
+ "gd.gen-ai.button.save_and_explore": {
179
+ text: string;
180
+ crowdinContext: string;
181
+ };
182
+ "gd.gen-ai.button.cancel": {
183
+ text: string;
184
+ crowdinContext: string;
185
+ };
186
+ "gd.gen-ai.save-dialog.label": {
187
+ text: string;
188
+ crowdinContext: string;
189
+ };
190
+ "gd.gen-ai.save-dialog.title": {
191
+ text: string;
192
+ crowdinContext: string;
193
+ };
194
+ "gd.gen-ai.save-dialog.description": {
195
+ text: string;
196
+ crowdinContext: string;
197
+ };
198
+ "gd.gen-ai.save-dialog.description.explore": {
199
+ text: string;
200
+ crowdinContext: string;
201
+ };
202
+ "gd.gen-ai.autocomplete.type": {
203
+ text: string;
204
+ crowdinContext: string;
205
+ };
206
+ "gd.gen-ai.autocomplete.dataset": {
207
+ text: string;
208
+ crowdinContext: string;
209
+ };
210
+ "gd.gen-ai.autocomplete.id": {
211
+ text: string;
212
+ crowdinContext: string;
213
+ };
214
+ "gd.gen-ai.autocomplete.attribute": {
215
+ text: string;
216
+ crowdinContext: string;
217
+ };
218
+ "gd.gen-ai.autocomplete.metric": {
219
+ text: string;
220
+ crowdinContext: string;
221
+ };
222
+ "gd.gen-ai.autocomplete.fact": {
223
+ text: string;
224
+ crowdinContext: string;
225
+ };
226
+ "gd.gen-ai.autocomplete.date": {
227
+ text: string;
228
+ crowdinContext: string;
229
+ };
230
+ "gd.gen-ai.autocomplete.input-info.mac": {
231
+ text: string;
232
+ crowdinContext: string;
233
+ };
234
+ "gd.gen-ai.autocomplete.input-info.win": {
235
+ text: string;
236
+ crowdinContext: string;
237
+ };
238
+ "gd.gen-ai.visualisation.menu": {
239
+ text: string;
240
+ crowdinContext: string;
241
+ };
242
+ "gd.gen-ai.visualisation.toggle.table": {
243
+ text: string;
244
+ crowdinContext: string;
245
+ };
246
+ "gd.gen-ai.visualisation.toggle.original": {
247
+ text: string;
248
+ crowdinContext: string;
249
+ };
250
+ "gd.gen-ai.visualisation.menu.button.save_as_visualisation": {
251
+ text: string;
252
+ crowdinContext: string;
253
+ };
254
+ "gd.gen-ai.visualisation.menu.button.save_as_new_visualisation": {
255
+ text: string;
256
+ crowdinContext: string;
257
+ };
258
+ "gd.gen-ai.visualisation.menu.button.open_in_analyze": {
259
+ text: string;
260
+ crowdinContext: string;
261
+ };
262
+ "gd.gen-ai.visualisation.menu.button.open_in_analyze.description": {
263
+ text: string;
264
+ crowdinContext: string;
265
+ };
266
+ "gd.gen-ai.visualisation.menu.button.copy_visualisation_link": {
267
+ text: string;
268
+ crowdinContext: string;
269
+ };
270
+ "gd.gen-ai.messages.label": {
271
+ text: string;
272
+ crowdinContext: string;
273
+ };
274
+ "gd.gen-ai.message.label.user": {
275
+ text: string;
276
+ crowdinContext: string;
277
+ };
278
+ "gd.gen-ai.message.label.assistant": {
279
+ text: string;
280
+ crowdinContext: string;
281
+ };
282
+ "gd.gen-ai.skip-messages-history": {
283
+ text: string;
284
+ crowdinContext: string;
285
+ };
286
+ "gd.gen-ai.skip-navigation": {
287
+ text: string;
288
+ crowdinContext: string;
289
+ };
290
+ "gd.gen-ai.changeAnalysis.default_message": {
291
+ text: string;
292
+ crowdinContext: string;
293
+ };
294
+ "gd.gen-ai.changeAnalysis.splitter": {
295
+ text: string;
296
+ crowdinContext: string;
297
+ };
298
+ "gd.gen-ai.changeAnalysis.explain_the_change": {
299
+ text: string;
300
+ crowdinContext: string;
301
+ };
302
+ "gd.gen-ai.drill_modal_picker.label": {
303
+ text: string;
304
+ crowdinContext: string;
305
+ };
306
+ "gd.gen-ai.drill_modal_picker.header.explain": {
307
+ text: string;
308
+ crowdinContext: string;
309
+ };
310
+ "drill.kda.from": {
311
+ text: string;
312
+ crowdinContext: string;
313
+ };
314
+ "drill.kda.in": {
315
+ text: string;
316
+ crowdinContext: string;
317
+ };
318
+ "drill.kda.drop": {
319
+ text: string;
320
+ crowdinContext: string;
321
+ };
322
+ "drill.kda.increase": {
323
+ text: string;
324
+ crowdinContext: string;
325
+ };
326
+ "drill.kda.no_change": {
327
+ text: string;
328
+ crowdinContext: string;
329
+ };
330
+ "drill.kda.year_to_year": {
331
+ text: string;
332
+ crowdinContext: string;
333
+ };
85
334
  };
86
335
  //# sourceMappingURL=en-US.localization-bundle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoFjB,CAAC"}
1
+ {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6UjB,CAAC"}