@atlaskit/editor-common 78.22.4 → 78.23.1

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 (155) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/i18n/cs.js +2 -1
  3. package/dist/cjs/i18n/da.js +3 -2
  4. package/dist/cjs/i18n/de.js +2 -1
  5. package/dist/cjs/i18n/en.js +11 -3
  6. package/dist/cjs/i18n/en_GB.js +11 -3
  7. package/dist/cjs/i18n/es.js +3 -2
  8. package/dist/cjs/i18n/fi.js +3 -2
  9. package/dist/cjs/i18n/fr.js +2 -1
  10. package/dist/cjs/i18n/hu.js +2 -1
  11. package/dist/cjs/i18n/it.js +2 -1
  12. package/dist/cjs/i18n/ja.js +2 -1
  13. package/dist/cjs/i18n/ko.js +6 -5
  14. package/dist/cjs/i18n/nb.js +2 -1
  15. package/dist/cjs/i18n/nl.js +2 -1
  16. package/dist/cjs/i18n/pl.js +3 -2
  17. package/dist/cjs/i18n/pt_BR.js +2 -1
  18. package/dist/cjs/i18n/ru.js +2 -1
  19. package/dist/cjs/i18n/sv.js +2 -1
  20. package/dist/cjs/i18n/th.js +2 -1
  21. package/dist/cjs/i18n/tr.js +2 -1
  22. package/dist/cjs/i18n/uk.js +4 -3
  23. package/dist/cjs/i18n/vi.js +2 -1
  24. package/dist/cjs/i18n/zh.js +2 -1
  25. package/dist/cjs/i18n/zh_TW.js +2 -1
  26. package/dist/cjs/messages/table.js +2 -12
  27. package/dist/cjs/monitoring/error.js +1 -1
  28. package/dist/cjs/paste/md-plugins/linkify-md-plugin.js +9 -1
  29. package/dist/cjs/ui/DropList/index.js +1 -1
  30. package/dist/cjs/utils/hyperlink.js +9 -1
  31. package/dist/cjs/utils/index.js +7 -0
  32. package/dist/cjs/utils/should-auto-linkify-tld.js +87 -0
  33. package/dist/es2019/i18n/cs.js +2 -1
  34. package/dist/es2019/i18n/da.js +3 -2
  35. package/dist/es2019/i18n/de.js +2 -1
  36. package/dist/es2019/i18n/en.js +11 -3
  37. package/dist/es2019/i18n/en_GB.js +11 -3
  38. package/dist/es2019/i18n/es.js +3 -2
  39. package/dist/es2019/i18n/fi.js +3 -2
  40. package/dist/es2019/i18n/fr.js +2 -1
  41. package/dist/es2019/i18n/hu.js +2 -1
  42. package/dist/es2019/i18n/it.js +2 -1
  43. package/dist/es2019/i18n/ja.js +2 -1
  44. package/dist/es2019/i18n/ko.js +6 -5
  45. package/dist/es2019/i18n/nb.js +2 -1
  46. package/dist/es2019/i18n/nl.js +2 -1
  47. package/dist/es2019/i18n/pl.js +3 -2
  48. package/dist/es2019/i18n/pt_BR.js +2 -1
  49. package/dist/es2019/i18n/ru.js +2 -1
  50. package/dist/es2019/i18n/sv.js +2 -1
  51. package/dist/es2019/i18n/th.js +2 -1
  52. package/dist/es2019/i18n/tr.js +2 -1
  53. package/dist/es2019/i18n/uk.js +4 -3
  54. package/dist/es2019/i18n/vi.js +2 -1
  55. package/dist/es2019/i18n/zh.js +2 -1
  56. package/dist/es2019/i18n/zh_TW.js +2 -1
  57. package/dist/es2019/messages/table.js +2 -12
  58. package/dist/es2019/monitoring/error.js +1 -1
  59. package/dist/es2019/paste/md-plugins/linkify-md-plugin.js +8 -2
  60. package/dist/es2019/ui/DropList/index.js +1 -1
  61. package/dist/es2019/utils/hyperlink.js +7 -1
  62. package/dist/es2019/utils/index.js +1 -0
  63. package/dist/es2019/utils/should-auto-linkify-tld.js +80 -0
  64. package/dist/esm/i18n/cs.js +2 -1
  65. package/dist/esm/i18n/da.js +3 -2
  66. package/dist/esm/i18n/de.js +2 -1
  67. package/dist/esm/i18n/en.js +11 -3
  68. package/dist/esm/i18n/en_GB.js +11 -3
  69. package/dist/esm/i18n/es.js +3 -2
  70. package/dist/esm/i18n/fi.js +3 -2
  71. package/dist/esm/i18n/fr.js +2 -1
  72. package/dist/esm/i18n/hu.js +2 -1
  73. package/dist/esm/i18n/it.js +2 -1
  74. package/dist/esm/i18n/ja.js +2 -1
  75. package/dist/esm/i18n/ko.js +6 -5
  76. package/dist/esm/i18n/nb.js +2 -1
  77. package/dist/esm/i18n/nl.js +2 -1
  78. package/dist/esm/i18n/pl.js +3 -2
  79. package/dist/esm/i18n/pt_BR.js +2 -1
  80. package/dist/esm/i18n/ru.js +2 -1
  81. package/dist/esm/i18n/sv.js +2 -1
  82. package/dist/esm/i18n/th.js +2 -1
  83. package/dist/esm/i18n/tr.js +2 -1
  84. package/dist/esm/i18n/uk.js +4 -3
  85. package/dist/esm/i18n/vi.js +2 -1
  86. package/dist/esm/i18n/zh.js +2 -1
  87. package/dist/esm/i18n/zh_TW.js +2 -1
  88. package/dist/esm/messages/table.js +2 -12
  89. package/dist/esm/monitoring/error.js +1 -1
  90. package/dist/esm/paste/md-plugins/linkify-md-plugin.js +10 -2
  91. package/dist/esm/ui/DropList/index.js +1 -1
  92. package/dist/esm/utils/hyperlink.js +9 -1
  93. package/dist/esm/utils/index.js +1 -0
  94. package/dist/esm/utils/should-auto-linkify-tld.js +80 -0
  95. package/dist/types/analytics/types/loom-events.d.ts +4 -3
  96. package/dist/types/i18n/cs.d.ts +1 -0
  97. package/dist/types/i18n/da.d.ts +1 -0
  98. package/dist/types/i18n/de.d.ts +1 -0
  99. package/dist/types/i18n/en.d.ts +9 -1
  100. package/dist/types/i18n/en_GB.d.ts +9 -1
  101. package/dist/types/i18n/es.d.ts +1 -0
  102. package/dist/types/i18n/fi.d.ts +1 -0
  103. package/dist/types/i18n/fr.d.ts +1 -0
  104. package/dist/types/i18n/hu.d.ts +1 -0
  105. package/dist/types/i18n/it.d.ts +1 -0
  106. package/dist/types/i18n/ja.d.ts +1 -0
  107. package/dist/types/i18n/ko.d.ts +1 -0
  108. package/dist/types/i18n/nb.d.ts +1 -0
  109. package/dist/types/i18n/nl.d.ts +1 -0
  110. package/dist/types/i18n/pl.d.ts +1 -0
  111. package/dist/types/i18n/pt_BR.d.ts +1 -0
  112. package/dist/types/i18n/ru.d.ts +1 -0
  113. package/dist/types/i18n/sv.d.ts +1 -0
  114. package/dist/types/i18n/th.d.ts +1 -0
  115. package/dist/types/i18n/tr.d.ts +1 -0
  116. package/dist/types/i18n/uk.d.ts +1 -0
  117. package/dist/types/i18n/vi.d.ts +1 -0
  118. package/dist/types/i18n/zh.d.ts +1 -0
  119. package/dist/types/i18n/zh_TW.d.ts +1 -0
  120. package/dist/types/messages/table.d.ts +0 -10
  121. package/dist/types/types/annotation/index.d.ts +1 -0
  122. package/dist/types/utils/hyperlink.d.ts +6 -3
  123. package/dist/types/utils/index.d.ts +1 -0
  124. package/dist/types/utils/should-auto-linkify-tld.d.ts +17 -0
  125. package/dist/types-ts4.5/analytics/types/loom-events.d.ts +4 -3
  126. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  127. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  128. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  129. package/dist/types-ts4.5/i18n/en.d.ts +9 -1
  130. package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
  131. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  132. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  133. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  134. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  135. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  136. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  137. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  138. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  139. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  140. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  141. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  142. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  143. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  144. package/dist/types-ts4.5/i18n/th.d.ts +1 -0
  145. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  146. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  147. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  148. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  149. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  150. package/dist/types-ts4.5/messages/table.d.ts +0 -10
  151. package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
  152. package/dist/types-ts4.5/utils/hyperlink.d.ts +6 -3
  153. package/dist/types-ts4.5/utils/index.d.ts +1 -0
  154. package/dist/types-ts4.5/utils/should-auto-linkify-tld.d.ts +17 -0
  155. package/package.json +8 -6
