@agent-native/core 0.76.10 → 0.76.11
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/corpus/README.md +1 -1
- package/corpus/core/CHANGELOG.md +6 -0
- package/corpus/core/docs/content/locales/ar-SA/actions.md +7 -7
- package/corpus/core/docs/content/locales/ar-SA/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/de-DE/actions.md +9 -9
- package/corpus/core/docs/content/locales/de-DE/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/es-ES/actions.md +9 -9
- package/corpus/core/docs/content/locales/es-ES/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/fr-FR/actions.md +9 -9
- package/corpus/core/docs/content/locales/fr-FR/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/hi-IN/actions.md +9 -9
- package/corpus/core/docs/content/locales/hi-IN/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/ja-JP/actions.md +9 -9
- package/corpus/core/docs/content/locales/ja-JP/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/ko-KR/actions.md +9 -9
- package/corpus/core/docs/content/locales/ko-KR/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/pt-BR/actions.md +9 -9
- package/corpus/core/docs/content/locales/pt-BR/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/zh-CN/actions.md +9 -9
- package/corpus/core/docs/content/locales/zh-CN/template-plan.md +4 -4
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/client/ErrorBoundary.tsx +151 -10
- package/corpus/templates/analytics/app/components/layout/CommandPalette.tsx +51 -31
- package/corpus/templates/analytics/app/components/layout/DashboardHeader.tsx +26 -16
- package/corpus/templates/analytics/app/components/layout/Header.tsx +1 -2
- package/corpus/templates/analytics/app/components/layout/HeaderActions.tsx +8 -1
- package/corpus/templates/analytics/app/components/layout/Layout.tsx +2 -5
- package/corpus/templates/analytics/app/components/layout/Sidebar.tsx +172 -107
- package/corpus/templates/analytics/app/i18n-data.ts +1076 -5
- package/corpus/templates/analytics/app/pages/Settings.tsx +2 -2
- package/corpus/templates/analytics/changelog/2026-06-24-analytics-navigation-command-palette-and-settings-now-honor-.md +6 -0
- package/corpus/templates/assets/app/components/layout/Header.tsx +0 -2
- package/corpus/templates/calendar/app/components/layout/AppLayout.tsx +0 -2
- package/corpus/templates/calendar/app/pages/CalendarView.tsx +0 -2
- package/corpus/templates/chat/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/clips/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/clips/app/hooks/use-library.ts +2 -0
- package/corpus/templates/clips/app/routes/_app.settings._index.tsx +3 -1
- package/corpus/templates/clips/changelog/2026-06-24-archive-and-spaces-navigation-is-more-resilient-when-sidebar.md +6 -0
- package/corpus/templates/content/app/components/layout/Header.tsx +0 -2
- package/corpus/templates/design/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/forms/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/macros/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/mail/app/components/email/CodeBlockLangPicker.tsx +4 -2
- package/corpus/templates/mail/app/components/email/ComposeBubbleToolbar.tsx +18 -12
- package/corpus/templates/mail/app/components/email/ComposeEditor.tsx +9 -5
- package/corpus/templates/mail/app/components/email/ComposeModal.tsx +36 -19
- package/corpus/templates/mail/app/components/email/EmailList.tsx +59 -55
- package/corpus/templates/mail/app/components/email/EmailListItem.tsx +7 -3
- package/corpus/templates/mail/app/components/email/EmailThread.tsx +25 -16
- package/corpus/templates/mail/app/components/email/InlineReplyComposer.tsx +25 -19
- package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +32 -17
- package/corpus/templates/mail/app/components/email/RecipientInput.tsx +26 -10
- package/corpus/templates/mail/app/components/email/SendLaterButton.tsx +5 -3
- package/corpus/templates/mail/app/components/email/SnoozeModal.tsx +4 -2
- package/corpus/templates/mail/app/components/email/SnoozePopover.tsx +9 -5
- package/corpus/templates/mail/app/components/email/extensions/ComposeImageBlock.tsx +4 -2
- package/corpus/templates/mail/app/components/layout/AppLayout.tsx +168 -86
- package/corpus/templates/mail/app/components/layout/SearchBar.tsx +4 -2
- package/corpus/templates/mail/app/i18n/ar-SA.ts +212 -0
- package/corpus/templates/mail/app/i18n/de-DE.ts +212 -0
- package/corpus/templates/mail/app/i18n/en-US.ts +212 -0
- package/corpus/templates/mail/app/i18n/es-ES.ts +212 -0
- package/corpus/templates/mail/app/i18n/fr-FR.ts +212 -0
- package/corpus/templates/mail/app/i18n/hi-IN.ts +212 -0
- package/corpus/templates/mail/app/i18n/ja-JP.ts +212 -0
- package/corpus/templates/mail/app/i18n/ko-KR.ts +212 -0
- package/corpus/templates/mail/app/i18n/pt-BR.ts +212 -0
- package/corpus/templates/mail/app/i18n/zh-CN.ts +211 -0
- package/corpus/templates/mail/changelog/2026-06-24-interface-language-support-now-covers-more-mail-controls-and.md +6 -0
- package/corpus/templates/plan/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/slides/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/videos/app/components/layout/Header.tsx +1 -6
- package/dist/client/ErrorBoundary.d.ts.map +1 -1
- package/dist/client/ErrorBoundary.js +128 -7
- package/dist/client/ErrorBoundary.js.map +1 -1
- package/docs/content/locales/ar-SA/actions.md +7 -7
- package/docs/content/locales/ar-SA/template-plan.md +6 -4
- package/docs/content/locales/de-DE/actions.md +9 -9
- package/docs/content/locales/de-DE/template-plan.md +6 -4
- package/docs/content/locales/es-ES/actions.md +9 -9
- package/docs/content/locales/es-ES/template-plan.md +6 -4
- package/docs/content/locales/fr-FR/actions.md +9 -9
- package/docs/content/locales/fr-FR/template-plan.md +6 -4
- package/docs/content/locales/hi-IN/actions.md +9 -9
- package/docs/content/locales/hi-IN/template-plan.md +4 -4
- package/docs/content/locales/ja-JP/actions.md +9 -9
- package/docs/content/locales/ja-JP/template-plan.md +4 -4
- package/docs/content/locales/ko-KR/actions.md +9 -9
- package/docs/content/locales/ko-KR/template-plan.md +4 -4
- package/docs/content/locales/pt-BR/actions.md +9 -9
- package/docs/content/locales/pt-BR/template-plan.md +6 -4
- package/docs/content/locales/zh-CN/actions.md +9 -9
- package/docs/content/locales/zh-CN/template-plan.md +4 -4
- package/package.json +1 -1
|
@@ -3,16 +3,116 @@ import type { LocaleCode } from "@agent-native/core/client";
|
|
|
3
3
|
const enUS = {
|
|
4
4
|
navigation: {
|
|
5
5
|
brand: "Analytics",
|
|
6
|
+
ask: "Ask",
|
|
6
7
|
overview: "Overview",
|
|
8
|
+
dashboard: "Dashboard",
|
|
7
9
|
dataSources: "Data Sources",
|
|
8
10
|
dataDictionary: "Data Dictionary",
|
|
9
|
-
templateCatalog: "
|
|
11
|
+
templateCatalog: "Catalog",
|
|
12
|
+
dashboards: "Dashboards",
|
|
10
13
|
analyses: "Analyses",
|
|
11
14
|
explorer: "Explorer",
|
|
12
15
|
team: "Team",
|
|
13
16
|
settings: "Settings",
|
|
14
17
|
navigation: "Navigation",
|
|
15
18
|
openNavigation: "Open navigation",
|
|
19
|
+
loadingDashboardTitle: "Loading dashboard title",
|
|
20
|
+
},
|
|
21
|
+
dashboardHeader: {
|
|
22
|
+
updated: "Updated {{date}}",
|
|
23
|
+
created: "Created {{date}}",
|
|
24
|
+
},
|
|
25
|
+
sidebar: {
|
|
26
|
+
collapseDashboards: "Collapse dashboards",
|
|
27
|
+
expandDashboards: "Expand dashboards",
|
|
28
|
+
collapseAnalyses: "Collapse analyses",
|
|
29
|
+
expandAnalyses: "Expand analyses",
|
|
30
|
+
showLess: "Show less",
|
|
31
|
+
showMore: "Show {{count}} more",
|
|
32
|
+
noAnalysesYet: "No analyses yet",
|
|
33
|
+
search: "Search",
|
|
34
|
+
searchShortcut: "Search ({{shortcut}})",
|
|
35
|
+
sectionSettings: "{{label}} settings",
|
|
36
|
+
sortBy: "Sort by",
|
|
37
|
+
sharedOnly: "Shared only",
|
|
38
|
+
showHidden: "Show hidden",
|
|
39
|
+
used: "Used",
|
|
40
|
+
alphabetical: "A-Z",
|
|
41
|
+
manual: "Manual",
|
|
42
|
+
sortMostUsed: "Sort by most used",
|
|
43
|
+
sortAlphabetically: "Sort alphabetically",
|
|
44
|
+
sortManually: "Sort manually",
|
|
45
|
+
orgSharedOnly: "Org shared only",
|
|
46
|
+
hiddenAnalyses: "Hidden analyses",
|
|
47
|
+
shareWithOrg: "Share with org",
|
|
48
|
+
makePrivate: "Make private",
|
|
49
|
+
rename: "Rename",
|
|
50
|
+
copyLink: "Copy link",
|
|
51
|
+
unhide: "Unhide",
|
|
52
|
+
hide: "Hide",
|
|
53
|
+
archive: "Archive",
|
|
54
|
+
delete: "Delete",
|
|
55
|
+
deletePermanently: "Delete permanently",
|
|
56
|
+
deletePermanentlyTitle: "Delete permanently?",
|
|
57
|
+
deletePermanentlyDescription:
|
|
58
|
+
"This permanently deletes “{{name}}” and cannot be undone.",
|
|
59
|
+
deletePermanentlyArchiveHint:
|
|
60
|
+
" To keep it recoverable, choose Archive instead.",
|
|
61
|
+
cancel: "Cancel",
|
|
62
|
+
deleteView: "Delete view {{name}}?",
|
|
63
|
+
deleteViewFailed: "Couldn't delete view",
|
|
64
|
+
deleteViewFailedWithMessage: "Couldn't delete view: {{message}}",
|
|
65
|
+
deleting: "Deleting...",
|
|
66
|
+
signOut: "Sign out",
|
|
67
|
+
signOutTitle: "Sign out?",
|
|
68
|
+
yes: "Yes",
|
|
69
|
+
favorite: "Favorite",
|
|
70
|
+
unfavorite: "Unfavorite",
|
|
71
|
+
itemActions: "{{name}} actions",
|
|
72
|
+
dragItem: "Drag {{name}}",
|
|
73
|
+
linkCopied: "Link copied",
|
|
74
|
+
copyLinkFailed: "Couldn't copy link",
|
|
75
|
+
renameFailed: "Couldn't rename {{name}}",
|
|
76
|
+
renameFailedWithMessage: "Couldn't rename {{name}}: {{message}}",
|
|
77
|
+
deleteFailed: "Couldn't delete {{name}}",
|
|
78
|
+
deleteFailedWithMessage: "Couldn't delete {{name}}: {{message}}",
|
|
79
|
+
archiveFailed: "Couldn't archive {{name}}",
|
|
80
|
+
archiveFailedWithMessage: "Couldn't archive {{name}}: {{message}}",
|
|
81
|
+
hideFailed: "Couldn't hide {{name}}",
|
|
82
|
+
hideFailedWithMessage: "Couldn't hide {{name}}: {{message}}",
|
|
83
|
+
unhideFailed: "Couldn't unhide {{name}}",
|
|
84
|
+
unhideFailedWithMessage: "Couldn't unhide {{name}}: {{message}}",
|
|
85
|
+
updateVisibilityFailed: "Couldn't update visibility",
|
|
86
|
+
updateVisibilityFailedWithMessage:
|
|
87
|
+
"Couldn't update visibility: {{message}}",
|
|
88
|
+
archivedName: "Archived “{{name}}”",
|
|
89
|
+
nameSharedWithOrg: "“{{name}}” shared with org",
|
|
90
|
+
nameMadePrivate: "“{{name}}” made private",
|
|
91
|
+
nameHidden: "“{{name}}” hidden",
|
|
92
|
+
nameUnhidden: "“{{name}}” unhidden",
|
|
93
|
+
darkMode: "Dark mode",
|
|
94
|
+
lightMode: "Light mode",
|
|
95
|
+
untitledDashboard: "Untitled dashboard",
|
|
96
|
+
untitledAnalysis: "Untitled analysis",
|
|
97
|
+
},
|
|
98
|
+
commandPalette: {
|
|
99
|
+
searchPlaceholder: "Search dashboards, extensions, charts...",
|
|
100
|
+
noResults: "No results found.",
|
|
101
|
+
whatsNew: "What's new",
|
|
102
|
+
groupExplorerDashboards: "Explorer Dashboards",
|
|
103
|
+
groupSqlDashboards: "SQL Dashboards",
|
|
104
|
+
groupExtensions: "Extensions",
|
|
105
|
+
groupDashboards: "Dashboards",
|
|
106
|
+
groupTools: "Tools",
|
|
107
|
+
groupAppearance: "Appearance",
|
|
108
|
+
groupHelp: "Help",
|
|
109
|
+
groupSavedCharts: "Saved Charts",
|
|
110
|
+
hidden: "Hidden",
|
|
111
|
+
toggleLightMode: "Toggle light mode",
|
|
112
|
+
toggleDarkMode: "Toggle dark mode",
|
|
113
|
+
toolExplorer: "Explorer",
|
|
114
|
+
toolCustomerHealth: "Customer Health",
|
|
115
|
+
untitledDashboard: "Untitled dashboard",
|
|
16
116
|
},
|
|
17
117
|
settings: {
|
|
18
118
|
agentTitle: "Agent settings",
|
|
@@ -41,6 +141,11 @@ const enUS = {
|
|
|
41
141
|
suggestionAnomalies: "Analyze the HubSpot Sales dashboard for anomalies",
|
|
42
142
|
suggestionMrr: "Compare MRR between enterprise and SMB",
|
|
43
143
|
},
|
|
144
|
+
guidedQuestions: {
|
|
145
|
+
title: "Clarify the dashboard",
|
|
146
|
+
description:
|
|
147
|
+
"A few choices help the agent pick the right source, metrics, cuts, and layout before it writes SQL.",
|
|
148
|
+
},
|
|
44
149
|
dialogs: {
|
|
45
150
|
newDashboard: "New Dashboard",
|
|
46
151
|
newDashboardTitle: "New dashboard",
|
|
@@ -66,9 +171,16 @@ function mergeMessages(overrides: {
|
|
|
66
171
|
}): Messages {
|
|
67
172
|
return {
|
|
68
173
|
navigation: { ...enUS.navigation, ...overrides.navigation },
|
|
174
|
+
dashboardHeader: { ...enUS.dashboardHeader, ...overrides.dashboardHeader },
|
|
175
|
+
sidebar: { ...enUS.sidebar, ...overrides.sidebar },
|
|
69
176
|
settings: { ...enUS.settings, ...overrides.settings },
|
|
70
177
|
chat: { ...enUS.chat, ...overrides.chat },
|
|
178
|
+
guidedQuestions: {
|
|
179
|
+
...enUS.guidedQuestions,
|
|
180
|
+
...overrides.guidedQuestions,
|
|
181
|
+
},
|
|
71
182
|
dialogs: { ...enUS.dialogs, ...overrides.dialogs },
|
|
183
|
+
commandPalette: { ...enUS.commandPalette, ...overrides.commandPalette },
|
|
72
184
|
};
|
|
73
185
|
}
|
|
74
186
|
|
|
@@ -77,16 +189,113 @@ export const messagesByLocale = {
|
|
|
77
189
|
"zh-CN": mergeMessages({
|
|
78
190
|
navigation: {
|
|
79
191
|
brand: "Analytics",
|
|
192
|
+
ask: "提问",
|
|
80
193
|
overview: "概览",
|
|
194
|
+
dashboard: "仪表板",
|
|
81
195
|
dataSources: "数据源",
|
|
82
196
|
dataDictionary: "数据字典",
|
|
83
|
-
templateCatalog: "
|
|
197
|
+
templateCatalog: "目录",
|
|
198
|
+
dashboards: "仪表板",
|
|
84
199
|
analyses: "分析",
|
|
85
200
|
explorer: "探索器",
|
|
86
201
|
team: "团队",
|
|
87
202
|
settings: "设置",
|
|
88
203
|
navigation: "导航",
|
|
89
204
|
openNavigation: "打开导航",
|
|
205
|
+
loadingDashboardTitle: "正在加载仪表板标题",
|
|
206
|
+
},
|
|
207
|
+
dashboardHeader: {
|
|
208
|
+
updated: "更新于 {{date}}",
|
|
209
|
+
created: "创建于 {{date}}",
|
|
210
|
+
},
|
|
211
|
+
sidebar: {
|
|
212
|
+
collapseDashboards: "收起仪表板",
|
|
213
|
+
expandDashboards: "展开仪表板",
|
|
214
|
+
collapseAnalyses: "收起分析",
|
|
215
|
+
expandAnalyses: "展开分析",
|
|
216
|
+
showLess: "显示更少",
|
|
217
|
+
showMore: "再显示 {{count}} 个",
|
|
218
|
+
noAnalysesYet: "还没有分析",
|
|
219
|
+
search: "搜索",
|
|
220
|
+
searchShortcut: "搜索({{shortcut}})",
|
|
221
|
+
sectionSettings: "{{label}} 设置",
|
|
222
|
+
sortBy: "排序方式",
|
|
223
|
+
sharedOnly: "仅共享",
|
|
224
|
+
showHidden: "显示隐藏项",
|
|
225
|
+
used: "常用",
|
|
226
|
+
alphabetical: "A-Z",
|
|
227
|
+
manual: "手动",
|
|
228
|
+
sortMostUsed: "按使用频率排序",
|
|
229
|
+
sortAlphabetically: "按字母排序",
|
|
230
|
+
sortManually: "手动排序",
|
|
231
|
+
orgSharedOnly: "仅组织共享",
|
|
232
|
+
hiddenAnalyses: "隐藏的分析",
|
|
233
|
+
shareWithOrg: "与组织共享",
|
|
234
|
+
makePrivate: "设为私有",
|
|
235
|
+
rename: "重命名",
|
|
236
|
+
copyLink: "复制链接",
|
|
237
|
+
unhide: "取消隐藏",
|
|
238
|
+
hide: "隐藏",
|
|
239
|
+
archive: "归档",
|
|
240
|
+
delete: "删除",
|
|
241
|
+
deletePermanently: "永久删除",
|
|
242
|
+
deletePermanentlyTitle: "永久删除?",
|
|
243
|
+
deletePermanentlyDescription: "这会永久删除“{{name}}”,且无法撤销。",
|
|
244
|
+
deletePermanentlyArchiveHint: " 若要保留可恢复性,请选择归档。",
|
|
245
|
+
cancel: "取消",
|
|
246
|
+
deleteView: "删除视图 {{name}}?",
|
|
247
|
+
deleteViewFailed: "无法删除视图",
|
|
248
|
+
deleteViewFailedWithMessage: "无法删除视图:{{message}}",
|
|
249
|
+
deleting: "正在删除...",
|
|
250
|
+
signOut: "退出登录",
|
|
251
|
+
signOutTitle: "退出登录?",
|
|
252
|
+
yes: "是",
|
|
253
|
+
favorite: "收藏",
|
|
254
|
+
unfavorite: "取消收藏",
|
|
255
|
+
itemActions: "{{name}} 操作",
|
|
256
|
+
dragItem: "拖动 {{name}}",
|
|
257
|
+
linkCopied: "链接已复制",
|
|
258
|
+
copyLinkFailed: "无法复制链接",
|
|
259
|
+
renameFailed: "无法重命名 {{name}}",
|
|
260
|
+
renameFailedWithMessage: "无法重命名 {{name}}:{{message}}",
|
|
261
|
+
deleteFailed: "无法删除 {{name}}",
|
|
262
|
+
deleteFailedWithMessage: "无法删除 {{name}}:{{message}}",
|
|
263
|
+
archiveFailed: "无法归档 {{name}}",
|
|
264
|
+
archiveFailedWithMessage: "无法归档 {{name}}:{{message}}",
|
|
265
|
+
hideFailed: "无法隐藏 {{name}}",
|
|
266
|
+
hideFailedWithMessage: "无法隐藏 {{name}}:{{message}}",
|
|
267
|
+
unhideFailed: "无法取消隐藏 {{name}}",
|
|
268
|
+
unhideFailedWithMessage: "无法取消隐藏 {{name}}:{{message}}",
|
|
269
|
+
updateVisibilityFailed: "无法更新可见性",
|
|
270
|
+
updateVisibilityFailedWithMessage: "无法更新可见性:{{message}}",
|
|
271
|
+
archivedName: "已归档“{{name}}”",
|
|
272
|
+
nameSharedWithOrg: "“{{name}}”已与组织共享",
|
|
273
|
+
nameMadePrivate: "“{{name}}”已设为私有",
|
|
274
|
+
nameHidden: "“{{name}}”已隐藏",
|
|
275
|
+
nameUnhidden: "“{{name}}”已取消隐藏",
|
|
276
|
+
darkMode: "深色模式",
|
|
277
|
+
lightMode: "浅色模式",
|
|
278
|
+
untitledDashboard: "未命名仪表板",
|
|
279
|
+
untitledAnalysis: "未命名分析",
|
|
280
|
+
},
|
|
281
|
+
commandPalette: {
|
|
282
|
+
searchPlaceholder: "搜索仪表板、扩展和图表...",
|
|
283
|
+
noResults: "没有找到结果。",
|
|
284
|
+
whatsNew: "最新变化",
|
|
285
|
+
groupExplorerDashboards: "探索器仪表板",
|
|
286
|
+
groupSqlDashboards: "SQL 仪表板",
|
|
287
|
+
groupExtensions: "扩展",
|
|
288
|
+
groupDashboards: "仪表板",
|
|
289
|
+
groupTools: "工具",
|
|
290
|
+
groupAppearance: "外观",
|
|
291
|
+
groupHelp: "帮助",
|
|
292
|
+
groupSavedCharts: "已保存图表",
|
|
293
|
+
hidden: "已隐藏",
|
|
294
|
+
toggleLightMode: "切换到浅色模式",
|
|
295
|
+
toggleDarkMode: "切换到深色模式",
|
|
296
|
+
toolExplorer: "探索器",
|
|
297
|
+
toolCustomerHealth: "客户健康",
|
|
298
|
+
untitledDashboard: "未命名仪表板",
|
|
90
299
|
},
|
|
91
300
|
settings: {
|
|
92
301
|
agentTitle: "代理设置",
|
|
@@ -112,19 +321,125 @@ export const messagesByLocale = {
|
|
|
112
321
|
suggestionAnomalies: "分析 HubSpot 销售仪表板的异常",
|
|
113
322
|
suggestionMrr: "比较企业客户和 SMB 的 MRR",
|
|
114
323
|
},
|
|
324
|
+
guidedQuestions: {
|
|
325
|
+
title: "澄清仪表板需求",
|
|
326
|
+
description:
|
|
327
|
+
"几个选择可以帮助代理在编写 SQL 前确定合适的数据源、指标、切分方式和布局。",
|
|
328
|
+
},
|
|
115
329
|
}),
|
|
116
330
|
"es-ES": mergeMessages({
|
|
117
331
|
navigation: {
|
|
332
|
+
ask: "Preguntar",
|
|
118
333
|
overview: "Resumen",
|
|
334
|
+
dashboard: "Panel",
|
|
119
335
|
dataSources: "Fuentes de datos",
|
|
120
336
|
dataDictionary: "Diccionario de datos",
|
|
121
|
-
templateCatalog: "Catálogo
|
|
337
|
+
templateCatalog: "Catálogo",
|
|
338
|
+
dashboards: "Paneles",
|
|
122
339
|
analyses: "Análisis",
|
|
123
340
|
explorer: "Explorador",
|
|
124
341
|
team: "Equipo",
|
|
125
342
|
settings: "Ajustes",
|
|
126
343
|
navigation: "Navegación",
|
|
127
344
|
openNavigation: "Abrir navegación",
|
|
345
|
+
loadingDashboardTitle: "Cargando título del panel",
|
|
346
|
+
},
|
|
347
|
+
dashboardHeader: {
|
|
348
|
+
updated: "Actualizado el {{date}}",
|
|
349
|
+
created: "Creado el {{date}}",
|
|
350
|
+
},
|
|
351
|
+
sidebar: {
|
|
352
|
+
collapseDashboards: "Contraer paneles",
|
|
353
|
+
expandDashboards: "Expandir paneles",
|
|
354
|
+
collapseAnalyses: "Contraer análisis",
|
|
355
|
+
expandAnalyses: "Expandir análisis",
|
|
356
|
+
showLess: "Mostrar menos",
|
|
357
|
+
showMore: "Mostrar {{count}} más",
|
|
358
|
+
noAnalysesYet: "Aún no hay análisis",
|
|
359
|
+
search: "Buscar",
|
|
360
|
+
searchShortcut: "Buscar ({{shortcut}})",
|
|
361
|
+
sectionSettings: "Ajustes de {{label}}",
|
|
362
|
+
sortBy: "Ordenar por",
|
|
363
|
+
sharedOnly: "Solo compartidos",
|
|
364
|
+
showHidden: "Mostrar ocultos",
|
|
365
|
+
used: "Usado",
|
|
366
|
+
alphabetical: "A-Z",
|
|
367
|
+
manual: "Manual",
|
|
368
|
+
sortMostUsed: "Ordenar por más usado",
|
|
369
|
+
sortAlphabetically: "Ordenar alfabéticamente",
|
|
370
|
+
sortManually: "Ordenar manualmente",
|
|
371
|
+
orgSharedOnly: "Solo compartidos con la organización",
|
|
372
|
+
hiddenAnalyses: "Análisis ocultos",
|
|
373
|
+
shareWithOrg: "Compartir con la organización",
|
|
374
|
+
makePrivate: "Hacer privado",
|
|
375
|
+
rename: "Cambiar nombre",
|
|
376
|
+
copyLink: "Copiar enlace",
|
|
377
|
+
unhide: "Mostrar",
|
|
378
|
+
hide: "Ocultar",
|
|
379
|
+
archive: "Archivar",
|
|
380
|
+
delete: "Eliminar",
|
|
381
|
+
deletePermanently: "Eliminar permanentemente",
|
|
382
|
+
deletePermanentlyTitle: "¿Eliminar permanentemente?",
|
|
383
|
+
deletePermanentlyDescription:
|
|
384
|
+
"Esto eliminará “{{name}}” permanentemente y no se puede deshacer.",
|
|
385
|
+
deletePermanentlyArchiveHint:
|
|
386
|
+
" Para conservarlo recuperable, elige Archivar.",
|
|
387
|
+
cancel: "Cancelar",
|
|
388
|
+
deleteView: "¿Eliminar vista {{name}}?",
|
|
389
|
+
deleteViewFailed: "No se pudo eliminar la vista",
|
|
390
|
+
deleteViewFailedWithMessage: "No se pudo eliminar la vista: {{message}}",
|
|
391
|
+
deleting: "Eliminando...",
|
|
392
|
+
signOut: "Cerrar sesión",
|
|
393
|
+
signOutTitle: "¿Cerrar sesión?",
|
|
394
|
+
yes: "Sí",
|
|
395
|
+
favorite: "Favorito",
|
|
396
|
+
unfavorite: "Quitar de favoritos",
|
|
397
|
+
itemActions: "Acciones de {{name}}",
|
|
398
|
+
dragItem: "Arrastrar {{name}}",
|
|
399
|
+
linkCopied: "Enlace copiado",
|
|
400
|
+
copyLinkFailed: "No se pudo copiar el enlace",
|
|
401
|
+
renameFailed: "No se pudo cambiar el nombre de {{name}}",
|
|
402
|
+
renameFailedWithMessage:
|
|
403
|
+
"No se pudo cambiar el nombre de {{name}}: {{message}}",
|
|
404
|
+
deleteFailed: "No se pudo eliminar {{name}}",
|
|
405
|
+
deleteFailedWithMessage: "No se pudo eliminar {{name}}: {{message}}",
|
|
406
|
+
archiveFailed: "No se pudo archivar {{name}}",
|
|
407
|
+
archiveFailedWithMessage: "No se pudo archivar {{name}}: {{message}}",
|
|
408
|
+
hideFailed: "No se pudo ocultar {{name}}",
|
|
409
|
+
hideFailedWithMessage: "No se pudo ocultar {{name}}: {{message}}",
|
|
410
|
+
unhideFailed: "No se pudo mostrar {{name}}",
|
|
411
|
+
unhideFailedWithMessage: "No se pudo mostrar {{name}}: {{message}}",
|
|
412
|
+
updateVisibilityFailed: "No se pudo actualizar la visibilidad",
|
|
413
|
+
updateVisibilityFailedWithMessage:
|
|
414
|
+
"No se pudo actualizar la visibilidad: {{message}}",
|
|
415
|
+
archivedName: "“{{name}}” archivado",
|
|
416
|
+
nameSharedWithOrg: "“{{name}}” compartido con la organización",
|
|
417
|
+
nameMadePrivate: "“{{name}}” hecho privado",
|
|
418
|
+
nameHidden: "“{{name}}” ocultado",
|
|
419
|
+
nameUnhidden: "“{{name}}” mostrado",
|
|
420
|
+
darkMode: "Modo oscuro",
|
|
421
|
+
lightMode: "Modo claro",
|
|
422
|
+
untitledDashboard: "Panel sin título",
|
|
423
|
+
untitledAnalysis: "Análisis sin título",
|
|
424
|
+
},
|
|
425
|
+
commandPalette: {
|
|
426
|
+
searchPlaceholder: "Buscar paneles, extensiones, gráficos...",
|
|
427
|
+
noResults: "No se encontraron resultados.",
|
|
428
|
+
whatsNew: "Novedades",
|
|
429
|
+
groupExplorerDashboards: "Paneles del explorador",
|
|
430
|
+
groupSqlDashboards: "Paneles SQL",
|
|
431
|
+
groupExtensions: "Extensiones",
|
|
432
|
+
groupDashboards: "Paneles",
|
|
433
|
+
groupTools: "Herramientas",
|
|
434
|
+
groupAppearance: "Apariencia",
|
|
435
|
+
groupHelp: "Ayuda",
|
|
436
|
+
groupSavedCharts: "Gráficos guardados",
|
|
437
|
+
hidden: "Oculto",
|
|
438
|
+
toggleLightMode: "Cambiar a modo claro",
|
|
439
|
+
toggleDarkMode: "Cambiar a modo oscuro",
|
|
440
|
+
toolExplorer: "Explorador",
|
|
441
|
+
toolCustomerHealth: "Salud de clientes",
|
|
442
|
+
untitledDashboard: "Panel sin título",
|
|
128
443
|
},
|
|
129
444
|
settings: {
|
|
130
445
|
agentTitle: "Ajustes del agente",
|
|
@@ -153,19 +468,126 @@ export const messagesByLocale = {
|
|
|
153
468
|
suggestionAnomalies: "Analiza anomalías en el panel de ventas de HubSpot",
|
|
154
469
|
suggestionMrr: "Compara el MRR entre enterprise y SMB",
|
|
155
470
|
},
|
|
471
|
+
guidedQuestions: {
|
|
472
|
+
title: "Aclarar el panel",
|
|
473
|
+
description:
|
|
474
|
+
"Unas pocas elecciones ayudan al agente a elegir la fuente, las métricas, los cortes y el diseño correctos antes de escribir SQL.",
|
|
475
|
+
},
|
|
156
476
|
}),
|
|
157
477
|
"fr-FR": mergeMessages({
|
|
158
478
|
navigation: {
|
|
479
|
+
ask: "Demander",
|
|
159
480
|
overview: "Vue d'ensemble",
|
|
481
|
+
dashboard: "Tableau de bord",
|
|
160
482
|
dataSources: "Sources de données",
|
|
161
483
|
dataDictionary: "Dictionnaire de données",
|
|
162
|
-
templateCatalog: "Catalogue
|
|
484
|
+
templateCatalog: "Catalogue",
|
|
485
|
+
dashboards: "Tableaux de bord",
|
|
163
486
|
analyses: "Analyses",
|
|
164
487
|
explorer: "Explorateur",
|
|
165
488
|
team: "Équipe",
|
|
166
489
|
settings: "Paramètres",
|
|
167
490
|
navigation: "Navigation",
|
|
168
491
|
openNavigation: "Ouvrir la navigation",
|
|
492
|
+
loadingDashboardTitle: "Chargement du titre du tableau de bord",
|
|
493
|
+
},
|
|
494
|
+
dashboardHeader: {
|
|
495
|
+
updated: "Mis à jour le {{date}}",
|
|
496
|
+
created: "Créé le {{date}}",
|
|
497
|
+
},
|
|
498
|
+
sidebar: {
|
|
499
|
+
collapseDashboards: "Réduire les tableaux de bord",
|
|
500
|
+
expandDashboards: "Développer les tableaux de bord",
|
|
501
|
+
collapseAnalyses: "Réduire les analyses",
|
|
502
|
+
expandAnalyses: "Développer les analyses",
|
|
503
|
+
showLess: "Afficher moins",
|
|
504
|
+
showMore: "Afficher {{count}} de plus",
|
|
505
|
+
noAnalysesYet: "Aucune analyse pour le moment",
|
|
506
|
+
search: "Rechercher",
|
|
507
|
+
searchShortcut: "Rechercher ({{shortcut}})",
|
|
508
|
+
sectionSettings: "Paramètres de {{label}}",
|
|
509
|
+
sortBy: "Trier par",
|
|
510
|
+
sharedOnly: "Partagés seulement",
|
|
511
|
+
showHidden: "Afficher les éléments masqués",
|
|
512
|
+
used: "Utilisé",
|
|
513
|
+
alphabetical: "A-Z",
|
|
514
|
+
manual: "Manuel",
|
|
515
|
+
sortMostUsed: "Trier par utilisation",
|
|
516
|
+
sortAlphabetically: "Trier alphabétiquement",
|
|
517
|
+
sortManually: "Trier manuellement",
|
|
518
|
+
orgSharedOnly: "Partagés avec l’organisation uniquement",
|
|
519
|
+
hiddenAnalyses: "Analyses masquées",
|
|
520
|
+
shareWithOrg: "Partager avec l’organisation",
|
|
521
|
+
makePrivate: "Rendre privé",
|
|
522
|
+
rename: "Renommer",
|
|
523
|
+
copyLink: "Copier le lien",
|
|
524
|
+
unhide: "Afficher",
|
|
525
|
+
hide: "Masquer",
|
|
526
|
+
archive: "Archiver",
|
|
527
|
+
delete: "Supprimer",
|
|
528
|
+
deletePermanently: "Supprimer définitivement",
|
|
529
|
+
deletePermanentlyTitle: "Supprimer définitivement ?",
|
|
530
|
+
deletePermanentlyDescription:
|
|
531
|
+
"Cela supprimera définitivement « {{name}} » et ne pourra pas être annulé.",
|
|
532
|
+
deletePermanentlyArchiveHint:
|
|
533
|
+
" Pour le garder récupérable, choisissez plutôt Archiver.",
|
|
534
|
+
cancel: "Annuler",
|
|
535
|
+
deleteView: "Supprimer la vue {{name}} ?",
|
|
536
|
+
deleteViewFailed: "Impossible de supprimer la vue",
|
|
537
|
+
deleteViewFailedWithMessage:
|
|
538
|
+
"Impossible de supprimer la vue : {{message}}",
|
|
539
|
+
deleting: "Suppression...",
|
|
540
|
+
signOut: "Se déconnecter",
|
|
541
|
+
signOutTitle: "Se déconnecter ?",
|
|
542
|
+
yes: "Oui",
|
|
543
|
+
favorite: "Ajouter aux favoris",
|
|
544
|
+
unfavorite: "Retirer des favoris",
|
|
545
|
+
itemActions: "Actions pour {{name}}",
|
|
546
|
+
dragItem: "Faire glisser {{name}}",
|
|
547
|
+
linkCopied: "Lien copié",
|
|
548
|
+
copyLinkFailed: "Impossible de copier le lien",
|
|
549
|
+
renameFailed: "Impossible de renommer {{name}}",
|
|
550
|
+
renameFailedWithMessage: "Impossible de renommer {{name}} : {{message}}",
|
|
551
|
+
deleteFailed: "Impossible de supprimer {{name}}",
|
|
552
|
+
deleteFailedWithMessage: "Impossible de supprimer {{name}} : {{message}}",
|
|
553
|
+
archiveFailed: "Impossible d’archiver {{name}}",
|
|
554
|
+
archiveFailedWithMessage: "Impossible d’archiver {{name}} : {{message}}",
|
|
555
|
+
hideFailed: "Impossible de masquer {{name}}",
|
|
556
|
+
hideFailedWithMessage: "Impossible de masquer {{name}} : {{message}}",
|
|
557
|
+
unhideFailed: "Impossible d’afficher {{name}}",
|
|
558
|
+
unhideFailedWithMessage: "Impossible d’afficher {{name}} : {{message}}",
|
|
559
|
+
updateVisibilityFailed: "Impossible de mettre à jour la visibilité",
|
|
560
|
+
updateVisibilityFailedWithMessage:
|
|
561
|
+
"Impossible de mettre à jour la visibilité : {{message}}",
|
|
562
|
+
archivedName: "« {{name}} » archivé",
|
|
563
|
+
nameSharedWithOrg: "« {{name}} » partagé avec l’organisation",
|
|
564
|
+
nameMadePrivate: "« {{name}} » rendu privé",
|
|
565
|
+
nameHidden: "« {{name}} » masqué",
|
|
566
|
+
nameUnhidden: "« {{name}} » affiché",
|
|
567
|
+
darkMode: "Mode sombre",
|
|
568
|
+
lightMode: "Mode clair",
|
|
569
|
+
untitledDashboard: "Tableau de bord sans titre",
|
|
570
|
+
untitledAnalysis: "Analyse sans titre",
|
|
571
|
+
},
|
|
572
|
+
commandPalette: {
|
|
573
|
+
searchPlaceholder:
|
|
574
|
+
"Rechercher des tableaux de bord, extensions, graphiques...",
|
|
575
|
+
noResults: "Aucun résultat trouvé.",
|
|
576
|
+
whatsNew: "Nouveautés",
|
|
577
|
+
groupExplorerDashboards: "Tableaux de bord Explorer",
|
|
578
|
+
groupSqlDashboards: "Tableaux de bord SQL",
|
|
579
|
+
groupExtensions: "Extensions",
|
|
580
|
+
groupDashboards: "Tableaux de bord",
|
|
581
|
+
groupTools: "Outils",
|
|
582
|
+
groupAppearance: "Apparence",
|
|
583
|
+
groupHelp: "Aide",
|
|
584
|
+
groupSavedCharts: "Graphiques enregistrés",
|
|
585
|
+
hidden: "Masqué",
|
|
586
|
+
toggleLightMode: "Passer en mode clair",
|
|
587
|
+
toggleDarkMode: "Passer en mode sombre",
|
|
588
|
+
toolExplorer: "Explorateur",
|
|
589
|
+
toolCustomerHealth: "Santé client",
|
|
590
|
+
untitledDashboard: "Tableau de bord sans titre",
|
|
169
591
|
},
|
|
170
592
|
settings: {
|
|
171
593
|
agentTitle: "Paramètres de l’agent",
|
|
@@ -196,19 +618,130 @@ export const messagesByLocale = {
|
|
|
196
618
|
"Analyse les anomalies du tableau de bord HubSpot Sales",
|
|
197
619
|
suggestionMrr: "Compare le MRR entre enterprise et SMB",
|
|
198
620
|
},
|
|
621
|
+
guidedQuestions: {
|
|
622
|
+
title: "Clarifier le tableau de bord",
|
|
623
|
+
description:
|
|
624
|
+
"Quelques choix aident l’agent à sélectionner la bonne source, les métriques, les découpes et la mise en page avant d’écrire le SQL.",
|
|
625
|
+
},
|
|
199
626
|
}),
|
|
200
627
|
"de-DE": mergeMessages({
|
|
201
628
|
navigation: {
|
|
629
|
+
ask: "Fragen",
|
|
202
630
|
overview: "Übersicht",
|
|
631
|
+
dashboard: "Dashboard",
|
|
203
632
|
dataSources: "Datenquellen",
|
|
204
633
|
dataDictionary: "Datenlexikon",
|
|
205
|
-
templateCatalog: "
|
|
634
|
+
templateCatalog: "Katalog",
|
|
635
|
+
dashboards: "Dashboards",
|
|
206
636
|
analyses: "Analysen",
|
|
207
637
|
explorer: "Explorer",
|
|
208
638
|
team: "Team",
|
|
209
639
|
settings: "Einstellungen",
|
|
210
640
|
navigation: "Navigation",
|
|
211
641
|
openNavigation: "Navigation öffnen",
|
|
642
|
+
loadingDashboardTitle: "Dashboard-Titel wird geladen",
|
|
643
|
+
},
|
|
644
|
+
dashboardHeader: {
|
|
645
|
+
updated: "Aktualisiert am {{date}}",
|
|
646
|
+
created: "Erstellt am {{date}}",
|
|
647
|
+
},
|
|
648
|
+
sidebar: {
|
|
649
|
+
collapseDashboards: "Dashboards einklappen",
|
|
650
|
+
expandDashboards: "Dashboards ausklappen",
|
|
651
|
+
collapseAnalyses: "Analysen einklappen",
|
|
652
|
+
expandAnalyses: "Analysen ausklappen",
|
|
653
|
+
showLess: "Weniger anzeigen",
|
|
654
|
+
showMore: "{{count}} weitere anzeigen",
|
|
655
|
+
noAnalysesYet: "Noch keine Analysen",
|
|
656
|
+
search: "Suchen",
|
|
657
|
+
searchShortcut: "Suchen ({{shortcut}})",
|
|
658
|
+
sectionSettings: "{{label}}-Einstellungen",
|
|
659
|
+
sortBy: "Sortieren nach",
|
|
660
|
+
sharedOnly: "Nur geteilt",
|
|
661
|
+
showHidden: "Ausgeblendete anzeigen",
|
|
662
|
+
used: "Genutzt",
|
|
663
|
+
alphabetical: "A-Z",
|
|
664
|
+
manual: "Manuell",
|
|
665
|
+
sortMostUsed: "Nach meistgenutzt sortieren",
|
|
666
|
+
sortAlphabetically: "Alphabetisch sortieren",
|
|
667
|
+
sortManually: "Manuell sortieren",
|
|
668
|
+
orgSharedOnly: "Nur mit Organisation geteilt",
|
|
669
|
+
hiddenAnalyses: "Ausgeblendete Analysen",
|
|
670
|
+
shareWithOrg: "Mit Organisation teilen",
|
|
671
|
+
makePrivate: "Privat machen",
|
|
672
|
+
rename: "Umbenennen",
|
|
673
|
+
copyLink: "Link kopieren",
|
|
674
|
+
unhide: "Einblenden",
|
|
675
|
+
hide: "Ausblenden",
|
|
676
|
+
archive: "Archivieren",
|
|
677
|
+
delete: "Löschen",
|
|
678
|
+
deletePermanently: "Endgültig löschen",
|
|
679
|
+
deletePermanentlyTitle: "Endgültig löschen?",
|
|
680
|
+
deletePermanentlyDescription:
|
|
681
|
+
"Dadurch wird „{{name}}“ endgültig gelöscht. Das kann nicht rückgängig gemacht werden.",
|
|
682
|
+
deletePermanentlyArchiveHint:
|
|
683
|
+
" Wenn es wiederherstellbar bleiben soll, wähle stattdessen Archivieren.",
|
|
684
|
+
cancel: "Abbrechen",
|
|
685
|
+
deleteView: "Ansicht {{name}} löschen?",
|
|
686
|
+
deleteViewFailed: "Ansicht konnte nicht gelöscht werden",
|
|
687
|
+
deleteViewFailedWithMessage:
|
|
688
|
+
"Ansicht konnte nicht gelöscht werden: {{message}}",
|
|
689
|
+
deleting: "Wird gelöscht...",
|
|
690
|
+
signOut: "Abmelden",
|
|
691
|
+
signOutTitle: "Abmelden?",
|
|
692
|
+
yes: "Ja",
|
|
693
|
+
favorite: "Favorit",
|
|
694
|
+
unfavorite: "Favorit entfernen",
|
|
695
|
+
itemActions: "Aktionen für {{name}}",
|
|
696
|
+
dragItem: "{{name}} ziehen",
|
|
697
|
+
linkCopied: "Link kopiert",
|
|
698
|
+
copyLinkFailed: "Link konnte nicht kopiert werden",
|
|
699
|
+
renameFailed: "{{name}} konnte nicht umbenannt werden",
|
|
700
|
+
renameFailedWithMessage:
|
|
701
|
+
"{{name}} konnte nicht umbenannt werden: {{message}}",
|
|
702
|
+
deleteFailed: "{{name}} konnte nicht gelöscht werden",
|
|
703
|
+
deleteFailedWithMessage:
|
|
704
|
+
"{{name}} konnte nicht gelöscht werden: {{message}}",
|
|
705
|
+
archiveFailed: "{{name}} konnte nicht archiviert werden",
|
|
706
|
+
archiveFailedWithMessage:
|
|
707
|
+
"{{name}} konnte nicht archiviert werden: {{message}}",
|
|
708
|
+
hideFailed: "{{name}} konnte nicht ausgeblendet werden",
|
|
709
|
+
hideFailedWithMessage:
|
|
710
|
+
"{{name}} konnte nicht ausgeblendet werden: {{message}}",
|
|
711
|
+
unhideFailed: "{{name}} konnte nicht eingeblendet werden",
|
|
712
|
+
unhideFailedWithMessage:
|
|
713
|
+
"{{name}} konnte nicht eingeblendet werden: {{message}}",
|
|
714
|
+
updateVisibilityFailed: "Sichtbarkeit konnte nicht aktualisiert werden",
|
|
715
|
+
updateVisibilityFailedWithMessage:
|
|
716
|
+
"Sichtbarkeit konnte nicht aktualisiert werden: {{message}}",
|
|
717
|
+
archivedName: "„{{name}}“ archiviert",
|
|
718
|
+
nameSharedWithOrg: "„{{name}}“ mit Organisation geteilt",
|
|
719
|
+
nameMadePrivate: "„{{name}}“ privat gemacht",
|
|
720
|
+
nameHidden: "„{{name}}“ ausgeblendet",
|
|
721
|
+
nameUnhidden: "„{{name}}“ eingeblendet",
|
|
722
|
+
darkMode: "Dunkler Modus",
|
|
723
|
+
lightMode: "Heller Modus",
|
|
724
|
+
untitledDashboard: "Unbenanntes Dashboard",
|
|
725
|
+
untitledAnalysis: "Unbenannte Analyse",
|
|
726
|
+
},
|
|
727
|
+
commandPalette: {
|
|
728
|
+
searchPlaceholder: "Dashboards, Erweiterungen, Diagramme suchen...",
|
|
729
|
+
noResults: "Keine Ergebnisse gefunden.",
|
|
730
|
+
whatsNew: "Neuigkeiten",
|
|
731
|
+
groupExplorerDashboards: "Explorer-Dashboards",
|
|
732
|
+
groupSqlDashboards: "SQL-Dashboards",
|
|
733
|
+
groupExtensions: "Erweiterungen",
|
|
734
|
+
groupDashboards: "Dashboards",
|
|
735
|
+
groupTools: "Tools",
|
|
736
|
+
groupAppearance: "Darstellung",
|
|
737
|
+
groupHelp: "Hilfe",
|
|
738
|
+
groupSavedCharts: "Gespeicherte Diagramme",
|
|
739
|
+
hidden: "Ausgeblendet",
|
|
740
|
+
toggleLightMode: "Hellen Modus einschalten",
|
|
741
|
+
toggleDarkMode: "Dunklen Modus einschalten",
|
|
742
|
+
toolExplorer: "Explorer",
|
|
743
|
+
toolCustomerHealth: "Kundengesundheit",
|
|
744
|
+
untitledDashboard: "Unbenanntes Dashboard",
|
|
212
745
|
},
|
|
213
746
|
settings: {
|
|
214
747
|
agentTitle: "Agent-Einstellungen",
|
|
@@ -237,19 +770,126 @@ export const messagesByLocale = {
|
|
|
237
770
|
suggestionAnomalies: "Analysiere Anomalien im HubSpot-Sales-Dashboard",
|
|
238
771
|
suggestionMrr: "Vergleiche MRR zwischen Enterprise und SMB",
|
|
239
772
|
},
|
|
773
|
+
guidedQuestions: {
|
|
774
|
+
title: "Dashboard klären",
|
|
775
|
+
description:
|
|
776
|
+
"Ein paar Antworten helfen dem Agenten, die richtige Quelle, Metriken, Aufschlüsselungen und das Layout zu wählen, bevor er SQL schreibt.",
|
|
777
|
+
},
|
|
240
778
|
}),
|
|
241
779
|
"ja-JP": mergeMessages({
|
|
242
780
|
navigation: {
|
|
781
|
+
ask: "質問",
|
|
243
782
|
overview: "概要",
|
|
783
|
+
dashboard: "ダッシュボード",
|
|
244
784
|
dataSources: "データソース",
|
|
245
785
|
dataDictionary: "データ辞書",
|
|
246
786
|
templateCatalog: "テンプレートカタログ",
|
|
787
|
+
dashboards: "ダッシュボード",
|
|
247
788
|
analyses: "分析",
|
|
248
789
|
explorer: "エクスプローラー",
|
|
249
790
|
team: "チーム",
|
|
250
791
|
settings: "設定",
|
|
251
792
|
navigation: "ナビゲーション",
|
|
252
793
|
openNavigation: "ナビゲーションを開く",
|
|
794
|
+
loadingDashboardTitle: "ダッシュボードタイトルを読み込み中",
|
|
795
|
+
},
|
|
796
|
+
dashboardHeader: {
|
|
797
|
+
updated: "{{date}} 更新",
|
|
798
|
+
created: "{{date}} 作成",
|
|
799
|
+
},
|
|
800
|
+
sidebar: {
|
|
801
|
+
collapseDashboards: "ダッシュボードを折りたたむ",
|
|
802
|
+
expandDashboards: "ダッシュボードを展開",
|
|
803
|
+
collapseAnalyses: "分析を折りたたむ",
|
|
804
|
+
expandAnalyses: "分析を展開",
|
|
805
|
+
showLess: "少なく表示",
|
|
806
|
+
showMore: "さらに {{count}} 件表示",
|
|
807
|
+
noAnalysesYet: "分析はまだありません",
|
|
808
|
+
search: "検索",
|
|
809
|
+
searchShortcut: "検索({{shortcut}})",
|
|
810
|
+
sectionSettings: "{{label}} の設定",
|
|
811
|
+
sortBy: "並べ替え",
|
|
812
|
+
sharedOnly: "共有のみ",
|
|
813
|
+
showHidden: "非表示を表示",
|
|
814
|
+
used: "使用済み",
|
|
815
|
+
alphabetical: "A-Z",
|
|
816
|
+
manual: "手動",
|
|
817
|
+
sortMostUsed: "使用頻度順に並べ替え",
|
|
818
|
+
sortAlphabetically: "アルファベット順に並べ替え",
|
|
819
|
+
sortManually: "手動で並べ替え",
|
|
820
|
+
orgSharedOnly: "組織共有のみ",
|
|
821
|
+
hiddenAnalyses: "非表示の分析",
|
|
822
|
+
shareWithOrg: "組織と共有",
|
|
823
|
+
makePrivate: "非公開にする",
|
|
824
|
+
rename: "名前を変更",
|
|
825
|
+
copyLink: "リンクをコピー",
|
|
826
|
+
unhide: "再表示",
|
|
827
|
+
hide: "非表示",
|
|
828
|
+
archive: "アーカイブ",
|
|
829
|
+
delete: "削除",
|
|
830
|
+
deletePermanently: "完全に削除",
|
|
831
|
+
deletePermanentlyTitle: "完全に削除しますか?",
|
|
832
|
+
deletePermanentlyDescription:
|
|
833
|
+
"“{{name}}” は完全に削除され、元に戻せません。",
|
|
834
|
+
deletePermanentlyArchiveHint:
|
|
835
|
+
" 復元できるように残すには、代わりにアーカイブを選択してください。",
|
|
836
|
+
cancel: "キャンセル",
|
|
837
|
+
deleteView: "ビュー {{name}} を削除しますか?",
|
|
838
|
+
deleteViewFailed: "ビューを削除できませんでした",
|
|
839
|
+
deleteViewFailedWithMessage: "ビューを削除できませんでした: {{message}}",
|
|
840
|
+
deleting: "削除中...",
|
|
841
|
+
signOut: "サインアウト",
|
|
842
|
+
signOutTitle: "サインアウトしますか?",
|
|
843
|
+
yes: "はい",
|
|
844
|
+
favorite: "お気に入り",
|
|
845
|
+
unfavorite: "お気に入りを解除",
|
|
846
|
+
itemActions: "{{name}} の操作",
|
|
847
|
+
dragItem: "{{name}} をドラッグ",
|
|
848
|
+
linkCopied: "リンクをコピーしました",
|
|
849
|
+
copyLinkFailed: "リンクをコピーできませんでした",
|
|
850
|
+
renameFailed: "{{name}} の名前を変更できませんでした",
|
|
851
|
+
renameFailedWithMessage:
|
|
852
|
+
"{{name}} の名前を変更できませんでした: {{message}}",
|
|
853
|
+
deleteFailed: "{{name}} を削除できませんでした",
|
|
854
|
+
deleteFailedWithMessage: "{{name}} を削除できませんでした: {{message}}",
|
|
855
|
+
archiveFailed: "{{name}} をアーカイブできませんでした",
|
|
856
|
+
archiveFailedWithMessage:
|
|
857
|
+
"{{name}} をアーカイブできませんでした: {{message}}",
|
|
858
|
+
hideFailed: "{{name}} を非表示にできませんでした",
|
|
859
|
+
hideFailedWithMessage: "{{name}} を非表示にできませんでした: {{message}}",
|
|
860
|
+
unhideFailed: "{{name}} を再表示できませんでした",
|
|
861
|
+
unhideFailedWithMessage: "{{name}} を再表示できませんでした: {{message}}",
|
|
862
|
+
updateVisibilityFailed: "公開範囲を更新できませんでした",
|
|
863
|
+
updateVisibilityFailedWithMessage:
|
|
864
|
+
"公開範囲を更新できませんでした: {{message}}",
|
|
865
|
+
archivedName: "“{{name}}” をアーカイブしました",
|
|
866
|
+
nameSharedWithOrg: "“{{name}}” を組織と共有しました",
|
|
867
|
+
nameMadePrivate: "“{{name}}” を非公開にしました",
|
|
868
|
+
nameHidden: "“{{name}}” を非表示にしました",
|
|
869
|
+
nameUnhidden: "“{{name}}” を再表示しました",
|
|
870
|
+
darkMode: "ダークモード",
|
|
871
|
+
lightMode: "ライトモード",
|
|
872
|
+
untitledDashboard: "無題のダッシュボード",
|
|
873
|
+
untitledAnalysis: "無題の分析",
|
|
874
|
+
},
|
|
875
|
+
commandPalette: {
|
|
876
|
+
searchPlaceholder: "ダッシュボード、拡張機能、グラフを検索...",
|
|
877
|
+
noResults: "結果が見つかりません。",
|
|
878
|
+
whatsNew: "新着情報",
|
|
879
|
+
groupExplorerDashboards: "エクスプローラーダッシュボード",
|
|
880
|
+
groupSqlDashboards: "SQL ダッシュボード",
|
|
881
|
+
groupExtensions: "拡張機能",
|
|
882
|
+
groupDashboards: "ダッシュボード",
|
|
883
|
+
groupTools: "ツール",
|
|
884
|
+
groupAppearance: "表示",
|
|
885
|
+
groupHelp: "ヘルプ",
|
|
886
|
+
groupSavedCharts: "保存済みグラフ",
|
|
887
|
+
hidden: "非表示",
|
|
888
|
+
toggleLightMode: "ライトモードに切り替え",
|
|
889
|
+
toggleDarkMode: "ダークモードに切り替え",
|
|
890
|
+
toolExplorer: "エクスプローラー",
|
|
891
|
+
toolCustomerHealth: "顧客ヘルス",
|
|
892
|
+
untitledDashboard: "無題のダッシュボード",
|
|
253
893
|
},
|
|
254
894
|
settings: {
|
|
255
895
|
agentTitle: "エージェント設定",
|
|
@@ -278,19 +918,126 @@ export const messagesByLocale = {
|
|
|
278
918
|
suggestionAnomalies: "HubSpot Sales ダッシュボードの異常を分析",
|
|
279
919
|
suggestionMrr: "Enterprise と SMB の MRR を比較",
|
|
280
920
|
},
|
|
921
|
+
guidedQuestions: {
|
|
922
|
+
title: "ダッシュボードを明確化",
|
|
923
|
+
description:
|
|
924
|
+
"いくつかの選択により、エージェントが SQL を書く前に適切なソース、指標、切り口、レイアウトを選べます。",
|
|
925
|
+
},
|
|
281
926
|
}),
|
|
282
927
|
"ko-KR": mergeMessages({
|
|
283
928
|
navigation: {
|
|
929
|
+
ask: "질문",
|
|
284
930
|
overview: "개요",
|
|
931
|
+
dashboard: "대시보드",
|
|
285
932
|
dataSources: "데이터 소스",
|
|
286
933
|
dataDictionary: "데이터 사전",
|
|
287
934
|
templateCatalog: "템플릿 카탈로그",
|
|
935
|
+
dashboards: "대시보드",
|
|
288
936
|
analyses: "분석",
|
|
289
937
|
explorer: "탐색기",
|
|
290
938
|
team: "팀",
|
|
291
939
|
settings: "설정",
|
|
292
940
|
navigation: "탐색",
|
|
293
941
|
openNavigation: "탐색 열기",
|
|
942
|
+
loadingDashboardTitle: "대시보드 제목 로드 중",
|
|
943
|
+
},
|
|
944
|
+
dashboardHeader: {
|
|
945
|
+
updated: "{{date}} 업데이트됨",
|
|
946
|
+
created: "{{date}} 생성됨",
|
|
947
|
+
},
|
|
948
|
+
sidebar: {
|
|
949
|
+
collapseDashboards: "대시보드 접기",
|
|
950
|
+
expandDashboards: "대시보드 펼치기",
|
|
951
|
+
collapseAnalyses: "분석 접기",
|
|
952
|
+
expandAnalyses: "분석 펼치기",
|
|
953
|
+
showLess: "간단히 보기",
|
|
954
|
+
showMore: "{{count}}개 더 보기",
|
|
955
|
+
noAnalysesYet: "아직 분석이 없습니다",
|
|
956
|
+
search: "검색",
|
|
957
|
+
searchShortcut: "검색({{shortcut}})",
|
|
958
|
+
sectionSettings: "{{label}} 설정",
|
|
959
|
+
sortBy: "정렬 기준",
|
|
960
|
+
sharedOnly: "공유된 항목만",
|
|
961
|
+
showHidden: "숨김 항목 표시",
|
|
962
|
+
used: "사용됨",
|
|
963
|
+
alphabetical: "A-Z",
|
|
964
|
+
manual: "수동",
|
|
965
|
+
sortMostUsed: "가장 많이 사용한 순으로 정렬",
|
|
966
|
+
sortAlphabetically: "가나다순 정렬",
|
|
967
|
+
sortManually: "수동 정렬",
|
|
968
|
+
orgSharedOnly: "조직 공유만",
|
|
969
|
+
hiddenAnalyses: "숨긴 분석",
|
|
970
|
+
shareWithOrg: "조직과 공유",
|
|
971
|
+
makePrivate: "비공개로 전환",
|
|
972
|
+
rename: "이름 변경",
|
|
973
|
+
copyLink: "링크 복사",
|
|
974
|
+
unhide: "숨김 해제",
|
|
975
|
+
hide: "숨기기",
|
|
976
|
+
archive: "보관",
|
|
977
|
+
delete: "삭제",
|
|
978
|
+
deletePermanently: "영구 삭제",
|
|
979
|
+
deletePermanentlyTitle: "영구 삭제할까요?",
|
|
980
|
+
deletePermanentlyDescription:
|
|
981
|
+
"“{{name}}”이 영구 삭제되며 되돌릴 수 없습니다.",
|
|
982
|
+
deletePermanentlyArchiveHint:
|
|
983
|
+
" 복구 가능하게 유지하려면 대신 보관을 선택하세요.",
|
|
984
|
+
cancel: "취소",
|
|
985
|
+
deleteView: "{{name}} 보기 삭제?",
|
|
986
|
+
deleteViewFailed: "보기를 삭제할 수 없습니다",
|
|
987
|
+
deleteViewFailedWithMessage: "보기를 삭제할 수 없습니다: {{message}}",
|
|
988
|
+
deleting: "삭제 중...",
|
|
989
|
+
signOut: "로그아웃",
|
|
990
|
+
signOutTitle: "로그아웃할까요?",
|
|
991
|
+
yes: "예",
|
|
992
|
+
favorite: "즐겨찾기",
|
|
993
|
+
unfavorite: "즐겨찾기 해제",
|
|
994
|
+
itemActions: "{{name}} 작업",
|
|
995
|
+
dragItem: "{{name}} 드래그",
|
|
996
|
+
linkCopied: "링크가 복사되었습니다",
|
|
997
|
+
copyLinkFailed: "링크를 복사할 수 없습니다",
|
|
998
|
+
renameFailed: "{{name}} 이름을 변경할 수 없습니다",
|
|
999
|
+
renameFailedWithMessage:
|
|
1000
|
+
"{{name}} 이름을 변경할 수 없습니다: {{message}}",
|
|
1001
|
+
deleteFailed: "{{name}}을 삭제할 수 없습니다",
|
|
1002
|
+
deleteFailedWithMessage: "{{name}}을 삭제할 수 없습니다: {{message}}",
|
|
1003
|
+
archiveFailed: "{{name}}을 보관할 수 없습니다",
|
|
1004
|
+
archiveFailedWithMessage: "{{name}}을 보관할 수 없습니다: {{message}}",
|
|
1005
|
+
hideFailed: "{{name}}을 숨길 수 없습니다",
|
|
1006
|
+
hideFailedWithMessage: "{{name}}을 숨길 수 없습니다: {{message}}",
|
|
1007
|
+
unhideFailed: "{{name}} 숨김을 해제할 수 없습니다",
|
|
1008
|
+
unhideFailedWithMessage:
|
|
1009
|
+
"{{name}} 숨김을 해제할 수 없습니다: {{message}}",
|
|
1010
|
+
updateVisibilityFailed: "표시 범위를 업데이트할 수 없습니다",
|
|
1011
|
+
updateVisibilityFailedWithMessage:
|
|
1012
|
+
"표시 범위를 업데이트할 수 없습니다: {{message}}",
|
|
1013
|
+
archivedName: "“{{name}}”이 보관되었습니다",
|
|
1014
|
+
nameSharedWithOrg: "“{{name}}”이 조직과 공유되었습니다",
|
|
1015
|
+
nameMadePrivate: "“{{name}}”이 비공개로 전환되었습니다",
|
|
1016
|
+
nameHidden: "“{{name}}”이 숨겨졌습니다",
|
|
1017
|
+
nameUnhidden: "“{{name}}” 숨김이 해제되었습니다",
|
|
1018
|
+
darkMode: "다크 모드",
|
|
1019
|
+
lightMode: "라이트 모드",
|
|
1020
|
+
untitledDashboard: "제목 없는 대시보드",
|
|
1021
|
+
untitledAnalysis: "제목 없는 분석",
|
|
1022
|
+
},
|
|
1023
|
+
commandPalette: {
|
|
1024
|
+
searchPlaceholder: "대시보드, 확장, 차트 검색...",
|
|
1025
|
+
noResults: "결과를 찾을 수 없습니다.",
|
|
1026
|
+
whatsNew: "새 소식",
|
|
1027
|
+
groupExplorerDashboards: "탐색기 대시보드",
|
|
1028
|
+
groupSqlDashboards: "SQL 대시보드",
|
|
1029
|
+
groupExtensions: "확장",
|
|
1030
|
+
groupDashboards: "대시보드",
|
|
1031
|
+
groupTools: "도구",
|
|
1032
|
+
groupAppearance: "모양",
|
|
1033
|
+
groupHelp: "도움말",
|
|
1034
|
+
groupSavedCharts: "저장된 차트",
|
|
1035
|
+
hidden: "숨김",
|
|
1036
|
+
toggleLightMode: "라이트 모드로 전환",
|
|
1037
|
+
toggleDarkMode: "다크 모드로 전환",
|
|
1038
|
+
toolExplorer: "탐색기",
|
|
1039
|
+
toolCustomerHealth: "고객 상태",
|
|
1040
|
+
untitledDashboard: "제목 없는 대시보드",
|
|
294
1041
|
},
|
|
295
1042
|
settings: {
|
|
296
1043
|
agentTitle: "에이전트 설정",
|
|
@@ -319,19 +1066,128 @@ export const messagesByLocale = {
|
|
|
319
1066
|
suggestionAnomalies: "HubSpot Sales 대시보드의 이상 징후를 분석해줘",
|
|
320
1067
|
suggestionMrr: "엔터프라이즈와 SMB의 MRR 비교",
|
|
321
1068
|
},
|
|
1069
|
+
guidedQuestions: {
|
|
1070
|
+
title: "대시보드 명확히 하기",
|
|
1071
|
+
description:
|
|
1072
|
+
"몇 가지 선택을 통해 에이전트가 SQL을 작성하기 전에 알맞은 소스, 지표, 구분, 레이아웃을 고를 수 있습니다.",
|
|
1073
|
+
},
|
|
322
1074
|
}),
|
|
323
1075
|
"pt-BR": mergeMessages({
|
|
324
1076
|
navigation: {
|
|
1077
|
+
ask: "Perguntar",
|
|
325
1078
|
overview: "Visão geral",
|
|
1079
|
+
dashboard: "Dashboard",
|
|
326
1080
|
dataSources: "Fontes de dados",
|
|
327
1081
|
dataDictionary: "Dicionário de dados",
|
|
328
1082
|
templateCatalog: "Catálogo de modelos",
|
|
1083
|
+
dashboards: "Dashboards",
|
|
329
1084
|
analyses: "Análises",
|
|
330
1085
|
explorer: "Explorador",
|
|
331
1086
|
team: "Equipe",
|
|
332
1087
|
settings: "Configurações",
|
|
333
1088
|
navigation: "Navegação",
|
|
334
1089
|
openNavigation: "Abrir navegação",
|
|
1090
|
+
loadingDashboardTitle: "Carregando título do dashboard",
|
|
1091
|
+
},
|
|
1092
|
+
dashboardHeader: {
|
|
1093
|
+
updated: "Atualizado em {{date}}",
|
|
1094
|
+
created: "Criado em {{date}}",
|
|
1095
|
+
},
|
|
1096
|
+
sidebar: {
|
|
1097
|
+
collapseDashboards: "Recolher dashboards",
|
|
1098
|
+
expandDashboards: "Expandir dashboards",
|
|
1099
|
+
collapseAnalyses: "Recolher análises",
|
|
1100
|
+
expandAnalyses: "Expandir análises",
|
|
1101
|
+
showLess: "Mostrar menos",
|
|
1102
|
+
showMore: "Mostrar mais {{count}}",
|
|
1103
|
+
noAnalysesYet: "Ainda não há análises",
|
|
1104
|
+
search: "Pesquisar",
|
|
1105
|
+
searchShortcut: "Pesquisar ({{shortcut}})",
|
|
1106
|
+
sectionSettings: "Configurações de {{label}}",
|
|
1107
|
+
sortBy: "Ordenar por",
|
|
1108
|
+
sharedOnly: "Somente compartilhados",
|
|
1109
|
+
showHidden: "Mostrar ocultos",
|
|
1110
|
+
used: "Usado",
|
|
1111
|
+
alphabetical: "A-Z",
|
|
1112
|
+
manual: "Manual",
|
|
1113
|
+
sortMostUsed: "Ordenar por mais usados",
|
|
1114
|
+
sortAlphabetically: "Ordenar alfabeticamente",
|
|
1115
|
+
sortManually: "Ordenar manualmente",
|
|
1116
|
+
orgSharedOnly: "Somente compartilhados com a organização",
|
|
1117
|
+
hiddenAnalyses: "Análises ocultas",
|
|
1118
|
+
shareWithOrg: "Compartilhar com a organização",
|
|
1119
|
+
makePrivate: "Tornar privado",
|
|
1120
|
+
rename: "Renomear",
|
|
1121
|
+
copyLink: "Copiar link",
|
|
1122
|
+
unhide: "Reexibir",
|
|
1123
|
+
hide: "Ocultar",
|
|
1124
|
+
archive: "Arquivar",
|
|
1125
|
+
delete: "Excluir",
|
|
1126
|
+
deletePermanently: "Excluir permanentemente",
|
|
1127
|
+
deletePermanentlyTitle: "Excluir permanentemente?",
|
|
1128
|
+
deletePermanentlyDescription:
|
|
1129
|
+
"Isso exclui “{{name}}” permanentemente e não pode ser desfeito.",
|
|
1130
|
+
deletePermanentlyArchiveHint:
|
|
1131
|
+
" Para manter recuperável, escolha Arquivar.",
|
|
1132
|
+
cancel: "Cancelar",
|
|
1133
|
+
deleteView: "Excluir visualização {{name}}?",
|
|
1134
|
+
deleteViewFailed: "Não foi possível excluir a visualização",
|
|
1135
|
+
deleteViewFailedWithMessage:
|
|
1136
|
+
"Não foi possível excluir a visualização: {{message}}",
|
|
1137
|
+
deleting: "Excluindo...",
|
|
1138
|
+
signOut: "Sair",
|
|
1139
|
+
signOutTitle: "Sair?",
|
|
1140
|
+
yes: "Sim",
|
|
1141
|
+
favorite: "Favoritar",
|
|
1142
|
+
unfavorite: "Remover dos favoritos",
|
|
1143
|
+
itemActions: "Ações de {{name}}",
|
|
1144
|
+
dragItem: "Arrastar {{name}}",
|
|
1145
|
+
linkCopied: "Link copiado",
|
|
1146
|
+
copyLinkFailed: "Não foi possível copiar o link",
|
|
1147
|
+
renameFailed: "Não foi possível renomear {{name}}",
|
|
1148
|
+
renameFailedWithMessage:
|
|
1149
|
+
"Não foi possível renomear {{name}}: {{message}}",
|
|
1150
|
+
deleteFailed: "Não foi possível excluir {{name}}",
|
|
1151
|
+
deleteFailedWithMessage: "Não foi possível excluir {{name}}: {{message}}",
|
|
1152
|
+
archiveFailed: "Não foi possível arquivar {{name}}",
|
|
1153
|
+
archiveFailedWithMessage:
|
|
1154
|
+
"Não foi possível arquivar {{name}}: {{message}}",
|
|
1155
|
+
hideFailed: "Não foi possível ocultar {{name}}",
|
|
1156
|
+
hideFailedWithMessage: "Não foi possível ocultar {{name}}: {{message}}",
|
|
1157
|
+
unhideFailed: "Não foi possível reexibir {{name}}",
|
|
1158
|
+
unhideFailedWithMessage:
|
|
1159
|
+
"Não foi possível reexibir {{name}}: {{message}}",
|
|
1160
|
+
updateVisibilityFailed: "Não foi possível atualizar a visibilidade",
|
|
1161
|
+
updateVisibilityFailedWithMessage:
|
|
1162
|
+
"Não foi possível atualizar a visibilidade: {{message}}",
|
|
1163
|
+
archivedName: "“{{name}}” arquivado",
|
|
1164
|
+
nameSharedWithOrg: "“{{name}}” compartilhado com a organização",
|
|
1165
|
+
nameMadePrivate: "“{{name}}” tornado privado",
|
|
1166
|
+
nameHidden: "“{{name}}” ocultado",
|
|
1167
|
+
nameUnhidden: "“{{name}}” reexibido",
|
|
1168
|
+
darkMode: "Modo escuro",
|
|
1169
|
+
lightMode: "Modo claro",
|
|
1170
|
+
untitledDashboard: "Dashboard sem título",
|
|
1171
|
+
untitledAnalysis: "Análise sem título",
|
|
1172
|
+
},
|
|
1173
|
+
commandPalette: {
|
|
1174
|
+
searchPlaceholder: "Pesquisar dashboards, extensões, gráficos...",
|
|
1175
|
+
noResults: "Nenhum resultado encontrado.",
|
|
1176
|
+
whatsNew: "Novidades",
|
|
1177
|
+
groupExplorerDashboards: "Dashboards do explorador",
|
|
1178
|
+
groupSqlDashboards: "Dashboards SQL",
|
|
1179
|
+
groupExtensions: "Extensões",
|
|
1180
|
+
groupDashboards: "Dashboards",
|
|
1181
|
+
groupTools: "Ferramentas",
|
|
1182
|
+
groupAppearance: "Aparência",
|
|
1183
|
+
groupHelp: "Ajuda",
|
|
1184
|
+
groupSavedCharts: "Gráficos salvos",
|
|
1185
|
+
hidden: "Oculto",
|
|
1186
|
+
toggleLightMode: "Alternar para modo claro",
|
|
1187
|
+
toggleDarkMode: "Alternar para modo escuro",
|
|
1188
|
+
toolExplorer: "Explorador",
|
|
1189
|
+
toolCustomerHealth: "Saúde do cliente",
|
|
1190
|
+
untitledDashboard: "Dashboard sem título",
|
|
335
1191
|
},
|
|
336
1192
|
settings: {
|
|
337
1193
|
agentTitle: "Configurações do agente",
|
|
@@ -362,19 +1218,125 @@ export const messagesByLocale = {
|
|
|
362
1218
|
"Analise anomalias no dashboard de vendas do HubSpot",
|
|
363
1219
|
suggestionMrr: "Compare MRR entre enterprise e SMB",
|
|
364
1220
|
},
|
|
1221
|
+
guidedQuestions: {
|
|
1222
|
+
title: "Esclarecer o dashboard",
|
|
1223
|
+
description:
|
|
1224
|
+
"Algumas escolhas ajudam o agente a selecionar a fonte, métricas, recortes e layout certos antes de escrever SQL.",
|
|
1225
|
+
},
|
|
365
1226
|
}),
|
|
366
1227
|
"hi-IN": mergeMessages({
|
|
367
1228
|
navigation: {
|
|
1229
|
+
ask: "पूछें",
|
|
368
1230
|
overview: "अवलोकन",
|
|
1231
|
+
dashboard: "डैशबोर्ड",
|
|
369
1232
|
dataSources: "डेटा स्रोत",
|
|
370
1233
|
dataDictionary: "डेटा शब्दकोश",
|
|
371
1234
|
templateCatalog: "टेम्पलेट कैटलॉग",
|
|
1235
|
+
dashboards: "डैशबोर्ड",
|
|
372
1236
|
analyses: "विश्लेषण",
|
|
373
1237
|
explorer: "एक्सप्लोरर",
|
|
374
1238
|
team: "टीम",
|
|
375
1239
|
settings: "सेटिंग्स",
|
|
376
1240
|
navigation: "नेविगेशन",
|
|
377
1241
|
openNavigation: "नेविगेशन खोलें",
|
|
1242
|
+
loadingDashboardTitle: "डैशबोर्ड शीर्षक लोड हो रहा है",
|
|
1243
|
+
},
|
|
1244
|
+
dashboardHeader: {
|
|
1245
|
+
updated: "{{date}} को अपडेट किया गया",
|
|
1246
|
+
created: "{{date}} को बनाया गया",
|
|
1247
|
+
},
|
|
1248
|
+
sidebar: {
|
|
1249
|
+
collapseDashboards: "डैशबोर्ड समेटें",
|
|
1250
|
+
expandDashboards: "डैशबोर्ड फैलाएं",
|
|
1251
|
+
collapseAnalyses: "विश्लेषण समेटें",
|
|
1252
|
+
expandAnalyses: "विश्लेषण फैलाएं",
|
|
1253
|
+
showLess: "कम दिखाएं",
|
|
1254
|
+
showMore: "{{count}} और दिखाएं",
|
|
1255
|
+
noAnalysesYet: "अभी कोई विश्लेषण नहीं",
|
|
1256
|
+
search: "खोजें",
|
|
1257
|
+
searchShortcut: "खोजें ({{shortcut}})",
|
|
1258
|
+
sectionSettings: "{{label}} सेटिंग्स",
|
|
1259
|
+
sortBy: "इसके अनुसार क्रमबद्ध करें",
|
|
1260
|
+
sharedOnly: "केवल साझा",
|
|
1261
|
+
showHidden: "छिपे हुए दिखाएं",
|
|
1262
|
+
used: "उपयोग किया गया",
|
|
1263
|
+
alphabetical: "A-Z",
|
|
1264
|
+
manual: "मैनुअल",
|
|
1265
|
+
sortMostUsed: "सबसे अधिक उपयोग के अनुसार क्रमबद्ध करें",
|
|
1266
|
+
sortAlphabetically: "वर्णानुक्रम में क्रमबद्ध करें",
|
|
1267
|
+
sortManually: "मैनुअल क्रमबद्ध करें",
|
|
1268
|
+
orgSharedOnly: "केवल संगठन में साझा",
|
|
1269
|
+
hiddenAnalyses: "छिपे हुए विश्लेषण",
|
|
1270
|
+
shareWithOrg: "संगठन से साझा करें",
|
|
1271
|
+
makePrivate: "निजी करें",
|
|
1272
|
+
rename: "नाम बदलें",
|
|
1273
|
+
copyLink: "लिंक कॉपी करें",
|
|
1274
|
+
unhide: "दिखाएं",
|
|
1275
|
+
hide: "छिपाएं",
|
|
1276
|
+
archive: "आर्काइव करें",
|
|
1277
|
+
delete: "हटाएं",
|
|
1278
|
+
deletePermanently: "स्थायी रूप से हटाएं",
|
|
1279
|
+
deletePermanentlyTitle: "स्थायी रूप से हटाएं?",
|
|
1280
|
+
deletePermanentlyDescription:
|
|
1281
|
+
"यह “{{name}}” को स्थायी रूप से हटा देगा और इसे वापस नहीं लाया जा सकेगा।",
|
|
1282
|
+
deletePermanentlyArchiveHint:
|
|
1283
|
+
" इसे रिकवर करने योग्य रखने के लिए इसके बजाय आर्काइव चुनें।",
|
|
1284
|
+
cancel: "रद्द करें",
|
|
1285
|
+
deleteView: "दृश्य {{name}} हटाएं?",
|
|
1286
|
+
deleteViewFailed: "दृश्य हटाया नहीं जा सका",
|
|
1287
|
+
deleteViewFailedWithMessage: "दृश्य हटाया नहीं जा सका: {{message}}",
|
|
1288
|
+
deleting: "हटाया जा रहा है...",
|
|
1289
|
+
signOut: "साइन आउट",
|
|
1290
|
+
signOutTitle: "साइन आउट करें?",
|
|
1291
|
+
yes: "हां",
|
|
1292
|
+
favorite: "पसंदीदा",
|
|
1293
|
+
unfavorite: "पसंदीदा से हटाएं",
|
|
1294
|
+
itemActions: "{{name}} कार्रवाइयां",
|
|
1295
|
+
dragItem: "{{name}} खींचें",
|
|
1296
|
+
linkCopied: "लिंक कॉपी हुआ",
|
|
1297
|
+
copyLinkFailed: "लिंक कॉपी नहीं हो सका",
|
|
1298
|
+
renameFailed: "{{name}} का नाम नहीं बदला जा सका",
|
|
1299
|
+
renameFailedWithMessage: "{{name}} का नाम नहीं बदला जा सका: {{message}}",
|
|
1300
|
+
deleteFailed: "{{name}} हटाया नहीं जा सका",
|
|
1301
|
+
deleteFailedWithMessage: "{{name}} हटाया नहीं जा सका: {{message}}",
|
|
1302
|
+
archiveFailed: "{{name}} आर्काइव नहीं किया जा सका",
|
|
1303
|
+
archiveFailedWithMessage:
|
|
1304
|
+
"{{name}} आर्काइव नहीं किया जा सका: {{message}}",
|
|
1305
|
+
hideFailed: "{{name}} छिपाया नहीं जा सका",
|
|
1306
|
+
hideFailedWithMessage: "{{name}} छिपाया नहीं जा सका: {{message}}",
|
|
1307
|
+
unhideFailed: "{{name}} दिखाया नहीं जा सका",
|
|
1308
|
+
unhideFailedWithMessage: "{{name}} दिखाया नहीं जा सका: {{message}}",
|
|
1309
|
+
updateVisibilityFailed: "दृश्यता अपडेट नहीं हो सकी",
|
|
1310
|
+
updateVisibilityFailedWithMessage:
|
|
1311
|
+
"दृश्यता अपडेट नहीं हो सकी: {{message}}",
|
|
1312
|
+
archivedName: "“{{name}}” आर्काइव किया गया",
|
|
1313
|
+
nameSharedWithOrg: "“{{name}}” संगठन के साथ साझा किया गया",
|
|
1314
|
+
nameMadePrivate: "“{{name}}” निजी किया गया",
|
|
1315
|
+
nameHidden: "“{{name}}” छिपाया गया",
|
|
1316
|
+
nameUnhidden: "“{{name}}” दिखाया गया",
|
|
1317
|
+
darkMode: "डार्क मोड",
|
|
1318
|
+
lightMode: "लाइट मोड",
|
|
1319
|
+
untitledDashboard: "शीर्षकहीन डैशबोर्ड",
|
|
1320
|
+
untitledAnalysis: "शीर्षकहीन विश्लेषण",
|
|
1321
|
+
},
|
|
1322
|
+
commandPalette: {
|
|
1323
|
+
searchPlaceholder: "डैशबोर्ड, एक्सटेंशन, चार्ट खोजें...",
|
|
1324
|
+
noResults: "कोई परिणाम नहीं मिला।",
|
|
1325
|
+
whatsNew: "नया क्या है",
|
|
1326
|
+
groupExplorerDashboards: "एक्सप्लोरर डैशबोर्ड",
|
|
1327
|
+
groupSqlDashboards: "SQL डैशबोर्ड",
|
|
1328
|
+
groupExtensions: "एक्सटेंशन",
|
|
1329
|
+
groupDashboards: "डैशबोर्ड",
|
|
1330
|
+
groupTools: "टूल",
|
|
1331
|
+
groupAppearance: "दिखावट",
|
|
1332
|
+
groupHelp: "सहायता",
|
|
1333
|
+
groupSavedCharts: "सहेजे गए चार्ट",
|
|
1334
|
+
hidden: "छिपा हुआ",
|
|
1335
|
+
toggleLightMode: "लाइट मोड पर जाएं",
|
|
1336
|
+
toggleDarkMode: "डार्क मोड पर जाएं",
|
|
1337
|
+
toolExplorer: "एक्सप्लोरर",
|
|
1338
|
+
toolCustomerHealth: "ग्राहक स्वास्थ्य",
|
|
1339
|
+
untitledDashboard: "शीर्षकहीन डैशबोर्ड",
|
|
378
1340
|
},
|
|
379
1341
|
settings: {
|
|
380
1342
|
agentTitle: "एजेंट सेटिंग्स",
|
|
@@ -404,19 +1366,123 @@ export const messagesByLocale = {
|
|
|
404
1366
|
"HubSpot Sales डैशबोर्ड में anomalies का विश्लेषण करें",
|
|
405
1367
|
suggestionMrr: "enterprise और SMB के बीच MRR की तुलना करें",
|
|
406
1368
|
},
|
|
1369
|
+
guidedQuestions: {
|
|
1370
|
+
title: "डैशबोर्ड स्पष्ट करें",
|
|
1371
|
+
description:
|
|
1372
|
+
"कुछ विकल्प एजेंट को SQL लिखने से पहले सही स्रोत, मेट्रिक्स, कट और लेआउट चुनने में मदद करते हैं।",
|
|
1373
|
+
},
|
|
407
1374
|
}),
|
|
408
1375
|
"ar-SA": mergeMessages({
|
|
409
1376
|
navigation: {
|
|
1377
|
+
ask: "اسأل",
|
|
410
1378
|
overview: "نظرة عامة",
|
|
1379
|
+
dashboard: "لوحة معلومات",
|
|
411
1380
|
dataSources: "مصادر البيانات",
|
|
412
1381
|
dataDictionary: "قاموس البيانات",
|
|
413
1382
|
templateCatalog: "كتالوج القوالب",
|
|
1383
|
+
dashboards: "لوحات المعلومات",
|
|
414
1384
|
analyses: "التحليلات",
|
|
415
1385
|
explorer: "المستكشف",
|
|
416
1386
|
team: "الفريق",
|
|
417
1387
|
settings: "الإعدادات",
|
|
418
1388
|
navigation: "التنقل",
|
|
419
1389
|
openNavigation: "فتح التنقل",
|
|
1390
|
+
loadingDashboardTitle: "جار تحميل عنوان لوحة المعلومات",
|
|
1391
|
+
},
|
|
1392
|
+
dashboardHeader: {
|
|
1393
|
+
updated: "تم التحديث في {{date}}",
|
|
1394
|
+
created: "تم الإنشاء في {{date}}",
|
|
1395
|
+
},
|
|
1396
|
+
sidebar: {
|
|
1397
|
+
collapseDashboards: "طي لوحات المعلومات",
|
|
1398
|
+
expandDashboards: "توسيع لوحات المعلومات",
|
|
1399
|
+
collapseAnalyses: "طي التحليلات",
|
|
1400
|
+
expandAnalyses: "توسيع التحليلات",
|
|
1401
|
+
showLess: "عرض أقل",
|
|
1402
|
+
showMore: "عرض {{count}} إضافية",
|
|
1403
|
+
noAnalysesYet: "لا توجد تحليلات بعد",
|
|
1404
|
+
search: "بحث",
|
|
1405
|
+
searchShortcut: "بحث ({{shortcut}})",
|
|
1406
|
+
sectionSettings: "إعدادات {{label}}",
|
|
1407
|
+
sortBy: "الترتيب حسب",
|
|
1408
|
+
sharedOnly: "المشتركة فقط",
|
|
1409
|
+
showHidden: "إظهار المخفية",
|
|
1410
|
+
used: "مستخدم",
|
|
1411
|
+
alphabetical: "A-Z",
|
|
1412
|
+
manual: "يدوي",
|
|
1413
|
+
sortMostUsed: "ترتيب حسب الأكثر استخداما",
|
|
1414
|
+
sortAlphabetically: "ترتيب أبجدي",
|
|
1415
|
+
sortManually: "ترتيب يدوي",
|
|
1416
|
+
orgSharedOnly: "المشتركة مع المؤسسة فقط",
|
|
1417
|
+
hiddenAnalyses: "التحليلات المخفية",
|
|
1418
|
+
shareWithOrg: "مشاركة مع المؤسسة",
|
|
1419
|
+
makePrivate: "جعله خاصا",
|
|
1420
|
+
rename: "إعادة تسمية",
|
|
1421
|
+
copyLink: "نسخ الرابط",
|
|
1422
|
+
unhide: "إظهار",
|
|
1423
|
+
hide: "إخفاء",
|
|
1424
|
+
archive: "أرشفة",
|
|
1425
|
+
delete: "حذف",
|
|
1426
|
+
deletePermanently: "حذف نهائي",
|
|
1427
|
+
deletePermanentlyTitle: "حذف نهائي؟",
|
|
1428
|
+
deletePermanentlyDescription:
|
|
1429
|
+
"سيؤدي هذا إلى حذف “{{name}}” نهائيا ولا يمكن التراجع عنه.",
|
|
1430
|
+
deletePermanentlyArchiveHint:
|
|
1431
|
+
" لإبقائه قابلا للاسترداد، اختر الأرشفة بدلا من ذلك.",
|
|
1432
|
+
cancel: "إلغاء",
|
|
1433
|
+
deleteView: "حذف العرض {{name}}؟",
|
|
1434
|
+
deleteViewFailed: "تعذر حذف العرض",
|
|
1435
|
+
deleteViewFailedWithMessage: "تعذر حذف العرض: {{message}}",
|
|
1436
|
+
deleting: "جار الحذف...",
|
|
1437
|
+
signOut: "تسجيل الخروج",
|
|
1438
|
+
signOutTitle: "تسجيل الخروج؟",
|
|
1439
|
+
yes: "نعم",
|
|
1440
|
+
favorite: "إضافة إلى المفضلة",
|
|
1441
|
+
unfavorite: "إزالة من المفضلة",
|
|
1442
|
+
itemActions: "إجراءات {{name}}",
|
|
1443
|
+
dragItem: "سحب {{name}}",
|
|
1444
|
+
linkCopied: "تم نسخ الرابط",
|
|
1445
|
+
copyLinkFailed: "تعذر نسخ الرابط",
|
|
1446
|
+
renameFailed: "تعذرت إعادة تسمية {{name}}",
|
|
1447
|
+
renameFailedWithMessage: "تعذرت إعادة تسمية {{name}}: {{message}}",
|
|
1448
|
+
deleteFailed: "تعذر حذف {{name}}",
|
|
1449
|
+
deleteFailedWithMessage: "تعذر حذف {{name}}: {{message}}",
|
|
1450
|
+
archiveFailed: "تعذرت أرشفة {{name}}",
|
|
1451
|
+
archiveFailedWithMessage: "تعذرت أرشفة {{name}}: {{message}}",
|
|
1452
|
+
hideFailed: "تعذر إخفاء {{name}}",
|
|
1453
|
+
hideFailedWithMessage: "تعذر إخفاء {{name}}: {{message}}",
|
|
1454
|
+
unhideFailed: "تعذر إظهار {{name}}",
|
|
1455
|
+
unhideFailedWithMessage: "تعذر إظهار {{name}}: {{message}}",
|
|
1456
|
+
updateVisibilityFailed: "تعذر تحديث مستوى الظهور",
|
|
1457
|
+
updateVisibilityFailedWithMessage: "تعذر تحديث مستوى الظهور: {{message}}",
|
|
1458
|
+
archivedName: "تمت أرشفة “{{name}}”",
|
|
1459
|
+
nameSharedWithOrg: "تمت مشاركة “{{name}}” مع المؤسسة",
|
|
1460
|
+
nameMadePrivate: "تم جعل “{{name}}” خاصا",
|
|
1461
|
+
nameHidden: "تم إخفاء “{{name}}”",
|
|
1462
|
+
nameUnhidden: "تم إظهار “{{name}}”",
|
|
1463
|
+
darkMode: "الوضع الداكن",
|
|
1464
|
+
lightMode: "الوضع الفاتح",
|
|
1465
|
+
untitledDashboard: "لوحة معلومات بلا عنوان",
|
|
1466
|
+
untitledAnalysis: "تحليل بلا عنوان",
|
|
1467
|
+
},
|
|
1468
|
+
commandPalette: {
|
|
1469
|
+
searchPlaceholder: "البحث في لوحات المعلومات والإضافات والمخططات...",
|
|
1470
|
+
noResults: "لم يتم العثور على نتائج.",
|
|
1471
|
+
whatsNew: "ما الجديد",
|
|
1472
|
+
groupExplorerDashboards: "لوحات معلومات المستكشف",
|
|
1473
|
+
groupSqlDashboards: "لوحات معلومات SQL",
|
|
1474
|
+
groupExtensions: "الإضافات",
|
|
1475
|
+
groupDashboards: "لوحات المعلومات",
|
|
1476
|
+
groupTools: "الأدوات",
|
|
1477
|
+
groupAppearance: "المظهر",
|
|
1478
|
+
groupHelp: "المساعدة",
|
|
1479
|
+
groupSavedCharts: "المخططات المحفوظة",
|
|
1480
|
+
hidden: "مخفي",
|
|
1481
|
+
toggleLightMode: "التبديل إلى الوضع الفاتح",
|
|
1482
|
+
toggleDarkMode: "التبديل إلى الوضع الداكن",
|
|
1483
|
+
toolExplorer: "المستكشف",
|
|
1484
|
+
toolCustomerHealth: "صحة العملاء",
|
|
1485
|
+
untitledDashboard: "لوحة معلومات بلا عنوان",
|
|
420
1486
|
},
|
|
421
1487
|
settings: {
|
|
422
1488
|
agentTitle: "إعدادات الوكيل",
|
|
@@ -445,5 +1511,10 @@ export const messagesByLocale = {
|
|
|
445
1511
|
suggestionAnomalies: "حلل الشذوذ في لوحة مبيعات HubSpot",
|
|
446
1512
|
suggestionMrr: "قارن MRR بين enterprise وSMB",
|
|
447
1513
|
},
|
|
1514
|
+
guidedQuestions: {
|
|
1515
|
+
title: "توضيح لوحة المعلومات",
|
|
1516
|
+
description:
|
|
1517
|
+
"تساعد بعض الاختيارات الوكيل على اختيار المصدر والمقاييس والتقسيمات والتخطيط الصحيح قبل كتابة SQL.",
|
|
1518
|
+
},
|
|
448
1519
|
}),
|
|
449
1520
|
} satisfies Record<LocaleCode, Messages>;
|