@atlaskit/editor-common 74.29.2 → 74.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/i18n/cs.js +19 -0
  3. package/dist/cjs/i18n/da.js +19 -0
  4. package/dist/cjs/i18n/de.js +19 -0
  5. package/dist/cjs/i18n/es.js +19 -0
  6. package/dist/cjs/i18n/fi.js +19 -0
  7. package/dist/cjs/i18n/fr.js +19 -0
  8. package/dist/cjs/i18n/hu.js +19 -0
  9. package/dist/cjs/i18n/it.js +19 -0
  10. package/dist/cjs/i18n/ja.js +19 -0
  11. package/dist/cjs/i18n/ko.js +19 -0
  12. package/dist/cjs/i18n/nb.js +19 -0
  13. package/dist/cjs/i18n/nl.js +19 -0
  14. package/dist/cjs/i18n/pl.js +19 -0
  15. package/dist/cjs/i18n/pt_BR.js +19 -0
  16. package/dist/cjs/i18n/ru.js +19 -0
  17. package/dist/cjs/i18n/sv.js +19 -0
  18. package/dist/cjs/i18n/th.js +19 -0
  19. package/dist/cjs/i18n/tr.js +19 -0
  20. package/dist/cjs/i18n/uk.js +19 -0
  21. package/dist/cjs/i18n/vi.js +19 -0
  22. package/dist/cjs/i18n/zh.js +19 -0
  23. package/dist/cjs/i18n/zh_TW.js +19 -0
  24. package/dist/cjs/mark/commands.js +201 -0
  25. package/dist/cjs/mark/index.js +30 -0
  26. package/dist/cjs/messages/full-page.js +25 -0
  27. package/dist/cjs/messages/index.js +7 -0
  28. package/dist/cjs/monitoring/error.js +1 -1
  29. package/dist/cjs/ui/DropList/index.js +1 -1
  30. package/dist/cjs/ui/Toolbar/index.js +8 -0
  31. package/dist/cjs/ui/index.js +7 -0
  32. package/dist/cjs/ui-menu/DropdownMenu/index.js +16 -2
  33. package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +219 -0
  34. package/dist/cjs/ui-menu/index.js +23 -4
  35. package/dist/cjs/version.json +1 -1
  36. package/dist/es2019/i18n/cs.js +19 -0
  37. package/dist/es2019/i18n/da.js +19 -0
  38. package/dist/es2019/i18n/de.js +19 -0
  39. package/dist/es2019/i18n/es.js +19 -0
  40. package/dist/es2019/i18n/fi.js +19 -0
  41. package/dist/es2019/i18n/fr.js +19 -0
  42. package/dist/es2019/i18n/hu.js +19 -0
  43. package/dist/es2019/i18n/it.js +19 -0
  44. package/dist/es2019/i18n/ja.js +19 -0
  45. package/dist/es2019/i18n/ko.js +19 -0
  46. package/dist/es2019/i18n/nb.js +19 -0
  47. package/dist/es2019/i18n/nl.js +19 -0
  48. package/dist/es2019/i18n/pl.js +19 -0
  49. package/dist/es2019/i18n/pt_BR.js +19 -0
  50. package/dist/es2019/i18n/ru.js +19 -0
  51. package/dist/es2019/i18n/sv.js +19 -0
  52. package/dist/es2019/i18n/th.js +19 -0
  53. package/dist/es2019/i18n/tr.js +19 -0
  54. package/dist/es2019/i18n/uk.js +19 -0
  55. package/dist/es2019/i18n/vi.js +19 -0
  56. package/dist/es2019/i18n/zh.js +19 -0
  57. package/dist/es2019/i18n/zh_TW.js +19 -0
  58. package/dist/es2019/mark/commands.js +205 -0
  59. package/dist/es2019/mark/index.js +1 -0
  60. package/dist/es2019/messages/full-page.js +18 -0
  61. package/dist/es2019/messages/index.js +1 -0
  62. package/dist/es2019/monitoring/error.js +1 -1
  63. package/dist/es2019/ui/DropList/index.js +1 -1
  64. package/dist/es2019/ui/Toolbar/index.js +1 -0
  65. package/dist/es2019/ui/index.js +2 -1
  66. package/dist/es2019/ui-menu/DropdownMenu/index.js +16 -2
  67. package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +209 -0
  68. package/dist/es2019/ui-menu/index.js +5 -4
  69. package/dist/es2019/version.json +1 -1
  70. package/dist/esm/i18n/cs.js +19 -0
  71. package/dist/esm/i18n/da.js +19 -0
  72. package/dist/esm/i18n/de.js +19 -0
  73. package/dist/esm/i18n/es.js +19 -0
  74. package/dist/esm/i18n/fi.js +19 -0
  75. package/dist/esm/i18n/fr.js +19 -0
  76. package/dist/esm/i18n/hu.js +19 -0
  77. package/dist/esm/i18n/it.js +19 -0
  78. package/dist/esm/i18n/ja.js +19 -0
  79. package/dist/esm/i18n/ko.js +19 -0
  80. package/dist/esm/i18n/nb.js +19 -0
  81. package/dist/esm/i18n/nl.js +19 -0
  82. package/dist/esm/i18n/pl.js +19 -0
  83. package/dist/esm/i18n/pt_BR.js +19 -0
  84. package/dist/esm/i18n/ru.js +19 -0
  85. package/dist/esm/i18n/sv.js +19 -0
  86. package/dist/esm/i18n/th.js +19 -0
  87. package/dist/esm/i18n/tr.js +19 -0
  88. package/dist/esm/i18n/uk.js +19 -0
  89. package/dist/esm/i18n/vi.js +19 -0
  90. package/dist/esm/i18n/zh.js +19 -0
  91. package/dist/esm/i18n/zh_TW.js +19 -0
  92. package/dist/esm/mark/commands.js +190 -0
  93. package/dist/esm/mark/index.js +1 -0
  94. package/dist/esm/messages/full-page.js +18 -0
  95. package/dist/esm/messages/index.js +1 -0
  96. package/dist/esm/monitoring/error.js +1 -1
  97. package/dist/esm/ui/DropList/index.js +1 -1
  98. package/dist/esm/ui/Toolbar/index.js +1 -0
  99. package/dist/esm/ui/index.js +2 -1
  100. package/dist/esm/ui-menu/DropdownMenu/index.js +15 -2
  101. package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +207 -0
  102. package/dist/esm/ui-menu/index.js +5 -4
  103. package/dist/esm/version.json +1 -1
  104. package/dist/types/i18n/cs.d.ts +19 -0
  105. package/dist/types/i18n/da.d.ts +19 -0
  106. package/dist/types/i18n/de.d.ts +19 -0
  107. package/dist/types/i18n/es.d.ts +19 -0
  108. package/dist/types/i18n/fi.d.ts +19 -0
  109. package/dist/types/i18n/fr.d.ts +19 -0
  110. package/dist/types/i18n/hu.d.ts +19 -0
  111. package/dist/types/i18n/it.d.ts +19 -0
  112. package/dist/types/i18n/ja.d.ts +19 -0
  113. package/dist/types/i18n/ko.d.ts +19 -0
  114. package/dist/types/i18n/nb.d.ts +19 -0
  115. package/dist/types/i18n/nl.d.ts +19 -0
  116. package/dist/types/i18n/pl.d.ts +19 -0
  117. package/dist/types/i18n/pt_BR.d.ts +19 -0
  118. package/dist/types/i18n/ru.d.ts +19 -0
  119. package/dist/types/i18n/sv.d.ts +19 -0
  120. package/dist/types/i18n/th.d.ts +19 -0
  121. package/dist/types/i18n/tr.d.ts +19 -0
  122. package/dist/types/i18n/uk.d.ts +19 -0
  123. package/dist/types/i18n/vi.d.ts +19 -0
  124. package/dist/types/i18n/zh.d.ts +19 -0
  125. package/dist/types/i18n/zh_TW.d.ts +19 -0
  126. package/dist/types/mark/commands.d.ts +18 -0
  127. package/dist/types/mark/index.d.ts +1 -0
  128. package/dist/types/messages/full-page.d.ts +17 -0
  129. package/dist/types/messages/index.d.ts +1 -0
  130. package/dist/types/ui/Toolbar/index.d.ts +5 -0
  131. package/dist/types/ui/index.d.ts +2 -0
  132. package/dist/types/ui-menu/DropdownMenu/index.d.ts +2 -1
  133. package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
  134. package/dist/types/ui-menu/index.d.ts +7 -6
  135. package/dist/types-ts4.5/i18n/cs.d.ts +19 -0
  136. package/dist/types-ts4.5/i18n/da.d.ts +19 -0
  137. package/dist/types-ts4.5/i18n/de.d.ts +19 -0
  138. package/dist/types-ts4.5/i18n/es.d.ts +19 -0
  139. package/dist/types-ts4.5/i18n/fi.d.ts +19 -0
  140. package/dist/types-ts4.5/i18n/fr.d.ts +19 -0
  141. package/dist/types-ts4.5/i18n/hu.d.ts +19 -0
  142. package/dist/types-ts4.5/i18n/it.d.ts +19 -0
  143. package/dist/types-ts4.5/i18n/ja.d.ts +19 -0
  144. package/dist/types-ts4.5/i18n/ko.d.ts +19 -0
  145. package/dist/types-ts4.5/i18n/nb.d.ts +19 -0
  146. package/dist/types-ts4.5/i18n/nl.d.ts +19 -0
  147. package/dist/types-ts4.5/i18n/pl.d.ts +19 -0
  148. package/dist/types-ts4.5/i18n/pt_BR.d.ts +19 -0
  149. package/dist/types-ts4.5/i18n/ru.d.ts +19 -0
  150. package/dist/types-ts4.5/i18n/sv.d.ts +19 -0
  151. package/dist/types-ts4.5/i18n/th.d.ts +19 -0
  152. package/dist/types-ts4.5/i18n/tr.d.ts +19 -0
  153. package/dist/types-ts4.5/i18n/uk.d.ts +19 -0
  154. package/dist/types-ts4.5/i18n/vi.d.ts +19 -0
  155. package/dist/types-ts4.5/i18n/zh.d.ts +19 -0
  156. package/dist/types-ts4.5/i18n/zh_TW.d.ts +19 -0
  157. package/dist/types-ts4.5/mark/commands.d.ts +18 -0
  158. package/dist/types-ts4.5/mark/index.d.ts +1 -0
  159. package/dist/types-ts4.5/messages/full-page.d.ts +17 -0
  160. package/dist/types-ts4.5/messages/index.d.ts +1 -0
  161. package/dist/types-ts4.5/ui/Toolbar/index.d.ts +5 -0
  162. package/dist/types-ts4.5/ui/index.d.ts +2 -0
  163. package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +2 -1
  164. package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
  165. package/dist/types-ts4.5/ui-menu/index.d.ts +7 -6
  166. package/mark/package.json +15 -0
  167. package/package.json +6 -4
