@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
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': '置中對齊',
|
|
14
14
|
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
15
15
|
'fabric.editor.alignImageRight': '靠右對齊',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
17
|
+
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
18
|
+
'fabric.editor.blockTitle': '卡片',
|
|
16
19
|
'fabric.editor.blockquote': '引述',
|
|
17
20
|
'fabric.editor.cancelButton': '取消',
|
|
18
21
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
22
|
+
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
31
35
|
'fabric.editor.decision': '決定',
|
|
32
36
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
37
|
+
'fabric.editor.displayBlock': '顯示卡片',
|
|
38
|
+
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
39
|
+
'fabric.editor.displayInline': '顯示內嵌',
|
|
40
|
+
'fabric.editor.displayLink': '以文字顯示',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
42
|
+
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
43
|
+
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
33
44
|
'fabric.editor.editLink': '編輯連結',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
46
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
35
47
|
'fabric.editor.emoji': '表情符號',
|
|
36
48
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
37
49
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
50
62
|
'fabric.editor.image': '影像',
|
|
63
|
+
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
64
|
+
'fabric.editor.inlineTitle': '內嵌',
|
|
51
65
|
'fabric.editor.insertMenu': '插入',
|
|
52
66
|
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
104
|
+
'fabric.editor.url': '顯示 URL',
|
|
105
|
+
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': '檢視更多',
|
|
91
108
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
92
109
|
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
2
2
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
3
|
-
const packageVersion = "74.21.
|
|
3
|
+
const packageVersion = "74.21.2";
|
|
4
4
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
5
5
|
// Remove URL as it has UGC
|
|
6
6
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -8,7 +8,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
8
8
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
9
9
|
import Layer from '../Layer';
|
|
10
10
|
const packageName = "@atlaskit/editor-common";
|
|
11
|
-
const packageVersion = "74.21.
|
|
11
|
+
const packageVersion = "74.21.2";
|
|
12
12
|
const halfFocusRing = 1;
|
|
13
13
|
const dropOffset = '0, 8';
|
|
14
14
|
class DropList extends Component {
|
package/dist/es2019/version.json
CHANGED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
// Format of the payload returned by the call-back function passed to the collab provider
|
|
2
|
+
// that gets called when syncing with the back-end service fails
|
|
3
|
+
// Format of the document and its metadata returned from the collab provider
|
|
4
|
+
// after editing and for draft sync
|
|
5
|
+
// Provider Errors
|
|
6
|
+
// Emitted errors
|
|
7
|
+
export var PROVIDER_ERROR_CODE = /*#__PURE__*/function (PROVIDER_ERROR_CODE) {
|
|
8
|
+
PROVIDER_ERROR_CODE["NO_PERMISSION_ERROR"] = "NO_PERMISSION_ERROR";
|
|
9
|
+
PROVIDER_ERROR_CODE["INVALID_USER_TOKEN"] = "INVALID_USER_TOKEN";
|
|
10
|
+
PROVIDER_ERROR_CODE["DOCUMENT_NOT_FOUND"] = "DOCUMENT_NOT_FOUND";
|
|
11
|
+
PROVIDER_ERROR_CODE["LOCKED"] = "LOCKED";
|
|
12
|
+
PROVIDER_ERROR_CODE["FAIL_TO_SAVE"] = "FAIL_TO_SAVE";
|
|
13
|
+
PROVIDER_ERROR_CODE["DOCUMENT_RESTORE_ERROR"] = "DOCUMENT_RESTORE_ERROR";
|
|
14
|
+
PROVIDER_ERROR_CODE["INITIALISATION_ERROR"] = "INITIALISATION_ERROR";
|
|
15
|
+
PROVIDER_ERROR_CODE["NETWORK_ISSUE"] = "NETWORK_ISSUE";
|
|
16
|
+
PROVIDER_ERROR_CODE["INVALID_PROVIDER_CONFIGURATION"] = "INVALID_PROVIDER_CONFIGURATION";
|
|
17
|
+
PROVIDER_ERROR_CODE["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
|
|
18
|
+
PROVIDER_ERROR_CODE["DOCUMENT_UPDATE_ERROR"] = "DOCUMENT_UPDATE_ERROR";
|
|
19
|
+
return PROVIDER_ERROR_CODE;
|
|
20
|
+
}({});
|
|
21
|
+
/**
|
|
22
|
+
* This occurs when the provided user token is considered invalid for the given document ARI.
|
|
23
|
+
* It happens during initialisation of the provider.
|
|
24
|
+
* It could mean the document has been deleted (hence not found).
|
|
25
|
+
* @message Message returned to editor, i.e User does not have permissions to access this document or document is not found
|
|
26
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Similar to InsufficientEditingPermission, but the user token is invalid because it has expired or been revoked.
|
|
31
|
+
* It may also be an invalid token format.
|
|
32
|
+
* This error is given to the provider by NCS.
|
|
33
|
+
* @message Message returned to editor, i.e. The user token was invalid
|
|
34
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Document not found error, thrown when the provider is unable to find a document with the given ARI and user token.
|
|
39
|
+
* It occurs during fetchCatchup, a function that fetches the latest document state during catchup.
|
|
40
|
+
* We need to recieve a 404 from the document service to throw this error.
|
|
41
|
+
* @message Message returned to editor, i.e. The requested document is not found
|
|
42
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* This error is thrown when the document is locked by another user.
|
|
47
|
+
* The error is passed to us by NCS.
|
|
48
|
+
* @message Message returned to editor, i.e. The document is currently not available, please try again later
|
|
49
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* This error is thrown when the provider is unable to save the document.
|
|
54
|
+
* This can happen when the connection to dynamoDB is lost, or when we do not have sufficient permissions (DYNAMO ERROR).
|
|
55
|
+
* This error is given to us by NCS.
|
|
56
|
+
* @message Message returned to editor, i.e. Collab service is not able to save changes
|
|
57
|
+
* @recoverable It is not recoverable, as we don't want the user to continue editing a document that is not being saved.
|
|
58
|
+
*/
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* This error is thrown when the provider is unable to restore the document.
|
|
62
|
+
* It occurs during onRestore, a function that restores the document to a previous version and reapplies unconfirmed steps.
|
|
63
|
+
* onRestore is called when page recovery has emitted an 'init' event on a page client is currently connected to.
|
|
64
|
+
* It could mean we failed to update the page metadata, or we failed to reapply unconfirmed steps.
|
|
65
|
+
* @message Message returned to editor, i.e. Collab service unable to restore document
|
|
66
|
+
* @recoverable It is not recoverable, as the provider has no further options after this.
|
|
67
|
+
* The user will need to refresh the page to try again.
|
|
68
|
+
*/
|
|
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
|
+
/**
|
|
80
|
+
* Couldn't reconnect to the collab service (NCS) due to network issues.
|
|
81
|
+
* 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.
|
|
82
|
+
* Fired upon a reconnection attempt error (from Socket.IO Manager)
|
|
83
|
+
* @message Message returned to editor, i.e. Couldn't reconnect to the collab service due to network issues
|
|
84
|
+
* @recoverable It is recoverable, as the provider will try to reconnect.
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* This error is thrown when the provider has an invalid configuration.
|
|
89
|
+
* It could happen due to these errors from NCS:
|
|
90
|
+
* NAMESPACE_INVALID
|
|
91
|
+
INVALID_ACTIVATION_ID
|
|
92
|
+
INVALID_DOCUMENT_ARI
|
|
93
|
+
INVALID_CLOUD_ID
|
|
94
|
+
* @message Message returned to editor, i.e. Invalid provider configuration
|
|
95
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
96
|
+
* The service using the provider will need to fix the configuration.
|
|
97
|
+
*/
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* This error is thrown when the provider encounters an internal service error, not otherwise accounted for.
|
|
101
|
+
* @message Message returned to editor, i.e. Collab Provider experienced an unrecoverable error
|
|
102
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
103
|
+
*/
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* A union of all possible provider errors that can be emitted back to the editor.
|
|
107
|
+
*/
|
|
108
|
+
|
|
109
|
+
// Collab Provider interface
|
|
110
|
+
|
|
111
|
+
// TODO: Deprecate redundant payload types
|
|
112
|
+
|
|
113
|
+
export var DisconnectReason = /*#__PURE__*/function (DisconnectReason) {
|
|
114
|
+
DisconnectReason["CLIENT_DISCONNECT"] = "CLIENT_DISCONNECT";
|
|
115
|
+
DisconnectReason["SERVER_DISCONNECT"] = "SERVER_DISCONNECT";
|
|
116
|
+
DisconnectReason["SOCKET_CLOSED"] = "SOCKET_CLOSED";
|
|
117
|
+
DisconnectReason["SOCKET_ERROR"] = "SOCKET_ERROR";
|
|
118
|
+
DisconnectReason["SOCKET_TIMEOUT"] = "SOCKET_TIMEOUT";
|
|
119
|
+
DisconnectReason["UNKNOWN_DISCONNECT"] = "UNKNOWN_DISCONNECT";
|
|
120
|
+
return DisconnectReason;
|
|
121
|
+
}({});
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
17
|
+
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
18
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
16
19
|
'fabric.editor.blockquote': 'citace',
|
|
17
20
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
19
23
|
'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.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
31
35
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
32
36
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
37
|
+
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
|
|
39
|
+
'fabric.editor.displayInline': 'Zobrazit v řádku',
|
|
40
|
+
'fabric.editor.displayLink': 'Zobrazit jako text',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
33
44
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
46
|
+
'fabric.editor.embedTitle': 'Vložit',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
37
49
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
50
62
|
'fabric.editor.image': 'Obrázek',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Vložený',
|
|
51
65
|
'fabric.editor.insertMenu': 'Vložit',
|
|
52
66
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|
|
104
|
+
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
105
|
+
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
106
|
+
'fabric.editor.urlTitle': 'Adresa URL',
|
|
90
107
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
91
108
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
17
|
+
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
18
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
16
19
|
'fabric.editor.blockquote': 'et citat',
|
|
17
20
|
'fabric.editor.cancelButton': 'Annullér',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
31
35
|
'fabric.editor.decision': 'Beslutning',
|
|
32
36
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
37
|
+
'fabric.editor.displayBlock': 'Vis som kort',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Vis som indlejret',
|
|
39
|
+
'fabric.editor.displayInline': 'Vis indbygget',
|
|
40
|
+
'fabric.editor.displayLink': 'Vis som tekst',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
33
44
|
'fabric.editor.editLink': 'Redigér link',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
46
|
+
'fabric.editor.embedTitle': 'Indlejr',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
37
49
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
50
62
|
'fabric.editor.image': 'Billeder',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Indbyg',
|
|
51
65
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
52
66
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
|
104
|
+
'fabric.editor.url': 'Visnings-URL',
|
|
105
|
+
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL-adresse',
|
|
90
107
|
'fabric.editor.viewMore': 'Vis mere',
|
|
91
108
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Skub til venstre',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
17
|
+
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
18
|
+
'fabric.editor.blockTitle': 'Karte',
|
|
16
19
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
17
20
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
31
35
|
'fabric.editor.decision': 'Entscheidung',
|
|
32
36
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
37
|
+
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Einbettung anzeigen',
|
|
39
|
+
'fabric.editor.displayInline': 'Inline anzeigen',
|
|
40
|
+
'fabric.editor.displayLink': 'Als Text anzeigen',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
33
44
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
46
|
+
'fabric.editor.embedTitle': 'Einbetten',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
37
49
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
50
62
|
'fabric.editor.image': 'Bild',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
65
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
52
66
|
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
104
|
+
'fabric.editor.url': 'URL anzeigen',
|
|
105
|
+
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
91
108
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|