@@ -102,7 +102,7 @@ var _default = exports.default = {
102
102
  'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
103
103
  'fabric.editor.datasource.jiraIssue': 'Jira 議題',
104
104
  'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
105
- 'fabric.editor.datasourceAppearanceTitle': '表格',
105
+ 'fabric.editor.datasourceAppearanceTitle': '列表',
106
106
  'fabric.editor.datasourceTitle': '編輯搜尋查詢',
107
107
  'fabric.editor.date': '日期',
108
108
  'fabric.editor.date.description': '使用日曆新增日期',
@@ -363,6 +363,7 @@ var _default = exports.default = {
363
363
  'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
364
364
  'fabric.editor.table': '表格',
365
365
  'fabric.editor.table.description': '插入表格',
366
+ 'fabric.editor.tableFullWidthLabel': '全寬',
366
367
  'fabric.editor.tableOptions': '表格選項',
367
368
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
368
369
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
@@ -248,24 +248,14 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
248
248
  },
249
249
  focusedOtherResize: {
250
250
  id: 'fabric.editor.tables.otherResize',
251
- defaultMessage: 'Switched to the {direction} column resize',
251
+ defaultMessage: '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
252
252
  description: 'Screen Reader announces when the user switches to the left or right column resizer'
253
253
  },
254
254
  changedColumnWidth: {
255
255
  id: 'fabric.editor.tables.columnWidth',
256
- defaultMessage: 'Column width was changed to {width} pixels',
256
+ defaultMessage: '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
257
257
  description: 'Screen Reader announces when the user modifies the column width'
258
258
  },
259
- columnLeftResize: {
260
- id: 'fabric.editor.tables.columnLeftResize',
261
- defaultMessage: 'left',
262
- description: 'Screen Reader announces the jump to the preceding column resizer'
263
- },
264
- columnRightResize: {
265
- id: 'fabric.editor.tables.columnRightResize',
266
- defaultMessage: 'right',
267
- description: 'Screen Reader announces the jump to the subsequent column resizer'
268
- },
269
259
  columnResizeStop: {
270
260
  id: 'fabric.editor.tables.resizeStop',
271
261
  defaultMessage: 'Stopped resize',
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
16
16
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "78.22.4";
19
+ var packageVersion = "78.23.1";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it
@@ -7,11 +7,14 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _linkifyIt = _interopRequireDefault(require("linkify-it"));
9
9
  var _adfSchema = require("@atlaskit/adf-schema");
10
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
10
11
  var _utils = require("../../utils");
11
12
  // File has been copied to packages/editor/editor-plugin-ai/src/provider/markdown-transformer/md/linkify-md-plugin.ts
12
13
  // If changes are made to this file, please make the same update in the linked file.
13
14
 
14
- // modified version of the original Linkify plugin
15
+ // See https://product-fabric.atlassian.net/browse/ED-3097 for why this file exists.
16
+
17
+ // modified version of the original markdown-it Linkify plugin
15
18
  // https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/linkify.js
16
19
  var arrayReplaceAt = function arrayReplaceAt(src, pos, newElements) {
17
20
  return [].concat(src.slice(0, pos), newElements, src.slice(pos + 1));
@@ -64,6 +67,11 @@ var linkify = function linkify(state) {
64
67
  if (!links.length) {
65
68
  links = linkify.match(text) || [];
66
69
  }
70
+ if ((0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.prevent-suspicious-linkification')) {
71
+ links = links.filter(function (link) {
72
+ return (0, _utils.shouldAutoLinkifyMatch)(link);
73
+ });
74
+ }
67
75
 
68
76
  // Now split string to nodes
69
77
  var nodes = [];
@@ -22,7 +22,7 @@ var _templateObject, _templateObject2, _templateObject3;
22
22
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
23
23
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
24
24
  var packageName = "@atlaskit/editor-common";
25
- var packageVersion = "78.22.4";
25
+ var packageVersion = "78.23.1";
26
26
  var halfFocusRing = 1;
27
27
  var dropOffset = '0, 8';
28
28
  var DropList = /*#__PURE__*/function (_Component) {
@@ -14,7 +14,9 @@ exports.normalizeUrl = normalizeUrl;
14
14
  var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
15
15
  var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
16
16
  var _adfSchema = require("@atlaskit/adf-schema");
17
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
17
18
  var _types = require("../analytics/types");
19
+ var _shouldAutoLinkifyTld = require("./should-auto-linkify-tld");
18
20
  var _slice = require("./slice");
19
21
  // File has been copied to packages/editor/editor-plugin-ai/src/provider/markdown-transformer/utils/hyperlink.ts
20
22
  // If changes are made to this file, please make the same update in the linked file.
@@ -84,6 +86,10 @@ function normalizeUrl(url) {
84
86
  }
85
87
  return (0, _adfSchema.normalizeUrl)(url);
86
88
  }
89
+
90
+ /**
91
+ * Linkify content in a slice (eg. after a rich text paste)
92
+ */
87
93
  function linkifyContent(schema) {
88
94
  return function (slice) {
89
95
  return (0, _slice.mapSlice)(slice, function (node, parent) {
@@ -95,7 +101,9 @@ function linkifyContent(schema) {
95
101
  if (isAllowedInParent && node.isText && !link.isInSet(node.marks)) {
96
102
  var linkified = [];
97
103
  var text = node.text;
98
- var matches = findLinkMatches(text);
104
+ var matches = (0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.prevent-suspicious-linkification') ? findLinkMatches(text).filter(function (match) {
105
+ return (0, _shouldAutoLinkifyTld.shouldAutoLinkifyTld)(match.title);
106
+ }) : findLinkMatches(text);
99
107
  var pos = 0;
100
108
  var filepaths = findFilepaths(text);
101
109
  matches.forEach(function (match) {
@@ -950,6 +950,12 @@ Object.defineProperty(exports, "setTextSelection", {
950
950
  }
951
951
  });
952
952
  exports.shallowEqual = shallowEqual;
953
+ Object.defineProperty(exports, "shouldAutoLinkifyMatch", {
954
+ enumerable: true,
955
+ get: function get() {
956
+ return _shouldAutoLinkifyTld.shouldAutoLinkifyMatch;
957
+ }
958
+ });
953
959
  Object.defineProperty(exports, "shouldForceTracking", {
954
960
  enumerable: true,
955
961
  get: function get() {
@@ -1109,6 +1115,7 @@ Object.defineProperty(exports, "wrapSelectionIn", {
1109
1115
  var _utils = require("@atlaskit/editor-prosemirror/utils");
1110
1116
  var _document = require("./document");
1111
1117
  var _editorCoreUtils = require("./editor-core-utils");
1118
+ var _shouldAutoLinkifyTld = require("./should-auto-linkify-tld");
1112
1119
  var _annotation = require("./annotation");
1113
1120
  var _macro = require("./macro");
1114
1121
  var _browser = _interopRequireDefault(require("./browser"));
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.shouldAutoLinkifyMatch = shouldAutoLinkifyMatch;
7
+ exports.shouldAutoLinkifyTld = shouldAutoLinkifyTld;
8
+ /** Created by scanning the Wikipedia page for all TLDs and selecting those that are common filenames, along
9
+ * with customer complaints */
10
+ var tldsToNotAutoLinkify = ['name', 'zip', 'doc', 'mov',
11
+ // Ensure common 2 character file extensions aren't linkified without https prefix
12
+ 'md',
13
+ // Postscript
14
+ 'ps',
15
+ // C++
16
+ 'cc',
17
+ // C#
18
+ 'cs',
19
+ // f#
20
+ 'fs',
21
+ // Go
22
+ 'go',
23
+ // JavaScript
24
+ 'js',
25
+ // Perl
26
+ 'pl',
27
+ // Perl module
28
+ 'pm',
29
+ // Python
30
+ 'py',
31
+ // Ruby
32
+ 'rb',
33
+ // Rust
34
+ 'rs',
35
+ // Bash
36
+ 'sh',
37
+ // Typescript
38
+ 'ts',
39
+ // C#
40
+ 'cs',
41
+ // Visual Basic
42
+ 'vb'];
43
+
44
+ /**
45
+ * Decide if a url should auto linkify, based on the TLD.
46
+ * If URL is in a list of suspicious TLDs (eg. README.md), returns false
47
+ * If URL is prefixed with http:// or https:// or www, returns true (allows linkify), as user intention is clear
48
+ * this is a URL.
49
+ * If the link is invalid (eg. missing a TLD), returns true (allows linkify)
50
+ *
51
+ * @param url Link that hasn't been already prefixed with http://, https:// or www.
52
+ */
53
+ function shouldAutoLinkifyTld(url) {
54
+ var startsWithHttpHttps = /^https?:\/\//.test(url);
55
+ if (startsWithHttpHttps) {
56
+ return true;
57
+ }
58
+ var startsWithWWW = /^www\./.test(url);
59
+ if (startsWithWWW) {
60
+ return true;
61
+ }
62
+ try {
63
+ var hostname = new URL("https://".concat(url)).hostname;
64
+ var parts = hostname.split('.');
65
+ var tld = parts.length > 1 ? parts[parts.length - 1] : null;
66
+ if (parts[0] === '') {
67
+ // If the domain is an empty string (ie the link is `.com`), it's invalid, so
68
+ // automatically return true
69
+ return true;
70
+ }
71
+ if (!tld) {
72
+ return true;
73
+ }
74
+ return !tldsToNotAutoLinkify.includes(tld);
75
+ } catch (e) {
76
+ return true;
77
+ }
78
+ }
79
+
80
+ /**
81
+ * Check if url match uses tld we don't want to auto linkify
82
+ * @param match Linkify Match
83
+ * @returns True if should auto linkify, false otherwise
84
+ */
85
+ function shouldAutoLinkifyMatch(match) {
86
+ return shouldAutoLinkifyTld(match.raw);
87
+ }
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
97
97
  'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabulka',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Sloupec',
100
100
  'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
101
101
  'fabric.editor.date': 'Datum',
102
102
  'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
358
358
  'fabric.editor.table': 'Tabulka',
359
359
  'fabric.editor.table.description': 'Vložit tabulku',
360
+ 'fabric.editor.tableFullWidthLabel': 'Celá šířka',
360
361
  'fabric.editor.tableOptions': 'Možnosti tabulky',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla snížena na {newWidth,number} pixel.} few {Šířka tabulky byla snížena na {newWidth,number} pixely.} many {Šířka tabulky byla snížena na {newWidth,number} pixelu.} other {Šířka tabulky byla snížena na {newWidth,number} pixelů.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla zvýšena na {newWidth,number} pixel.} few {Šířka tabulky byla zvýšena na {newWidth,number} pixely.} many {Šířka tabulky byla zvýšena na {newWidth,number} pixelu.} other {Šířka tabulky byla zvýšena na {newWidth,number} pixelů.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-sager',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Indsæt Jira-sager fra Jira Cloud med forbedret søgning, filtrering og konfiguration.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabel',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Liste',
100
100
  'fabric.editor.datasourceTitle': 'Rediger søgning',
101
101
  'fabric.editor.date': 'Dato',
102
102
  'fabric.editor.date.description': 'Tilføj en dato med en kalender',
@@ -261,7 +261,7 @@ export default {
261
261
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
262
262
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
263
263
  'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. bredde {maxWidth} px',
264
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth} px',
264
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth} pixels',
265
265
  'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til pixels',
266
266
  'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Overfør fra procentdel til fast pixelstørrelse',
267
267
  'fabric.editor.media.pixelEntry.submitButtonText': 'Indsend',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
358
358
  'fabric.editor.table': 'Tabel',
359
359
  'fabric.editor.table.description': 'Indsæt en tabel',
360
+ 'fabric.editor.tableFullWidthLabel': 'Fuld bredde',
360
361
  'fabric.editor.tableOptions': 'Egenskaber for tabel',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde reduceret til {newWidth,number} pixel.} other {Tabelbredde reduceret til {newWidth,number} pixel.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabelle',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Liste',
100
100
  'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
101
101
  'fabric.editor.date': 'Datum',
102
102
  'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
358
358
  'fabric.editor.table': 'Tabelle',
359
359
  'fabric.editor.table.description': 'Tabelle einfügen',
360
+ 'fabric.editor.tableFullWidthLabel': 'Volle Breite',
360
361
  'fabric.editor.tableOptions': 'Tabellenoptionen',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira Issues',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Table',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'List',
100
100
  'fabric.editor.datasourceTitle': 'Edit search query',
101
101
  'fabric.editor.date': 'Date',
102
102
  'fabric.editor.date.description': 'Add a date using a calendar',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
358
358
  'fabric.editor.table': 'Table',
359
359
  'fabric.editor.table.description': 'Insert a table',
360
+ 'fabric.editor.tableFullWidthLabel': 'Full-width',
360
361
  'fabric.editor.tableOptions': 'Table options',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
@@ -365,9 +366,17 @@ export default {
365
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
366
367
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
367
368
  'fabric.editor.tables.adjustColumn': 'Adjust column',
369
+ 'fabric.editor.tables.columnLeftResize': 'left',
370
+ 'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
371
+ 'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
372
+ 'fabric.editor.tables.columnRightResize': 'right',
373
+ 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
368
374
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
369
375
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
376
+ 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
377
+ 'fabric.editor.tables.resizeStop': 'Stopped resize',
370
378
  'fabric.editor.tables.resizeTable': 'Resize table',
379
+ 'fabric.editor.tables.startedColumnResize': 'Started column resize',
371
380
  'fabric.editor.task': 'Task',
372
381
  'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
373
382
  'fabric.editor.text.formatting.off': 'Text formatting Off',
@@ -471,6 +480,5 @@ export default {
471
480
  'fabric.theme.teal': 'Teal',
472
481
  'fabric.theme.white': 'White',
473
482
  'fabric.theme.yellow': 'Yellow',
474
- 'fabrid.editor.rowNumbers': 'Row numbers',
475
- testMessage: 'Default Message'
483
+ 'fabrid.editor.rowNumbers': 'Row numbers'
476
484
  };
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira Issues',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Table',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'List',
100
100
  'fabric.editor.datasourceTitle': 'Edit search query',
101
101
  'fabric.editor.date': 'Date',
102
102
  'fabric.editor.date.description': 'Add a date using a calendar',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
358
358
  'fabric.editor.table': 'Table',
359
359
  'fabric.editor.table.description': 'Insert a table',
360
+ 'fabric.editor.tableFullWidthLabel': 'Full-width',
360
361
  'fabric.editor.tableOptions': 'Table options',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
@@ -365,9 +366,17 @@ export default {
365
366
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
366
367
  'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
367
368
  'fabric.editor.tables.adjustColumn': 'Adjust column',
369
+ 'fabric.editor.tables.columnLeftResize': 'left',
370
+ 'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
371
+ 'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
372
+ 'fabric.editor.tables.columnRightResize': 'right',
373
+ 'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
368
374
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
369
375
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
376
+ 'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
377
+ 'fabric.editor.tables.resizeStop': 'Stopped resize',
370
378
  'fabric.editor.tables.resizeTable': 'Resize table',
379
+ 'fabric.editor.tables.startedColumnResize': 'Started column resize',
371
380
  'fabric.editor.task': 'Task',
372
381
  'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
373
382
  'fabric.editor.text.formatting.off': 'Text formatting Off',
@@ -471,6 +480,5 @@ export default {
471
480
  'fabric.theme.teal': 'Teal',
472
481
  'fabric.theme.white': 'White',
473
482
  'fabric.theme.yellow': 'Yellow',
474
- 'fabrid.editor.rowNumbers': 'Row numbers',
475
- testMessage: 'Default Message'
483
+ 'fabrid.editor.rowNumbers': 'Row numbers'
476
484
  };
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
97
97
  'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabla',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Lista',
100
100
  'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
101
101
  'fabric.editor.date': 'Fecha',
102
102
  'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
@@ -183,7 +183,7 @@ export default {
183
183
  'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
184
184
  'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
185
185
  'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
186
- 'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla de centrado',
186
+ 'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
187
187
  'fabric.editor.headerColumn': 'Columna de encabezado',
188
188
  'fabric.editor.headerRow': 'Fila de encabezado',
189
189
  'fabric.editor.heading1': 'Título 1',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
358
358
  'fabric.editor.table': 'Tabla',
359
359
  'fabric.editor.table.description': 'Insertar una tabla',
360
+ 'fabric.editor.tableFullWidthLabel': 'Anchura completa',
360
361
  'fabric.editor.tableOptions': 'Opciones de tabla',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla reducido a {newWidth,number} píxel.} other {Ancho de la tabla reducido a {newWidth,number} píxeles.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla aumentado a {newWidth,number} píxel.} other {Ancho de la tabla aumentado a {newWidth,number} píxeles.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Taulukko',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
100
100
  'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
101
101
  'fabric.editor.date': 'Päivämäärä',
102
102
  'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
@@ -183,7 +183,7 @@ export default {
183
183
  'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
184
184
  'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
185
185
  'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
186
- 'fabric.editor.focusTableResizeHandle': 'Fokustaulukon koonmuutoskahva',
186
+ 'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
187
187
  'fabric.editor.headerColumn': 'Otsikkosarake',
188
188
  'fabric.editor.headerRow': 'Otsikkorivi',
189
189
  'fabric.editor.heading1': 'Otsikko 1',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
358
358
  'fabric.editor.table': 'Taulu',
359
359
  'fabric.editor.table.description': 'Lisää taulukko',
360
+ 'fabric.editor.tableFullWidthLabel': 'Täysi leveys',
360
361
  'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
97
97
  'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Insérez des tickets Jira depuis Jira Cloud grâce à la recherche, au filtrage et à la configuration améliorés.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tableau',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Liste',
100
100
  'fabric.editor.datasourceTitle': 'Modifier la requête de recherche',
101
101
  'fabric.editor.date': 'Date',
102
102
  'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
358
358
  'fabric.editor.table': 'Tableau',
359
359
  'fabric.editor.table.description': 'Insérer un tableau',
360
+ 'fabric.editor.tableFullWidthLabel': 'Pleine largeur',
360
361
  'fabric.editor.tableOptions': 'Options du tableau',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été réduite à {newWidth,number} pixel.} other {La largeur du tableau a été réduite à {newWidth,number} pixels.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été augmentée à {newWidth,number} pixel.} other {La largeur du tableau a été augmentée à {newWidth,number} pixels.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Jira-ügyek beszúrása a Jira Cloudból továbbfejlesztett kereséssel, szűrőkkel és konfigurációkkal.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Táblázat',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Lista',
100
100
  'fabric.editor.datasourceTitle': 'Keresési lekérdezés szerkesztése',
101
101
  'fabric.editor.date': 'Dátum',
102
102
  'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
358
358
  'fabric.editor.table': 'Táblázat',
359
359
  'fabric.editor.table.description': 'Táblázat beszúrása',
360
+ 'fabric.editor.tableFullWidthLabel': 'Teljes szélesség',
360
361
  'fabric.editor.tableOptions': 'Táblázatbeállítások',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre csökkentve.} other {A tábla szélessége {newWidth,number} pixelre csökkentve.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre növelve.} other {A tábla szélessége {newWidth,number} pixelre növelve.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
97
97
  'fabric.editor.datasource.jiraIssue': 'Ticket Jira',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Inserisci ticket Jira da Jira Cloud con la ricerca avanzata, i filtri e la configurazione.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabella',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Elenco',
100
100
  'fabric.editor.datasourceTitle': 'Modifica query di ricerca',
101
101
  'fabric.editor.date': 'Data',
102
102
  'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
358
358
  'fabric.editor.table': 'Tabella',
359
359
  'fabric.editor.table.description': 'Inserisci una tabella',
360
+ 'fabric.editor.tableFullWidthLabel': 'Larghezza piena',
360
361
  'fabric.editor.tableOptions': 'Opzioni tabella',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella diminuita a {newWidth,number} pixel.} other {Larghezza della tabella diminuita a {newWidth,number} pixel.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella aumentata a {newWidth,number} pixel.} other {Larghezza della tabella aumentata a {newWidth,number} pixel.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira 課題',
98
98
  'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
99
- 'fabric.editor.datasourceAppearanceTitle': '',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'リスト',
100
100
  'fabric.editor.datasourceTitle': '検索クエリを編集',
101
101
  'fabric.editor.date': '日付',
102
102
  'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
358
358
  'fabric.editor.table': '表',
359
359
  'fabric.editor.table.description': '表を挿入',
360
+ 'fabric.editor.tableFullWidthLabel': '全幅',
360
361
  'fabric.editor.tableOptions': '表のオプション',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {テーブル幅が {newWidth,number} ピクセルに縮小しました。}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表の幅が {newWidth,number} ピクセルに拡大しました。}}',
@@ -71,7 +71,7 @@ export default {
71
71
  'fabric.editor.configPanel.close': '닫기',
72
72
  'fabric.editor.configPanel.customSelect.createOption': '만들기',
73
73
  'fabric.editor.configPanel.dateRange.custom.from': '시작',
74
- 'fabric.editor.configPanel.dateRange.custom.to': '종료',
74
+ 'fabric.editor.configPanel.dateRange.custom.to': '',
75
75
  'fabric.editor.configPanel.dateRange.grouping.collapse': '축소',
76
76
  'fabric.editor.configPanel.dateRange.grouping.expand': '확장',
77
77
  'fabric.editor.configPanel.dateRange.option.custom': '사용자 지정',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
98
98
  'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
99
- 'fabric.editor.datasourceAppearanceTitle': '',
99
+ 'fabric.editor.datasourceAppearanceTitle': '목록',
100
100
  'fabric.editor.datasourceTitle': '검색 쿼리 편집',
101
101
  'fabric.editor.date': '날짜',
102
102
  'fabric.editor.date.description': '캘린더로 날짜 추가',
@@ -183,7 +183,7 @@ export default {
183
183
  'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
184
184
  'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
185
185
  'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
186
- 'fabric.editor.focusTableResizeHandle': '포커스 표 크기 조정 핸들',
186
+ 'fabric.editor.focusTableResizeHandle': '표 크기 조정 핸들에 포커스',
187
187
  'fabric.editor.headerColumn': '헤더 열',
188
188
  'fabric.editor.headerRow': '헤더 행',
189
189
  'fabric.editor.heading1': '머릿글 1',
@@ -217,7 +217,7 @@ export default {
217
217
  'fabric.editor.image': '이미지',
218
218
  'fabric.editor.image.fullWidthLabel': '전체 너비',
219
219
  'fabric.editor.imageBorderBold': '굵게',
220
- 'fabric.editor.imageBorderColor': '색상',
220
+ 'fabric.editor.imageBorderColor': '',
221
221
  'fabric.editor.imageBorderMedium': '보통',
222
222
  'fabric.editor.imageBorderOptions': '테두리 옵션',
223
223
  'fabric.editor.imageBorderSize': '크기',
@@ -321,7 +321,7 @@ export default {
321
321
  'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
322
322
  'fabric.editor.replace': '바꾸기',
323
323
  'fabric.editor.replaceAll': '모두 바꾸기',
324
- 'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을 대체했습니다}}',
324
+ 'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을 바꿨습니다}}',
325
325
  'fabric.editor.replaceWith': '다음으로 바꾸기',
326
326
  'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
327
327
  'fabric.editor.richText': '서식 텍스트 사용',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
358
358
  'fabric.editor.table': '표',
359
359
  'fabric.editor.table.description': '표 삽입',
360
+ 'fabric.editor.tableFullWidthLabel': '전체 너비',
360
361
  'fabric.editor.tableOptions': '표 선택 사항',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-saker',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Sett inn Jira-saker fra Jira Cloud med forbedret søk, filtrering og konfigurasjon.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabell',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Liste',
100
100
  'fabric.editor.datasourceTitle': 'Rediger søkespørring',
101
101
  'fabric.editor.date': 'Dato',
102
102
  'fabric.editor.date.description': 'Legg til en dato med en kalender',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
358
358
  'fabric.editor.table': 'Tabell',
359
359
  'fabric.editor.table.description': 'Sett inn en tavle',
360
+ 'fabric.editor.tableFullWidthLabel': 'Full bredde',
360
361
  'fabric.editor.tableOptions': 'Tabellalternativer',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er redusert til {newWidth,number} piksel.} other {Tabellbredden er redusert til {newWidth,number} piksler.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er økt til {newWidth,number} piksel.} other {Tabellbredden er økt til {newWidth,number} piksler.}}',
@@ -96,7 +96,7 @@ export default {
96
96
  'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
97
97
  'fabric.editor.datasource.jiraIssue': 'Jira-issues',
98
98
  'fabric.editor.datasource.jiraIssue.description': 'Voeg Jira-issues in vanuit Jira Cloud met verbeterde zoekfunctie, filteren en configuratie.',
99
- 'fabric.editor.datasourceAppearanceTitle': 'Tabel',
99
+ 'fabric.editor.datasourceAppearanceTitle': 'Lijst',
100
100
  'fabric.editor.datasourceTitle': 'Zoekopdracht bewerken',
101
101
  'fabric.editor.date': 'Datum',
102
102
  'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
@@ -357,6 +357,7 @@ export default {
357
357
  'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
358
358
  'fabric.editor.table': 'Tabel',
359
359
  'fabric.editor.table.description': 'Een tabel invoegen',
360
+ 'fabric.editor.tableFullWidthLabel': 'Volledige breedte',
360
361
  'fabric.editor.tableOptions': 'Tabelopties',
361
362
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verminderd tot {newWidth,number} pixel.} other {Tabelbreedte verminderd tot {newWidth,number} pixels.}}',
362
363
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verhoogd tot {newWidth,number} pixel.} other {Tabelbreedte verhoogd tot {newWidth,number} pixels.}}',