@@ -0,0 +1,209 @@
1
+ /** @jsx jsx */
2
+ /* eslint-disable no-console */
3
+ import React, { useCallback, useLayoutEffect, useRef } from 'react';
4
+ import { css, jsx } from '@emotion/react';
5
+ import { fullPageMessages as messages } from '../../messages';
6
+ import { EDIT_AREA_ID } from '../../ui';
7
+ /*
8
+ ** The context is used to handle the keydown events of submenus.
9
+ ** Because the keyboard navigation is explicitly managed for main toolbar items
10
+ ** Few key presses such as Tab,Arrow Right/Left need ot be handled here via context
11
+ */
12
+ export const KeyDownHandlerContext = /*#__PURE__*/React.createContext({
13
+ handleArrowLeft: () => {},
14
+ handleArrowRight: () => {},
15
+ handleTab: () => {}
16
+ });
17
+ const centeredToolbarContainer = css`
18
+ display: flex;
19
+ width: 100%;
20
+ align-items: center;
21
+ `;
22
+
23
+ /**
24
+ * This component is a wrapper of main toolbar which listens to keydown events of children
25
+ * and handles left/right arrow key navigation for all focusable elements
26
+ * @param
27
+ * @returns
28
+ */
29
+ export const ToolbarArrowKeyNavigationProvider = ({
30
+ children,
31
+ editorView,
32
+ childComponentSelector,
33
+ handleEscape,
34
+ disableArrowKeyNavigation,
35
+ isShortcutToFocusToolbar,
36
+ editorAppearance,
37
+ useStickyToolbar,
38
+ intl
39
+ }) => {
40
+ const wrapperRef = useRef(null);
41
+ const selectedItemIndex = useRef(0);
42
+ const incrementIndex = useCallback(list => {
43
+ let index = 0;
44
+ if (document.activeElement) {
45
+ index = list.indexOf(document.activeElement);
46
+ index = (index + 1) % list.length;
47
+ }
48
+ selectedItemIndex.current = index;
49
+ }, []);
50
+ const decrementIndex = useCallback(list => {
51
+ let index = 0;
52
+ if (document.activeElement) {
53
+ index = list.indexOf(document.activeElement);
54
+ index = (list.length + index - 1) % list.length;
55
+ }
56
+ selectedItemIndex.current = index;
57
+ }, []);
58
+ const handleArrowRight = () => {
59
+ var _filteredFocusableEle;
60
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
61
+ incrementIndex(filteredFocusableElements);
62
+ (_filteredFocusableEle = filteredFocusableElements[selectedItemIndex.current]) === null || _filteredFocusableEle === void 0 ? void 0 : _filteredFocusableEle.focus();
63
+ };
64
+ const handleArrowLeft = () => {
65
+ var _filteredFocusableEle2;
66
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
67
+ decrementIndex(filteredFocusableElements);
68
+ (_filteredFocusableEle2 = filteredFocusableElements[selectedItemIndex.current]) === null || _filteredFocusableEle2 === void 0 ? void 0 : _filteredFocusableEle2.focus();
69
+ };
70
+ const handleTab = () => {
71
+ var _filteredFocusableEle3;
72
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
73
+ (_filteredFocusableEle3 = filteredFocusableElements[selectedItemIndex.current]) === null || _filteredFocusableEle3 === void 0 ? void 0 : _filteredFocusableEle3.focus();
74
+ };
75
+ const handleTabLocal = () => {
76
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
77
+ filteredFocusableElements.forEach(element => {
78
+ element.setAttribute('tabindex', '-1');
79
+ });
80
+ filteredFocusableElements[selectedItemIndex.current].setAttribute('tabindex', '0');
81
+ };
82
+ const focusAndScrollToElement = (element, scrollToElement = true) => {
83
+ if (scrollToElement) {
84
+ element === null || element === void 0 ? void 0 : element.scrollIntoView({
85
+ behavior: 'smooth',
86
+ block: 'center',
87
+ inline: 'nearest'
88
+ });
89
+ }
90
+ element.focus();
91
+ };
92
+ const submenuKeydownHandleContext = {
93
+ handleArrowLeft,
94
+ handleArrowRight,
95
+ handleTab
96
+ };
97
+ useLayoutEffect(() => {
98
+ if (!wrapperRef.current || disableArrowKeyNavigation) {
99
+ return;
100
+ }
101
+ const {
102
+ current: element
103
+ } = wrapperRef;
104
+
105
+ /**
106
+ * To handle the key events on the list
107
+ * @param event
108
+ */
109
+ const handleKeyDown = event => {
110
+ var _document$querySelect, _document$querySelect2, _wrapperRef$current;
111
+ //To trap the focus inside the horizontal toolbar for left and right arrow keys
112
+ const targetElement = event.target;
113
+
114
+ //To filter out the events outside the child component
115
+ if (!targetElement.closest(`${childComponentSelector}`)) {
116
+ return;
117
+ }
118
+
119
+ //The key events are from child components such as dropdown menus / popups are ignored
120
+ if ((_document$querySelect = document.querySelector('[data-role="droplistContent"], [data-test-id="color-picker-menu"], [data-emoji-picker-container="true"]')) !== null && _document$querySelect !== void 0 && _document$querySelect.contains(targetElement) || (_document$querySelect2 = document.querySelector('[data-test-id="color-picker-menu"]')) !== null && _document$querySelect2 !== void 0 && _document$querySelect2.contains(targetElement) || event.key === 'ArrowUp' || event.key === 'ArrowDown' || disableArrowKeyNavigation) {
121
+ return;
122
+ }
123
+ const menuWrapper = document.querySelector('.menu-key-handler-wrapper');
124
+ if (menuWrapper) {
125
+ // if menu wrapper exists, then a menu is open and arrow keys will be handled by MenuArrowKeyNavigationProvider
126
+ return;
127
+ }
128
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
129
+ if (!filteredFocusableElements || (filteredFocusableElements === null || filteredFocusableElements === void 0 ? void 0 : filteredFocusableElements.length) === 0) {
130
+ return;
131
+ }
132
+
133
+ //This is kind of hack to reset the current focused toolbar item
134
+ //to handle some use cases such as Tab in/out of main toolbar
135
+ if (!((_wrapperRef$current = wrapperRef.current) !== null && _wrapperRef$current !== void 0 && _wrapperRef$current.contains(targetElement))) {
136
+ selectedItemIndex.current = -1;
137
+ } else {
138
+ selectedItemIndex.current = filteredFocusableElements.indexOf(targetElement) > -1 ? filteredFocusableElements.indexOf(targetElement) : selectedItemIndex.current;
139
+ }
140
+
141
+ //do not scroll to focused element for sticky toolbar when navigating with arrows to avoid unnesessary scroll jump
142
+ const allowScrollToElement = !(editorAppearance === 'comment' && !!useStickyToolbar);
143
+ switch (event.key) {
144
+ case 'ArrowRight':
145
+ incrementIndex(filteredFocusableElements);
146
+ focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current], allowScrollToElement);
147
+ event.preventDefault();
148
+ break;
149
+ case 'ArrowLeft':
150
+ decrementIndex(filteredFocusableElements);
151
+ focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current], allowScrollToElement);
152
+ event.preventDefault();
153
+ break;
154
+ case 'Tab':
155
+ handleTabLocal();
156
+ break;
157
+ case 'Escape':
158
+ handleEscape(event);
159
+ break;
160
+ default:
161
+ }
162
+ };
163
+ const globalKeyDownHandler = event => {
164
+ //To focus the first element in the toolbar
165
+ if (isShortcutToFocusToolbar(event)) {
166
+ var _filteredFocusableEle4, _filteredFocusableEle5;
167
+ const filteredFocusableElements = getFilteredFocusableElements(wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current);
168
+ (_filteredFocusableEle4 = filteredFocusableElements[0]) === null || _filteredFocusableEle4 === void 0 ? void 0 : _filteredFocusableEle4.focus();
169
+ (_filteredFocusableEle5 = filteredFocusableElements[0]) === null || _filteredFocusableEle5 === void 0 ? void 0 : _filteredFocusableEle5.scrollIntoView({
170
+ behavior: 'smooth',
171
+ block: 'center',
172
+ inline: 'nearest'
173
+ });
174
+ }
175
+ };
176
+ element === null || element === void 0 ? void 0 : element.addEventListener('keydown', handleKeyDown);
177
+ const editorViewDom = editorView === null || editorView === void 0 ? void 0 : editorView.dom;
178
+ if (isShortcutToFocusToolbar) {
179
+ editorViewDom === null || editorViewDom === void 0 ? void 0 : editorViewDom.addEventListener('keydown', globalKeyDownHandler);
180
+ }
181
+ return () => {
182
+ element === null || element === void 0 ? void 0 : element.removeEventListener('keydown', handleKeyDown);
183
+ if (isShortcutToFocusToolbar) {
184
+ editorViewDom === null || editorViewDom === void 0 ? void 0 : editorViewDom.removeEventListener('keydown', globalKeyDownHandler);
185
+ }
186
+ };
187
+ }, [selectedItemIndex, wrapperRef, editorView, disableArrowKeyNavigation, handleEscape, childComponentSelector, incrementIndex, decrementIndex, isShortcutToFocusToolbar, editorAppearance, useStickyToolbar]);
188
+ return jsx("div", {
189
+ css: editorAppearance === 'comment' && centeredToolbarContainer,
190
+ className: "custom-key-handler-wrapper",
191
+ ref: wrapperRef,
192
+ role: "toolbar",
193
+ "aria-label": intl.formatMessage(messages.toolbarLabel),
194
+ "aria-controls": EDIT_AREA_ID
195
+ }, jsx(KeyDownHandlerContext.Provider, {
196
+ value: submenuKeydownHandleContext
197
+ }, children));
198
+ };
199
+ function getFocusableElements(rootNode) {
200
+ if (!rootNode) {
201
+ return [];
202
+ }
203
+ const focusableModalElements = rootNode.querySelectorAll('a[href], button:not([disabled]), textarea, input, select, div[tabindex="-1"], div[tabindex="0"]') || [];
204
+ return Array.from(focusableModalElements);
205
+ }
206
+ function getFilteredFocusableElements(rootNode) {
207
+ //The focusable elements from child components such as dropdown menus / popups are ignored
208
+ return getFocusableElements(rootNode).filter(elm => !elm.closest('[data-role="droplistContent"]') && !elm.closest('[data-emoji-picker-container="true"]') && !elm.closest('[data-test-id="color-picker-menu"]') && !elm.closest('.scroll-buttons'));
209
+ }
@@ -1,6 +1,7 @@
1
- export { default as DropdownMenu } from '../ui-menu/DropdownMenu';
2
- export { default as ToolbarButton, TOOLBAR_BUTTON } from '../ui-menu/ToolbarButton';
3
- export { ArrowKeyNavigationProvider } from '../ui-menu/ArrowKeyNavigationProvider';
4
- export { ArrowKeyNavigationType } from '../ui-menu/ArrowKeyNavigationProvider/types';
1
+ export { default as DropdownMenu, DropdownMenuWithKeyboardNavigation } from './DropdownMenu';
2
+ export { default as ToolbarButton, TOOLBAR_BUTTON } from './ToolbarButton';
3
+ export { ArrowKeyNavigationProvider } from './ArrowKeyNavigationProvider';
4
+ export { ToolbarArrowKeyNavigationProvider, KeyDownHandlerContext } from './ToolbarArrowKeyNavigationProvider';
5
+ export { ArrowKeyNavigationType } from './ArrowKeyNavigationProvider/types';
5
6
  export { ColorPaletteArrowKeyNavigationProvider } from './ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider';
