@gooddata/sdk-ui-dashboard 11.15.0-alpha.9 → 11.16.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +8 -8
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/kdaDialog/const.d.ts +1 -0
- package/esm/kdaDialog/const.d.ts.map +1 -1
- package/esm/kdaDialog/const.js +3 -1
- package/esm/kdaDialog/const.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js +10 -4
- package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts +13 -0
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js +28 -0
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogArbiter.d.ts +22 -0
- package/esm/kdaDialog/dialog/KdaDialogArbiter.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogArbiter.js +50 -0
- package/esm/kdaDialog/dialog/KdaDialogArbiter.js.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogController.d.ts +17 -0
- package/esm/kdaDialog/dialog/KdaDialogController.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogController.js +70 -0
- package/esm/kdaDialog/dialog/KdaDialogController.js.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts +6 -0
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogControls.js +13 -0
- package/esm/kdaDialog/dialog/KdaDialogControls.js.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts +10 -0
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js +47 -0
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js.map +1 -0
- package/esm/kdaDialog/dialog/KdaReplaceConfirmationDialog.d.ts +8 -0
- package/esm/kdaDialog/dialog/KdaReplaceConfirmationDialog.d.ts.map +1 -0
- package/esm/kdaDialog/dialog/KdaReplaceConfirmationDialog.js +15 -0
- package/esm/kdaDialog/dialog/KdaReplaceConfirmationDialog.js.map +1 -0
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +31 -31
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js +4 -4
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useValidAttributes.js +9 -10
- package/esm/kdaDialog/dialog/hooks/useValidAttributes.js.map +1 -1
- package/esm/kdaDialog/internal.d.ts +2 -1
- package/esm/kdaDialog/internal.d.ts.map +1 -1
- package/esm/kdaDialog/internal.js +3 -2
- package/esm/kdaDialog/internal.js.map +1 -1
- package/esm/kdaDialog/internalTypes.d.ts +6 -4
- package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
- package/esm/kdaDialog/internalTypes.js +1 -1
- package/esm/kdaDialog/internalTypes.js.map +1 -1
- package/esm/kdaDialog/providers/Kda.d.ts.map +1 -1
- package/esm/kdaDialog/providers/Kda.js +2 -1
- package/esm/kdaDialog/providers/Kda.js.map +1 -1
- package/esm/kdaDialog/providers/KdaState.d.ts +8 -6
- package/esm/kdaDialog/providers/KdaState.d.ts.map +1 -1
- package/esm/kdaDialog/providers/KdaState.js +9 -8
- package/esm/kdaDialog/providers/KdaState.js.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js +17 -3
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
- package/esm/presentation/drill/types.d.ts +2 -1
- package/esm/presentation/drill/types.d.ts.map +1 -1
- package/esm/presentation/drill/types.js +2 -1
- package/esm/presentation/drill/types.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +3068 -757
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +3068 -757
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +11 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js +1 -1
- package/package.json +24 -24
- package/styles/css/kdaDialog.css +130 -1
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +130 -1
- package/styles/css/main.css.map +1 -1
- package/styles/scss/kdaDialog.scss +169 -2
- package/esm/presentation/localization/bundles/de-DE.json +0 -759
- package/esm/presentation/localization/bundles/en-AU.json +0 -759
- package/esm/presentation/localization/bundles/en-GB.json +0 -759
- package/esm/presentation/localization/bundles/en-US.json +0 -3030
- package/esm/presentation/localization/bundles/es-419.json +0 -759
- package/esm/presentation/localization/bundles/es-ES.json +0 -759
- package/esm/presentation/localization/bundles/fi-FI.json +0 -759
- package/esm/presentation/localization/bundles/fr-CA.json +0 -759
- package/esm/presentation/localization/bundles/fr-FR.json +0 -759
- package/esm/presentation/localization/bundles/it-IT.json +0 -759
- package/esm/presentation/localization/bundles/ja-JP.json +0 -759
- package/esm/presentation/localization/bundles/ko-KR.json +0 -759
- package/esm/presentation/localization/bundles/nl-NL.json +0 -759
- package/esm/presentation/localization/bundles/pl-PL.json +0 -759
- package/esm/presentation/localization/bundles/pt-BR.json +0 -759
- package/esm/presentation/localization/bundles/pt-PT.json +0 -759
- package/esm/presentation/localization/bundles/ru-RU.json +0 -759
- package/esm/presentation/localization/bundles/sl-SI.json +0 -757
- package/esm/presentation/localization/bundles/tr-TR.json +0 -759
- package/esm/presentation/localization/bundles/zh-HK.json +0 -759
- package/esm/presentation/localization/bundles/zh-Hans.json +0 -759
- package/esm/presentation/localization/bundles/zh-Hant.json +0 -759
|
@@ -1,759 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"loading": "正在加载…",
|
|
3
|
-
"untitled": "无标题",
|
|
4
|
-
"empty_value": "空值",
|
|
5
|
-
"gs.list.cancel": "取消",
|
|
6
|
-
"gs.list.apply": "应用",
|
|
7
|
-
"messages.dashboardSaveSuccess": "太棒了,我们已保存您的控制面板。",
|
|
8
|
-
"options.menu.save.as": "另存为新的",
|
|
9
|
-
"options.menu.save.as.tooltip": "空控制面板无法保存。",
|
|
10
|
-
"options.menu.settings": "设置",
|
|
11
|
-
"messages.dashboardSaveFailed": "仪表板保存失败。请删除所有不可用的可视化效果,然后重试,或者联系您的管理员。",
|
|
12
|
-
"messages.dashboard.incompatibleDefaultFilters.title": "<b>警告</b> 某些仪表板筛选器无法应用。请检查筛选器以确保查看正确的数据。",
|
|
13
|
-
"messages.dashboard.invalidDrills.title": "<b>某些互动已被删除</b>",
|
|
14
|
-
"messages.dashboard.invalidDrills.body.modern": "一个或多个控制面板/可视化/指标/属性已更改或删除,导致某些交互从以下构件中删除:<b>{listOfWidgetTitles}</b>",
|
|
15
|
-
"messages.dashboard.invalidCustomUrlDrills.title": "<b>一些钻取 URL 交互不起作用</b>",
|
|
16
|
-
"messages.dashboard.invalidCustomUrlDrills.body.modern": "自定义 URL 中的无效 URL 参数导致这些小组件上的钻取 URL 交互失败:<b>{listOfWidgetTitles}</b>",
|
|
17
|
-
"messages.dashboard.expandable.showMore": "显示更多",
|
|
18
|
-
"messages.dashboard.expandable.showLess": "显示更少",
|
|
19
|
-
"messages.drill.InteractionConfiguredSuccess": "交互已配置。",
|
|
20
|
-
"messages.drill.InteractionUpdatedSuccess": "交互已更新。",
|
|
21
|
-
"filterBar.label": "筛选器",
|
|
22
|
-
"filterBar.showAll": "显示全部",
|
|
23
|
-
"filterBar.showLess": "显示更少",
|
|
24
|
-
"filterBar.unappliedFiltersNotification": "<link>应用过滤器</link> 查看更新的数据。",
|
|
25
|
-
"filterBar.invalidFilterSelection": "要应用更改,请为这些过滤器选择有效值: {names}",
|
|
26
|
-
"filterBar.executionTimestampNotificationMessage": "<bold>笔记。</bold> 您正在查看最新数据,但对于任何相对日期过滤器,仪表板都会处理{date} 写为“今天。”",
|
|
27
|
-
"filterBar.executionTimestampNotificationAction": "<link>重置为今天</link>",
|
|
28
|
-
"options.menu.export": "导出为",
|
|
29
|
-
"options.menu.export.header.data": "数据",
|
|
30
|
-
"options.menu.export_to_pdf": "导出为 PDF",
|
|
31
|
-
"options.menu.export.PDF": "快照(.pdf)",
|
|
32
|
-
"options.menu.export.dialog.EXCEL": "导出数据(.xlsx)",
|
|
33
|
-
"options.menu.export.dialog.widget.EXCEL": "导出格式化数据(.xlsx)",
|
|
34
|
-
"options.menu.export.dialog.includeExportInfo": "包含导出信息表",
|
|
35
|
-
"options.menu.export.EXCEL": "数据(.xlsx)",
|
|
36
|
-
"options.menu.export.presentation.PPTX": "幻灯片 (.pptx)",
|
|
37
|
-
"options.menu.export.presentation.PDF": "幻灯片(.pdf)",
|
|
38
|
-
"options.menu.export.image.PNG": "快照 (.png)",
|
|
39
|
-
"options.menu.export.presentation.unsupported.oldWidget": "无法导出。请重新保存仪表板或联系您的管理员。",
|
|
40
|
-
"options.menu.export.in.progress": "正在导出。请等待导出完成后再次导出。",
|
|
41
|
-
"options.menu.schedule.email": "计划导出",
|
|
42
|
-
"options.menu.schedule.email.tooltip": "没有可用的目标。要安排导出,<a>请创建目标</a>。",
|
|
43
|
-
"options.menu.schedule.email.edit": "显示计划",
|
|
44
|
-
"options.menu.schedule.email.edit.noCreatePermissions": "计划的导出",
|
|
45
|
-
"options.menu.alert": "警报",
|
|
46
|
-
"options.menu.alerts.edit": "显示警报",
|
|
47
|
-
"options.menu.alerts.edit.noCreatePermissions": "警报",
|
|
48
|
-
"options.menu.data.too.large": "由于结果中的数据点过多,无法导出。",
|
|
49
|
-
"options.menu.unsupported.raw.error": "由于数据点过多或结果有误,无法导出。",
|
|
50
|
-
"options.menu.delete": "删除",
|
|
51
|
-
"options.menu.addFilterViews": "创建视图",
|
|
52
|
-
"options.menu.listFilterViews": "展示我的观点",
|
|
53
|
-
"dialogs.export.cells": "单元格",
|
|
54
|
-
"dialogs.export.filters": "可视化上下文",
|
|
55
|
-
"dialogs.export.includeFilters": "包含已应用的筛选器",
|
|
56
|
-
"dialogs.export.headline": "导出为 XLSX",
|
|
57
|
-
"dialogs.export.mergeHeaders": "保持属性单元格合并",
|
|
58
|
-
"dialogs.schedule.email.evaluation.mode.shared": "对所有收件人使用相同的附件",
|
|
59
|
-
"dialogs.schedule.email.evaluation.mode.tooltip": "启用此选项可将相同的文件发送给所有收件人。禁用此选项可发送反映每个收件人数据访问权限的文件。",
|
|
60
|
-
"dialogs.export.submit": "导出为",
|
|
61
|
-
"dialogs.schedule.email.accessibilityTitle": "预定电子邮件",
|
|
62
|
-
"dialogs.schedule.email.delete.success": "成功!您的计划的电子邮件已删除。",
|
|
63
|
-
"dialogs.schedule.email.submit.success": "成功!您的控制面板已计划发送电子邮件。",
|
|
64
|
-
"dialogs.schedule.email.submit.error": "计划控制面板失败,请稍后重试。",
|
|
65
|
-
"dialogs.schedule.email.save.success": "成功!您的计划已保存。",
|
|
66
|
-
"dialogs.schedule.email.save.error": "计划保存失败,请稍后重试。",
|
|
67
|
-
"dialogs.schedule.error.too_long": "错误:文本太长 — 缩短至{value} 字符或更少。",
|
|
68
|
-
"dialogs.alert.error.too_long": "错误:文本太长 — 缩短至{value} 字符或更少。",
|
|
69
|
-
"dialogs.save.as.new.title": "另存为新的控制面板",
|
|
70
|
-
"dialogs.save.as.new.desc": "为新的控制面板指定新的描述性名称,以便以后方便查找。",
|
|
71
|
-
"dialogs.save.as.new.default.title": "{title} 的副本",
|
|
72
|
-
"dialogs.save.as.new.alertsAndEmailsMessage": "警报和电子邮件时间表将不会被复制",
|
|
73
|
-
"dialogs.save.as.new.alertsMessage": "警报将不会被复制",
|
|
74
|
-
"dialogs.save.as.new.emailsMessage": "电子邮件时间表将不会被复制",
|
|
75
|
-
"cancelConfirmationDialog.headline": "放弃更改?",
|
|
76
|
-
"cancelConfirmationDialog.message": "所有更改都将丢失",
|
|
77
|
-
"cancelConfirmationDialog.submitButtonText": "放弃更改",
|
|
78
|
-
"settingsDashboardDialog.headline": "控制面板设置",
|
|
79
|
-
"settingsDashboardDialog.section.alert": "警报",
|
|
80
|
-
"settingsDashboardDialog.section.alert.inherit": "使用您的组织设置的默认评估频率。",
|
|
81
|
-
"settingsDashboardDialog.section.alert.note": "<strong>笔记:</strong> 仅适用于新警报 - 使用 API 更新现有警报。",
|
|
82
|
-
"settingsDashboardDialog.section.alert.label": "评估频率",
|
|
83
|
-
"deleteDashboardDialog.headline": "删除控制面板?",
|
|
84
|
-
"deleteDashboardDialog.submitButtonText": "删除",
|
|
85
|
-
"deleteDashboardDialog.defaultMessage": "您确定要删除控制面板 {title} 吗?",
|
|
86
|
-
"deleteDashboardDialog.objectsMessage": "以下与控制面板 {title} 关联的对象将被永久删除:",
|
|
87
|
-
"deleteDashboardDialog.alerts": "警报",
|
|
88
|
-
"deleteDashboardDialog.schedules": "计划的导出",
|
|
89
|
-
"deleteDashboardDialog.drills": "深入查看",
|
|
90
|
-
"deleteWidgetDialog.headline": "移除小部件?",
|
|
91
|
-
"deleteWidgetDialog.objectsMessage": "以下与小部件 {title} 关联的类型对象将无法使用:",
|
|
92
|
-
"deleteWidgetDialog.alerts": "警报",
|
|
93
|
-
"deleteWidgetDialog.schedules": "计划的导出",
|
|
94
|
-
"create.dashboard": "创建控制面板",
|
|
95
|
-
"drill_modal_picker.drill-down": "深入查看",
|
|
96
|
-
"drill_modal_picker.drill-to-url": "钻取到 URL",
|
|
97
|
-
"drill_modal_picker.drill-into": "深入了解",
|
|
98
|
-
"drill_modal_picker.cross-filter": "交叉筛选",
|
|
99
|
-
"drill_modal_picker.key-driver-analysis": "解释",
|
|
100
|
-
"drill_modal_picker.more.details": "更多详情",
|
|
101
|
-
"drill_modal_picker.label": "选择练习动作",
|
|
102
|
-
"drillModal.backToTop": "返回顶部",
|
|
103
|
-
"filters.alertMessage.relativePreset": "在 {calendarIcon} {range}",
|
|
104
|
-
"filters.alertMessage.relativePreset.inPeriod": "在时间段 {calendarIcon} {range}",
|
|
105
|
-
"filters.config.warning.multipleWorkspacesConfigs": "工作区关联了多个工作区日期筛选器配置,使用第一个。",
|
|
106
|
-
"filters.config.warning.selectedFilterNotValid": "默认筛选器选项无效,使用第一个可用选项。",
|
|
107
|
-
"filters.config.warning.allOptionsHidden": "已忽略控制面板日期筛选器配置,因为它隐藏了所有筛选器选项。",
|
|
108
|
-
"filters.config.warning.conflictingIdentifiers": "已忽略控制面板日期筛选器配置,因为它包含具有相同标识符的日期筛选器选项。",
|
|
109
|
-
"filters.config.warning.workspace.notAvailable": "工作区日期筛选器配置未定义,或者您没有其访问权限。",
|
|
110
|
-
"filters.configurationPanel.header": "筛选器",
|
|
111
|
-
"filters.configurationPanel.crossFiltering.toggle": "交叉筛选",
|
|
112
|
-
"filters.configurationPanel.crossFiltering.toggle.tooltip": "允许用户通过单击可视化中的数据点来过滤仪表板。",
|
|
113
|
-
"filters.configurationPanel.userFilterReset.toggle": "重启",
|
|
114
|
-
"filters.configurationPanel.userFilterReset.toggle.tooltip": "允许用户将所有过滤器重置为默认值。",
|
|
115
|
-
"filters.configurationPanel.userFilterSave.toggle": "自动保存最后状态",
|
|
116
|
-
"filters.configurationPanel.userFilterSave.toggle.tooltip": "允许自动保存过滤器的上次状态。当用户返回时,他们的过滤器将保持离开时的状态。",
|
|
117
|
-
"filters.configurationPanel.filterViews.toggle": "已保存的视图",
|
|
118
|
-
"filters.configurationPanel.filterViews.toggle.tooltip": "<p>允许用户将过滤器状态保存为以后可以返回的个人视图。</p><p>只有保存视图的用户才能访问它并将其设置为默认视图。</p>",
|
|
119
|
-
"settingsDashboardDialog.sectionHeaders.dateDataset": "描述中的日期范围",
|
|
120
|
-
"settingsDashboardDialog.sectionHeaders.dateDataset.tooltip": "日期范围筛选器用于章节描述中的指标引用的日期数据集。",
|
|
121
|
-
"dateDataset.autoSelect": "自动选择",
|
|
122
|
-
"dateDataset.notFound": "未找到",
|
|
123
|
-
"dialogs.schedule.email.attachments.label": "附件",
|
|
124
|
-
"dialogs.schedule.email.title.placeholder": "无标题时间表",
|
|
125
|
-
"dialogs.alert.title.placeholder": "警报名称",
|
|
126
|
-
"dialogs.alert.accessibility.label.title": "警报名称",
|
|
127
|
-
"dialogs.schedule.accessibility.label.email.title": "计划名称",
|
|
128
|
-
"dialogs.schedule.email.message.label": "消息",
|
|
129
|
-
"dialogs.schedule.email.max.recipients": "错误:收件人太多 — 您最多可以添加{maxRecipients}。",
|
|
130
|
-
"dialogs.schedule.email.min.recipients": "错误:必填字段 — 选择收件人以继续。",
|
|
131
|
-
"dialogs.schedule.email.usersLoad.error": "错误:无法加载用户 - 请稍后再试。",
|
|
132
|
-
"dialogs.schedule.email.user.missing.email": "错误:以下收件人的电子邮件地址无效 - 请修复它们以继续:{recipients} 。",
|
|
133
|
-
"dialogs.schedule.email.user.missing.email.tooltip": "错误:此收件人的电子邮件地址无效。",
|
|
134
|
-
"dialogs.schedule.email.user.invalid.external": "错误:以下收件人没有所需的访问权限 — 请将其删除以继续:{recipients} 。",
|
|
135
|
-
"dialogs.schedule.email.user.invalid.external.tooltip": "错误:此收件人没有所需的访问权限。",
|
|
136
|
-
"dialogs.schedule.email.user.invalid.onlyYou": "错误:只有您可以成为收件人 - 删除其他人以继续。",
|
|
137
|
-
"dialogs.schedule.email.user.used.external": "电子邮件 “{email}”不属于此工作区。收件人可能会收到敏感数据。",
|
|
138
|
-
"dialogs.schedule.email.user.remove": "消除{name}",
|
|
139
|
-
"dialogs.schedule.email.userAndEmail.remove": "消除 {name} ({email} )",
|
|
140
|
-
"dialogs.schedule.email.user.warning.external": "警告:外部收件人 — “{email} ”将收到与您相同的仪表板视图。",
|
|
141
|
-
"dialogs.schedule.email.user.unknown": "这是未知用户,无法添加为收件人。",
|
|
142
|
-
"dialogs.schedule.email.user.noMatch": "没有匹配的用户或组。",
|
|
143
|
-
"dialogs.schedule.email.user.notMe": "不允许此用户接收。只能有您可以作为收件人。",
|
|
144
|
-
"dialogs.schedule.email.user.guest": "(客人)",
|
|
145
|
-
"dialogs.schedule.email.recipients.note": "注意:所有标记为“(访客)”的收件人都将收到与您相同的仪表板视图。",
|
|
146
|
-
"dialogs.schedule.email.subject.label": "主题",
|
|
147
|
-
"dialogs.schedule.email.recipients.label": "收件人",
|
|
148
|
-
"dialogs.schedule.email.filters": "过滤器 ({count} )",
|
|
149
|
-
"dialogs.schedule.email.tabs.general": "一般的",
|
|
150
|
-
"dialogs.schedule.email.tabs.filters": "筛选器",
|
|
151
|
-
"dialogs.schedule.email.destination": "目的地",
|
|
152
|
-
"dialogs.schedule.email.destination.missing": "没有可用的目的地。",
|
|
153
|
-
"dialogs.schedule.email.destination.help": "创建目标",
|
|
154
|
-
"dialogs.schedule.email.message.placeholder": "您好,您的预定邮件已准备就绪。您可以下载附件中的仪表板。",
|
|
155
|
-
"dialogs.schedule.email.create": "创建",
|
|
156
|
-
"dialogs.schedule.email.closeLabel": "关闭对话框",
|
|
157
|
-
"dialogs.schedule.email.backLabel": "返回上一步",
|
|
158
|
-
"dialogs.alert.backLabel": "返回上一步",
|
|
159
|
-
"dialogs.alert.closeLabel": "关闭对话框",
|
|
160
|
-
"dialogs.schedule.email.footer.title": "出口如何安排?",
|
|
161
|
-
"dialogs.schedule.email.footer.title.short": "帮助",
|
|
162
|
-
"dialogs.schedule.email.save": "保存",
|
|
163
|
-
"dialogs.schedule.email.save.executionTimestampMode": "要创建或编辑计划导出,请将仪表板日期重置为今天。",
|
|
164
|
-
"dialogs.alert.save.executionTimestampMode": "要创建或编辑警报,请将仪表板日期重置为今天。",
|
|
165
|
-
"dialogs.schedule.email.widgetError": "错误:无法发送日程安排 - 源窗口小部件已被删除。请删除该日程安排或联系您的管理员。",
|
|
166
|
-
"dialogs.schedule.email.destinationWarning": "所选目的地仅支持将导出发送给您自己。",
|
|
167
|
-
"dialogs.automation.filters.showAll": "显示全部",
|
|
168
|
-
"dialogs.automation.filters.showAll.ariaDescription": "用于显示所有过滤器。",
|
|
169
|
-
"dialogs.automation.filters.showLess": "显示更少",
|
|
170
|
-
"dialogs.automation.filters.showLess.ariaDescription": "用于显示较少的过滤器。",
|
|
171
|
-
"dialogs.automation.filters.add": "添加筛选器",
|
|
172
|
-
"dialogs.automation.filters.addDisabled": "添加过滤器已禁用 — 所有过滤器均已添加。",
|
|
173
|
-
"dialogs.automation.filters.title": "添加筛选器",
|
|
174
|
-
"dialogs.automation.filters.noFilters": "没有更多可用的过滤器",
|
|
175
|
-
"dialogs.automation.filters.useFiltersMessage": "将来导出时始终使用这些过滤器",
|
|
176
|
-
"dialogs.automation.filters.searchAriaLabel": "搜索过滤器",
|
|
177
|
-
"dialogs.automation.filters.deleteAriaLabel": "移除过滤器",
|
|
178
|
-
"dialogs.automation.filters.deleteTooltip": "移除过滤器",
|
|
179
|
-
"dialogs.automation.filters.lockedTooltip": "此过滤器已锁定,无法移除。",
|
|
180
|
-
"dialogs.automation.filters.useFiltersMessage.tooltip": "勾选此项可在每次导出时保留这些筛选条件。如果未勾选,导出将使用仪表板中最新的默认筛选条件。",
|
|
181
|
-
"dialogs.automation.filters.activeFilters": "注意:这些过滤器将始终用于未来的导出。",
|
|
182
|
-
"dialogs.automation.filters.missing": "<b>警告:</b> 某些过滤器无法应用 — 它们在仪表板上不再可用。",
|
|
183
|
-
"dialogs.automation.filters.tab.label": "制表",
|
|
184
|
-
"dialogs.automation.filters.tab.untitled": "选项卡",
|
|
185
|
-
"dialogs.schedule.email.tabs.info": "仪表板中的所有选项卡都包含在内——每个选项卡和导出格式都会创建一个单独的文件。",
|
|
186
|
-
"dialogs.automation.attachments.add": "添加附件",
|
|
187
|
-
"dialogs.automation.applyCurrentFilters.confirm.title": "使用当前过滤器进行编辑?",
|
|
188
|
-
"dialogs.automation.applyCurrentFilters.confirm.submit": "编辑",
|
|
189
|
-
"dialogs.automation.applyCurrentFilters.alert.confirm": "<b>警告</b>:创建此警报时使用的某些筛选器不再可用或有效。编辑操作将应用当前的仪表板筛选器。",
|
|
190
|
-
"dialogs.automation.applyCurrentFilters.schedule.confirm": "<b>警告</b>:创建此计划时使用的某些筛选器不再可用或有效。编辑将应用当前的仪表板筛选器。",
|
|
191
|
-
"dialogs.automation.filters.schedule.ariaLabel": "有关该选项的信息:将来导出时始终使用这些过滤器。",
|
|
192
|
-
"dialogs.schedule.management.title": "计划的导出",
|
|
193
|
-
"dialogs.schedule.management.delete": "删除此计划。",
|
|
194
|
-
"dialogs.schedule.management.delete.dialog": "删除计划?",
|
|
195
|
-
"dialogs.schedule.management.delete.dialog.confirm": "<b>此计划</b>将被永久删除。",
|
|
196
|
-
"dialogs.schedule.management.list.title": "您的预定出口",
|
|
197
|
-
"dialogs.schedule.management.create": "创建",
|
|
198
|
-
"dialogs.schedule.management.create.new": "创建新的",
|
|
199
|
-
"dialogs.schedule.management.create.tooManyMessage": "您的组织已达到计划导出数量的上限。请联系您的管理员以创建更多导出数量。",
|
|
200
|
-
"dialogs.schedule.management.noSchedules": "没有定期出口。{br}創建新的。",
|
|
201
|
-
"dialogs.schedule.management.attachments.attachment": "附加为{format} 文件",
|
|
202
|
-
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX 选项",
|
|
203
|
-
"dialogs.schedule.management.attachments.cells.merged": "保持属性单元格合并",
|
|
204
|
-
"dialogs.schedule.management.attachments.exportInfo": "包含导出信息表",
|
|
205
|
-
"dialogs.schedule.management.attachments.delete": "删除 {format} 依恋",
|
|
206
|
-
"dialogs.schedule.management.attachments.removed": "{format} 附件已移除。",
|
|
207
|
-
"dialogs.schedule.management.attachments.filters.title": "仪表板过滤器",
|
|
208
|
-
"dialogs.schedule.management.attachments.filters.using": "使用",
|
|
209
|
-
"dialogs.schedule.management.attachments.filters.default": "默认仪表板过滤器",
|
|
210
|
-
"dialogs.schedule.management.attachments.filters.edited": "编辑仪表板过滤器",
|
|
211
|
-
"dialogs.schedule.management.attachments.filters.item.default": "使用默认过滤器",
|
|
212
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "使用已编辑的过滤器",
|
|
213
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "仪表板过滤器的默认状态将在计划导出中使用,即使默认值将来发生变化。",
|
|
214
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "要使用默认过滤器安排导出,请创建新的计划导出。",
|
|
215
|
-
"dialogs.schedule.management.attachments.message": "<strong>注意</strong>:交叉过滤不会应用于预定的导出。",
|
|
216
|
-
"scheduledEmail.attachmentFormat.widget.png": "快照 (.png)",
|
|
217
|
-
"scheduledEmail.attachmentFormat.widget.pptx": "单张幻灯片 (.pptx)",
|
|
218
|
-
"scheduledEmail.attachmentFormat.widget.pdf": "单张幻灯片(.pdf)",
|
|
219
|
-
"scheduledEmail.attachmentFormat.widget.pdfTabular": "格式化数据(.pdf)",
|
|
220
|
-
"scheduledEmail.attachmentFormat.widget.formattedXLSX": "格式化数据(.xlsx)",
|
|
221
|
-
"scheduledEmail.attachmentFormat.widget.formattedCSV": "格式化数据(.csv)",
|
|
222
|
-
"scheduledEmail.attachmentFormat.widget.rawCSV": "原始数据(.csv)",
|
|
223
|
-
"scheduledEmail.attachmentFormat.dashboard.pptx": "幻灯片 (.pptx)",
|
|
224
|
-
"scheduledEmail.attachmentFormat.dashboard.pdf": "快照(.pdf)",
|
|
225
|
-
"scheduledEmail.attachmentFormat.dashboard.formattedXLSX": "数据(.xlsx)",
|
|
226
|
-
"scheduledEmail.attachmentFormat.dashboard.pdfSlides": "幻灯片(.pdf)",
|
|
227
|
-
"scheduledEmail.attachments.warning.noAttachmentsSelected": "<strong>警告:</strong> 计划导出至少需要一个附件 - 选择一个选项以继续。",
|
|
228
|
-
"scheduledEmail.attachments.error.noAttachmentsSelected": "错误:未选择附件 - 选择至少一个附件来安排导出。",
|
|
229
|
-
"dialogs.schedule.management.load.error": "加载失败,请稍后重试。",
|
|
230
|
-
"dialogs.schedule.management.delete.error": "计划删除失败,请稍后再试。",
|
|
231
|
-
"dialogs.alerting.management.title": "警报",
|
|
232
|
-
"dialogs.alerting.management.load.error": "加载失败,请稍后重试。",
|
|
233
|
-
"dialogs.alerting.create.error": "无法创建提醒。请稍后重试。",
|
|
234
|
-
"dialogs.alerting.create.success": "警报创建成功。",
|
|
235
|
-
"dialogs.alerting.update.error": "更新警报失败。请稍后重试。",
|
|
236
|
-
"dialogs.alerting.update.success": "警报更新成功。",
|
|
237
|
-
"dialogs.alerting.management.delete.error": "无法删除警报。请稍后重试。",
|
|
238
|
-
"dialogs.alerting.management.pause.error": "无法暂停警报。请稍后重试。",
|
|
239
|
-
"dialogs.alerting.management.pause.success": "您的警报已暂停。",
|
|
240
|
-
"dialogs.alerting.management.activate.error": "无法取消暂停警报。请稍后重试。",
|
|
241
|
-
"dialogs.alerting.management.activate.success": "您的警报已取消暂停。",
|
|
242
|
-
"dialogs.alerting.management.create": "创建",
|
|
243
|
-
"dialogs.alerting.management.create.new": "创建新的",
|
|
244
|
-
"dialogs.alerting.footer.title": "如何创建警报?",
|
|
245
|
-
"dialogs.alerting.footer.title.short": "帮助",
|
|
246
|
-
"dialogs.alerting.management.list.title": "您的警报",
|
|
247
|
-
"dialogs.alerting.management.noAlerts": "没有警报。",
|
|
248
|
-
"dialogs.alerting.title.placeholder": "无标题警报",
|
|
249
|
-
"dialogs.alerting.management.delete.dialog": "删除警报?",
|
|
250
|
-
"dialogs.alerting.management.delete.dialog.confirm": "<b>警报</b> 将被永久删除,连同其所有通知。",
|
|
251
|
-
"dialogs.alerting.delete.success": "成功!您的提醒已删除。",
|
|
252
|
-
"dialogs.alerting.create.noMeasure.tooltip": "创建警报需要指定指标。请使用至少包含一个指标的小部件。",
|
|
253
|
-
"alerting.alert.menu.delete": "删除",
|
|
254
|
-
"alerting.alert.menu.pause": "暂停",
|
|
255
|
-
"alerting.alert.menu.resume": "取消暂停",
|
|
256
|
-
"alerting.alert.menu.edit": "编辑",
|
|
257
|
-
"delete": "删除",
|
|
258
|
-
"close": "关闭",
|
|
259
|
-
"cancel": "取消",
|
|
260
|
-
"save": "保存",
|
|
261
|
-
"create": "创建",
|
|
262
|
-
"apply": "应用",
|
|
263
|
-
"gs.date.today": "今天",
|
|
264
|
-
"gs.date.tomorrow": "明天",
|
|
265
|
-
"gs.date.yesterday": "昨天",
|
|
266
|
-
"messages.exportResultError": "数据导出失败,请稍后重试。",
|
|
267
|
-
"messages.exportResultError.tooManyRows": "导出失败。行数过多({actual})。限制为 {limit}。",
|
|
268
|
-
"messages.exportResultRestrictedError": "您不能导出此可视化,因为它包含限制数据。",
|
|
269
|
-
"messages.exportResultStart": "正在导出",
|
|
270
|
-
"messages.exportResultSuccess": "导出成功!",
|
|
271
|
-
"messages.sharingChangedSuccess": "共享已更新。",
|
|
272
|
-
"messages.sharingChangedError.general": "无法更新共享设置。请稍后再试。",
|
|
273
|
-
"messages.shareLinkCopied": "链接已复制。",
|
|
274
|
-
"messages.sharingDialogError.general": "无法加载共享设置。请稍后再试。",
|
|
275
|
-
"messages.settingsDialogError.general": "无法加载仪表板设置。请稍后重试。",
|
|
276
|
-
"visualization.dataTooLarge.headline": "要显示的数据点太多",
|
|
277
|
-
"visualization.dataTooLarge.text": "尝试将一个或多个筛选器应用于控制面板。",
|
|
278
|
-
"visualization.execute_protected_report.headline": "您无权查看此报告",
|
|
279
|
-
"visualization.execute_protected_report.text": "请联系您的管理员。",
|
|
280
|
-
"visualization.empty.headline": "对于您的筛选器选项,找不到数据",
|
|
281
|
-
"visualization.error.headline": "抱歉,我们无法显示此可视化。",
|
|
282
|
-
"visualization.error.text": "请联系您的管理员。",
|
|
283
|
-
"visualization.ErrorMessageResultCacheMissing": "可视化效果需要更新",
|
|
284
|
-
"visualization.ErrorDescriptionResultCacheMissing": "基础数据已更改或过期。请刷新页面。",
|
|
285
|
-
"visualization.warning.export.too_small": "没有足够的空间进行可视化",
|
|
286
|
-
"options.menu.unsupported.error": "此可视化暂时无法导出。请尝试应用不同的筛选器,或使用不同的指标或属性。",
|
|
287
|
-
"options.menu.unsupported.loading": "目前无法导出此可视化。",
|
|
288
|
-
"options.menu.unsupported.incompatibleWidget": "无法安排自定义小部件的导出。",
|
|
289
|
-
"options.menu.unsupported.schedulingForInsightNotEnabled": "无法为此小部件计划导出。",
|
|
290
|
-
"options.menu.unsupported.alertingForInsightNotEnabled": "无法为此小部件创建警报。",
|
|
291
|
-
"options.menu.unsupported.oldWidget": "无法安排导出。请重新保存仪表板或联系您的管理员。",
|
|
292
|
-
"options.menu.unsupported.oldWidgetExport": "无法导出。请重新保存仪表板或联系您的管理员。",
|
|
293
|
-
"options.menu.unsupported.alertingOldWidget": "无法创建警报。请重新保存仪表板或联系您的管理员。",
|
|
294
|
-
"export.defaultTitle": "无标题的可视化",
|
|
295
|
-
"export_unsupported.disabled": "不支持导出",
|
|
296
|
-
"widget.options.description": "描述",
|
|
297
|
-
"widget.options.menu.exportToCSV": "导出至 CSV",
|
|
298
|
-
"widget.options.menu.exportToXLSX": "导出为 XLSX",
|
|
299
|
-
"widget.options.menu.alert": "警报",
|
|
300
|
-
"widget.options.menu.alerts": "警报",
|
|
301
|
-
"widget.options.menu.scheduleExport": "计划导出",
|
|
302
|
-
"widget.options.menu.scheduleExport.edit": "显示计划",
|
|
303
|
-
"widget.options.menu.XLSX": "格式化(.xlsx)",
|
|
304
|
-
"widget.options.menu.exportToCSV.formatted": "格式化 (.csv)",
|
|
305
|
-
"widget.options.menu.exportToCSV.raw": "原始(.csv)",
|
|
306
|
-
"widget.options.menu.exportToPDF.formatted": "格式化(.pdf)",
|
|
307
|
-
"widget.error.missing_insight.message": "没有可用的可视化",
|
|
308
|
-
"widget.error.missing_insight.description": "此可视化已被移除或无法再访问。请联系您的管理员或将其从仪表板中移除。",
|
|
309
|
-
"widget.drill.dialog.exportToXLSX": "格式化(.xlsx)",
|
|
310
|
-
"widget.drill.dialog.exportToPDF": "格式化(.pdf)",
|
|
311
|
-
"widget.drill.dialog.exportToCSV.formatted": "格式化 (.csv)",
|
|
312
|
-
"widget.drill.dialog.exportToCSV.raw": "原始(.csv)",
|
|
313
|
-
"share.button.text": "共享",
|
|
314
|
-
"share.button.tooltip": "共享控制面板",
|
|
315
|
-
"dashboard.error.empty.heading": "此控制面板为空",
|
|
316
|
-
"dashboard.error.empty.text": "所有可视化效果均被删除。",
|
|
317
|
-
"dashboard.shareDialog.underLenientControl.label": "如果其他用户要深入了解此控制面板,他们可以访问此控制面板",
|
|
318
|
-
"dashboard.shareDialog.lock.label": "只有管理员才可以编辑此控制面板",
|
|
319
|
-
"header.lockStatus.tooltip": "<b>此控制面板已锁定。</b>只有管理员才可以编辑此控制面板。",
|
|
320
|
-
"header.shareStatus.private.text": "私密",
|
|
321
|
-
"header.shareStatus.private.strict.tooltip": "只有您可以查看和编辑此控制面板。",
|
|
322
|
-
"header.shareStatus.private.not.strict.tooltip": "创建者可以编辑此控制面板。具有适当用户角色的其他用户可在深入查看此控制面板时对其进行编辑。",
|
|
323
|
-
"dashboard.shareDialog.removeAccessGranteeTooltip": "删除对此控制面板的访问权限。",
|
|
324
|
-
"dashboard.shareDialog.removeAccessCreatorTooltip": "创建此控制面板的用户。无法删除创建者。",
|
|
325
|
-
"attributesDropdown.placeholder": "搜索…",
|
|
326
|
-
"attributesDropdown.configuration": "配置",
|
|
327
|
-
"attributesDropdown.save": "保存",
|
|
328
|
-
"attributesDropdown.filterBy": "筛选条件",
|
|
329
|
-
"attributesDropdown.displayValuesAs": "将数值显示为",
|
|
330
|
-
"attributesDropdown.title": "标题",
|
|
331
|
-
"attributesDropdown.title.reset": "重启",
|
|
332
|
-
"attributesDropdown.selectionMode": "选择",
|
|
333
|
-
"attributesDropdown.selectionMode.multi": "多个值",
|
|
334
|
-
"attributesDropdown.selectionMode.single": "单个值",
|
|
335
|
-
"attributesDropdown.selectionMode.disabled.tooltip": "如果在筛选条件中选择了任何筛选器,则不允许选择单值。要使用单值选择,请在筛选条件中禁用所有筛选器。",
|
|
336
|
-
"attributesDropdown.parentFilter.disabled.tooltip": "对于单值选择,禁用其他筛选器筛选。要设置筛选条件,请选择多值选择。",
|
|
337
|
-
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> 无法被 <strong>{parentTitle}</strong> 筛选。数据模型中的筛选器属性之间没有关联。",
|
|
338
|
-
"attributesDropdown.details.dataset": "数据集",
|
|
339
|
-
"attributesDropdown.details.values": "数值",
|
|
340
|
-
"attributesDropdown.details.shortening_decoration": "…和另外 {count} 个",
|
|
341
|
-
"attributesDropdown.removeTooltip": "从控制面板中移除",
|
|
342
|
-
"layout.header.characters.left": "还剩 {currentCharactersCount} / {maximumCharactersCount} 个字符",
|
|
343
|
-
"layout.header.add.title.placeholder": "在此处添加标题...",
|
|
344
|
-
"layout.header.add.description.placeholder": "在此处添加说明...",
|
|
345
|
-
"controlButtons.options.tooltip": "更多操作",
|
|
346
|
-
"controlButtons.options.back": "返回上一步",
|
|
347
|
-
"controlButtons.options.closeMenu": "关闭菜单",
|
|
348
|
-
"controlButtons.edit.value": "编辑",
|
|
349
|
-
"controlButtons.edit.tooltip": "编辑控制面板",
|
|
350
|
-
"controlButtons.edit.executionTimestampMode.tooltip": "要编辑仪表板,请将日期重置为今天。",
|
|
351
|
-
"controlButtons.setting.value": "设置",
|
|
352
|
-
"controlButtons.setting.title": "与此仪表板相关的所有设置。您可以更改仪表板描述的交叉筛选、允许保存的筛选器以及警报评估频率。",
|
|
353
|
-
"controlButtons.saveAndPublish.value": "保存并发布",
|
|
354
|
-
"controlButtons.save.value": "保存",
|
|
355
|
-
"controlButtons.saveAndPublish.title": "可访问此控制面板的每个人都能立即看到所有更改。",
|
|
356
|
-
"controlButtons.saveAsPrivate.title": "所有更改都将被保存。",
|
|
357
|
-
"controlButtons.saveAndPublish.disable.empty.title": "无法保存空的控制面板",
|
|
358
|
-
"controlButtons.saveAndPublish.disable.noChanges.title": "没有要保存的更改",
|
|
359
|
-
"controlButtons.saving.value": "正在保存…",
|
|
360
|
-
"gs.visualizationsList.tabs.all": "全部",
|
|
361
|
-
"gs.visualizationsList.tabs.my": "由我创建",
|
|
362
|
-
"visualizationsList.noInsights": "此工作区不包含任何可视化。",
|
|
363
|
-
"visualizationsList.create": "创建可视化",
|
|
364
|
-
"visualizationsList.noUserInsights": "未创建任何可视化内容。",
|
|
365
|
-
"visualizationsList.noVisualizationsFound": "没有匹配的可视化。",
|
|
366
|
-
"search_insights": "搜索所有可视化…",
|
|
367
|
-
"save.as.new": "另存为新的",
|
|
368
|
-
"addPanel.deleteItem": "放置以删除",
|
|
369
|
-
"addPanel.newItem": "新条目",
|
|
370
|
-
"addPanel.attributeFilter": "属性筛选器",
|
|
371
|
-
"addPanel.filter": "筛选器",
|
|
372
|
-
"addPanel.attributeFilter.tooltip.no_attributes": "属性筛选器需要一个属性。",
|
|
373
|
-
"addPanel.attributeFilter.tooltip.no_items": "该筛选器需要属性或日期数据集。",
|
|
374
|
-
"addPanel.attributeFilter.tooltip.no_attributes.link": "了解更多",
|
|
375
|
-
"addPanel.kpi": "关键绩效指标",
|
|
376
|
-
"addPanel.richText": "富文本",
|
|
377
|
-
"addPanel.visualizationSwitcher": "可视化切换器",
|
|
378
|
-
"addPanel.visualizationSwitcher.tooltip": "将多个可视化组合成一个元素,并使用导航下拉菜单在它们之间进行切换。",
|
|
379
|
-
"addPanel.dashboardLayout": "列容器",
|
|
380
|
-
"addPanel.dashboardLayout.tooltip": "在您的版块内创建一组垂直放置的小部件,将它们放置在同一列中。非常适合堆叠多个项目。",
|
|
381
|
-
"addPanel.dashboardLayout.tooltip.learnMore": "了解更多",
|
|
382
|
-
"visualizationsList.dragToAdd": "拖动以添加",
|
|
383
|
-
"visualizationsList.savedVisualizations": "已保存的可视化",
|
|
384
|
-
"configurationPanel.drillConfig.selectDashboard": "选择控制面板…",
|
|
385
|
-
"configurationPanel.drillConfig.targetTab": "切换到 Tab 键",
|
|
386
|
-
"configurationPanel.drillConfig.drillIntoDashboard.searchPlaceholder": "搜索所有控制面板…",
|
|
387
|
-
"configurationPanel.drillConfig.forbiddenDashboard": "(未共享给您)",
|
|
388
|
-
"configurationPanel.drillConfig.forbiddenDashboard.tooltip": "控制面板未共享给您,但其他用户可以访问此控制面板。",
|
|
389
|
-
"configurationPanel.drillConfig.notSharedDashboard.tooltip": "控制面板未共享给您,但所有用户都可以访问它,如果想深入了解。",
|
|
390
|
-
"configurationPanel.remove.form.dashboard": "从控制面板中移除",
|
|
391
|
-
"filterBar.filter.drop": "放置即可添加",
|
|
392
|
-
"filterBar.filter.addFilterPlaceholder": "拖动 {icon} 至此处",
|
|
393
|
-
"filterBar.filter.dropzone.tooltip": "将属性筛选器拖至此处。",
|
|
394
|
-
"filterBar.filter.dropzone.tooltip.generic": "将筛选器拖到此处。",
|
|
395
|
-
"configurationPanel.title": "配置",
|
|
396
|
-
"configurationPanel.filterBy": "筛选条件",
|
|
397
|
-
"configurationPanel.dateAs": "作为",
|
|
398
|
-
"configurationPanel.vizCantBeFilteredByAttribute": "可视化无法按 {attributeName} 筛选。请取消选中该复选框。",
|
|
399
|
-
"configurationPanel.kpiCantBeFilteredByAttribute": "KPI 无法按 {attributeName} 筛选。请取消选中该复选框。",
|
|
400
|
-
"configurationPanel.vizCantBeFilteredByDate": "可视化无法按日期筛选。请取消选中该复选框。",
|
|
401
|
-
"configurationPanel.kpiCantBeFilteredByDate": "KPI 无法按日期筛选。请取消选中该复选框。",
|
|
402
|
-
"configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\"无法再应用于该可视化。请选择其他范围或编辑该可视化。",
|
|
403
|
-
"configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\"无法再应用于该 KPI。请选择其他范围或编辑该 KPI。",
|
|
404
|
-
"configurationPanel.interactions": "交互",
|
|
405
|
-
"configurationPanel.drillConfig.interactions": "深入查看交互",
|
|
406
|
-
"configurationPanel.drillConfig.addInteraction": "添加交互",
|
|
407
|
-
"configurationPanel.drillConfig.clickHint": "当我点击",
|
|
408
|
-
"configurationPanel.drillConfig.measureValue": "指标值",
|
|
409
|
-
"configurationPanel.drillConfig.attributeValue": "属性值",
|
|
410
|
-
"configurationPanel.drillConfig.selectTarget": "我想要",
|
|
411
|
-
"configurationPanel.drillConfig.clickHintItem": "当我点击<addon>(其数值)</addon>",
|
|
412
|
-
"configurationPanel.drillConfig.drillIntoDashboard": "深入控制面板",
|
|
413
|
-
"configurationPanel.drillConfig.drillIntoInsight": "深入可视化",
|
|
414
|
-
"configurationPanel.drillConfig.drillDown": "深入查看",
|
|
415
|
-
"configurationPanel.drillConfig.disableDrillDownTooltip": "在此可视化的配置中,向下钻取处于关闭状态。",
|
|
416
|
-
"configurationPanel.drillConfig.drillIntoUrl": "深入查看 URL",
|
|
417
|
-
"configurationPanel.drillConfig.drillIntoUrl.invalidCustomUrl": "URL 参数无效",
|
|
418
|
-
"configurationPanel.drillConfig.select": "选择操作…",
|
|
419
|
-
"configurationPanel.drillConfig.drillIntoDashboard.dateFilterWarning": "筛选目标控制面板时,可视化中的日期属性值不会被传输。",
|
|
420
|
-
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.label": "通过过滤器:",
|
|
421
|
-
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.title": "作为过滤器传递",
|
|
422
|
-
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.tooltip": "禁用属性或日期以排除其值作为过滤器传递到钻取目标。",
|
|
423
|
-
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.all": "全部",
|
|
424
|
-
"configurationPanel.drillConfig.drillIntersectionIgnoredAttributes.dropdown.none": "无",
|
|
425
|
-
"configurationPanel.visualprops.sectionTitle": "标题",
|
|
426
|
-
"configurationPanel.visualprops.hideTitle": "隐藏标题",
|
|
427
|
-
"configurationPanel.visualprops.sectionDescription": "描述",
|
|
428
|
-
"configurationPanel.visualprops.inheritDescription": "继承",
|
|
429
|
-
"configurationPanel.visualprops.inheritDescriptionHelp": "从可视化继承说明。",
|
|
430
|
-
"configurationPanel.visualprops.customDescription": "自定义",
|
|
431
|
-
"configurationPanel.visualprops.customDescriptionHelp": "为此可视化实例添加自定义说明。",
|
|
432
|
-
"configurationPanel.visualprops.noneDescription": "无",
|
|
433
|
-
"configurationPanel.visualprops.includeMetrics": "包括指标说明",
|
|
434
|
-
"configurationPanel.visualprops.includeMetricsHelp": "显示包含可视化指标列表及其说明的部分。",
|
|
435
|
-
"configurationPanel.visualprops.descriptionPlaceholder": "添加说明…",
|
|
436
|
-
"configurationPanel.drillIntoUrl.defaultButtonValue": "选择 URL",
|
|
437
|
-
"configurationPanel.drillIntoUrl.attributeUrlSectionTitle": "属性标签中的超链接",
|
|
438
|
-
"configurationPanel.drillIntoUrl.customUrlSectionTitle": "自定义 URL",
|
|
439
|
-
"configurationPanel.drillIntoUrl.editor.addUrlTitle": "添加自定义 URL",
|
|
440
|
-
"configurationPanel.drillIntoUrl.editor.editUrlTitle": "编辑自定义 URL",
|
|
441
|
-
"configurationPanel.drillIntoUrl.editor.textAreaLabel": "URL",
|
|
442
|
-
"configurationPanel.drillIntoUrl.editor.parametersPanelLabel": "参数",
|
|
443
|
-
"configurationPanel.drillIntoUrl.editor.parametersPanelTooltip": "参数是占位符,在深入了解过程中将被动态值替换。",
|
|
444
|
-
"configurationPanel.drillIntoUrl.editor.addParameterButtonLabel": "添加",
|
|
445
|
-
"configurationPanel.drillIntoUrl.editor.parameterDetailType": "类型",
|
|
446
|
-
"configurationPanel.drillIntoUrl.editor.parameterDetailLabel": "标签",
|
|
447
|
-
"configurationPanel.drillIntoUrl.editor.parameterDetailValues": "{numberOfValues, plural, one {数值} other {数值}}",
|
|
448
|
-
"configurationPanel.drillIntoUrl.editor.parameterDetailMoreValues": "...以及再多 {count} 个",
|
|
449
|
-
"configurationPanel.drillIntoUrl.editor.insightIdParameterLabel": "可视化 ID",
|
|
450
|
-
"configurationPanel.drillIntoUrl.editor.clientIdParameterLabel": "客户 ID",
|
|
451
|
-
"configurationPanel.drillIntoUrl.editor.dataProductIdParameterLabel": "数据产品 ID",
|
|
452
|
-
"configurationPanel.drillIntoUrl.editor.projectIdParameterLabel": "项目 ID",
|
|
453
|
-
"configurationPanel.drillIntoUrl.editor.workspaceIdParameterLabel": "工作区 ID",
|
|
454
|
-
"configurationPanel.drillIntoUrl.editor.widgetIdParameterLabel": "构件 ID",
|
|
455
|
-
"configurationPanel.drillIntoUrl.editor.dashboardIdParameterLabel": "控制面板 ID",
|
|
456
|
-
"configurationPanel.drillIntoUrl.editor.identifierTypeLabel": "标识符",
|
|
457
|
-
"configurationPanel.drillIntoUrl.editor.insightParametersSectionLabel": "可视化",
|
|
458
|
-
"configurationPanel.drillIntoUrl.editor.identifierParametersSectionLabel": "标识符",
|
|
459
|
-
"configurationPanel.drillIntoUrl.editor.dashboardParametersSectionLabel": "控制面板",
|
|
460
|
-
"configurationPanel.drillIntoUrl.editor.applyButtonLabel": "应用",
|
|
461
|
-
"configurationPanel.drillIntoUrl.editor.cancelButtonLabel": "取消",
|
|
462
|
-
"configurationPanel.drillIntoUrl.editor.textAreaPlaceholder": "输入 URL 并从右侧面板添加参数。",
|
|
463
|
-
"configurationPanel.drillIntoUrl.editor.helpButtonLabel": "如何创建自定义 URL?",
|
|
464
|
-
"configurationPanel.drillIntoUrl.editor.invalidAttributeDisplayForms": "无效参数:{invalidParameters} ",
|
|
465
|
-
"configurationPanel.drillIntoUrl.customUrlAddButtonLabel": "添加自定义 URL",
|
|
466
|
-
"configurationPanel.drillIntoUrl.customUrlEditButtonLabel": "编辑自定义 URL",
|
|
467
|
-
"configurationPanel.drillIntoUrl.editor.defaultDisplayFormTypeLabel": "属性标签值",
|
|
468
|
-
"configurationPanel.drillIntoUrl.editor.geoDisplayFormTypeLabel": "属性地理值",
|
|
469
|
-
"configurationPanel.drillIntoUrl.editor.urlDisplayFormTypeLabel": "属性 URL 值",
|
|
470
|
-
"configurationPanel.drillIntoUrl.editor.imageDisplayFormTypeLabel": "属性图像值",
|
|
471
|
-
"configurationPanel.zoomInsight": "可缩放可视化",
|
|
472
|
-
"configurationPanel.zoomInsight.help": "启用以放大可视化以显示详细视图。按住 Shift 键可平移缩放区域。",
|
|
473
|
-
"configurationPanel.zoomInsight.notice": "缩放不会应用于导出的控制面板",
|
|
474
|
-
"configurationPanel.drillConfig.selectInsight": "选择可视化…",
|
|
475
|
-
"attributesDropdown.noChanges": "无需应用任何更改",
|
|
476
|
-
"gs.date.date-dataset.recommended": "已推荐",
|
|
477
|
-
"gs.date.date-dataset.other": "其他",
|
|
478
|
-
"gs.date.date-dataset.related": "相关",
|
|
479
|
-
"gs.date.date-dataset.unrelated": "无关",
|
|
480
|
-
"gs.date.date-dataset.unrelated_hidden": "{count} 无关 {count, plural, one {日期} other {日期}} {isShow, select, true {可见} other {隐藏}}。",
|
|
481
|
-
"gs.date.date-dataset.unrelated.show": "显示",
|
|
482
|
-
"gs.date.date-dataset.unrelated.hide": "隐藏",
|
|
483
|
-
"gs.date.date-dataset.duplicityWarning": "另一个筛选器正在使用相同的日期数据集。禁用此筛选器或设置不同的日期。",
|
|
484
|
-
"layout.widget.width.min": "构件处于最小宽度",
|
|
485
|
-
"layout.widget.width.max": "构件处于最大宽度",
|
|
486
|
-
"layout.widget.height.min": "构件处于最小高度",
|
|
487
|
-
"layout.widget.height.max": "构件处于最大高度",
|
|
488
|
-
"layout.widget.addedByPlugin": "由插件添加",
|
|
489
|
-
"layout.widget.modifiedByPlugin": "由插件修改",
|
|
490
|
-
"layout.widget.hideOverlay": "隐藏覆盖",
|
|
491
|
-
"dropzone.new.row.desc": "拖放以创建{nbsp}<b>新部分</b>",
|
|
492
|
-
"dropzone.widget.desc": "放至<b>此处</b>",
|
|
493
|
-
"dropzone.widget.last.in.row.desc": "放至<b>现有区域</b>",
|
|
494
|
-
"dropzone.widget.last.in.container.row.desc": "放至<b>现有容器</b>",
|
|
495
|
-
"deleteKpiConfirmationDialog.headline": "删除 KPI",
|
|
496
|
-
"deleteKpiConfirmationDialog.message": "为此 KPI 设置的所有警报也将被删除。",
|
|
497
|
-
"deleteKpiConfirmationDialog.submitButtonText": "删除",
|
|
498
|
-
"newDashboard.title": "将可视化拖到此处",
|
|
499
|
-
"newDashboard.dropInsight": "放置可视化",
|
|
500
|
-
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> 已被 <strong>{childTitle}</strong> 筛选器直接筛选或已通过其他筛选器筛选。",
|
|
501
|
-
"attributesDropdown.attributeNameWithData": "带下列数据",
|
|
502
|
-
"filter.visibilityMode.tooltip.hidden": "此筛选条件已隐藏。只能通过编辑模式访问。",
|
|
503
|
-
"filter.visibilityMode.tooltip.readonly.editMode": "此筛选条件已锁定。只能通过编辑模式进行更改。",
|
|
504
|
-
"filter.visibilityMode.tooltip.readonly.viewMode": "此筛选条件已锁定",
|
|
505
|
-
"filter.resetButton.tooltip": "重置所有筛选器",
|
|
506
|
-
"filter.resetButton.success": "成功:过滤器重置为默认值。",
|
|
507
|
-
"filter.resetButton.ariaLabel": "将过滤器重置为默认值",
|
|
508
|
-
"filter.crossFilterResetButton.tooltip": "重置交叉筛选器",
|
|
509
|
-
"dateFilterDropdown.save": "保存",
|
|
510
|
-
"dateFilterDropdown.configuration": "配置",
|
|
511
|
-
"dateFilterDropdown.title": "日期范围",
|
|
512
|
-
"filter.configuration.mode.title": "模式",
|
|
513
|
-
"filter.configuration.mode.interactive.title": "互动",
|
|
514
|
-
"filter.configuration.mode.interactive.tooltip": "仪表板用户可以查看和更改筛选条件。",
|
|
515
|
-
"filter.configuration.mode.locked.title": "已锁定",
|
|
516
|
-
"filter.configuration.mode.locked.tooltip": "仪表板用户可以看到筛选条件,但不能更改它。",
|
|
517
|
-
"filter.configuration.mode.hidden.title": "隐藏",
|
|
518
|
-
"filter.configuration.mode.hidden.tooltip": "仪表板用户无法看到筛选条件,但其已获应用。",
|
|
519
|
-
"filter.dependency.icon.tooltip": "<strong>{filterTitle}</strong>的值由另一个筛选器的选择进行筛选。",
|
|
520
|
-
"configurationPanel.drillConfig.alreadyUsedTooltip": "此<strong>层次结构</strong>已用于<strong>同一</strong>向下挖掘。",
|
|
521
|
-
"configurationPanel.respectCrossFiltering": "尊重交叉过滤",
|
|
522
|
-
"configurationPanel.respectCrossFiltering.tooltip": "禁用此选项可忽略来自其他可视化的交叉过滤。",
|
|
523
|
-
"richText.formattingOptions": "格式化选项",
|
|
524
|
-
"richText.deleteDialog.header": "删除富文本?",
|
|
525
|
-
"richText.deleteDialog.message": "富文本及其所有内容将被不可逆地删除。",
|
|
526
|
-
"richText.emptyContent": "无富文本内容",
|
|
527
|
-
"visualizationSwitcher.emptyContent": "切换器中无可视化",
|
|
528
|
-
"visualizationSwitcherToolbar.visualizationsList.header": "可视化",
|
|
529
|
-
"visualizationSwitcherToolbar.visualizationsList.tooltip": "可视化",
|
|
530
|
-
"visualizationSwitcherToolbar.visualizationsList.prev": "上一个",
|
|
531
|
-
"visualizationSwitcherToolbar.visualizationsList.next": "下一个",
|
|
532
|
-
"visualizationSwitcherToolbar.visualizationsList.empty": "切换器中没有可视化效果,请添加一个以继续。",
|
|
533
|
-
"visualizationSwitcherToolbar.visualizationsList.add": "添加可视化",
|
|
534
|
-
"visualizationSwitcherToolbar.remove": "移除切换器",
|
|
535
|
-
"visualizationSwitcher.configurationPanel.remove.from.switcher": "从切换器中移除",
|
|
536
|
-
"visualizationSwitcher.list.menu.move.up": "向上移动",
|
|
537
|
-
"visualizationSwitcher.list.menu.move.down": "向下移动",
|
|
538
|
-
"visualizationSwitcher.list.menu.remove": "删除",
|
|
539
|
-
"nestedLayoutToolbar.hideHeader": "隐藏标题和说明。",
|
|
540
|
-
"nestedLayoutToolbar.showHeader": "显示标题和说明。",
|
|
541
|
-
"nestedLayoutToolbar.remove": "从仪表板上移除。",
|
|
542
|
-
"nestedLayoutToolbar.direction.title": "布局方向",
|
|
543
|
-
"nestedLayoutToolbar.direction.row": "包裹行",
|
|
544
|
-
"nestedLayoutToolbar.direction.row.tooltip": "布局方向:换行",
|
|
545
|
-
"nestedLayoutToolbar.direction.column": "柱状图",
|
|
546
|
-
"nestedLayoutToolbar.direction.column.tooltip": "布局方向:列",
|
|
547
|
-
"nestedLayoutToolbar.direction.column.disabledTooltip": "如果容器包含水平方向的嵌套容器,则方向不能更改为垂直。",
|
|
548
|
-
"nestedLayout.tab.title": "容器",
|
|
549
|
-
"nestedLayout.emptyDropZone.message": "<b>拖到此处</b>{br}添加到容器中",
|
|
550
|
-
"nestedLayout.emptyDropZone.active.message": "<b>放至这里</b>{br}添加到容器中",
|
|
551
|
-
"attributesDropdown.valuesLimiting.title": "数值筛选依据",
|
|
552
|
-
"attributesDropdown.valuesLimiting.empty": "通过应用控制面板筛选器或添加指标来限制筛选器菜单选项。",
|
|
553
|
-
"attributesDropdown.valuesLimiting.addLink": "添加",
|
|
554
|
-
"attributesDropdown.valuesLimiting.addMetricTitle": "选择指标",
|
|
555
|
-
"attributesDropdown.valuesLimiting.addFilterTitle": "选择控制面板筛选器",
|
|
556
|
-
"attributesDropdown.valuesLimiting.addItemTitle": "添加",
|
|
557
|
-
"attributesDropdown.valuesLimiting.searchPlaceholder": "搜索…",
|
|
558
|
-
"attributesDropdown.valuesLimiting.sumFact": "{fact} 总和",
|
|
559
|
-
"attributesDropdown.valuesLimiting.countAttribute": "{attribute} 计数",
|
|
560
|
-
"attributesDropdown.valuesLimiting.metricsEmpty": "没有要添加的项。",
|
|
561
|
-
"attributesDropdown.valuesLimiting.unknownItem": "未知项",
|
|
562
|
-
"attributesDropdown.valuesLimiting.searchNoMatch": "未找到匹配项。",
|
|
563
|
-
"attributesDropdown.valuesLimiting.filtersEmpty": "没有更多的控制面板筛选器可添加。",
|
|
564
|
-
"attributesDropdown.valuesLimiting.addFilters.title": "控制面板筛选器",
|
|
565
|
-
"attributesDropdown.valuesLimiting.addFilters.description": "使用现有的控制面板筛选器隐藏无关的值。",
|
|
566
|
-
"attributesDropdown.valuesLimiting.addLimitingItem.title": "指标",
|
|
567
|
-
"attributesDropdown.valuesLimiting.addLimitingItem.description": "使用指标隐藏无关的值。仅显示指标结果为非空的值。<a>了解更多</a>",
|
|
568
|
-
"attributesDropdown.valuesLimiting.commonDateFilterTitle": "{dateFilterTitle} 设成 {dataSetTitle}",
|
|
569
|
-
"attributesDropdown.valuesLimiting.addDateTitle": "选择日期",
|
|
570
|
-
"attributesDropdown.valuesLimiting.disableDateFilter": "筛选不可用:<strong>{dateFilterTitle}</strong> 筛选器已使用此日期集。",
|
|
571
|
-
"attributesDropdown.valuesLimiting.disableDataSet": "日期数据集不可用: <strong>{dateFilterTitle}</strong> 筛选器已使用此日期集。",
|
|
572
|
-
"filters.filterViews.dropdown.buttonEmpty": "我的视图",
|
|
573
|
-
"filters.filterViews.dropdown.button": "我的观点({count} )",
|
|
574
|
-
"filters.filterViews.dropdown.title": "我保存的视图",
|
|
575
|
-
"filters.filterViews.dropdown.setAsDefault": "设为默认值",
|
|
576
|
-
"filters.filterViews.dropdown.setAsDefault.ariaLabel": "放 {name} 默认",
|
|
577
|
-
"filters.filterViews.dropdown.unsetAsDefault": "取消设置为默认值",
|
|
578
|
-
"filters.filterViews.dropdown.unsetAsDefault.ariaLabel": "取消设置 {name} 默认",
|
|
579
|
-
"filters.filterViews.dropdown.isDefault": "(默认)",
|
|
580
|
-
"filters.filterViews.dropdown.tooltip": "<p>视图是已保存的过滤器集,可让您快速返回特定的过滤器状态。</p><p>如果您将视图设置为默认视图,则每次打开仪表板时它将自动应用。</p>",
|
|
581
|
-
"filters.filterViews.dropdown.newButton": "创建视图",
|
|
582
|
-
"filters.filterViews.dropdown.emptyList": "您尚未保存该仪表板的任何视图。",
|
|
583
|
-
"filters.filterViews.toast.viewSaved": "太棒了!您的视图已保存。",
|
|
584
|
-
"filters.filterViews.toast.viewDeleted": "太棒了!我们删除了您的视图。",
|
|
585
|
-
"filters.filterViews.toast.viewApplied": "太棒了!您的观点已应用。",
|
|
586
|
-
"filters.filterViews.toast.viewSetAsDefault": "太棒了!您的视图已设置为默认视图。",
|
|
587
|
-
"filters.filterViews.toast.viewUnsetAsDefault": "太棒了!您的视图不再被设置为默认视图。",
|
|
588
|
-
"filters.filterViews.toast.viewNotSaved": "失败!您的视图未保存。请重试。",
|
|
589
|
-
"filters.filterViews.toast.viewNotDeleted": "失败!您的视图未被删除。请重试。",
|
|
590
|
-
"filters.filterViews.toast.viewNotSetAsDefault": "失败!您的视图未设置为默认视图。请重试。",
|
|
591
|
-
"filters.filterViews.toast.viewNotUnsetAsDefault": "失败!您的视图仍设置为默认视图。请重试。",
|
|
592
|
-
"filters.filterViews.toast.viewNotApplied": "失败!您的视图未得到应用。请重试。",
|
|
593
|
-
"filters.filterViews.list.ariaLabel.withActions": "已保存视图列表。使用右箭头键移动到“设置为默认”操作,然后移动到“删除”操作。",
|
|
594
|
-
"filters.filterViews.list.ariaLabel.noActions": "已保存视图列表",
|
|
595
|
-
"filters.filterViews.add.title": "创建视图",
|
|
596
|
-
"filters.filterViews.add.nameLabel": "名称",
|
|
597
|
-
"filters.filterViews.add.namePlaceholder": "无标题视图",
|
|
598
|
-
"filters.filterViews.add.setAsDefaultLabel": "设为默认值",
|
|
599
|
-
"filters.filterViews.add.deleteTooltip": "删除",
|
|
600
|
-
"filters.filterViews.add.deleteTooltip.ariaLabel": "删除 {name}",
|
|
601
|
-
"filters.filterViews.add.hint": "所有当前仪表板过滤器都将包括在内。",
|
|
602
|
-
"filters.filterViews.add.saveButton": "保存",
|
|
603
|
-
"filters.filterViews.add.cancelButton": "取消",
|
|
604
|
-
"filters.filterViews.delete.title": "删除视图?",
|
|
605
|
-
"filters.filterViews.delete.body": "您的观点<b>{view}</b>将被永久删除。",
|
|
606
|
-
"filters.filterViews.delete.deleteButton": "删除",
|
|
607
|
-
"filters.filterViews.delete.cancelButton": "取消",
|
|
608
|
-
"filters.filterViews.tooltip.ariaLabel": "关于已保存视图的信息",
|
|
609
|
-
"insightAlert.config.action.edit": "编辑",
|
|
610
|
-
"insightAlert.config.action.pause": "暂停",
|
|
611
|
-
"insightAlert.config.action.resume": "取消暂停",
|
|
612
|
-
"insightAlert.config.action.delete": "删除",
|
|
613
|
-
"insightAlert.config.comparisonOperator.lessThan": "小于",
|
|
614
|
-
"insightAlert.config.comparisonOperator.lessThanOrEquals": "小于或等于",
|
|
615
|
-
"insightAlert.config.comparisonOperator.greaterThan": "大于",
|
|
616
|
-
"insightAlert.config.comparisonOperator.greaterThanOrEquals": "大于或等于",
|
|
617
|
-
"insightAlert.config.changeOperator.header": "改变 %",
|
|
618
|
-
"insightAlert.config.changeOperator.header.info": "改变{spacer}计算主要(当前时间段)和次要(上一时间段)指标值之间的相对变化。{spacer}公式{spacer}(主要 - 次要) / 次要",
|
|
619
|
-
"insightAlert.config.differenceOperator.header": "差异 #",
|
|
620
|
-
"insightAlert.config.differenceOperator.header.info": "不同之处{spacer}计算主要(当前时间段)指标值与次要(上一时间段)指标值之间的净差。{spacer}公式{spacer}主要 - 次要",
|
|
621
|
-
"insightAlert.config.aiOperator.header": "人工智能",
|
|
622
|
-
"insightAlert.config.aiOperator.header.info": "所有人工智能操作员都是基于人工智能功能的。",
|
|
623
|
-
"insightAlert.config.anomalyDetection": "存在异常",
|
|
624
|
-
"insightAlert.config.sensitivity": "敏感性",
|
|
625
|
-
"insightAlert.config.sensitivity.low": "低",
|
|
626
|
-
"insightAlert.config.sensitivity.medium": "中等",
|
|
627
|
-
"insightAlert.config.sensitivity.high": "高",
|
|
628
|
-
"insightAlert.config.granularity": "按分组",
|
|
629
|
-
"insightAlert.config.granularity.tooltip": "在检查异常情况之前,先设置数据的聚合方式。",
|
|
630
|
-
"insightAlert.config.granularity.hour": "小时",
|
|
631
|
-
"insightAlert.config.granularity.day": "天",
|
|
632
|
-
"insightAlert.config.granularity.week": "周",
|
|
633
|
-
"insightAlert.config.granularity.month": "个月",
|
|
634
|
-
"insightAlert.config.granularity.quarter": "季度",
|
|
635
|
-
"insightAlert.config.granularity.year": "年",
|
|
636
|
-
"insightAlert.config.changeOperator.increasesBy": "增加",
|
|
637
|
-
"insightAlert.config.changeOperator.decreasesBy": "减少",
|
|
638
|
-
"insightAlert.config.changeOperator.changesBy": "更改者",
|
|
639
|
-
"insightAlert.config.differenceOperator.increasesBy": "增加",
|
|
640
|
-
"insightAlert.config.differenceOperator.decreasesBy": "减少",
|
|
641
|
-
"insightAlert.config.differenceOperator.changesBy": "更改者",
|
|
642
|
-
"insightAlert.config.alerts": "警报",
|
|
643
|
-
"insightAlert.config.alerts.empty": "此可视化没有警报。",
|
|
644
|
-
"insightAlert.config.noAlertMeasures": "警报",
|
|
645
|
-
"insightAlert.config.noAlertMeasures.title": "没有可用于警报的指标。",
|
|
646
|
-
"insightAlert.config.noAlertMeasures.description": "请添加指标以启用警报。",
|
|
647
|
-
"insightAlert.config.createAlert": "创建警报",
|
|
648
|
-
"insightAlert.config.editAlert": "编辑警报",
|
|
649
|
-
"insightAlert.config.title": "配置",
|
|
650
|
-
"insightAlert.config.trigger": "扳机",
|
|
651
|
-
"insightAlert.config.metric": "指标",
|
|
652
|
-
"insightAlert.config.trigger.tooltip": "满足条件时触发警报的频率。",
|
|
653
|
-
"insightAlert.config.action": "行动",
|
|
654
|
-
"insightAlert.config.name": "名称",
|
|
655
|
-
"insightAlert.config.accessibility.title": "警报的自定义名称",
|
|
656
|
-
"insightAlert.config.when": "何时",
|
|
657
|
-
"insightAlert.config.for": "为了",
|
|
658
|
-
"insightAlert.config.condition": "健康)状况",
|
|
659
|
-
"insightAlert.config.threshold": "临界点",
|
|
660
|
-
"insightAlert.config.comparison": "比较",
|
|
661
|
-
"insightAlert.config.recipients": "收件人",
|
|
662
|
-
"insightAlert.config.do": "做",
|
|
663
|
-
"insightAlert.config.warning.destination": "所选目的地仅支持向您自己发送警报。",
|
|
664
|
-
"insightAlert.config.filters": "使用{n} {n, plural, one {筛选} other {过滤器}}",
|
|
665
|
-
"insightAlert.config.and": "和",
|
|
666
|
-
"insightAlert.config.for.filter": "为了 {granularity}",
|
|
667
|
-
"insightAlert.config.filters.info": "警报遵守其创建时设置的仪表板过滤器。{spacer}要修改用于比较的时间段,请调整日期过滤器。",
|
|
668
|
-
"insightAlert.config.compare_with_sp": "去年同期",
|
|
669
|
-
"insightAlert.config.compare_with_pp": "前一时期",
|
|
670
|
-
"insightAlert.config.compare_with_sp_granularity": "相同的 {period} 上一年",
|
|
671
|
-
"insightAlert.config.compare_with_pp_granularity": "以前的 {period}",
|
|
672
|
-
"insightAlert.config.addAlert": "添加警报",
|
|
673
|
-
"insightAlert.config.triggerMode.always": "每次",
|
|
674
|
-
"insightAlert.config.triggerMode.once": "一次,然后暂停",
|
|
675
|
-
"insightAlert.config.delete.success": "成功。警报已删除。",
|
|
676
|
-
"insightAlert.config.resume.success": "成功。警报已恢复。",
|
|
677
|
-
"insightAlert.config.pause.success": "成功。警报已暂停。",
|
|
678
|
-
"insightAlert.config.update.success": "成功。警报已更新。",
|
|
679
|
-
"insightAlert.config.add.success": "成功。警报已添加。",
|
|
680
|
-
"insightAlert.config.delete.title": "删除警报?",
|
|
681
|
-
"insightAlert.config.delete.message": "警报<b>{title}</b> 将被永久删除,连同其所有通知。",
|
|
682
|
-
"insightAlert.noDestination.tooltip": "没有可用的目的地。<a>创建目的地</a>以设置警报。",
|
|
683
|
-
"insightAlert.maxAlertsReached": "您的组织已达到警报数量限制。请联系您的管理员以创建更多警报。",
|
|
684
|
-
"insightAlert.executionTimestampMode": "要创建或编辑警报,请将仪表板日期重置为今天。",
|
|
685
|
-
"insightAlert.config.loading.error": "无法加载必要信息。请稍后重试。",
|
|
686
|
-
"insightAlert.config.save.error": "无法保存警报。请稍后重试。",
|
|
687
|
-
"insightAlert.config.delete.error": "无法删除警报。请稍后重试。",
|
|
688
|
-
"insightAlert.config.invalid": "此警报配置不正确。请更新它或联系您的管理员。",
|
|
689
|
-
"insightAlert.config.invalidWidget": "错误:无法发送警报 - 源窗口小部件已被删除。请删除警报或联系您的管理员。",
|
|
690
|
-
"insightAlert.config.missingThreshold": "错误:必填字段 — 输入阈值以继续。",
|
|
691
|
-
"insightAlert.config.selectMetric": "选择一个指标",
|
|
692
|
-
"insightAlert.config.selectAttribute": "全部",
|
|
693
|
-
"insightAlert.config.accessbility.input": "条件值",
|
|
694
|
-
"alert.accessibility.destination.label": "选择如何发送警报",
|
|
695
|
-
"granularity.this_keyword": "这个",
|
|
696
|
-
"granularity.year": "year(年)",
|
|
697
|
-
"granularity.week": "week(周)",
|
|
698
|
-
"granularity.quarter": "quarter(季度)",
|
|
699
|
-
"granularity.month": "month(月)",
|
|
700
|
-
"granularity.date": "day(天)",
|
|
701
|
-
"granularity.hour": "hour(小时)",
|
|
702
|
-
"granularity.minute": "minute(分钟)",
|
|
703
|
-
"widget.options.menu.export": "导出为",
|
|
704
|
-
"menu.close": "关闭菜单",
|
|
705
|
-
"controlButtons.asTable": "以表格形式显示",
|
|
706
|
-
"controlButtons.asOriginal": "显示原始可视化",
|
|
707
|
-
"controlButtons.announcement.switchedToTable": "可视化已切换至表格视图",
|
|
708
|
-
"controlButtons.announcement.switchedToOriginal": "可视化切换回原始视图",
|
|
709
|
-
"automationFilters.announcement.filterAdded": "筛选 {title} 额外。",
|
|
710
|
-
"automationFilters.announcement.filterRemoved": "筛选 {title} 已删除。",
|
|
711
|
-
"automationFilters.announcement.filterChanged": "筛选 {title} 變更。",
|
|
712
|
-
"dashboard.crossFilter.success": "成功: {count, plural, one {# 筛选} other {# 过滤器}} 从图表中应用。",
|
|
713
|
-
"kdaDialog.dialog.filters.title": "筛选器",
|
|
714
|
-
"kdaDialog.dialog.filters.noFilters": "没有筛选器",
|
|
715
|
-
"kdaDialog.dialog.filters.add.tooltip": "添加筛选器",
|
|
716
|
-
"kdaDialog.dialog.filters.search": "搜索",
|
|
717
|
-
"kdaDialog.dialog.title": "关键驱动因素分析 {metric}",
|
|
718
|
-
"kdaDialog.dialog.closeLabel": "关闭",
|
|
719
|
-
"kdaDialog.dialog.bars.metric.title": "指标",
|
|
720
|
-
"kdaDialog.dialog.bars.filters.title": "筛选器",
|
|
721
|
-
"kdaDialog.dialog.bars.date.title": "日期范围: {title}",
|
|
722
|
-
"kdaDialog.dialog.bars.date.splitter": "对比",
|
|
723
|
-
"kdaDialog.dialog.keyDrives.title": "关键驱动因素",
|
|
724
|
-
"kdaDialog.dialog.keyDrives.tooltip": "按影响排序的关键驱动因素列表",
|
|
725
|
-
"kdaDialog.dialog.keyDrives.button.trendUp": "增加({count} )",
|
|
726
|
-
"kdaDialog.dialog.keyDrives.button.trendDown": "减少({count} )",
|
|
727
|
-
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析总结",
|
|
728
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "已测试 {combinations} 变体 <button>{attributes} 属性</button>",
|
|
729
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.attributes": "属性",
|
|
730
|
-
"kdaDialog.dialog.keyDrives.overview.diff.title": "差异",
|
|
731
|
-
"kdaDialog.dialog.keyDrives.overview.detail.tip": "点击列查看给定的关键驱动因素 {category}",
|
|
732
|
-
"kdaDialog.dialog.keyDrives.overview.detail.title": "改变 {title} 经过 {category}",
|
|
733
|
-
"kdaDialog.dialog.keyDrives.overview.detail.table.attribute": "属性",
|
|
734
|
-
"kdaDialog.dialog.keyDrives.overview.detail.table.driver": "最重要的驱动因素",
|
|
735
|
-
"kdaDialog.dialog.keyDrives.overview.detail.table.drivers": "司机人数",
|
|
736
|
-
"kdaDialog.dialog.bars.attribute.deleteLabel": "删除属性过滤器",
|
|
737
|
-
"kdaDialog.dialog.bars.date.period.title": "期间比较",
|
|
738
|
-
"kdaDialog.dialog.bars.date.period.samePeriodPreviousYear": "上年同期",
|
|
739
|
-
"kdaDialog.dialog.bars.date.period.previousPeriod": "上一时间段",
|
|
740
|
-
"kdaDialog.dialog.keyDrives.empty_up": "没有增加司机",
|
|
741
|
-
"kdaDialog.dialog.keyDrives.empty_down": "没有减少的驱动因素",
|
|
742
|
-
"kdaDialog.dialog.keyDrives.empty": "没有关键驱动因素",
|
|
743
|
-
"kdaDialog.dialog.keyDriver.chart.std": "变化重要性阈值",
|
|
744
|
-
"menu.back": "返回父菜单",
|
|
745
|
-
"drill.kda.from": "从",
|
|
746
|
-
"drill.kda.in": "在",
|
|
747
|
-
"drill.kda.drop": "降低 {where} {title}",
|
|
748
|
-
"drill.kda.increase": "增加 {where} {title}",
|
|
749
|
-
"drill.kda.no_change": "陈旧的 {where} {title}",
|
|
750
|
-
"drill.kda.year_to_year": "同比变化",
|
|
751
|
-
"dashboard.tabs.default.label": "无标题标签页",
|
|
752
|
-
"dashboard.tabs.move.left": "向左移动",
|
|
753
|
-
"dashboard.tabs.move.right": "向右移动",
|
|
754
|
-
"dashboard.tabs.delete.disabled-tooltip": "您无法删除最后一个标签页。当只剩下一个标签页时,在查看模式下将不显示标签页导航。",
|
|
755
|
-
"dashboard.tabs.add-button-tooltip": "添加新标签页",
|
|
756
|
-
"dashboard.tabs.rename": "重命名",
|
|
757
|
-
"dashboard.tabs.accessibility.label": "仪表盘标签",
|
|
758
|
-
"dashboard.tabs.accessibility.add-button-label": "添加新标签页"
|
|
759
|
-
}
|