@atlaskit/renderer 102.0.0 → 103.0.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.
- package/CHANGELOG.md +27 -0
- package/dist/cjs/consts.js +2 -2
- package/dist/cjs/i18n/cs.js +4 -4
- package/dist/cjs/i18n/da.js +4 -4
- package/dist/cjs/i18n/de.js +4 -4
- package/dist/cjs/i18n/en.js +4 -4
- package/dist/cjs/i18n/en_GB.js +4 -4
- package/dist/cjs/i18n/es.js +4 -4
- package/dist/cjs/i18n/fi.js +4 -4
- package/dist/cjs/i18n/fr.js +4 -4
- package/dist/cjs/i18n/hu.js +4 -4
- package/dist/cjs/i18n/it.js +4 -4
- package/dist/cjs/i18n/ja.js +4 -4
- package/dist/cjs/i18n/ko.js +4 -4
- package/dist/cjs/i18n/nb.js +4 -4
- package/dist/cjs/i18n/nl.js +4 -4
- package/dist/cjs/i18n/pl.js +4 -4
- package/dist/cjs/i18n/pt_BR.js +4 -4
- package/dist/cjs/i18n/ru.js +4 -4
- package/dist/cjs/i18n/sv.js +4 -4
- package/dist/cjs/i18n/th.js +4 -4
- package/dist/cjs/i18n/tr.js +4 -4
- package/dist/cjs/i18n/uk.js +4 -4
- package/dist/cjs/i18n/vi.js +4 -4
- package/dist/cjs/i18n/zh.js +4 -4
- package/dist/cjs/i18n/zh_TW.js +4 -4
- package/dist/cjs/messages.js +1 -1
- package/dist/cjs/react/nodes/panel.js +19 -10
- package/dist/cjs/react/nodes/tableCell.js +8 -26
- package/dist/cjs/ui/ExtensionRenderer.js +9 -2
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/Renderer/style.js +5 -3
- package/dist/cjs/ui/SortingIcon.js +55 -28
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/consts.js +2 -2
- package/dist/es2019/i18n/cs.js +4 -4
- package/dist/es2019/i18n/da.js +4 -4
- package/dist/es2019/i18n/de.js +4 -4
- package/dist/es2019/i18n/en.js +4 -4
- package/dist/es2019/i18n/en_GB.js +4 -4
- package/dist/es2019/i18n/es.js +4 -4
- package/dist/es2019/i18n/fi.js +4 -4
- package/dist/es2019/i18n/fr.js +4 -4
- package/dist/es2019/i18n/hu.js +4 -4
- package/dist/es2019/i18n/it.js +4 -4
- package/dist/es2019/i18n/ja.js +4 -4
- package/dist/es2019/i18n/ko.js +4 -4
- package/dist/es2019/i18n/nb.js +4 -4
- package/dist/es2019/i18n/nl.js +4 -4
- package/dist/es2019/i18n/pl.js +4 -4
- package/dist/es2019/i18n/pt_BR.js +4 -4
- package/dist/es2019/i18n/ru.js +4 -4
- package/dist/es2019/i18n/sv.js +4 -4
- package/dist/es2019/i18n/th.js +4 -4
- package/dist/es2019/i18n/tr.js +4 -4
- package/dist/es2019/i18n/uk.js +4 -4
- package/dist/es2019/i18n/vi.js +4 -4
- package/dist/es2019/i18n/zh.js +4 -4
- package/dist/es2019/i18n/zh_TW.js +4 -4
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/react/nodes/panel.js +16 -6
- package/dist/es2019/react/nodes/tableCell.js +8 -27
- package/dist/es2019/ui/ExtensionRenderer.js +7 -2
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Renderer/style.js +37 -16
- package/dist/es2019/ui/SortingIcon.js +89 -32
- package/dist/es2019/version.json +1 -1
- package/dist/esm/consts.js +2 -2
- package/dist/esm/i18n/cs.js +4 -4
- package/dist/esm/i18n/da.js +4 -4
- package/dist/esm/i18n/de.js +4 -4
- package/dist/esm/i18n/en.js +4 -4
- package/dist/esm/i18n/en_GB.js +4 -4
- package/dist/esm/i18n/es.js +4 -4
- package/dist/esm/i18n/fi.js +4 -4
- package/dist/esm/i18n/fr.js +4 -4
- package/dist/esm/i18n/hu.js +4 -4
- package/dist/esm/i18n/it.js +4 -4
- package/dist/esm/i18n/ja.js +4 -4
- package/dist/esm/i18n/ko.js +4 -4
- package/dist/esm/i18n/nb.js +4 -4
- package/dist/esm/i18n/nl.js +4 -4
- package/dist/esm/i18n/pl.js +4 -4
- package/dist/esm/i18n/pt_BR.js +4 -4
- package/dist/esm/i18n/ru.js +4 -4
- package/dist/esm/i18n/sv.js +4 -4
- package/dist/esm/i18n/th.js +4 -4
- package/dist/esm/i18n/tr.js +4 -4
- package/dist/esm/i18n/uk.js +4 -4
- package/dist/esm/i18n/vi.js +4 -4
- package/dist/esm/i18n/zh.js +4 -4
- package/dist/esm/i18n/zh_TW.js +4 -4
- package/dist/esm/messages.js +1 -1
- package/dist/esm/react/nodes/panel.js +18 -10
- package/dist/esm/react/nodes/tableCell.js +8 -26
- package/dist/esm/ui/ExtensionRenderer.js +9 -2
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Renderer/style.js +5 -4
- package/dist/esm/ui/SortingIcon.js +55 -27
- package/dist/esm/version.json +1 -1
- package/dist/types/consts.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +2 -2
- package/dist/types/i18n/da.d.ts +2 -2
- package/dist/types/i18n/de.d.ts +2 -2
- package/dist/types/i18n/en.d.ts +2 -2
- package/dist/types/i18n/en_GB.d.ts +2 -2
- package/dist/types/i18n/es.d.ts +2 -2
- package/dist/types/i18n/fi.d.ts +2 -2
- package/dist/types/i18n/fr.d.ts +2 -2
- package/dist/types/i18n/hu.d.ts +2 -2
- package/dist/types/i18n/it.d.ts +2 -2
- package/dist/types/i18n/ja.d.ts +2 -2
- package/dist/types/i18n/ko.d.ts +2 -2
- package/dist/types/i18n/nb.d.ts +2 -2
- package/dist/types/i18n/nl.d.ts +2 -2
- package/dist/types/i18n/pl.d.ts +2 -2
- package/dist/types/i18n/pt_BR.d.ts +2 -2
- package/dist/types/i18n/ru.d.ts +2 -2
- package/dist/types/i18n/sv.d.ts +2 -2
- package/dist/types/i18n/th.d.ts +2 -2
- package/dist/types/i18n/tr.d.ts +2 -2
- package/dist/types/i18n/uk.d.ts +2 -2
- package/dist/types/i18n/vi.d.ts +2 -2
- package/dist/types/i18n/zh.d.ts +2 -2
- package/dist/types/i18n/zh_TW.d.ts +2 -2
- package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types/react/nodes/extension.d.ts +2 -1
- package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
- package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
- package/dist/types/ui/SortingIcon.d.ts +4 -1
- package/dist/types-ts4.0/consts.d.ts +2 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +2 -2
- package/dist/types-ts4.0/i18n/da.d.ts +2 -2
- package/dist/types-ts4.0/i18n/de.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en_GB.d.ts +2 -2
- package/dist/types-ts4.0/i18n/es.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/hu.d.ts +2 -2
- package/dist/types-ts4.0/i18n/it.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ja.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ko.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nb.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ru.d.ts +2 -2
- package/dist/types-ts4.0/i18n/sv.d.ts +2 -2
- package/dist/types-ts4.0/i18n/th.d.ts +2 -2
- package/dist/types-ts4.0/i18n/tr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/uk.d.ts +2 -2
- package/dist/types-ts4.0/i18n/vi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +2 -2
- package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types-ts4.0/react/nodes/extension.d.ts +2 -1
- package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +2 -0
- package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +2 -0
- package/dist/types-ts4.0/ui/SortingIcon.d.ts +4 -1
- package/package.json +20 -16
- package/report.api.md +359 -255
|
@@ -6,14 +6,9 @@ import { N20, N30 } from '@atlaskit/theme/colors';
|
|
|
6
6
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
7
7
|
import { sortingIconMessages } from '../messages';
|
|
8
8
|
import { injectIntl } from 'react-intl-next';
|
|
9
|
-
import { token } from '@atlaskit/tokens';
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
// TODO: Quality ticket: https://product-fabric.atlassian.net/browse/DSP-4136
|
|
13
|
-
|
|
14
|
-
export const TableSortIconDataUrl = `data:image/svg+xml;utf8,${encodeURIComponent(`<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M-8-6h24v24H-8z"></path><path d="M3 8.509V1c0-.552.449-1 1-1 .552 0 1 .448 1 1V8.51l1.217-1.206a1.05 1.05 0 011.477 0 1.03 1.03 0 01.004 1.463l-.003.002-2.956 2.93a1.053 1.053 0 01-1.478 0L.305 8.767a1.03 1.03 0 01.001-1.464 1.05 1.05 0 011.477 0L3 8.508z" fill="#42526E"></path></g></svg>`)}`;
|
|
15
|
-
const TABLE_SORTING_ICON_CLASS = 'table-sorting-icon';
|
|
16
|
-
export let StatusClassNames; // TODO: get design to check border
|
|
9
|
+
import { token } from '@atlaskit/tokens';
|
|
10
|
+
import { RendererCssClassName } from '../consts';
|
|
11
|
+
export let StatusClassNames;
|
|
17
12
|
|
|
18
13
|
(function (StatusClassNames) {
|
|
19
14
|
StatusClassNames["ASC"] = "sorting-icon-svg__asc";
|
|
@@ -22,7 +17,7 @@ export let StatusClassNames; // TODO: get design to check border
|
|
|
22
17
|
StatusClassNames["SORTING_NOT_ALLOWED"] = "sorting-icon-svg__not-allowed";
|
|
23
18
|
})(StatusClassNames || (StatusClassNames = {}));
|
|
24
19
|
|
|
25
|
-
const
|
|
20
|
+
const buttonStyles = css`
|
|
26
21
|
position: absolute;
|
|
27
22
|
display: flex;
|
|
28
23
|
height: 28px;
|
|
@@ -30,50 +25,90 @@ const wrapperStyles = css`
|
|
|
30
25
|
margin: 6px;
|
|
31
26
|
right: 0;
|
|
32
27
|
top: 0;
|
|
33
|
-
border: 2px solid ${token('color.border
|
|
28
|
+
border: 2px solid ${token('color.border', '#fff')};
|
|
34
29
|
border-radius: ${gridSize() / 2}px;
|
|
35
|
-
background-color: ${token('
|
|
30
|
+
background-color: ${token('elevation.surface.overlay', N20)};
|
|
36
31
|
justify-content: center;
|
|
37
32
|
align-items: center;
|
|
33
|
+
cursor: pointer;
|
|
38
34
|
|
|
39
35
|
&:hover {
|
|
40
|
-
background-color: ${token('
|
|
36
|
+
background-color: ${token('elevation.surface.overlay.hovered', N30)};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&:active {
|
|
40
|
+
background-color: ${token('elevation.surface.overlay.pressed', 'rgba(179, 212, 255, 0.6)')};
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
&.${
|
|
43
|
+
&.${RendererCssClassName.SORTABLE_COLUMN_ICON}__not-allowed {
|
|
44
44
|
cursor: not-allowed;
|
|
45
45
|
}
|
|
46
46
|
`;
|
|
47
|
-
const
|
|
47
|
+
const iconWrapperStyles = css`
|
|
48
48
|
width: 8px;
|
|
49
49
|
height: 12px;
|
|
50
50
|
transition: transform 0.3s cubic-bezier(0.15, 1, 0.3, 1);
|
|
51
51
|
transform-origin: 50% 50%;
|
|
52
|
-
|
|
52
|
+
display: flex;
|
|
53
|
+
justify-content: center;
|
|
53
54
|
|
|
54
55
|
&.${StatusClassNames.DESC} {
|
|
55
56
|
transform: rotate(-180deg);
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
&.${
|
|
59
|
+
&.${RendererCssClassName.SORTABLE_COLUMN_ICON}-inactive {
|
|
59
60
|
opacity: 0.7;
|
|
60
61
|
}
|
|
62
|
+
`; // The icon is created with CSS due to the following Firefox issue: https://product-fabric.atlassian.net/browse/ED-8001
|
|
63
|
+
// The TL;DR is that svg's in tables mess up how HTML is copied in Firefox. Using a styled div instead solves the problem.
|
|
64
|
+
// For this reason, svg's should be avoided in tables until this issue is fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1664350
|
|
65
|
+
|
|
66
|
+
const iconStyles = css`
|
|
67
|
+
height: 100%;
|
|
68
|
+
width: 2px;
|
|
69
|
+
border-radius: 50px;
|
|
70
|
+
background: ${token('color.icon', '#42526E')};
|
|
71
|
+
|
|
72
|
+
&::before,
|
|
73
|
+
&::after {
|
|
74
|
+
background: ${token('color.icon', '#42526E')};
|
|
75
|
+
content: '';
|
|
76
|
+
height: 2px;
|
|
77
|
+
width: 6px;
|
|
78
|
+
position: absolute;
|
|
79
|
+
border-radius: 50px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&::before {
|
|
83
|
+
transform: rotate(45deg) translate(3.4px, 8.5px);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&::after {
|
|
87
|
+
transform: rotate(-45deg) translate(-6.3px, 5.7px);
|
|
88
|
+
}
|
|
61
89
|
`;
|
|
62
90
|
|
|
63
|
-
const
|
|
64
|
-
|
|
91
|
+
const getIconClassName = (isSortingAllowed, sortOrdered) => {
|
|
92
|
+
const activated = sortOrdered !== SortOrder.NO_ORDER;
|
|
93
|
+
const activeStatusClass = `${RendererCssClassName.SORTABLE_COLUMN_ICON}-${activated ? 'active' : 'inactive'}`;
|
|
94
|
+
|
|
95
|
+
if (!isSortingAllowed) {
|
|
96
|
+
return `${StatusClassNames.SORTING_NOT_ALLOWED} ${activeStatusClass}`;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
switch (sortOrdered) {
|
|
65
100
|
case SortOrder.ASC:
|
|
66
|
-
return StatusClassNames.ASC
|
|
101
|
+
return `${StatusClassNames.ASC} ${activeStatusClass}`;
|
|
67
102
|
|
|
68
103
|
case SortOrder.DESC:
|
|
69
|
-
return StatusClassNames.DESC
|
|
104
|
+
return `${StatusClassNames.DESC} ${activeStatusClass}`;
|
|
70
105
|
|
|
71
106
|
default:
|
|
72
|
-
return StatusClassNames.NO_ORDER
|
|
107
|
+
return `${StatusClassNames.NO_ORDER} ${activeStatusClass}`;
|
|
73
108
|
}
|
|
74
109
|
};
|
|
75
110
|
|
|
76
|
-
const getTooltipTitle = (intl, isSortingAllowed,
|
|
111
|
+
const getTooltipTitle = (intl, isSortingAllowed, sortOrdered) => {
|
|
77
112
|
const {
|
|
78
113
|
noOrderLabel,
|
|
79
114
|
ascOrderLabel,
|
|
@@ -85,7 +120,7 @@ const getTooltipTitle = (intl, isSortingAllowed, status) => {
|
|
|
85
120
|
return intl.formatMessage(invalidLabel);
|
|
86
121
|
}
|
|
87
122
|
|
|
88
|
-
switch (
|
|
123
|
+
switch (sortOrdered) {
|
|
89
124
|
case SortOrder.NO_ORDER:
|
|
90
125
|
return intl.formatMessage(noOrderLabel);
|
|
91
126
|
|
|
@@ -102,22 +137,44 @@ const getTooltipTitle = (intl, isSortingAllowed, status) => {
|
|
|
102
137
|
const SortingIcon = ({
|
|
103
138
|
isSortingAllowed,
|
|
104
139
|
sortOrdered,
|
|
105
|
-
intl
|
|
140
|
+
intl,
|
|
141
|
+
onClick,
|
|
142
|
+
onKeyDown
|
|
106
143
|
}) => {
|
|
107
|
-
const
|
|
108
|
-
const wrapperClassName = !isSortingAllowed ? StatusClassNames.SORTING_NOT_ALLOWED : '';
|
|
144
|
+
const buttonClassName = `${RendererCssClassName.SORTABLE_COLUMN_ICON}${isSortingAllowed ? '' : ` ${RendererCssClassName.SORTABLE_COLUMN_ICON}__not-allowed`}`;
|
|
109
145
|
const content = getTooltipTitle(intl, isSortingAllowed, sortOrdered);
|
|
146
|
+
|
|
147
|
+
const handleClick = () => {
|
|
148
|
+
if (isSortingAllowed) {
|
|
149
|
+
onClick();
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
const handleKeyDown = event => {
|
|
154
|
+
if (isSortingAllowed) {
|
|
155
|
+
onKeyDown(event);
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
|
|
110
159
|
return jsx(Tooltip, {
|
|
111
160
|
delay: 0,
|
|
112
161
|
content: content,
|
|
113
162
|
position: "top"
|
|
114
|
-
}, jsx("figure", {
|
|
115
|
-
css: wrapperStyles,
|
|
116
|
-
className: wrapperClassName
|
|
117
163
|
}, jsx("div", {
|
|
118
|
-
css:
|
|
119
|
-
className:
|
|
120
|
-
|
|
164
|
+
css: buttonStyles,
|
|
165
|
+
className: buttonClassName,
|
|
166
|
+
role: "button",
|
|
167
|
+
tabIndex: isSortingAllowed ? 0 : -1,
|
|
168
|
+
"aria-label": "sort column",
|
|
169
|
+
"aria-disabled": !isSortingAllowed,
|
|
170
|
+
onClick: handleClick,
|
|
171
|
+
onKeyDown: handleKeyDown
|
|
172
|
+
}, jsx("div", {
|
|
173
|
+
css: iconWrapperStyles,
|
|
174
|
+
className: getIconClassName(isSortingAllowed, sortOrdered)
|
|
175
|
+
}, jsx("div", {
|
|
176
|
+
css: iconStyles
|
|
177
|
+
}))));
|
|
121
178
|
};
|
|
122
179
|
|
|
123
180
|
export default injectIntl(SortingIcon);
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/consts.js
CHANGED
|
@@ -5,9 +5,9 @@ export var RendererCssClassName = {
|
|
|
5
5
|
EXTENSION_CENTER_ALIGN: "".concat(clPrefix, "extension-center-align"),
|
|
6
6
|
EXTENSION_OVERFLOW_CONTAINER: "".concat(clPrefix, "extension-overflow-container"),
|
|
7
7
|
NUMBER_COLUMN: "".concat(clPrefix, "table-number-column"),
|
|
8
|
+
SORTABLE_COLUMN_WRAPPER: "".concat(clPrefix, "tableHeader-sortable-column__wrapper"),
|
|
8
9
|
SORTABLE_COLUMN: "".concat(clPrefix, "tableHeader-sortable-column"),
|
|
9
|
-
|
|
10
|
-
SORTABLE_COLUMN_NOT_ALLOWED: "".concat(clPrefix, "tableHeader-sortable-column__not-allowed"),
|
|
10
|
+
SORTABLE_COLUMN_ICON_WRAPPER: "".concat(clPrefix, "tableHeader-sorting-icon__wrapper"),
|
|
11
11
|
SORTABLE_COLUMN_ICON: "".concat(clPrefix, "tableHeader-sorting-icon"),
|
|
12
12
|
SORTABLE_COLUMN_NO_ORDER: "".concat(clPrefix, "tableHeader-sorting-icon__no-order")
|
|
13
13
|
};
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Czech
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Zkopírováno!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Zrušit řazení',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'sestupně',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Žádné'
|
|
20
20
|
};
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopieret!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Ryd sortering',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'faldende',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen'
|
|
20
20
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//German (Germany)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieren',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Link in Überschrift kopieren',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortierung löschen',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'absteigend',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Keine'
|
|
20
20
|
};
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'ascending',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Copied!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none'
|
|
20
20
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//English (United Kingdom)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'ascending',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Copied!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none'
|
|
20
20
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Spanish (International)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
13
11
|
'fabric.editor.headingLink.copied': '¡Copiado!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Borrar orden',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ninguno'
|
|
20
20
|
};
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Finnish
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Z–A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopioitu!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Tyhjennä lajittelu',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'laskevassa järjestyksessä',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ei mitään'
|
|
20
20
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//French (France)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Copié !',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copier',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Effacer le tri',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'ordre décroissant',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Néant'
|
|
20
20
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Hungarian
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Oszlop rendezése: Z → A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Másolva!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Rendezés törlése',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'csökkenő',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Oszlop rendezése: A → Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Nincs'
|
|
20
20
|
};
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Italian (Italy)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'crescente',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Copiato.',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copia',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel':
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': "Cancella l'ordinamento",
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'decrescente',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nessuno'
|
|
20
20
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Japanese
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'コピー',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': '列の並べ替え: Z から A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': '昇順',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'コピーしました',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'コピー',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': '並べ替えをクリア',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': '降順',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': '列の並べ替え: A から Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'なし'
|
|
20
20
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Korean
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': '복사',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': '오름차순',
|
|
13
11
|
'fabric.editor.headingLink.copied': '복사되었습니다!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': '복사',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': '정렬 지우기',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': '내림차순',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': '복사 실패',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': '없음'
|
|
20
20
|
};
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Norwegian (Bokmål)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'stigende',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Fjern sortering',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'synkende',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen'
|
|
20
20
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Dutch (Netherlands)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiëren',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Gekopieerd!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortering wissen',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'aflopend',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Geen'
|
|
20
20
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Polish (Poland)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortuj kolumnę od Z do A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'rosnąco',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Skopiowano!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Skopiuj łącze do nagłówka',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiuj',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Wyczyść sortowanie',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'malejąco',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiowanie nie powiodło się',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sortuj kolumnę od A do Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Brak'
|
|
20
20
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Portuguese (Brazil)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar coluna de Z a A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Copiado!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Limpar classificação',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Ordenar coluna de A a Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nenhum'
|
|
20
20
|
};
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Russian
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Сортировать столбцы (Я–А)',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Скопировано!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Очистить сортировку',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'по убыванию',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Невозможно отсортировать таблицу с объединением ячеек',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Сортировать столбцы (А–Я)',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Нет'
|
|
20
20
|
};
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Swedish
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'Sortera kolumn Ö till A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'stigande',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'Kopierad!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'Rensa sortering',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'fallande',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'Sortera kolumn A till Ö',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ingen'
|
|
20
20
|
};
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Thai (Thailand)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
10
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอก',
|
|
11
9
|
'fabric.editor.headingLink.ascOrderLabel': 'เรียงจากคอลัมน์ Z ไป A',
|
|
12
10
|
'fabric.editor.headingLink.ascSortingLabel': 'จากน้อยไปหามาก',
|
|
13
11
|
'fabric.editor.headingLink.copied': 'คัดลอกแล้ว!',
|
|
14
12
|
'fabric.editor.headingLink.copyAnchorLink': 'คัดลอกลิงก์ที่เชื่อมไปยังหัวเรื่อง',
|
|
15
13
|
'fabric.editor.headingLink.copyAriaLabel': 'คัดลอก',
|
|
16
|
-
'fabric.editor.headingLink.descOrderLabel': '
|
|
14
|
+
'fabric.editor.headingLink.descOrderLabel': 'ล้างการเรียงลำดับ',
|
|
15
|
+
'fabric.editor.headingLink.descSortingLabel': 'จากมากไปหาน้อย',
|
|
17
16
|
'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ',
|
|
17
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
18
18
|
'fabric.editor.headingLink.noOrderLabel': 'เรียงจากคอลัมน์ A ไป Z',
|
|
19
|
-
'fabric.editor.headingLink.noneSortingLabel': '
|
|
19
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ไม่มี'
|
|
20
20
|
};
|