6
7
  export { default as Dropdown } from './Dropdown';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "74.29.2",
3
+ "version": "74.30.0",
4
4
  "sideEffects": false
5
5
  }
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
18
18
  'fabric.editor.blockTitle': 'Karta',
19
19
  'fabric.editor.blockquote': 'citace',
20
+ 'fabric.editor.bug': 'Chyba',
20
21
  'fabric.editor.cancelButton': 'Zrušit',
21
22
  'fabric.editor.captionPlaceholder': 'Přidejte popisek',
22
23
  'fabric.editor.cardFloatingControls': 'Možnosti karty',
24
+ 'fabric.editor.clearLink': 'Vymazat odkaz',
25
+ 'fabric.editor.clearLinkText': 'Vymazat text',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Obousměrné znaky mění pořadí vykreslování textu. Může to být použito k zakrytí škodlivého kódu.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
35
38
  'fabric.editor.decision': 'Rozhodnutí',
36
39
  'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
40
+ 'fabric.editor.defaultAltText': 'Položka seznamu',
37
41
  'fabric.editor.displayBlock': 'Zobrazit jako kartu',
38
42
  'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
39
43
  'fabric.editor.displayInline': 'Zobrazit v řádku',
40
44
  'fabric.editor.displayLink': 'Zobrazit jako text',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
