@atlaskit/smart-card 27.5.1 → 27.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/CONTRIBUTING.md +1 -1
- package/dist/cjs/extractors/common/icon/extractIcon.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/messages.js +2 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/components/styled.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/utils.js +1 -1
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +1 -1
- package/dist/cjs/view/HoverCard/styled.js +2 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/es2019/extractors/common/icon/extractIcon.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/messages.js +2 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/components/styled.js +22 -22
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +16 -16
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +13 -13
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +13 -13
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +9 -9
- package/dist/es2019/view/FlexibleCard/components/container/index.js +15 -15
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +9 -9
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +8 -8
- package/dist/es2019/view/FlexibleCard/components/utils.js +9 -9
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +21 -21
- package/dist/es2019/view/HoverCard/styled.js +23 -23
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/index.js +1 -1
- package/dist/esm/extractors/common/icon/extractIcon.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/messages.js +2 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/components/styled.js +2 -2
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +5 -5
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/utils/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/utils.js +1 -1
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +1 -1
- package/dist/esm/view/HoverCard/styled.js +2 -2
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/unavailable/index.js +1 -1
- package/dist/types/extractors/flexible/actions/extract-automation-action.d.ts +2 -2
- 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/index.d.ts +2 -2
- package/dist/types/state/analytics/useSmartLinkAnalytics.d.ts +1 -1
- package/dist/types/state/hooks/use-invoke-client-action/index.d.ts +1 -1
- package/dist/types/state/hooks/useSmartLink.d.ts +1 -1
- package/dist/types/state/hooks-external/useSmartLinkReload.d.ts +1 -1
- package/dist/types/state/index.d.ts +1 -1
- package/dist/types/state/modal/index.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/utils/mocks.d.ts +1 -1
- package/dist/types/view/BlockCard/components/Action.d.ts +1 -1
- package/dist/types/view/BlockCard/components/ContentFooter.d.ts +1 -1
- package/dist/types/view/BlockCard/components/ContentHeader.d.ts +1 -1
- package/dist/types/view/BlockCard/components/Name.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +1 -1
- package/dist/types-ts4.5/extractors/flexible/actions/extract-automation-action.d.ts +2 -2
- 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/index.d.ts +2 -2
- package/dist/types-ts4.5/state/analytics/useSmartLinkAnalytics.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/use-invoke-client-action/index.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkReload.d.ts +1 -1
- package/dist/types-ts4.5/state/index.d.ts +1 -1
- package/dist/types-ts4.5/state/modal/index.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/dist/types-ts4.5/utils/mocks.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/Action.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/ContentFooter.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/ContentHeader.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/components/Name.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +1 -1
- package/package.json +7 -7
- package/report.api.md +775 -806
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Polish (Poland)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Ikona pustej listy automatyzacji',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Dowiedz się więcej o ręcznym wyzwalaniu',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Użyj ręcznego wyzwalania, aby wypełnić menu opcji do wyboru, które każdy — albo wskazane przez Ciebie osoby — może zastosować jako automatyzację jednym kliknięciem.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Administratorzy nie skonfigurowali jeszcze żadnych ręcznie wyzwalanych automatyzacji.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Ładowanie trwa za długo. Spróbuj odświeżyć stronę.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Ikona błędu',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatyzuj',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Anuluj',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Utwórz automatyzację',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Ikona nagłówka okna modalnego automatyzacji',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Poproś o dostęp, aby wyświetlić tę treść z witryny {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Akcje',
|
|
12
23
|
'fabric.linking.add_account': 'Dodaj konto',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Zastosuj automatyzacje do <b>{name}</b>.{br}Opcje dostępne do wyboru są kontrolowane przez administratorów Confluence i przestrzeni.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatyzacje stron',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Ikona automatyzacji',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Wyświetl reguły automatyzacji…',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Wybierz regułę automatyzacja do uruchomienia',
|
|
31
42
|
'fabric.linking.beta': 'Wersja beta',
|
|
32
43
|
'fabric.linking.cancel': 'Anuluj',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
112
123
|
'fabric.linking.read_time': '{context} min czytania',
|
|
113
124
|
'fabric.linking.related': 'Powiązane',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Znaleziono w',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Obejmuje łącza do',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Ostatnio używane łącza',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Nie znaleziono żadnych łączy do wyświetlenia tutaj.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'To łącze nie jest wspomniane nigdzie indziej.',
|
|
115
130
|
'fabric.linking.request_access': 'Poproś o dostęp',
|
|
116
131
|
'fabric.linking.request_access_description': 'Twój zespół używa {product} do współpracy. Poproś administratora o dostęp.',
|
|
@@ -122,6 +122,10 @@ export default {
|
|
|
122
122
|
'fabric.linking.priority_undefined': 'Indefinida',
|
|
123
123
|
'fabric.linking.read_time': '{context} minutos de leitura',
|
|
124
124
|
'fabric.linking.related': 'Relacionado',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Encontrado em',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Inclui links para',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Links recentes',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'A gente não encontrou nenhum link para mostrar aqui.',
|
|
125
129
|
'fabric.linking.related_work_items_not_found': 'Este link não está mencionado em nenhum outro lugar.',
|
|
126
130
|
'fabric.linking.request_access': 'Solicitar acesso',
|
|
127
131
|
'fabric.linking.request_access_description': 'A equipe já usa o {product} para colaborar. Envie ao administrador uma solicitação de acesso.',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -7,6 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Russian
|
|
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': 'Значок в заголовке окна автоматизации',
|
|
21
|
+
'automation-menu.success-state.message': 'Автоматизация выполняется',
|
|
10
22
|
'fabric.linking.access_exists_description': 'Запросите доступ для просмотра контента на сайте {hostname}.',
|
|
11
23
|
'fabric.linking.actions': 'Действия',
|
|
12
24
|
'fabric.linking.add_account': 'Добавить аккаунт',
|
|
@@ -26,8 +38,8 @@ export default {
|
|
|
26
38
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Примените автоматизацию к странице <b>{name}</b>.{br}Доступные варианты контролируются администраторами Confluence и администраторами раздела.',
|
|
27
39
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Автоматизации для страниц',
|
|
28
40
|
'fabric.linking.automation-action.icon.label': 'Значок автоматизации',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
41
|
+
'fabric.linking.automation-action.title': 'Просмотреть правила автоматизации…',
|
|
42
|
+
'fabric.linking.automation-action.tooltip': 'Выбрать правило автоматизации для запуска',
|
|
31
43
|
'fabric.linking.beta': 'Бета-версия',
|
|
32
44
|
'fabric.linking.cancel': 'Отмена',
|
|
33
45
|
'fabric.linking.cannot_connect': 'Не удается подключиться, повторите попытку',
|
|
@@ -111,6 +123,11 @@ export default {
|
|
|
111
123
|
'fabric.linking.priority_undefined': 'Не определен',
|
|
112
124
|
'fabric.linking.read_time': 'Время чтения: {context} мин.',
|
|
113
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': 'Просмотреть недавние ссылки…',
|
|
114
131
|
'fabric.linking.related_work_items_not_found': 'Эта ссылка больше нигде не упоминается.',
|
|
115
132
|
'fabric.linking.request_access': 'Запросить доступ',
|
|
116
133
|
'fabric.linking.request_access_description': 'Ваша команда использует {product} для совместной работы. Запросите у администратора доступ.',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Swedish
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Ikon för tom automatiseringslista',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Ta reda på mer om den manuella utlösaren',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Använd den manuella utlösaren för att fylla i en meny med val som vem som helst, eller personer som du anger, kan tillämpa som automatiseringar med ett klick.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Administratörer har inte konfigurerat några manuellt utlösta automatiseringar än.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Detta tar en stund att läsa in. Testa att uppdatera sidan.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Fel-ikon',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Automatisera',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Avbryt',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Skapa automatisering',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'Okej',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Rubriksymbol för automatiseringsmodal',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Begär åtkomst för att visa det här innehållet från {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Åtgärder',
|
|
12
23
|
'fabric.linking.add_account': 'Lägg till konto',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Tillämpa en automatisering för <b>{name}</b>.{br}Tillgängliga val styrs av Confluence- och utrymmesadministratörer.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sidautomatiseringar',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Automatiseringssymbol',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Visa automatiseringsregler ...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Välj en automatiseringsregel att köra',
|
|
31
42
|
'fabric.linking.beta': 'Beta',
|
|
32
43
|
'fabric.linking.cancel': 'Avbryt',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Det går inte att ansluta, försök igen',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Ej definierad',
|
|
112
123
|
'fabric.linking.read_time': '{context} minuters läsning',
|
|
113
124
|
'fabric.linking.related': 'Relaterat',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Hittades i',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Inkluderar länkar till',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Senaste länkar',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Vi hittade inga länkar att visa här.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'Länken nämns inte någon annanstans.',
|
|
115
130
|
'fabric.linking.request_access': 'Begär åtkomst',
|
|
116
131
|
'fabric.linking.request_access_description': 'Ditt team använder {product} för att samarbeta. Skicka en åtkomstförfrågan till din administratör.',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Thai (Thailand)
|
|
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/es2019/i18n/tr.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Boş otomasyon listesi simgesi',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Manuel tetikleyici hakkında daha fazla bilgi edinin',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Herkesin veya sizin belirlediğiniz kişilerin tek tıklamalı otomasyon olarak uygulayabileceği bir seçimler menüsünü doldurmak için manuel tetikleyiciyi kullanın.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Yöneticiler henüz manuel olarak tetiklenen otomasyonlar yapılandırmadı.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Bunun yüklenmesi biraz zaman alıyor. Sayfayı yenilemeyi deneyin.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Hata simgesi',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Otomatikleştir',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'İptal',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Otomasyon oluştur',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'Tamam',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Otomasyon kalıcı penceresi başlık simgesi',
|
|
10
21
|
'fabric.linking.access_exists_description': '{hostname} üzerindeki bu içeriği görüntülemek için erişim talep edin.',
|
|
11
22
|
'fabric.linking.actions': 'Eylemler',
|
|
12
23
|
'fabric.linking.add_account': 'Hesap ekle',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'fabric.linking.automation-action.confluence.page.modal.description': '<b>{name}</b> sayfasına bir otomasyon uygulayın.{br}Kullanılabilir seçimler Confluence ve alan yöneticileri tarafından kontrol edilir.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Sayfa otomasyonları',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Otomasyon simgesi',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Otomasyon kurallarını görüntüleyin...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Çalıştırılacak otomasyon kuralını seçin',
|
|
31
42
|
'fabric.linking.beta': 'Beta',
|
|
32
43
|
'fabric.linking.cancel': 'İptal',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Bağlanılamıyor, tekrar deneyin',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Tanımlanmamış',
|
|
112
123
|
'fabric.linking.read_time': '{context} dk. okuma süresi',
|
|
113
124
|
'fabric.linking.related': 'İlgili',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Bulunduğu Yer',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Şunlara Bağlantı İçerir',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'En Son Bağlantılar',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Burada gösterecek herhangi bir bağlantı bulunamadı.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'Bu bağlantıdan başka hiçbir yerde bahsedilmedi.',
|
|
115
130
|
'fabric.linking.request_access': 'Erişim talep edin',
|
|
116
131
|
'fabric.linking.request_access_description': 'Takımınız iş birliği yapmak için {product} kullanıyor. Yöneticinize bir erişim talebi gönderin.',
|
package/dist/es2019/i18n/uk.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} для співпраці. Надішліть адміністратору запит на доступ до продукту.',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
|
+
'automation-menu.empty-state.image.alt': 'Biểu tượng danh sách tự động hóa trống',
|
|
11
|
+
'automation-menu.empty-state.learn-more.link': 'Tìm hiểu thêm về công tắc thủ công',
|
|
12
|
+
'automation-menu.modal.empty.automations.admin.description': 'Dùng công tắc thủ công để điền menu các lựa chọn mà một người bất kỳ, hoặc người do bạn chỉ định, có thể áp dụng dưới dạng tự động hóa bằng một cú nhấp chuột.',
|
|
13
|
+
'automation-menu.modal.empty.automations.user.description': 'Quản trị viên chưa định cấu hình phần tự động hóa kích hoạt thủ công nào.',
|
|
14
|
+
'automation-menu.modal.error.description': 'Nội dung này có thể mất một lúc để tải. Hãy thử làm mới trang.',
|
|
15
|
+
'automation-menu.modal.error.image.alt': 'Biểu tượng lỗi',
|
|
16
|
+
'automation-menu.modal.footer.automate-button': 'Tự động hóa',
|
|
17
|
+
'automation-menu.modal.footer.cancel-button': 'Hủy',
|
|
18
|
+
'automation-menu.modal.footer.get-started-button': 'Tạo tự động hóa',
|
|
19
|
+
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
|
+
'automation-menu.modal.header.icon.label': 'Biểu tượng tiêu đề phương thức tự động hóa',
|
|
10
21
|
'fabric.linking.access_exists_description': 'Yêu cầu quyền truy cập để xem nội dung này từ {hostname}.',
|
|
11
22
|
'fabric.linking.actions': 'Hành động',
|
|
12
23
|
'fabric.linking.add_account': 'Thêm tài khoản',
|
|
@@ -26,8 +37,8 @@ export default {
|
|
|
26
37
|
'fabric.linking.automation-action.confluence.page.modal.description': 'Áp dụng một phương thức tự động hóa cho <b>{name}</b>.{br}Các lựa chọn có sẵn được kiểm soát bởi Confluence và quản lý không gian.',
|
|
27
38
|
'fabric.linking.automation-action.confluence.page.modal.title': 'Tự động hóa đối với trang',
|
|
28
39
|
'fabric.linking.automation-action.icon.label': 'Biểu tượng tự động hóa',
|
|
29
|
-
'fabric.linking.automation-action.title': '
|
|
30
|
-
'fabric.linking.automation-action.tooltip': '
|
|
40
|
+
'fabric.linking.automation-action.title': 'Xem quy tắc tự động hóa...',
|
|
41
|
+
'fabric.linking.automation-action.tooltip': 'Chọn quy tắc tự động hóa để chạy',
|
|
31
42
|
'fabric.linking.beta': 'Beta',
|
|
32
43
|
'fabric.linking.cancel': 'Hủy',
|
|
33
44
|
'fabric.linking.cannot_connect': 'Không thể kết nối, hãy thử lại',
|
|
@@ -111,6 +122,10 @@ export default {
|
|
|
111
122
|
'fabric.linking.priority_undefined': 'Chưa xác định',
|
|
112
123
|
'fabric.linking.read_time': '{context} phút đọc',
|
|
113
124
|
'fabric.linking.related': 'Có liên quan',
|
|
125
|
+
'fabric.linking.related_links_found_in': 'Tìm thấy trong',
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': 'Bao gồm liên kết trong',
|
|
127
|
+
'fabric.linking.related_links_modal_title': 'Liên kết gần đây',
|
|
128
|
+
'fabric.linking.related_links_not_found': 'Chúng tôi không tìm được liên kết nào để hiển thị ở đây.',
|
|
114
129
|
'fabric.linking.related_work_items_not_found': 'Liên kết này chưa được nhắc đến ở bất cứ đâu.',
|
|
115
130
|
'fabric.linking.request_access': 'Yêu cầu cấp quyền truy cập',
|
|
116
131
|
'fabric.linking.request_access_description': 'Nhóm của bạn sử dụng {product} để cộng tác. Hãy gửi yêu cầu cho quản trị viên của bạn để được cấp quyền truy cập.',
|
package/dist/es2019/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} 进行协作。请向您的管理员发送访问请求。',
|
|
@@ -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} 來協作。向您的管理員傳送存取要求。',
|
package/dist/es2019/messages.js
CHANGED
|
@@ -717,7 +717,7 @@ export const messages = defineMessages({
|
|
|
717
717
|
},
|
|
718
718
|
related_links_not_found: {
|
|
719
719
|
id: 'fabric.linking.related_links_not_found',
|
|
720
|
-
defaultMessage:
|
|
720
|
+
defaultMessage: "We didn't find any links to show here.",
|
|
721
721
|
description: 'Informs the user that there are no related resources for the given url'
|
|
722
722
|
},
|
|
723
723
|
related_links_includes_links_to: {
|
|
@@ -742,7 +742,7 @@ export const messages = defineMessages({
|
|
|
742
742
|
},
|
|
743
743
|
related_links_modal_unavailable_message: {
|
|
744
744
|
id: 'fabric.linking.related_links_modal_unavailable_message',
|
|
745
|
-
defaultMessage:
|
|
745
|
+
defaultMessage: "We didn't find any links to show here. We continuously review and add recent links for updated pages or other content types.",
|
|
746
746
|
description: 'Informs the user that related links were not found but may be available in the future'
|
|
747
747
|
}
|
|
748
748
|
});
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "27.5.
|
|
7
|
+
packageVersion: "27.5.3"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -138,9 +138,9 @@ function visible({
|
|
|
138
138
|
|
|
139
139
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
140
140
|
export const LinkWrapper = styled.div`
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
141
|
+
${props => wrapperStyles(props)} &:hover {
|
|
142
|
+
text-decoration: none;
|
|
143
|
+
}
|
|
144
144
|
`;
|
|
145
145
|
|
|
146
146
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
@@ -212,26 +212,26 @@ export const TooltipWrapper = styled.div({
|
|
|
212
212
|
// manage scrolling behaviour.
|
|
213
213
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
214
214
|
export const Content = styled.div`
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
215
|
+
${contentBorderRadius};
|
|
216
|
+
border: 1px solid ${`var(--ds-border, ${N40})`};
|
|
217
|
+
background-color: ${"var(--ds-surface-raised, white)"};
|
|
218
|
+
position: absolute;
|
|
219
|
+
z-index: 1;
|
|
220
|
+
width: 100%;
|
|
221
|
+
transition: box-shadow 0.3s;
|
|
222
222
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
223
|
+
> .calc-height > div > div {
|
|
224
|
+
left: unset !important;
|
|
225
|
+
width: unset !important;
|
|
226
|
+
height: unset !important;
|
|
227
|
+
position: initial !important;
|
|
228
|
+
padding-bottom: unset !important;
|
|
229
|
+
}
|
|
230
|
+
> .embed-preview > div {
|
|
231
|
+
margin: 0 auto;
|
|
232
|
+
}
|
|
233
233
|
|
|
234
|
-
|
|
234
|
+
${({
|
|
235
235
|
allowScrollBar,
|
|
236
236
|
removeOverflow
|
|
237
237
|
}) => {
|
|
@@ -241,7 +241,7 @@ export const Content = styled.div`
|
|
|
241
241
|
return allowScrollBar ? 'overflow: auto;' : 'overflow: hidden;';
|
|
242
242
|
}}
|
|
243
243
|
|
|
244
|
-
|
|
244
|
+
${({
|
|
245
245
|
frameStyle
|
|
246
246
|
}) => frameStyle === 'show' ? `
|
|
247
247
|
width: calc(100% - ${"var(--ds-space-200, 16px)"} - 2px);
|
|
@@ -7,7 +7,7 @@ export const extractCloudIdAndProductFromSite = site => {
|
|
|
7
7
|
let cloudId;
|
|
8
8
|
let resourceOwner;
|
|
9
9
|
let resourceType;
|
|
10
|
-
const ariRegex = new RegExp(
|
|
10
|
+
const ariRegex = new RegExp('^ari:cloud:([a-zA-Z.\\-]+)::([a-zA-Z.\\-]+)/([a-zA-Z0-9\\-]+)');
|
|
11
11
|
const parsedAri = site.match(ariRegex);
|
|
12
12
|
if (parsedAri) {
|
|
13
13
|
resourceOwner = parsedAri[1];
|
|
@@ -28,15 +28,15 @@ const i18n = defineMessages({
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
const emptyStateStyles = xcss({
|
|
31
|
-
paddingLeft:
|
|
32
|
-
paddingRight:
|
|
33
|
-
marginTop:
|
|
31
|
+
paddingLeft: 'space.300',
|
|
32
|
+
paddingRight: 'space.300',
|
|
33
|
+
marginTop: 'space.500'
|
|
34
34
|
});
|
|
35
35
|
const imageStyles = xcss({
|
|
36
36
|
marginTop: 'space.050',
|
|
37
37
|
marginBottom: 'space.300',
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
38
|
+
width: '160px',
|
|
39
|
+
height: '156px'
|
|
40
40
|
});
|
|
41
41
|
const descriptionStyles = xcss({
|
|
42
42
|
width: '360px',
|
|
@@ -2,8 +2,8 @@ import { messages } from '../../../../../../messages';
|
|
|
2
2
|
export const getModalContent = (product, resourceType) => {
|
|
3
3
|
var _modalContentMap$prod;
|
|
4
4
|
const modalContentMap = {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
confluence: {
|
|
6
|
+
page: {
|
|
7
7
|
modalTitle: messages.automation_action_confluence_page_modal_title,
|
|
8
8
|
modalDescription: messages.automation_action_confluence_page_modal_description
|
|
9
9
|
}
|
|
@@ -6,23 +6,23 @@ import { getBaseStyles, getGapSize, highlightRemoveStyles, renderChildren } from
|
|
|
6
6
|
const getBlockStyles = (direction, size
|
|
7
7
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
8
8
|
) => css`
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
${getBaseStyles(direction, size)}
|
|
10
|
+
${highlightRemoveStyles}
|
|
11
11
|
justify-content: flex-start;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
12
|
+
[data-separator] + [data-separator]:before {
|
|
13
|
+
content: '•';
|
|
14
|
+
margin-right: ${getGapSize(size)}rem;
|
|
15
|
+
}
|
|
16
|
+
// Pull request elements: source branch → target branch
|
|
17
|
+
[data-smart-element='${ElementName.SourceBranch}']
|
|
18
|
+
+ [data-smart-element='${ElementName.TargetBranch}']:before {
|
|
19
|
+
content: '→';
|
|
20
|
+
}
|
|
21
|
+
// Pull request elements: target branch ← source branch
|
|
22
|
+
[data-smart-element='${ElementName.TargetBranch}']
|
|
23
|
+
+ [data-smart-element='${ElementName.SourceBranch}']:before {
|
|
24
|
+
content: '←';
|
|
25
|
+
}
|
|
26
26
|
`;
|
|
27
27
|
|
|
28
28
|
/**
|
|
@@ -47,22 +47,22 @@ const getHorizontalDirectionStyles = (size, align) => {
|
|
|
47
47
|
const lineHeight = getMaxLineHeight(size);
|
|
48
48
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
49
49
|
return css`
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
display: block;
|
|
51
|
+
vertical-align: middle;
|
|
52
|
+
${getTruncateStyles(1, lineHeight + 'rem')}
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
> span, > div {
|
|
55
|
+
vertical-align: middle;
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
&[data-smart-element-date-time],
|
|
58
|
+
&[data-smart-element-text] {
|
|
59
|
+
// Show all/wrapped/truncated
|
|
60
|
+
display: inline;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
${getGapStyles(size, align)}
|
|
65
|
+
`;
|
|
66
66
|
};
|
|
67
67
|
export const getElementGroupStyles = (direction, size, align, width, position) => css(getBaseStyles(direction, size), getAlignmentStyles(align), {
|
|
68
68
|
minWidth: '10%'
|
|
@@ -26,22 +26,22 @@ const getPreviewBlockStyles = (placement, ignoreContainerPadding) => {
|
|
|
26
26
|
const containerPadding = ignoreContainerPadding ? '0rem' : 'var(--container-padding)';
|
|
27
27
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
28
28
|
return css`
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: ${containerPadding};
|
|
31
|
+
bottom: ${containerPadding};
|
|
32
|
+
width: calc(var(--preview-block-width) - ${containerPadding});
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
${placement === MediaPlacement.Left ? `left: ${containerPadding};` : ''}
|
|
35
|
+
${placement === MediaPlacement.Right ? `right: ${containerPadding};` : ''}
|
|
36
36
|
|
|
37
37
|
[data-smart-element-media='image'] {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
38
|
+
aspect-ratio: unset;
|
|
39
|
+
padding-top: unset;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
object-fit: cover;
|
|
43
|
+
}
|
|
44
|
+
`;
|
|
45
45
|
}
|
|
46
46
|
if (ignoreContainerPadding) {
|
|
47
47
|
return css({
|