@atlaskit/editor-common 76.12.0 → 76.12.1
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 +9 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +5 -4
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': '작업 항목',
|
|
17
17
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
18
18
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
19
|
+
'fabric.editor.alignCenter': '가운데 정렬',
|
|
19
20
|
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
20
21
|
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
21
22
|
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
23
|
+
'fabric.editor.alignLeft': '왼쪽 정렬',
|
|
24
|
+
'fabric.editor.alignRight': '오른쪽 정렬',
|
|
25
|
+
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
23
27
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
24
28
|
'fabric.editor.blockTitle': '카드',
|
|
25
29
|
'fabric.editor.blockquote': '인용',
|
|
30
|
+
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
31
|
+
'fabric.editor.blockquote2': '인용',
|
|
26
32
|
'fabric.editor.bold': '굵게',
|
|
27
33
|
'fabric.editor.bug': '버그',
|
|
28
34
|
'fabric.editor.cancelButton': '취소',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '래핑 비활성화',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '래핑 활성화',
|
|
47
|
+
'fabric.editor.codeblock': '코드 조각',
|
|
48
|
+
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
41
49
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
42
50
|
'fabric.editor.columns': '레이아웃',
|
|
43
51
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
44
52
|
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
45
53
|
'fabric.editor.copyToClipboard': '복사',
|
|
54
|
+
'fabric.editor.createComment': '댓글',
|
|
55
|
+
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
56
|
+
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
57
|
+
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
46
58
|
'fabric.editor.datasourceTitle': '검색 쿼리 편집',
|
|
47
59
|
'fabric.editor.date': '날짜',
|
|
48
60
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
70
82
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
71
83
|
'fabric.editor.epic': '에픽',
|
|
84
|
+
'fabric.editor.errorPanel': '오류 패널',
|
|
85
|
+
'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
|
|
72
86
|
'fabric.editor.expand': '확대',
|
|
73
87
|
'fabric.editor.expand.description': '확대 삽입',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
77
91
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
93
|
+
'fabric.editor.heading1': '머릿글 1',
|
|
94
|
+
'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
|
|
95
|
+
'fabric.editor.heading2': '머릿글 2',
|
|
96
|
+
'fabric.editor.heading2Description': '핵심 섹션에 사용',
|
|
97
|
+
'fabric.editor.heading3': '머릿글 3',
|
|
98
|
+
'fabric.editor.heading3Description': '하위 섹션 및 그룹 머릿글에 사용',
|
|
99
|
+
'fabric.editor.heading4': '머릿글 4',
|
|
100
|
+
'fabric.editor.heading4Description': '후속 머릿글에 이것을 사용합니다.',
|
|
101
|
+
'fabric.editor.heading5': '머릿글 5',
|
|
102
|
+
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
103
|
+
'fabric.editor.heading6': '머릿글 6',
|
|
104
|
+
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
87
113
|
'fabric.editor.horizontalRule': '구분선',
|
|
88
114
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': '표시 텍스트(선택 사항)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
93
120
|
'fabric.editor.image': '이미지',
|
|
94
121
|
'fabric.editor.improvement': '개선',
|
|
122
|
+
'fabric.editor.infoPanel': '정보 패널',
|
|
123
|
+
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
95
124
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
96
125
|
'fabric.editor.inlineTitle': '인라인',
|
|
97
126
|
'fabric.editor.insertMenu': '삽입',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
|
145
|
+
'fabric.editor.normal': '일반 텍스트',
|
|
146
|
+
'fabric.editor.notePanel': '노트 패널',
|
|
147
|
+
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
116
148
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
117
149
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
118
150
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
119
151
|
'fabric.editor.orderedList': '번호 목록',
|
|
120
152
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
153
|
+
'fabric.editor.other': '기타...',
|
|
121
154
|
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
122
155
|
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
123
156
|
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
157
|
+
'fabric.editor.redo': '다시 실행',
|
|
124
158
|
'fabric.editor.remove': '제거',
|
|
125
159
|
'fabric.editor.removeEmoji': '이모지 제거',
|
|
126
160
|
'fabric.editor.saveButton': '저장',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': '하위 작업',
|
|
133
167
|
'fabric.editor.subscript': '밑첨자',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': '아래 첨자 꺼짐, 위 첨자 켜짐',
|
|
169
|
+
'fabric.editor.successPanel': '성공 패널',
|
|
170
|
+
'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
|
|
135
171
|
'fabric.editor.superscript': '위첨자',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
137
173
|
'fabric.editor.table': '표',
|
|
138
174
|
'fabric.editor.table.description': '표 삽입',
|
|
139
175
|
'fabric.editor.task': '작업',
|
|
140
176
|
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
177
|
+
'fabric.editor.textStyles': '텍스트 스타일',
|
|
141
178
|
'fabric.editor.time.ago': '전',
|
|
142
179
|
'fabric.editor.time.updated': '업데이트됨',
|
|
143
180
|
'fabric.editor.time.viewed': '확인함',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
151
188
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
152
189
|
'fabric.editor.underline': '밑줄',
|
|
190
|
+
'fabric.editor.undo': '실행 취소',
|
|
153
191
|
'fabric.editor.unlink': '링크 해제',
|
|
154
192
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
155
193
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'URL',
|
|
162
200
|
'fabric.editor.viewMore': '더 보기',
|
|
163
201
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
202
|
+
'fabric.editor.warningPanel': '경고 패널',
|
|
203
|
+
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
164
204
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
165
205
|
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
|
|
166
206
|
'fabric.theme.blue': 'Blue',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Handlingselement',
|
|
17
17
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
19
|
+
'fabric.editor.alignCenter': 'Midtjustert',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Høyrejustert',
|
|
23
|
+
'fabric.editor.alignLeft': 'Venstrejustert',
|
|
24
|
+
'fabric.editor.alignRight': 'Høyrejustert',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
23
27
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
24
28
|
'fabric.editor.blockTitle': 'Kort',
|
|
25
29
|
'fabric.editor.blockquote': 'et sitat',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
31
|
+
'fabric.editor.blockquote2': 'Sitat',
|
|
26
32
|
'fabric.editor.bold': 'Fet',
|
|
27
33
|
'fabric.editor.bug': 'Programfeil',
|
|
28
34
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå av linjebryting',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå på linjebryting',
|
|
47
|
+
'fabric.editor.codeblock': 'Kodebit',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
41
49
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
42
50
|
'fabric.editor.columns': 'Oppsett',
|
|
43
51
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
54
|
+
'fabric.editor.createComment': 'Kommenter',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
56
|
+
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Rediger søkespørring',
|
|
47
59
|
'fabric.editor.date': 'Dato',
|
|
48
60
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
70
82
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
71
83
|
'fabric.editor.epic': 'Epic',
|
|
84
|
+
'fabric.editor.errorPanel': 'Feilpanel',
|
|
85
|
+
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
|
72
86
|
'fabric.editor.expand': 'Utvidelse',
|
|
73
87
|
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
77
91
|
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
93
|
+
'fabric.editor.heading1': '1. overskrift',
|
|
94
|
+
'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
|
|
95
|
+
'fabric.editor.heading2': '2. overskrift',
|
|
96
|
+
'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
|
|
97
|
+
'fabric.editor.heading3': '3. overskrift',
|
|
98
|
+
'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
|
|
99
|
+
'fabric.editor.heading4': '4. overskrift',
|
|
100
|
+
'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
|
|
101
|
+
'fabric.editor.heading5': '5. overskrift',
|
|
102
|
+
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
103
|
+
'fabric.editor.heading6': '6. overskrift',
|
|
104
|
+
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
87
113
|
'fabric.editor.horizontalRule': 'Deler',
|
|
88
114
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Visningstekst (valgfritt)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
93
120
|
'fabric.editor.image': 'Bilde',
|
|
94
121
|
'fabric.editor.improvement': 'Forbedring',
|
|
122
|
+
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
123
|
+
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
95
124
|
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
96
125
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
97
126
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til verktøylinjen for redigering',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flytende verktøylinje',
|
|
145
|
+
'fabric.editor.normal': 'Normal tekst',
|
|
146
|
+
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
147
|
+
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
116
148
|
'fabric.editor.off': '{formattingType} av',
|
|
117
149
|
'fabric.editor.on': '{formattingType} på',
|
|
118
150
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
119
151
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
120
152
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
153
|
+
'fabric.editor.other': 'Andre …',
|
|
121
154
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
122
155
|
'fabric.editor.placeholderText': 'Plassholdertekst',
|
|
123
156
|
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
157
|
+
'fabric.editor.redo': 'Gjør om',
|
|
124
158
|
'fabric.editor.remove': 'Fjern',
|
|
125
159
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
126
160
|
'fabric.editor.saveButton': 'Lagre',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': 'Deloppgave',
|
|
133
167
|
'fabric.editor.subscript': 'Senket skrift',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': 'Senket skrift av, hevet skrift på',
|
|
169
|
+
'fabric.editor.successPanel': 'Utførtpanel',
|
|
170
|
+
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
|
135
171
|
'fabric.editor.superscript': 'Hevet skrift',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': 'Hevet skrift av, senket skrift på',
|
|
137
173
|
'fabric.editor.table': 'Tabell',
|
|
138
174
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
139
175
|
'fabric.editor.task': 'Oppgave',
|
|
140
176
|
'fabric.editor.text.formatting.off': 'Tekstformatering av',
|
|
177
|
+
'fabric.editor.textStyles': 'Tekststiler',
|
|
141
178
|
'fabric.editor.time.ago': 'siden',
|
|
142
179
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
143
180
|
'fabric.editor.time.viewed': 'Sett',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
151
188
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
152
189
|
'fabric.editor.underline': 'Understreking',
|
|
190
|
+
'fabric.editor.undo': 'Angre',
|
|
153
191
|
'fabric.editor.unlink': 'Fjern kobling',
|
|
154
192
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
155
193
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
162
200
|
'fabric.editor.viewMore': 'Vis mer',
|
|
163
201
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
202
|
+
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
203
|
+
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
|
|
164
204
|
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
165
205
|
'fabric.editor.wrapRight': 'Juster til høyre',
|
|
166
206
|
'fabric.theme.blue': 'Blue',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Actiepunt',
|
|
17
17
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
19
|
+
'fabric.editor.alignCenter': 'Rechts uitlijnen',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
23
|
+
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
24
|
+
'fabric.editor.alignRight': 'Rechts uitlijnen',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
23
27
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
24
28
|
'fabric.editor.blockTitle': 'Kaart',
|
|
25
29
|
'fabric.editor.blockquote': 'een citaat',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
31
|
+
'fabric.editor.blockquote2': 'Citeren',
|
|
26
32
|
'fabric.editor.bold': 'Vet',
|
|
27
33
|
'fabric.editor.bug': 'Bug',
|
|
28
34
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Wrap uitschakelen',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Wrap inschakelen',
|
|
47
|
+
'fabric.editor.codeblock': 'Codefragment',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
41
49
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
42
50
|
'fabric.editor.columns': 'Lay-outs',
|
|
43
51
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
54
|
+
'fabric.editor.createComment': 'Opmerking maken',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
56
|
+
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Zoekopdracht bewerken',
|
|
47
59
|
'fabric.editor.date': 'Datum',
|
|
48
60
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
70
82
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
71
83
|
'fabric.editor.epic': 'Epic',
|
|
84
|
+
'fabric.editor.errorPanel': 'Foutpaneel',
|
|
85
|
+
'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
|
|
72
86
|
'fabric.editor.expand': 'Uitvouwen',
|
|
73
87
|
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te vouwen...',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': 'Geef deze uitvouwing een naam...',
|
|
77
91
|
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
93
|
+
'fabric.editor.heading1': 'Koptekst 1',
|
|
94
|
+
'fabric.editor.heading1Description': 'Gebruik dit voor een kop op het hoogste niveau',
|
|
95
|
+
'fabric.editor.heading2': 'Koptekst 2',
|
|
96
|
+
'fabric.editor.heading2Description': 'Gebruik dit voor belangrijke gedeelten',
|
|
97
|
+
'fabric.editor.heading3': 'Koptekst 3',
|
|
98
|
+
'fabric.editor.heading3Description': 'Gebruik dit voor subsecties en groepskoppen',
|
|
99
|
+
'fabric.editor.heading4': 'Koptekst 4',
|
|
100
|
+
'fabric.editor.heading4Description': 'Gebruik dit voor diepe koppen',
|
|
101
|
+
'fabric.editor.heading5': 'Koptekst 5',
|
|
102
|
+
'fabric.editor.heading5Description': 'Gebruik dit voor het groeperen van lijstitems',
|
|
103
|
+
'fabric.editor.heading6': 'Koptekst 6',
|
|
104
|
+
'fabric.editor.heading6Description': 'Gebruik dit voor koppen op laag niveau',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
87
113
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
88
114
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggesties verschijnen hieronder zodra je in het veld typt',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {geen resultaten gevonden} one {{count,number} resultaat gevonden} other {{count,number} resultaten gevonden}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Tekst weergeven (optioneel)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
93
120
|
'fabric.editor.image': 'Afbeelding',
|
|
94
121
|
'fabric.editor.improvement': 'Verbetering',
|
|
122
|
+
'fabric.editor.infoPanel': 'Infopaneel',
|
|
123
|
+
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
95
124
|
'fabric.editor.inlineDescription': 'Link als inline-tekst weergeven',
|
|
96
125
|
'fabric.editor.inlineTitle': 'Inline',
|
|
97
126
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
|
145
|
+
'fabric.editor.normal': 'Normale tekst',
|
|
146
|
+
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
147
|
+
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
116
148
|
'fabric.editor.off': '{formattingType} uit',
|
|
117
149
|
'fabric.editor.on': '{formattingType} aan',
|
|
118
150
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
119
151
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
120
152
|
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
153
|
+
'fabric.editor.other': 'Andere ...',
|
|
121
154
|
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
122
155
|
'fabric.editor.placeholderText': 'Plaatsaanduidingstekst',
|
|
123
156
|
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
157
|
+
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
124
158
|
'fabric.editor.remove': 'Verwijderen',
|
|
125
159
|
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
126
160
|
'fabric.editor.saveButton': 'Opslaan',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': 'Subtaak',
|
|
133
167
|
'fabric.editor.subscript': 'Subscript',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': 'Subscript uit, superscript aan',
|
|
169
|
+
'fabric.editor.successPanel': 'Succespaneel',
|
|
170
|
+
'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
|
|
135
171
|
'fabric.editor.superscript': 'Superscript',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': 'Superscript uit, subscript aan',
|
|
137
173
|
'fabric.editor.table': 'Tabel',
|
|
138
174
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
139
175
|
'fabric.editor.task': 'Taak',
|
|
140
176
|
'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
|
|
177
|
+
'fabric.editor.textStyles': 'Tekststijlen',
|
|
141
178
|
'fabric.editor.time.ago': 'geleden',
|
|
142
179
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
143
180
|
'fabric.editor.time.viewed': 'Bekeken',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
151
188
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
152
189
|
'fabric.editor.underline': 'Onderstreept',
|
|
190
|
+
'fabric.editor.undo': 'Maak ongedaan',
|
|
153
191
|
'fabric.editor.unlink': 'Verwijder link',
|
|
154
192
|
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
155
193
|
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'URL',
|
|
162
200
|
'fabric.editor.viewMore': 'Meer bekijken',
|
|
163
201
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
202
|
+
'fabric.editor.warningPanel': 'Waarschuwingspaneel',
|
|
203
|
+
'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
|
|
164
204
|
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
165
205
|
'fabric.editor.wrapRight': 'Rechts uitlijnen',
|
|
166
206
|
'fabric.theme.blue': 'Blauw',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Element akcji',
|
|
17
17
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
19
|
+
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Wyrównaj do prawej',
|
|
23
|
+
'fabric.editor.alignLeft': 'Wyrównaj do lewej',
|
|
24
|
+
'fabric.editor.alignRight': 'Wyrównaj do prawej',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
23
27
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
24
28
|
'fabric.editor.blockTitle': 'Karta',
|
|
25
29
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
31
|
+
'fabric.editor.blockquote2': 'Cytat',
|
|
26
32
|
'fabric.editor.bold': 'Pogrubienie',
|
|
27
33
|
'fabric.editor.bug': 'Błąd',
|
|
28
34
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj jako tekst',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Wyłącz zawijanie',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Włącz zawijanie',
|
|
47
|
+
'fabric.editor.codeblock': 'Wstawka kodu',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
41
49
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
42
50
|
'fabric.editor.columns': 'Układy',
|
|
43
51
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
54
|
+
'fabric.editor.createComment': 'Komentarz',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
56
|
+
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
47
59
|
'fabric.editor.date': 'Data',
|
|
48
60
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
70
82
|
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
71
83
|
'fabric.editor.epic': 'Epik',
|
|
84
|
+
'fabric.editor.errorPanel': 'Panel błędów',
|
|
85
|
+
'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
|
|
72
86
|
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
73
87
|
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': 'Nadaj temu rozwinięciu tytuł...',
|
|
77
91
|
'fabric.editor.feedbackDialog': 'Prześlij opinię',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': 'Opowiedz nam o swoich doświadczeniach podczas korzystania z nowego edytora',
|
|
93
|
+
'fabric.editor.heading1': 'Nagłówek 1',
|
|
94
|
+
'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
|
|
95
|
+
'fabric.editor.heading2': 'Nagłówek 2',
|
|
96
|
+
'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
|
|
97
|
+
'fabric.editor.heading3': 'Nagłówek 3',
|
|
98
|
+
'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
|
|
99
|
+
'fabric.editor.heading4': 'Nagłówek 4',
|
|
100
|
+
'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
|
|
101
|
+
'fabric.editor.heading5': 'Nagłówek 5',
|
|
102
|
+
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
|
103
|
+
'fabric.editor.heading6': 'Nagłówek 6',
|
|
104
|
+
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Błąd',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Zgłoszenie',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
87
113
|
'fabric.editor.horizontalRule': 'Separator',
|
|
88
114
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Sugestie będą pojawiały się poniżej w miarę wpisywania tekstu w polu',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nie znaleziono wyników} one {znaleziono {count,number} wynik} few {znaleziono {count,number} wyniki} many {znaleziono {count,number} wyników} other {znaleziono {count,number} wyniku}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Tekst wyświetlany (opcjonalny)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
93
120
|
'fabric.editor.image': 'Obraz',
|
|
94
121
|
'fabric.editor.improvement': 'Ulepszenie',
|
|
122
|
+
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
123
|
+
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
95
124
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
96
125
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
97
126
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': 'Więcej opcji formatowania',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
|
145
|
+
'fabric.editor.normal': 'Normalny tekst',
|
|
146
|
+
'fabric.editor.notePanel': 'Panel uwag',
|
|
147
|
+
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
116
148
|
'fabric.editor.off': '{formattingType} wył.',
|
|
117
149
|
'fabric.editor.on': '{formattingType} wł.',
|
|
118
150
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
119
151
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
120
152
|
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
153
|
+
'fabric.editor.other': 'Inne...',
|
|
121
154
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
122
155
|
'fabric.editor.placeholderText': 'Tekst zastępczy',
|
|
123
156
|
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
157
|
+
'fabric.editor.redo': 'Ponów',
|
|
124
158
|
'fabric.editor.remove': 'Usuń',
|
|
125
159
|
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
126
160
|
'fabric.editor.saveButton': 'Zapisz',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': 'Zadanie podrzędne',
|
|
133
167
|
'fabric.editor.subscript': 'Przypis dolny',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': 'Indeks dolny wył., indeks górny wł.',
|
|
169
|
+
'fabric.editor.successPanel': 'Panel sukcesów',
|
|
170
|
+
'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
|
|
135
171
|
'fabric.editor.superscript': 'Przypis górny',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': 'Indeks górny wył., indeks dolny wł.',
|
|
137
173
|
'fabric.editor.table': 'Tabela',
|
|
138
174
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
139
175
|
'fabric.editor.task': 'Zadanie',
|
|
140
176
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
177
|
+
'fabric.editor.textStyles': 'Style tekstu',
|
|
141
178
|
'fabric.editor.time.ago': 'temu',
|
|
142
179
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
143
180
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
151
188
|
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
152
189
|
'fabric.editor.underline': 'Podkreślenie',
|
|
190
|
+
'fabric.editor.undo': 'Cofnij',
|
|
153
191
|
'fabric.editor.unlink': 'Usuń łącze',
|
|
154
192
|
'fabric.editor.unorderedList': 'Lista wypunktowana',
|
|
155
193
|
'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'Adres URL',
|
|
162
200
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
|
163
201
|
'fabric.editor.visit': 'Otwórz łącze w nowym oknie',
|
|
202
|
+
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
|
203
|
+
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
|
|
164
204
|
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
165
205
|
'fabric.editor.wrapRight': 'Zawijaj do prawej',
|
|
166
206
|
'fabric.theme.blue': 'Niebieski',
|