@atlaskit/editor-common 107.7.4 → 107.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/cjs/i18n/cs.js +10 -2
- package/dist/cjs/i18n/da.js +10 -2
- package/dist/cjs/i18n/de.js +10 -2
- package/dist/cjs/i18n/en.js +6 -2
- package/dist/cjs/i18n/en_GB.js +6 -2
- package/dist/cjs/i18n/en_ZZ.js +6 -2
- package/dist/cjs/i18n/es.js +10 -2
- package/dist/cjs/i18n/fi.js +10 -2
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +7 -2
- package/dist/cjs/i18n/hu.js +10 -2
- package/dist/cjs/i18n/it.js +10 -2
- package/dist/cjs/i18n/ja.js +10 -2
- package/dist/cjs/i18n/ko.js +10 -2
- package/dist/cjs/i18n/nb.js +10 -2
- package/dist/cjs/i18n/nl.js +10 -2
- package/dist/cjs/i18n/pl.js +12 -5
- package/dist/cjs/i18n/pt_BR.js +10 -2
- package/dist/cjs/i18n/ru.js +10 -2
- package/dist/cjs/i18n/sl.js +10 -2
- package/dist/cjs/i18n/sr_RS.js +7 -2
- package/dist/cjs/i18n/sr_YR.js +7 -2
- package/dist/cjs/i18n/sv.js +10 -2
- package/dist/cjs/i18n/th.js +10 -2
- package/dist/cjs/i18n/tr.js +4 -2
- package/dist/cjs/i18n/uk.js +10 -2
- package/dist/cjs/i18n/vi.js +10 -2
- package/dist/cjs/i18n/zh.js +10 -2
- package/dist/cjs/i18n/zh_TW.js +10 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smartCard.js +3 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/es2019/i18n/cs.js +10 -2
- package/dist/es2019/i18n/da.js +10 -2
- package/dist/es2019/i18n/de.js +10 -2
- package/dist/es2019/i18n/en.js +6 -2
- package/dist/es2019/i18n/en_GB.js +6 -2
- package/dist/es2019/i18n/en_ZZ.js +6 -2
- package/dist/es2019/i18n/es.js +10 -2
- package/dist/es2019/i18n/fi.js +10 -2
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +7 -2
- package/dist/es2019/i18n/hu.js +10 -2
- package/dist/es2019/i18n/it.js +10 -2
- package/dist/es2019/i18n/ja.js +10 -2
- package/dist/es2019/i18n/ko.js +10 -2
- package/dist/es2019/i18n/nb.js +10 -2
- package/dist/es2019/i18n/nl.js +10 -2
- package/dist/es2019/i18n/pl.js +12 -5
- package/dist/es2019/i18n/pt_BR.js +10 -2
- package/dist/es2019/i18n/ru.js +10 -2
- package/dist/es2019/i18n/sl.js +10 -2
- package/dist/es2019/i18n/sr_RS.js +7 -2
- package/dist/es2019/i18n/sr_YR.js +7 -2
- package/dist/es2019/i18n/sv.js +10 -2
- package/dist/es2019/i18n/th.js +10 -2
- package/dist/es2019/i18n/tr.js +4 -2
- package/dist/es2019/i18n/uk.js +10 -2
- package/dist/es2019/i18n/vi.js +10 -2
- package/dist/es2019/i18n/zh.js +10 -2
- package/dist/es2019/i18n/zh_TW.js +10 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smartCard.js +17 -6
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/hooks/useSharedPluginStateWithSelector.js +4 -7
- package/dist/esm/i18n/cs.js +10 -2
- package/dist/esm/i18n/da.js +10 -2
- package/dist/esm/i18n/de.js +10 -2
- package/dist/esm/i18n/en.js +6 -2
- package/dist/esm/i18n/en_GB.js +6 -2
- package/dist/esm/i18n/en_ZZ.js +6 -2
- package/dist/esm/i18n/es.js +10 -2
- package/dist/esm/i18n/fi.js +10 -2
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +7 -2
- package/dist/esm/i18n/hu.js +10 -2
- package/dist/esm/i18n/it.js +10 -2
- package/dist/esm/i18n/ja.js +10 -2
- package/dist/esm/i18n/ko.js +10 -2
- package/dist/esm/i18n/nb.js +10 -2
- package/dist/esm/i18n/nl.js +10 -2
- package/dist/esm/i18n/pl.js +12 -5
- package/dist/esm/i18n/pt_BR.js +10 -2
- package/dist/esm/i18n/ru.js +10 -2
- package/dist/esm/i18n/sl.js +10 -2
- package/dist/esm/i18n/sr_RS.js +7 -2
- package/dist/esm/i18n/sr_YR.js +7 -2
- package/dist/esm/i18n/sv.js +10 -2
- package/dist/esm/i18n/th.js +10 -2
- package/dist/esm/i18n/tr.js +4 -2
- package/dist/esm/i18n/uk.js +10 -2
- package/dist/esm/i18n/vi.js +10 -2
- package/dist/esm/i18n/zh.js +10 -2
- package/dist/esm/i18n/zh_TW.js +10 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smartCard.js +3 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -2
- package/dist/types/i18n/da.d.ts +10 -2
- package/dist/types/i18n/de.d.ts +10 -2
- package/dist/types/i18n/en.d.ts +6 -2
- package/dist/types/i18n/en_GB.d.ts +6 -2
- package/dist/types/i18n/en_ZZ.d.ts +6 -2
- package/dist/types/i18n/es.d.ts +10 -2
- package/dist/types/i18n/fi.d.ts +10 -2
- package/dist/types/i18n/fr.d.ts +9 -2
- package/dist/types/i18n/hr.d.ts +7 -2
- package/dist/types/i18n/hu.d.ts +10 -2
- package/dist/types/i18n/it.d.ts +10 -2
- package/dist/types/i18n/ja.d.ts +10 -2
- package/dist/types/i18n/ko.d.ts +10 -2
- package/dist/types/i18n/nb.d.ts +10 -2
- package/dist/types/i18n/nl.d.ts +10 -2
- package/dist/types/i18n/pl.d.ts +9 -2
- package/dist/types/i18n/pt_BR.d.ts +10 -2
- package/dist/types/i18n/ru.d.ts +10 -2
- package/dist/types/i18n/sl.d.ts +10 -2
- package/dist/types/i18n/sr_RS.d.ts +7 -2
- package/dist/types/i18n/sr_YR.d.ts +7 -2
- package/dist/types/i18n/sv.d.ts +10 -2
- package/dist/types/i18n/th.d.ts +10 -2
- package/dist/types/i18n/tr.d.ts +4 -2
- package/dist/types/i18n/uk.d.ts +10 -2
- package/dist/types/i18n/vi.d.ts +10 -2
- package/dist/types/i18n/zh.d.ts +10 -2
- package/dist/types/i18n/zh_TW.d.ts +10 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -2
- package/dist/types-ts4.5/i18n/da.d.ts +10 -2
- package/dist/types-ts4.5/i18n/de.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -2
- package/dist/types-ts4.5/i18n/es.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -2
- package/dist/types-ts4.5/i18n/hr.d.ts +7 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -2
- package/dist/types-ts4.5/i18n/it.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -2
- package/dist/types-ts4.5/i18n/th.d.ts +10 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -2
- package/package.json +8 -5
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '完成編輯',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '進行編輯',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': '設定 {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': '舊版內容',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '此內容的功能有限,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': '深入了解',
|
|
13
16
|
'fablric.editor.viewAllInserts': '檢視所有插入內容',
|
|
14
17
|
'fabric.editor.action': '動作項目',
|
|
15
18
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '突顯術語、縮寫或簡稱',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': '詢問 Atlassian Intelligence',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': '詢問 Rovo...',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': '改善寫作',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': '告訴 Atlassian Intelligence 如何改善您選取的寫作範圍',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': '無效欄位',
|
|
320
324
|
'fabric.editor.configPanel.required': '必要欄位',
|
|
321
325
|
'fabric.editor.configPanel.submit': '提交',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': '背景資訊面板',
|
|
322
327
|
'fabric.editor.copiedToClipboard': '已複製!',
|
|
323
328
|
'fabric.editor.copyToClipboard': '複製',
|
|
324
329
|
'fabric.editor.cornerControl': '醒目提示表格',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': '導覽',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': '建立報告',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': '視覺與影像',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': '使用白板,將視覺效果新增至頁面',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
599
605
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
600
606
|
'fabric.editor.off': '{formattingType} 關閉',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
|
|
603
607
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
604
608
|
'fabric.editor.openButtonTitle': '開啟',
|
|
605
609
|
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': '重新調整表格大小',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': '已開始調整欄的大小',
|
|
712
716
|
'fabric.editor.task': '任務',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': '將任務標示為已完成',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': '將任務標示為未完成',
|
|
713
719
|
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
714
720
|
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
715
721
|
'fabric.editor.textColor': '{selectedColorName}的文字顏色',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': '開始輸入以搜尋或篩選快速鍵選項',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': '搜尋',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': '插入和格式化的快速鍵',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': '請再試一次。',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': '發生錯誤!',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': '開始輸入以搜尋或篩選表情符號選項',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': '表情符號 {name} 文字快速鍵 {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': '表情符號快速鍵',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "107.7.
|
|
4
|
+
const packageVersion = "107.7.5";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorDeleteBackground, akEditorDeleteBorder, akEditorSelectedNodeClassName, getSelectionStyles, SelectionStyle } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
|
+
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
5
6
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
6
7
|
import { SmartCardSharedCssClassName } from './smart-card';
|
|
7
8
|
export const DATASOURCE_INNER_CONTAINER_CLASSNAME = 'datasourceView-content-inner-wrap';
|
|
@@ -34,9 +35,13 @@ export const smartCardStyles = () => css`
|
|
|
34
35
|
line-height: 0;
|
|
35
36
|
}` : ''}
|
|
36
37
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
${expValEqualsNoExposure('platform_editor_find_and_replace_improvements', 'isEnabled', true) && fg('platform_editor_find_and_replace_improvements_1') ? `
|
|
39
|
+
&.${akEditorSelectedNodeClassName}:not(.search-match-block) .${SmartCardSharedCssClassName.LOADER_WRAPPER} > a {
|
|
40
|
+
${getSelectionStyles([SelectionStyle.BoxShadow])}
|
|
41
|
+
}` : `
|
|
42
|
+
&.${akEditorSelectedNodeClassName} .${SmartCardSharedCssClassName.LOADER_WRAPPER} > a {
|
|
43
|
+
${getSelectionStyles([SelectionStyle.BoxShadow])}
|
|
44
|
+
}`}
|
|
40
45
|
.${SmartCardSharedCssClassName.LOADER_WRAPPER} > a {
|
|
41
46
|
/* EDM-1717: box-shadow Safari fix start */
|
|
42
47
|
z-index: 1;
|
|
@@ -125,9 +130,15 @@ fg('linking_platform_smart_links_in_live_pages') ? 'pointer' : 'auto'};
|
|
|
125
130
|
}
|
|
126
131
|
}
|
|
127
132
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
133
|
+
${expValEqualsNoExposure('platform_editor_find_and_replace_improvements', 'isEnabled', true) && fg('platform_editor_find_and_replace_improvements_1') ? `
|
|
134
|
+
&.${akEditorSelectedNodeClassName}:not(.search-match-block) .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after {
|
|
135
|
+
${getSelectionStyles([SelectionStyle.BoxShadow])}
|
|
136
|
+
}
|
|
137
|
+
` : `
|
|
138
|
+
&.${akEditorSelectedNodeClassName} .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after {
|
|
139
|
+
${getSelectionStyles([SelectionStyle.BoxShadow])}
|
|
140
|
+
}
|
|
141
|
+
`}
|
|
131
142
|
|
|
132
143
|
&.danger {
|
|
133
144
|
.media-card-frame::after {
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "107.7.
|
|
16
|
+
const packageVersion = "107.7.5";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -75,6 +75,7 @@ function useStaticPlugins(plugins) {
|
|
|
75
75
|
*/
|
|
76
76
|
export function useSharedPluginStateWithSelector(injectionApi, plugins, selector) {
|
|
77
77
|
var pluginNames = useStaticPlugins(plugins);
|
|
78
|
+
var selectorRef = useRef(selector);
|
|
78
79
|
|
|
79
80
|
// Create a memoized object containing the named plugins
|
|
80
81
|
var namedExternalPlugins = useMemo(function () {
|
|
@@ -82,14 +83,14 @@ export function useSharedPluginStateWithSelector(injectionApi, plugins, selector
|
|
|
82
83
|
return _objectSpread(_objectSpread({}, acc), {}, _defineProperty({}, "".concat(String(pluginName), "State"), injectionApi === null || injectionApi === void 0 ? void 0 : injectionApi[pluginName]));
|
|
83
84
|
}, {});
|
|
84
85
|
}, [injectionApi, pluginNames]);
|
|
85
|
-
return useSharedPluginStateInternal(namedExternalPlugins,
|
|
86
|
+
return useSharedPluginStateInternal(namedExternalPlugins, selectorRef);
|
|
86
87
|
}
|
|
87
88
|
function useSharedPluginStateInternal(externalPlugins, selector) {
|
|
88
89
|
var refStates = useRef(mapValues(externalPlugins, function (value) {
|
|
89
90
|
return value === null || value === void 0 ? void 0 : value.sharedState.currentState();
|
|
90
91
|
}));
|
|
91
92
|
var _useState = useState(function () {
|
|
92
|
-
return selector(refStates.current);
|
|
93
|
+
return selector.current(refStates.current);
|
|
93
94
|
}),
|
|
94
95
|
_useState2 = _slicedToArray(_useState, 2),
|
|
95
96
|
pluginStates = _useState2[0],
|
|
@@ -98,8 +99,7 @@ function useSharedPluginStateInternal(externalPlugins, selector) {
|
|
|
98
99
|
useLayoutEffect(function () {
|
|
99
100
|
var debouncedPluginStateUpdate = debounce(function () {
|
|
100
101
|
setPluginState(function (currentPluginStates) {
|
|
101
|
-
|
|
102
|
-
var nextStates = selector(_objectSpread({}, refStates.current));
|
|
102
|
+
var nextStates = selector.current(_objectSpread({}, refStates.current));
|
|
103
103
|
if (shallowEqual(nextStates, currentPluginStates)) {
|
|
104
104
|
return currentPluginStates;
|
|
105
105
|
}
|
|
@@ -137,9 +137,6 @@ function useSharedPluginStateInternal(externalPlugins, selector) {
|
|
|
137
137
|
return cb === null || cb === void 0 ? void 0 : cb();
|
|
138
138
|
});
|
|
139
139
|
};
|
|
140
|
-
// Do not re-render due to state changes, we only need to check this when
|
|
141
|
-
// setting up the initial subscription.
|
|
142
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
143
140
|
}, [externalPlugins, selector]);
|
|
144
141
|
return pluginStates;
|
|
145
142
|
}
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Úpravy dokončeny',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Provést úpravy',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Starší obsah',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tento obsah má omezenou funkčnost,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Další informace',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Zobrazit všechny vložky',
|
|
14
17
|
'fabric.editor.action': 'Aktuální úkol',
|
|
15
18
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Zvýraznění termínu, akronymu nebo zkratky',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definovat',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'Zeptat se AI',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Zeptejte se nástroje Rovo…',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Vylepšit styl',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Požádejte Atlassian Intelligence o zlepšení vybrané části psaného textu.',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
320
324
|
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
321
325
|
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontextový panel',
|
|
322
327
|
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
323
328
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
324
329
|
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigace',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Sestavy',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Vizuály a obrázky',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Přidejte na svou stránku vizuály pomocí tabule',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
599
605
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
600
606
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Zkuste stránku načíst znovu.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Něco se pokazilo',
|
|
603
607
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
604
608
|
'fabric.editor.openButtonTitle': 'Otevřený',
|
|
605
609
|
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': 'Změna velikosti sloupce byla zahájena.',
|
|
712
716
|
'fabric.editor.task': 'Úkol',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Označit úkol jako dokončený',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Označit úkol jako nedokončený',
|
|
713
719
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
714
720
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
715
721
|
'fabric.editor.textColor': 'Barva textu: {selectedColorName}',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Vyhledat',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Zkratky pro vkládání a formátování',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Zkuste to znovu.',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Něco se pokazilo',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti smajlíků.',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': 'Smajlík {name} Textová zkratka {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': 'Zkratky pro smajlíky',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Færdig med at redigere',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Foretag redigeringer',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Ældre indhold',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dette indhold har begrænset funktionalitet.',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Få mere at vide',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Se alt, der kan indsættes',
|
|
14
17
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
15
18
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
@@ -216,6 +219,7 @@ export default {
|
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Fremhæv et udtryk, akronym eller en forkortelse',
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
218
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Spørg AI',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Spørg Rovo …',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Gør teksterne bedre',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Bed Atlassian Intelligence om at forbedre den markerede tekst',
|
|
221
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -318,6 +322,7 @@ export default {
|
|
|
318
322
|
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
319
323
|
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
320
324
|
'fabric.editor.configPanel.submit': 'Send',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstpanel',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
323
328
|
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
@@ -391,6 +396,7 @@ export default {
|
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafik og billeder',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Brug et whiteboard til at føje billeder til din side',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
@@ -597,8 +603,6 @@ export default {
|
|
|
597
603
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
598
604
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
599
605
|
'fabric.editor.off': '{formattingType} fra',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prøv at genindlæse siden.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Noget gik galt!',
|
|
602
606
|
'fabric.editor.on': '{formattingType} til',
|
|
603
607
|
'fabric.editor.openButtonTitle': 'Åbn',
|
|
604
608
|
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
@@ -709,6 +713,8 @@ export default {
|
|
|
709
713
|
'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen',
|
|
710
714
|
'fabric.editor.tables.startedColumnResize': 'Startede med at ændre størrelsen på kolonne',
|
|
711
715
|
'fabric.editor.task': 'Opgave',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Markér opgaven som fuldført',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Markér opgaven som ikke fuldført',
|
|
712
718
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
713
719
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
714
720
|
'fabric.editor.textColor': '{selectedColorName} tekstfarve',
|
|
@@ -743,6 +749,8 @@ export default {
|
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Søg',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Genveje til indsættelser og formatering',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Prøv igen.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Noget gik galt!',
|
|
746
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Begynd at skrive for at søge efter eller filtrere emojimuligheder',
|
|
747
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Tekstgenvej {shortcut} til emojien {name}',
|
|
748
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emojigenveje',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Bearbeitung abgeschlossen',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Änderungen vornehmen',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Veralteter Inhalt',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dieser Inhalt hat eingeschränkte Funktionen',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Weitere Informationen',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Alle Einfügungen anzeigen',
|
|
14
17
|
'fabric.editor.action': 'Aufgabe',
|
|
15
18
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
@@ -216,6 +219,7 @@ export default {
|
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Markieren Sie einen Begriff, ein Akronym oder eine Abkürzung.',
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definieren',
|
|
218
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Atlassian Intelligence fragen',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Rovo fragen',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Texterstellung optimieren',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Weisen Sie Atlassian Intelligence an, den von Ihnen ausgewählten Text zu verbessern.',
|
|
221
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -318,6 +322,7 @@ export default {
|
|
|
318
322
|
'fabric.editor.configPanel.invalid': 'Ungültiges Feld',
|
|
319
323
|
'fabric.editor.configPanel.required': 'Pflichtfeld',
|
|
320
324
|
'fabric.editor.configPanel.submit': 'Senden',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontext-Panel',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
323
328
|
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
@@ -391,6 +396,7 @@ export default {
|
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Berichterstellung',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Steuerelemente und Bilder',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Verwenden Sie ein Whiteboard, um Ihrer Seite Grafiken hinzuzufügen.',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
@@ -597,8 +603,6 @@ export default {
|
|
|
597
603
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
598
604
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
599
605
|
'fabric.editor.off': '{formattingType} aus',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Versuchen Sie, die Seite neu zu laden.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
602
606
|
'fabric.editor.on': '{formattingType} ein',
|
|
603
607
|
'fabric.editor.openButtonTitle': 'Öffnen',
|
|
604
608
|
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
@@ -709,6 +713,8 @@ export default {
|
|
|
709
713
|
'fabric.editor.tables.resizeTable': 'Tabellengröße ändern',
|
|
710
714
|
'fabric.editor.tables.startedColumnResize': 'Größenänderung der Spalte gestartet',
|
|
711
715
|
'fabric.editor.task': 'Task',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Aufgabe als abgeschlossen markieren',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Aufgabe als nicht abgeschlossen markieren',
|
|
712
718
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
713
719
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
714
720
|
'fabric.editor.textColor': 'Textfarbe: {selectedColorName}',
|
|
@@ -743,6 +749,8 @@ export default {
|
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Suchen',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Tastenkombination für Einfügungen und Formatierung',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Bitte versuchen Sie es erneut.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
746
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Beginnen Sie mit der Eingabe, um nach Optionen für Emojis zu suchen oder diese zu filtern',
|
|
747
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Tastenkombination für Text {shortcut}',
|
|
748
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Tastenkombinationen für Emojis',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
14
17
|
'fabric.editor.action': 'Action item',
|
|
15
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -297,6 +300,7 @@ export default {
|
|
|
297
300
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
298
301
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
299
302
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
303
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
300
304
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
301
305
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
302
306
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -681,8 +685,6 @@ export default {
|
|
|
681
685
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
682
686
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
683
687
|
'fabric.editor.off': '{formattingType} Off',
|
|
684
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
685
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
686
688
|
'fabric.editor.on': '{formattingType} On',
|
|
687
689
|
'fabric.editor.openButtonTitle': 'Open',
|
|
688
690
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -830,6 +832,8 @@ export default {
|
|
|
830
832
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
831
833
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
832
834
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
835
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
836
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
833
837
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
834
838
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
835
839
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
14
17
|
'fabric.editor.action': 'Action item',
|
|
15
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -297,6 +300,7 @@ export default {
|
|
|
297
300
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
298
301
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
299
302
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
303
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
300
304
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
301
305
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
302
306
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -681,8 +685,6 @@ export default {
|
|
|
681
685
|
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
682
686
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
683
687
|
'fabric.editor.off': '{formattingType} Off',
|
|
684
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
685
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
686
688
|
'fabric.editor.on': '{formattingType} On',
|
|
687
689
|
'fabric.editor.openButtonTitle': 'Open',
|
|
688
690
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -830,6 +832,8 @@ export default {
|
|
|
830
832
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
831
833
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
832
834
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
835
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
836
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
833
837
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
834
838
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
835
839
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
14
17
|
'fabric.editor.action': 'Action item',
|
|
15
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -297,6 +300,7 @@ export default {
|
|
|
297
300
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
298
301
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
299
302
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
303
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
300
304
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
301
305
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
302
306
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -681,8 +685,6 @@ export default {
|
|
|
681
685
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
682
686
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
683
687
|
'fabric.editor.off': '{formattingType} Off',
|
|
684
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
685
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
686
688
|
'fabric.editor.on': '{formattingType} On',
|
|
687
689
|
'fabric.editor.openButtonTitle': 'Open',
|
|
688
690
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -829,6 +831,8 @@ export default {
|
|
|
829
831
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
830
832
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
831
833
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
834
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
835
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
832
836
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
833
837
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
834
838
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edición completada',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Editar',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Contenido heredado',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Este contenido tiene funcionalidad limitada,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Más información',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Ver los elementos insertados',
|
|
14
17
|
'fabric.editor.action': 'Elemento de acción',
|
|
15
18
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Resaltar un término, una sigla o una abreviación',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definir',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'Preguntar a Atlassian Intelligence',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Preguntar a Rovo...',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Mejorar la redacción',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pide a Atlassian Intelligence que mejore la redacción de tu selección',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
320
324
|
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
321
325
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': 'Panel de contexto',
|
|
322
327
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
323
328
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
324
329
|
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegación',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creación de informes',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuales e imágenes',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Usa una pizarra para añadir elementos visuales a tu página',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
599
605
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
600
606
|
'fabric.editor.off': '{formattingType} desactivado',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prueba volviendo a cargar la página.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Algo ha ido mal.',
|
|
603
607
|
'fabric.editor.on': '{formattingType} activado',
|
|
604
608
|
'fabric.editor.openButtonTitle': 'Abrir',
|
|
605
609
|
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': 'Cambio de tamaño de la columna comenzado',
|
|
712
716
|
'fabric.editor.task': 'Tarea',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Marcar tarea como completada',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Marcar tarea como no completada',
|
|
713
719
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
714
720
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
715
721
|
'fabric.editor.textColor': 'Color de texto {selectedColorName}',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Buscar',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atajos de teclado para inserciones y formato',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Vuelve a intentarlo.',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Algo ha ido mal.',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': 'Comienza a escribir para buscar o filtrar opciones de emoticonos',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': 'Texto del atajo de teclado para el emoticono {name}: {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': 'Atajos de teclado para emoticonos',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Muokkaus valmis',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tee muokkauksia',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Vanha sisältö',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tämä sisällön toiminnallisuutta on rajoitettu.',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Lue lisää',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Näytä kaikki lisäykset',
|
|
14
17
|
'fabric.editor.action': 'Tehtävä',
|
|
15
18
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Korosta termi, akronyymi tai lyhenne',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': 'Määritä',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'Kysy AI:lta',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Kysy Rovolta…',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Paranna kirjoitusta',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pyydä Atlassian Intelligencea parantamaan valitsemaasi kirjoitusta',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': 'Virheellinen kenttä',
|
|
320
324
|
'fabric.editor.configPanel.required': 'Pakollinen kenttä',
|
|
321
325
|
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstipaneeli',
|
|
322
327
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
323
328
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
324
329
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Selaaminen',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportointi',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafiikka ja kuvat',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Lisää visualisointeja sivullesi valkotaulun avulla',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
599
605
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
600
606
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Yritä ladata sivu uudelleen.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
603
607
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
604
608
|
'fabric.editor.openButtonTitle': 'Avaa',
|
|
605
609
|
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': 'Sarakkeen koon muuttaminen aloitettu',
|
|
712
716
|
'fabric.editor.task': 'Tehtävä',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Merkitse tehtävä suoritetuksi',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Merkitse tehtävä suorittamattomaksi',
|
|
713
719
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
714
720
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
715
721
|
'fabric.editor.textColor': '{selectedColorName} tekstin väri',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Haku',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Pikanäppäimet lisäyksille ja muotoilulle',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Yritä uudelleen.',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi emojivalintoja',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emojin {name} pikanäppäimen {shortcut} teksti',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emojipikanäppäimet',
|