46
+ 'fabric.editor.displayText': 'Text k zobrazení',
42
47
  'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
43
48
  'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
44
49
  'fabric.editor.editLink': 'Upravit odkaz',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
49
54
  'fabric.editor.emptyLink': 'Zadejte odkaz.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Rozbalení',
51
57
  'fabric.editor.expand.description': 'Vložit rozbalení',
52
58
  'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
55
61
  'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
56
62
  'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
57
69
  'fabric.editor.help': 'Nápověda',
58
70
  'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
59
71
  'fabric.editor.horizontalRule': 'Dílčí příčka',
60
72
  'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nebyly nalezeny žádné výsledky} one {{count,number} nalezený výsledek} few {{count,number} nalezené výsledky} many {{count,number} nalezeného výsledku} other {{count,number} nalezených výsledků}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
62
77
  'fabric.editor.image': 'Obrázek',
78
+ 'fabric.editor.improvement': 'Vylepšení',
63
79
  'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
64
80
  'fabric.editor.inlineTitle': 'Vložený',
65
81
  'fabric.editor.insertMenu': 'Vložit',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
86
102
  'fabric.editor.status': 'Stav',
87
103
  'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
104
+ 'fabric.editor.story': 'Story',
105
+ 'fabric.editor.subTask': 'Podúkol',
88
106
  'fabric.editor.table': 'Tabulka',
