@atlaskit/editor-core 189.3.9 → 189.3.11
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 +14 -0
- package/build/tsconfig.json +2 -1
- package/dist/cjs/i18n/cs.js +1 -17
- package/dist/cjs/i18n/da.js +1 -17
- package/dist/cjs/i18n/de.js +1 -17
- package/dist/cjs/i18n/en.js +1 -17
- package/dist/cjs/i18n/en_GB.js +1 -17
- package/dist/cjs/i18n/en_ZZ.js +1 -17
- package/dist/cjs/i18n/es.js +1 -17
- package/dist/cjs/i18n/fi.js +1 -17
- package/dist/cjs/i18n/fr.js +1 -17
- package/dist/cjs/i18n/hu.js +1 -17
- package/dist/cjs/i18n/it.js +1 -17
- package/dist/cjs/i18n/ja.js +1 -17
- package/dist/cjs/i18n/ko.js +1 -17
- package/dist/cjs/i18n/nb.js +1 -17
- package/dist/cjs/i18n/nl.js +1 -17
- package/dist/cjs/i18n/pl.js +1 -17
- package/dist/cjs/i18n/pt_BR.js +1 -17
- package/dist/cjs/i18n/ru.js +1 -17
- package/dist/cjs/i18n/sv.js +1 -17
- package/dist/cjs/i18n/th.js +1 -17
- package/dist/cjs/i18n/tr.js +1 -17
- package/dist/cjs/i18n/uk.js +1 -17
- package/dist/cjs/i18n/vi.js +1 -17
- package/dist/cjs/i18n/zh.js +1 -17
- package/dist/cjs/i18n/zh_TW.js +1 -17
- package/dist/cjs/plugins/extension/actions.js +135 -126
- package/dist/cjs/plugins/extension/extension-api.js +11 -9
- package/dist/cjs/plugins/extension/index.js +6 -4
- package/dist/cjs/plugins/extension/toolbar.js +5 -4
- package/dist/cjs/plugins/insert-block/index.js +2 -2
- package/dist/cjs/plugins/macro/actions.js +94 -93
- package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +1 -17
- package/dist/es2019/i18n/da.js +1 -17
- package/dist/es2019/i18n/de.js +1 -17
- package/dist/es2019/i18n/en.js +1 -17
- package/dist/es2019/i18n/en_GB.js +1 -17
- package/dist/es2019/i18n/en_ZZ.js +1 -17
- package/dist/es2019/i18n/es.js +1 -17
- package/dist/es2019/i18n/fi.js +1 -17
- package/dist/es2019/i18n/fr.js +1 -17
- package/dist/es2019/i18n/hu.js +1 -17
- package/dist/es2019/i18n/it.js +1 -17
- package/dist/es2019/i18n/ja.js +1 -17
- package/dist/es2019/i18n/ko.js +1 -17
- package/dist/es2019/i18n/nb.js +1 -17
- package/dist/es2019/i18n/nl.js +1 -17
- package/dist/es2019/i18n/pl.js +1 -17
- package/dist/es2019/i18n/pt_BR.js +1 -17
- package/dist/es2019/i18n/ru.js +1 -17
- package/dist/es2019/i18n/sv.js +1 -17
- package/dist/es2019/i18n/th.js +1 -17
- package/dist/es2019/i18n/tr.js +1 -17
- package/dist/es2019/i18n/uk.js +1 -17
- package/dist/es2019/i18n/vi.js +1 -17
- package/dist/es2019/i18n/zh.js +1 -17
- package/dist/es2019/i18n/zh_TW.js +1 -17
- package/dist/es2019/plugins/extension/actions.js +17 -11
- package/dist/es2019/plugins/extension/extension-api.js +11 -9
- package/dist/es2019/plugins/extension/index.js +6 -4
- package/dist/es2019/plugins/extension/toolbar.js +5 -4
- package/dist/es2019/plugins/insert-block/index.js +2 -2
- package/dist/es2019/plugins/macro/actions.js +3 -4
- package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +1 -17
- package/dist/esm/i18n/da.js +1 -17
- package/dist/esm/i18n/de.js +1 -17
- package/dist/esm/i18n/en.js +1 -17
- package/dist/esm/i18n/en_GB.js +1 -17
- package/dist/esm/i18n/en_ZZ.js +1 -17
- package/dist/esm/i18n/es.js +1 -17
- package/dist/esm/i18n/fi.js +1 -17
- package/dist/esm/i18n/fr.js +1 -17
- package/dist/esm/i18n/hu.js +1 -17
- package/dist/esm/i18n/it.js +1 -17
- package/dist/esm/i18n/ja.js +1 -17
- package/dist/esm/i18n/ko.js +1 -17
- package/dist/esm/i18n/nb.js +1 -17
- package/dist/esm/i18n/nl.js +1 -17
- package/dist/esm/i18n/pl.js +1 -17
- package/dist/esm/i18n/pt_BR.js +1 -17
- package/dist/esm/i18n/ru.js +1 -17
- package/dist/esm/i18n/sv.js +1 -17
- package/dist/esm/i18n/th.js +1 -17
- package/dist/esm/i18n/tr.js +1 -17
- package/dist/esm/i18n/uk.js +1 -17
- package/dist/esm/i18n/vi.js +1 -17
- package/dist/esm/i18n/zh.js +1 -17
- package/dist/esm/i18n/zh_TW.js +1 -17
- package/dist/esm/plugins/extension/actions.js +135 -125
- package/dist/esm/plugins/extension/extension-api.js +11 -9
- package/dist/esm/plugins/extension/index.js +6 -4
- package/dist/esm/plugins/extension/toolbar.js +5 -4
- package/dist/esm/plugins/insert-block/index.js +2 -2
- package/dist/esm/plugins/macro/actions.js +94 -93
- package/dist/esm/ui/ErrorBoundary/index.js +0 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -16
- package/dist/types/i18n/da.d.ts +0 -16
- package/dist/types/i18n/de.d.ts +0 -16
- package/dist/types/i18n/en.d.ts +0 -16
- package/dist/types/i18n/en_GB.d.ts +0 -16
- package/dist/types/i18n/en_ZZ.d.ts +0 -16
- package/dist/types/i18n/es.d.ts +0 -16
- package/dist/types/i18n/fi.d.ts +0 -16
- package/dist/types/i18n/fr.d.ts +0 -16
- package/dist/types/i18n/hu.d.ts +0 -16
- package/dist/types/i18n/it.d.ts +0 -16
- package/dist/types/i18n/ja.d.ts +0 -16
- package/dist/types/i18n/ko.d.ts +0 -16
- package/dist/types/i18n/nb.d.ts +0 -16
- package/dist/types/i18n/nl.d.ts +0 -16
- package/dist/types/i18n/pl.d.ts +0 -16
- package/dist/types/i18n/pt_BR.d.ts +0 -16
- package/dist/types/i18n/ru.d.ts +0 -16
- package/dist/types/i18n/sv.d.ts +0 -16
- package/dist/types/i18n/th.d.ts +0 -16
- package/dist/types/i18n/tr.d.ts +0 -16
- package/dist/types/i18n/uk.d.ts +0 -16
- package/dist/types/i18n/vi.d.ts +0 -16
- package/dist/types/i18n/zh.d.ts +0 -16
- package/dist/types/i18n/zh_TW.d.ts +0 -16
- package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types/plugins/extension/actions.d.ts +5 -10
- package/dist/types/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types/plugins/macro/actions.d.ts +2 -1
- package/dist/types/presets/default.d.ts +52 -4
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types/ui/ContentStyles/index.d.ts +2 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.5/i18n/da.d.ts +0 -16
- package/dist/types-ts4.5/i18n/de.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.5/i18n/es.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.5/i18n/it.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.5/i18n/th.d.ts +0 -16
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
- package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
- package/dist/types-ts4.5/presets/default.d.ts +60 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
- package/package.json +2 -2
- package/dist/types/stories/examples.d.ts +0 -9
- package/dist/types-ts4.5/stories/examples.d.ts +0 -9
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Modifica',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
|
|
36
36
|
'fabric.editor.editors': 'Editor',
|
|
37
|
-
'fabric.editor.error': 'Errore',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Elimina',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
48
47
|
'fabric.editor.indent': 'Rientro',
|
|
49
|
-
'fabric.editor.info': 'Info',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
51
48
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
53
|
-
'fabric.editor.note': 'Nota',
|
|
54
50
|
'fabric.editor.outdent': 'Rientro negativo',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
58
51
|
'fabric.editor.replace': 'Sostituisci',
|
|
59
52
|
'fabric.editor.replaceAll': 'Sostituisci tutto',
|
|
60
53
|
'fabric.editor.replaceWith': 'Sostituisci con',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Operazione riuscita',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
67
|
-
'fabric.editor.threeColumns': 'Tre colonne',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Tre colonne con barre laterali',
|
|
69
|
-
'fabric.editor.twoColumns': 'Due colonne',
|
|
70
|
-
'fabric.editor.warning': 'Attenzione',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
72
|
-
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.'
|
|
73
57
|
};
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': '編集',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
|
|
36
36
|
'fabric.editor.editors': '編集者',
|
|
37
|
-
'fabric.editor.error': 'エラー',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '削除',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': '要素を削除',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
48
47
|
'fabric.editor.indent': 'インデント',
|
|
49
|
-
'fabric.editor.info': '情報',
|
|
50
|
-
'fabric.editor.leftSidebar': '左サイドバー',
|
|
51
48
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
52
49
|
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
53
|
-
'fabric.editor.note': 'メモ',
|
|
54
50
|
'fabric.editor.outdent': 'インデント解除',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': '背景色',
|
|
56
|
-
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
58
51
|
'fabric.editor.replace': '置換',
|
|
59
52
|
'fabric.editor.replaceAll': 'すべて置換',
|
|
60
53
|
'fabric.editor.replaceWith': '次で置換',
|
|
61
54
|
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
62
|
-
'fabric.editor.rightSidebar': '右サイドバー',
|
|
63
55
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': '成功',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
67
|
-
'fabric.editor.threeColumns': '3 列',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
69
|
-
'fabric.editor.twoColumns': '2 列',
|
|
70
|
-
'fabric.editor.warning': '警告',
|
|
71
|
-
'fabric.editor.wrapLeft': '左揃え',
|
|
72
|
-
'fabric.editor.wrapRight': '右揃え'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。'
|
|
73
57
|
};
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': '편집',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
|
|
36
36
|
'fabric.editor.editors': '편집기',
|
|
37
|
-
'fabric.editor.error': '오류',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '삭제',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
48
47
|
'fabric.editor.indent': '들여쓰기',
|
|
49
|
-
'fabric.editor.info': '정보',
|
|
50
|
-
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
51
48
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
52
49
|
'fabric.editor.noResultsFound': '결과 없음',
|
|
53
|
-
'fabric.editor.note': '메모',
|
|
54
50
|
'fabric.editor.outdent': '내어쓰기',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': '배경색',
|
|
56
|
-
'fabric.editor.panel.emoji': '이모지 추가',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
58
51
|
'fabric.editor.replace': '바꾸기',
|
|
59
52
|
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
60
53
|
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
63
55
|
'fabric.editor.selectLanguage': '언어 선택',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': '성공',
|
|
66
|
-
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
67
|
-
'fabric.editor.threeColumns': '세 개 열',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': '사이드바가 있는 세 개 열',
|
|
69
|
-
'fabric.editor.twoColumns': '두 개 열',
|
|
70
|
-
'fabric.editor.warning': '경고',
|
|
71
|
-
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
72
|
-
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
56
|
+
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다."
|
|
73
57
|
};
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Rediger',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
36
36
|
'fabric.editor.editors': 'Brukere med redigeringstilgang',
|
|
37
|
-
'fabric.editor.error': 'Feil',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slett',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slett også tilkoblede elementer',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
48
47
|
'fabric.editor.indent': 'Innrykk',
|
|
49
|
-
'fabric.editor.info': 'Informasjon',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Sidelinje til venstre',
|
|
51
48
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
53
|
-
'fabric.editor.note': 'Merknad',
|
|
54
50
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
58
51
|
'fabric.editor.replace': 'Erstatt',
|
|
59
52
|
'fabric.editor.replaceAll': 'Erstatt alle',
|
|
60
53
|
'fabric.editor.replaceWith': 'Erstatt med',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Sidelinje til høyre',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Velg programmeringsspråk',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Vellykket',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
67
|
-
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidelinjer',
|
|
69
|
-
'fabric.editor.twoColumns': 'To kolonner',
|
|
70
|
-
'fabric.editor.warning': 'Advarsel',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
72
|
-
'fabric.editor.wrapRight': 'Juster til høyre'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.'
|
|
73
57
|
};
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Bewerken',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
36
36
|
'fabric.editor.editors': 'Editors',
|
|
37
|
-
'fabric.editor.error': 'Fout',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Verwijderen',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
48
47
|
'fabric.editor.indent': 'Inspringen',
|
|
49
|
-
'fabric.editor.info': 'Informatie',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Zijbalk aan linkerkant',
|
|
51
48
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
53
|
-
'fabric.editor.note': 'Notitie',
|
|
54
50
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Emoji toevoegen',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
58
51
|
'fabric.editor.replace': 'Vervangen',
|
|
59
52
|
'fabric.editor.replaceAll': 'Alles vervangen',
|
|
60
53
|
'fabric.editor.replaceWith': 'Vervangen met',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Zijbalk aan rechterkant',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Selecteer taal',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Gelukt',
|
|
66
|
-
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
67
|
-
'fabric.editor.threeColumns': 'Drie kolommen',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Drie kolommen met zijbalken',
|
|
69
|
-
'fabric.editor.twoColumns': 'Twee kolommen',
|
|
70
|
-
'fabric.editor.warning': 'Waarschuwing',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
72
|
-
'fabric.editor.wrapRight': 'Rechts uitlijnen'
|
|
56
|
+
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen."
|
|
73
57
|
};
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Edytuj',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
36
36
|
'fabric.editor.editors': 'Edytujący',
|
|
37
|
-
'fabric.editor.error': 'Błąd',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
48
47
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
49
|
-
'fabric.editor.info': 'Informacje',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Lewy pasek boczny',
|
|
51
48
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Brak wyników',
|
|
53
|
-
'fabric.editor.note': 'Uwaga',
|
|
54
50
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Dodaj tekst zastępczy',
|
|
58
51
|
'fabric.editor.replace': 'Zastąp',
|
|
59
52
|
'fabric.editor.replaceAll': 'Zastąp wszystko',
|
|
60
53
|
'fabric.editor.replaceWith': 'Zastąp tym',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Prawy pasek boczny',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Wybierz język',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Sukces',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
67
|
-
'fabric.editor.threeColumns': 'Trzy kolumny',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Trzy kolumny z paskami bocznymi',
|
|
69
|
-
'fabric.editor.twoColumns': 'Dwie kolumny',
|
|
70
|
-
'fabric.editor.warning': 'Ostrzeżenie',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
72
|
-
'fabric.editor.wrapRight': 'Zawijaj do prawej'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.'
|
|
73
57
|
};
|
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Editar',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
36
36
|
'fabric.editor.editors': 'Editores',
|
|
37
|
-
'fabric.editor.error': 'Erro',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
48
47
|
'fabric.editor.indent': 'Recuo',
|
|
49
|
-
'fabric.editor.info': 'Informações',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Barra lateral esquerda',
|
|
51
48
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
53
|
-
'fabric.editor.note': 'Observação',
|
|
54
50
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Adicionar texto do espaço reservado',
|
|
58
51
|
'fabric.editor.replace': 'Substituir',
|
|
59
52
|
'fabric.editor.replaceAll': 'Substituir tudo',
|
|
60
53
|
'fabric.editor.replaceWith': 'Substituir por',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Barra lateral direita',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Selecione a linguagem',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Sucesso',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
67
|
-
'fabric.editor.threeColumns': 'Três colunas',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|
|
69
|
-
'fabric.editor.twoColumns': 'Duas colunas',
|
|
70
|
-
'fabric.editor.warning': 'Aviso',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Ajustar à esquerda',
|
|
72
|
-
'fabric.editor.wrapRight': 'Ajustar à direita'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.'
|
|
73
57
|
};
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Изменить',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Область основного содержимого. Начните печатать, чтобы ввести текст.',
|
|
36
36
|
'fabric.editor.editors': 'Редакторы',
|
|
37
|
-
'fabric.editor.error': 'Ошибка',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'При удалении элемента {nodeName} нарушится работа всего, что с ним связано.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Удалить',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Удаление элемента',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Также удалить подключенные элементы',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
|
|
48
47
|
'fabric.editor.indent': 'Сделать отступ',
|
|
49
|
-
'fabric.editor.info': 'Информация',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Левая боковая панель',
|
|
51
48
|
'fabric.editor.matchCase': 'С учетом регистра',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Ничего не найдено',
|
|
53
|
-
'fabric.editor.note': 'Примечание',
|
|
54
50
|
'fabric.editor.outdent': 'Убрать отступ',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Добавить замещающий текст',
|
|
58
51
|
'fabric.editor.replace': 'Заменить',
|
|
59
52
|
'fabric.editor.replaceAll': 'Заменить все',
|
|
60
53
|
'fabric.editor.replaceWith': 'Заменить на',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} из {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Правая боковая панель',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Выберите язык',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Готово',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».',
|
|
67
|
-
'fabric.editor.threeColumns': 'Три столбца',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Три столбца с боковыми панелями',
|
|
69
|
-
'fabric.editor.twoColumns': 'Два столбца',
|
|
70
|
-
'fabric.editor.warning': 'Предупреждение',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Заверстать влево',
|
|
72
|
-
'fabric.editor.wrapRight': 'Заверстать вправо'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».'
|
|
73
57
|
};
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Redigera',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Huvudsakligt innehållsområde, börja skriva för att ange text.',
|
|
36
36
|
'fabric.editor.editors': 'Redigerare',
|
|
37
|
-
'fabric.editor.error': 'Fel',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Radera',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Radera även anslutna element',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
48
47
|
'fabric.editor.indent': 'Indrag',
|
|
49
|
-
'fabric.editor.info': 'Info',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Vänster sidopanel',
|
|
51
48
|
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Inga resultat',
|
|
53
|
-
'fabric.editor.note': 'Anteckning',
|
|
54
50
|
'fabric.editor.outdent': 'Utdrag',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
58
51
|
'fabric.editor.replace': 'Ersätt',
|
|
59
52
|
'fabric.editor.replaceAll': 'Ersätt alla',
|
|
60
53
|
'fabric.editor.replaceWith': 'Ersätt med',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Höger sidopanel',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Välj språk',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Klart!',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.',
|
|
67
|
-
'fabric.editor.threeColumns': 'Tre kolumner',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Tre kolumner med sidopaneler',
|
|
69
|
-
'fabric.editor.twoColumns': 'Två kolumner',
|
|
70
|
-
'fabric.editor.warning': 'Varning',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Radbyte vänster',
|
|
72
|
-
'fabric.editor.wrapRight': 'Radbyte höger'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.'
|
|
73
57
|
};
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'แก้ไข',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'พื้นที่เนื้อหาหลัก เริ่มพิมพ์เพื่อป้อนข้อความ',
|
|
36
36
|
'fabric.editor.editors': 'บรรณาธิการ',
|
|
37
|
-
'fabric.editor.error': 'ข้อผิดพลาด',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'ลบ',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'ลบองค์ประกอบ',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'ลบองค์ประกอบที่เชื่อมต่อด้วย',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'เปิดกรอบโต้ตอบความช่วยเหลือ',
|
|
48
47
|
'fabric.editor.indent': 'ย่อหน้าเข้า',
|
|
49
|
-
'fabric.editor.info': 'ข้อมูล',
|
|
50
|
-
'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
|
|
51
48
|
'fabric.editor.matchCase': 'รายการที่ตรงกัน',
|
|
52
49
|
'fabric.editor.noResultsFound': 'ไม่พบผลลัพธ์',
|
|
53
|
-
'fabric.editor.note': 'บันทึก',
|
|
54
50
|
'fabric.editor.outdent': 'ย่อหน้าออก',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
56
|
-
'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
|
|
58
51
|
'fabric.editor.replace': 'แทนที่',
|
|
59
52
|
'fabric.editor.replaceAll': 'แทนที่ทั้งหมด',
|
|
60
53
|
'fabric.editor.replaceWith': 'แทนที่ด้วย',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} จาก {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'แถบด้านขวา',
|
|
63
55
|
'fabric.editor.selectLanguage': 'เลือกภาษา',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'สำเร็จ',
|
|
66
|
-
'fabric.editor.taskPlaceholder': "พิมพ์ข้อความของคุณ ใช้ '@' เพื่อมอบหมายให้ผู้ใช้ที่คุณเลือก",
|
|
67
|
-
'fabric.editor.threeColumns': 'สามคอลัมน์',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
|
|
69
|
-
'fabric.editor.twoColumns': 'สองคอลัมน์',
|
|
70
|
-
'fabric.editor.warning': 'คำเตือน',
|
|
71
|
-
'fabric.editor.wrapLeft': 'จัดข้อความล้อมรูปภาพด้านซ้าย',
|
|
72
|
-
'fabric.editor.wrapRight': 'จัดข้อความล้อมรูปภาพด้านขวา'
|
|
56
|
+
'fabric.editor.taskPlaceholder': "พิมพ์ข้อความของคุณ ใช้ '@' เพื่อมอบหมายให้ผู้ใช้ที่คุณเลือก"
|
|
73
57
|
};
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Düzenle',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Ana içerik alanı, metin girmek için yazmaya başlayın.',
|
|
36
36
|
'fabric.editor.editors': 'Düzenleyiciler',
|
|
37
|
-
'fabric.editor.error': 'Hata',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Sil',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
|
|
48
47
|
'fabric.editor.indent': 'Girintile',
|
|
49
|
-
'fabric.editor.info': 'Bilgi',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Sol kenar çubuğu',
|
|
51
48
|
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Sonuç yok',
|
|
53
|
-
'fabric.editor.note': 'Not',
|
|
54
50
|
'fabric.editor.outdent': 'Girintiyi azalt',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Emoji ekle',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
|
|
58
51
|
'fabric.editor.replace': 'Değiştir',
|
|
59
52
|
'fabric.editor.replaceAll': 'Tümünü değiştir',
|
|
60
53
|
'fabric.editor.replaceWith': 'Yeni değer',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Dil seçin',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Başarılı',
|
|
66
|
-
'fabric.editor.taskPlaceholder': "Yapılacak eylemi yazın, birine atamak için '@' kullanın.",
|
|
67
|
-
'fabric.editor.threeColumns': 'Üç sütun',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Kenar çubuklu üç sütun',
|
|
69
|
-
'fabric.editor.twoColumns': 'İki sütun',
|
|
70
|
-
'fabric.editor.warning': 'Uyarı',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Sola kaydır',
|
|
72
|
-
'fabric.editor.wrapRight': 'Sağa kaydır'
|
|
56
|
+
'fabric.editor.taskPlaceholder': "Yapılacak eylemi yazın, birine atamak için '@' kullanın."
|
|
73
57
|
};
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Редагувати',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Основна область вмісту: почніть вводити текст.',
|
|
36
36
|
'fabric.editor.editors': 'Редактори',
|
|
37
|
-
'fabric.editor.error': 'Помилка',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Видалити',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Видалення елемента',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Видалити пов’язані елементи',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Відкрити довідку',
|
|
48
47
|
'fabric.editor.indent': 'Відступ вправо',
|
|
49
|
-
'fabric.editor.info': 'Інформація',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
|
|
51
48
|
'fabric.editor.matchCase': 'Враховувати регістр',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Немає результатів',
|
|
53
|
-
'fabric.editor.note': 'Примітка',
|
|
54
50
|
'fabric.editor.outdent': 'Відступ вліво',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Колір фону',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Додати емодзі',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Додати текст-заміщення',
|
|
58
51
|
'fabric.editor.replace': 'Замінити',
|
|
59
52
|
'fabric.editor.replaceAll': 'Замінити всі',
|
|
60
53
|
'fabric.editor.replaceWith': 'Замінити на',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition} з {totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Бічна панель праворуч',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Вибір мови',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Готово',
|
|
66
|
-
'fabric.editor.taskPlaceholder': 'Вкажіть задачу. Призначте її комусь за допомогою символу «@».',
|
|
67
|
-
'fabric.editor.threeColumns': 'Три стовпці',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Три стовпці з бічними панелями',
|
|
69
|
-
'fabric.editor.twoColumns': 'Два стовпці',
|
|
70
|
-
'fabric.editor.warning': 'Попередження',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Зображення ліворуч',
|
|
72
|
-
'fabric.editor.wrapRight': 'Зображення праворуч'
|
|
56
|
+
'fabric.editor.taskPlaceholder': 'Вкажіть задачу. Призначте її комусь за допомогою символу «@».'
|
|
73
57
|
};
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': 'Chỉnh sửa',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': 'Vùng nội dung chính, bắt đầu gõ để nhập văn bản.',
|
|
36
36
|
'fabric.editor.editors': 'Người chỉnh sửa',
|
|
37
|
-
'fabric.editor.error': 'Lỗi',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Xóa',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp',
|
|
48
47
|
'fabric.editor.indent': 'Thụt lề',
|
|
49
|
-
'fabric.editor.info': 'Thông tin',
|
|
50
|
-
'fabric.editor.leftSidebar': 'Thanh bên trái',
|
|
51
48
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
52
49
|
'fabric.editor.noResultsFound': 'Không có kết quả',
|
|
53
|
-
'fabric.editor.note': 'Lưu ý',
|
|
54
50
|
'fabric.editor.outdent': 'Nhô lề',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
56
|
-
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
|
|
58
51
|
'fabric.editor.replace': 'Thay thế',
|
|
59
52
|
'fabric.editor.replaceAll': 'Thay thế tất cả',
|
|
60
53
|
'fabric.editor.replaceWith': 'Thay thế bằng',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': 'Thanh bên phải',
|
|
63
55
|
'fabric.editor.selectLanguage': 'Chọn ngôn ngữ',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': 'Thành công',
|
|
66
|
-
'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó.",
|
|
67
|
-
'fabric.editor.threeColumns': 'Ba cột',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
|
|
69
|
-
'fabric.editor.twoColumns': 'Hai cột',
|
|
70
|
-
'fabric.editor.warning': 'Cảnh báo',
|
|
71
|
-
'fabric.editor.wrapLeft': 'Cuộn sang trái',
|
|
72
|
-
'fabric.editor.wrapRight': 'Cuộn sang phải'
|
|
56
|
+
'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó."
|
|
73
57
|
};
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': '编辑',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': '主内容区域,开始键入以输入文本。',
|
|
36
36
|
'fabric.editor.editors': '编辑者',
|
|
37
|
-
'fabric.editor.error': '错误',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '删除',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框',
|
|
48
47
|
'fabric.editor.indent': '增大缩进',
|
|
49
|
-
'fabric.editor.info': '信息',
|
|
50
|
-
'fabric.editor.leftSidebar': '左侧栏',
|
|
51
48
|
'fabric.editor.matchCase': '匹配大小写',
|
|
52
49
|
'fabric.editor.noResultsFound': '无结果',
|
|
53
|
-
'fabric.editor.note': '说明',
|
|
54
50
|
'fabric.editor.outdent': '减小缩进',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': '背景颜色',
|
|
56
|
-
'fabric.editor.panel.emoji': '添加表情',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
|
|
58
51
|
'fabric.editor.replace': '替换',
|
|
59
52
|
'fabric.editor.replaceAll': '全部替换',
|
|
60
53
|
'fabric.editor.replaceWith': '替换为',
|
|
61
54
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
62
|
-
'fabric.editor.rightSidebar': '右侧栏',
|
|
63
55
|
'fabric.editor.selectLanguage': '选择语言',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': '成功',
|
|
66
|
-
'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。',
|
|
67
|
-
'fabric.editor.threeColumns': '三栏',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': '具有侧边栏的三列',
|
|
69
|
-
'fabric.editor.twoColumns': '两栏',
|
|
70
|
-
'fabric.editor.warning': '警告',
|
|
71
|
-
'fabric.editor.wrapLeft': '隐藏左边',
|
|
72
|
-
'fabric.editor.wrapRight': '隐藏右边'
|
|
56
|
+
'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。'
|
|
73
57
|
};
|
|
@@ -34,7 +34,6 @@ export default {
|
|
|
34
34
|
'fabric.editor.edit': '編輯',
|
|
35
35
|
'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
|
|
36
36
|
'fabric.editor.editors': '編輯者',
|
|
37
|
-
'fabric.editor.error': '錯誤',
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
39
38
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '刪除',
|
|
40
39
|
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
@@ -46,28 +45,13 @@ export default {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
48
47
|
'fabric.editor.indent': '增加縮排',
|
|
49
|
-
'fabric.editor.info': '資訊',
|
|
50
|
-
'fabric.editor.leftSidebar': '左側資訊看板',
|
|
51
48
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
52
49
|
'fabric.editor.noResultsFound': '沒有結果',
|
|
53
|
-
'fabric.editor.note': '附註',
|
|
54
50
|
'fabric.editor.outdent': '減少縮排',
|
|
55
|
-
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
56
|
-
'fabric.editor.panel.emoji': '新增表情符號',
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
|
|
58
51
|
'fabric.editor.replace': '取代',
|
|
59
52
|
'fabric.editor.replaceAll': '全部取代',
|
|
60
53
|
'fabric.editor.replaceWith': '取代為',
|
|
61
54
|
'fabric.editor.resultsCount': '第 {selectedMatchPosition} 個,共 {totalResultsCount} 個',
|
|
62
|
-
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
63
55
|
'fabric.editor.selectLanguage': '選取語言',
|
|
64
|
-
'fabric.editor.
|
|
65
|
-
'fabric.editor.success': '成功',
|
|
66
|
-
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
67
|
-
'fabric.editor.threeColumns': '三欄',
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
|
|
69
|
-
'fabric.editor.twoColumns': '兩欄',
|
|
70
|
-
'fabric.editor.warning': '警告',
|
|
71
|
-
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
72
|
-
'fabric.editor.wrapRight': '靠右圍繞'
|
|
56
|
+
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。'
|
|
73
57
|
};
|