@atlaskit/smart-card 27.5.0 → 27.5.2
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/CHANGELOG.md +19 -0
- package/analytics.spec.yaml +6 -0
- package/dist/cjs/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/cjs/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/cjs/i18n/cs.js +19 -2
- package/dist/cjs/i18n/da.js +17 -2
- package/dist/cjs/i18n/de.js +14 -2
- package/dist/cjs/i18n/en.js +9 -1
- package/dist/cjs/i18n/en_GB.js +9 -1
- package/dist/cjs/i18n/en_ZZ.js +9 -1
- package/dist/cjs/i18n/es.js +14 -2
- package/dist/cjs/i18n/fi.js +17 -2
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +17 -2
- package/dist/cjs/i18n/it.js +17 -2
- package/dist/cjs/i18n/ja.js +17 -2
- package/dist/cjs/i18n/ko.js +17 -2
- package/dist/cjs/i18n/nb.js +19 -2
- package/dist/cjs/i18n/nl.js +17 -2
- package/dist/cjs/i18n/pl.js +17 -2
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +19 -2
- package/dist/cjs/i18n/sv.js +17 -2
- package/dist/cjs/i18n/th.js +17 -2
- package/dist/cjs/i18n/tr.js +17 -2
- package/dist/cjs/i18n/uk.js +6 -0
- package/dist/cjs/i18n/vi.js +17 -2
- package/dist/cjs/i18n/zh.js +17 -2
- package/dist/cjs/i18n/zh_TW.js +6 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +5 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +13 -6
- package/dist/es2019/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/es2019/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/es2019/i18n/cs.js +19 -2
- package/dist/es2019/i18n/da.js +17 -2
- package/dist/es2019/i18n/de.js +14 -2
- package/dist/es2019/i18n/en.js +9 -1
- package/dist/es2019/i18n/en_GB.js +9 -1
- package/dist/es2019/i18n/en_ZZ.js +9 -1
- package/dist/es2019/i18n/es.js +14 -2
- package/dist/es2019/i18n/fi.js +17 -2
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +17 -2
- package/dist/es2019/i18n/it.js +17 -2
- package/dist/es2019/i18n/ja.js +17 -2
- package/dist/es2019/i18n/ko.js +17 -2
- package/dist/es2019/i18n/nb.js +19 -2
- package/dist/es2019/i18n/nl.js +17 -2
- package/dist/es2019/i18n/pl.js +17 -2
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +19 -2
- package/dist/es2019/i18n/sv.js +17 -2
- package/dist/es2019/i18n/th.js +17 -2
- package/dist/es2019/i18n/tr.js +17 -2
- package/dist/es2019/i18n/uk.js +6 -0
- package/dist/es2019/i18n/vi.js +17 -2
- package/dist/es2019/i18n/zh.js +17 -2
- package/dist/es2019/i18n/zh_TW.js +6 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +6 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +8 -1
- package/dist/esm/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/esm/i18n/cs.js +19 -2
- package/dist/esm/i18n/da.js +17 -2
- package/dist/esm/i18n/de.js +14 -2
- package/dist/esm/i18n/en.js +9 -1
- package/dist/esm/i18n/en_GB.js +9 -1
- package/dist/esm/i18n/en_ZZ.js +9 -1
- package/dist/esm/i18n/es.js +14 -2
- package/dist/esm/i18n/fi.js +17 -2
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +17 -2
- package/dist/esm/i18n/it.js +17 -2
- package/dist/esm/i18n/ja.js +17 -2
- package/dist/esm/i18n/ko.js +17 -2
- package/dist/esm/i18n/nb.js +19 -2
- package/dist/esm/i18n/nl.js +17 -2
- package/dist/esm/i18n/pl.js +17 -2
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +19 -2
- package/dist/esm/i18n/sv.js +17 -2
- package/dist/esm/i18n/th.js +17 -2
- package/dist/esm/i18n/tr.js +17 -2
- package/dist/esm/i18n/uk.js +6 -0
- package/dist/esm/i18n/vi.js +17 -2
- package/dist/esm/i18n/zh.js +17 -2
- package/dist/esm/i18n/zh_TW.js +6 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +5 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +8 -1
- package/dist/types/common/analytics/generated/analytics.types.d.ts +5 -4
- package/dist/types/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +15 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/en_ZZ.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +15 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +15 -0
- package/dist/types/i18n/it.d.ts +15 -0
- package/dist/types/i18n/ja.d.ts +15 -0
- package/dist/types/i18n/ko.d.ts +15 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +15 -0
- package/dist/types/i18n/pl.d.ts +15 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +15 -0
- package/dist/types/i18n/th.d.ts +15 -0
- package/dist/types/i18n/tr.d.ts +15 -0
- package/dist/types/i18n/uk.d.ts +6 -0
- package/dist/types/i18n/vi.d.ts +15 -0
- package/dist/types/i18n/zh.d.ts +15 -0
- package/dist/types/i18n/zh_TW.d.ts +6 -0
- package/dist/types/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/types.d.ts +1 -1
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +5 -4
- package/dist/types-ts4.5/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +15 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +15 -0
- package/dist/types-ts4.5/i18n/it.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +15 -0
- package/dist/types-ts4.5/i18n/th.d.ts +15 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +15 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +6 -0
- package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': '空白自动化列表图标',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': '了解有关手动触发器的更多信息',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': '使用手动触发器填充选项菜单,以便任何人或您指定的人员将其作为一键自动化规则。',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': '管理员尚未配置任何手动触发的自动化规则。',
|
|
14
|
+
'automation-menu.modal.error.description': '加载时间过长。请尝试刷新页面。',
|
|
15
|
+
'automation-menu.modal.error.image.alt': '错误图标',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': '自动化',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': '取消',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': '创建自动化规则',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': '确定',
|
|
20
|
+
'automation-menu.modal.header.icon.label': '“自动化模式标题”图标',
|
|
10
21
|
'fabric.linking.access_exists_description': '要从 {hostname} 查看此内容,请申请访问权限。',
|
|
11
22
|
'fabric.linking.actions': '操作',
|
|
12
23
|
'fabric.linking.add_account': '添加帐户',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'fabric.linking.automation-action.confluence.page.modal.description': '对 <b>{name}</b> 应用自动化。{br}可用选项由 Confluence 与空间管理员进行控制。',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': '页面自动化',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': '自动化图标',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': '查看自动化规则...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': '选择要运行的自动化规则',
|
|
31
42
|
'fabric.linking.beta': '测试版',
|
|
32
43
|
'fabric.linking.cancel': '取消',
|
|
33
44
|
'fabric.linking.cannot_connect': '无法连接,请重试',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': '未定义',
|
|
112
123
|
'fabric.linking.read_time': '阅读预计用时:{context} 分钟',
|
|
113
124
|
'fabric.linking.related': '相关',
|
|
125
|
+
'fabric.linking.related_links_found_in': '发现位置:',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': '包含以下链接:',
|
|
127
|
+
'fabric.linking.related_links_modal_title': '最近的链接',
|
|
128
|
+
'fabric.linking.related_links_not_found': '未找到可在此处显示的任何链接。',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': '此链接在其他任何地方均未提及。',
|
|
115
130
|
'fabric.linking.request_access': '请求访问',
|
|
116
131
|
'fabric.linking.request_access_description': '您的团队使用 {product} 进行协作。请向您的管理员发送访问请求。',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': '建立自動化',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': '確定',
|
|
20
20
|
'automation-menu.modal.header.icon.label': '自動化強制回應標頭圖示',
|
|
21
|
+
'automation-menu.success-state.message': '您的自動化正在進行中',
|
|
21
22
|
'fabric.linking.access_exists_description': '要求存取權以檢視 {hostname} 的這項內容。',
|
|
22
23
|
'fabric.linking.actions': '動作',
|
|
23
24
|
'fabric.linking.add_account': '新增帳戶',
|
|
@@ -122,6 +123,11 @@ export default {
|
|
|
122
123
|
'fabric.linking.priority_undefined': '未定義',
|
|
123
124
|
'fabric.linking.read_time': '{context} 分鐘閱讀時間',
|
|
124
125
|
'fabric.linking.related': '相關',
|
|
126
|
+
'fabric.linking.related_links_found_in': '找到的位置:',
|
|
127
|
+
'fabric.linking.related_links_includes_links_to': '將連結納入',
|
|
128
|
+
'fabric.linking.related_links_modal_title': '最近的連結',
|
|
129
|
+
'fabric.linking.related_links_not_found': '我們沒有找到任何可在這裡顯示的連結。',
|
|
130
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': '檢視最近的連結...',
|
|
125
131
|
'fabric.linking.related_work_items_not_found': '這個連結並未在其他任何位置提及。',
|
|
126
132
|
'fabric.linking.request_access': '要求存取權',
|
|
127
133
|
'fabric.linking.request_access_description': '您的團隊使用 {product} 來協作。向您的管理員傳送存取要求。',
|
|
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
15
15
|
export var context = {
|
|
16
16
|
componentName: 'smart-cards',
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "27.5.
|
|
18
|
+
packageVersion: "27.5.2"
|
|
19
19
|
};
|
|
20
20
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
21
21
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -5,6 +5,7 @@ import AutomationManualTriggersGlyph from './manaul-triggers-icon';
|
|
|
5
5
|
import Action from '../action';
|
|
6
6
|
import { useFlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
7
7
|
import { useSmartLinkModal } from '../../../../../state/modal';
|
|
8
|
+
import { useAnalyticsEvents } from '../../../../../common/analytics/generated/use-analytics-events';
|
|
8
9
|
import { ActionName } from '../../../../../constants';
|
|
9
10
|
import { messages } from '../../../../../messages';
|
|
10
11
|
import { getModalContent } from './utils';
|
|
@@ -18,6 +19,8 @@ var AutomationAction = function AutomationAction(props) {
|
|
|
18
19
|
var modal = useSmartLinkModal();
|
|
19
20
|
var onClickCallback = props.onClick;
|
|
20
21
|
var context = useFlexibleUiContext();
|
|
22
|
+
var _useAnalyticsEvents = useAnalyticsEvents(),
|
|
23
|
+
fireEvent = _useAnalyticsEvents.fireEvent;
|
|
21
24
|
var automationActionData = context === null || context === void 0 || (_context$actions = context.actions) === null || _context$actions === void 0 ? void 0 : _context$actions[ActionName.AutomationAction];
|
|
22
25
|
var automationActionOnClick = useCallback(function (automationActionData) {
|
|
23
26
|
var product = automationActionData.product,
|
|
@@ -28,6 +31,7 @@ var AutomationAction = function AutomationAction(props) {
|
|
|
28
31
|
canManageAutomation = automationActionData.canManageAutomation,
|
|
29
32
|
analyticsSource = automationActionData.analyticsSource,
|
|
30
33
|
objectName = automationActionData.objectName;
|
|
34
|
+
fireEvent('ui.button.clicked.automationAction', {});
|
|
31
35
|
var _ref = getModalContent(product, resourceType) || {},
|
|
32
36
|
modalTitle = _ref.modalTitle,
|
|
33
37
|
modalDescription = _ref.modalDescription;
|
|
@@ -54,7 +58,7 @@ var AutomationAction = function AutomationAction(props) {
|
|
|
54
58
|
}
|
|
55
59
|
}));
|
|
56
60
|
onClickCallback === null || onClickCallback === void 0 || onClickCallback();
|
|
57
|
-
}, [modal, onClickCallback]);
|
|
61
|
+
}, [modal, onClickCallback, fireEvent]);
|
|
58
62
|
if (!automationActionData) {
|
|
59
63
|
return null;
|
|
60
64
|
}
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "27.5.
|
|
13
|
+
packageVersion: "27.5.2",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
|
|
3
|
+
import { useCallback } from 'react';
|
|
3
4
|
import { jsx } from '@emotion/react';
|
|
4
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
6
|
import Button from '@atlaskit/button/new';
|
|
@@ -15,9 +16,15 @@ var RelatedLinksBaseModal = function RelatedLinksBaseModal(_ref) {
|
|
|
15
16
|
var onClose = _ref.onClose,
|
|
16
17
|
showModal = _ref.showModal,
|
|
17
18
|
children = _ref.children;
|
|
19
|
+
var openCompleteHandler = useCallback(function (el) {
|
|
20
|
+
el.focus();
|
|
21
|
+
}, []);
|
|
18
22
|
return jsx(ModalTransition, null, showModal && jsx(Modal, {
|
|
23
|
+
testId: "related-links-modal",
|
|
19
24
|
onClose: onClose,
|
|
20
|
-
width: fixedWidth
|
|
25
|
+
width: fixedWidth,
|
|
26
|
+
autoFocus: false,
|
|
27
|
+
onOpenComplete: openCompleteHandler
|
|
21
28
|
}, jsx(ModalHeader, null, jsx(ModalTitle, null, jsx(FormattedMessage, messages.related_links_modal_title))), jsx(ModalBody, null, jsx(Box, {
|
|
22
29
|
xcss: boxStyles
|
|
23
30
|
}, children)), jsx(ModalFooter, null, jsx(Button, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c3c6503e4183ef772d7576a979b729b7>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -33,9 +33,6 @@ export type ErrorViewedAiSummaryAttributesType = {};
|
|
|
33
33
|
export type SummarySuccessAttributesType = {};
|
|
34
34
|
export type SummaryFailedAttributesType = {
|
|
35
35
|
reason: string | null;
|
|
36
|
-
/**
|
|
37
|
-
* True if the error should be counted towards the SLO.
|
|
38
|
-
*/
|
|
39
36
|
isSloError: boolean;
|
|
40
37
|
};
|
|
41
38
|
export type AiInteractionInitiatedAttributesType = {
|
|
@@ -43,6 +40,7 @@ export type AiInteractionInitiatedAttributesType = {
|
|
|
43
40
|
proactiveAIGenerated: number;
|
|
44
41
|
userGeneratedAI: number;
|
|
45
42
|
};
|
|
43
|
+
export type ButtonClickedAutomationActionAttributesType = {};
|
|
46
44
|
export type AnalyticsEventAttributes = {
|
|
47
45
|
/**
|
|
48
46
|
* fired when an ai summary is clicked */
|
|
@@ -65,5 +63,8 @@ export type AnalyticsEventAttributes = {
|
|
|
65
63
|
/**
|
|
66
64
|
* fired when an explicit request is made to use an AI-powered feature */
|
|
67
65
|
'track.aiInteraction.initiated': AiInteractionInitiatedAttributesType;
|
|
66
|
+
/**
|
|
67
|
+
* fired when the automation action button is clicked */
|
|
68
|
+
'ui.button.clicked.automationAction': ButtonClickedAutomationActionAttributesType;
|
|
68
69
|
};
|
|
69
70
|
export type EventKey = keyof AnalyticsEventAttributes;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* @codegen <<SignedSource::0d08fdca953a1eb1130683499e509165>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
8
8
|
*/
|
|
9
|
-
import {
|
|
9
|
+
import type { AnalyticsEventAttributes, EventKey } from './analytics.types';
|
|
10
10
|
type OptionalIfUndefined<T> = undefined extends T ? [param?: T] : [param: T];
|
|
11
11
|
export type EventPayloadAttributes<K extends EventKey> = OptionalIfUndefined<AnalyticsEventAttributes[K]>;
|
|
12
12
|
type EventTypes = 'ui' | 'track' | 'operational' | 'screen';
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
8
20
|
'fabric.linking.access_exists_description': string;
|
|
9
21
|
'fabric.linking.actions': string;
|
|
10
22
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +121,11 @@ declare const _default: {
|
|
|
109
121
|
'fabric.linking.priority_undefined': string;
|
|
110
122
|
'fabric.linking.read_time': string;
|
|
111
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
112
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
130
|
'fabric.linking.request_access': string;
|
|
114
131
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -5,9 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
8
13
|
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
9
15
|
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
10
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
11
19
|
'fabric.linking.access_exists_description': string;
|
|
12
20
|
'fabric.linking.actions': string;
|
|
13
21
|
'fabric.linking.add_account': string;
|
|
@@ -112,6 +120,10 @@ declare const _default: {
|
|
|
112
120
|
'fabric.linking.priority_undefined': string;
|
|
113
121
|
'fabric.linking.read_time': string;
|
|
114
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
115
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
116
128
|
'fabric.linking.request_access': string;
|
|
117
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -5,9 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
8
13
|
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
9
15
|
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
10
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
11
19
|
'fabric.linking.access_exists_description': string;
|
|
12
20
|
'fabric.linking.actions': string;
|
|
13
21
|
'fabric.linking.add_account': string;
|
|
@@ -112,6 +120,10 @@ declare const _default: {
|
|
|
112
120
|
'fabric.linking.priority_undefined': string;
|
|
113
121
|
'fabric.linking.read_time': string;
|
|
114
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
115
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
116
128
|
'fabric.linking.request_access': string;
|
|
117
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,6 +121,11 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
123
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
124
130
|
'fabric.linking.request_access': string;
|
|
125
131
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
8
20
|
'fabric.linking.access_exists_description': string;
|
|
9
21
|
'fabric.linking.actions': string;
|
|
10
22
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +121,11 @@ declare const _default: {
|
|
|
109
121
|
'fabric.linking.priority_undefined': string;
|
|
110
122
|
'fabric.linking.read_time': string;
|
|
111
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
112
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
130
|
'fabric.linking.request_access': string;
|
|
114
131
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|