89
107
  'fabric.editor.table.description': 'Vložit tabulku',
108
+ 'fabric.editor.task': 'Úkol',
90
109
  'fabric.editor.time.ago': 'zpět',
91
110
  'fabric.editor.time.updated': 'Aktualizováno',
92
111
  'fabric.editor.time.viewed': 'Zobrazeno',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
18
18
  'fabric.editor.blockTitle': 'Kort',
19
19
  'fabric.editor.blockquote': 'et citat',
20
+ 'fabric.editor.bug': 'Fejl',
20
21
  'fabric.editor.cancelButton': 'Annullér',
21
22
  'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
22
23
  'fabric.editor.cardFloatingControls': 'Muligheder for kort',
24
+ 'fabric.editor.clearLink': 'Ryd link',
25
+ 'fabric.editor.clearLinkText': 'Ryd tekst',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Tilføj en dato med en kalender',
35
38
  'fabric.editor.decision': 'Beslutning',
36
39
  'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
40
+ 'fabric.editor.defaultAltText': 'Listeelement',
37
41
  'fabric.editor.displayBlock': 'Vis som kort',
38
42
  'fabric.editor.displayEmbed': 'Vis som indlejret',
39
43
  'fabric.editor.displayInline': 'Vis indbygget',
40
44
  'fabric.editor.displayLink': 'Vis som tekst',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
