@atlaskit/editor-common 82.13.0 → 83.0.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.
- package/CHANGELOG.md +34 -0
- package/afm-jira/tsconfig.json +150 -0
- package/dist/cjs/hooks/useSharedPluginState.js +1 -4
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +2 -1
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +2 -1
- package/dist/cjs/i18n/fi.js +2 -1
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +2 -1
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +2 -1
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +7 -3
- package/dist/cjs/i18n/tr.js +4 -3
- package/dist/cjs/i18n/uk.js +2 -1
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +3 -2
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/preset/builder.js +491 -0
- package/dist/cjs/styles/shared/annotation.js +20 -18
- package/dist/cjs/types/index.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Mention/mention-with-profilecard.js +3 -1
- package/dist/es2019/hooks/useSharedPluginState.js +1 -6
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +2 -1
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +2 -1
- package/dist/es2019/i18n/fi.js +2 -1
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +2 -1
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +2 -1
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +7 -3
- package/dist/es2019/i18n/tr.js +4 -3
- package/dist/es2019/i18n/uk.js +2 -1
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +3 -2
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/preset/builder.js +528 -0
- package/dist/es2019/preset/core-plugin/index.js +1 -0
- package/dist/es2019/styles/shared/annotation.js +54 -29
- package/dist/es2019/types/index.js +9 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Mention/mention-with-profilecard.js +2 -0
- package/dist/esm/hooks/useSharedPluginState.js +1 -4
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +2 -1
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +2 -1
- package/dist/esm/i18n/fi.js +2 -1
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +2 -1
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +2 -1
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +7 -3
- package/dist/esm/i18n/tr.js +4 -3
- package/dist/esm/i18n/uk.js +2 -1
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +3 -2
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/preset/builder.js +528 -0
- package/dist/esm/preset/core-plugin/index.js +1 -0
- package/dist/esm/styles/shared/annotation.js +20 -18
- package/dist/esm/types/index.js +9 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Mention/mention-with-profilecard.js +3 -1
- package/dist/types/hooks/useSharedPluginState.d.ts +5 -5
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/portal/PortalManager.d.ts +3 -3
- package/dist/types/preset/builder.d.ts +550 -11
- package/dist/types/preset/core-plugin/index.d.ts +1 -1
- package/dist/types/preset/core-plugin/requestDocument.d.ts +1 -2
- package/dist/types/preset/index.d.ts +1 -0
- package/dist/types/preset/plugin-injection-api.d.ts +9 -3
- package/dist/types/styles/shared/annotation.d.ts +17 -0
- package/dist/types/types/index.d.ts +8 -7
- package/dist/types/types/next-editor-plugin.d.ts +641 -98
- package/dist/types/ui/Mention/mention-with-profilecard.d.ts +2 -1
- package/dist/types-ts4.5/hooks/useSharedPluginState.d.ts +5 -5
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/portal/PortalManager.d.ts +3 -3
- package/dist/types-ts4.5/preset/builder.d.ts +577 -13
- package/dist/types-ts4.5/preset/core-plugin/index.d.ts +1 -1
- package/dist/types-ts4.5/preset/core-plugin/requestDocument.d.ts +1 -2
- package/dist/types-ts4.5/preset/index.d.ts +1 -0
- package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +9 -8
- package/dist/types-ts4.5/styles/shared/annotation.d.ts +17 -0
- package/dist/types-ts4.5/types/index.d.ts +8 -7
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +673 -127
- package/dist/types-ts4.5/ui/Mention/mention-with-profilecard.d.ts +2 -1
- package/package.json +4 -4
- package/dist/cjs/preset/core-plugin/types.js +0 -5
- package/dist/cjs/types/editor-public-api.js +0 -5
- package/dist/es2019/preset/core-plugin/types.js +0 -1
- package/dist/es2019/types/editor-public-api.js +0 -1
- package/dist/esm/preset/core-plugin/types.js +0 -1
- package/dist/esm/types/editor-public-api.js +0 -1
- package/dist/types/preset/core-plugin/types.d.ts +0 -59
- package/dist/types/types/editor-public-api.d.ts +0 -3
- package/dist/types-ts4.5/preset/core-plugin/types.d.ts +0 -59
- package/dist/types-ts4.5/types/editor-public-api.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 83.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#110942](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110942)
|
|
8
|
+
[`aa339aee9aa7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa339aee9aa7d) -
|
|
9
|
+
[ED-23431] Fix EditorPluginAPI type system
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#112336](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112336)
|
|
14
|
+
[`a1733f8d7c4cc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a1733f8d7c4cc) -
|
|
15
|
+
[ux] ED-23648 tweak editor and renderer inline comment sizing to fit inline nodes
|
|
16
|
+
- [#114903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114903)
|
|
17
|
+
[`8f2977cd60ba0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f2977cd60ba0) -
|
|
18
|
+
[ux] [ED-23063] Adds optional floating toolbar button for text highlighting to the selection
|
|
19
|
+
toolbar (disabled by default)
|
|
20
|
+
- [#110942](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110942)
|
|
21
|
+
[`aa339aee9aa7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa339aee9aa7d) -
|
|
22
|
+
Fix Type error: optionalPlugin marked as required under unit test
|
|
23
|
+
- [#111187](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111187)
|
|
24
|
+
[`3fc3b37188f2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fc3b37188f2c) -
|
|
25
|
+
[ux] [ED-23788] Make sure that profilecards in the Editor do not autofocus, so that users can
|
|
26
|
+
click on a mention and immediate delete it by pressing `Backspace` or `Delete`
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
29
|
+
## 82.14.0
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- [#114477](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114477)
|
|
34
|
+
[`33e0090cf80ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/33e0090cf80ef) -
|
|
35
|
+
ED-23785 - add `inlineNodeTypes` to `InlineCommentSelectionComponentProps`
|
|
36
|
+
|
|
3
37
|
## 82.13.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.jira.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__editor-common/app",
|
|
7
|
+
"composite": true,
|
|
8
|
+
"rootDir": "../"
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../activity-provider/afm-jira/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../adf-utils/afm-jira/tsconfig.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "../../../analytics/analytics-listeners/afm-jira/tsconfig.json"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"path": "../../../design-system/button/afm-jira/tsconfig.json"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "../../../design-system/code/afm-jira/tsconfig.json"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"path": "../../../monorepo-tooling/codemod-utils/afm-jira/tsconfig.json"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"path": "../../custom-steps/afm-jira/tsconfig.json"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "../../editor-json-transformer/afm-jira/tsconfig.json"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "../../editor-palette/afm-jira/tsconfig.json"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "../../editor-shared-styles/afm-jira/tsconfig.json"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"path": "../../editor-tables/afm-jira/tsconfig.json"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"path": "../../../elements/emoji/afm-jira/tsconfig.json"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "../../../design-system/icon/afm-jira/tsconfig.json"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "../../../design-system/icon-object/afm-jira/tsconfig.json"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"path": "../../../linking-platform/link-datasource/afm-jira/tsconfig.json"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"path": "../../../linking-platform/link-picker/afm-jira/tsconfig.json"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"path": "../../../media/media-card/afm-jira/tsconfig.json"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"path": "../../../media/media-client/afm-jira/tsconfig.json"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"path": "../../../media/media-client-react/afm-jira/tsconfig.json"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"path": "../../../media/media-common/afm-jira/tsconfig.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"path": "../../../media/media-file-preview/afm-jira/tsconfig.json"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "../../../media/media-picker/afm-jira/tsconfig.json"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"path": "../../../media/media-ui/afm-jira/tsconfig.json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"path": "../../../media/media-viewer/afm-jira/tsconfig.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "../../../elements/mention/afm-jira/tsconfig.json"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"path": "../../../design-system/menu/afm-jira/tsconfig.json"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "../../../design-system/primitives/afm-jira/tsconfig.json"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "../../../people-and-teams/profilecard/afm-jira/tsconfig.json"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"path": "../../../design-system/section-message/afm-jira/tsconfig.json"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"path": "../../../linking-platform/smart-card/afm-jira/tsconfig.json"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"path": "../../../smart-experiences/smart-user-picker/afm-jira/tsconfig.json"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "../../../design-system/spinner/afm-jira/tsconfig.json"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"path": "../../../elements/task-decision/afm-jira/tsconfig.json"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"path": "../../../design-system/textfield/afm-jira/tsconfig.json"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"path": "../../../design-system/theme/afm-jira/tsconfig.json"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "../../../design-system/tokens/afm-jira/tsconfig.json"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"path": "../../../data/ufo-external/afm-jira/tsconfig.json"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": "../../../design-system/width-detector/afm-jira/tsconfig.json"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "../../../media/media-core/afm-jira/tsconfig.json"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
}
|
|
@@ -106,12 +106,9 @@ function useSharedPluginState(injectionApi, plugins) {
|
|
|
106
106
|
// Create a memoized object containing the named plugins
|
|
107
107
|
var namedExternalPlugins = (0, _react.useMemo)(function () {
|
|
108
108
|
return pluginNames.reduce(function (acc, pluginName) {
|
|
109
|
-
return _objectSpread(_objectSpread({}, acc), {}, (0, _defineProperty2.default)({}, "".concat(pluginName, "State"), injectionApi === null || injectionApi === void 0 ? void 0 : injectionApi[pluginName]));
|
|
109
|
+
return _objectSpread(_objectSpread({}, acc), {}, (0, _defineProperty2.default)({}, "".concat(String(pluginName), "State"), injectionApi === null || injectionApi === void 0 ? void 0 : injectionApi[pluginName]));
|
|
110
110
|
}, {});
|
|
111
111
|
}, [injectionApi, pluginNames]);
|
|
112
|
-
|
|
113
|
-
// @ts-expect-error - Type '`${K}State`' is not assignable to type '`${K}State`'. Two different types with this name exist, but they are unrelated.
|
|
114
|
-
// This error was introduced after upgrading to TypeScript 5
|
|
115
112
|
return useSharedPluginStateInternal(namedExternalPlugins);
|
|
116
113
|
}
|
|
117
114
|
function useSharedPluginStateInternal(externalPlugins) {
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
236
236
|
'fabric.editor.highlight': 'Barva zvýraznění',
|
|
237
|
+
'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Světle žlutá',
|
|
512
513
|
'fabric.theme.lime': 'Limetková',
|
|
513
514
|
'fabric.theme.magenta': 'Fuchsiová',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Bez zvýraznění',
|
|
515
516
|
'fabric.theme.orange': 'Oranžová',
|
|
516
517
|
'fabric.theme.purple': 'Purpurová',
|
|
517
518
|
'fabric.theme.red': 'Červená',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
236
236
|
'fabric.editor.highlight': 'Farve på fremhævning',
|
|
237
|
+
'fabric.editor.highlightColor': 'Slå fremhævningsfarvepalet til/fra',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Lys gul',
|
|
512
513
|
'fabric.theme.lime': 'Limegrøn',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Ingen fremhævning',
|
|
515
516
|
'fabric.theme.orange': 'Orange',
|
|
516
517
|
'fabric.theme.purple': 'lilla',
|
|
517
518
|
'fabric.theme.red': 'Rød',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
236
236
|
'fabric.editor.highlight': 'Markierungsfarbe',
|
|
237
|
+
'fabric.editor.highlightColor': 'Farbpalette für Hervorhebungen umschalten',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Hellgelb',
|
|
512
513
|
'fabric.theme.lime': 'Limettengrün',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Keine Hervorhebung',
|
|
515
516
|
'fabric.theme.orange': 'Orange',
|
|
516
517
|
'fabric.theme.purple': 'Violett',
|
|
517
518
|
'fabric.theme.red': 'Rot',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -235,6 +235,7 @@ var _default = exports.default = {
|
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
236
236
|
'fabric.editor.highlight': 'Highlight color',
|
|
237
237
|
'fabric.editor.highlightColor': 'Toggle highlight color palette',
|
|
238
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
238
239
|
'fabric.editor.horizontalRule': 'Divider',
|
|
239
240
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
240
241
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -235,6 +235,7 @@ var _default = exports.default = {
|
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
236
236
|
'fabric.editor.highlight': 'Highlight colour',
|
|
237
237
|
'fabric.editor.highlightColor': 'Toggle highlight colour palette',
|
|
238
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
238
239
|
'fabric.editor.horizontalRule': 'Divider',
|
|
239
240
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
240
241
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -235,6 +235,7 @@ var _default = exports.default = {
|
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
236
236
|
'fabric.editor.highlight': 'Highlight color',
|
|
237
237
|
'fabric.editor.highlightColor': 'Toggle highlight color palette',
|
|
238
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
238
239
|
'fabric.editor.horizontalRule': 'Divider',
|
|
239
240
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
240
241
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
236
236
|
'fabric.editor.highlight': 'Color de resaltado',
|
|
237
|
+
'fabric.editor.highlightColor': 'Activar paleta de colores de resaltado',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Amarillo claro',
|
|
512
513
|
'fabric.theme.lime': 'Lima',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Sin resaltado',
|
|
515
516
|
'fabric.theme.orange': 'Naranja',
|
|
516
517
|
'fabric.theme.purple': 'Morado',
|
|
517
518
|
'fabric.theme.red': 'Rojo',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
236
236
|
'fabric.editor.highlight': 'Korostusväri',
|
|
237
|
+
'fabric.editor.highlightColor': 'Vaihda korostusväripaletti',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Vaaleankeltainen',
|
|
512
513
|
'fabric.theme.lime': 'Limetinvihreä',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Ei korostusta',
|
|
515
516
|
'fabric.theme.orange': 'Oranssi',
|
|
516
517
|
'fabric.theme.purple': 'Violetti',
|
|
517
518
|
'fabric.theme.red': 'Punainen',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
236
236
|
'fabric.editor.highlight': 'Couleur de surbrillance',
|
|
237
|
+
'fabric.editor.highlightColor': 'Activer ou désactiver la palette de couleurs de surbrillance',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Jaune clair',
|
|
512
513
|
'fabric.theme.lime': 'Citron vert',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Pas de surbrillance',
|
|
515
516
|
'fabric.theme.orange': 'Orange',
|
|
516
517
|
'fabric.theme.purple': 'Violet',
|
|
517
518
|
'fabric.theme.red': 'Rouge',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
236
236
|
'fabric.editor.highlight': 'Kiemelés színe',
|
|
237
|
+
'fabric.editor.highlightColor': 'Kiemelő színpaletta váltása',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Beillesztés vagy link keresése',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Világossárga',
|
|
512
513
|
'fabric.theme.lime': 'Citromzöld',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Nincs kiemelés',
|
|
515
516
|
'fabric.theme.orange': 'Narancssárga',
|
|
516
517
|
'fabric.theme.purple': 'Lila',
|
|
517
518
|
'fabric.theme.red': 'Piros',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
236
236
|
'fabric.editor.highlight': 'Colore di evidenziazione',
|
|
237
|
+
'fabric.editor.highlightColor': 'Attiva/disattiva la palette dei colori di evidenziazione',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Giallo chiaro',
|
|
512
513
|
'fabric.theme.lime': 'Verde lime',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color':
|
|
515
|
+
'fabric.theme.no-color': 'Nessuna evidenziazione',
|
|
515
516
|
'fabric.theme.orange': 'Arancione',
|
|
516
517
|
'fabric.theme.purple': 'Viola',
|
|
517
518
|
'fabric.theme.red': 'Rosso',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
235
235
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
236
236
|
'fabric.editor.highlight': '強調色',
|
|
237
|
+
'fabric.editor.highlightColor': '強調色パレットを切り替える',
|
|
237
238
|
'fabric.editor.horizontalRule': '分割線',
|
|
238
239
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': '薄い黄色',
|
|
512
513
|
'fabric.theme.lime': 'ライム色',
|
|
513
514
|
'fabric.theme.magenta': 'マゼンタ',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': '強調なし',
|
|
515
516
|
'fabric.theme.orange': 'オレンジ',
|
|
516
517
|
'fabric.theme.purple': '紫',
|
|
517
518
|
'fabric.theme.red': '赤',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
235
235
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
236
236
|
'fabric.editor.highlight': '강조 색상',
|
|
237
|
+
'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
|
|
237
238
|
'fabric.editor.horizontalRule': '구분선',
|
|
238
239
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': '밝은 노란색',
|
|
512
513
|
'fabric.theme.lime': '라임색',
|
|
513
514
|
'fabric.theme.magenta': '자홍색',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': '하이라이트 없음',
|
|
515
516
|
'fabric.theme.orange': '주황색',
|
|
516
517
|
'fabric.theme.purple': '보라색',
|
|
517
518
|
'fabric.theme.red': '빨간색',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
236
236
|
'fabric.editor.highlight': 'Fremhevingsfarge',
|
|
237
|
+
'fabric.editor.highlightColor': 'Slå av og på fargepaletten for fremheving',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Deler',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Lys gul',
|
|
512
513
|
'fabric.theme.lime': 'Limegrønn',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Ingen fremheving',
|
|
515
516
|
'fabric.theme.orange': 'Oransje',
|
|
516
517
|
'fabric.theme.purple': 'Lilla',
|
|
517
518
|
'fabric.theme.red': 'Rød',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
236
236
|
'fabric.editor.highlight': 'Kleur markeren',
|
|
237
|
+
'fabric.editor.highlightColor': 'Kleurenpalet voor markeringen in- en uitschakelen',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Lichtgeel',
|
|
512
513
|
'fabric.theme.lime': 'Limoengroen',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Geen markering',
|
|
515
516
|
'fabric.theme.orange': 'Oranje',
|
|
516
517
|
'fabric.theme.purple': 'Paars',
|
|
517
518
|
'fabric.theme.red': 'Rood',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
236
236
|
'fabric.editor.highlight': 'Kolor wyróżnienia',
|
|
237
|
+
'fabric.editor.highlightColor': 'Przełącz paletę kolorów wyróżnienia',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Separator',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Jasnożółty',
|
|
512
513
|
'fabric.theme.lime': 'Limonkowy',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Bez wyróżnienia',
|
|
515
516
|
'fabric.theme.orange': 'Pomarańczowy',
|
|
516
517
|
'fabric.theme.purple': 'Fioletowy',
|
|
517
518
|
'fabric.theme.red': 'Czerwony',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
236
236
|
'fabric.editor.highlight': 'Cor de realce',
|
|
237
|
+
'fabric.editor.highlightColor': 'Alternar paleta de cores de destaque',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Amarelo-claro',
|
|
512
513
|
'fabric.theme.lime': 'Lima',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Sem destaques',
|
|
515
516
|
'fabric.theme.orange': 'Laranja',
|
|
516
517
|
'fabric.theme.purple': 'Roxo',
|
|
517
518
|
'fabric.theme.red': 'Vermelho',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Все сочетания клавиш и параметры разметки',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
|
|
236
236
|
'fabric.editor.highlight': 'Цвет выделения',
|
|
237
|
+
'fabric.editor.highlightColor': 'Переключить цветовую палитру подсветки',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Разделитель',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Вставить или искать ссылку',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Светло-желтый',
|
|
512
513
|
'fabric.theme.lime': 'Лаймовый',
|
|
513
514
|
'fabric.theme.magenta': 'Пурпурный',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Без выделения',
|
|
515
516
|
'fabric.theme.orange': 'Оранжевый',
|
|
516
517
|
'fabric.theme.purple': 'Фиолетовый',
|
|
517
518
|
'fabric.theme.red': 'Красный',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
|
|
236
236
|
'fabric.editor.highlight': 'Markeringsfärg',
|
|
237
|
+
'fabric.editor.highlightColor': 'Växla palett för markeringsfärg',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Klistra in eller sök efter en länk',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Ljusgul',
|
|
512
513
|
'fabric.theme.lime': 'Lime',
|
|
513
514
|
'fabric.theme.magenta': 'Magenta',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Ingen markering',
|
|
515
516
|
'fabric.theme.orange': 'Orange',
|
|
516
517
|
'fabric.theme.purple': 'Lila',
|
|
517
518
|
'fabric.theme.red': 'Röd',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -118,7 +118,7 @@ var _default = exports.default = {
|
|
|
118
118
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
119
119
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
120
120
|
'fabric.editor.decisionPlaceholder': 'เพิ่มการตัดสินใจ…',
|
|
121
|
-
'fabric.editor.decreaseSize': '
|
|
121
|
+
'fabric.editor.decreaseSize': 'ลดขนาดตารางหรือสื่อ',
|
|
122
122
|
'fabric.editor.defaultAltText': 'เอกสาร',
|
|
123
123
|
'fabric.editor.description': 'คำอธิบาย',
|
|
124
124
|
'fabric.editor.displayBlock': 'แสดงการ์ด',
|
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'เรียกใช้ปุ่มลัดบนคีย์บอร์ดและตัวเลือก markdown ทั้งหมด',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'กด {keyMap} เพื่อเปิดกรอบโต้ตอบนี้ได้ทุกเมื่อ',
|
|
236
236
|
'fabric.editor.highlight': 'สีไฮไลท์',
|
|
237
|
+
'fabric.editor.highlightColor': 'สลับจานสีไฮไลท์',
|
|
237
238
|
'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'วางหรือค้นหาลิงก์',
|
|
@@ -250,7 +251,7 @@ var _default = exports.default = {
|
|
|
250
251
|
'fabric.editor.imageBorderSize': 'ขนาด',
|
|
251
252
|
'fabric.editor.imageBorderSubtle': 'บาง',
|
|
252
253
|
'fabric.editor.improvement': 'การปรับปรุง',
|
|
253
|
-
'fabric.editor.increaseSize': '
|
|
254
|
+
'fabric.editor.increaseSize': 'เพิ่มขนาดตารางหรือสื่อ',
|
|
254
255
|
'fabric.editor.indent': 'ย่อหน้าเข้า',
|
|
255
256
|
'fabric.editor.info': 'ข้อมูล',
|
|
256
257
|
'fabric.editor.infoPanel': 'แผงข้อมูล',
|
|
@@ -266,6 +267,8 @@ var _default = exports.default = {
|
|
|
266
267
|
'fabric.editor.insertMenu': 'แทรกองค์ประกอบ',
|
|
267
268
|
'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
|
|
268
269
|
'fabric.editor.insertRowDrag': 'แทรกแถว',
|
|
270
|
+
'fabric.editor.insertTableColumn': 'แทรกคอลัมน์ตาราง',
|
|
271
|
+
'fabric.editor.insertTableRow': 'แทรกแถวตาราง',
|
|
269
272
|
'fabric.editor.invalidDateError': 'ป้อนวันที่ที่ถูกต้อง',
|
|
270
273
|
'fabric.editor.invalidLink': 'โปรดป้อนลิงก์ที่ถูกต้อง',
|
|
271
274
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
@@ -342,6 +345,7 @@ var _default = exports.default = {
|
|
|
342
345
|
'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
|
|
343
346
|
'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
|
|
344
347
|
'fabric.editor.quickInsert': 'แทรกด่วน',
|
|
348
|
+
'fabric.editor.recordLoomShortTitle': 'บันทึก',
|
|
345
349
|
'fabric.editor.recordVideo': 'บันทึกวิดีโอ Loom',
|
|
346
350
|
'fabric.editor.recordVideo.description': 'บันทึกและแชร์หน้าจอและความคิดเห็นของคุณ',
|
|
347
351
|
'fabric.editor.redo': 'ทำซ้ำ',
|
|
@@ -508,7 +512,7 @@ var _default = exports.default = {
|
|
|
508
512
|
'fabric.theme.light-yellow': 'สีเหลืองอ่อน',
|
|
509
513
|
'fabric.theme.lime': 'เขียวมะนาว',
|
|
510
514
|
'fabric.theme.magenta': 'สีม่วงแดง',
|
|
511
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'ไม่มีไฮไลท์',
|
|
512
516
|
'fabric.theme.orange': 'สีส้ม',
|
|
513
517
|
'fabric.theme.purple': 'สีม่วง',
|
|
514
518
|
'fabric.theme.red': 'สีแดง',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -118,7 +118,7 @@ var _default = exports.default = {
|
|
|
118
118
|
'fabric.editor.decision': 'Karar',
|
|
119
119
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
120
120
|
'fabric.editor.decisionPlaceholder': 'Karar ekle…',
|
|
121
|
-
'fabric.editor.decreaseSize': '
|
|
121
|
+
'fabric.editor.decreaseSize': 'Tablo veya medya boyutunu azalt',
|
|
122
122
|
'fabric.editor.defaultAltText': 'Belge',
|
|
123
123
|
'fabric.editor.description': 'Açıklama',
|
|
124
124
|
'fabric.editor.displayBlock': 'Kart olarak göster',
|
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Tüm klavye kısayollarına ve markdown seçeneklerine göz atın',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
|
|
236
236
|
'fabric.editor.highlight': 'Vurgu rengi',
|
|
237
|
+
'fabric.editor.highlightColor': 'Vurgu rengi paletini aç/kapat',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Ayırıcı',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Bağlantıyı yapıştırın veya arayın',
|
|
@@ -250,7 +251,7 @@ var _default = exports.default = {
|
|
|
250
251
|
'fabric.editor.imageBorderSize': 'Boyut',
|
|
251
252
|
'fabric.editor.imageBorderSubtle': 'Göze çarpmayan',
|
|
252
253
|
'fabric.editor.improvement': 'İyileştirme',
|
|
253
|
-
'fabric.editor.increaseSize': '
|
|
254
|
+
'fabric.editor.increaseSize': 'Tablo veya medya boyutunu artır',
|
|
254
255
|
'fabric.editor.indent': 'Girintile',
|
|
255
256
|
'fabric.editor.info': 'Bilgi',
|
|
256
257
|
'fabric.editor.infoPanel': 'Bilgi panosu',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Açık sarı',
|
|
512
513
|
'fabric.theme.lime': 'Yeşil limon',
|
|
513
514
|
'fabric.theme.magenta': 'Eflatun',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Vurgu yok',
|
|
515
516
|
'fabric.theme.orange': 'Turuncu',
|
|
516
517
|
'fabric.theme.purple': 'Mor',
|
|
517
518
|
'fabric.theme.red': 'Kırmızı',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -234,6 +234,7 @@ var _default = exports.default = {
|
|
|
234
234
|
'fabric.editor.help.description': 'Переглянути всі сполучення клавіш і параметри розмітки',
|
|
235
235
|
'fabric.editor.helpDialogTips': 'Натисніть {keyMap}, щоб відкрити це вікно будь-коли',
|
|
236
236
|
'fabric.editor.highlight': 'Колір позначення тексту',
|
|
237
|
+
'fabric.editor.highlightColor': 'Перемкнути палітру кольорів для позначення',
|
|
237
238
|
'fabric.editor.horizontalRule': 'Роздільник',
|
|
238
239
|
'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
|
|
239
240
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Вставте або знайдіть посилання',
|
|
@@ -511,7 +512,7 @@ var _default = exports.default = {
|
|
|
511
512
|
'fabric.theme.light-yellow': 'Світло-жовтий',
|
|
512
513
|
'fabric.theme.lime': 'Лаймовий',
|
|
513
514
|
'fabric.theme.magenta': 'Пурпурний',
|
|
514
|
-
'fabric.theme.no-color': '
|
|
515
|
+
'fabric.theme.no-color': 'Без позначення',
|
|
515
516
|
'fabric.theme.orange': 'Оранжевий',
|
|
516
517
|
'fabric.theme.purple': 'Фіолетовий',
|
|
517
518
|
'fabric.theme.red': 'Червоний',
|