@atlaskit/editor-common 70.1.0 → 70.1.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/dist/cjs/analytics/types/enums.js +19 -18
- package/dist/cjs/analytics/types/referentiality-events.js +5 -0
- package/dist/cjs/i18n/cs.js +82 -1
- package/dist/cjs/i18n/da.js +82 -1
- package/dist/cjs/i18n/de.js +82 -1
- package/dist/cjs/i18n/en.js +82 -1
- package/dist/cjs/i18n/en_GB.js +82 -1
- package/dist/cjs/i18n/en_ZZ.js +82 -1
- package/dist/cjs/i18n/es.js +82 -1
- package/dist/cjs/i18n/fi.js +82 -1
- package/dist/cjs/i18n/fr.js +82 -1
- package/dist/cjs/i18n/hu.js +82 -1
- package/dist/cjs/i18n/it.js +82 -1
- package/dist/cjs/i18n/ja.js +82 -1
- package/dist/cjs/i18n/ko.js +82 -1
- package/dist/cjs/i18n/nb.js +82 -1
- package/dist/cjs/i18n/nl.js +82 -1
- package/dist/cjs/i18n/pl.js +82 -1
- package/dist/cjs/i18n/pt_BR.js +82 -1
- package/dist/cjs/i18n/ru.js +82 -1
- package/dist/cjs/i18n/sv.js +82 -1
- package/dist/cjs/i18n/th.js +82 -1
- package/dist/cjs/i18n/tr.js +82 -1
- package/dist/cjs/i18n/uk.js +82 -1
- package/dist/cjs/i18n/vi.js +82 -1
- package/dist/cjs/i18n/zh.js +82 -1
- package/dist/cjs/i18n/zh_TW.js +82 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics/types/enums.js +19 -18
- package/dist/es2019/analytics/types/referentiality-events.js +1 -0
- package/dist/es2019/i18n/cs.js +82 -1
- package/dist/es2019/i18n/da.js +82 -1
- package/dist/es2019/i18n/de.js +82 -1
- package/dist/es2019/i18n/en.js +82 -1
- package/dist/es2019/i18n/en_GB.js +82 -1
- package/dist/es2019/i18n/en_ZZ.js +82 -1
- package/dist/es2019/i18n/es.js +82 -1
- package/dist/es2019/i18n/fi.js +82 -1
- package/dist/es2019/i18n/fr.js +82 -1
- package/dist/es2019/i18n/hu.js +82 -1
- package/dist/es2019/i18n/it.js +82 -1
- package/dist/es2019/i18n/ja.js +82 -1
- package/dist/es2019/i18n/ko.js +82 -1
- package/dist/es2019/i18n/nb.js +82 -1
- package/dist/es2019/i18n/nl.js +82 -1
- package/dist/es2019/i18n/pl.js +82 -1
- package/dist/es2019/i18n/pt_BR.js +82 -1
- package/dist/es2019/i18n/ru.js +82 -1
- package/dist/es2019/i18n/sv.js +82 -1
- package/dist/es2019/i18n/th.js +82 -1
- package/dist/es2019/i18n/tr.js +82 -1
- package/dist/es2019/i18n/uk.js +82 -1
- package/dist/es2019/i18n/vi.js +82 -1
- package/dist/es2019/i18n/zh.js +82 -1
- package/dist/es2019/i18n/zh_TW.js +82 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics/types/enums.js +19 -18
- package/dist/esm/analytics/types/referentiality-events.js +1 -0
- package/dist/esm/i18n/cs.js +82 -1
- package/dist/esm/i18n/da.js +82 -1
- package/dist/esm/i18n/de.js +82 -1
- package/dist/esm/i18n/en.js +82 -1
- package/dist/esm/i18n/en_GB.js +82 -1
- package/dist/esm/i18n/en_ZZ.js +82 -1
- package/dist/esm/i18n/es.js +82 -1
- package/dist/esm/i18n/fi.js +82 -1
- package/dist/esm/i18n/fr.js +82 -1
- package/dist/esm/i18n/hu.js +82 -1
- package/dist/esm/i18n/it.js +82 -1
- package/dist/esm/i18n/ja.js +82 -1
- package/dist/esm/i18n/ko.js +82 -1
- package/dist/esm/i18n/nb.js +82 -1
- package/dist/esm/i18n/nl.js +82 -1
- package/dist/esm/i18n/pl.js +82 -1
- package/dist/esm/i18n/pt_BR.js +82 -1
- package/dist/esm/i18n/ru.js +82 -1
- package/dist/esm/i18n/sv.js +82 -1
- package/dist/esm/i18n/th.js +82 -1
- package/dist/esm/i18n/tr.js +82 -1
- package/dist/esm/i18n/uk.js +82 -1
- package/dist/esm/i18n/vi.js +82 -1
- package/dist/esm/i18n/zh.js +82 -1
- package/dist/esm/i18n/zh_TW.js +82 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/enums.d.ts +20 -19
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types/i18n/cs.d.ts +81 -0
- package/dist/types/i18n/da.d.ts +81 -0
- package/dist/types/i18n/de.d.ts +81 -0
- package/dist/types/i18n/en.d.ts +81 -0
- package/dist/types/i18n/en_GB.d.ts +81 -0
- package/dist/types/i18n/en_ZZ.d.ts +81 -0
- package/dist/types/i18n/es.d.ts +81 -0
- package/dist/types/i18n/fi.d.ts +81 -0
- package/dist/types/i18n/fr.d.ts +81 -0
- package/dist/types/i18n/hu.d.ts +81 -0
- package/dist/types/i18n/it.d.ts +81 -0
- package/dist/types/i18n/ja.d.ts +81 -0
- package/dist/types/i18n/ko.d.ts +81 -0
- package/dist/types/i18n/nb.d.ts +81 -0
- package/dist/types/i18n/nl.d.ts +81 -0
- package/dist/types/i18n/pl.d.ts +81 -0
- package/dist/types/i18n/pt_BR.d.ts +81 -0
- package/dist/types/i18n/ru.d.ts +81 -0
- package/dist/types/i18n/sv.d.ts +81 -0
- package/dist/types/i18n/th.d.ts +81 -0
- package/dist/types/i18n/tr.d.ts +81 -0
- package/dist/types/i18n/uk.d.ts +81 -0
- package/dist/types/i18n/vi.d.ts +81 -0
- package/dist/types/i18n/zh.d.ts +81 -0
- package/dist/types/i18n/zh_TW.d.ts +81 -0
- package/dist/types-ts4.0/analytics/types/enums.d.ts +20 -19
- package/dist/types-ts4.0/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.0/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types-ts4.0/i18n/cs.d.ts +81 -0
- package/dist/types-ts4.0/i18n/da.d.ts +81 -0
- package/dist/types-ts4.0/i18n/de.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_GB.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +81 -0
- package/dist/types-ts4.0/i18n/es.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/hu.d.ts +81 -0
- package/dist/types-ts4.0/i18n/it.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ja.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ko.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nb.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ru.d.ts +81 -0
- package/dist/types-ts4.0/i18n/sv.d.ts +81 -0
- package/dist/types-ts4.0/i18n/th.d.ts +81 -0
- package/dist/types-ts4.0/i18n/tr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/uk.d.ts +81 -0
- package/dist/types-ts4.0/i18n/vi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +81 -0
- package/package.json +2 -2
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Japanese
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'アクション アイテム',
|
|
17
|
+
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
18
|
+
'fabric.editor.alignImageCenter': '中央揃え',
|
|
19
|
+
'fabric.editor.alignImageLeft': '左揃え',
|
|
20
|
+
'fabric.editor.alignImageRight': '右揃え',
|
|
21
|
+
'fabric.editor.blockquote': '引用',
|
|
22
|
+
'fabric.editor.cancelButton': 'キャンセル',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
18
27
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
28
|
+
'fabric.editor.columns': 'レイアウト',
|
|
29
|
+
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'コピー',
|
|
32
|
+
'fabric.editor.date': '日付',
|
|
33
|
+
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
34
|
+
'fabric.editor.decision': '決定事項',
|
|
35
|
+
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
37
|
+
'fabric.editor.emoji': '絵文字',
|
|
38
|
+
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
39
|
+
'fabric.editor.expand': '展開',
|
|
40
|
+
'fabric.editor.expand.description': '展開を挿入',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
20
42
|
'fabric.editor.expandNode': 'コンテンツを展開',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
46
|
+
'fabric.editor.filesAndImages': 'ファイルおよび画像',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'ページに画像やファイルを追加',
|
|
48
|
+
'fabric.editor.help': 'ヘルプ',
|
|
49
|
+
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
50
|
+
'fabric.editor.horizontalRule': '分割線',
|
|
51
|
+
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
52
|
+
'fabric.editor.image': '画像',
|
|
53
|
+
'fabric.editor.insertMenu': '挿入',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
55
|
+
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
56
|
+
'fabric.editor.layoutWide': 'ワイド表示',
|
|
57
|
+
'fabric.editor.link': 'リンク',
|
|
58
|
+
'fabric.editor.link.description': 'リンクを挿入',
|
|
59
|
+
'fabric.editor.mention': 'メンション',
|
|
60
|
+
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
22
61
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
62
|
+
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
64
|
+
'fabric.editor.remove': '削除',
|
|
65
|
+
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
66
|
+
'fabric.editor.saveButton': '保存',
|
|
67
|
+
'fabric.editor.status': 'ステータス',
|
|
68
|
+
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
69
|
+
'fabric.editor.table': '表',
|
|
70
|
+
'fabric.editor.table.description': '表を挿入',
|
|
71
|
+
'fabric.editor.time.ago': '前',
|
|
72
|
+
'fabric.editor.time.updated': '最終更新',
|
|
73
|
+
'fabric.editor.time.viewed': '最終閲覧',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'パネル',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'リスト',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': '決定事項リスト',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
83
|
+
'fabric.editor.viewMore': 'さらに表示',
|
|
84
|
+
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
85
|
+
'fabric.theme.blue': '青',
|
|
86
|
+
'fabric.theme.dark-blue': '濃い青',
|
|
87
|
+
'fabric.theme.dark-green': '濃い緑',
|
|
88
|
+
'fabric.theme.dark-purple': '濃い紫',
|
|
89
|
+
'fabric.theme.dark-red': '濃い赤',
|
|
90
|
+
'fabric.theme.dark-teal': '濃い青緑',
|
|
91
|
+
'fabric.theme.dark-yellow': '濃い黄',
|
|
92
|
+
'fabric.theme.gray': '灰色',
|
|
93
|
+
'fabric.theme.green': '緑',
|
|
94
|
+
'fabric.theme.light-blue': '薄い青',
|
|
95
|
+
'fabric.theme.light-gray': '薄い灰色',
|
|
96
|
+
'fabric.theme.light-green': '薄い緑',
|
|
97
|
+
'fabric.theme.light-purple': '薄い紫',
|
|
98
|
+
'fabric.theme.light-red': '薄い赤',
|
|
99
|
+
'fabric.theme.light-teal': '薄い青緑',
|
|
100
|
+
'fabric.theme.light-yellow': '薄い黄',
|
|
101
|
+
'fabric.theme.orange': 'オレンジ',
|
|
102
|
+
'fabric.theme.purple': '紫',
|
|
103
|
+
'fabric.theme.red': '赤',
|
|
104
|
+
'fabric.theme.teal': '青緑',
|
|
105
|
+
'fabric.theme.white': '白',
|
|
106
|
+
'fabric.theme.yellow': '黄'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Korean
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': '작업 항목',
|
|
17
|
+
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
18
|
+
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
19
|
+
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
20
|
+
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
21
|
+
'fabric.editor.blockquote': '인용',
|
|
22
|
+
'fabric.editor.cancelButton': '취소',
|
|
16
23
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
18
27
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
28
|
+
'fabric.editor.columns': '레이아웃',
|
|
29
|
+
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
30
|
+
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
31
|
+
'fabric.editor.copyToClipboard': '복사',
|
|
32
|
+
'fabric.editor.date': '날짜',
|
|
33
|
+
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
34
|
+
'fabric.editor.decision': '결정',
|
|
35
|
+
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
37
|
+
'fabric.editor.emoji': '이모지',
|
|
38
|
+
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
39
|
+
'fabric.editor.expand': '확대',
|
|
40
|
+
'fabric.editor.expand.description': '확대 삽입',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
20
42
|
'fabric.editor.expandNode': '콘텐츠 펼치기',
|
|
21
43
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
44
|
+
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
46
|
+
'fabric.editor.filesAndImages': '파일 및 이미지',
|
|
47
|
+
'fabric.editor.filesAndImages.description': '페이지에 이미지 및 기타 파일 추가',
|
|
48
|
+
'fabric.editor.help': '도움말',
|
|
49
|
+
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
50
|
+
'fabric.editor.horizontalRule': '구분선',
|
|
51
|
+
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
52
|
+
'fabric.editor.image': '이미지',
|
|
53
|
+
'fabric.editor.insertMenu': '삽입',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
55
|
+
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
56
|
+
'fabric.editor.layoutWide': '넓게 표시',
|
|
57
|
+
'fabric.editor.link': '링크',
|
|
58
|
+
'fabric.editor.link.description': '링크 삽입',
|
|
59
|
+
'fabric.editor.mention': '멘션',
|
|
60
|
+
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
22
61
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
62
|
+
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
63
|
+
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
64
|
+
'fabric.editor.remove': '제거',
|
|
65
|
+
'fabric.editor.removeEmoji': '이모지 제거',
|
|
66
|
+
'fabric.editor.saveButton': '저장',
|
|
67
|
+
'fabric.editor.status': '상태',
|
|
68
|
+
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
69
|
+
'fabric.editor.table': '표',
|
|
70
|
+
'fabric.editor.table.description': '표 삽입',
|
|
71
|
+
'fabric.editor.time.ago': '전',
|
|
72
|
+
'fabric.editor.time.updated': '업데이트됨',
|
|
73
|
+
'fabric.editor.time.viewed': '확인함',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': '패널',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': '목록',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': '결정 목록',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
79
|
+
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
83
|
+
'fabric.editor.viewMore': '더 보기',
|
|
84
|
+
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Norwegian (Bokmål)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Handlingselement',
|
|
17
|
+
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Høyrejustert',
|
|
21
|
+
'fabric.editor.blockquote': 'et sitat',
|
|
22
|
+
'fabric.editor.cancelButton': 'Avbryt',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Toveistegn endrer rekkefølgen som tekst vises i. Dette kan brukes til å skjule skadelig kode.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
18
27
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
28
|
+
'fabric.editor.columns': 'Oppsett',
|
|
29
|
+
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Kopier',
|
|
32
|
+
'fabric.editor.date': 'Dato',
|
|
33
|
+
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
34
|
+
'fabric.editor.decision': 'Beslutning',
|
|
35
|
+
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
39
|
+
'fabric.editor.expand': 'Utvidelse',
|
|
40
|
+
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
20
42
|
'fabric.editor.expandNode': 'Utvid innhold',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Filer og bilder',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Legg til bilder og andre filer på siden',
|
|
48
|
+
'fabric.editor.help': 'Hjelp',
|
|
49
|
+
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Deler',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
52
|
+
'fabric.editor.image': 'Bilde',
|
|
53
|
+
'fabric.editor.insertMenu': 'Sett inn',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
56
|
+
'fabric.editor.layoutWide': 'Gå for bredere',
|
|
57
|
+
'fabric.editor.link': 'Kobling',
|
|
58
|
+
'fabric.editor.link.description': 'Sett inn en kobling',
|
|
59
|
+
'fabric.editor.mention': 'Nevn',
|
|
60
|
+
'fabric.editor.mention.description': 'Oppgi noen for å sende dem et varsel',
|
|
22
61
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
62
|
+
'fabric.editor.placeholderText': 'Plassholdertekst',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
64
|
+
'fabric.editor.remove': 'Fjern',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Lagre',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
69
|
+
'fabric.editor.table': 'Tabell',
|
|
70
|
+
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
71
|
+
'fabric.editor.time.ago': 'siden',
|
|
72
|
+
'fabric.editor.time.updated': 'Oppdatert',
|
|
73
|
+
'fabric.editor.time.viewed': 'Sett',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
|
83
|
+
'fabric.editor.viewMore': 'Vis mer',
|
|
84
|
+
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Mørk blå',
|
|
87
|
+
'fabric.theme.dark-green': 'Mørk grønn',
|
|
88
|
+
'fabric.theme.dark-purple': 'Mørk lilla',
|
|
89
|
+
'fabric.theme.dark-red': 'Mørkerød',
|
|
90
|
+
'fabric.theme.dark-teal': 'Mørk blågrønn',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Lysegrønn',
|
|
97
|
+
'fabric.theme.light-purple': 'Lys lilla',
|
|
98
|
+
'fabric.theme.light-red': 'Lyserød',
|
|
99
|
+
'fabric.theme.light-teal': 'Lys blågrønn',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Oransje',
|
|
102
|
+
'fabric.theme.purple': 'Lilla',
|
|
103
|
+
'fabric.theme.red': 'Rød',
|
|
104
|
+
'fabric.theme.teal': 'Blågrønn',
|
|
105
|
+
'fabric.theme.white': 'Hvit',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Actiepunt',
|
|
17
|
+
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
21
|
+
'fabric.editor.blockquote': 'een citaat',
|
|
22
|
+
'fabric.editor.cancelButton': 'Annuleren',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectionele tekens wijzigen de volgorde waarin de tekst wordt weergegeven. Dit kan worden gebruikt om schadelijke code te verdoezelen.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
18
27
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
28
|
+
'fabric.editor.columns': 'Lay-outs',
|
|
29
|
+
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
32
|
+
'fabric.editor.date': 'Datum',
|
|
33
|
+
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
34
|
+
'fabric.editor.decision': 'Beslissing',
|
|
35
|
+
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
39
|
+
'fabric.editor.expand': 'Uitvouwen',
|
|
40
|
+
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te breiden...',
|
|
20
42
|
'fabric.editor.expandNode': 'Content uitbreiden',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Geef deze uitbreiding een naam...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Bestanden en afbeeldingen',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Afbeeldingen en andere bestanden aan je pagina toevoegen',
|
|
48
|
+
'fabric.editor.help': 'Help',
|
|
49
|
+
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
52
|
+
'fabric.editor.image': 'Afbeelding',
|
|
53
|
+
'fabric.editor.insertMenu': 'Invoegen',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
56
|
+
'fabric.editor.layoutWide': 'Brede weergave',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Een link invoegen',
|
|
59
|
+
'fabric.editor.mention': 'Vermelding',
|
|
60
|
+
'fabric.editor.mention.description': 'Iemand noemen om diegene een melding te sturen',
|
|
22
61
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
62
|
+
'fabric.editor.placeholderText': 'Plaatsaanduidingstekst',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
64
|
+
'fabric.editor.remove': 'Verwijderen',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
66
|
+
'fabric.editor.saveButton': 'Opslaan',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
69
|
+
'fabric.editor.table': 'Tabel',
|
|
70
|
+
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
71
|
+
'fabric.editor.time.ago': 'geleden',
|
|
72
|
+
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
73
|
+
'fabric.editor.time.viewed': 'Bekeken',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'een paneel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'een lijst',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'een besluitenlijst',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Deze editor ondersteunt weergave van deze inhoud niet',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Inhoud is niet beschikbaar in deze editor. Dit wordt behouden als je bewerkt en opslaat',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud',
|
|
83
|
+
'fabric.editor.viewMore': 'Meer bekijken',
|
|
84
|
+
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
85
|
+
'fabric.theme.blue': 'Blauw',
|
|
86
|
+
'fabric.theme.dark-blue': 'Donkerblauw',
|
|
87
|
+
'fabric.theme.dark-green': 'Donkergroen',
|
|
88
|
+
'fabric.theme.dark-purple': 'Donkerpaars',
|
|
89
|
+
'fabric.theme.dark-red': 'Donkerrood',
|
|
90
|
+
'fabric.theme.dark-teal': 'Donker blauwgroen',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Donkergeel',
|
|
92
|
+
'fabric.theme.gray': 'Grijs',
|
|
93
|
+
'fabric.theme.green': 'Groen',
|
|
94
|
+
'fabric.theme.light-blue': 'Lichtblauw',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Lichtgroen',
|
|
97
|
+
'fabric.theme.light-purple': 'Lichtpaars',
|
|
98
|
+
'fabric.theme.light-red': 'Lichtrood',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Lichtgeel',
|
|
101
|
+
'fabric.theme.orange': 'Oranje',
|
|
102
|
+
'fabric.theme.purple': 'Paars',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Geel'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Element akcji',
|
|
17
|
+
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Wyrównaj do prawej',
|
|
21
|
+
'fabric.editor.blockquote': 'cudzysłów',
|
|
22
|
+
'fabric.editor.cancelButton': 'Anuluj',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Znaki dwukierunkowe zmieniają kolejność, w jakiej tekst jest renderowany. Może to zostać wykorzystane do ukrycia złośliwego kodu.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj jako tekst',
|
|
18
27
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
28
|
+
'fabric.editor.columns': 'Układy',
|
|
29
|
+
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
32
|
+
'fabric.editor.date': 'Data',
|
|
33
|
+
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
34
|
+
'fabric.editor.decision': 'Decyzja',
|
|
35
|
+
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Zaproś do edycji',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
39
|
+
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
40
|
+
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
20
42
|
'fabric.editor.expandNode': 'Rozwiń zawartość',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Nadaj temu rozwinięciu tytuł...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Prześlij opinię',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Opowiedz nam o swoich doświadczeniach podczas korzystania z nowego edytora',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Pliki i obrazy',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Dodaj obrazy i inne pliki do strony',
|
|
48
|
+
'fabric.editor.help': 'Pomoc',
|
|
49
|
+
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Separator',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
52
|
+
'fabric.editor.image': 'Obraz',
|
|
53
|
+
'fabric.editor.insertMenu': 'Wstaw',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
56
|
+
'fabric.editor.layoutWide': 'Szeroki widok',
|
|
57
|
+
'fabric.editor.link': 'Łącze',
|
|
58
|
+
'fabric.editor.link.description': 'Wstaw łącze',
|
|
59
|
+
'fabric.editor.mention': 'Wzmianka',
|
|
60
|
+
'fabric.editor.mention.description': 'Wspomnij o kimś, aby wysłać mu powiadomienie',
|
|
22
61
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
62
|
+
'fabric.editor.placeholderText': 'Tekst zastępczy',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
64
|
+
'fabric.editor.remove': 'Usuń',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Zapisz',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
69
|
+
'fabric.editor.table': 'Tabela',
|
|
70
|
+
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
71
|
+
'fabric.editor.time.ago': 'temu',
|
|
72
|
+
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
73
|
+
'fabric.editor.time.viewed': 'Wyświetlono',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'lista',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'lista decyzji',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'węzeł bloku',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'zagnieżdżony węzeł rozwijany',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Ten edytor nie obsługuje wyświetlania tej zawartości',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Zawartość jest niedostępna w tym edytorze, ale zostanie zachowana, jeśli ją wprowadzisz i zapiszesz',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Nieobsługiwana zawartość'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Nieobsługiwana zawartość',
|
|
83
|
+
'fabric.editor.viewMore': 'Wyświetl więcej',
|
|
84
|
+
'fabric.editor.visit': 'Otwórz łącze w nowym oknie',
|
|
85
|
+
'fabric.theme.blue': 'Niebieski',
|
|
86
|
+
'fabric.theme.dark-blue': 'Ciemnoniebieski',
|
|
87
|
+
'fabric.theme.dark-green': 'Ciemnozielony',
|
|
88
|
+
'fabric.theme.dark-purple': 'Ciemnofioletowy',
|
|
89
|
+
'fabric.theme.dark-red': 'Ciemnoczerwony',
|
|
90
|
+
'fabric.theme.dark-teal': 'Ciemnozielononiebieski',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Ciemnożółty',
|
|
92
|
+
'fabric.theme.gray': 'Szary',
|
|
93
|
+
'fabric.theme.green': 'Zielony',
|
|
94
|
+
'fabric.theme.light-blue': 'Jasnoniebieski',
|
|
95
|
+
'fabric.theme.light-gray': 'Jasnoszary',
|
|
96
|
+
'fabric.theme.light-green': 'Jasnozielony',
|
|
97
|
+
'fabric.theme.light-purple': 'Jasnofioletowy',
|
|
98
|
+
'fabric.theme.light-red': 'Jasnoczerwony',
|
|
99
|
+
'fabric.theme.light-teal': 'Jasnomorski',
|
|
100
|
+
'fabric.theme.light-yellow': 'Jasnożółty',
|
|
101
|
+
'fabric.theme.orange': 'Pomarańczowy',
|
|
102
|
+
'fabric.theme.purple': 'Fioletowy',
|
|
103
|
+
'fabric.theme.red': 'Czerwony',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'Biały',
|
|
106
|
+
'fabric.theme.yellow': 'Żółty'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Portuguese (Brazil)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Item de ação',
|
|
17
|
+
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Alinhar à direita',
|
|
21
|
+
'fabric.editor.blockquote': 'citação',
|
|
22
|
+
'fabric.editor.cancelButton': 'Cancelar',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Caracteres bidirecionais alteram a ordem em que o texto é renderizado. Eles podem ser usados para ocultar códigos mal-intencionados.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
18
27
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
28
|
+
'fabric.editor.columns': 'Layouts',
|
|
29
|
+
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Copiado!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Copiar',
|
|
32
|
+
'fabric.editor.date': 'Data',
|
|
33
|
+
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
34
|
+
'fabric.editor.decision': 'Decisão',
|
|
35
|
+
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Convidar para editar',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Use emojis para expressar ideias 🎉 e emoções 😄',
|
|
39
|
+
'fabric.editor.expand': 'Expandir',
|
|
40
|
+
'fabric.editor.expand.description': 'Inserir expansão',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Clique aqui para expandir...',
|
|
20
42
|
'fabric.editor.expandNode': 'Expandir conteúdo',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Dê um título para a expansão...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Enviar feedback',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Conte-nos sobre sua experiência com o novo editor',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Arquivos e imagens',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Adicionar imagens e outros arquivos à sua página',
|
|
48
|
+
'fabric.editor.help': 'Ajuda',
|
|
49
|
+
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Divisória',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
52
|
+
'fabric.editor.image': 'Imagem',
|
|
53
|
+
'fabric.editor.insertMenu': 'Inserir',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Voltar ao centro',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Usar largura inteira',
|
|
56
|
+
'fabric.editor.layoutWide': 'Ampliar',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Insira um link',
|
|
59
|
+
'fabric.editor.mention': 'Menção',
|
|
60
|
+
'fabric.editor.mention.description': 'Mencione alguém para enviar uma notificação',
|
|
22
61
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
62
|
+
'fabric.editor.placeholderText': 'Texto do espaço reservado',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Inserir um espaço reservado para texto na página',
|
|
64
|
+
'fabric.editor.remove': 'Remover',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Remover emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Salvar',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
69
|
+
'fabric.editor.table': 'Tabela',
|
|
70
|
+
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
71
|
+
'fabric.editor.time.ago': 'atrás',
|
|
72
|
+
'fabric.editor.time.updated': 'Atualizado',
|
|
73
|
+
'fabric.editor.time.viewed': 'Visualizado',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'painel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'lista',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'lista de decisões',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ponto central de bloco',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'expansão aninhada',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'item de ação',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Este editor não é compatível com a exibição deste conteúdo',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'O conteúdo não está disponível neste editor. Ele vai ser preservado quando você editar e salvar',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Conteúdo não compatível'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Conteúdo não compatível',
|
|
83
|
+
'fabric.editor.viewMore': 'Ver mais',
|
|
84
|
+
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Azul-escuro',
|
|
87
|
+
'fabric.theme.dark-green': 'Verde-escuro',
|
|
88
|
+
'fabric.theme.dark-purple': 'Roxo-escuro',
|
|
89
|
+
'fabric.theme.dark-red': 'Vermelho-escuro',
|
|
90
|
+
'fabric.theme.dark-teal': 'Azul-petróleo escuro',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Amarelo-escuro',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Verde',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Verde claro',
|
|
97
|
+
'fabric.theme.light-purple': 'Roxo claro',
|
|
98
|
+
'fabric.theme.light-red': 'Vermelho claro',
|
|
99
|
+
'fabric.theme.light-teal': 'Verde-petróleo claro',
|
|
100
|
+
'fabric.theme.light-yellow': 'Amarelo claro',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Roxo',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Azul-petróleo',
|
|
105
|
+
'fabric.theme.white': 'Branco',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|