46
+ 'fabric.editor.displayText': 'Vist tekst',
42
47
  'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
43
48
  'fabric.editor.edit.datasource': 'Rediger søgning',
44
49
  'fabric.editor.editLink': 'Redigér link',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
49
54
  'fabric.editor.emptyLink': 'Indtast et link.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Udvid',
51
57
  'fabric.editor.expand.description': 'Indsæt en udvidelse',
52
58
  'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
55
61
  'fabric.editor.feedbackDialog': 'Giv feedback',
56
62
  'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
57
69
  'fabric.editor.help': 'Hjælp',
58
70
  'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
59
71
  'fabric.editor.horizontalRule': 'Rumdeler',
60
72
  'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
62
77
  'fabric.editor.image': 'Billeder',
78
+ 'fabric.editor.improvement': 'Forbedring',
63
79
  'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
64
80
  'fabric.editor.inlineTitle': 'Indbyg',
65
81
  'fabric.editor.insertMenu': 'Indsæt',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
86
102
  'fabric.editor.status': 'Status',
87
103
  'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
104
+ 'fabric.editor.story': 'Historie',
105
+ 'fabric.editor.subTask': 'Underopgave',
88
106
  'fabric.editor.table': 'Tabel',
89
107
  'fabric.editor.table.description': 'Indsæt en tabel',
