@gooddata/sdk-ui-gen-ai 11.15.0-alpha.5 → 11.15.0-alpha.6
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/localization/bundles/en-US.json +166 -166
- package/esm/localization/bundles/en-US.localization-bundle.d.ts +83 -332
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +83 -332
- package/esm/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/package.json +17 -17
|
@@ -1,334 +1,334 @@
|
|
|
1
1
|
{
|
|
2
2
|
"gd.gen-ai.global-error": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"value": "Something went wrong",
|
|
4
|
+
"comment": "Generic error message displayed when the AI chatbot encounters an unexpected error"
|
|
5
5
|
},
|
|
6
6
|
"gd.gen-ai.global-error.description": {
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"value": "Try restarting the chatbot and starting over.",
|
|
8
|
+
"comment": "User instruction on how to recover from a global error in the AI chatbot"
|
|
9
9
|
},
|
|
10
10
|
"gd.gen-ai.global-error.button-details": {
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"value": "See details",
|
|
12
|
+
"comment": "Button label to show more detailed error information"
|
|
13
13
|
},
|
|
14
14
|
"gd.gen-ai.global-error.button-clear": {
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"value": "Restart chatbot",
|
|
16
|
+
"comment": "Button label to restart the AI chatbot and clear the current session"
|
|
17
17
|
},
|
|
18
18
|
"gd.gen-ai.global-no-llm": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"value": "No LLM provider configured",
|
|
20
|
+
"comment": "Error message when no LLM provider is configured"
|
|
21
21
|
},
|
|
22
22
|
"gd.gen-ai.global-no-llm.description": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"value": "Configure a provider to enable the chatbot.",
|
|
24
|
+
"comment": "User instruction on how to configure a provider for the AI chatbot"
|
|
25
25
|
},
|
|
26
26
|
"gd.gen-ai.global-no-llm.button-create-llm": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"value": "Configure provider",
|
|
28
|
+
"comment": "Button label to configure a provider for the AI chatbot"
|
|
29
29
|
},
|
|
30
30
|
"gd.gen-ai.permission-error": {
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"value": "Insufficient permissions",
|
|
32
|
+
"comment": "Error message when user does not have sufficient permissions to access the chatbot"
|
|
33
33
|
},
|
|
34
34
|
"gd.gen-ai.permission-error.description": {
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"value": "You don’t have access to the chatbot. Contact your administrator to request access.",
|
|
36
|
+
"comment": "User instruction on how to request access to the AI chatbot"
|
|
37
37
|
},
|
|
38
38
|
"gd.gen-ai.input-placeholder": {
|
|
39
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"value": "Ask here…",
|
|
40
|
+
"comment": "Placeholder text in the input field where users type their questions to the AI chatbot"
|
|
41
41
|
},
|
|
42
42
|
"gd.gen-ai.input-label.mac": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"value": "Ask your question. Use control+space or cmd+I for suggestions.",
|
|
44
|
+
"comment": "Label for the input field where users type their questions to the AI chatbot"
|
|
45
45
|
},
|
|
46
46
|
"gd.gen-ai.input-label.win": {
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"value": "Ask your question. Use control+space or control+I for suggestions.",
|
|
48
|
+
"comment": "Label for the input field where Windows users type their questions to the AI chatbot"
|
|
49
49
|
},
|
|
50
50
|
"gd.gen-ai.feedback.like": {
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"value": "Mark this message as helpful",
|
|
52
|
+
"comment": "Button label to mark a message as helpful in the AI chatbot"
|
|
53
53
|
},
|
|
54
54
|
"gd.gen-ai.feedback.dislike": {
|
|
55
|
-
"
|
|
56
|
-
"
|
|
55
|
+
"value": "Mark this message as not helpful",
|
|
56
|
+
"comment": "Button label to mark a message as not helpful in the AI chatbot"
|
|
57
57
|
},
|
|
58
58
|
"gd.gen-ai.feedback.popup.title": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"value": "We've got your feedback",
|
|
60
|
+
"comment": "Title of the feedback popup dialog"
|
|
61
61
|
},
|
|
62
62
|
"gd.gen-ai.feedback.popup.reasons-label": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"value": "Tell us what went wrong",
|
|
64
|
+
"comment": "Label for the feedback reasons section in the popup"
|
|
65
65
|
},
|
|
66
66
|
"gd.gen-ai.feedback.popup.description-label": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
67
|
+
"value": "Please, describe what happened",
|
|
68
|
+
"comment": "Label for the description text area in the feedback popup"
|
|
69
69
|
},
|
|
70
70
|
"gd.gen-ai.feedback.popup.cancel": {
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"value": "Cancel",
|
|
72
|
+
"comment": "Cancel button label in the feedback popup"
|
|
73
73
|
},
|
|
74
74
|
"gd.gen-ai.feedback.popup.send": {
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"value": "Send",
|
|
76
|
+
"comment": "Send button label in the feedback popup"
|
|
77
77
|
},
|
|
78
78
|
"gd.gen-ai.feedback.popup.close": {
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"value": "Close feedback dialog",
|
|
80
|
+
"comment": "Close button aria label in the feedback popup"
|
|
81
81
|
},
|
|
82
82
|
"gd.gen-ai.feedback.reason.forgot-context": {
|
|
83
|
-
"
|
|
84
|
-
"
|
|
83
|
+
"value": "Forgot previous context",
|
|
84
|
+
"comment": "Feedback reason option: AI forgot previous context"
|
|
85
85
|
},
|
|
86
86
|
"gd.gen-ai.feedback.reason.ignored-instructions": {
|
|
87
|
-
"
|
|
88
|
-
"
|
|
87
|
+
"value": "Ignored or refused instructions",
|
|
88
|
+
"comment": "Feedback reason option: AI ignored or refused instructions"
|
|
89
89
|
},
|
|
90
90
|
"gd.gen-ai.feedback.reason.factually-incorrect": {
|
|
91
|
-
"
|
|
92
|
-
"
|
|
91
|
+
"value": "Factually incorrect",
|
|
92
|
+
"comment": "Feedback reason option: AI provided factually incorrect information"
|
|
93
93
|
},
|
|
94
94
|
"gd.gen-ai.feedback.reason.other": {
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"value": "Other",
|
|
96
|
+
"comment": "Feedback reason option: Other reason not listed"
|
|
97
97
|
},
|
|
98
98
|
"gd.gen-ai.disclaimer": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
99
|
+
"value": "AI assistants can make mistakes. Check before relying on these answers.",
|
|
100
|
+
"comment": "Warning disclaimer about AI response accuracy shown to users"
|
|
101
101
|
},
|
|
102
102
|
"gd.gen-ai.dialog.label": {
|
|
103
|
-
"
|
|
104
|
-
"
|
|
103
|
+
"value": "AI assistant conversation",
|
|
104
|
+
"comment": "Label for the dialog containing the AI chatbot interface"
|
|
105
105
|
},
|
|
106
106
|
"gd.gen-ai.header.reset-tooltip": {
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"value": "Reset",
|
|
108
|
+
"comment": "Tooltip for button that resets the AI chatbot conversation"
|
|
109
109
|
},
|
|
110
110
|
"gd.gen-ai.header.contract-tooltip": {
|
|
111
|
-
"
|
|
112
|
-
"
|
|
111
|
+
"value": "Contract",
|
|
112
|
+
"comment": "Tooltip for button that contracts the AI chatbot interface"
|
|
113
113
|
},
|
|
114
114
|
"gd.gen-ai.header.expand-tooltip": {
|
|
115
|
-
"
|
|
116
|
-
"
|
|
115
|
+
"value": "Expand",
|
|
116
|
+
"comment": "Tooltip for button that expands the AI chatbot interface"
|
|
117
117
|
},
|
|
118
118
|
"gd.gen-ai.welcome.line-1": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"value": "Hi there,",
|
|
120
|
+
"comment": "First line of the AI chatbot's welcome greeting"
|
|
121
121
|
},
|
|
122
122
|
"gd.gen-ai.welcome.line-2": {
|
|
123
|
-
"
|
|
124
|
-
"
|
|
123
|
+
"value": "How can I help you?",
|
|
124
|
+
"comment": "Second line of the AI chatbot's welcome greeting asking how to assist"
|
|
125
125
|
},
|
|
126
126
|
"gd.gen-ai.welcome.option-1.title": {
|
|
127
|
-
"
|
|
128
|
-
"
|
|
127
|
+
"value": "Search for a dashboard or visualization",
|
|
128
|
+
"comment": "Title for the first suggested action option in the welcome screen"
|
|
129
129
|
},
|
|
130
130
|
"gd.gen-ai.welcome.option-1.answer": {
|
|
131
|
-
"
|
|
132
|
-
"
|
|
131
|
+
"value": "Sure thing, what kind of dashboard or visualization would you like to see?",
|
|
132
|
+
"comment": "AI chatbot's response when user selects the search option"
|
|
133
133
|
},
|
|
134
134
|
"gd.gen-ai.welcome.option-2.title": {
|
|
135
|
-
"
|
|
136
|
-
"
|
|
135
|
+
"value": "Create a new visualization",
|
|
136
|
+
"comment": "Title for the second suggested action option in the welcome screen"
|
|
137
137
|
},
|
|
138
138
|
"gd.gen-ai.welcome.option-2.answer": {
|
|
139
|
-
"
|
|
140
|
-
"
|
|
139
|
+
"value": "Sure thing, what kind of visualization would you like to create?",
|
|
140
|
+
"comment": "AI chatbot's response when user selects the create visualization option"
|
|
141
141
|
},
|
|
142
142
|
"gd.gen-ai.welcome.option-3.title": {
|
|
143
|
-
"
|
|
144
|
-
"
|
|
143
|
+
"value": "Answer a business question",
|
|
144
|
+
"comment": "Title for the third suggested action option in the welcome screen"
|
|
145
145
|
},
|
|
146
146
|
"gd.gen-ai.welcome.option-3.answer": {
|
|
147
|
-
"
|
|
148
|
-
"
|
|
147
|
+
"value": "Sure thing, what business question would you like to answer?",
|
|
148
|
+
"comment": "AI chatbot's response when user selects the business question option"
|
|
149
149
|
},
|
|
150
150
|
"gd.gen-ai.semantic-search.title": {
|
|
151
|
-
"
|
|
152
|
-
"
|
|
151
|
+
"value": "Search",
|
|
152
|
+
"comment": "Title shown above semantic search results."
|
|
153
153
|
},
|
|
154
154
|
"gd.gen-ai.state.cancelled": {
|
|
155
|
-
"
|
|
156
|
-
"
|
|
155
|
+
"value": "Evaluation cancelled…",
|
|
156
|
+
"comment": "Status message displayed when the AI chatbot's evaluation is cancelled"
|
|
157
157
|
},
|
|
158
158
|
"gd.gen-ai.state.generating": {
|
|
159
|
-
"
|
|
160
|
-
"
|
|
159
|
+
"value": "Generating your response…",
|
|
160
|
+
"comment": "Status message displayed while the AI chatbot is generating a response"
|
|
161
161
|
},
|
|
162
162
|
"gd.gen-ai.state.thinking": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
163
|
+
"value": "Thinking",
|
|
164
|
+
"comment": "Status message displayed in the thought process while the AI is processing"
|
|
165
165
|
},
|
|
166
166
|
"gd.gen-ai.routing.thinking-process": {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
167
|
+
"value": "Reasoning",
|
|
168
|
+
"comment": "Button label to expand and show the AI's thinking process and reasoning information"
|
|
169
169
|
},
|
|
170
170
|
"gd.gen-ai.button.send": {
|
|
171
|
-
"
|
|
172
|
-
"
|
|
171
|
+
"value": "Send message",
|
|
172
|
+
"comment": "Button label to send a message to the AI chatbot"
|
|
173
173
|
},
|
|
174
174
|
"gd.gen-ai.button.save": {
|
|
175
|
-
"
|
|
176
|
-
"
|
|
175
|
+
"value": "Save",
|
|
176
|
+
"comment": "Button label to save a visualization created by the AI"
|
|
177
177
|
},
|
|
178
178
|
"gd.gen-ai.button.save_and_explore": {
|
|
179
|
-
"
|
|
180
|
-
"
|
|
179
|
+
"value": "Save & Open",
|
|
180
|
+
"comment": "Button label to save a visualization and immediately open it for exploration"
|
|
181
181
|
},
|
|
182
182
|
"gd.gen-ai.button.cancel": {
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"value": "Cancel",
|
|
184
|
+
"comment": "Button label to cancel the current operation"
|
|
185
185
|
},
|
|
186
186
|
"gd.gen-ai.save-dialog.label": {
|
|
187
|
-
"
|
|
188
|
-
"
|
|
187
|
+
"value": "Name",
|
|
188
|
+
"comment": "Label for the input field where users enter a name for their visualization"
|
|
189
189
|
},
|
|
190
190
|
"gd.gen-ai.save-dialog.title": {
|
|
191
|
-
"
|
|
192
|
-
"
|
|
191
|
+
"value": "Name your visualization",
|
|
192
|
+
"comment": "Title of the dialog for naming a visualization before saving"
|
|
193
193
|
},
|
|
194
194
|
"gd.gen-ai.save-dialog.description": {
|
|
195
|
-
"
|
|
196
|
-
"
|
|
195
|
+
"value": "Give your new visualization a new descriptive name, so it's easier to find it later on.",
|
|
196
|
+
"comment": "Description explaining why users should provide a descriptive name for their visualization"
|
|
197
197
|
},
|
|
198
198
|
"gd.gen-ai.save-dialog.description.explore": {
|
|
199
|
-
"
|
|
200
|
-
"
|
|
199
|
+
"value": "To open this visualization, it needs to be saved first. You can give it a name below.",
|
|
200
|
+
"comment": "Description explaining that the visualization must be saved before it can be opened"
|
|
201
201
|
},
|
|
202
202
|
"gd.gen-ai.autocomplete.type": {
|
|
203
|
-
"
|
|
204
|
-
"
|
|
203
|
+
"value": "Type",
|
|
204
|
+
"comment": "Column header in autocomplete suggestions showing the type of data object"
|
|
205
205
|
},
|
|
206
206
|
"gd.gen-ai.autocomplete.dataset": {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"value": "Dataset",
|
|
208
|
+
"comment": "Column header in autocomplete suggestions showing the dataset name"
|
|
209
209
|
},
|
|
210
210
|
"gd.gen-ai.autocomplete.id": {
|
|
211
|
-
"
|
|
212
|
-
"
|
|
211
|
+
"value": "Id",
|
|
212
|
+
"comment": "Column header in autocomplete suggestions showing the object identifier"
|
|
213
213
|
},
|
|
214
214
|
"gd.gen-ai.autocomplete.attribute": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
215
|
+
"value": "Attribute",
|
|
216
|
+
"comment": "Column header in autocomplete suggestions showing the attribute name"
|
|
217
217
|
},
|
|
218
218
|
"gd.gen-ai.autocomplete.metric": {
|
|
219
|
-
"
|
|
220
|
-
"
|
|
219
|
+
"value": "Metric",
|
|
220
|
+
"comment": "Column header in autocomplete suggestions showing the metric name"
|
|
221
221
|
},
|
|
222
222
|
"gd.gen-ai.autocomplete.fact": {
|
|
223
|
-
"
|
|
224
|
-
"
|
|
223
|
+
"value": "Fact",
|
|
224
|
+
"comment": "Column header in autocomplete suggestions showing the fact name"
|
|
225
225
|
},
|
|
226
226
|
"gd.gen-ai.autocomplete.date": {
|
|
227
|
-
"
|
|
228
|
-
"
|
|
227
|
+
"value": "Date",
|
|
228
|
+
"comment": "Column header in autocomplete suggestions showing the date"
|
|
229
229
|
},
|
|
230
230
|
"gd.gen-ai.autocomplete.input-info.mac": {
|
|
231
|
-
"
|
|
232
|
-
"
|
|
231
|
+
"value": "<code>^+Space</code> or <code>⌘+I</code> for suggestions",
|
|
232
|
+
"comment": "Keyboard shortcut instructions for Mac users to trigger autocomplete suggestions"
|
|
233
233
|
},
|
|
234
234
|
"gd.gen-ai.autocomplete.input-info.win": {
|
|
235
|
-
"
|
|
236
|
-
"
|
|
235
|
+
"value": "<code>Ctrl+Space</code> or <code>Ctrl+I</code> for suggestions",
|
|
236
|
+
"comment": "Keyboard shortcut instructions for Windows users to trigger autocomplete suggestions"
|
|
237
237
|
},
|
|
238
238
|
"gd.gen-ai.visualisation.menu": {
|
|
239
|
-
"
|
|
240
|
-
"
|
|
239
|
+
"value": "More actions",
|
|
240
|
+
"comment": "Accessibility label for the visualization actions menu"
|
|
241
241
|
},
|
|
242
242
|
"gd.gen-ai.visualisation.toggle.table": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
243
|
+
"value": "Show as table",
|
|
244
|
+
"comment": "Accessibility label for the visualization switch to table button"
|
|
245
245
|
},
|
|
246
246
|
"gd.gen-ai.visualisation.toggle.original": {
|
|
247
|
-
"
|
|
248
|
-
"
|
|
247
|
+
"value": "Show original visualization",
|
|
248
|
+
"comment": "Accessibility label for the visualization switch to original button"
|
|
249
249
|
},
|
|
250
250
|
"gd.gen-ai.visualisation.menu.button.save_as_visualisation": {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
251
|
+
"value": "Save visualization",
|
|
252
|
+
"comment": "Menu option to save the current visualization"
|
|
253
253
|
},
|
|
254
254
|
"gd.gen-ai.visualisation.menu.button.save_as_new_visualisation": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
255
|
+
"value": "Save as new…",
|
|
256
|
+
"comment": "Menu option to save the current visualization as a new copy"
|
|
257
257
|
},
|
|
258
258
|
"gd.gen-ai.visualisation.menu.button.open_in_analyze": {
|
|
259
|
-
"
|
|
260
|
-
"
|
|
259
|
+
"value": "Open in Analyze",
|
|
260
|
+
"comment": "Menu option to open the visualization in the full Analyze interface"
|
|
261
261
|
},
|
|
262
262
|
"gd.gen-ai.visualisation.menu.button.open_in_analyze.description": {
|
|
263
|
-
"
|
|
264
|
-
"
|
|
263
|
+
"value": "This will ask you to save the visualisation before you can open it.",
|
|
264
|
+
"comment": "Description for the open in Analyze menu option"
|
|
265
265
|
},
|
|
266
266
|
"gd.gen-ai.visualisation.menu.button.copy_visualisation_link": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
267
|
+
"value": "Copy visualization link",
|
|
268
|
+
"comment": "Menu option to copy a shareable link to the visualization"
|
|
269
269
|
},
|
|
270
270
|
"gd.gen-ai.messages.label": {
|
|
271
|
-
"
|
|
272
|
-
"
|
|
271
|
+
"value": "Chat messages",
|
|
272
|
+
"comment": "Label for the chat messages section in the AI chatbot interface"
|
|
273
273
|
},
|
|
274
274
|
"gd.gen-ai.message.label.user": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
275
|
+
"value": "User:",
|
|
276
|
+
"comment": "Label identifying messages sent by the user in the chat conversation"
|
|
277
277
|
},
|
|
278
278
|
"gd.gen-ai.message.label.assistant": {
|
|
279
|
-
"
|
|
280
|
-
"
|
|
279
|
+
"value": "Bot:",
|
|
280
|
+
"comment": "Label identifying messages sent by the AI assistant in the chat conversation"
|
|
281
281
|
},
|
|
282
282
|
"gd.gen-ai.skip-messages-history": {
|
|
283
|
-
"
|
|
284
|
-
"
|
|
283
|
+
"value": "Skip to AI assistant input",
|
|
284
|
+
"comment": "Accessibility link to skip past the message history and go directly to the input field"
|
|
285
285
|
},
|
|
286
286
|
"gd.gen-ai.skip-navigation": {
|
|
287
|
-
"
|
|
288
|
-
"
|
|
287
|
+
"value": "Skip navigation",
|
|
288
|
+
"comment": "Accessibility link to skip past navigation elements in the interface"
|
|
289
289
|
},
|
|
290
290
|
"gd.gen-ai.changeAnalysis.default_message": {
|
|
291
|
-
"
|
|
292
|
-
"
|
|
291
|
+
"value": "Here is the key driver analysis for <metric>{title}</metric> between <b>{range}</b>.",
|
|
292
|
+
"comment": "Default message for change analysis"
|
|
293
293
|
},
|
|
294
294
|
"gd.gen-ai.changeAnalysis.splitter": {
|
|
295
|
-
"
|
|
296
|
-
"
|
|
295
|
+
"value": "and",
|
|
296
|
+
"comment": "Splitter for date range in change analysis"
|
|
297
297
|
},
|
|
298
298
|
"gd.gen-ai.changeAnalysis.explain_the_change": {
|
|
299
|
-
"
|
|
300
|
-
"
|
|
299
|
+
"value": "Open the analysis",
|
|
300
|
+
"comment": "Button label to explain the change"
|
|
301
301
|
},
|
|
302
302
|
"gd.gen-ai.drill_modal_picker.label": {
|
|
303
|
-
"
|
|
304
|
-
"
|
|
303
|
+
"value": "Drill modal picker",
|
|
304
|
+
"comment": "Label for the drill modal picker"
|
|
305
305
|
},
|
|
306
306
|
"gd.gen-ai.drill_modal_picker.header.explain": {
|
|
307
|
-
"
|
|
308
|
-
"
|
|
307
|
+
"value": "Explain",
|
|
308
|
+
"comment": "Header for the drill modal picker explain section"
|
|
309
309
|
},
|
|
310
310
|
"drill.kda.from": {
|
|
311
|
-
"
|
|
312
|
-
"
|
|
311
|
+
"value": "from",
|
|
312
|
+
"comment": "Key driver analysis drill from label, must be lowercase"
|
|
313
313
|
},
|
|
314
314
|
"drill.kda.in": {
|
|
315
|
-
"
|
|
316
|
-
"
|
|
315
|
+
"value": "in",
|
|
316
|
+
"comment": "Key driver analysis drill in label, must be lowercase"
|
|
317
317
|
},
|
|
318
318
|
"drill.kda.drop": {
|
|
319
|
-
"
|
|
320
|
-
"
|
|
319
|
+
"value": "Drop {where} {title}",
|
|
320
|
+
"comment": "Key driver analysis drill drop label"
|
|
321
321
|
},
|
|
322
322
|
"drill.kda.increase": {
|
|
323
|
-
"
|
|
324
|
-
"
|
|
323
|
+
"value": "Increase {where} {title}",
|
|
324
|
+
"comment": "Key driver analysis drill increase label"
|
|
325
325
|
},
|
|
326
326
|
"drill.kda.no_change": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
327
|
+
"value": "Stale {where} {title}",
|
|
328
|
+
"comment": "Key driver analysis drill increase label"
|
|
329
329
|
},
|
|
330
330
|
"drill.kda.year_to_year": {
|
|
331
|
-
"
|
|
332
|
-
"
|
|
331
|
+
"value": "Year over year change",
|
|
332
|
+
"comment": "Key driver analysis drill year to year label"
|
|
333
333
|
}
|
|
334
334
|
}
|