@atlaskit/editor-common 74.21.0 → 74.21.2
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 +12 -0
- package/collab/package.json +15 -0
- package/dist/cjs/collab/index.js +116 -0
- package/dist/cjs/i18n/cs.js +17 -0
- package/dist/cjs/i18n/da.js +17 -0
- package/dist/cjs/i18n/de.js +17 -0
- package/dist/cjs/i18n/en.js +36 -0
- package/dist/cjs/i18n/en_GB.js +36 -0
- package/dist/cjs/i18n/en_ZZ.js +36 -0
- package/dist/cjs/i18n/es.js +17 -0
- package/dist/cjs/i18n/fi.js +17 -0
- package/dist/cjs/i18n/fr.js +17 -0
- package/dist/cjs/i18n/hu.js +17 -0
- package/dist/cjs/i18n/it.js +17 -0
- package/dist/cjs/i18n/ja.js +17 -0
- package/dist/cjs/i18n/ko.js +17 -0
- package/dist/cjs/i18n/nb.js +17 -0
- package/dist/cjs/i18n/nl.js +17 -0
- package/dist/cjs/i18n/pl.js +17 -0
- package/dist/cjs/i18n/pt_BR.js +17 -0
- package/dist/cjs/i18n/ru.js +17 -0
- package/dist/cjs/i18n/sv.js +17 -0
- package/dist/cjs/i18n/th.js +17 -0
- package/dist/cjs/i18n/tr.js +17 -0
- package/dist/cjs/i18n/uk.js +17 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +17 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/tables.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/collab/index.js +121 -0
- package/dist/es2019/i18n/cs.js +17 -0
- package/dist/es2019/i18n/da.js +17 -0
- package/dist/es2019/i18n/de.js +17 -0
- package/dist/es2019/i18n/en.js +36 -0
- package/dist/es2019/i18n/en_GB.js +36 -0
- package/dist/es2019/i18n/en_ZZ.js +36 -0
- package/dist/es2019/i18n/es.js +17 -0
- package/dist/es2019/i18n/fi.js +17 -0
- package/dist/es2019/i18n/fr.js +17 -0
- package/dist/es2019/i18n/hu.js +17 -0
- package/dist/es2019/i18n/it.js +17 -0
- package/dist/es2019/i18n/ja.js +17 -0
- package/dist/es2019/i18n/ko.js +17 -0
- package/dist/es2019/i18n/nb.js +17 -0
- package/dist/es2019/i18n/nl.js +17 -0
- package/dist/es2019/i18n/pl.js +17 -0
- package/dist/es2019/i18n/pt_BR.js +17 -0
- package/dist/es2019/i18n/ru.js +17 -0
- package/dist/es2019/i18n/sv.js +17 -0
- package/dist/es2019/i18n/th.js +17 -0
- package/dist/es2019/i18n/tr.js +17 -0
- package/dist/es2019/i18n/uk.js +17 -0
- package/dist/es2019/i18n/vi.js +17 -0
- package/dist/es2019/i18n/zh.js +17 -0
- package/dist/es2019/i18n/zh_TW.js +17 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/tables.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/collab/index.js +121 -0
- package/dist/esm/i18n/cs.js +17 -0
- package/dist/esm/i18n/da.js +17 -0
- package/dist/esm/i18n/de.js +17 -0
- package/dist/esm/i18n/en.js +36 -0
- package/dist/esm/i18n/en_GB.js +36 -0
- package/dist/esm/i18n/en_ZZ.js +36 -0
- package/dist/esm/i18n/es.js +17 -0
- package/dist/esm/i18n/fi.js +17 -0
- package/dist/esm/i18n/fr.js +17 -0
- package/dist/esm/i18n/hu.js +17 -0
- package/dist/esm/i18n/it.js +17 -0
- package/dist/esm/i18n/ja.js +17 -0
- package/dist/esm/i18n/ko.js +17 -0
- package/dist/esm/i18n/nb.js +17 -0
- package/dist/esm/i18n/nl.js +17 -0
- package/dist/esm/i18n/pl.js +17 -0
- package/dist/esm/i18n/pt_BR.js +17 -0
- package/dist/esm/i18n/ru.js +17 -0
- package/dist/esm/i18n/sv.js +17 -0
- package/dist/esm/i18n/th.js +17 -0
- package/dist/esm/i18n/tr.js +17 -0
- package/dist/esm/i18n/uk.js +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh.js +17 -0
- package/dist/esm/i18n/zh_TW.js +17 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/tables.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/collab/index.d.ts +351 -0
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +17 -0
- package/dist/types/i18n/de.d.ts +17 -0
- package/dist/types/i18n/en.d.ts +36 -0
- package/dist/types/i18n/en_GB.d.ts +36 -0
- package/dist/types/i18n/en_ZZ.d.ts +36 -0
- package/dist/types/i18n/es.d.ts +17 -0
- package/dist/types/i18n/fi.d.ts +17 -0
- package/dist/types/i18n/fr.d.ts +17 -0
- package/dist/types/i18n/hu.d.ts +17 -0
- package/dist/types/i18n/it.d.ts +17 -0
- package/dist/types/i18n/ja.d.ts +17 -0
- package/dist/types/i18n/ko.d.ts +17 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +17 -0
- package/dist/types/i18n/pl.d.ts +17 -0
- package/dist/types/i18n/pt_BR.d.ts +17 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +17 -0
- package/dist/types/i18n/th.d.ts +17 -0
- package/dist/types/i18n/tr.d.ts +17 -0
- package/dist/types/i18n/uk.d.ts +17 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +17 -0
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +1 -1
- package/dist/types/types/editor-actions.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/tables.d.ts +13 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/collab/index.d.ts +351 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +17 -0
- package/dist/types-ts4.5/i18n/de.d.ts +17 -0
- package/dist/types-ts4.5/i18n/en.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +36 -0
- package/dist/types-ts4.5/i18n/es.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +17 -0
- package/dist/types-ts4.5/i18n/it.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +17 -0
- package/dist/types-ts4.5/i18n/th.d.ts +17 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +17 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +17 -0
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/types.d.ts +1 -1
- package/dist/types-ts4.5/types/editor-actions.d.ts +1 -1
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/tables.d.ts +13 -0
- package/package.json +2 -2
- package/tmp/api-report-tmp.d.ts +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 74.21.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) - Extracted internal editor card plugin to new package `editor-plugin-card`.
|
|
8
|
+
|
|
9
|
+
## 74.21.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`14224c3f8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14224c3f8a4) - [ED-18162] Move the collab provider types to the editor common package to avoid circular dependencies
|
|
14
|
+
|
|
3
15
|
## 74.21.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-common/collab",
|
|
3
|
+
"main": "../dist/cjs/collab/index.js",
|
|
4
|
+
"module": "../dist/esm/collab/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/collab/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"types": "../dist/types/collab/index.d.ts",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
|
+
"*": [
|
|
11
|
+
"../dist/types-ts4.5/collab/index.d.ts"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.PROVIDER_ERROR_CODE = exports.DisconnectReason = void 0;
|
|
7
|
+
// Format of the payload returned by the call-back function passed to the collab provider
|
|
8
|
+
// that gets called when syncing with the back-end service fails
|
|
9
|
+
// Format of the document and its metadata returned from the collab provider
|
|
10
|
+
// after editing and for draft sync
|
|
11
|
+
// Provider Errors
|
|
12
|
+
// Emitted errors
|
|
13
|
+
var PROVIDER_ERROR_CODE = /*#__PURE__*/function (PROVIDER_ERROR_CODE) {
|
|
14
|
+
PROVIDER_ERROR_CODE["NO_PERMISSION_ERROR"] = "NO_PERMISSION_ERROR";
|
|
15
|
+
PROVIDER_ERROR_CODE["INVALID_USER_TOKEN"] = "INVALID_USER_TOKEN";
|
|
16
|
+
PROVIDER_ERROR_CODE["DOCUMENT_NOT_FOUND"] = "DOCUMENT_NOT_FOUND";
|
|
17
|
+
PROVIDER_ERROR_CODE["LOCKED"] = "LOCKED";
|
|
18
|
+
PROVIDER_ERROR_CODE["FAIL_TO_SAVE"] = "FAIL_TO_SAVE";
|
|
19
|
+
PROVIDER_ERROR_CODE["DOCUMENT_RESTORE_ERROR"] = "DOCUMENT_RESTORE_ERROR";
|
|
20
|
+
PROVIDER_ERROR_CODE["INITIALISATION_ERROR"] = "INITIALISATION_ERROR";
|
|
21
|
+
PROVIDER_ERROR_CODE["NETWORK_ISSUE"] = "NETWORK_ISSUE";
|
|
22
|
+
PROVIDER_ERROR_CODE["INVALID_PROVIDER_CONFIGURATION"] = "INVALID_PROVIDER_CONFIGURATION";
|
|
23
|
+
PROVIDER_ERROR_CODE["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
|
|
24
|
+
PROVIDER_ERROR_CODE["DOCUMENT_UPDATE_ERROR"] = "DOCUMENT_UPDATE_ERROR";
|
|
25
|
+
return PROVIDER_ERROR_CODE;
|
|
26
|
+
}({});
|
|
27
|
+
/**
|
|
28
|
+
* This occurs when the provided user token is considered invalid for the given document ARI.
|
|
29
|
+
* It happens during initialisation of the provider.
|
|
30
|
+
* It could mean the document has been deleted (hence not found).
|
|
31
|
+
* @message Message returned to editor, i.e User does not have permissions to access this document or document is not found
|
|
32
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
33
|
+
*/
|
|
34
|
+
/**
|
|
35
|
+
* Similar to InsufficientEditingPermission, but the user token is invalid because it has expired or been revoked.
|
|
36
|
+
* It may also be an invalid token format.
|
|
37
|
+
* This error is given to the provider by NCS.
|
|
38
|
+
* @message Message returned to editor, i.e. The user token was invalid
|
|
39
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
40
|
+
*/
|
|
41
|
+
/**
|
|
42
|
+
* Document not found error, thrown when the provider is unable to find a document with the given ARI and user token.
|
|
43
|
+
* It occurs during fetchCatchup, a function that fetches the latest document state during catchup.
|
|
44
|
+
* We need to recieve a 404 from the document service to throw this error.
|
|
45
|
+
* @message Message returned to editor, i.e. The requested document is not found
|
|
46
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* This error is thrown when the document is locked by another user.
|
|
50
|
+
* The error is passed to us by NCS.
|
|
51
|
+
* @message Message returned to editor, i.e. The document is currently not available, please try again later
|
|
52
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
53
|
+
*/
|
|
54
|
+
/**
|
|
55
|
+
* This error is thrown when the provider is unable to save the document.
|
|
56
|
+
* This can happen when the connection to dynamoDB is lost, or when we do not have sufficient permissions (DYNAMO ERROR).
|
|
57
|
+
* This error is given to us by NCS.
|
|
58
|
+
* @message Message returned to editor, i.e. Collab service is not able to save changes
|
|
59
|
+
* @recoverable It is not recoverable, as we don't want the user to continue editing a document that is not being saved.
|
|
60
|
+
*/
|
|
61
|
+
/**
|
|
62
|
+
* This error is thrown when the provider is unable to restore the document.
|
|
63
|
+
* It occurs during onRestore, a function that restores the document to a previous version and reapplies unconfirmed steps.
|
|
64
|
+
* onRestore is called when page recovery has emitted an 'init' event on a page client is currently connected to.
|
|
65
|
+
* It could mean we failed to update the page metadata, or we failed to reapply unconfirmed steps.
|
|
66
|
+
* @message Message returned to editor, i.e. Collab service unable to restore document
|
|
67
|
+
* @recoverable It is not recoverable, as the provider has no further options after this.
|
|
68
|
+
* The user will need to refresh the page to try again.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* The initial document couldn't be loaded from the collab service.
|
|
72
|
+
* This error is given to us by NCS.
|
|
73
|
+
* It could indicate either a network issue, or an internal service error in NCS.
|
|
74
|
+
* @message Message returned to editor, i.e. The initial document couldn't be loaded from the collab service
|
|
75
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
76
|
+
* The user will need to refresh the page to try again.
|
|
77
|
+
*/
|
|
78
|
+
/**
|
|
79
|
+
* Couldn't reconnect to the collab service (NCS) due to network issues.
|
|
80
|
+
* NCS could be down, or the user could be offline. It's also possible the url is incorrect, or the user is behind a proxy blocking the connection.
|
|
81
|
+
* Fired upon a reconnection attempt error (from Socket.IO Manager)
|
|
82
|
+
* @message Message returned to editor, i.e. Couldn't reconnect to the collab service due to network issues
|
|
83
|
+
* @recoverable It is recoverable, as the provider will try to reconnect.
|
|
84
|
+
*/
|
|
85
|
+
/**
|
|
86
|
+
* This error is thrown when the provider has an invalid configuration.
|
|
87
|
+
* It could happen due to these errors from NCS:
|
|
88
|
+
* NAMESPACE_INVALID
|
|
89
|
+
INVALID_ACTIVATION_ID
|
|
90
|
+
INVALID_DOCUMENT_ARI
|
|
91
|
+
INVALID_CLOUD_ID
|
|
92
|
+
* @message Message returned to editor, i.e. Invalid provider configuration
|
|
93
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
94
|
+
* The service using the provider will need to fix the configuration.
|
|
95
|
+
*/
|
|
96
|
+
/**
|
|
97
|
+
* This error is thrown when the provider encounters an internal service error, not otherwise accounted for.
|
|
98
|
+
* @message Message returned to editor, i.e. Collab Provider experienced an unrecoverable error
|
|
99
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
100
|
+
*/
|
|
101
|
+
/**
|
|
102
|
+
* A union of all possible provider errors that can be emitted back to the editor.
|
|
103
|
+
*/
|
|
104
|
+
// Collab Provider interface
|
|
105
|
+
// TODO: Deprecate redundant payload types
|
|
106
|
+
exports.PROVIDER_ERROR_CODE = PROVIDER_ERROR_CODE;
|
|
107
|
+
var DisconnectReason = /*#__PURE__*/function (DisconnectReason) {
|
|
108
|
+
DisconnectReason["CLIENT_DISCONNECT"] = "CLIENT_DISCONNECT";
|
|
109
|
+
DisconnectReason["SERVER_DISCONNECT"] = "SERVER_DISCONNECT";
|
|
110
|
+
DisconnectReason["SOCKET_CLOSED"] = "SOCKET_CLOSED";
|
|
111
|
+
DisconnectReason["SOCKET_ERROR"] = "SOCKET_ERROR";
|
|
112
|
+
DisconnectReason["SOCKET_TIMEOUT"] = "SOCKET_TIMEOUT";
|
|
113
|
+
DisconnectReason["UNKNOWN_DISCONNECT"] = "UNKNOWN_DISCONNECT";
|
|
114
|
+
return DisconnectReason;
|
|
115
|
+
}({});
|
|
116
|
+
exports.DisconnectReason = DisconnectReason;
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
23
|
+
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
24
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
22
25
|
'fabric.editor.blockquote': 'citace',
|
|
23
26
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Obousměrné znaky mění pořadí vykreslování textu. Může to být použito k zakrytí škodlivého kódu.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
37
41
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
38
42
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
43
|
+
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
|
|
45
|
+
'fabric.editor.displayInline': 'Zobrazit v řádku',
|
|
46
|
+
'fabric.editor.displayLink': 'Zobrazit jako text',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
39
50
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
52
|
+
'fabric.editor.embedTitle': 'Vložit',
|
|
41
53
|
'fabric.editor.emoji': 'Emoji',
|
|
42
54
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
43
55
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
56
68
|
'fabric.editor.image': 'Obrázek',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Vložený',
|
|
57
71
|
'fabric.editor.insertMenu': 'Vložit',
|
|
58
72
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|
|
110
|
+
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
111
|
+
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
112
|
+
'fabric.editor.urlTitle': 'Adresa URL',
|
|
96
113
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
97
114
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
23
|
+
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
24
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
22
25
|
'fabric.editor.blockquote': 'et citat',
|
|
23
26
|
'fabric.editor.cancelButton': 'Annullér',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
37
41
|
'fabric.editor.decision': 'Beslutning',
|
|
38
42
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
43
|
+
'fabric.editor.displayBlock': 'Vis som kort',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Vis som indlejret',
|
|
45
|
+
'fabric.editor.displayInline': 'Vis indbygget',
|
|
46
|
+
'fabric.editor.displayLink': 'Vis som tekst',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
39
50
|
'fabric.editor.editLink': 'Redigér link',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
52
|
+
'fabric.editor.embedTitle': 'Indlejr',
|
|
41
53
|
'fabric.editor.emoji': 'Emoji',
|
|
42
54
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
43
55
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
56
68
|
'fabric.editor.image': 'Billeder',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Indbyg',
|
|
57
71
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
58
72
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
|
110
|
+
'fabric.editor.url': 'Visnings-URL',
|
|
111
|
+
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL-adresse',
|
|
96
113
|
'fabric.editor.viewMore': 'Vis mere',
|
|
97
114
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Skub til venstre',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
23
|
+
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
24
|
+
'fabric.editor.blockTitle': 'Karte',
|
|
22
25
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
23
26
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
37
41
|
'fabric.editor.decision': 'Entscheidung',
|
|
38
42
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
43
|
+
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Einbettung anzeigen',
|
|
45
|
+
'fabric.editor.displayInline': 'Inline anzeigen',
|
|
46
|
+
'fabric.editor.displayLink': 'Als Text anzeigen',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
39
50
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
52
|
+
'fabric.editor.embedTitle': 'Einbetten',
|
|
41
53
|
'fabric.editor.emoji': 'Emoji',
|
|
42
54
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
43
55
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
56
68
|
'fabric.editor.image': 'Bild',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
57
71
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
58
72
|
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
110
|
+
'fabric.editor.url': 'URL anzeigen',
|
|
111
|
+
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
97
114
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -19,9 +19,16 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Align right',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
23
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
24
|
+
'fabric.editor.blockTitle': 'Card',
|
|
22
25
|
'fabric.editor.blockquote': 'a quote',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
23
27
|
'fabric.editor.cancelButton': 'Cancel',
|
|
24
28
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
29
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
30
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
25
32
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
26
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
27
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -36,11 +43,22 @@ var _default = {
|
|
|
36
43
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
37
44
|
'fabric.editor.decision': 'Decision',
|
|
38
45
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
46
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
47
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
48
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
49
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
50
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
51
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
52
|
+
'fabric.editor.displayText': 'Text to display',
|
|
53
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
54
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
39
55
|
'fabric.editor.editLink': 'Edit link',
|
|
40
56
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
57
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
41
58
|
'fabric.editor.emoji': 'Emoji',
|
|
42
59
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
43
60
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
44
62
|
'fabric.editor.expand': 'Expand',
|
|
45
63
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
46
64
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -48,12 +66,24 @@ var _default = {
|
|
|
48
66
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
49
67
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
50
68
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
51
75
|
'fabric.editor.help': 'Help',
|
|
52
76
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
53
77
|
'fabric.editor.horizontalRule': 'Divider',
|
|
54
78
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
55
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
56
83
|
'fabric.editor.image': 'Image',
|
|
84
|
+
'fabric.editor.improvement': 'Improvement',
|
|
85
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
86
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
57
87
|
'fabric.editor.insertMenu': 'Insert',
|
|
58
88
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
59
89
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -77,8 +107,11 @@ var _default = {
|
|
|
77
107
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
78
108
|
'fabric.editor.status': 'Status',
|
|
79
109
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
80
112
|
'fabric.editor.table': 'Table',
|
|
81
113
|
'fabric.editor.table.description': 'Insert a table',
|
|
114
|
+
'fabric.editor.task': 'Task',
|
|
82
115
|
'fabric.editor.time.ago': 'ago',
|
|
83
116
|
'fabric.editor.time.updated': 'Updated',
|
|
84
117
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -93,6 +126,9 @@ var _default = {
|
|
|
93
126
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
94
127
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
95
128
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
129
|
+
'fabric.editor.url': 'Display URL',
|
|
130
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
131
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
132
|
'fabric.editor.viewMore': 'View more',
|
|
97
133
|
'fabric.editor.visit': 'Open link in a new window',
|
|
98
134
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -19,9 +19,16 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Align right',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
23
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
24
|
+
'fabric.editor.blockTitle': 'Card',
|
|
22
25
|
'fabric.editor.blockquote': 'a quote',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
23
27
|
'fabric.editor.cancelButton': 'Cancel',
|
|
24
28
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
29
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
30
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
25
32
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
26
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
27
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -36,11 +43,22 @@ var _default = {
|
|
|
36
43
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
37
44
|
'fabric.editor.decision': 'Decision',
|
|
38
45
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
46
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
47
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
48
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
49
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
50
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
51
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
52
|
+
'fabric.editor.displayText': 'Text to display',
|
|
53
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
54
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
39
55
|
'fabric.editor.editLink': 'Edit link',
|
|
40
56
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
57
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
41
58
|
'fabric.editor.emoji': 'Emoji',
|
|
42
59
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
43
60
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
44
62
|
'fabric.editor.expand': 'Expand',
|
|
45
63
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
46
64
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -48,12 +66,24 @@ var _default = {
|
|
|
48
66
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
49
67
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
50
68
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
51
75
|
'fabric.editor.help': 'Help',
|
|
52
76
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
53
77
|
'fabric.editor.horizontalRule': 'Divider',
|
|
54
78
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
55
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
56
83
|
'fabric.editor.image': 'Image',
|
|
84
|
+
'fabric.editor.improvement': 'Improvement',
|
|
85
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
86
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
57
87
|
'fabric.editor.insertMenu': 'Insert',
|
|
58
88
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
59
89
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -77,8 +107,11 @@ var _default = {
|
|
|
77
107
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
78
108
|
'fabric.editor.status': 'Status',
|
|
79
109
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
80
112
|
'fabric.editor.table': 'Table',
|
|
81
113
|
'fabric.editor.table.description': 'Insert a table',
|
|
114
|
+
'fabric.editor.task': 'Task',
|
|
82
115
|
'fabric.editor.time.ago': 'ago',
|
|
83
116
|
'fabric.editor.time.updated': 'Updated',
|
|
84
117
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -93,6 +126,9 @@ var _default = {
|
|
|
93
126
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
94
127
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
95
128
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
129
|
+
'fabric.editor.url': 'Display URL',
|
|
130
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
131
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
132
|
'fabric.editor.viewMore': 'View more',
|
|
97
133
|
'fabric.editor.visit': 'Open link in a new window',
|
|
98
134
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -19,9 +19,16 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Align right',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
23
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
24
|
+
'fabric.editor.blockTitle': 'Card',
|
|
22
25
|
'fabric.editor.blockquote': 'a quote',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
23
27
|
'fabric.editor.cancelButton': 'Cancel',
|
|
24
28
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
29
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
30
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
25
32
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
26
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
27
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -36,11 +43,22 @@ var _default = {
|
|
|
36
43
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
37
44
|
'fabric.editor.decision': 'Decision',
|
|
38
45
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
46
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
47
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
48
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
49
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
50
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
51
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
52
|
+
'fabric.editor.displayText': 'Text to display',
|
|
53
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
54
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
39
55
|
'fabric.editor.editLink': 'Edit link',
|
|
40
56
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
57
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
41
58
|
'fabric.editor.emoji': 'Emoji',
|
|
42
59
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
43
60
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
44
62
|
'fabric.editor.expand': 'Expand',
|
|
45
63
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
46
64
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -48,12 +66,24 @@ var _default = {
|
|
|
48
66
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
49
67
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
50
68
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
51
75
|
'fabric.editor.help': 'Help',
|
|
52
76
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
53
77
|
'fabric.editor.horizontalRule': 'Divider',
|
|
54
78
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
55
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
56
83
|
'fabric.editor.image': 'Image',
|
|
84
|
+
'fabric.editor.improvement': 'Improvement',
|
|
85
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
86
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
57
87
|
'fabric.editor.insertMenu': 'Insert',
|
|
58
88
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
59
89
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -77,8 +107,11 @@ var _default = {
|
|
|
77
107
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
78
108
|
'fabric.editor.status': 'Status',
|
|
79
109
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
80
112
|
'fabric.editor.table': 'Table',
|
|
81
113
|
'fabric.editor.table.description': 'Insert a table',
|
|
114
|
+
'fabric.editor.task': 'Task',
|
|
82
115
|
'fabric.editor.time.ago': 'ago',
|
|
83
116
|
'fabric.editor.time.updated': 'Updated',
|
|
84
117
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -93,6 +126,9 @@ var _default = {
|
|
|
93
126
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
94
127
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
95
128
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
129
|
+
'fabric.editor.url': 'Display URL',
|
|
130
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
131
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
132
|
'fabric.editor.viewMore': 'View more',
|
|
97
133
|
'fabric.editor.visit': 'Open link in a new window',
|
|
98
134
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
23
|
+
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
24
|
+
'fabric.editor.blockTitle': 'Tarjeta',
|
|
22
25
|
'fabric.editor.blockquote': 'una cita',
|
|
23
26
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
37
41
|
'fabric.editor.decision': 'Decisión',
|
|
38
42
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
43
|
+
'fabric.editor.displayBlock': 'Mostrar como tarjeta',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
|
|
45
|
+
'fabric.editor.displayInline': 'Mostrar insertado',
|
|
46
|
+
'fabric.editor.displayLink': 'Mostrar como texto',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
39
50
|
'fabric.editor.editLink': 'Editar enlace',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
52
|
+
'fabric.editor.embedTitle': 'Integrar',
|
|
41
53
|
'fabric.editor.emoji': 'Emoji',
|
|
42
54
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
43
55
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
56
68
|
'fabric.editor.image': 'Imagen',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Insertado',
|
|
57
71
|
'fabric.editor.insertMenu': 'Insertar',
|
|
58
72
|
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
110
|
+
'fabric.editor.url': 'Mostrar URL',
|
|
111
|
+
'fabric.editor.urlDescription': 'Mostrar enlace como URL',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': 'Ver más',
|
|
97
114
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|