108
+ 'fabric.editor.task': 'Opgave',
90
109
  'fabric.editor.time.ago': 'siden',
91
110
  'fabric.editor.time.updated': 'Opdateret',
92
111
  'fabric.editor.time.viewed': 'Vist',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
18
18
  'fabric.editor.blockTitle': 'Karte',
19
19
  'fabric.editor.blockquote': 'ein Angebot',
20
+ 'fabric.editor.bug': 'Bug',
20
21
  'fabric.editor.cancelButton': 'Abbrechen',
21
22
  'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
22
23
  'fabric.editor.cardFloatingControls': 'Kartenoptionen',
24
+ 'fabric.editor.clearLink': 'Link löschen',
25
+ 'fabric.editor.clearLinkText': 'Text löschen',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
35
38
  'fabric.editor.decision': 'Entscheidung',
36
39
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
40
+ 'fabric.editor.defaultAltText': 'Listenelement',
37
41
  'fabric.editor.displayBlock': 'Karte anzeigen',
38
42
  'fabric.editor.displayEmbed': 'Einbettung anzeigen',
39
43
  'fabric.editor.displayInline': 'Inline anzeigen',
40
44
  'fabric.editor.displayLink': 'Als Text anzeigen',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
46
+ 'fabric.editor.displayText': 'Text zum Anzeigen',
42
47
  'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
43
48
  'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
44
49
  'fabric.editor.editLink': 'Link bearbeiten',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
49
54
  'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Erweiterung',
51
57
  'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
52
58
  'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
55
61
  'fabric.editor.feedbackDialog': 'Feedback geben',
56
62
  'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
57
69
  'fabric.editor.help': 'Hilfe',
58
70
  'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
59
71
  'fabric.editor.horizontalRule': 'Trennlinie',
60
72
  'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
62
77
  'fabric.editor.image': 'Bild',
78
+ 'fabric.editor.improvement': 'Verbesserung',
63
79
  'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
64
80
  'fabric.editor.inlineTitle': 'Inline',
65
81
  'fabric.editor.insertMenu': 'Einfügen',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
86
102
  'fabric.editor.status': 'Status',
87
103
  'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
104
+ 'fabric.editor.story': 'Story',
105
+ 'fabric.editor.subTask': 'Sub-Task',
88
106
  'fabric.editor.table': 'Tabelle',
89
107
  'fabric.editor.table.description': 'Tabelle einfügen',
108
+ 'fabric.editor.task': 'Task',
90
109
  'fabric.editor.time.ago': 'vor',
91
110
  'fabric.editor.time.updated': 'Aktualisiert',
92
111
  'fabric.editor.time.viewed': 'Angesehen',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
18
18
  'fabric.editor.blockTitle': 'Tarjeta',
19
19
  'fabric.editor.blockquote': 'una cita',
20
+ 'fabric.editor.bug': 'Error',
20
21
  'fabric.editor.cancelButton': 'Cancelar',
21
22
  'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
22
23
  'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
24
+ 'fabric.editor.clearLink': 'Borrar enlace',
25
+ 'fabric.editor.clearLinkText': 'Borrar texto',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
35
38
  'fabric.editor.decision': 'Decisión',
36
39
  'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
40
+ 'fabric.editor.defaultAltText': 'Elemento de la lista',
37
41
  'fabric.editor.displayBlock': 'Mostrar como tarjeta',
38
42
  'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
39
43
  'fabric.editor.displayInline': 'Mostrar insertado',
40
44
  'fabric.editor.displayLink': 'Mostrar como texto',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
46
+ 'fabric.editor.displayText': 'Texto para mostrar',
42
47
  'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
43
48
  'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
44
49
  'fabric.editor.editLink': 'Editar enlace',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
49
54
  'fabric.editor.emptyLink': 'Introduce un enlace.',
55
+ 'fabric.editor.epic': 'Epic',
50
56
  'fabric.editor.expand': 'Ampliar',
51
57
  'fabric.editor.expand.description': 'Insertar una ampliación',
52
58
  'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
55
61
  'fabric.editor.feedbackDialog': 'Enviar comentarios',
56
62
  'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
57
69
  'fabric.editor.help': 'Ayuda',
58
70
  'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
59
71
  'fabric.editor.horizontalRule': 'Divisor',
60
72
  'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Etiqueta de enlace',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
62
77
  'fabric.editor.image': 'Imagen',
78
+ 'fabric.editor.improvement': 'Mejora',
63
79
  'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
64
80
  'fabric.editor.inlineTitle': 'Insertado',
65
81
  'fabric.editor.insertMenu': 'Insertar',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
86
102
  'fabric.editor.status': 'Estado',
87
103
  'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
104
+ 'fabric.editor.story': 'Historia',
105
+ 'fabric.editor.subTask': 'Subtarea',
88
106
  'fabric.editor.table': 'Tabla',
89
107
  'fabric.editor.table.description': 'Insertar una tabla',
108
+ 'fabric.editor.task': 'Tarea',
90
109
  'fabric.editor.time.ago': 'antes',
91
110
  'fabric.editor.time.updated': 'Actualizado',
92
111
  'fabric.editor.time.viewed': 'Visto',
@@ -17,9 +17,12 @@ export default {
17
17
  'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
18
18
  'fabric.editor.blockTitle': 'Kortti',
19
19
  'fabric.editor.blockquote': 'sitaatti',
20
+ 'fabric.editor.bug': 'Bugi',
20
21
  'fabric.editor.cancelButton': 'Peruuta',
21
22
  'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
22
23
  'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
24
+ 'fabric.editor.clearLink': 'Tyhjennä linkki',
25
+ 'fabric.editor.clearLinkText': 'Tyhjennä teksti',
23
26
  'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
24
27
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
25
28
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
@@ -34,11 +37,13 @@ export default {
34
37
  'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
35
38
  'fabric.editor.decision': 'Päätös',
36
39
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
40
+ 'fabric.editor.defaultAltText': 'Listamerkintä',
37
41
  'fabric.editor.displayBlock': 'Näytä kortti',
38
42
  'fabric.editor.displayEmbed': 'Näytä upotus',
39
43
  'fabric.editor.displayInline': 'Näytä sisäelementti',
40
44
  'fabric.editor.displayLink': 'Näytä tekstinä',
41
45
  'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
46
+ 'fabric.editor.displayText': 'Näytettävä teksti',
42
47
  'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
43
48
  'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
44
49
  'fabric.editor.editLink': 'Muokkaa linkkiä',
@@ -47,6 +52,7 @@ export default {
47
52
  'fabric.editor.emoji': 'Emoji',
48
53
  'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
49
54
  'fabric.editor.emptyLink': 'Anna linkki.',
55
+ 'fabric.editor.epic': 'Eepos',
50
56
  'fabric.editor.expand': 'Laajenna',
51
57
  'fabric.editor.expand.description': 'Lisää laajennus',
52
58
  'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
@@ -54,12 +60,22 @@ export default {
54
60
  'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
55
61
  'fabric.editor.feedbackDialog': 'Anna palautetta',
56
62
  'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
63
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
64
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
65
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
66
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
67
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
68
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
57
69
  'fabric.editor.help': 'Ohje',
58
70
  'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
59
71
  'fabric.editor.horizontalRule': 'Jakaja',
60
72
  'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
73
+ 'fabric.editor.hyperlink.linkAriaLabel': 'Linkin tunniste',
74
+ 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
75
+ 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
61
76
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
62
77
  'fabric.editor.image': 'Kuva',
78
+ 'fabric.editor.improvement': 'Parannus',
63
79
  'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
64
80
  'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
65
81
  'fabric.editor.insertMenu': 'Lisää',
@@ -85,8 +101,11 @@ export default {
85
101
  'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
86
102
  'fabric.editor.status': 'Tila',
87
103
  'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
104
+ 'fabric.editor.story': 'Tarina',
105
+ 'fabric.editor.subTask': 'Alitehtävä',
88
106
  'fabric.editor.table': 'Taulu',
89
107
  'fabric.editor.table.description': 'Lisää taulukko',
108
+ 'fabric.editor.task': 'Tehtävä',
90
109
  'fabric.editor.time.ago': 'sitten',
91
110
  'fabric.editor.time.updated': 'Päivitetty',
92
111
  'fabric.editor.time.viewed': 'Katseltu',